From c4d19976631a911b31e7b83eb2d11d0332a2d73d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 08:16:19 +0000 Subject: [PATCH] Deploy to GitHub pages --- .htaccess | 48 + 406.html | 10 + index-de.html | 41895 +++++++++++++++++++++ index-en.html | 41895 +++++++++++++++++++++ index.html | 41895 +++++++++++++++++++++ ontology.jsonld | 40859 ++++++++++++++++++++ ontology.nt | 16229 ++++++++ ontology.owl | 23591 ++++++++++++ ontology.ttl | 17802 +++++++++ provenance/provenance-de.html | 18 + provenance/provenance-de.ttl | 13 + provenance/provenance-en.html | 18 + provenance/provenance-en.ttl | 13 + readme.md | 34 + resources/extra.css | 124 + resources/jquery.js | 18 + resources/marked.min.js | 6 + resources/owl.css | 248 + resources/primer.css | 103 + resources/rdf.icon | Bin 0 -> 421 bytes resources/rec.css | 88 + webvowl/css/webvowl.app.css | 2477 ++ webvowl/css/webvowl.css | 296 + webvowl/data/foaf.json | 2894 ++ webvowl/data/ontology.json | 64667 ++++++++++++++++++++++++++++++++ webvowl/data/template.json | 163 + webvowl/favicon.ico | Bin 0 -> 1150 bytes webvowl/index.html | 514 + webvowl/js/d3.min.js | 5 + webvowl/js/webvowl.app.js | 9457 +++++ webvowl/js/webvowl.js | 25345 +++++++++++++ webvowl/license.txt | 21 + 32 files changed, 330746 insertions(+) create mode 100644 .htaccess create mode 100644 406.html create mode 100644 index-de.html create mode 100644 index-en.html create mode 100644 index.html create mode 100644 ontology.jsonld create mode 100644 ontology.nt create mode 100644 ontology.owl create mode 100644 ontology.ttl create mode 100644 provenance/provenance-de.html create mode 100644 provenance/provenance-de.ttl create mode 100644 provenance/provenance-en.html create mode 100644 provenance/provenance-en.ttl create mode 100644 readme.md create mode 100644 resources/extra.css create mode 100644 resources/jquery.js create mode 100644 resources/marked.min.js create mode 100644 resources/owl.css create mode 100644 resources/primer.css create mode 100644 resources/rdf.icon create mode 100644 resources/rec.css create mode 100644 webvowl/css/webvowl.app.css create mode 100644 webvowl/css/webvowl.css create mode 100644 webvowl/data/foaf.json create mode 100644 webvowl/data/ontology.json create mode 100644 webvowl/data/template.json create mode 100644 webvowl/favicon.ico create mode 100644 webvowl/index.html create mode 100644 webvowl/js/d3.min.js create mode 100644 webvowl/js/webvowl.app.js create mode 100644 webvowl/js/webvowl.js create mode 100644 webvowl/license.txt diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..856606a --- /dev/null +++ b/.htaccess @@ -0,0 +1,48 @@ +# Turn off MultiViews +Options -MultiViews + +# Directive to ensure *.rdf files served as appropriate content type, +# if not present in main apache config +AddType application/rdf+xml .rdf +AddType application/rdf+xml .owl +AddType text/turtle .ttl +AddType application/n-triples .n3 +AddType application/ld+json .jsonld +# Rewrite engine setup +RewriteEngine On +#Change the path to the folder here +RewriteBase /public + +# Rewrite rule to serve JSON-LD content from the vocabulary URI if requested +# Placed before HTML to support serving JSON-LD from a browser (e.g., JSON Playground) +RewriteCond %{HTTP_ACCEPT} application/ld\+json +RewriteRule ^$ ontology.jsonld [R=303,L] + +# Rewrite rule to serve HTML content from the vocabulary URI if requested +RewriteCond %{HTTP_ACCEPT} !application/rdf\+xml.*(text/html|application/xhtml\+xml) +RewriteCond %{HTTP_ACCEPT} text/html [OR] +RewriteCond %{HTTP_ACCEPT} application/xhtml\+xml [OR] +RewriteCond %{HTTP_USER_AGENT} ^Mozilla/.* +RewriteRule ^$ index-de.html [R=303,L] + +# Rewrite rule to serve RDF/XML content from the vocabulary URI if requested +RewriteCond %{HTTP_ACCEPT} \*/\* [OR] +RewriteCond %{HTTP_ACCEPT} application/rdf\+xml +RewriteRule ^$ ontology.owl [R=303,L] + +# Rewrite rule to serve N-Triples content from the vocabulary URI if requested +RewriteCond %{HTTP_ACCEPT} application/n-triples +RewriteRule ^$ ontology.nt [R=303,L] + +# Rewrite rule to serve TTL content from the vocabulary URI if requested +RewriteCond %{HTTP_ACCEPT} text/turtle [OR] +RewriteCond %{HTTP_ACCEPT} text/\* [OR] +RewriteCond %{HTTP_ACCEPT} \*/turtle +RewriteRule ^$ ontology.ttl [R=303,L] + +RewriteCond %{HTTP_ACCEPT} .+ +RewriteRule ^$ 406.html [R=406,L] +# Default response +# --------------------------- +# Rewrite rule to serve the RDF/XML content from the vocabulary URI by default +RewriteRule ^$ ontology.owl [R=303,L] \ No newline at end of file diff --git a/406.html b/406.html new file mode 100644 index 0000000..3e2bbdb --- /dev/null +++ b/406.html @@ -0,0 +1,10 @@ + + +406 Not Acceptable + + +

Not Acceptable

+

An appropriate representation of the requested resource could not be found on this server.

+ Available variants: + + \ No newline at end of file diff --git a/index-de.html b/index-de.html new file mode 100644 index 0000000..6794b82 --- /dev/null +++ b/index-de.html @@ -0,0 +1,41895 @@ + + + + + DigitRubber Ontology + + + + + + + + + + + +
+
+
language de en
+

DigitRubber Ontology

+

Release 2023-06-01T08:05:00

+ + +
+
Datum geändert: 2023-09-26T10:19:00
+
Diese Version:
+
http://purl.obolibrary.org/obo/digitrubber/releases/2023-06-01/digitrubber-full.owl
+
Revision:
+
v2023-Sep-26
+
Autoren:
+
https://orcid.org/0000-0000-0000-0000
+ +
Beteiligte:
+
http://purl.obolibrary.org/obo/digitrubber/0000-0000-0000-0000
+ +
Geldgeber:
+
https://ror.org/
+ +
Download Serialisierung:
JSON-LD RDF/XML N-Triples TTL
Lizenz:
https://creativecommons.org/licenses/unspecified +
Visualisierung:
Visualize with WebVowl
+
Zitieren als:
+
TIB (2023): DigitRubber Ontology. An ontology demonstrating rich ontology for rubber extrusion. PURL: http://www.purl.org/OntoMeta/DigitRubberOntology.
+
+ +Ursprung dieser Seite
+
+
+
+active +
+
+ + +

DRO: überblick zurück zum Inhaltsverzeichnis

+ +Diese Ontologie beinhaltet die folgenden Klassen und Eigenschaften. +

Klassen

+

Object Properties

Annotation Properties

Named Individuals

Rules

+ + + +

Querverweis für... DRO Klassen, Object Properties und Data Properties zurück zum Inhaltsverzeichnis

+Dieser Abschnitt enthält Details für jede Klasse und jedes definierte Property, die definiert wurden durch DRO. +
+

Klassen

+ +
+

1,3-thiazolesc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_38418

+
+
hat Super-Klassen
+
+ thiazoles + c +
+
hat Sub-Klassen
+
+ Thiazol [dik] + c +
+
+
+
+

16-bit number [ifnano]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000253

+
+
+

8-bit number [ifnano]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000252

+
+
+

abfallmanagementkosten [hsh]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000116

+
+ A cost group for all cost values occuring from entity sub-groups in the waste management cost group and the associated factors +
+
+
Mitwirkende: +
+
Marvin Auf der Landwehr
+
+
+
+

Abzugsgeschwindigkeit [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000436

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Agentc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000026

+
+ An agent is a system that perceives its environment through sensors and can interact with it through actions. +
+
+
hat Super-Klassen
+
+ role + c +
+
+
+
+

agent [ncti]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000027

+
+ An active power or cause (as principle, substance, physical or biological factor, etc.) that produces a specific effect. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C1708
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ role + c +
+
+
+
+

Agglomeratc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000146

+
+ A collection of weakly bound particles or aggregates where the resulting surface area is similar to the sum of the surface areas of the individual components. +
+
+
Mitwirkende: +
+
Lars M Vogt
+
+
+
ist definiert durch
+
ENM
+
+
+
Source
+
+ http://enanomapper.github.io/ontologies/releases/10.0/enanomapper.owl +
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Polymer + c +
+
+
+
+

Agglomerat [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000281

+
+ Verbund von zusammenhängenden Aggregaten, die bei normaler Kautschukverarbeitung leicht getrennt werden können +
+
+ 0 +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
hat Super-Klassen
+
+ Polymer + c +
+
+
+
+

Aggregatc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000145

+
+ A composite particle, comprising of strongly bound or fused smaller particles, where the resulting external surface area may be significantly smaller than the sum of calculated surface areas of the individual components. +
+
+
Mitwirkende: +
+
Lars M Vogt
+
+
+
ist definiert durch
+
ENM
+
+
+
Source
+
+ http://enanomapper.github.io/ontologies/releases/10.0/enanomapper.owl +
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Mischung + c +
+
+
+
+

Aggregat [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000282

+
+ Starre Gruppe von koaleszierten Partikeln, welche die kleinste Einheit ist, die bei normaler Kautschukverarbeitung dispergiert werden kann +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
hat Super-Klassen
+
+ Mischung + c +
+
+
+
+

Aktivator [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000309

+
+ in kleinen Mengen eingesetzter Mischungsbestandteil zur Erhöhung der Effektivität eines Beschleunigers +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Aktivator [ncit]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000310

+
+ A class of substances that binds to, activates and increases the activity of a target. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
+

algorithmc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000064

+
+ A plan specification which describes the inputs and output of mathematical functions as well as workflow of execution for achieving an predefined objective. Algorithms are realized usually by means of implementation as computer programs for execution by automata. +
+
+
Source
+
OBI_0000270
+
adapted from discussion on OBI list (Matthew Pocock, Christian Cocos, Alan Ruttenberg)
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
Example
+
+
PMID: 18378114.Genomics. 2008 Mar 28. LINKGEN: A new algorithm to process data in genetic linkage studies.
+
+
+
+
+

Alterungsschutzmittel [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000307

+
+ Mischungsbestandteil zur Verzögerung einer alterungsbedingten Verschlechterung +
+
+ Alterungsschutzmittel ist eine allgemeine Benennung für bestimmte Additive wie Antioxidantien, Ozonschutzmittel, Wachse und andere Schutzmittel. +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
hat Sub-Klassen
+
+ Antilux 500‎ [dik] + c +
+
+
+
+

analytical target [ifnano]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000243

+
+ The information represented by one or more variables, which has to be predicted by data analysis in instrumental analytics +
+
+
Mitwirkende: +
+
Christoph Lenth
+
+
+
+

anionc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_22563

+
+ A monoatomic or polyatomic species having one or more elementary charges of the electron. +
+
+
hat Super-Klassen
+
+ ion + c +
+
hat Sub-Klassen
+
+ monoanion + c, organic anion + c, polyatomic anion + c +
+
+
+
+

Antilux 500‎ [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000308

+
+ Handelsname für ein spezifisches Alterungsschutzmittel +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Alterungsschutzmittel [dik] + c +
+
+
+
+

Approximationsmethodec + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000028

+
+ Approximation is a technique for approximating a value using historical or available observations from the domain. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
Term status
+
uncurated
+
+
+
+

aromatic compoundc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_33655

+
+ A cyclically conjugated molecular entity with a stability (due to delocalization) significantly greater than that of a hypothetical localized structure (e.g. Kekule structure) is said to possess aromatic character. +
+
+
hat Super-Klassen
+
+ cyclic compound + c +
+
hat Sub-Klassen
+
+ organic aromatic compound + c +
+
+
+
+

Artificial Intelligence (AI) [ncti]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000050

+
+ Artificial intelligence is the branch of computer science that deals with writing computer programs that can solve problems creatively. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C16309
+
+
+
Term status
+
uncurated
+
+
+
+

assayc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000070

+
+ A planned process with the objective to produce information about the material entity that is the evaluant, by physically examining it or its proxies. +
+
+
Source
+
OBI branch derived
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
Assay the wavelength of light emitted by excited Neon atoms. Count of geese flying over a house.
+
+
+
+
hat Super-Klassen
+
+ planned process + c +
+
ist disjunkt zu
+
+ data transformation + c +
+
+
+
+

ATR-FTIRc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000196

+
+ An attenuated total reflection accessory operates by measuring the changes that occur in a totally internally reflected infrared beam when the beam comes into contact with a sample. +
+
+ Method +
+
+
Mitwirkende: +
+
Yamen Alsalka (IFNANO)
+
+
+
Source
+
https://cmdis.rpi.edu/sites/default/files/ATR_FTIR.pdf
+
+
+
+

Austrittsflächec + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000099

+
+ System parameter that indicates how large the outlet surface of the rubber is. +
+
+
Term status
+
uncurated
+
+
+
+

Auswalzen [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000371

+
+ Prozess der Überführung von Kautschuk oder einer Kautschukmischung, Gummilösung oder koaguliertem Latex in eine Form, bei der die Dicke klein gegenüber der Länge ist +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

autoclavec + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001112

+
+ A device that is used to sterilize equipment and supplies by subjecting them to high pressure steam at 121 C or more, typically for 15 to 20 minutes depending on the size of the load and the contents. +
+
+
Source
+
J. Black, Microbiology, Prentice Hall (1993) pg. 334; http://en.wikipedia.org/wiki/Autoclave
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
hat Super-Klassen
+
+ environmental control device + c +
+
+
+
+

Autoklav [chmo]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000484

+
+ A thick-walled steel vessel used during synthesis methods that require both high pressures and high temperatures. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
CHMO
+
+
+
Source
+
http://purl.obolibrary.org/obo/chmo.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Autoklav [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000482

+
+ Druckkessel, der zur Vulkanisation von Kautschuk in Dampf oder Gas genutzt wird +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Autoklav [obi]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000483

+
+ A device that is used to sterilize equipment and supplies by subjecting them to high pressure steam at 121 C or more, typically for 15 to 20 minutes depending on the size of the load and the contents. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
OBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/obi.owl
+
+
+
Term status
+
uncurated
+
+
+
+

azolec + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_68452

+
+ Any monocyclic heteroarene consisting of a five-membered ring containing nitrogen. Azoles can also contain one or more other non-carbon atoms, such as nitrogen, sulfur or oxygen. +
+
+
hat Super-Klassen
+
+ monocyclic heteroarene + c, organonitrogen heterocyclic compound + c +
+
hat Sub-Klassen
+
+ thiazoles + c +
+
+
+
+

baseline correction [ifnano]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000267

+
+ A pre-processing technique used to separate true spectroscopic signals from interference effects or remove background effects, stains, or traces of compounds. It adjusts the spectral offset. +
+
+
Mitwirkende: +
+
Yamen Alsalka
+
+
+
Source
+
+ https://doi.org/10.1016/j.chemolab.2011.07.005 +
+
+
+
+

beleuchtung [hsh]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000174

+
+ Equipment that is employed for producing light in the system under investigation. Constitutes an entity sub-group of the building entity. +
+
+
Mitwirkende: +
+
Marvin Auf der Landwehr
+
+
+
+

Beschleuniger [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000316

+
+ in kleinen Mengen mit einem Vulkanisationsmittel eingesetzter Mischungsbestandteil zur Beschleunigung der Vulkanisationsgeschwindigkeit und/oder Verbesserung der physikalischen Eigenschaften des Vulkanisates +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
hat Sub-Klassen
+
+ Primärbeschleuniger [dik] + c, Thiuram [dik] + c, Zink-Dibenzyldithiocarbamat [dik] + c, Zweitbeschleuniger [dik] + c +
+
+
+
+

bestärkendes Lernenc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000030

+
+ Reinforcement learning is a set of machine learning methods in which an agent autonomously learns a strategy to maximize a reward. Algorithms follow the trail-and-error principle, thus try several strategies and repeat those with a higher reward. During the training the agent produces an input, while the target output is only known to a teacher. The teacher gives feedback to the agent in form of a reward. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
Term status
+
uncurated
+
+
+
+

Bezugspunkt-Label [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000501

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Source
+
http://purl.obolibrary.org/obo/pato.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Bezugspunkt-Label [iao]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000502

+
+ A label is a symbol that is part of some other datum and is used to either partially define the denotation of that datum or to provide a means for identifying the datum as a member of the set of data with the same label +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
IAO
+
+
+
Source
+
http://purl.obolibrary.org/obo/iao.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Bibliothekc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000031

+
+ Libraries in programming languages are collections of prewritten code that users can use to optimize tasks. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
Term status
+
uncurated
+
+
+
+

biologischer Prozessc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/GO_0008150

+
+ A biological process represents a specific objective that the organism is genetically programmed to achieve. Biological processes are often described by their outcome or ending state, e.g., the biological process of cell division results in the creation of two daughter cells (a divided cell) from a single parent cell. A biological process is accomplished by a particular set of molecular functions carried out by specific gene products (or macromolecular complexes), often in a highly regulated manner and in a particular temporal sequence. +
+
+ Note that, in addition to forming the root of the biological process ontology, this term is recommended for use for the annotation of gene products whose biological process is unknown. When this term is used for annotation, it indicates that no information was available about the biological process of the gene product annotated as of the date the annotation was made; the evidence code 'no data' (ND), is used to indicate this. +
+
+
+

bundle adjustment [jade]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000025

+
+ "Bundle adjustment [...] is a method for the simultaneous numerical fit of an unlimited number of spatially distributed images (bundles of rays). It makes use of photogrammetric observations (measured image points), survey observations and an object coordinate system. Using tie points, single images are merged into a global model in which the object surface can be reconstructed in three dimensions." (Luhmann et al. 2020: 349f.) +
+
+
Source
+
Luhmann, Robson, Kyle & Boehm (2020): Close-Range Photogrammetry and 3D Imaging, 3rd ed. De Gruyter: Berlin, Boston
+
+
+
+

Butadiene rubber BR [ifnano]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000642

+
+ Polybutadiene [butadiene rubber BR] is a synthetic rubber. Polybutadiene rubber is a polymer formed from the polymerization of the monomer 1,3-butadiene. Polybutadiene has a high resistance to wear and is used especially in the manufacture of tires. +
+
+
Mitwirkende: +
+
Yamen Alsalka
+
+
+
Source
+
Wikipedia
+
+
+
hat Super-Klassen
+
+ synthetikkautschuk [hsh] + c +
+
+
+
+

Butyl rubber BIIR [ifnano]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000644

+
+ Is a synthetic rubber, a copolymer of isobutylene with isoprene +
+
+
Mitwirkende: +
+
Yamen Alsalka
+
+
+
Source
+
Wikipedia
+
+
+
hat Super-Klassen
+
+ synthetikkautschuk [hsh] + c +
+
+
+
+

büroausstattung [hsh]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000176

+
+ Equipment that is employed for managerial purposes in the system under investigation. +
+
+
Mitwirkende: +
+
Marvin Auf der Landwehr
+
+
+
+

camera calibration [jade]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000024

+
+ "The photogrammetric determination of the parameters of interior orientation is usually referred to as calibration. This is based on the idea that once a mechanically stable camera is calibrated, it may be moved from one image taking location to another whilst retaining its calibration." (Luhmann, Robson et al. 2020: 170) +
+
+
Source
+
Luhmann, Robson, Kyle & Boehm (2020): Close-Range Photogrammetry and 3D Imaging, 3rd ed. De Gruyter: Berlin, Boston
+
+
+
+

camera coordinate system [jade]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000022

+
+ "The camera coordinate system has its origin at the perspective centre of the image. It is further defined by reference features fixed in the camera (fiducial marks, réseau, sensor system). It can therefore be reconstructed from the image and related to an image measuring device" (Luhmann et al. 2020: 278) +
+
+
Source
+
Luhmann, Robson, Kyle & Boehm (2020): Close-Range Photogrammetry and 3D Imaging, 3rd ed. De Gruyter: Berlin, Boston
+
+
+
+

carbon blackc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_82297

+
+ An elemental carbon in the form of virtually pure colloidal particles that are produced by incomplete combustion or thermal decomposition of gaseous or liquid hydrocarbons under controlled conditions. A black, finely divided pellet or powder, its properties of specific surface area, particle size and structure, conductivity and colour can be varied by varying the exact conditions for its production. It is used in tyres, rubber and plastic products, printing inks and coatings. +
+
+
hat Super-Klassen
+
+ elemental carbon + c +
+
hat Sub-Klassen
+
+ Ruß [dik] + c, carbon black nanoparticle + c +
+
+
+
+

carbon black nanoparticlec + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_133602

+
+ Any form of carbon black which has a particle size of less than 100 nm in each dimension. +
+
+
hat Super-Klassen
+
+ carbon black + c, carbon nanostructure + c, nanoparticle + c +
+
+
+
+

carbon group molecular entityc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_33582

+
+
hat Super-Klassen
+
+ p-block molecular entity + c +
+
hat Sub-Klassen
+
+ organic molecular entity + c +
+
+
+
+

carbon nanostructurec + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_50812

+
+
hat Super-Klassen
+
+ elemental carbon + c, nanostructure + c +
+
hat Sub-Klassen
+
+ carbon black nanoparticle + c +
+
+
+
+

CARTc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000749

+
+ A CART (classification and regression trees) is a data transformation method for producing a classification or regression model with a tree-based structure. +
+
+
Source
+
BOOK: David J. Hand, Heikki Mannila and Padhraic Smyth (2001) Principles of Data Mining.
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
hat Super-Klassen
+
+ decision tree building data transformation + c +
+
hat Member
+
+ GenePattern CART + ni +
+
+
+
+

categorical labelc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000963

+
+ A label that is part of a categorical datum and that indicates the value of the data item on the categorical scale. +
+
+
Source
+
Bjoern Peters
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
Example
+
+
The labels 'positive' vs. 'negative', or 'left handed', 'right handed', 'ambidexterous', or 'strongly binding', 'weakly binding' , 'not binding', or '+++', '++', '+', '-' etc. form scales of categorical labels.
+
+
+
+
hat Super-Klassen
+
+ datum label + c +
+
hat Member
+
+ ambidexterous + ni, left handed + ni, right handed + ni +
+
+
+
+

categorical value specificationc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001930

+
+ A value specification that is specifies one category out of a fixed number of nominal categories +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
hat Super-Klassen
+
+ value specification + c +
+
hat Sub-Klassen
+
+ International Federation of Gynecology and Obstetrics cervical cancer stage value specification + c, International Federation of Gynecology and Obstetrics ovarian cancer stage value specification + c, clinical tumor stage group according to AJCC 7th edition + c, histologic grade according to AJCC 7th edition + c, histologic grade according to the Fuhrman Nuclear Grading System + c, histologic grade for ovarian tumor + c, pathologic distant metastases stage for colon according to AJCC 7th edition + c, pathologic distant metastases stage for kidney according to AJCC 7th edition + c, pathologic distant metastases stage for lung according to AJCC 7th edition + c, pathologic distant metastases stage for ovary according to AJCC 7th edition + c, pathologic lymph node stage for colon and rectum according to AJCC 7th edition + c, pathologic lymph node stage for kidney according to AJCC 7th edition + c, pathologic lymph node stage for lung according to AJCC 7th edition + c, pathologic lymph node stage for ovary according to AJCC 7th edition + c, pathologic primary tumor stage for colon and rectum according to AJCC 7th edition + c, pathologic primary tumor stage for kidney according to AJCC 7th edition + c, pathologic primary tumor stage for lung according to AJCC 7th edition + c, pathologic primary tumor stage for ovary according to AJCC 7th edition + c, performance status value specification + c +
+
+
+
+

chalcogen molecular entityc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_33304

+
+ Any p-block molecular entity containing a chalcogen. +
+
+
hat Super-Klassen
+
+ p-block molecular entity + c +
+
hat Sub-Klassen
+
+ organochalcogen compound + c, sulfur molecular entity + c +
+
+
+
+

Chargec + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000423

+
+ A quantity of people or things treated or regarded as a group, especially when subdivided from a larger group. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
hat Sub-Klassen
+
+ Charge [dik] + c +
+
+
+
+

Charge [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000422

+
+ Produkt eines Mischungsvorganges +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Charge + c +
+
+
+
+

chemische Entitätc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_24431

+
+ A chemical entity is a physical entity of interest in chemistry including molecular entities, parts thereof, and chemical substances. +
+
+
hat Sub-Klassen
+
+ Gruppe [chebi] + c, Gruppe [dik] + c, Gruppe [ncit] + c, Partikel [ncit] + c, chemische Substanz + c, molecular entity + c +
+
+
+
+

chemische Substanzc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_59999

+
+ A chemical substance is a portion of matter of constant composition, composed of molecular entities of the same type or of different types. +
+
+
hat Super-Klassen
+
+ chemische Entität + c +
+
hat Sub-Klassen
+
+ Mischung + c, Partikel [dik] + c +
+
+
+
+

Chemometrics [ifnano]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000198

+
+ The chemical discipline that uses mathematical and statistical methods, (a) to design or select optimal measurement procedures and experiments, and (b) to provide maximum chemical information by analyzing chemical data. +
+
+
Mitwirkende: +
+
Christoph Lenth
+
+
+
Source
+
https://www.wiley-vch.de/de/fachgebiete/naturwissenschaften/chemometrics-978-3-527-34097-2
+
+
+
+

class discovery data transformationc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0200175

+
+ A class discovery data transformation (sometimes called unsupervised classification) is a data transformation that has objective class discovery. +
+
+
Source
+
PERSON: James Malone
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
hat Super-Klassen
+
+ data transformation + c +
+
hat Sub-Klassen
+
+ dimensionality reduction + c, hierarchical clustering + c, k-means clustering + c, k-nearest neighbors + c +
+
+
+
+

class prediction data transformationc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000663

+
+ A class prediction data transformation (sometimes called supervised classification) is a data transformation that has objective class prediction. +
+
+
Source
+
PERSON: James Malone
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
hat Super-Klassen
+
+ data transformation + c +
+
hat Sub-Klassen
+
+ support vector machine + c +
+
+
+
+

Classification [ifnano]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000219

+
+ Is to reliably assign new samples to existing classes in a given population. +
+
+
Mitwirkende: +
+
Yamen Alsalka
+
+
+
Source
+
Unscrambler X
+
+
+
+

classified data setc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000023

+
+ A data set that is produced as the output of a class prediction data transformation and consists of a data set with assigned class labels. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
ist äquvivalent zu
+
+ is_specified_output_of + op + some + class prediction data transformation + c +
+
hat Super-Klassen
+
+ data set + c +
+
+
+
+

clinical tumor stage group according to AJCC 7th editionc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002314

+
+ A categorical value specification that is an assessment of the stage of a cancer according to the American Joint Committee on Cancer (AJCC) v7 staging systems. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
hat Super-Klassen
+
+ categorical value specification + c +
+
hat Member
+
+ Occult Carcinoma (AJCC 7th) + ni, Stage 0 (AJCC 7th) + ni, Stage I (AJCC 7th) + ni, Stage IIA (AJCC 7th) + ni, Stage IIB (AJCC 7th) + ni, Stage IIC (AJCC 7th) + ni, Stage IIIA (AJCC 7th) + ni, Stage IIIB (AJCC 7th) + ni, Stage IIIC (AJCC 7th) + ni, Stage IVA (AJCC 7th) + ni, Stage IVB (AJCC 7th) + ni +
+
+
+
+

cluster analysis [ncti]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000033

+
+ Methods for grouping objects into subsets such that those within each cluster are more closely related to one another than objects assigned to different clusters. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C15426
+
+
+
Term status
+
uncurated
+
+
+
+

Clusteranalysec + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000032

+
+ Clustering or cluster analysis is a unsupervised machine learning technique, which groups the unlabelled dataset. It can be defined as a way of grouping the data points into different clusters, consisting of similar data points. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
Term status
+
uncurated
+
+
+
+

clustered data setc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000648

+
+ A data set that is produced as the output of a class discovery data transformation and consists of a data set with assigned discovered class labels. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
Example
+
+
A clustered data set is the output of a K means clustering data transformation
+
+
+
+
ist äquvivalent zu
+
+ is_specified_output_of + op + some + class discovery data transformation + c +
+
hat Super-Klassen
+
+ data set + c +
+
+
+
+

clustered data visualizationc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0200190

+
+ A data visualization which has input of a clustered data set and produces an output of a report graph which is capable of rendering data of this type. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
hat Super-Klassen
+
+ data visualization + c +
+
hat Member
+
+ GenePattern HeatMapViewer data visualization + ni, GenePattern HierarchicalClusteringViewer data visualization + ni +
+
+
+
+

collection of material entities [hsh]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000101

+
+ A class of units in the system under study (e.g, machines, spare parts) +
+
+
Mitwirkende: +
+
Marvin Auf der Landwehr
+
+
+
+

collection of specimensc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002076

+
+ A material entity that has two or more specimens as its parts. +
+
+
Source
+
OBIB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
Example
+
+
Blood cells collected from multiple donors over the course of a study.
+
+
+
+
+

Color histogramm [ifnano]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000251

+
+ A multidimensional histogram of the distribution of color in an image +
+
+
+

Colorimetry (chemical method) [ifnano]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000231

+
+ Determination concentrations using a color chart +
+
+
Mitwirkende: +
+
Christoph Lenth
+
+
+
Source
+
+ https://de.wikipedia.org/wiki/Kolorimetrie +
+
+
+
+

Colorimetry [allotrope]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000232

+
+ The determination of the spectral absorbance of a solution. This method is often used to determine the concentration of a chemical in a solution. [CHMO] +
+
+ http://purl.allotrope.org/ontologies/ +
+
+
ist definiert durch
+
allotrope.org
+
+
+
Source
+
http://purl.allotrope.org/ontologies/process#AFP_0002309
+
+
+
Term status
+
uncurated
+
+
+
+

Colorimetry [ncit]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000233

+
+ An assessment used to quantify and describe the colors within the visible spectrum of light. +
+
+ http://purl.allotrope.org/ontologies/ +
+
+
ist definiert durch
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C111096
+
+
+
Term status
+
uncurated
+
+
+
+

Composition [fso]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000277

+
+ Composition of the material or substance. +
+
+ http://www.aidimme.es/FurnitureSectorOntology.owl +
+
+
ist definiert durch
+
Furniture Sector Ontology
+
+
+
Source
+
http://www.aidimme.es/FurnitureSectorOntology.owl#hasComposition
+
+
+
Term status
+
uncurated
+
+
+
+

Composition [ncit]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000279

+
+ The way in which something is made, especially in terms of its different parts; its constituents. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
ist definiert durch
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C53414
+
+
+
Term status
+
uncurated
+
+
+
+

Composition [pato]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000278

+
+ A single physical entity inhering in an bearer by virtue of the bearer's quantities or relative ratios of subparts. [PATO] +
+
+ PATO +
+
+
ist definiert durch
+
PATO
+
+
+
Source
+
http://purl.obolibrary.org/obo/PATO_0000025
+
+
+
Term status
+
uncurated
+
+
+
+

concentration [allotrope]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000204

+
+ A concentration (datum) is a quantification facet that quantifies a quality inhering in a substance by virtue of the amount of the bearer's there is mixed with another substance. [Allotrope] +
+
+ http://purl.allotrope.org/ontologies/ +
+
+
ist definiert durch
+
allotrope.org
+
+
+
Source
+
http://purl.allotrope.org/ontologies/result#AFR_0002036
+
+
+
Term status
+
uncurated
+
+
+
+

concentration [bwmd]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000203

+
+ The quantity kind concentration +
+
+ https://www.materials.fraunhofer.de/ontologies/BWMD_ontology +
+
+
ist definiert durch
+
BWMD
+
+
+
Source
+
https://www.materials.fraunhofer.de/ontologies/BWMD_ontology/mid#BWMD_00298
+
+
+
Term status
+
uncurated
+
+
+
+

concentration [chmo]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000207

+
+ Experimental method output expressing the contribution of one constituent to the composition of a mixture. +
+
+ http://purl.obolibrary.org/obo/chmo.owl +
+
+
ist definiert durch
+
CHMO
+
+
+
Source
+
http://purl.obolibrary.org/obo/CHMO_0002820
+
+
+
Term status
+
uncurated
+
+
+
+

concentration [ecso]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000208

+
+ the strength of a solution; number of molecules of a substance in a given volume +
+
+ http://purl.dataone.org/odo/ECSO8.owl +
+
+
ist definiert durch
+
ECSO
+
+
+
Source
+
http://purl.dataone.org/odo/ECSO_00001120
+
+
+
Term status
+
uncurated
+
+
+
+

concentration [edam]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000206

+
+ The concentration of a chemical compound. +
+
+ http://edamontology.org +
+
+
ist definiert durch
+
EDAM
+
+
+
Source
+
http://edamontology.org/data_2140
+
+
+
Term status
+
uncurated
+
+
+
+

concentration [ifnano]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000202

+
+ A quality of a substance in terms of its amount per unit volume in a mixture. +
+
+
Mitwirkende: +
+
Sven Schwabe (IFNANO)
+
+
+
Source
+
https://en.wikipedia.org/wiki/Concentration
+
+
+
Term status
+
uncurated
+
+
+
Example
+
+
The concentration of Zinc in the extrudate is 0.5 g/L.
+
+
+
+
+

concentration [ncit]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000205

+
+ The quantity of a substance per unit volume or weight; a measure of the amount of substance present in a unit amount of mixture, particularly, the amount of solute dissolved in a solvent. The amounts can be expressed as moles, masses, volumes, or parts. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
ist definiert durch
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C41185
+
+
+
Term status
+
uncurated
+
+
+
+

concentration ofc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/PATO_0000033

+
+ A quality inhering in a substance by virtue of the amount of the bearer's there is mixed with another substance. +
+
+
hat Super-Klassen
+
+ molecular quality + c +
+
+
+
+

concentration unitc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000051

+
+
hat Super-Klassen
+
+ measurement unit label + c +
+
hat Sub-Klassen
+
+ Massenanteil [dik] + c, Massenanteil [uo] + c +
+
hat Member
+
+ colony forming unit per volume + ni, gram per deciliter + ni, gram per liter + ni, mass percentage + ni, mass volume percentage + ni, microgram per liter + ni, micromolar + ni, milligram per milliliter + ni, milliliter per liter + ni, millimolar + ni, molar + ni, nanomolar + ni, pH + ni, picomolar + ni, volume percentage + ni +
+
+
+
+

cool functionc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000387

+
+ A cool function is a function to decrease the internal kinetic energy of a material below the initial kinetic energy of that type of material. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
hat Super-Klassen
+
+ function + c +
+
+
+
+

Corax N660 [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000301

+
+ Handelsname für ein spezifischen N600-Ruß +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Ruß [chebi] + c +
+
+
+
+

Correlation [ifnano]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000200

+
+ The degree to which two or more quantities or events are associated, a statistical relation between two or more variables such that systematic changes in the value of one variable are accompanied by systematic changes in the others. The collelation can be described by mathematical functions (often a linear function is used). It’s a common tool for describing simple relationships without making a statement about cause and effect. +
+
+ Correlations are useful for describing simple relationships among data +
+
+
Mitwirkende: +
+
Yamen Alsalka (IFNANO)
+
+
+
Source
+
https://www.jmp.com/en_ca/statistics-knowledge-portal/what-is-correlation.html; http://purl.obolibrary.org/obo/NCIT_C48834
+
+
+
+

Correlation [ncit]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000201

+
+ The degree to which two or more quantities or events are linearly associated, a statistical relation between two or more variables such that systematic changes in the value of one variable are accompanied by systematic changes in the others. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
ist definiert durch
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C48834
+
+
+
Term status
+
uncurated
+
+
+
+

count [allotrope]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000255

+
+ The number of objects counted. [Allotrope] +
+
+ allotrope +
+
+
ist definiert durch
+
allotrope.org
+
+
+
Source
+
http://purl.allotrope.org/ontologies/property#AFX_0000604
+
+
+
Term status
+
uncurated
+
+
+
+

count [allotrope]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000256

+
+ A datum that has non-negative integer values that is about the number of discrete things. [Allotrope] +
+
+ allotrope +
+
+
ist definiert durch
+
allotrope.org
+
+
+
Source
+
http://purl.allotrope.org/ontologies/result#AFR_0000984
+
+
+
Term status
+
uncurated
+
+
+
+

count [ifnano]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000254

+
+ counting events +
+
+ unit +
+
+
Mitwirkende: +
+
Sven Schwabe (IFNANO)
+
+
+
+

count [ms]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000258

+
+ a count is a data item denoted by an integer and represented the number of instances or occurences of an entity +
+
+ http://purl.obolibrary.org/obo/ms.owl +
+
+
ist definiert durch
+
MS
+
+
+
Source
+
http://purl.obolibrary.org/obo/STATO_0000047
+
+
+
Term status
+
uncurated
+
+
+
+

count [ncit]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000257

+
+ Determining the number or amount of something. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
ist definiert durch
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C25463
+
+
+
Term status
+
uncurated
+
+
+
+

curation status specificationc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000078

+
+ The curation status of the term. The allowed values come from an enumerated list of predefined terms. See the specification of these instances for more detailed definitions of each enumerated value. +
+
+
Source
+
GROUP:OBI:<http://purl.obolibrary.org/obo/obi>
+
OBI_0000266
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
ist äquvivalent zu
+
{ example to be eventually removed , metadata complete , organizational term , ready for release , metadata incomplete , uncurated , pending final vetting , to be replaced with external ontology term , requires discussion }
+
hat Super-Klassen
+
+ data about an ontology part + c +
+
hat Member
+
+ example to be eventually removed + ni, metadata complete + ni, metadata incomplete + ni, organizational term + ni, pending final vetting + ni, ready for release + ni, requires discussion + ni, to be replaced with external ontology term + ni, uncurated + ni +
+
+
+
+

cyanidec + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_17514

+
+ A pseudohalide anion that is the conjugate base of hydrogen cyanide. +
+
+
hat Super-Klassen
+
+ pseudohalide anion + c +
+
+
+
+

cyclic compoundc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_33595

+
+ Any molecule that consists of a series of atoms joined together to form a ring. +
+
+
hat Super-Klassen
+
+ molecule + c +
+
hat Sub-Klassen
+
+ aromatic compound + c, heterocyclic compound + c, organic cyclic compound + c +
+
+
+
+

data about an ontology partc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000102

+
+ Data about an ontology part is a data item about a part of an ontology, for example a term +
+
+
hat Super-Klassen
+
+ data item + c +
+
hat Sub-Klassen
+
+ curation status specification + c, denotator type + c, obsolescence reason specification + c +
+
+
+
+

data itemc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000027

+
+ An information content entity that is intended to be a truthful statement about something (modulo, e.g., measurement precision or other systematic errors) and is constructed/acquired by a method which reliably tends to produce (approximately) truthful statements. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
Example
+
+
Data items include counts of things, analyte concentrations, and statistical summaries.
+
+
+
+
hat Sub-Klassen
+
+ data about an ontology part + c, data set + c, measurement datum + c +
+
+
+
+

Data Miningc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000034

+
+ A Database is a System for describing, storing and retrieving large amounts of data. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
Term status
+
uncurated
+
+
+
+

data mining [edam]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000035

+
+ An information set with a regular structure. Although it can be applied to any set of information the term was invented to refer to computerized data, and is used almost exclusively in computing. +
+
+ http://edamontology.org +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
EDAM
+
+
+
Source
+
http://edamontology.org/topic_3473
+
+
+
Term status
+
uncurated
+
+
+
+

data setc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000100

+
+ A data item that is an aggregate of other data items of the same type that have something in common. Averages and distributions can be determined for data sets. +
+
+
Source
+
OBI_0000042
+
group:OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
Example
+
+
Intensity values in a CEL file or from multiple CEL files comprise a data set (as opposed to the CEL files themselves).
+
+
+
+
hat Super-Klassen
+
+ data item + c +
+
hat Sub-Klassen
+
+ classified data set + c, clustered data set + c +
+
+
+
+

data transformationc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0200000

+
+ A planned process that produces output data from input data. +
+
+
Source
+
Branch editors
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
The application of a clustering protocol to microarray data or the application of a statistical testing method on a primary data set to determine a p-value.
+
+
+
+
hat Super-Klassen
+
+ planned process + c +
+
hat Sub-Klassen
+
+ class discovery data transformation + c, class prediction data transformation + c, decision tree building data transformation + c, partitioning data transformation + c, peak matching + c +
+
ist disjunkt zu
+
+ assay + c +
+
+
+
+

data visualizationc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0200111

+
+ An planned process that creates images, diagrams or animations from the input data. +
+
+
Source
+
PERSON: Elisabetta Manduchi
+
PERSON: James Malone
+
PERSON: Melanie Courtot
+
PERSON: Tina Boussard
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
Generation of a heatmap from a microarray dataset
+
+
+
+
hat Super-Klassen
+
+ planned process + c +
+
hat Sub-Klassen
+
+ clustered data visualization + c +
+
+
+
+

database [ncti]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000037

+
+ An information set with a regular structure. Although it can be applied to any set of information the term was invented to refer to computerized data, and is used almost exclusively in computing. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C15426
+
+
+
Term status
+
uncurated
+
+
+
+

dataset creatingc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/APOLLO_SV_00000796

+
+ A planned process that has a data set as its specified output. +
+
+
ist äquvivalent zu
+
+ planned process + c + and (has_specified_output + op + some + data set + c)
+
hat Super-Klassen
+
+ planned process + c +
+
hat Sub-Klassen
+
+ dimensionality reduction + c, hierarchical clustering + c, k-means clustering + c, k-nearest neighbors + c +
+
+
+
+

Datenbankc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000036

+
+ A Database is a System for describing, storing and retrieving large amounts of data. +
+
+
Mitwirkende: +
+
ITA
+
+
+
Term status
+
uncurated
+
+
+
+

datum labelc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000009

+
+ A label is a symbol that is part of some other datum and is used to either partially define the denotation of that datum or to provide a means for identifying the datum as a member of the set of data with the same label +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
hat Sub-Klassen
+
+ categorical label + c, measurement unit label + c +
+
+
+
+

decision tree building data transformationc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000707

+
+ A decision tree building data transformation is a data transformation that has objective decision tree induction. +
+
+
Source
+
PERSON: James Malone
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
hat Super-Klassen
+
+ data transformation + c +
+
hat Sub-Klassen
+
+ CART + c +
+
+
+
+

Deep Learningc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000038

+
+ Deep learning is a class of machine learning algorithms that uses multiple layers to progressively extract higher-level features from the raw input. There is no universally agreed-upon threshold of depth that divides shallow learning from deep learning, but most researchers agree that deep learning involves CAP depth higher than 2. The CAP (credit assignment path) is the chain of transformations from input to output. CAPs describe potentially causal connections between input and output. For simple neural networks (feedforward neural networks) this treshhold is reached with at least two hidden layers. +
+
+
Term status
+
uncurated
+
+
+
+

deep learning [ncti]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000039

+
+ A subset of machine learning that is part of the broader family of machine learning methodologies based on artificial neural networks. A deep neural network has multiple layers between input and output layers to progressively extract higher level features from the raw input. (After DeepAI Machine Learning Glossary and Terms) [ NCI ] +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C176258
+
+
+
Term status
+
uncurated
+
+
+
+

dendrogramc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000183

+
+ A dendrogram is a report graph which is a tree diagram +frequently used to illustrate the arrangement of the clusters produced by a +clustering algorithm. +
+
+
Source
+
WEB: http://en.wikipedia.org/wiki/Dendrogram
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
Dendrograms are often used in computational biology to
+illustrate the clustering of genes.
+
+
+
+
hat Super-Klassen
+
+ graph + c +
+
+
+
+

denotator typec + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000409

+
+ A denotator type indicates how a term should be interpreted from an ontological perspective. +
+
+
Source
+
Barry Smith, Werner Ceusters
+
+
+
Example
+
+
The Basic Formal Ontology ontology makes a distinction between Universals and defined classes, where the formal are "natural kinds" and the latter arbitrary collections of entities.
+
+
+
+
ist äquvivalent zu
+
{ universal , defined class , named class expression }
+
hat Super-Klassen
+
+ data about an ontology part + c +
+
hat Member
+
+ defined class + ni, named class expression + ni, universal + ni +
+
+
+
+

devicec + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000968

+
+ A material entity that is designed to perform a function in a scientific investigation, but is not a reagent. +
+
+
Source
+
OBI development call 2012-12-17.
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
A voltmeter is a measurement device which is intended to perform some measure function.
+
+
+
An autoclave is a device that sterlizes instruments or contaminated waste by applying high temperature and pressure.
+
+
+
+
hat Super-Klassen
+
+ processed material + c +
+
hat Sub-Klassen
+
+ environmental control device + c, measurement device + c +
+
+
+
+

Di(benzothiazol-2-yl)disulfid [chebi]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000321

+
+ An organic disulfide resulting from the formal oxidative coupling of the thiol groups of two molecules of 1,3-benzothiazole-2-thiol. It is used as an accelerator in the rubber industry. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
CHEBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/chebi.owl
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ organic disulfide + c +
+
hat Sub-Klassen
+
+ Vulkacit MBTS [dik] + c +
+
+
+
+

Di(benzothiazol-2-yl)disulfid [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000320

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ organic disulfide + c +
+
+
+
+

diagramc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000309

+
+ A figure that expresses one or more propositions +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
Example
+
+
A molecular structure ribbon cartoon showing helices, turns and sheets and their relations to each other in space.
+
+
+
+
hat Super-Klassen
+
+ figure + c +
+
hat Sub-Klassen
+
+ graph + c +
+
+
+
+

Dienkautschuk [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000293

+
+ Kautschuktyp, der eine ungesättigte Kohlenstoffhauptkette hat, die zumeist auf Butadien oder substituiertem Butadien basiert +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ rubber particle [chebi] + c +
+
+
+
+

Digital image processing [ifnano]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000239

+
+ The use of a digital computer to process digital images through an algorithm. +
+
+
+

dimensionality reductionc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0200050

+
+ A dimensionality reduction is data partitioning which transforms each input m-dimensional vector (x_1, x_2, ..., x_m) into an output n-dimensional vector (y_1, y_2, ..., y_n), where n is smaller than m. +
+
+
Source
+
PERSON: Elisabetta Manduchi
+
PERSON: James Malone
+
PERSON: Melanie Courtot
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
hat Super-Klassen
+
+ class discovery data transformation + c, dataset creating + c +
+
hat Sub-Klassen
+
+ principal components analysis dimensionality reduction + c +
+
+
+
+

dimensionslose Einheit [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000617

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

dimensionslose Einheit [ms]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000618

+
+ "A unit which is a standard measure of physical quantity consisting of only a numerical number without any units." [Wikipedia:Wikipedia] +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
MS
+
+
+
Source
+
http://purl.obolibrary.org/obo/ms.owl
+
+
+
Term status
+
uncurated
+
+
+
+

direkte kostenc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000153

+
+ Costs that can be identified with a particular project or program. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C19579
+
+
+
Term status
+
uncurated
+
+
+
+

direkte kosten [hsh]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000152

+
+ All costs that are derived from costs groups that are directly related to the production of goods in the system under study. +
+
+
Mitwirkende: +
+
Marvin Auf der Landwehr
+
+
+
+

Discriminant analysis [ifnano]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000354

+
+ Is a supervised classification method and it is used to build classification rules of a number of prespecified clases. +
+
+
Mitwirkende: +
+
Yamen Alsalka
+
+
+
Source
+
Unscrambler X
+
+
+
+

Dispergierung [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000372

+
+ Verteilen eines oder mehrerer Bestandteile in Kautschuk, Kautschukblends oder einer kontinuierlichen Phase durch Anwendung von Scherkräften, um optimale und homogene Eigenschaften zu erhalten +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

dispositionc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/BFO_0000016

+
+
ist definiert durch
+
+ http://purl.obolibrary.org/obo/bfo.owl +
+
+
+
Example
+
+
an atom of element X has the disposition to decay to an atom of element Y
+
+
+
certain people have a predisposition to colon cancer
+
+
+
children are innately disposed to categorize objects in certain ways.
+
+
+
the cell wall is disposed to filter chemicals in endocytosis and exocytosis
+
+
+
+
hat Sub-Klassen
+
+ function + c +
+
ist in Range von
+
+ has disposition + op +
+
ist disjunkt zu
+
+ role + c +
+
+
+
+

distance between sensor and extrudate [imr]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000016

+
+
+

distribution quality [ifnano]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000215

+
+ A quality of a sample in terms of homogenity, or the distribution of concentration of a specific component in a mixture, in a macroscopic body. +
+
+
Mitwirkende: +
+
Sven Schwabe (IFNANO)
+
+
+
+

disulfidec + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_48343

+
+ Compounds of structure RSSR'. +
+
+
hat Super-Klassen
+
+ sulfur molecular entity + c +
+
hat Sub-Klassen
+
+ organic disulfide + c +
+
+
+
+

Dithiocarbamat [chebi]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000327

+
+ A member of the class of dithiocarbamate anions resulting from the deprotonation of both of the dithiocarbamic acid moieties of ethylenebis(dithiocarbamic acid). The major species at pH 7.3. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
CHEBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/chebi.owl
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ dithiocarbamate anions + c +
+
+
+
+

Dithiocarbamat [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000326

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ dithiocarbamate anions + c +
+
+
+
+

dithiocarbamate anionsc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_84292

+
+ Any organic sulfur anion resulting from the removal of a proton from any N-substituted dithiocarbamic acid. +
+
+
hat Super-Klassen
+
+ organic sulfur anion + c +
+
hat Sub-Klassen
+
+ Dithiocarbamat [chebi] + c, Dithiocarbamat [dik] + c +
+
+
+
+

documentc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000310

+
+ A collection of information content entities intended to be understood together as a whole +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
Example
+
+
A journal article, patent application, laboratory notebook, or a book
+
+
+
+
hat Sub-Klassen
+
+ questionnaire + c +
+
+
+
+

dot plotc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000037

+
+ A dot plot is a report graph which is a graphical representation of data where each data point is represented by a single dot placed on coordinates corresponding to data point values in particular dimensions. +
+
+
Source
+
OBI_0000123
+
group:OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000002 +
+
+
+
Example
+
+
Dot plot of SSC-H and FSC-H.
+
+
+
+
hat Super-Klassen
+
+ graph + c +
+
+
+
+

Drehmoment (Mischer)c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000087

+
+ Measured variable that indicates how high the torque is during mixing. +
+
+
Term status
+
uncurated
+
+
+
+

Drehmoment [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000395

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Drehmoment [om]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000396

+
+ Torque is the effectiveness of a force to produce rotation about an axis, measured by the product of the force and the perpendicular distance from the line of action of the force to the axis. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
UO
+
+
+
Source
+
http://www.ontology-of-units-of-measure.org/resource/om-2
+
+
+
Term status
+
uncurated
+
+
+
+

Drehmoment Einheit [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000397

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Drehzahl (Mischer)c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000085

+
+ Control value that specifies at which speed mixing takes place +
+
+
Term status
+
uncurated
+
+
+
+

Drehzahl [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000345

+
+ A physical quality which inheres in a bearer by virtue of its speed rotating around itself. +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Drehzahleinheit [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000346

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ frequency unit + c +
+
+
+
+

Drehzahleinheit [ou]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000347

+
+ "A unit which is a standard measure of the number of rotations in a given time." [NIST:NIST] +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
UO
+
+
+
Source
+
http://purl.obolibrary.org/obo/uo.owl
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ frequency unit + c +
+
+
+
+

Druck [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000446

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Druck [om]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000448

+
+ Pressure is the force applied to or distributed over a surface. It is a derived quantity in the International System of Units. Pressure is force divided by area. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
OM
+
+
+
Source
+
http://www.ontology-of-units-of-measure.org/resource/om-2
+
+
+
Term status
+
uncurated
+
+
+
+

Druck [pato]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000447

+
+ A physical quality that inheres in a bearer by virtue of the bearer's amount of force per unit area it exerts. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
PATO
+
+
+
Source
+
http://purl.obolibrary.org/obo/pato.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Druckschwankung [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000439

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Drucksensor [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000455

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Durchsatzc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000100

+
+ The throughput indicates how many kilograms of rubber are extruded in a given unit of time. +
+
+
Term status
+
uncurated
+
+
+
+

durchsatz [hsh]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000150

+
+ The amount of raw materials, semi-finisehd products or finished products passing through a machine entity in the time X in the system under investigation. +
+
+
Mitwirkende: +
+
Marvin Auf der Landwehr
+
+
+
+

Eastern Cooperative Oncology Group score value specificationc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002357

+
+ A performance status value specification designed by the Eastern Cooperative Oncology Group to assess disease progression and its affect on the daily living abilities of the patient. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
hat Super-Klassen
+
+ performance status value specification + c +
+
hat Member
+
+ 0: asymptomatic + ni, 1: symptomatic but fully ambulatory + ni, 2: symptomatic but in bed less than 50% of the day + ni, 3: symptomatic in bed more than 50% of the day but not bed ridden + ni, 4: bed ridden + ni +
+
+
+
+

Eingangsvektorc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000040

+
+ The input layer of a neural network is composed of artificial input neurons, and brings the initial data into the system for further processing by subsequent layers of artificial neurons. The input layer is the very beginning of the workflow for the artificial neural network. +
+
+
Term status
+
uncurated
+
+
+
+

einheit [hsh]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000154

+
+ A single system element (e.g., extruder 1, tool 1) within an entity sub-group in the system under investigation. +
+
+
Mitwirkende: +
+
Marvin Auf der Landwehr
+
+
+
+

einheit [ncti]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000155

+
+ A property representing the unit of measure in which a nutrient or food component is typically expressed, ex., gram (g), minigram (mg), microgram (mcg), joule, or kilojoule. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_P355
+
+
+
Term status
+
uncurated
+
+
+
+

einheit [ncti]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000156

+
+ The property used in conjunction with a nutrient or food component, typically expressed in gram (g), milligram (mg), microgram (mcg), joule, or kilojoule. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C68553
+
+
+
Term status
+
uncurated
+
+
+
+

einheit [ncti]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000157

+
+ A single undivided thing occurring in the composition of something else. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C44278
+
+
+
Term status
+
uncurated
+
+
+
+

einheit [sd]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000158

+
+ Class designed to distinguish the different types of units that are available in variables from datasets or parameters +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
SD
+
+
+
Source
+
https://w3id.org/okn/o/sd#Unit
+
+
+
Term status
+
uncurated
+
+
+
+

einheit [uo]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000159

+
+ "A unit of measurement is a standardized quantity of a physical quality." [Wikipedia:Wikipedia] +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
UO
+
+
+
Source
+
http://purl.obolibrary.org/obo/UO_0000000
+
+
+
Term status
+
uncurated
+
+
+
+

Einschneckenextruder [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000425

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Extruder [dik] + c +
+
+
+
+

Einzugszone [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000462

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Thing + c +
+
+
+
+

Einzugszonen-Temperatur [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000469

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Einzugszonen-Temperatursteuergerät [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000468

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Elastizitätsmodul [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000574

+
+ die Komponente einer aufgebrachten Schubspannung, welche in Phase mit der Scherdeformation ist, geteilt durch die Dehnung +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Elastomerec + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000041

+
+ Elastomers are dimensionally stable but elastically deformable plastics. They are producest by vulcanization of rubber. +
+
+
Term status
+
uncurated
+
+
+
+

electromagnetic (EM) radiation qualityc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/PATO_0001291

+
+ A physical quality that inheres in an bearer by virtue of how that bearer interacts with electromagnetic radiation. +
+
+
hat Super-Klassen
+
+ radiation quality + c +
+
hat Sub-Klassen
+
+ optical quality + c +
+
+
+
+

Elektrische Leistung [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000418

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

elemental carbonc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_33415

+
+
hat Super-Klassen
+
+ elemental molecular entity + c, organic molecular entity + c +
+
hat Sub-Klassen
+
+ carbon black + c, carbon nanostructure + c +
+
+
+
+

elemental molecular entityc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_33259

+
+ A molecular entity all atoms of which have the same atomic number. +
+
+
hat Super-Klassen
+
+ molecular entity + c +
+
hat Sub-Klassen
+
+ elemental carbon + c +
+
+
+
+

endprodukt [hsh]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000125

+
+ The product that emerges at the end of the production process of the system under study. Constitutes an entity in the material cost, production cost, and waste management cost group. +
+
+
Mitwirkende: +
+
Marvin Auf der Landwehr
+
+
+
+

energiekosten [hsh]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000111

+
+ A cost group for all cost values occuring from entity sub-groups in the energy cost group and the associated factors +
+
+
Mitwirkende: +
+
Marvin Auf der Landwehr
+
+
+
+

environment control functionc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000401

+
+ An environmental control function is a function that regulates a contained environment within specified parameter ranges. For example the control of light exposure, humidity and temperature. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
hat Super-Klassen
+
+ function + c +
+
+
+
+

environmental control devicec + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001034

+
+ An environmental control device is a device which has the function to control some aspect of the environment such as temperature, or humidity. +
+
+
Source
+
OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
Example
+
+
A growth chamber is an environmental control device.
+
+
+
+
ist äquvivalent zu
+
+ device + c + and (has function + op + some + heat function + c + or + cool function + c + or + environment control function + c)
+
hat Super-Klassen
+
+ device + c +
+
hat Sub-Klassen
+
+ autoclave + c +
+
+
+
+

EPDM rubber [ifnano]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000645

+
+ EPDM rubber (ethylene propylene diene monomer rubber) is a type of synthetic rubber that is composed of ethylidene norbornene (ENB), dicyclopentadiene (DCPD), and vinyl norbornene (VNB). +
+
+
Mitwirkende: +
+
Yamen Alsalka
+
+
+
Source
+
Wikipedia
+
+
+
hat Super-Klassen
+
+ synthetikkautschuk [hsh] + c +
+
+
+
+

Ergebnisvektorc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000042

+
+ The output layer in an artificial neural network is the last layer of neurons that produces given outputs for the program. +
+
+
Term status
+
uncurated
+
+
+
+

ersatzteil [hsh]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000126

+
+ A duplicate part to replace a lost or damaged part of a machine entity unit in the system under investigation. Constitutes an entity sub-group of the wear parts entity. +
+
+
Mitwirkende: +
+
Marvin Auf der Landwehr
+
+
+
+

Erstarrungspunkt [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000566

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Ethylen-Konzentration [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000631

+
+ A concentration of ethylene inhering in a substance by virtue of the amount of the bearer's there is mixed with ethylene. +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Ethylen-Propylen-Dien-‎Kautschuk ‎[dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000292

+
+ Terpolymer aus Ethylen, Propylen und einem Dien mit dem restlichen ungesättigten Anteil des polymerisierten Diens in der Seitenkette +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ rubber particle [chebi] + c +
+
+
+
+

Ethylene Group [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000597

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ hydrocarbylene group + c +
+
+
+
+

Ethylidengruppe [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000633

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Source
+
http://purl.obolibrary.org/obo/CHEBI_29853
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ organodiyl group + c +
+
+
+
+

Ethylidennorbornen [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000588

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Ethylidennorbornen-Konzentration [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000632

+
+ A concentration of ethylidene norbornene inhering in a substance by virtue of the amount of the bearer's there is mixed with ethylidene norbornene. +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

evaluant rolec + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000067

+
+ a role that inheres in a material entity that is realized in an assay in which data is generated about the bearer of the evaluant role +
+
+
Source
+
OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
When a specimen of blood is assayed for glucose concentration, the blood has the evaluant role. When measuring the mass of a mouse, the evaluant is the mouse. When measuring the time of DNA replication, the evaluant is the DNA. When measuring the intensity of light on a surface, the evaluant is the light source.
+
+
+
+
hat Super-Klassen
+
+ role + c +
+
+
+
+

exterior orientation [jade]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000023

+
+ "The exterior orientation consists of six parameters which describe the spatial position and orientation of the camera coordinate system with respect to the global object coordinate system" (Luhmann et al. 2020: 277) +
+
+
Source
+
Luhmann, Robson, Kyle & Boehm (2020): Close-Range Photogrammetry and 3D Imaging, 3rd ed. De Gruyter: Berlin, Boston
+
+
+
+

Extrudat [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000430

+
+ Produkt eines Extrusionsprozesses +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

extrudate [ifnano]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000209

+
+ Product of the process of Extrusion +
+
+
Mitwirkende: +
+
Sven Schwabe (IFNANO)
+
+
+
Source
+
https://en.wikipedia.org/wiki/Extrusionn
+
+
+
+

extrudate [imr]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000002

+
+ definded rigid Object based as result of an +extrusion process +
+
+
+

extrudate norm [imr]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000017

+
+ ideal dimensions and shape of the +extrudate defined by the manufacturer +
+
+
+

Extrudatquerschnitt [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000450

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Thing + c +
+
+
+
+

Extruder [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000424

+
+ Maschine, die mit Hilfe einer Schnecke oder einer hydraulischen Presse kontinuierlich ein Material formt, indem dieses durch eine oder mehrere Schablonen gepresst wird +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
hat Sub-Klassen
+
+ Einschneckenextruder [dik] + c, Stiftextruder [dik] + c +
+
+
+
+

extruder [hsh]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000160

+
+ A machine that pushes unvulcanized rubber compounds through an extrusion die under pressure. Constitutes an entity sub-group of the machine entity. +
+
+
Mitwirkende: +
+
Marvin Auf der Landwehr
+
+
+
+

Extruderkopf [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000431

+
+ Teil eines Extruders, welcher die Schablone mit Halterung enthält +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Extrudieren [chmo]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000434

+
+ A process used to create objects of a fixed cross-sectional profile by forcing or drawing a material through a die. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
CHMO
+
+
+
Source
+
http://purl.obolibrary.org/obo/chmo.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Extrudieren [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000432

+
+ kontinuierliches Formen eines Materials, indem dieses durch eine Schablone gepresst wird +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Extrudieren [rex]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000433

+
+ A transformation in which an atom or group Y connected to two other atoms or groups X and Z is lost from a molecule, leading to a product in which X is bonded to Z, e.g. X-Y-Z --> X-Z + Y. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
REX
+
+
+
Source
+
http://purl.obolibrary.org/obo/rex.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Extrusionc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000043

+
+ Extrusion is a process used to create objects of a fixed cross-sectional profile by pushing material through a die of the desired cross-section. +
+
+
Term status
+
uncurated
+
+
+
+

extrusion [chmo]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000045

+
+ A process used to create objects of a fixed cross-sectional profile by forcing or drawing a material through a die. +
+
+ http://purl.obolibrary.org/obo/chmo.owl +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
CHMO
+
+
+
Source
+
http://purl.obolibrary.org/obo/CHMO_0001613
+
+
+
Term status
+
uncurated
+
+
+
+

extrusion [chmo]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000212

+
+ A process used to create objects of a fixed cross-sectional profile by forcing or drawing a material through a die. +
+
+ http://purl.obolibrary.org/obo/chmo.owl +
+
+
ist definiert durch
+
CHMO
+
+
+
Source
+
http://purl.obolibrary.org/obo/CHMO_0001613
+
+
+
Term status
+
uncurated
+
+
+
+

extrusion [ifnano]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000210

+
+ Extrusion is a process used to create objects of a fixed cross-sectional profile by pushing material through a die of the desired cross-section. +
+
+
Mitwirkende: +
+
Sven Schwabe (IFNANO)
+
+
+
Source
+
https://en.wikipedia.org/wiki/Extrusion
+
+
+
+

extrusion [rex]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000044

+
+ A transformation in which an atom or group Y connected to two other atoms or groups X and Z is lost from a molecule, leading to a product in which X is bonded to Z, e.g. X-Y-Z --> X-Z + Y. +
+
+ http://purl.obolibrary.org/obo/rex.owl +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
REX
+
+
+
Source
+
http://purl.obolibrary.org/obo/REX_0000100
+
+
+
Term status
+
uncurated
+
+
+
+

extrusion [rex]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000211

+
+ A transformation in which an atom or group Y connected to two other atoms or groups X and Z is lost from a molecule, leading to a product in which X is bonded to Z, e.g. X-Y-Z --> X-Z + Y. +
+
+ http://purl.obolibrary.org/obo/rex.owl +
+
+
ist definiert durch
+
REX
+
+
+
Source
+
http://purl.obolibrary.org/obo/REX_0000100
+
+
+
Term status
+
uncurated
+
+
+
+

faktor [allotrope]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000105

+
+ A multiplicand in a mathematical product expression. [Allotrope] +
+
+ skos:definition +
+
+
ist definiert durch
+
allotrope
+
+
+
Source
+
http://purl.allotrope.org/ontologies/result#AFR_0000924>
+
+
+
Term status
+
uncurated
+
+
+
+

faktor [hsh]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000102

+
+ A circumstance, fact, or influence that contributes to the costs associated with an entity (e.g., wages, number) +
+
+
+

faktor [ncti]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000103

+
+ Anything that contributes causally to a result. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C25506
+
+
+
Term status
+
uncurated
+
+
+
+

faktor [proco]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000104

+
+ A data item that is a member of a minimal set of independent variables that can be used to model the dependent reponses in a set of related experiments. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
PROCO
+
+
+
Source
+
http://purl.obolibrary.org/obo/PROCO_0000005
+
+
+
Term status
+
uncurated
+
+
+
+

Festwalze [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000343

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Festwalzen-Drehzahl [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000355

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Festwalzen-Temperatur [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000368

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Festwalzen-Temperatursteuergerät [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000366

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

figurec + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000308

+
+ An information content entity consisting of a two dimensional arrangement of information content entities such that the arrangement itself is about something. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
Example
+
+
Any picture, diagram or table
+
+
+
+
hat Sub-Klassen
+
+ diagram + c, image + c +
+
+
+
+

Fluororubber FKM [ifnano]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000648

+
+ Is a family of fluorocarbon-based fluoroelastomer materials that contain vinylidene fluoride as a monomer. +
+
+
Mitwirkende: +
+
Yamen Alsalka
+
+
+
Source
+
Wikipedia
+
+
+
hat Super-Klassen
+
+ synthetikkautschuk [hsh] + c +
+
+
+
+

frequency unitc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000105

+
+
hat Super-Klassen
+
+ measurement unit label + c +
+
hat Sub-Klassen
+
+ Drehzahleinheit [dik] + c, Drehzahleinheit [ou] + c +
+
hat Member
+
+ hertz + ni +
+
+
+
+

Frequenzeinheit [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000348

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Thing + c +
+
+
+
+

Frequenzeinheit [ncit]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000350

+
+ An indication of the type of unit of measure being used to express a number of regular events in a given time per unit of time. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Thing + c +
+
+
+
+

Frequenzeinheit [uo]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000349

+
+ "A unit which is a standard measure of the number of repetitive actions in a particular time." [NIST:NIST] +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
UO
+
+
+
Source
+
http://purl.obolibrary.org/obo/uo.owl
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Thing + c +
+
+
+
+

FTIR spectroscopy [ifnano]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000195

+
+ Fourier transform infrared involves the probing of matter with infrared radiation. It is based on periodic changes in dipole moments caused by molecular vibrations during the absorption of IR radiation and gives spectroscopic fingerprints. +
+
+ Method +
+
+
Mitwirkende: +
+
Yaman Alsalka (IFNANO)
+
+
+
Source
+
https://www.hamamatsu.com/eu/en/applications/analytical-equipment/infrared-spectroscopy.html
+
+
+
+

functionc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/BFO_0000034

+
+
ist definiert durch
+
+ http://purl.obolibrary.org/obo/bfo.owl +
+
+
+
Example
+
+
the function of a hammer to drive in nails
+
+
+
the function of a heart pacemaker to regulate the beating of a heart through electricity
+
+
+
the function of amylase in saliva to break down starch into sugar
+
+
+
+
hat Super-Klassen
+
+ disposition + c +
+
hat Sub-Klassen
+
+ cool function + c, environment control function + c, heat function + c, measure function + c, mechanical function + c, sterilization function + c +
+
ist in der Domäne von
+
+ function of + op +
+
ist in Range von
+
+ has function + op +
+
+
+
+

Functional group [ifnano]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000643

+
+ An atom or group of atoms within a molecule that has similar chemical properties whenever it appears in various compounds. Even if other parts of the molecule are quite different, certain functional groups tend to react in certain ways. +
+
+
Mitwirkende: +
+
Yamen Alsalka
+
+
+
Source
+
+ https://chem.libretexts.org/Courses/University_of_Kentucky/UK%3A_CHE_103_-_Chemistry_for_Allied_Health_(Soult)/Chapters/Chapter_4%3A_Structure_and_Function/4.4%3A_Functional_Groups#:~:text=A%20functional%20group%20is%20defined,to%20react%20in%20certain%20ways. +
+
+
+
+

Funktion [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000545

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Source
+
http://purl.obolibrary.org/obo/BFO_0000034
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Thing + c +
+
+
+
+

Funktion [mi]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000547

+
+ Biological function of a participant or of an interaction. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
MI
+
+
+
Source
+
http://purl.obolibrary.org/obo/mi.owl
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Thing + c +
+
+
+
+

Funktion [ncit]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000546

+
+ The normal action performed by a structure or device. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Thing + c +
+
+
+
+

Funktionsapproximationsmethodec + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000029

+
+ Function approximation is a technique for estimating an unknown underlying function using historical or available observations from the domain. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
Term status
+
uncurated
+
+
+
+

Förderband [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000437

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

fördermittel [hsh]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000137

+
+ A mode of transport that is employed to transport raw materials, semi-finished goods and finished goods within the system under investigation. +
+
+
Mitwirkende: +
+
Marvin Auf der Landwehr
+
+
+
+

fördertechnik [hsh]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000169

+
+ A continuous moving strip or surface that is used for transporting objects between different destinations. Constitutes an entity sub-group of the conveyor vehicle entity. +
+
+
Mitwirkende: +
+
Marvin Auf der Landwehr
+
+
+
+

Füllgrad [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000420

+
+ A physical quality which inheres in a bearer by virtue of the ratio of the volume of a substance contained in the bearer and the bearer's own volume. +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Füllstoff [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000295

+
+ fester Mischungsbestandteil in Teilchenform, welcher aus technischen oder wirtschaftlichen Gründen zu einem relativ großen Anteil zu Kautschuk oder Kautschuklatex zugegeben werden kann +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

füllstoffe [hsh]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000180

+
+ Material that is required to manipulate the properties of rubber products. Constitutes an entity sub-group of the raw material entity. +
+
+
Mitwirkende: +
+
Marvin Auf der Landwehr
+
+
+
+

gabelstapler [hsh]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000168

+
+ A powered industrial truck used to lift and move materials over short distances. Constitutes an entity sub-group of the conveyor vehicle entity. +
+
+
Mitwirkende: +
+
Marvin Auf der Landwehr
+
+
+
+

ganze komponenten [hsh]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000173

+
+ Components required to maintain and repair a machine entity. Constitutes an entity sub-group of the wear parts entity. +
+
+
+

Gebäudec + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000148

+
+ A structure that has a roof and walls and stands more or less permanently in one place. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C80231
+
+
+
Term status
+
uncurated
+
+
+
+

GenePattern softwarec + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000713

+
+ a software that provides access to more than 100 tools for gene expression analysis, proteomics, SNP analysis and common data processing tasks. +
+
+
Source
+
WEB: http://www.broadinstitute.org/cancer/software/genepattern/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
hat Super-Klassen
+
+ software + c +
+
hat Member
+
+ GenePattern module CARTXValidation + ni, GenePattern module HeatMapViewer + ni, GenePattern module HierarchicalClustering + ni, GenePattern module HierarchicalClusteringViewer + ni, GenePattern module KMeansClustering + ni, GenePattern module KNN + ni, GenePattern module KNNXValidation + ni, GenePattern module PCA + ni, GenePattern module PeakMatch + ni, GenePattern module SVM + ni +
+
+
+
+

Geometrieschwankung [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000440

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

geometry [geosparql]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000004

+
+ A coherent set of direct positions in space. The positions are held within a Spatial Reference System (SRS). +
+
+
ist definiert durch
+
geosparql
+
+
+
Source
+
http://www.opengis.net/ont/geosparql#Geometry
+
+
+
Term status
+
uncurated
+
+
+
+

geometry [imr]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000003

+
+
+

Geometry correction [ifnano]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000244

+
+ In terms of digtal image procession: correction methods to compensate image errors caused by lense distorsion or perspective. +
+
+
Mitwirkende: +
+
Jan Geweke
+
+
+
+

Gerät [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000548

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Gerät [ncit]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000549

+
+ An object contrived for a specific purpose. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Gerät [obi]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000550

+
+ A material entity that is designed to perform a function in a scientific investigation, but is not a reagent. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
OBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/obi.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Getriebe [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000457

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

gleichförmigkeitsmessautomat [hsh]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000167

+
+ A machine that is measures the tire uniformity for complete vehicle wheels and determines the radial and lateral force fluctuations of the rolling wheel. Constitutes an entity sub-group of the machine entity. +
+
+
Mitwirkende: +
+
Marvin Auf der Landwehr
+
+
+
+

Grad Celsius [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000539

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Grad Celsius [ncit]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000540

+
+ A unit of temperature of the temperature scale designed so that the freezing point of water is 0 degrees and the boiling point is 100 degrees at standard atmospheric pressure. The current official definition of the Celsius sets 0.01 C to be at the triple point of water and a degree to be 1/273.16 of the difference in temperature between the triple point of water and absolute zero. One degree Celsius represents the same temperature difference as one Kelvin. [ NCI ] +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Grad Celsius [om]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000542

+
+ The degree Celsius is a unit of temperature defined as 1 kelvin. The degree Celsius is a derived unit in the International System of Units. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
OM
+
+
+
Source
+
http://www.ontology-of-units-of-measure.org/resource/om-2
+
+
+
Term status
+
uncurated
+
+
+
+

Grad Celsius [uo]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000541

+
+ "A temperature unit which is equal to one kelvin degree. However, they have their zeros at different points. The centigrade scale has its zero at 273.15 K." [NIST:NIST] +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
UO
+
+
+
Source
+
http://purl.obolibrary.org/obo/UO_0000027
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Thing + c +
+
+
+
+

Gramm pro Kubikzentimeter [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000513

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Thing + c +
+
+
+
+

Gramm pro Kubikzentimeter [uo]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000514

+
+ "A mass unit density which is equal to mass of an object in grams divided by the volume in cubic centimeters." [UOC:GVG] +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
UO
+
+
+
Source
+
http://purl.obolibrary.org/obo/uo.owl
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Thing + c +
+
+
+
+

graphc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000038

+
+ A diagram that presents one or more tuples of information by mapping those tuples in to a two dimensional space in a non arbitrary way. +
+
+
Source
+
OBI_0000240
+
group:OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
hat Super-Klassen
+
+ diagram + c +
+
hat Sub-Klassen
+
+ dendrogram + c, dot plot + c, heatmap + c, histogram + c, scatter plot + c +
+
+
+
+

Gruppe [chebi]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000607

+
+ A defined linked collection of atoms or a single atom within a molecular entity. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
CHEBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/chebi.owl
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ chemische Entität + c +
+
hat Sub-Klassen
+
+ Organik-Gruppe [dik] + c, organische-Gruppe + c +
+
+
+
+

Gruppe [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000605

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ chemische Entität + c +
+
+
+
+

Gruppe [ncit]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000606

+
+ Any number of entities (members) considered as a unit. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ chemische Entität + c +
+
+
+
+

Gummiabfall [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000493

+
+ unverarbeiteter, gemischter, vulkanisierter oder teilvulkanisierter Kautschuk in Form von Altgummierzeugnissen oder Fabrikabfall +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

halbfabrikat [hsh]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000124

+
+ Processed raw materials that are not used for final consumption but as input for the production of finished goods in the system under investigation. Constitutes an entity in the material cost and waste management cost group. +
+
+
Mitwirkende: +
+
Marvin Auf der Landwehr
+
+
+
+

heat functionc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000371

+
+ A heat function is a function that increases the internal kinetic energy of a material +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
hat Super-Klassen
+
+ function + c +
+
+
+
+

heatmapc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000180

+
+ A heatmap is a report graph which is a graphical representation of data +where the values taken by a variable(s) are shown as colors in a +two-dimensional map. +
+
+
Source
+
GROUP:OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
hat Super-Klassen
+
+ graph + c +
+
+
+
+

Herstellungsvorschrift [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000535

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

heteroarenec + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_33833

+
+ A heterocyclic compound formally derived from an arene by replacement of one or more methine (-C=) and/or vinylene (-CH=CH-) groups by trivalent or divalent heteroatoms, respectively, in such a way as to maintain the continuous pi-electron system characteristic of aromatic systems and a number of out-of-plane pi-electrons corresponding to the Hueckel rule (4n+2). +
+
+
hat Super-Klassen
+
+ organic aromatic compound + c, organic heterocyclic compound + c +
+
hat Sub-Klassen
+
+ monocyclic heteroarene + c +
+
+
+
+

heterocyclic compoundc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_5686

+
+ A cyclic compound having as ring members atoms of at least two different elements. +
+
+
hat Super-Klassen
+
+ cyclic compound + c +
+
hat Sub-Klassen
+
+ organic heterocyclic compound + c +
+
+
+
+

heteroorganic entityc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_33285

+
+ A heteroorganic entity is an organic molecular entity in which carbon atoms or organic groups are bonded directly to one or more heteroatoms. +
+
+
hat Super-Klassen
+
+ organic molecular entity + c +
+
hat Sub-Klassen
+
+ organic heterocyclic compound + c, organochalcogen compound + c, organonitrogen compound + c +
+
+
+
+

Hidden-Layerc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000046

+
+ In neural networks, a hidden layer is located between the input and output of the algorithm, in which the function applies weights to the inputs and directs them through an activation function as the output. In short, the hidden layers perform nonlinear transformations of the inputs entered into the network. +
+
+
Term status
+
uncurated
+
+
+
+

hierarchical clusteringc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0200042

+
+ A hierarchical clustering is a data transformation which achieves a class discovery objective, which takes as input data item and builds a hierarchy of clusters. The traditional representation of this hierarchy is a tree (visualized by a dendrogram), with the individual input objects at one end (leaves) and a single cluster containing every object at the other (root). +
+
+
Source
+
WEB: http://en.wikipedia.org/wiki/Data_clustering#Hierarchical_clustering
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
hat Super-Klassen
+
+ class discovery data transformation + c, dataset creating + c +
+
hat Member
+
+ GenePattern hierarchical clustering + ni +
+
+
+
+

hilfskraft [hsh]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000134

+
+ A person who supports an operator in the system under investigation. Constitutes an entity of the human ressource and the production cost group. +
+
+
hat Super-Klassen
+
+ role + c +
+
+
+
+

histogramc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000179

+
+ A histogram is a report graph which is a statistical description of a +distribution in terms of occurrence frequencies of different event classes. +
+
+
Source
+
GROUP:OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
hat Super-Klassen
+
+ graph + c +
+
+
+
+

histologic grade according to AJCC 7th editionc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002205

+
+ A categorical value specification that is a histologic grade assigned to a tumor slide specimen according to the American Joint Committee on Cancer (AJCC) 7th Edition grading system. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
Example
+
+
G1:Well differentiated
+
+
+
G4: Undifferentiated
+
+
+
+
hat Super-Klassen
+
+ categorical value specification + c +
+
hat Member
+
+ G1: Well differentiated + ni, G2: Moderately differentiated + ni, G3: Poorly differentiated + ni, G4: Undifferentiated + ni +
+
+
+
+

histologic grade according to the Fuhrman Nuclear Grading Systemc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002210

+
+ A categorical value specification that is a histologic grade assigned to a tumor slide specimen according to the Fuhrman Nuclear Grading System. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
hat Super-Klassen
+
+ categorical value specification + c +
+
hat Member
+
+ G1 (Fuhrman) + ni, G2 (Fuhrman) + ni, G3 (Fuhrman) + ni, G4 (Fuhrman) + ni +
+
+
+
+

histologic grade for ovarian tumorc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002215

+
+ A categorical value specification that is a histologic grade assigned to a ovarian tumor. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
hat Super-Klassen
+
+ categorical value specification + c +
+
hat Sub-Klassen
+
+ histologic grade for ovarian tumor according to a two-tier grading system + c, histologic grade for ovarian tumor according to the World Health Organization + c +
+
+
+
+

histologic grade for ovarian tumor according to a two-tier grading systemc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002216

+
+ A histologic grade for ovarian tumor that is from a two-tier histological classification of tumors. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
hat Super-Klassen
+
+ histologic grade for ovarian tumor + c +
+
hat Member
+
+ High grade ovarian tumor + ni, Low grade ovarian tumor + ni +
+
+
+
+

histologic grade for ovarian tumor according to the World Health Organizationc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002219

+
+ A histologic grade for ovarian tumor that is from a histological classification by the World Health Organization (WHO). +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
hat Super-Klassen
+
+ histologic grade for ovarian tumor + c +
+
hat Member
+
+ G1 (WHO) + ni, G2 (WHO) + ni, G3 (WHO) + ni, G4 (WHO) + ni +
+
+
+
+

hubwagen [hsh]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000170

+
+ A small truck for lifting and transporting loads. Constitutes an entity sub-group of the conveyor vehicle entity. +
+
+
Mitwirkende: +
+
Marvin Auf der Landwehr
+
+
+
+

hydrocarbylene groupc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_33471

+
+ A bivalent group formed by removing two hydrogen atoms from a hydrocarbon, the free valencies of which are not engaged in a double bond. +
+
+
hat Super-Klassen
+
+ organodiyl group + c +
+
hat Sub-Klassen
+
+ Ethylene Group [dik] + c +
+
+
+
+

Hydrocarbylene Group [chebi]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000599

+
+ A bivalent group formed by removing two hydrogen atoms from a hydrocarbon, the free valencies of which are not engaged in a double bond. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
CHEBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/chebi.owl
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ organodiyl group + c +
+
+
+
+

Hydrocarbylene Group [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000598

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ organodiyl group + c +
+
+
+
+

Hydrogenated Nitrile rubber HNBR [ifnano]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000649

+
+ Highly Saturated Nitrile. A Higher performance solid rubber material than NBR, achieved through adding Hydrogen Atoms to the Butadiene Segments. +
+
+
Mitwirkende: +
+
Yamen Alsalka
+
+
+
Source
+
+ https://maclellanrubber.com/definitions/hnbr +
+
+
+
hat Super-Klassen
+
+ synthetikkautschuk [hsh] + c +
+
+
+
+

imagec + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000101

+
+ An image is an affine projection to a two dimensional surface, of measurements of some quality of an entity or entities repeated at regular intervals across a spatial range, where the measurements are represented as color and luminosity on the projected on surface. +
+
+
Source
+
OBI_0000030
+
group:OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
hat Super-Klassen
+
+ figure + c +
+
+
+
+

Image analysis (Chemometrics) [ifnano]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000240

+
+ Using image data and eventually digital image processing in order to generate a corellation between this data and an analytical target. +
+
+
Mitwirkende: +
+
Chrstoph Lenth
+
+
+
+

Image analysis [allotrope]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000241

+
+ Image analysis is the discovering of patterns in an image that are correlated to qualities of the material entity the image represents or of abstract patterns. [Allotrope] +
+
+ allotrope +
+
+
ist definiert durch
+
allotrope.org
+
+
+
Source
+
http://purl.allotrope.org/ontologies/process#AFP_0003540
+
+
+
Term status
+
uncurated
+
+
+
+

Image analysis [edam]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000242

+
+ The analysis of a image (typically a digital image) of some type in order to extract information from it. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
ist definiert durch
+
EDAM
+
+
+
Source
+
http://edamontology.org/operation_3443
+
+
+
Term status
+
uncurated
+
+
+
+

Image data [ifnano]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000234

+
+ Digital representation of an image. Images are represented in natural numbers. +
+
+
+

Image histogramm / histogramm [ifnano]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000250

+
+ A type of histogram that acts as a graphical representation of the tonal distribution in a digital image. It plots the number of pixels for each tonal value. +
+
+
Mitwirkende: +
+
Jan Geweke
+
+
+
+

indirekte kosten [hsh]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000151

+
+ All costs that are derived from costs groups encompassing overhead charges or subsidiary work. +
+
+
Mitwirkende: +
+
Marvin Auf der Landwehr
+
+
+
+

Industrie 4.0c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000047

+
+ Industrie 4.0 is the intelligent networking of machines and processes in the industrial environment, with the help of information and communication technology and thus digitization of the industrial production. +
+
+
Term status
+
uncurated
+
+
+
+

information carrierc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000015

+
+ A quality of an information bearer that imparts the information content +
+
+
Source
+
Smith, Ceusters, Ruttenberg, 2000 years of philosophy
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
Example
+
+
In the case of a printed paperback novel the physicality of the ink and of the paper form part of the information bearer. The qualities of appearing black and having a certain pattern for the ink and appearing white for the paper form part of the information carrier in this case.
+
+
+
+
+

Innenmischer [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000381

+
+ Maschine mit Temperaturregelung, welche einen oder mehrere Rotoren in einer geschlossenen Kammer beinhaltet und zum Mastizieren und/oder zur Einarbeitung und Dispersion von Mischungsbestandteilen in den Kautschuk genutzt wird +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

interior orientation [jade]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000021

+
+ "The interior (intrinsic) orientation of a camera comprises all instrumental and mathematical elements which completely describe the imaging model within the camera. By taking proper account of the interior orientation, the real camera conforms to the pinhole camera model. It is a requirement of the model that there exists a reproducible image coordinate system so that geometric image values, such as measured image coordinates, can be transformed into the physical-mathematical imaging model." (Luhmann et al. 2020: 162). A standard model of describing the interior orientation was proposed by D.C. Brown (1971) +
+
+ 0 +
+
+
Source
+
Luhmann, Robson, Kyle & Boehm (2020): Close-Range Photogrammetry and 3D Imaging, 3rd ed. De Gruyter: Berlin, Boston
+
+
+
+

International Federation of Gynecology and Obstetrics cervical cancer stage value specificationc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002326

+
+ A categorical value specification that is an assessment of the stage of a gynecologic cancer according to the International Federation of Gynecology and Obstetrics (FIGO) staging systems. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
hat Super-Klassen
+
+ categorical value specification + c +
+
hat Member
+
+ Stage IA (FIGO) + ni, Stage IA1 (FIGO) + ni, Stage IA2 (FIGO) + ni, Stage IB (FIGO) + ni, Stage IB1 (FIGO) + ni, Stage IB2 (FIGO) + ni, Stage IIA (FIGO) + ni, Stage IIA1 (FIGO) + ni, Stage IIA2 (FIGO) + ni, Stage IIB (FIGO) + ni, Stage IIIA (FIGO) + ni, Stage IIIB (FIGO) + ni, Stage IVA (FIGO) + ni, Stage IVB (FIGO) + ni +
+
+
+
+

International Federation of Gynecology and Obstetrics ovarian cancer stage value specificationc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002341

+
+ A categorical value specification that is a pathologic finding about one or more characteristics of ovarian cancer following the rules of the FIGO classification system. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
hat Super-Klassen
+
+ categorical value specification + c +
+
hat Member
+
+ Stage 1 (FIGO) + ni, Stage 1A (FIGO) + ni, Stage 1B (FIGO) + ni, Stage 1C (FIGO) + ni, Stage 2 (FIGO) + ni, Stage 2A (FIGO) + ni, Stage 2B (FIGO) + ni, Stage 2C (FIGO) + ni, Stage 3 (FIGO) + ni, Stage 3A (FIGO) + ni, Stage 3B (FIGO) + ni, Stage 3C (FIGO) + ni, Stage 4 (FIGO) + ni, Stage Unknown (FIGO) + ni +
+
+
+
+

investitionskosten [hsh]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000115

+
+ A cost group for all cost values occuring from entity sub-groups in the investment cost group and the associated factors +
+
+
Mitwirkende: +
+
Marvin Auf der Landwehr
+
+
+
+

ionc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_24870

+
+ A molecular entity having a net electric charge. +
+
+
hat Super-Klassen
+
+ molecular entity + c +
+
hat Sub-Klassen
+
+ anion + c, organic ion + c, polyatomic ion + c +
+
+
+
+

Jodadsorptionszahl [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000559

+
+ Menge in Gramm an adsorbiertem Iod pro Kilogramm Ruß unter definierten Bedingungen +
+
+ Die Eigenschaft ist eine Angabe zur Oberfläche eines Rußes. ISO 1304 beinhaltet ein Verfahren für die Bestimmung der Iodzahl. +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

k-means clusteringc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0200041

+
+ A k-means clustering is a data transformation which achieves a class discovery or partitioning objective, which takes as input a collection of objects (represented as points in multidimensional space) and which partitions them into a specified number k of clusters. The algorithm attempts to find the centers of natural clusters in the data. The most common form of the algorithm starts by partitioning the input points into k initial sets, either at random or using some heuristic data. It then calculates the mean point, or centroid, of each set. It constructs a new partition by associating each point with the closest centroid. Then the centroids are recalculated for the new clusters, and the algorithm repeated by alternate applications of these two steps until convergence, which is obtained when the points no longer switch clusters (or alternatively centroids are no longer changed). +
+
+
Source
+
WEB: http://en.wikipedia.org/wiki/K-means
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
hat Super-Klassen
+
+ class discovery data transformation + c, dataset creating + c, partitioning data transformation + c +
+
hat Member
+
+ GenePattern k-means clustering + ni +
+
+
+
+

k-nearest neighborsc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000727

+
+ A k-nearest neighbors is a data transformation which achieves a class discovery or partitioning objective, in which an input data object with vector y is assigned to a class label based upon the k closest training data set points to y; where k is the largest value that class label is assigned. +
+
+
Source
+
PERSON: James Malone
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
hat Super-Klassen
+
+ class discovery data transformation + c, dataset creating + c, partitioning data transformation + c +
+
hat Member
+
+ GenePattern k-nearest neighbors + ni +
+
+
+
+

Kalandar [hsh]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000164

+
+ A machine that combines a series of hard pressure rollers used to finish or smooth a sheet of rubber material. Constitutes an entity sub-group of the machine entity. +
+
+
Mitwirkende: +
+
Marvin Auf der Landwehr
+
+
+
+

Karnofsky score vaue specificationc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002363

+
+ A performance status value specification designed for classifying patients 16 years of age or older by their functional impairment. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
hat Super-Klassen
+
+ performance status value specification + c +
+
hat Member
+
+ 100: asymptomatic + ni, 40-50: symptomatic, in bed more than 50% of the day, but not bed ridden + ni, 60-70: symptomatic but in bed less than 50% of the day + ni, 80-90: symptomatic but fully ambulatory + ni +
+
+
+
+

Kautschukc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000048

+
+ Rubber is an elastic substance made either from the juice of particular tropical trees or artificially. It is raw material for car tires and other technical products. +
+
+
Term status
+
uncurated
+
+
+
+

Keltan 5470C [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000294

+
+ Handelsname für ein spezifischen EPDM-Kautschuk +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Polymer + c +
+
+
+
+

kinase activityc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/GO_0016301

+
+ Catalysis of the transfer of a phosphate group, usually from ATP, to a substrate molecule. +
+
+ Note that this term encompasses all activities that transfer a single phosphate group; although ATP is by far the most common phosphate donor, reactions using other phosphate donors are included in this term. +
+
+
hat Super-Klassen
+
+ molecular_function + c +
+
+
+
+

Kinematische Viskosität [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000564

+
+ Als kinematische Viskosität bezeichnet man den Quotienten aus der dynamischen Viskosität des Mediums und seiner Dichte +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Thing + c +
+
+
+
+

Kinematische Viskosität [uo]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000565

+
+ The ratio of the dynamic viscosity (μ) over the density of the fluid (ρ), which is noted as (length)^2/time. https://en.wikipedia.org/wiki/Viscosity#Kinematic_viscosity +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
UO
+
+
+
Source
+
http://purl.obolibrary.org/obo/uo.owl
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Thing + c +
+
+
+
+

Klappsattel [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000384

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Klappsattel-Temperatur [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000392

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Klappsattel-Temperatursteuergerät [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000391

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

kleinteile [hsh]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000172

+
+ A set of small wear parts required to maintain and repair a machine entity. Constitutes an entity sub-group of the wear parts entity. +
+
+
Mitwirkende: +
+
Marvin Auf der Landwehr
+
+
+
+

klimatisierung [hsh]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000175

+
+ Equipment that is employed for cooling and heating in the system under investigation. Constitutes an entity sub-group of the building entity. +
+
+
Mitwirkende: +
+
Marvin Auf der Landwehr
+
+
+
+

Knetmaschine [hsh]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000161

+
+ A machine that mixes polymers and additives in the manufacture of plastic and rubber products. Constitutes an entity sub-group of the machine entity. +
+
+
Mitwirkende: +
+
Marvin Auf der Landwehr
+
+
+
+

komplexer Schubmodul [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000572

+
+ Verhältnis von Schubspannung zu Scherdehnung, wobei jede durch eine komplexe Zahl dargestellt werden kann +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

komplexer Young’s Modul [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000573

+
+ Verhältnis von Normalspannung zur Belastung, wobei jede durch eine komplexe Zahl dargestellt werden kann +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Konzentration [chmo]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000626

+
+ Experimental method output expressing the contribution of one constituent to the composition of a mixture. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
CHMO
+
+
+
Source
+
http://purl.obolibrary.org/obo/chmo.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Konzentration [ecso]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000628

+
+ the strength of a solution; number of molecules of a substance in a given volume +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
ECSO
+
+
+
Source
+
http://purl.dataone.org/odo/ECSO8.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Konzentration [edam]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000625

+
+ The concentration of a chemical compound. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
EDAM
+
+
+
Source
+
http://edamontology.org
+
+
+
Term status
+
uncurated
+
+
+
+

Konzentration [ncit]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000627

+
+ The quantity of a substance per unit volume or weight; a measure of the amount of substance present in a unit amount of mixture, particularly, the amount of solute dissolved in a solvent. The amounts can be expressed as moles, masses, volumes, or parts. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Konzentration [pato]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000624

+
+ A quality inhering in a substance by virtue of the amount of the bearer's there is mixed with another substance. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
PATO
+
+
+
Source
+
http://purl.obolibrary.org/obo/pato.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Konzentration von [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000623

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

kosten [hsh]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000106

+
+ Cumulative expression for the value of all costs groups within the system under study +
+
+
Mitwirkende: +
+
Marvin Auf der Landwehr
+
+
+
+

kosten [ncti]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000107

+
+ The amount paid, charged, or engaged to be paid, for purchasing goods, services and financial instruments. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C69088
+
+
+
Term status
+
uncurated
+
+
+
+

kostengruppe [hsh]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000108

+
+ Cumulative expression for the value of overarching entity groups (e.g., human ressource, maintenance) within the system under study +
+
+
Mitwirkende: +
+
Marvin Auf der Landwehr
+
+
+
+

Künstliche Intelligenz (KI)c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000049

+
+ Artifical intelligence is a branch of computer science dealing with the automation of intelligent behavior. Can be used in technical areas as methods of machine learning. +
+
+
Term status
+
uncurated
+
+
+
+

Label der Messeinheit [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000499

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
ist definiert durch
+
PATO
+
+
+
Source
+
http://purl.obolibrary.org/obo/pato.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Label der Messeinheit [pato]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000500

+
+ A measurement unit label is as a label that is part of a scalar measurement datum and denotes a unit of measure. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
IAO
+
+
+
Source
+
http://purl.obolibrary.org/obo/iao.owl
+
+
+
Term status
+
uncurated
+
+
+
+

lagerhaltungskosten [hsh]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000113

+
+ A cost group for all cost values occuring from entity sub-groups in the storage cost group and the associated factors +
+
+
Mitwirkende: +
+
Marvin Auf der Landwehr
+
+
+
+

lagerist [hsh]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000135

+
+ A person who handles a company's incoming and outgoing raw materials, semi-finished prodcuts as well as finished products, and who manages stocks in the system under investigation. Constitutes an entity of the human ressource and the storage cost group. +
+
+
hat Super-Klassen
+
+ role + c +
+
+
+
+

lagerroboter [hsh]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000165

+
+ An automated system that transports good to, within and from storage areas. Constitutes an entity sub-group of the machine entity. +
+
+
Mitwirkende: +
+
Marvin Auf der Landwehr
+
+
+
+

Laser induced breakdown spectroscopy [chmo]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000214

+
+ A type of atomic emission spectrometry where a high energy laser pulse is used to generate a plasma which acts as the excitation source. +
+
+ http://purl.obolibrary.org/obo/chmo.owl +
+
+
ist definiert durch
+
CHMO
+
+
+
Source
+
http://purl.obolibrary.org/obo/CHMO_0000258
+
+
+
Term status
+
uncurated
+
+
+
+

Laser induced breakdown spectroscopy [ifnano]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000213

+
+ Laser induced breakdown spectroscopy is a type of atomic emission spectroscopy which uses a highly energetic laser pulse as the excitation source. The laser is focused to form a plasma, which atomizes and excites samples. The Emission of these excited species is analyzed to identify and quantify the elements contained in the sample. +
+
+
Mitwirkende: +
+
Sven Schwabe (IFNANO)
+
+
+
Source
+
https://en.wikipedia.org/wiki/Laser-induced_breakdown_spectroscopy
+
+
+
+

leave one out cross validation methodc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0200033

+
+ is a data transformation : leave-one-out cross-validation (LOOCV) involves using a single observation from the original sample as the validation data, and the remaining observations as the training data. This is repeated such that each observation in the sample is used once as the validation data +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
Example
+
+
The authors conducted  leave-one-out cross validation to estimate the strength and accuracy of the differentially expressed filtered genes. http://bioinformatics.oxfordjournals.org/cgi/content/abstract/19/3/368
+
+
+
+
hat Super-Klassen
+
+ statistical model validation + c +
+
hat Member
+
+ GenePattern LOOCV + ni +
+
+
+
+

Leistung [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000415

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Leistung [om]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000417

+
+ Power is the time rate at which work is done. It is a derived quantity in the International System of Units. Power is energy divided by time. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
OM
+
+
+
Source
+
http://www.ontology-of-units-of-measure.org/resource/om-2
+
+
+
Term status
+
uncurated
+
+
+
+

Leistung [pato]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000416

+
+ A physical quality inhering in a bearer by virtue of the bearer's rate of doing work. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
PATO
+
+
+
Source
+
http://purl.obolibrary.org/obo/pato.owl
+
+
+
Term status
+
uncurated
+
+
+
+

lengthc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/PATO_0000122

+
+ A 1-D extent quality which is equal to the distance between two points. +
+
+
hat Super-Klassen
+
+ morphology + c +
+
+
+
+

length unitc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000001

+
+ A unit which is a standard measure of the distance between two points. +
+
+
hat Super-Klassen
+
+ measurement unit label + c +
+
hat Member
+
+ angstrom + ni, centimeter + ni, meter + ni, micrometer + ni, millimeter + ni, nanometer + ni +
+
+
+
+

line in the surface of extrudate [imr]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000010

+
+ cutout of a single line of the extrudate surface +
+
+
hat Super-Klassen
+
+ Thing + c +
+
+
+
+

Linear discriminant analysis [ifnano]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000245

+
+ Linear discriminant analysis (LDA), normal discriminant analysis (NDA), or discriminant function analysis is a generalization of Fisher's linear discriminant, a method used in statistics and other fields, to find a linear combination of features that characterizes or separates two or more classes of objects or events. +
+
+
Mitwirkende: +
+
Christoph Lenth
+
+
+
Source
+
+ https://de.frwiki.wiki/wiki/Analyse_discriminante_lin%C3%A9aire +
+
+
+
+

Luvomaxx TbzTD [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000325

+
+ Handelsname für ein spezifisches Tetrabenzylthiuramdisulfid +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Länge [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000401

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Länge [ms]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000405

+
+ PEFF keyword for the sequence length. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
MS
+
+
+
Source
+
http://purl.obolibrary.org/obo/ms.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Länge [ncit]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000402

+
+ The linear extent in space from one end of something to the other end, or the extent of something from beginning to end. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Länge [om]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000404

+
+ Length is the amount of space between two geographical points along a curve. It is a base quantity in the International System of Units and other systems of units. Length is speed times time. The metre, a base unit of length in the International System of Units, is defined in terms of speed of light during a certain time interval. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
OM
+
+
+
Source
+
http://www.ontology-of-units-of-measure.org/resource/om-2
+
+
+
Term status
+
uncurated
+
+
+
+

Länge [pato]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000403

+
+ A 1-D extent quality which is equal to the distance between two points. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
PATO
+
+
+
Source
+
http://purl.obolibrary.org/obo/pato.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Längen Einheit [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000406

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Thing + c +
+
+
+
+

Längen Einheit [ncit]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000408

+
+ An indication of the type of unit of measure being used to express a length or distance. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Thing + c +
+
+
+
+

Längen Einheit [uo]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000407

+
+ "A unit which is a standard measure of the distance between two points." [Wikipedia:Wikipedia] +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
UO
+
+
+
Source
+
http://purl.obolibrary.org/obo/uo.owl
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Thing + c +
+
+
+
+

M-Gruppe Kautschuk [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000291

+
+ Kautschuk mit einer gesättigten Kohlenstoffkette vom Polymethylen-Typ +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ rubber particle [chebi] + c +
+
+
+
+

machine learning [edam]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000054

+
+ A topic concerning the application of artificial intelligence methods to algorithms, in order to create methods that can learn from data in order to generate an ouput, rather than relying on explicitly encoded information only. +
+
+ http://edamontology.org +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
EDAM
+
+
+
Source
+
http://edamontology.org/topic_3474
+
+
+
Term status
+
uncurated
+
+
+
+

machine learning [ncti]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000052

+
+ A computing system (inspired by biological neural networks) that learns (progressively improves its ability) to do tasks by considering examples without task-specific programming. (After DeepAI Machine Learning Glossary and Terms) +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C176231
+
+
+
Term status
+
uncurated
+
+
+
+

machine learning [obi]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000053

+
+ A planned process in which statistical techniques are used to give computers the ability to learn about patterns in data, without being explicitly programmed. Learning is defined in this case as progressively improving performance on a specific task. +
+
+ http://purl.obolibrary.org/obo/obi.owl +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
OBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/OBI_0002587
+
+
+
Term status
+
uncurated
+
+
+
+

main group molecular entityc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_33579

+
+ A molecular entity containing one or more atoms from any of groups 1, 2, 13, 14, 15, 16, 17, and 18 of the periodic table. +
+
+
hat Super-Klassen
+
+ molecular entity + c +
+
hat Sub-Klassen
+
+ p-block molecular entity + c +
+
+
+
+

manufacturerc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000835

+
+ A person or organization that has a manufacturer role +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
hat Super-Klassen
+
+
hat Member
+
+ AES Chemunex + ni, Abbott + ni, Advanced Instruments Inc. (AI Companies) + ni, Affymetrix + ni, Agilent + ni, Ambion + ni, Antigenix + ni, Apogee Flow Systems + ni, Applied Biosystems + ni, BIO-RAD + ni, Beckman Coulter + ni, Becton Dickinson (BD Biosciences) + ni, Bentley Instruments + ni, BioGents + ni, Bruker Corporation + ni, Bruker Daltonics + ni, CytoBuoy + ni, Cytopeia + ni, Dako Cytomation + ni, Exalpha Biological + ni, Exbio Antibodies + ni, Helicos + ni, Illumina + ni, InBios + ni, Invitrogen + ni, J. Mitra + ni, Li-Cor + ni, Luminex + ni, Millipore + ni, Miltenyi Biotec + ni, NanoString Technologies + ni, Nimblegen + ni, Oxford Nanopore Technologies + ni, Pacific Biosciences + ni, Partec + ni, Roche + ni, Sysmex Corporation, Kobe, Japan + ni, Thermo + ni, Waters + ni, eBioscience + ni +
+
+
+
+

manufacturer rolec + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000571

+
+ Manufacturer role is a role which inheres in a person or organization and which is realized by a manufacturing process. +
+
+
Source
+
OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
Example
+
+
With respect to The Accuri C6 Flow Cytometer System, the organization Accuri bears the role manufacturer role.  With respect to a transformed line of tissue culture cells derived by a specific lab, the lab whose personnel isolated the cll line bears the role manufacturer role.  With respect to a specific antibody produced by an individual scientist, the scientist who purifies, characterizes and distributes the anitbody bears the role manufacturer role.
+
+
+
+
hat Super-Klassen
+
+ role + c +
+
+
+
+

manufacturingc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000457

+
+ Manufacturing is a process with the intent to produce a processed material which will have a function for future use. A person or organization (having manufacturer role) is a participant in this process +
+
+
Source
+
GROUP: OBI PlanAndPlannedProcess Branch
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
hat Super-Klassen
+
+ material processing + c +
+
+
+
+

maschine [hsh]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000118

+
+ An apparatus using mechanical power and having several parts, each with a definite function and together performing a particular task, required for operations in the system under investigation. Constitutes an entity in the maintenance cost, energy cost, production cost, investment cost and turnover cost group. +
+
+
Mitwirkende: +
+
Marvin Auf der Landwehr
+
+
+
+

maschinelles Lernenc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000051

+
+ Machine learning is a sub-area of ​​artificial intelligence that deals with artificial systems that adapt their actions to external conditions so that their output is improved according to defined standards. For this purpose, algorithms build a model based on training data. The algorithms does not learn to memorize, but uses patterns and laws, so the systems can also process unknown data. The learning algorithms are divided into supervised learning, unsupervised learning and reinforcement learning. +
+
+
Term status
+
uncurated
+
+
+
+

mass unitc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000002

+
+ A unit which is a standard measure of the amount of matter/energy of a physical object. +
+
+
hat Super-Klassen
+
+ measurement unit label + c +
+
hat Member
+
+ gram + ni, kilogram + ni, microgram + ni, milligram + ni, nanogram + ni, picogram + ni +
+
+
+
+

Massedurchsatz [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000438

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Massenanteil [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000619

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ concentration unit + c +
+
+
+
+

Massenanteil [uo]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000620

+
+ "A dimensionless concentration unit which denotes the mass of a substance in a mixture as a percentage of the mass of the entire mixture." [Wikipedia:Wikipedia] +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
UO
+
+
+
Source
+
http://purl.obolibrary.org/obo/uo.owl
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ concentration unit + c +
+
+
+
+

Massenbezogene spezifische Oberfläche [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000561

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Thing + c +
+
+
+
+

Massendichte [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000507

+
+ Masse pro Volumeneinheit eines Materials inklusive eventueller Hohlräume +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Massendichte [ncit]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000508

+
+ A measure of the compactness of a substance, expressed as its mass per unit volume. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Massendichte [pato]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000509

+
+ A physical quality which inheres in a bearer by virtue of some influence is exerted by the bearer's mass per unit size. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
PATO
+
+
+
Source
+
http://purl.obolibrary.org/obo/pato.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Massendichte Einheit [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000510

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Thing + c +
+
+
+
+

Massendichte Einheit [ncit]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000512

+
+ An indication of the type of unit of measure being used to express a mass density. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Thing + c +
+
+
+
+

Massendichte Einheit [uo]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000511

+
+ "A density unit which is a standard measure of the mass of a substance in a given volume." [UOC:GVG] +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
UO
+
+
+
Source
+
http://purl.obolibrary.org/obo/uo.owl
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Thing + c +
+
+
+
+

Massetemperatur [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000400

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Mastikation [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000373

+
+ Prozess der irreversiblen Reduzierung der Molmasse des Kautschuks, entweder im rohen oder im gemischten Zustand, durch das Einbringen mechanischer Arbeit (Scherung) und durch atmosphärischen Sauerstoff, manchmal unter Zuhilfenahme von Abbaumitteln und Wärme +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Mastikation [hp]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000375

+
+ The process of biting and mashing food with the teeth prior to swallowing. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
HP
+
+
+
Source
+
http://purl.obolibrary.org/obo/hp.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Mastikation [ncit]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000374

+
+ The process by which food is torn or crushed by the teeth. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
+

material information bearerc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000178

+
+ A material entity in which a concretization of an information content entity inheres. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
A page of a paperback novel with writing on it. The paper itself is a material information bearer, the pattern of ink is the information carrier.
+
+
+
a brain
+
+
+
a hard drive
+
+
+
+
+

material processingc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000094

+
+ A planned process which results in physical changes in a specified input material +
+
+
Source
+
OBI branch derived
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
A cell lysis, production of a cloning vector, creating a buffer.
+
+
+
+
hat Super-Klassen
+
+ planned process + c +
+
hat Sub-Klassen
+
+ manufacturing + c +
+
+
+
+

material supplierc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002989

+
+ A person or organization that provides material supplies to other people or organizations. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
hat Super-Klassen
+
+
hat Member
+
+ Affymetrix + ni +
+
+
+
+

material supplier rolec + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000018

+
+ a role realized through the process of supplying materials such as animal subjects, reagents or other materials used in an investigation. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
Example
+
+
Jackson Labs is an organization which provide mice as experimental material
+
+
+
+
hat Super-Klassen
+
+ service provider role + c +
+
+
+
+

materialkosten [hsh]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000112

+
+ A cost group for all cost values occuring from entity sub-groups in the material cost group and the associated factors +
+
+
Mitwirkende: +
+
Marvin Auf der Landwehr
+
+
+
+

Materialverarbeitung [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000543

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Materialverarbeitung [obi]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000544

+
+ A planned process which results in physical changes in a specified input material +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
OBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/obi.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Materialverarbeitungsprotokoll [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000534

+
+ A protocol which specifies the conditions, procedures, and instruments used for conducting a material processing in a sufficient level of detail to communicate it between investigation agents, so that different investigation agents will reliably be able to independently reproduce the material processing. +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

measure functionc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000453

+
+ Measure function is a function that is borne by a processed material and realized in a process in which information about some entity is expressed relative to some reference. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
A glucometer measures blood glucose concentration, the glucometer has a measure function.
+
+
+
+
hat Super-Klassen
+
+ function + c +
+
+
+
+

measurement datumc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000109

+
+ A measurement datum is an information content entity that is a recording of the output of a measurement such as produced by a device. +
+
+
Source
+
OBI_0000305
+
group:OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
Example
+
+
Examples of measurement data are the recoding of the weight of a mouse as {40,mass,"grams"}, the recording of an observation of the behavior of the mouse {,process,"agitated"}, the recording of the expression level of a gene as measured through the process of microarray experiment {3.4,luminosity,}.
+
+
+
+
hat Super-Klassen
+
+ data item + c +
+
+
+
+

measurement devicec + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000832

+
+ A device in which a measure function inheres. +
+
+
Source
+
OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
A ruler, a microarray scanner, a Geiger counter.
+
+
+
+
ist äquvivalent zu
+
+ device + c + and (has function + op + some + measure function + c)
+
hat Super-Klassen
+
+ device + c +
+
+
+
+

measurement quality [imr]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000001

+
+ In relation to optical measuring methods a +rating for the precision of a reconstructed +measurement object +
+
+
Term status
+
uncurated
+
+
+
+

measurement unit labelc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000003

+
+ A measurement unit label is as a label that is part of a scalar measurement datum and denotes a unit of measure. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
Example
+
+
Examples of measurement unit labels are liters, inches, weight per volume.
+
+
+
+
hat Super-Klassen
+
+ datum label + c +
+
hat Sub-Klassen
+
+ Verarbeitbarkeit [dik] + c, concentration unit + c, frequency unit + c, length unit + c, mass unit + c, rate unit + c, substance unit + c, temperature unit + c, time unit + c, volume unit + c, volumetric flow rate unit + c +
+
+
+
+

mechanical functionc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000379

+
+ A mechanical function is a function that is realised via mechanical work (through an certain amount of energy transferred by some force). +
+
+
Source
+
http://en.wikipedia.org/wiki/Mechanical_work
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
hat Super-Klassen
+
+ function + c +
+
+
+
+

Mechanischer Mischer [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000379

+
+ Eine Mischvorrichtung, die zum mechanischen Mischen von Materialien bestimmt ist. +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Mechanischer Mischer [ncit]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000380

+
+ A mechanical component designed to blend materials. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Messgerät [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000551

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Messgerät [ncit]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000552

+
+ Any device used to determine the dimension of an object. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Messgerät [obi]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000553

+
+ A device in which a measure function inheres. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
OBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/obi.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Messprotokoll [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000533

+
+ A protocol which specifies the conditions, procedures, and instruments used for conducting a measurement assay in a sufficient level of detail to communicate it between investigation agents, so that different investigation agents will reliably be able to independently reproduce the measurement assay. +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Metadata [ifnano]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000227

+
+ Metadata are data, which belong to a measurement. They complete the measurment data providing information about the condition under which the measurements have been taken place. +
+
+
Mitwirkende: +
+
Christoph Lenth
+
+
+
+

Metadata [ncit]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000228

+
+ Data about data; information that describes another set of data. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
ist definiert durch
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C52095
+
+
+
Term status
+
uncurated
+
+
+
+

Mikrocontrollerc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000055

+
+ Microcontrollers are compact integrated circuits designed to govern a specific operation in an embedded system. Typically a microcontroller includes a processor, memory and input/output peripherals on a single chip. +
+
+
Term status
+
uncurated
+
+
+
+

millimeter [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000409

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Thing + c +
+
+
+
+

millimeter [imr]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000007

+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Thing + c +
+
+
+
+

millimeter [ncit]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000410

+
+ A metric unit of length equal to one thousandth of a meter (10E-3 meter) or approximately 0.03937 inch. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Thing + c +
+
+
+
+

millimeter [nist]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000008

+
+ "A length unit which is equal to one thousandth of a meter or 10^[-3] m." [NIST:NIST] +
+
+ Imported from ontocomons, also present in TIB terminological service +
+
+
ist definiert durch
+
NIST (OntoCommons)
+
+
+
Source
+
https://ontobee.org/ontology/UO?iri=http://purl.obolibrary.org/obo/UO_0000016
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Thing + c +
+
+
+
+

millimeter [uo]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000411

+
+ "A length unit which is equal to one thousandth of a meter or 10^[-3] m." [NIST:NIST] +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
UO
+
+
+
Source
+
http://purl.obolibrary.org/obo/uo.owl
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Thing + c +
+
+
+
+

Mischenc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000056

+
+ Mixing is the first of the three areas of an extrusion line, where the input material is homogenized and mixed. This occurs within a screw element through shearing and mixing of the input material. +
+
+
Term status
+
uncurated
+
+
+
+

Mischenc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000558

+
+ To bring or combine together or with something else; add as an additional element or part. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Mischen [chmo]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000557

+
+ The combining of components, particles or layers into a more homogeneous state. The mixing may be achieved manually or mechanically by shifting the material with stirrers or pumps or by revolving or shaking the container. The process μst not permit segregation of particles of different size or properties. Homogeneity may be considered to have been achieved in a practical sense when the sampling error of the processed portion is negligible compared to the total error of the measurement system. [ https://doi.org/10.1351/goldbook.M03945 ] +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
CHMO
+
+
+
Source
+
http://purl.obolibrary.org/obo/chmo.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Mischen [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000556

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Mischer [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000377

+
+ Ein Gerät zum Mischen/Vermischen von Materialien oder Signalen. +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Mischer [ncit]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000378

+
+ A mechanical device designed to blend materials or an electronic device designed to blend signals. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Mischkammer [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000383

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Mischkammer-Temperatur [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000390

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Mischkammer-Temperatursteuergerät [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000389

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Mischstufenanzahl [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000421

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Mischungc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_60004

+
+ A mixture is a chemical substance composed of multiple molecules, at least two of which are of a different kind. +
+
+
hat Super-Klassen
+
+ chemische Substanz + c +
+
hat Sub-Klassen
+
+ Aggregat + c, Aggregat [dik] + c, Polymer + c, polymer [ifnano] + c, polymer [ncit] + c +
+
+
+
+

Mischung [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000338

+
+ gründliche Mischung von Kautschuken oder anderen polymerbildenden Materialien mit allen Bestandteilen, die für das fertige Produkt notwendig sind +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Mischungsbestandteil‎ [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000337

+
+ Substanz, die zu einem Kautschuk oder einem Latex gegeben wird, um eine Mischung herzustellen +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Mischungstemperaturc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000083

+
+ Control variable that specifies at which temperature mixing takes place. +
+
+
Term status
+
uncurated
+
+
+
+

Mischzeitc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000086

+
+ Control value that specifies how long mixing takes place +
+
+
Term status
+
uncurated
+
+
+
+

Mischzeit [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000419

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

mittlere reperaturdauer [hsh]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000139

+
+ A maintenance metric that measures the average time required to troubleshoot and repair failed equipment. Constitutes a factor of the maintenance cost group. +
+
+
Mitwirkende: +
+
Marvin Auf der Landwehr
+
+
+
+

mittlere zeit bis zum ausfall [hsh]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000138

+
+ A maintenance metric that measures the average amount of time a non-repairable asset operates before it fails in the system under investigation. Constitutes a factor of the maintenance cost group. +
+
+
Mitwirkende: +
+
Marvin Auf der Landwehr
+
+
+
+

mixing [chmo]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000057

+
+ The combining of components, particles or layers into a more homogeneous state. The mixing may be achieved manually or mechanically by shifting the material with stirrers or pumps or by revolving or shaking the container. The process μst not permit segregation of particles of different size or properties. Homogeneity may be considered to have been achieved in a practical sense when the sampling error of the processed portion is negligible compared to the total error of the measurement system. +
+
+ http://purl.obolibrary.org/obo/chmo.owl +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
CHMO
+
+
+
Source
+
http://purl.obolibrary.org/obo/CHMO_0001685
+
+
+
Term status
+
uncurated
+
+
+
+

mixing [ncti]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000058

+
+ To bring or combine together or with something else; add as an additional element or part. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C64925
+
+
+
Term status
+
uncurated
+
+
+
+

Modul [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000578

+
+ Maß für die Steifigkeit unter definierten Bedingungen bei Verformung +
+
+ Diese Bezeichnung sollte nicht alleine verwendet werden und sollte einhergehen mit der Art der Verformung, z. B. Druck- oder Schermodul. +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

molecular entityc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_23367

+
+ Any constitutionally or isotopically distinct atom, molecule, ion, ion pair, radical, radical ion, complex, conformer etc., identifiable as a separately distinguishable entity. +
+
+
hat Super-Klassen
+
+ chemische Entität + c +
+
hat Sub-Klassen
+
+ elemental molecular entity + c, ion + c, main group molecular entity + c, polyatomic entity + c +
+
+
+
+

molecular qualityc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/PATO_0002182

+
+ A quality which inheres in a molecular entity, a single molecule, atom, ion, radical etc. +
+
+
hat Super-Klassen
+
+ physical object quality + c +
+
hat Sub-Klassen
+
+ concentration of + c +
+
+
+
+

molecular_functionc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/GO_0003674

+
+ A molecular process that can be carried out by the action of a single macromolecular machine, usually via direct physical interactions with other molecular entities. Function in this sense denotes an action, or activity, that a gene product (or a complex) performs. These actions are described from two distinct but related perspectives: (1) biochemical activity, and (2) role as a component in a larger system/process. +
+
+ Note that, in addition to forming the root of the molecular function ontology, this term is recommended for use for the annotation of gene products whose molecular function is unknown. When this term is used for annotation, it indicates that no information was available about the molecular function of the gene product annotated as of the date the annotation was made; the evidence code 'no data' (ND), is used to indicate this. Despite its name, this is not a type of 'function' in the sense typically defined by upper ontologies such as Basic Formal Ontology (BFO). It is instead a BFO:process carried out by a single gene product or complex. +
+
+
hat Sub-Klassen
+
+ kinase activity + c +
+
+
+
+

moleculec + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_25367

+
+ Any polyatomic entity that is an electrically neutral entity consisting of more than one atom. +
+
+
hat Super-Klassen
+
+ polyatomic entity + c +
+
hat Sub-Klassen
+
+ cyclic compound + c, organic molecule + c +
+
+
+
+

molekulare Qualität [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000629

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

molekulare Qualität [pato]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000630

+
+ A quality which inheres in a molecular entity, a single molecule, atom, ion, radical etc. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
PATO
+
+
+
Source
+
http://purl.obolibrary.org/obo/pato.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Molekulargewicht [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000567

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Molekulargewicht [mi]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000568

+
+ Molecular weight in g/mol, determined from molecular formula or sequence. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
MI
+
+
+
Source
+
http://purl.obolibrary.org/obo/mi.owl
+
+
+
Term status
+
uncurated
+
+
+
+

monoanionc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_36830

+
+
hat Super-Klassen
+
+ anion + c +
+
hat Sub-Klassen
+
+ polyatomic monoanion + c +
+
+
+
+

monocyclic heteroarenec + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_38179

+
+
hat Super-Klassen
+
+ heteroarene + c +
+
hat Sub-Klassen
+
+ azole + c +
+
+
+
+

Monomer [ifnano]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000270

+
+ Asubstance which is capable of forming covalent bonds with a +sequence of additional like or unlike molecules under the conditions of the relevant polymerforming reaction used for the particular process +
+
+
+

Monomer [ncit]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000271

+
+ A chemical subunit that can undergo polymerization by bonding to other subunits. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
ist definiert durch
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C63845
+
+
+
Term status
+
uncurated
+
+
+
+

Mooney Einheit [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000524

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Mooney viscosity [ifnano]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000269

+
+ The viscosity of rubber using a standard test method and Mooney Viscometer. +
+
+
Mitwirkende: +
+
Yamen Alsalka
+
+
+
Source
+
https://www.astm.org/d1646-19a.html
+
+
+
+

Mooney Viskosität [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000520

+
+ Maß für die Viskosität eines Rohkautschuks oder einer Kautschukmischung, bestimmt mit einem Mooney-Scherscheibenviskosimeter +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Mooney Viskositätseinheit [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000523

+
+ Eine Viskositätseinheit, die ein Standardmaß für die Mooney-Viskosität ist. +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Mooney-Scherscheibenviskosimeter [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000581

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

morphologyc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/PATO_0000051

+
+ A quality of a single physical entity inhering in the bearer by virtue of the bearer's size or shape or structure. +
+
+
hat Super-Klassen
+
+ physical object quality + c +
+
hat Sub-Klassen
+
+ length + c +
+
+
+
+

Motor [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000458

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Motor [envo]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000459

+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
ENVO
+
+
+
Source
+
http://purl.obolibrary.org/obo/envo.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Mustererkennungc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000059

+
+ Pattern recognition is the automated recognition of patterns and regularities in data. Pattern recognition has its origins in statistics and engineering; some modern approches include the use of machine learning, due to the increased availability of big data and a new abundance of processing power. +
+
+
Term status
+
uncurated
+
+
+
+

N-Ruß [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000298

+
+ Der Buchstabe "N" wird verwendet, um eine normale Vulkanisationsgeschwindigkeit anzugeben, die typisch ist für Furnace Blacks, die nicht speziell modifiziert wurden, um die Vulkanisierungsgeschwindigkeit zu ändern +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Ruß [chebi] + c +
+
+
+
+

N600-Ruß [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000300

+
+ Ein N-Ruß mit einer durchschnittlichen Stickstoff-Oberfläche von 33 bis 39 m²/g. +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

nanoparticlec + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_50803

+
+ A nanosized spherical or capsule-shaped structure. +
+
+
hat Super-Klassen
+
+ nanostructure + c +
+
hat Sub-Klassen
+
+ carbon black nanoparticle + c +
+
+
+
+

nanostructurec + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_50795

+
+ A nanometre sized object. +
+
+
hat Super-Klassen
+
+ polyatomic entity + c +
+
hat Sub-Klassen
+
+ carbon nanostructure + c, nanoparticle + c +
+
+
+
+

naturkautschuk [hsh]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000177

+
+ An elastic material obtained from the latex sap of trees. Constitutes an entity sub-group of the raw material entity. +
+
+
Mitwirkende: +
+
Marvin Auf der Landwehr
+
+
+
+

naturkautschuk [ncti]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000178

+
+ The natural extract of tropical rubber plants. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C106043
+
+
+
Term status
+
uncurated
+
+
+
+

neural network [ncti]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000062

+
+ A computer algorithm to solve non-linear optimization problems. The algorithm was derived in analogy to the way the densely interconnected, parallel structure of the brain processes information. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C17429
+
+
+
Term status
+
uncurated
+
+
+
+

neuronales Netzc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000061

+
+ Artificial neural networks (ANNs) are based on a reduced set of concepts from biological neural systems. It is composed of different Layeres, an input layer, one or more hidden layers and an output layer. Each layer consists of several artificial neurons. The connections of the biological neuron are modeled in artificial neural networks as weights between the artificial neurons. A positive weight reflects an excitatory connection, while negative values mean inhibitory connections. An activation function controls the amplitude of the output. They can be used to model complex relationships between inputs and outputs or to find patterns in data. Thereby ANNs can be trained by machine learning techniques to approximate a function, when the complexity of the data or task makes the design of such function by hand impractical. Other tasks in which ANNs can be trained are classification, including pattern recognition, clustering and Data processing, including clustering. +
+
+
Term status
+
uncurated
+
+
+
+

Newtonmeter [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000398

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Nitrile rubber NBR [ifnano]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000647

+
+ Known as nitrile butadiene rubber and acrylonitrile butadiene rubber, is a synthetic rubber derived from acrylonitrile (ACN) and butadiene. +
+
+
Mitwirkende: +
+
Yamen Alsalka
+
+
+
Source
+
Wikipedia
+
+
+
hat Super-Klassen
+
+ synthetikkautschuk [hsh] + c +
+
+
+
+

nitrogen molecular entityc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_51143

+
+
hat Super-Klassen
+
+ pnictogen molecular entity + c +
+
hat Sub-Klassen
+
+ organonitrogen compound + c +
+
+
+
+

Normalization [ifnano]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000640

+
+ Scaling spectra in order to get all data on approximately the same scale. +
+
+
Mitwirkende: +
+
Yamen Alsalka
+
+
+
Source
+
Unscrambler X
+
+
+
+

Oberfläche [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000441

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Thing + c +
+
+
+
+

Oberfläche [ncit]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000442

+
+ The extended two-dimensional outer boundary of a three-dimensional object. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Thing + c +
+
+
+
+

Oberflächenfehler [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000443

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Oberflächennahe Massentemperatur im Werkzeugc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000097

+
+ Measured variable that indicates what the temperature is at the surface of the material. +
+
+
Term status
+
uncurated
+
+
+
+

Oberflächentemperatur [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000444

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

obsolescence reason specificationc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000225

+
+ The reason for which a term has been deprecated. The allowed values come from an enumerated list of predefined terms. See the specification of these instances for more detailed definitions of each enumerated value. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
ist äquvivalent zu
+
{ failed exploratory term , placeholder removed , terms merged , term imported , term split }
+
hat Super-Klassen
+
+ data about an ontology part + c +
+
hat Member
+
+ failed exploratory term + ni, placeholder removed + ni, term imported + ni, term split + ni, terms merged + ni +
+
+
+
+

Online-Charakterisierungc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000063

+
+ Online characterisation is the characterization of the material properties during the process and on the real process line in order to be able to react to fluctuations during production. +
+
+
Term status
+
uncurated
+
+
+
+

Online-Optimierungc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000064

+
+ In online optimization decisions are made directly in the real process section and without knowledge of future results. Also often the data of the problem instance is not complete. +
+
+
Term status
+
uncurated
+
+
+
+

operator [hsh]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000129

+
+ A person who operates a machine entity unit in the system under investigation. Constitutes an entity of the human resource and the production cost group. +
+
+
hat Super-Klassen
+
+ role + c +
+
+
+
+

operator [ncti]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000130

+
+ A person that operates some apparatus or machine. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C48036
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ role + c +
+
+
+
+

optical qualityc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/PATO_0001300

+
+ An EM radiation quality in which the EM radiation is within the fiat range of the spectrum visible deemed to be light. +
+
+
hat Super-Klassen
+
+ electromagnetic (EM) radiation quality + c +
+
+
+
+

Optimierungsmethodenc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000065

+
+ Optimizers are algorithms or methods used to solve optimization problems by minimize an error function (loss function) or to maximize the efficiency of production. Optimizers are mathematical functions which are dependent on model's learnable parameters i.e Weights & Biases. +
+
+
Term status
+
uncurated
+
+
+
+

optimization [ncti]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000066

+
+ An activity that attempts to find the best solution to a problem. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C78561
+
+
+
Term status
+
uncurated
+
+
+
+

optische Qualität [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000636

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

optische Qualität [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000637

+
+ An EM radiation quality in which the EM radiation is within the fiat range of the spectrum visible deemed to be light. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
Source
+
http://purl.obolibrary.org/obo/pato.owl
+
+
+
Term status
+
uncurated
+
+
+
+

organic anionc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_25696

+
+ Any organic ion with a net negative charge. +
+
+
hat Super-Klassen
+
+ anion + c, organic ion + c +
+
hat Sub-Klassen
+
+ organic sulfur anion + c +
+
+
+
+

organic aromatic compoundc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_33659

+
+
hat Super-Klassen
+
+ aromatic compound + c, organic cyclic compound + c +
+
hat Sub-Klassen
+
+ heteroarene + c +
+
+
+
+

organic cyclic compoundc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_33832

+
+ Any organic molecule that consists of atoms connected in the form of a ring. +
+
+
hat Super-Klassen
+
+ cyclic compound + c, organic molecule + c +
+
hat Sub-Klassen
+
+ organic aromatic compound + c, organic heterocyclic compound + c +
+
+
+
+

organic disulfidec + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_35489

+
+ Compounds of structure RSSR in which R and R' are organic groups. +
+
+
hat Super-Klassen
+
+ disulfide + c, organosulfur compound + c +
+
hat Sub-Klassen
+
+ Di(benzothiazol-2-yl)disulfid [chebi] + c, Di(benzothiazol-2-yl)disulfid [dik] + c +
+
+
+
+

organic divalent groupc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_51446

+
+
hat Super-Klassen
+
+ organische-Gruppe + c +
+
hat Sub-Klassen
+
+ organodiyl group + c, organodiyl group [chebi] + c, organodiyl group [dik] + c +
+
+
+
+

organic divalent group [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000602

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ organische-Gruppe + c +
+
+
+
+

organic heterocyclic compoundc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_24532

+
+ A cyclic compound having as ring members atoms of carbon and at least of one other element. +
+
+
hat Super-Klassen
+
+ heterocyclic compound + c, heteroorganic entity + c, organic cyclic compound + c +
+
hat Sub-Klassen
+
+ heteroarene + c, organonitrogen heterocyclic compound + c, organosulfur heterocyclic compound + c +
+
+
+
+

organic ionc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_25699

+
+
hat Super-Klassen
+
+ ion + c, organic molecular entity + c +
+
hat Sub-Klassen
+
+ organic anion + c +
+
+
+
+

organic molecular entityc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_50860

+
+ Any molecular entity that contains carbon. +
+
+
hat Super-Klassen
+
+ carbon group molecular entity + c +
+
hat Sub-Klassen
+
+ elemental carbon + c, heteroorganic entity + c, organic ion + c, organic molecule + c +
+
+
+
+

organic moleculec + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_72695

+
+ Any molecule that consists of at least one carbon atom as part of the electrically neutral entity. +
+
+
hat Super-Klassen
+
+ molecule + c, organic molecular entity + c +
+
hat Sub-Klassen
+
+ organic cyclic compound + c +
+
+
+
+

organic sulfur anionc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_84291

+
+ An organic anion in which the charge resides on a sulfur atom. +
+
+
hat Super-Klassen
+
+ organic anion + c, sulfur molecular entity + c +
+
hat Sub-Klassen
+
+ dithiocarbamate anions + c +
+
+
+
+

Organik-Gruppe [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000603

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Gruppe [chebi] + c +
+
+
+
+

organische-Gruppec + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000604

+
+ Any substituent group or skeleton containing carbon. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
CHEBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/chebi.owl
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Gruppe [chebi] + c +
+
hat Sub-Klassen
+
+ organic divalent group + c, organic divalent group [dik] + c +
+
+
+
+

organizationc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000245

+
+ An entity that can bear roles, has members, and has a set of organization rules. Members of organizations are either organizations themselves or individual people. Members can bear specific organization member roles that are determined in the organization rules. The organization rules also determine how decisions are made on behalf of the organization by the organization members. +
+
+
Source
+
GROUP: OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
PMID: 16353909.AAPS J. 2005 Sep 22;7(2):E274-80. Review. The joint food and agriculture organization of the United Nations/World Health Organization Expert Committee on Food Additives and its role in the evaluation of the safety of veterinary drug residues in foods.
+
+
+
+
hat Sub-Klassen
+
+ regulatory agency + c +
+
hat Member
+
+ Thermo Fisher Scientific + ni +
+
+
+
+

organochalcogen compoundc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_36962

+
+ An organochalcogen compound is a compound containing at least one carbon-chalcogen bond. +
+
+
hat Super-Klassen
+
+ chalcogen molecular entity + c, heteroorganic entity + c +
+
hat Sub-Klassen
+
+ organosulfur compound + c +
+
+
+
+

organodiyl groupc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_51422

+
+ Any organic substituent group, regardless of functional type, having two free valences at carbon atom(s). +
+
+
hat Super-Klassen
+
+ organic divalent group + c +
+
hat Sub-Klassen
+
+ Ethylidengruppe [dik] + c, Hydrocarbylene Group [chebi] + c, Hydrocarbylene Group [dik] + c, hydrocarbylene group + c +
+
+
+
+

organodiyl group [chebi]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000601

+
+ Any organic substituent group, regardless of functional type, having two free valences at carbon atom(s). +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
CHEBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/chebi.owl
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ organic divalent group + c +
+
+
+
+

organodiyl group [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000600

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ organic divalent group + c +
+
+
+
+

organonitrogen compoundc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_35352

+
+ Any heteroorganic entity containing at least one carbon-nitrogen bond. +
+
+
hat Super-Klassen
+
+ heteroorganic entity + c, nitrogen molecular entity + c +
+
hat Sub-Klassen
+
+ organonitrogen heterocyclic compound + c +
+
+
+
+

organonitrogen heterocyclic compoundc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_38101

+
+ Any organonitrogen compound containing a cyclic component with nitrogen and at least one other element as ring member atoms. +
+
+
hat Super-Klassen
+
+ organic heterocyclic compound + c, organonitrogen compound + c +
+
hat Sub-Klassen
+
+ azole + c +
+
+
+
+

organosulfur compoundc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_33261

+
+ An organosulfur compound is a compound containing at least one carbon-sulfur bond. +
+
+
hat Super-Klassen
+
+ organochalcogen compound + c, sulfur molecular entity + c +
+
hat Sub-Klassen
+
+ organic disulfide + c, organosulfur heterocyclic compound + c +
+
+
+
+

organosulfur heterocyclic compoundc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_38106

+
+
hat Super-Klassen
+
+ organic heterocyclic compound + c, organosulfur compound + c +
+
hat Sub-Klassen
+
+ thiazoles + c +
+
+
+
+

oszillierendes Scheibenrheometer [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000583

+
+ Rheometertyp, bei welchem die auf die Kautschukmischung einwirkenden Kräfte durch eine in der Testprobe eingebettete schwingende Scheibe erzeugt werden, wobei sich die Probe unter Druck in einem abgedichteten Probenaufnehmer befindet +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

p-block molecular entityc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_33675

+
+ A main group molecular entity that contains one or more atoms of a p-block element. +
+
+
hat Super-Klassen
+
+ main group molecular entity + c +
+
hat Sub-Klassen
+
+ carbon group molecular entity + c, chalcogen molecular entity + c, pnictogen molecular entity + c +
+
+
+
+

PALMERA B 1802-CG [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000315

+
+ Handelsname für eine spezifische Stearinsäure +
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Stearinsäure [dik] + c +
+
+
+
+

Paraffinöl [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000303

+
+ Prozessöl aus Kohlenwasserstoffen, das größtenteils oder vollständig aus Alkanen besteht +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
hat Sub-Klassen
+
+ ‎P460 [dik] + c +
+
+
+
+

Partikel (Physik)c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000147

+
+ A particle in the physical sciences is a small localized object to which can be ascribed physical properties. [Wikipedia] +
+
+
Mitwirkende: +
+
Lars M Vogt
+
+
+
ist definiert durch
+
AFM
+
+
+
Source
+
+ http://purl.allotrope.org/voc/afo/merged/REC/2023/06/merged-without-qudt-and-inferred +
+
+
+
Term status
+
uncurated
+
+
+
+

Partikel [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000283

+
+ Kleinste erkennbare sphärische oder beinahe sphärische Einheit, die als solche einzeln existieren kann +
+
+ Die Partikel bilden in der Regel Gruppen, die als Aggregate bezeichnet werden. +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
hat Super-Klassen
+
+ chemische Substanz + c +
+
+
+
+

Partikel [ncit]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000284

+
+ An object with finite mass and size parameters. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ chemische Entität + c +
+
+
+
+

partitioning data transformationc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0200171

+
+ A partitioning data transformation is a data transformation that has objective partitioning. +
+
+
Source
+
PERSON: James Malone
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
hat Super-Klassen
+
+ data transformation + c +
+
hat Sub-Klassen
+
+ k-means clustering + c, k-nearest neighbors + c, statistical model validation + c +
+
+
+
+

pathologic distant metastases stage for colon according to AJCC 7th editionc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002290

+
+ A categorical value specification that is a pathologic finding about one or more characteristics of colon cancer following the rules of the TNM AJCC v7 classification system as they pertain to distant metastases. TNM pathologic distant metastasis findings are based on clinical findings supplemented by histopathologic examination of one or more tissue specimens acquired during surgery. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
hat Super-Klassen
+
+ categorical value specification + c +
+
hat Member
+
+ cM0 (colon) + ni, cM1 (colon) + ni, cM1a (colon) + ni, cM1b (colon) + ni, pM1 (colon) + ni, pM1a (colon) + ni, pM1b (colon) + ni +
+
+
+
+

pathologic distant metastases stage for kidney according to AJCC 7th editionc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002306

+
+ A categorical value specification that is a pathologic finding about one or more characteristics of renal cancer following the rules of the TNM AJCC v7 classification system as they pertain to distant metastases. TNM pathologic distant metastasis findings are based on clinical findings supplemented by histopathologic examination of one or more tissue specimens acquired during surgery. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
hat Super-Klassen
+
+ categorical value specification + c +
+
hat Member
+
+ cM0 (kidney) + ni, cM1 (kidney) + ni, pM1 (kidney) + ni +
+
+
+
+

pathologic distant metastases stage for lung according to AJCC 7th editionc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002298

+
+ A categorical value specification that is a pathologic finding about one or more characteristics of lung cancer following the rules of the TNM AJCC v7 classification system as they pertain to distant metastases. TNM pathologic distant metastasis findings are based on clinical findings supplemented by histopathologic examination of one or more tissue specimens acquired during surgery. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
hat Super-Klassen
+
+ categorical value specification + c +
+
hat Member
+
+ cM0 (lung) + ni, cM1 (lung) + ni, cM1a (lung) + ni, cM1b (lung) + ni, pM1 (lung) + ni, pM1a (lung) + ni, pM1b (lung) + ni +
+
+
+
+

pathologic distant metastases stage for ovary according to AJCC 7th editionc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002310

+
+ A categorical value specification that is a pathologic finding about one or more characteristics of ovarian cancer following the rules of the TNM AJCC v7 classification system as they pertain to distant metastases. TNM pathologic distant metastasis findings are based on clinical findings supplemented by histopathologic examination of one or more tissue specimens acquired during surgery. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
hat Super-Klassen
+
+ categorical value specification + c +
+
hat Member
+
+ cM0 (ovary) + ni, cM1 (ovary) + ni, pM1 (ovary) + ni +
+
+
+
+

pathologic lymph node stage for colon and rectum according to AJCC 7th editionc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002270

+
+ A categorical value specification that is a pathologic finding about one or more characteristics of colorectal cancer following the rules of the TNM AJCC v7 classification system as they pertain to staging of regional lymph nodes. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
hat Super-Klassen
+
+ categorical value specification + c +
+
hat Member
+
+ pN0 (colon) + ni, pN1 (colon) + ni, pN1a (colon) + ni, pN1b (colon) + ni, pN1c (colon) + ni, pN2 (colon) + ni, pN2a (colon) + ni, pN2b (colon) + ni +
+
+
+
+

pathologic lymph node stage for kidney according to AJCC 7th editionc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002284

+
+ A categorical value specification that is a pathologic finding about one or more characteristics of renal cancer following the rules of the TNM AJCC v7 classification system as they pertain to staging of regional lymph nodes. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
hat Super-Klassen
+
+ categorical value specification + c +
+
hat Member
+
+ pN0 (kidney) + ni, pN1 (kidney) + ni +
+
+
+
+

pathologic lymph node stage for lung according to AJCC 7th editionc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002279

+
+ A categorical value specification that is a pathologic finding about one or more characteristics of lung cancer following the rules of the TNM AJCC v7 classification system as they pertain to staging of regional lymph nodes. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
hat Super-Klassen
+
+ categorical value specification + c +
+
hat Member
+
+ pN0 (lung) + ni, pN1 (lung) + ni, pN2 (lung) + ni, pN3 (lung) + ni +
+
+
+
+

pathologic lymph node stage for ovary according to AJCC 7th editionc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002287

+
+ A categorical value specification that is a pathologic finding about one or more characteristics of ovarian cancer following the rules of the TNM AJCC v7 classification system as they pertain to staging of regional lymph nodes. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
hat Super-Klassen
+
+ categorical value specification + c +
+
hat Member
+
+ pN0 (ovary) + ni, pN1 (ovary) + ni +
+
+
+
+

pathologic primary tumor stage for colon and rectum according to AJCC 7th editionc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002224

+
+ A categorical value specification that is a pathologic finding about one or more characteristics of colorectal cancer following the rules of the TNM American Joint Committee on Cancer (AJCC) version 7 classification system as they pertain to staging of the primary tumor. TNM pathologic primary tumor findings are based on clinical findings supplemented by histopathologic examination of one or more tissue specimens acquired during surgery. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
hat Super-Klassen
+
+ categorical value specification + c +
+
hat Member
+
+ pT0 (colon) + ni, pT1 (colon) + ni, pT2 (colon) + ni, pT3 (colon) + ni, pT4a (colon) + ni, pT4b (colon) + ni, pTis (colon) + ni +
+
+
+
+

pathologic primary tumor stage for kidney according to AJCC 7th editionc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002243

+
+ A categorical value specification that is a pathologic finding about one or more characteristics of renal cancer following the rules of the TNM AJCC v7 classification system as they pertain to staging of the primary tumor. TNM pathologic primary tumor findings are based on clinical findings supplemented by histopathologic examination of one or more tissue specimens acquired during surgery. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
hat Super-Klassen
+
+ categorical value specification + c +
+
hat Member
+
+ pT0 (kidney) + ni, pT1 (kidney) + ni, pT1a (kidney) + ni, pT1b (kidney) + ni, pT2 (kidney) + ni, pT2a (kidney) + ni, pT2b (kidney) + ni, pT3 (kidney) + ni, pT3a (kidney) + ni, pT3b (kidney) + ni, pT3c (kidney) + ni, pT4 (kidney) + ni +
+
+
+
+

pathologic primary tumor stage for lung according to AJCC 7th editionc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002232

+
+ A categorical value specification that is a pathologic finding about one or more characteristics of lung cancer following the rules of the TNM American Joint Committee on Cancer (AJCC) version 7 classification system as they pertain to staging of the primary tumor. TNM pathologic primary tumor findings are based on clinical findings supplemented by histopathologic examination of one or more tissue specimens acquired during surgery. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
hat Super-Klassen
+
+ categorical value specification + c +
+
hat Member
+
+ pT0 (lung) + ni, pT1 (lung) + ni, pT1a (lung) + ni, pT1b (lung) + ni, pT2 (lung) + ni, pT2a (lung) + ni, pT2b (lung) + ni, pT3 (lung) + ni, pT4 (lung) + ni, pTis (lung) + ni +
+
+
+
+

pathologic primary tumor stage for ovary according to AJCC 7th editionc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002256

+
+ A categorical value specification that is a pathologic finding about one or more characteristics of ovarian cancer following the rules of the TNM AJCC v7 classification system as they pertain to staging of the primary tumor. TNM pathologic primary tumor findings are based on clinical findings supplemented by histopathologic examination of one or more tissue specimens acquired during surgery. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
hat Super-Klassen
+
+ categorical value specification + c +
+
hat Member
+
+ pT0 (ovary) + ni, pT1 (ovary) + ni, pT1a (ovary) + ni, pT1b (ovary) + ni, pT1c (ovary) + ni, pT2 (ovary) + ni, pT2a (ovary) + ni, pT2b (ovary) + ni, pT2c (ovary) + ni, pT3 (ovary) + ni, pT3a (ovary) + ni, pT3b (ovary) + ni, pT3c (ovary) + ni +
+
+
+
+

pattern recognition [ncti]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000060

+
+ A branch of artificial intelligence concerned with the identification of visual or audio patterns by computers.For the computer to recognize the patterns, the patterns must be converted into digital signals and compared with patterns already stored in memory.Some uses of this technology are in character recognition, voice recognition, handwriting recognition, and robotics. (High-Tech Dictionary) [ NCI ] +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C16961
+
+
+
Term status
+
uncurated
+
+
+
+

peak [allotrope]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000217

+
+ A peak describes a part of a data distribution function at a definite range of the experimental parameter (independent variable) of the distribution function. This definition includes a single data point of the distribution function. [Allotrope] +
+
+ http://purl.allotrope.org/ontologies/ +
+
+
ist definiert durch
+
allotrope.org
+
+
+
Source
+
http://purl.allotrope.org/ontologies/result#AFR_0000413
+
+
+
Term status
+
uncurated
+
+
+
+

peak [ms]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000220

+
+ A localized region of relatively large ion signal in a mass spectrum. Although peaks are often associated with particular ions, the terms peak and ion should not be used interchangeably. +
+
+ http://purl.obolibrary.org/obo/ms.owl +
+
+
ist definiert durch
+
MS
+
+
+
Source
+
http://purl.obolibrary.org/obo/MS_1000231
+
+
+
Term status
+
uncurated
+
+
+
+

peak [ncit]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000218

+
+ The most extreme possible amount or value; the highest point. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
ist definiert durch
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C48054
+
+
+
Term status
+
uncurated
+
+
+
+

peak matchingc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000726

+
+ Peak matching is a data transformation performed on a dataset of a graph of ordered data points (e.g. a spectrum) with the objective of pattern matching local maxima above a noise threshold +
+
+
Source
+
PERSON: Ryan Brinkman
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
hat Super-Klassen
+
+ data transformation + c +
+
hat Member
+
+ GenePattern peak matching + ni +
+
+
+
+

peak[ifnano]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000216

+
+ In Spectroscopy, peaks are features of a spectrum. A peak comprise a restricted region of a spectrum, which is absorbed or emitted with high intensity. It is defined as a local maximum in the spectrum. +
+
+ in Spectroscopy +
+
+
Mitwirkende: +
+
Sven Schwabe (IFNANO)
+
+
+
+

performance status value specificationc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002356

+
+ A categorical value specification that is an assessment of a participant's performance status (general well-being and activities of daily life). +
+
+
Source
+
https://en.wikipedia.org/wiki/Performance_status
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
hat Super-Klassen
+
+ categorical value specification + c +
+
hat Sub-Klassen
+
+ Eastern Cooperative Oncology Group score value specification + c, Karnofsky score vaue specification + c +
+
+
+
+

personalkosten [hsh]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000109

+
+ A cost group for all cost values occuring from entity sub-groups in the human ressource cost group and the associated factors +
+
+
Mitwirkende: +
+
Marvin Auf der Landwehr
+
+
+
+

Photometric Measurement Process [ifnano]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000226

+
+ Measurement using photometry +
+
+
+

Photometry [ifnano]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000229

+
+ Measurement method using visible light to analyse the property of a substance +
+
+
Mitwirkende: +
+
Christoph Lenth
+
+
+
Source
+
+ https://de.wikipedia.org/wiki/Photometrie +
+
+
+
+

Photometry [ncit]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000230

+
+ Measurement of the properties of light, especially luminous intensity. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
ist definiert durch
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C65109
+
+
+
Term status
+
uncurated
+
+
+
+

PHR [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000335

+
+ Masse an Mischungsbestandteilen, die zu 100 Masseeinheiten Kautschuk hinzugefügt werden +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

physical object qualityc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/PATO_0001241

+
+ A quality which inheres in a continuant. +
+
+
hat Sub-Klassen
+
+ molecular quality + c, morphology + c, physical quality + c +
+
+
+
+

physical qualityc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/PATO_0001018

+
+ A quality of a physical entity that exists through action of continuants at the physical level of organisation in relation to other entities. +
+
+
hat Super-Klassen
+
+ physical object quality + c +
+
hat Sub-Klassen
+
+ pressure + c, quality of a substance + c, radiation quality + c, temperature + c +
+
+
+
+

physikalische Qualität [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000497

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
ist definiert durch
+
PATO
+
+
+
Source
+
http://purl.obolibrary.org/obo/pato.owl
+
+
+
Term status
+
uncurated
+
+
+
+

physikalische Qualität [pato]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000498

+
+ A quality which inheres in a continuant. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
PATO
+
+
+
Source
+
http://purl.obolibrary.org/obo/pato.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Picture grid [ifnano]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000236

+
+ Commen form of representing a digital picture: The picture is represented as a XY-Grid of Data-Points containing the color and brightness information. +
+
+ format +
+
+
+

Pixel [ifnano]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000237

+
+ Element of the picture grid +
+
+ format +
+
+
+

Pixel [ncit]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000238

+
+ The smallest resolvable rectangular area of an image, either on a screen or stored in memory. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
ist definiert durch
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C48367
+
+
+
Term status
+
uncurated
+
+
+
+

planned processc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000011

+
+ A process that realizes a plan which is the concretization of a plan specification. +
+
+
Source
+
branch derived
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
Injecting mice with a vaccine in order to test its efficacy
+
+
+
+
hat Sub-Klassen
+
+ assay + c, data transformation + c, data visualization + c, dataset creating + c, material processing + c, software development + c, specimen collection process + c +
+
ist in der Domäne von
+
+ achieves_planned_objective + op, has_specified_input + op, has_specified_output + op +
+
ist in Range von
+
+ is_specified_input_of + op, is_specified_output_of + op, objective_achieved_by + op +
+
+
+
+

Platte [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000587

+
+ flache Metallplatte (oder Schale), die Hitze und Druck auf ein oder mehrere Formteile überträgt, die sich in einer Presse befinden +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Plattenpresse [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000586

+
+ Presse, die zwei oder mehrere übereinanderliegende beheizte Platten besitzt, zwischen denen die Formteile gepresst werden +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

pnictogen molecular entityc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_33302

+
+ A p-block molecular entity containing any pnictogen. +
+
+
hat Super-Klassen
+
+ p-block molecular entity + c +
+
hat Sub-Klassen
+
+ nitrogen molecular entity + c +
+
+
+
+

point cloud [imr]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000005

+
+ A gathering of individual points with an +with an unstructured spatial structure +
+
+
+

Poligeenanc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_82298

+
+
hat Super-Klassen
+
+ Polymer + c +
+
hat Sub-Klassen
+
+ Ruß [chebi] + c +
+
+
+
+

polyatomic anionc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_33273

+
+ An anion consisting of more than one atom. +
+
+
hat Super-Klassen
+
+ anion + c, polyatomic ion + c +
+
hat Sub-Klassen
+
+ polyatomic monoanion + c +
+
+
+
+

polyatomic entityc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_36357

+
+ Any molecular entity consisting of more than one atom. +
+
+
hat Super-Klassen
+
+ molecular entity + c +
+
hat Sub-Klassen
+
+ molecule + c, nanostructure + c, polyatomic ion + c +
+
+
+
+

polyatomic ionc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_36358

+
+ An ion consisting of more than one atom. +
+
+
hat Super-Klassen
+
+ ion + c, polyatomic entity + c +
+
hat Sub-Klassen
+
+ polyatomic anion + c +
+
+
+
+

polyatomic monoanionc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_36829

+
+
hat Super-Klassen
+
+ monoanion + c, polyatomic anion + c +
+
hat Sub-Klassen
+
+ pseudohalide anion + c +
+
+
+
+

Polyisoprene IR [ifnano]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000646

+
+ A synthetic cis-1,4-polyisoprene, made by the industrial polymerisation of isoprene. +
+
+
Mitwirkende: +
+
Yamen Alsalka
+
+
+
Source
+
Wikipedia
+
+
+
hat Super-Klassen
+
+ synthetikkautschuk [hsh] + c +
+
+
+
+

Polymerc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000273

+
+ A polymer is a mixture, which is composed of macromolecules of different kinds and which may be differentiated by composition, length, degree of branching etc.. +
+
+ http://purl.obolibrary.org/obo/chebi.owl +
+
+
ist definiert durch
+
CHEBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/CHEBI_60027
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Mischung + c +
+
hat Sub-Klassen
+
+ Agglomerat + c, Agglomerat [dik] + c, Keltan 5470C [dik] + c, Poligeenan + c, rubber particle [chebi] + c +
+
+
+
+

Polymer [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000285

+
+ Substanz, aufgebaut aus Molekülen, die gekennzeichnet sind durch eine Vielzahl von einer oder mehreren Arten von Atomen oder Atom-Gruppierungen (konstitutive Einheiten), die wiederholt aneinandergereiht sind, in einer Menge, so dass ein gewünschtes Eigenschaftsbild erlangt wird, das sich durch die Addition oder die Entfernung einer oder mehrerer konstitutioneller Einheiten nicht wesentlich ändert +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

polymer [ifnano]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000272

+
+ a substance consisting of molecules characterised by the sequence of one or more +types of monomer unit. Such molecules must be distributed over a range of molecular weights. +
+
+
Mitwirkende: +
+
Yamen Alsalka
+
+
+
hat Super-Klassen
+
+ Mischung + c +
+
+
+
+

polymer [ncit]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000274

+
+ A substance made up of variable numbers of repeating structural units linked through covalent bonds. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
ist definiert durch
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C48803
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Mischung + c +
+
+
+
+

Polymer Composition [ifnano]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000276

+
+ The relative proportions of monomers that make up a particular chemical polymer (raw rubber). +
+
+
Mitwirkende: +
+
Christoph Lenth
+
+
+
+

portalkran [hsh]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000166

+
+ An overhead crane with a girder configuration supported by freestanding legs that move on wheels to transport goods. Constitutes an entity sub-group of the machine entity. +
+
+
Mitwirkende: +
+
Marvin Auf der Landwehr
+
+
+
+

Prediction [ifnano]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000641

+
+ Estimation of unknown response values using a regression model. +
+
+
Mitwirkende: +
+
Yamen Alsalka
+
+
+
Source
+
Unscrambler X
+
+
+
+

pressurec + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/PATO_0001025

+
+ A physical quality that inheres in a bearer by virtue of the bearer's amount of force per unit area it exerts. +
+
+
hat Super-Klassen
+
+ physical quality + c +
+
+
+
+

Primärbeschleuniger [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000317

+
+ in einem Vulkanisationssystem verwendeter Hauptbeschleuniger +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Beschleuniger [dik] + c +
+
+
+
+

principal component analysis [edam]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000225

+
+ A statistical procedure that uses an orthogonal transformation to convert a set of observations of possibly correlated variables into a set of values of linearly uncorrelated variables called principal components. +
+
+ http://edamontology.org +
+
+
ist definiert durch
+
EDAM
+
+
+
Source
+
http://edamontology.org/operation_3960
+
+
+
Term status
+
uncurated
+
+
+
+

principal component analysis [ifnano]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000223

+
+ Principal component analysis (PCA) is the process of computing the principal components and using them to perform a change of basis on the data. +
+
+
Mitwirkende: +
+
Sven Schwabe (IFNANO)
+
+
+
Source
+
https://en.wikipedia.org/wiki/Principal_component_analysis
+
+
+
+

principal component analysis [ncit]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000224

+
+ A vector space transform used to reduce the dimensionality in a dataset while retaining those characteristics of the dataset that contribute most to its variance. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
ist definiert durch
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C49291
+
+
+
Term status
+
uncurated
+
+
+
+

principal components analysis dimensionality reductionc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0200051

+
+ A principal components analysis dimensionality reduction is a dimensionality reduction achieved by applying principal components analysis and by keeping low-order principal components and excluding higher-order ones. +
+
+
Source
+
PERSON: Elisabetta Manduchi
+
PERSON: James Malone
+
PERSON: Melanie Courtot
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
hat Super-Klassen
+
+ dimensionality reduction + c +
+
hat Member
+
+ GenePattern PCA + ni +
+
+
+
+

Probe [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000489

+
+ ein oder mehrere Teile, entnommen aus einem Los, um Informationen über dieses Los zu liefern und möglicherweise als Entscheidungsbasis über das Los oder seinen Herstellprozess zu dienen +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Probe [nmrcv]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000491

+
+ tempdef: A sample is a role that is played by an object of interest in an investigation used to obtain generalizable information about the sample source. defprov: Daniel Schober +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
NMRCV
+
+
+
Source
+
http://nmrML.org/nmrCV
+
+
+
Term status
+
uncurated
+
+
+
+

Probe [sosa]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000490

+
+ Feature which is intended to be representative of a FeatureOfInterest on which Observations may be made. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
SOSA
+
+
+
Source
+
http://www.w3.org/ns/sosa/
+
+
+
Term status
+
uncurated
+
+
+
+

processed materialc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000047

+
+ Is a material entity that is created or changed during material processing. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
Examples include gel matrices, filter paper, parafilm and buffer solutions, mass spectrometer, tissue samples
+
+
+
+
hat Super-Klassen
+
+
hat Sub-Klassen
+
+ device + c, processed specimen + c +
+
+
+
+

processed specimenc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000953

+
+ A specimen that has been intentionally physically modified. +
+
+ A tissue sample that has been sliced and stained for a histology study. +
+
+
Source
+
Bjoern Peters
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
A tissue sample that has been sliced and stained for a histology study.
+A blood specimen that has been centrifuged to obtain the white blood cells.
+
+
+
+
ist äquvivalent zu
+
+ processed material + c + and + specimen + c +
+
hat Super-Klassen
+
+ processed material + c, specimen + c +
+
+
+
+

processed spectrum [ifnano]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000222

+
+ Result of different mathematical processes conducted on raw Spectra. Processing steps include e.g. normalization and baseline correction +
+
+
Mitwirkende: +
+
Sven Schwabe (IFNANO)
+
+
+
+

Production-in-the-loopc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000067

+
+ Production-in-the-Loop describes a method, in which information from the production process is continuously recorded and the process is adapted to the changing framework conditions on the basis of this information. +
+
+
Term status
+
uncurated
+
+
+
+

Produktdatenblatt [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000340

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Produktionsabfall [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000494

+
+ roher, gemischter, vulkanisierter oder teilweise vulkanisierter Kautschuk, der bei der Produktion ver-worfen oder als Abfall deklariert und für die weitere Verwendung, außer zum Recyceln, als ungeeignet befunden wird +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

produktionskosten [hsh]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000114

+
+ A cost group for all cost values occuring from entity sub-groups in the production cost group and the associated factors +
+
+
Mitwirkende: +
+
Marvin Auf der Landwehr
+
+
+
+

protocolc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000272

+
+ A plan specification which has sufficient level of detail and quantitative information to communicate it between investigation agents, so that different investigation agents will reliably be able to independently reproduce the process. +
+
+
Source
+
OBI branch derived + wikipedia (http://en.wikipedia.org/wiki/Protocol_%28natural_sciences%29)
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
PCR protocol, has objective specification, amplify DNA fragment of interest, and has action specification describes the amounts of experimental reagents used (e..g. buffers, dNTPS, enzyme), and the temperature and cycle time settings for running the PCR.
+
+
+
+
+

Protokoll [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000529

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Protokoll [edam]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000532

+
+ A human-readable collection of information about about how a scientific experiment or analysis was carried out that results in a specific set of data or results used for further analysis or to test a specific hypothesis. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
EDAM
+
+
+
Source
+
http://edamontology.org
+
+
+
Term status
+
uncurated
+
+
+
+

Protokoll [ncit]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000530

+
+ A rule which guides how an activity should be performed. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Protokoll [obi]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000531

+
+ A plan specification which has sufficient level of detail and quantitative information to communicate it between investigation agents, so that different investigation agents will reliably be able to independently reproduce the process. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
OBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/obi.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Protokoll zur Dichtemessung [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000536

+
+ A measurement protocol for reliably reproducing the density measurement assay. +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Protokoll zur Ethylen-Konzentrationsmessung [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000594

+
+ A concentration measurement protocol for reliably reproducing the ethylene concentration measurement assay. +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Protokoll zur Ethylidennorbornen-Konzentrationsmessung [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000595

+
+ A concentration measurement protocol for reliably reproducing the ethylidene norbornene concentration measurement assay. +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Protokoll zur Konzentrationsmessung [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000593

+
+ A measurement protocol for reliably reproducing the concentration measurement assay. +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Protokoll zur Molekulargewichtsverteilung [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000596

+
+ A measurement protocol for reliably reproducing the molecular weight distribution measurement assay. +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Protokoll zur Mooney-Viskositätsmessung [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000538

+
+ A viscosity measurement protocol for reliably reproducing the Mooney viscosity measurement assay. +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Protokoll zur Viskositätsmessung [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000537

+
+ A measurement protocol for reliably reproducing the viscosity measurement assay. +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Prozent [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000609

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Thing + c +
+
+
+
+

Prozent [om]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000611

+
+ The percent is a unit of dimension one defined as 1/100. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
OM
+
+
+
Source
+
http://www.ontology-of-units-of-measure.org/resource/om-2
+
+
+
Term status
+
uncurated
+
+
+
+

Prozent [uo]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000610

+
+ "A dimensionless ratio unit which denotes numbers as fractions of 100." [Wikipedia:Wikipedia] +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
UO
+
+
+
Source
+
http://purl.obolibrary.org/obo/uo.owl
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Thing + c +
+
+
+
+

Prüfkörper [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000492

+
+ Körper eines Materials von geeigneter Form und Dimension, fertig vorbereitet zur Verwendung in einer Prüfung +
+
+ Die englischen Benennungen „test specimen“ und „specimen“ werden häufig verwendet, um einen „Prüfkörper“ zu bezeichnen. +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Prüfung [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000503

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Source
+
http://purl.obolibrary.org/obo/pato.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Prüfung [ncit]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000504

+
+ A qualitative or quantitative analysis performed to determine the amount of a particular constituent in a sample or the biological or pharmacological properties of a drug. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Prüfung [obi]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000505

+
+ A planned process with the objective to produce information about the material entity that is the evaluant, by physically examining it or its proxies. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
OBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/obi.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Prüfung zur Dichtemessung [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000506

+
+ An assay with the objective to produce information about the density of the material entity that is the evaluant, by physically examining it or its proxies. +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Prüfung zur Ethylen-Konzentrationsmessung [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000590

+
+ A concentration measurement assay with the objective to produce information about the concentration of ethylene in the material entity that is the evaluant, by physically examining it or its proxies. +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Prüfung zur Ethylidennorbornen-Konzentrationsmessung [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000591

+
+ A concentration measurement assay with the objective to produce information about the concentration of ethylidene norbornene in the material entity that is the evaluant, by physically examining it or its proxies. +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Prüfung zur Konzentrationsmessung [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000589

+
+ An assay with the objective to produce information about the concentration of a specific substance in the material entity that is the evaluant, by physically examining it or its proxies. +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Prüfung zur Molekulargewichtsverteilung [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000592

+
+ An assay with the objective to produce information about the molecular weight distribution of the material entity that is the evaluant, by physically examining it or its proxies. +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Prüfung zur Mooney-Viskositätsmessung [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000516

+
+ An assay with the objective to produce information about the Mooney viscosity of the material entity that is the evaluant, by physically examining it or its proxies. +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Prüfung zur Viskositätsmessung [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000515

+
+ An assay with the objective to produce information about the viscosity of the material entity that is the evaluant, by physically examining it or its proxies. +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

pseudohalide anionc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_36828

+
+
hat Super-Klassen
+
+ polyatomic monoanion + c +
+
hat Sub-Klassen
+
+ cyanide + c +
+
+
+
+

quality of a liquidc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/PATO_0001548

+
+ A physical quality inhering in an entity exhibiting the physical characteristics of an amorphous (non-crystalline) form of matter between a gas and a solid that has a definite volume, but no definite shape. +
+
+
hat Super-Klassen
+
+ quality of a substance + c +
+
+
+
+

quality of a solidc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/PATO_0001546

+
+ A physical quality inhering in a bearer by virtue of the bearer's exhibiting the physical characteristics of an entity characterized by particles arranged such that their shape and volume are relatively stable. +
+
+
hat Super-Klassen
+
+ quality of a substance + c +
+
+
+
+

quality of a substancec + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/PATO_0002198

+
+ A quality inhering in a bearer by virtue of its constitution. +
+
+
hat Super-Klassen
+
+ physical quality + c +
+
hat Sub-Klassen
+
+ quality of a liquid + c, quality of a solid + c +
+
+
+
+

Qualität des physischen Objekts [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000495

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Source
+
http://purl.obolibrary.org/obo/pato.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Qualität des physischen Objekts [pato]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000496

+
+ A quality of a physical entity that exists through action of continuants at the physical level of organisation in relation to other entities. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
PATO
+
+
+
Source
+
http://purl.obolibrary.org/obo/pato.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Qualität einer Flüssigkeit [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000527

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Qualität einer Flüssigkeit [pato]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000528

+
+ A physical quality inhering in an entity exhibiting the physical characteristics of an amorphous (non-crystalline) form of matter between a gas and a solid that has a definite volume, but no definite shape. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
PATO
+
+
+
Source
+
http://purl.obolibrary.org/obo/pato.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Qualität eines Festkörpers [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000634

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Qualität eines Festkörpers [pato]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000635

+
+ A physical quality inhering in a bearer by virtue of the bearer's exhibiting the physical characteristics of an entity characterized by particles arranged such that their shape and volume are relatively stable. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
PATO
+
+
+
Source
+
http://purl.obolibrary.org/obo/pato.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Qualität eines Stoffes [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000525

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Qualität eines Stoffes [pato]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000526

+
+ A quality inhering in a bearer by virtue of its constitution. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
PATO
+
+
+
Source
+
http://purl.obolibrary.org/obo/pato.owl
+
+
+
Term status
+
uncurated
+
+
+
+

qualitätsprüfer [hsh]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000136

+
+ A person who monitors the quality of incoming and outgoing products or materials in the system under investigation. Constitutes an entity of the human ressource and the production cost group. +
+
+
hat Super-Klassen
+
+ role + c +
+
+
+
+

questionnairec + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001000

+
+ A document with a set of printed or written questions with a choice of answers, devised for the purposes of a survey or statistical study. +
+
+
Source
+
Merriam-Webster
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
hat Super-Klassen
+
+ document + c +
+
hat Member
+
+ Edingburgh handedness inventory + ni +
+
+
+
+

Radiales Temperaturprofil der Mischung im Schneckenkanalc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000098

+
+ Measured variable that indicates how the temperature is distributed radially over the screw channel. +
+
+
Term status
+
uncurated
+
+
+
+

radiation qualityc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/PATO_0001739

+
+ A quality that inheres in an bearer by virtue of how that bearer interacts with radiation. +
+
+
hat Super-Klassen
+
+ physical quality + c +
+
hat Sub-Klassen
+
+ electromagnetic (EM) radiation quality + c +
+
+
+
+

Raman spectroscopy [allotrope]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000188

+
+ Any type of vibrational spectroscopy where the Raman scattering of monochromatic light, usually from a laser in the visible, near infrared, or near ultraviolet range by a sample is detected. [CHMO] +
+
+ http://purl.allotrope.org/ontologies/ +
+
+
ist definiert durch
+
allotrope.org
+
+
+
Source
+
http://purl.allotrope.org/ontologies/process#AFP_0000047
+
+
+
Term status
+
uncurated
+
+
+
+

Raman spectroscopy [ifnano]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000187

+
+ A non-destructive light scattering technique that provides detailed information about the chemical structure upon the interaction of light with the chemical bonds within a material based on periodic changes of polarizabilities, usually manifested as energy loss (gain) with respect to the incident light. +
+
+
Mitwirkende: +
+
Georgios Ctistis
+
+
+
Source
+
https://www.horiba.com/ind/raman-imaging-and-spectroscopy/
+
+
+
+

Raman spectroscopy [ncit]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000189

+
+ Emission of electromagnetic energy with a shorter frequency (longer wavelength) than that of the incident monochromatic light. Arises from the low probability absorption of quanta with a higher energy than that required for a transition: the difference in energy is emitted as a lower frequency (energy) photon. Allows analysis of vibrational and rotational energy levels using visible incident light. [ NCI ] +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
ist definiert durch
+
NCI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C17157
+
+
+
Term status
+
uncurated
+
+
+
+

Raman spectrum [allotrope]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000194

+
+ A plot of intensity vs. Raman shift (cm-1) obtained by measuring the Raman scattering of monochromatic light from a sample. [CHMO] +
+
+ http://purl.allotrope.org/ontologies/ +
+
+
ist definiert durch
+
allotrope.org (chmo)
+
+
+
Source
+
http://purl.allotrope.org/ontologies/result#AFR_0000519
+
+
+
Term status
+
uncurated
+
+
+
+

Raman spectrum [ifnano]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000193

+
+ A graph presents a number of peaks, showing the intensity and wavelength position of the Raman scattered light, in which each peak corresponds to a specific molecular bond vibration. +
+
+
Mitwirkende: +
+
Christoph Lenth
+
+
+
Source
+
https://www.horiba.com/ind/raman-imaging-and-spectroscopy/
+
+
+
+

rate unitc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000280

+
+
hat Super-Klassen
+
+ measurement unit label + c +
+
hat Member
+
+ count per molar + ni, count per molar second + ni, count per nanomolar + ni, count per nanomolar second + ni +
+
+
+
+

Raw rubber samples [ifnano]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000199

+
+ Natural and synthetic rubber materials that are modified and shaped into rubber products through the rubber extrusion process. +
+
+
Mitwirkende: +
+
Yamen Alsalka (IFNANO)
+
+
+
Source
+
https://www.extrudedrubber.net/
+
+
+
+

raw spectrum [ifnano]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000221

+
+ Unprocessed data obtained from spectrometric devices +
+
+
Mitwirkende: +
+
Sven Schwabe (IFNANO)
+
+
+
+

Regressionsanalysec + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000068

+
+ Regression analysis consists of a set of machine learning methods that allow us to predict a continuous outcome variable (y) based on the value of one or multiple predictor variables (x). Regression is a supervised learning technique, in which Algorithems build a mathematical Modell or equation that defines y as a funktion of x. +
+
+
Term status
+
uncurated
+
+
+
+

regulator rolec + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000014

+
+ a regulatory role involved with making and/or enforcing relevant legislation and governmental orders +
+
+
Source
+
OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
Example
+
+
Fact sheet - Regulating the companies The role of the regulator. Ofwat is the economic regulator of the water and sewerage industry in England and Wales.  http://www.ofwat.gov.uk/aptrix/ofwat/publish.nsf/Content/roleofregulator_factsheet170805
+
+
+
+
hat Super-Klassen
+
+ regulatory role + c +
+
+
+
+

regulatory agencyc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000450

+
+ A regulatory agency is a organization that has responsibility over or for the legislation (acts and regulations) for a given sector of the government. +
+
+
Source
+
WEB: en.wikipedia.org/wiki/Regulator
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
The US Environmental Protection Agency
+
+
+
+
ist äquvivalent zu
+
+ organization + c + and (has role + op + some + regulator role + c)
+
hat Super-Klassen
+
+ organization + c +
+
hat Member
+
+ U.S. Food and Drug Administration + ni +
+
+
+
+

regulatory rolec + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000017

+
+ a role which inheres in material entities and is realized in the processes of making, enforcing or being defined by legislation or orders issued by a governmental body. +
+
+
Source
+
OBI, CDISC
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
Example
+
+
Regulatory agency, Ethics committee, Approval letter; example:  Browse these EPA Regulatory Role subtopics  http://www.epa.gov/ebtpages/enviregulatoryrole.html  Feb 29, 2008
+
+
+
+
hat Super-Klassen
+
+ role + c +
+
hat Sub-Klassen
+
+ regulator role + c +
+
+
+
+

reifenproduktionsmaschine [hsh]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000162

+
+ A machine that assembles assembles all components and semi-finished products to produce a tyre. Constitutes an entity sub-group of the machine entity. +
+
+
Mitwirkende: +
+
Marvin Auf der Landwehr
+
+
+
+

Rezeptur [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000336

+
+ Liste der Mischungsbestandteile und ihrer Mengenverhältnisse, die bei der Herstellung einer Mischung verwendet werden +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

RGB image data [ifnano]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000235

+
+ Digital representation of an image using a natural number defining the red, green and blue proportion for each pixel +
+
+
+

Rhenogran ‎ZBDC 80‎ [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000329

+
+ Handelsname für ein spezifisches Zink-Dibenzyldithiocarbamat +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Zink-Dibenzyldithiocarbamat [dik] + c +
+
+
+
+

Rheometer [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000582

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Rohkautschuk [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000289

+
+ Natur- oder synthetischer Kautschuk, gewöhnlich in Ballen- oder Paketform, welcher das Ausgangsmaterial für die Herstellung von Gummiprodukten darstellt +
+
+ Rohkautschuk ist normalerweise frei von Mischungsbestandteilen, kann jedoch zum Beispiel auch als Masterbatch mit Öl und/oder Füllstoff vorliegen. +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ rubber particle [chebi] + c +
+
+
+
+

rohmaterial [hsh]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000123

+
+ The basic materials from which a finished product is made in the system under investigation. Constitutes an entity in the material cost and waste management cost group. +
+
+
Mitwirkende: +
+
Marvin Auf der Landwehr
+
+
+
+

rolec + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/BFO_0000023

+
+ A realizable entity the manifestation of which brings about some result or end that is not essential to a continuant in virtue of the kind of thing that it is but that can be served or participated in by that kind of continuant in some kinds of natural, social or institutional contexts. +
+
+
ist definiert durch
+
+ http://purl.obolibrary.org/obo/bfo.owl +
+
+
+
Example
+
+
John’s role of husband to Mary is dependent on Mary’s role of wife to John, and both are dependent on the object aggregate comprising John and Mary as member parts joined together through the relational quality of being married.
+
+
+
the priest role
+
+
+
the role of a boundary to demarcate two neighboring administrative territories
+
+
+
the role of a building in serving as a military target
+
+
+
the role of a stone in marking a property boundary
+
+
+
the role of subject in a clinical trial
+
+
+
the student role
+
+
+
+
hat Sub-Klassen
+
+ Agent + c, agent [ncti] + c, evaluant role + c, hilfskraft [hsh] + c, lagerist [hsh] + c, manufacturer role + c, operator [hsh] + c, operator [ncti] + c, qualitätsprüfer [hsh] + c, regulatory role + c, service provider role + c, specimen role + c, supervisor [m4i] + c, supervisor [hsh] + c, supervisor [ncti] + c +
+
ist in Range von
+
+ has role + op +
+
ist disjunkt zu
+
+ disposition + c +
+
+
+
+

Rotor [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000382

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Rotor-Drehmoment [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000399

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Rotor-Drehzahl [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000386

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Rotor-Temperatur [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000388

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Rotor-Temperatursteuergerät [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000387

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

rotorloser Rheometer [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000584

+
+ Typ eines Rheometers, bei welchem die Kraft, die auf die Kautschukmischung einwirkt, durch die Oszillation einer von zwei Platten erzeugt wird, die die Kammer bilden, in welcher die Testprobe eingeschlossen ist +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

rubber particle [chebi]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_28798

+
+ A polymer consisting of cis-linked prenyl units. +
+
+
hat Super-Klassen
+
+ Polymer + c +
+
hat Sub-Klassen
+
+ Dienkautschuk [dik] + c, Ethylen-Propylen-Dien-‎Kautschuk ‎[dik] + c, M-Gruppe Kautschuk [dik] + c, Rohkautschuk [dik] + c, Synthesekautschuk [dik] + c +
+
+
+
+

Ruß [chebi]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000297

+
+ An elemental carbon in the form of virtually pure colloidal particles that are produced by incomplete combustion or thermal decomposition of gaseous or liquid hydrocarbons under controlled conditions. A black, finely divided pellet or powder, its properties of specific surface area, particle size and structure, conductivity and colour can be varied by varying the exact conditions for its production. It is used in tyres, rubber and plastic products, printing inks and coatings. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
CHEBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/chebi.owl
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Poligeenan + c +
+
hat Sub-Klassen
+
+ Corax N660 [dik] + c, N-Ruß [dik] + c, S-Ruß [dik] + c +
+
+
+
+

Ruß [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000296

+
+ Mischungsbestandteil, der im Wesentlichen aus mehr als 95 % elementaren Kohlenstoffs in der Form beinahe sphärischer Partikel mit maximalen Durchmessern kleiner als 1 μm besteht, im Allgemeinen zu Aggregaten koalesziert +
+
+ Ruß wird durch unvollständige Verbrennung oder thermische Zersetzung von Kohlenwasserstoffen produziert. +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ carbon black + c +
+
+
+
+

S-Ruß [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000299

+
+ Der Buchstabe "S" wird für Channel Blacks oder für Furnace Blacks verwendet, die so modifiziert wurden, dass sie die Vulkanisationsgeschwindigkeit verringern. +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Ruß [chebi] + c +
+
+
+
+

sample [ifnano]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000280

+
+ A material entity, which is part of a larger set of the same material entity +
+
+ for materials, sample is also a term used in statistics, graphics and other fileds +
+
+
Mitwirkende: +
+
Sven Schwabe (IFNANO)
+
+
+
Source
+
https://en.wikipedia.org/wiki/Sample_(material)
+
+
+
+

scatter plotc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000184

+
+ A scatterplot is a graph which uses Cartesian coordinates to display values for two variables for a set of data. The data is displayed as a collection of points, each having the value of one variable determining the position on the horizontal axis and the value of the other variable determining the position on the vertical axis. +
+
+
Source
+
WEB: http://en.wikipedia.org/wiki/Scatterplot
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
Comparison of gene expression values in two samples can be displayed in a scatter plot
+
+
+
+
hat Super-Klassen
+
+ graph + c +
+
+
+
+

Schablone [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000429

+
+ Teil eines Extruders, durch den das Material gedrückt wird und um ein Profil des Extrudats zu formen +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Schablonengeometrie [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000449

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Schmelzbereich‎ [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000570

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Schnecke [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000428

+
+ rotierendes Glied mit einer oder mehreren helixförmigen Rillen, das verwendet wird, um einen Kautschuk innerhalb eines Extruderrohrs voranzutreiben +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Schnecken-Temperatur [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000467

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Schnecken-Temperatursteuergerät [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000466

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Schneckendrehmomentc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000090

+
+ Measured variable that indicates how high the torque of the screw is during extrusion. +
+
+
Term status
+
uncurated
+
+
+
+

Schneckendrehzahl [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000445

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Schneckendrezahlc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000089

+
+ Control variable that indicates how high the speed of the screw is during extrusion. +
+
+
Term status
+
uncurated
+
+
+
+

schneidemaschine [hsh]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000163

+
+ A pneumtaic machine that cuts rubber materials. Constitutes an entity sub-group of the machine entity. +
+
+
Mitwirkende: +
+
Marvin Auf der Landwehr
+
+
+
+

Schwefel [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000334

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Sensor [chmo]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000453

+
+ A piece of apparatus that is used to measure a physical quantity. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
CHMO
+
+
+
Source
+
http://purl.obolibrary.org/obo/chmo.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Sensor [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000451

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Sensor [sosa]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000452

+
+ Device, agent (including humans), or software (simulation) involved in, or implementing, a Procedure. Sensors respond to a stimulus, e.g., a change in the environment, or input data composed from the results of prior Observations, and generate a Result. Sensors can be hosted by Platforms. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
SOSA
+
+
+
Source
+
http://www.w3.org/ns/sosa/
+
+
+
Term status
+
uncurated
+
+
+
+

service provider rolec + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000947

+
+ is a role which inheres in a person or organization and is realized in in a planned process which provides access to training, materials or execution of protocols for an organization or person +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
Example
+
+
Jackson Lab provides experimental animals, EBI provides training on databases, a core facility provides access to a DNA sequencer.
+
+
+
+
hat Super-Klassen
+
+ role + c +
+
hat Sub-Klassen
+
+ material supplier role + c +
+
+
+
+

shape [imr]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000011

+
+
ist definiert durch
+
PATO
+
+
+
Source
+
https://ontobee.org/ontology/PATO?iri=http://purl.obolibrary.org/obo/PATO_0000052
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Thing + c +
+
+
+
+

shape [ncit]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000012

+
+ The spatial arrangement of something as distinct from its substance. +
+
+
ist definiert durch
+
NCI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C25677
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Thing + c +
+
+
+
+

shape [pato]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000013

+
+ A morphological quality inhering in a bearer by virtue of the bearer's ratios of distances between its features (points, edges, surfaces and also holes etc). +
+
+
ist definiert durch
+
PATO
+
+
+
Source
+
http://purl.obolibrary.org/obo/PATO_0000052
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Thing + c +
+
+
+
+

Sicherheitsdatenblatt [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000339

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Simulationsumgebungc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000069

+
+ A simulation environment is a virtual environment that maps/models the real process. A simulation model thus makes it possible to train control tasks using learning algorithms offline, i.e. not on the real system but on the computer. Neural networks can be used to create such model. +
+
+
Term status
+
uncurated
+
+
+
+

Smmothing [ifnano]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000639

+
+ Removing noise or spikes in correlated data such as spectroscopic data using a row-oriented transformation. +
+
+
Mitwirkende: +
+
Yamen Alsalka
+
+
+
Source
+
Unscrambler X
+
+
+
+

softwarec + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000010

+
+ Software is a plan specification composed of a series of instructions that can be +interpreted by or directly executed by a processing unit. +
+
+
Source
+
GROUP: OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
hat Sub-Klassen
+
+ GenePattern software + c +
+
+
+
+

software developmentc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/APOLLO_SV_00000008

+
+ A planned process that has specified output a software product and that involves the creation of source code. +
+
+
Source
+
http://en.wikipedia.org/wiki/Software_development
+
+
+
hat Super-Klassen
+
+ planned process + c +
+
+
+
+

sonstige additive [hsh]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000186

+
+ Additional substances that are employed to product rubber-based products. Constitutes an entity sub-group of the raw material entity. +
+
+
Mitwirkende: +
+
Marvin Auf der Landwehr
+
+
+
+

specimenc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0100051

+
+ A material entity that has the specimen role. +
+
+
Source
+
GROUP: OBI Biomaterial Branch
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
Biobanking of blood taken and stored in a freezer for potential future investigations stores specimen.
+
+
+
+
hat Super-Klassen
+
+
hat Sub-Klassen
+
+ processed specimen + c +
+
+
+
+

specimen collection processc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000659

+
+ A planned process with the objective of collecting a specimen. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
drawing blood from a patient for analysis, collecting a piece of a plant for depositing in a herbarium, buying meat from a butcher in order to measure its protein content in an investigation
+
+
+
+
hat Super-Klassen
+
+ planned process + c +
+
+
+
+

specimen rolec + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000112

+
+ a role borne by a material entity that is gained during a specimen collection process and that can be realized by use of the specimen in an investigation +
+
+
Source
+
OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
liver section; a portion of a culture of cells; a nemotode or other animal once no longer a subject (generally killed); portion of blood from a patient.
+
+
+
+
hat Super-Klassen
+
+ role + c +
+
+
+
+

Spectrum [allotrope]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000191

+
+ A spectrum is a data distribution function of a measured quantity in a spectroscopy against some experimental parameter. [Allotrope] +
+
+ http://purl.allotrope.org/ontologies/ +
+
+
ist definiert durch
+
allotrope.org
+
+
+
Source
+
http://purl.allotrope.org/ontologies/result#AFR_0000068
+
+
+
Term status
+
uncurated
+
+
+
+

Spectrum [ifnano]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000190

+
+ A graph that shows the intensity of radiation at different wavelengths or the response of the atomic or molecular system to different wavelengths of the radiation +
+
+
Mitwirkende: +
+
Christoph Lenth
+
+
+
Source
+
https://chem.libretexts.org/Bookshelves/Physical_and_Theoretical_Chemistry_Textbook_Maps/Book%3A_Quantum_States_of_Atoms_and_Molecules_(Zielinksi_et_al)/01%3A_Spectroscopy#:~:text=A%20spectrum%20is%20a%20graph,different%20wavelengths%20of%20the%20radiation.
+
+
+
+

Spectrum [ncit]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000192

+
+ An array of entities, such as light waves or particles, ordered in accordance with the magnitudes of a common physical property, such as wavelength or mass. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
ist definiert durch
+
NCI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C84383
+
+
+
Term status
+
uncurated
+
+
+
+

Speisewalze [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000460

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Speisewalzen-Temperatur [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000465

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Speisewalzen-Temperatursteuergerät [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000464

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Spezifische Oberfläche [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000560

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Thing + c +
+
+
+
+

Spritzquellung [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000435

+
+ Unterschied zwischen den Dimensionen des Profilquerschnittes eines Extrudats und den korrespondierenden Dimensionen des Auslaufkanals, welcher üblicherweise als prozentuelle Zunahme der Fläche des Querschnittes ausgedrückt wird +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Thing + c +
+
+
+
+

Standard deviation [allotrope]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000266

+
+ The standard deviation is a measure of the amount of variation or dispersion of a set of values. [Wikipedia] +
+
+ allotrope +
+
+
ist definiert durch
+
allotrope.org
+
+
+
Source
+
http://purl.allotrope.org/ontologies/result#AFR_0002192
+
+
+
Term status
+
uncurated
+
+
+
+

Standard deviation [ifnano]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000265

+
+ A measure of the amount of variation of a set of values. +
+
+
Mitwirkende: +
+
Sven Schwabe (IFNANO)
+
+
+
+

standard deviation [imr]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000018

+
+ a quantity expressing by how much the +members of a group differ from the mean + value for the group +
+
+
Term status
+
uncurated
+
+
+
+

Standard deviation [ms]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000268

+
+ The standard deviation of a random variable, statistical population, data set, or probability distribution is a measure of variation which correspond to the average distance from the mean of the data set to any given point of that dataset. It also corresponds to the square root of its variance. +
+
+ http://purl.obolibrary.org/obo/ms.owl +
+
+
ist definiert durch
+
MS
+
+
+
Source
+
http://purl.obolibrary.org/obo/STATO_0000237
+
+
+
Term status
+
uncurated
+
+
+
+

standard deviation [ncit]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000020

+
+ A measure of the range of values in a set of numbers. Standard deviation is a statistic used as a measure of the dispersion or variation in a distribution, equal to the square root of the arithmetic mean of the squares of the deviations from the arithmetic mean. +
+
+ TIB terminological service +
+
+
ist definiert durch
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C53322
+
+
+
Term status
+
uncurated
+
+
+
+

standard deviation [Wikipedia]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000019

+
+ The standard deviation is a measure of the amount of variation or dispersion of a set of values. [Wikipedia] +
+
+ from ontocommons skos:definition +
+
+
Source
+
http://purl.allotrope.org/ontologies/result#AFR_0002192
+
+
+
+

Standard Normal Variate (SNV) [ifnano]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000638

+
+ Is a transformation applied to spectroscopic data to remove scatter effects by centering and scalling each individual spectrum. +
+
+
Mitwirkende: +
+
Yamen Alsalka
+
+
+
Source
+
Unscrambler X
+
+
+
+

Statistical discrimination [ifnano]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000197

+
+ It arises when groups differ statistically in their distributions on characteristics relevant to a given situation. +
+
+
Mitwirkende: +
+
Yamen Alsalka (IFNANO)
+
+
+
Source
+
https://www.sciencedirect.com/science/article/pii/B0123693985005442
+
+
+
+

statistical model validationc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000792

+
+ A data transformation which assesses how the results of a statistical analysis will generalize to an independent data set. +
+
+
Source
+
http://en.wikipedia.org/wiki/Cross-validation_%28statistics%29
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
Example
+
+
Using the expression levels of 20 proteins to predict whether a cancer patient will respond to a drug. A practical goal would be to determine which subset of the 20 features should be used to produce the best predictive model. - wikipedia
+
+
+
+
hat Super-Klassen
+
+ partitioning data transformation + c +
+
hat Sub-Klassen
+
+ leave one out cross validation method + c +
+
+
+
+

Stearinsäure [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000313

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
hat Sub-Klassen
+
+ PALMERA B 1802-CG [dik] + c +
+
+
+
+

Stearinsäure [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000314

+
+ A saturated long-chain fatty acid with an 18-carbon backbone. Stearic acid is found in various animal and plant fats, and is a major component of cocoa butter and shea butter. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Stellwalze [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000344

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Stellwalzen-Drehzahl [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000356

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Stellwalzen-Temperatur [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000369

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Stellwalzen-Temperatursteuergerät [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000367

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Stemepeldruckc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000084

+
+ Rücksprache DIK +
+
+
Term status
+
uncurated
+
+
+
+

Stempel [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000385

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Stempel-Temperatur [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000394

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Stempel-Temperatursteuergerät [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000393

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Stempelweg [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000412

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

sterilization functionc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000946

+
+ a function to remove viable organisms from an input material +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
hat Super-Klassen
+
+ function + c +
+
+
+
+

Stift [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000427

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Stiftextruder [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000426

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Extruder [dik] + c +
+
+
+
+

Stiftzone [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000461

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Thing + c +
+
+
+
+

Stiftzonen-Temperatur [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000471

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Stiftzonen-Temperatursteuergerät [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000470

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

stitching method [imr]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000015

+
+ alligning of single measurements to form a +connected/combined measurement +
+
+
+

stitching process [imr]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000014

+
+ use of different algorithms to determine the +exact allignment respectively the characteristik shared edges +
+
+
+

stromverbrauch [hsh]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000143

+
+ The amount of electricity (kw/h) that is consumed by all entities in the system under investigation. Constitutes a factor of the energy cost, storage cost and production cost group. +
+
+
Mitwirkende: +
+
Marvin Auf der Landwehr
+
+
+
+

Styrene-butadiene rubber SBR [ifnano]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000650

+
+ Families of synthetic rubbers derived from styrene and butadiene. +
+
+
Mitwirkende: +
+
Yamen Alsalka
+
+
+
Source
+
Wikipedia
+
+
+
hat Super-Klassen
+
+ synthetikkautschuk [hsh] + c +
+
+
+
+

stückkosten [hsh]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000144

+
+ The expenditure that incurs for acquiring a single unit of an entity sub-group in the system under investigation. Constitutes a factor of the maintenance cost, material cost, and storage cost group. +
+
+
Mitwirkende: +
+
Marvin Auf der Landwehr
+
+
+
+

substance unitc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000006

+
+
hat Super-Klassen
+
+ measurement unit label + c +
+
hat Member
+
+ micromole + ni, nanomole + ni, picomole + ni +
+
+
+
+

sulfur molecular entityc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_26835

+
+
hat Super-Klassen
+
+ chalcogen molecular entity + c +
+
hat Sub-Klassen
+
+ disulfide + c, organic sulfur anion + c, organosulfur compound + c +
+
+
+
+

Supervised learning [ifnano]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000246

+
+ Machine learning task of learning a function that maps an input to an output based on example input-output pairs. +
+
+
Mitwirkende: +
+
Christoph Lenth
+
+
+
+

supervised learning [obi]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000073

+
+ A machine learning process using a function that maps an input to an output based on example input-output pairs. It infers a function from labeled training data consisting of a set of training examples. +
+
+ http://purl.obolibrary.org/obo/obi.owl +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
OBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/OBI_0002588
+
+
+
Term status
+
uncurated
+
+
+
+

Supervised learning [obi]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000247

+
+ A machine learning process using a function that maps an input to an output based on example input-output pairs. It infers a function from labeled training data consisting of a set of training examples. +
+
+ http://purl.obolibrary.org/obo/obi.owl +
+
+
ist definiert durch
+
OBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/OBI_0002588
+
+
+
Term status
+
uncurated
+
+
+
+

supervisor [m4i]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000133

+
+ Designated administrator over one or more groups/teams working to produce a resource, or over one or more steps of a development process +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
m4i
+
+
+
Source
+
http://w3id.org/nfdi4ing/metadata4ing#Supervisor
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ role + c +
+
+
+
+

supervisor [hsh]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000131

+
+ A person who supervises and coordinates the work of employees who set up and operate machine entity units in the system under investigation. Constitutes an entity of the human ressource and the production cost group. +
+
+
hat Super-Klassen
+
+ role + c +
+
+
+
+

supervisor [ncti]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000132

+
+ An individual who is responsible for managing or operating a business, organization, team or department. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C134832
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ role + c +
+
+
+
+

support vector machinec + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000700

+
+ A support vector machine is a data transformation with a class prediction objective based on the construction of a separating hyperplane that maximizes the margin between two data sets of vectors in n-dimensional space. +
+
+
Source
+
PERSON: Ryan Brinkman
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
hat Super-Klassen
+
+ class prediction data transformation + c +
+
hat Member
+
+ GenePattern SVM + ni +
+
+
+
+

surface of extrudate [imr]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000009

+
+ uppermost layer of the extrudate +
+
+
hat Super-Klassen
+
+ Thing + c +
+
+
+
+

Synthesekautschuk [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000290

+
+ Kautschuk, der durch nicht biologische Polymerisation eines oder mehrerer Monomere hergestellt wird +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ rubber particle [chebi] + c +
+
+
+
+

synthetikkautschuk [hsh]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000179

+
+ Any of several substances similar to natural rubber in properties and uses, produced synthetically. Constitutes an entity sub-group of the raw material entity. +
+
+
Mitwirkende: +
+
Marvin Auf der Landwehr
+
+
+
hat Sub-Klassen
+
+ Butadiene rubber BR [ifnano] + c, Butyl rubber BIIR [ifnano] + c, EPDM rubber [ifnano] + c, Fluororubber FKM [ifnano] + c, Hydrogenated Nitrile rubber HNBR [ifnano] + c, Nitrile rubber NBR [ifnano] + c, Polyisoprene IR [ifnano] + c, Styrene-butadiene rubber SBR [ifnano] + c +
+
+
+
+

Säuregradc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000651

+
+ A concentration quality inhering in a bearer by virtue of the bearer's containing acid (hydrogen ions). +
+
+
Mitwirkende: +
+
Lars M Vogt
+
+
+
ist definiert durch
+
PATO
+
+
+
Source
+
+ http://purl.obolibrary.org/obo/pato/releases/2022-08-31/pato.owl +
+
+
+
Term status
+
uncurated
+
+
+
+

Säurezahl‎ [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000569

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Tangens delta [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000579

+
+ Verhältnis des Verlustmoduls zum Speichermodul +
+
+ Es handelt sich dabei um ein Maß für den Verlustfaktor und somit für die Energie, die durch Umwandlung in Wärme verloren geht. +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Temperatur [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000357

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Temperatur [efo]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000361

+
+ Temperature is a physical quality of the thermal energy of a system. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
EFO
+
+
+
Source
+
http://www.ebi.ac.uk/efo/efo.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Temperatur [ncit]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000358

+
+ A measure of the average kinetic energy of a system of particles. Temperature may be quantified, in the context of thermodynamics, as the potential of one system to transfer thermal energy to another system until both systems reach a state of thermal equilibrium. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Temperatur [om]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000360

+
+ Temperature is the extent to which an object is hot. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
UM
+
+
+
Source
+
http://purl.obolibrary.org/obo/uo.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Temperatur [pato]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000359

+
+ A physical quality of the thermal energy of a system. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
PATO
+
+
+
Source
+
http://purl.obolibrary.org/obo/pato.owl
+
+
+
Term status
+
uncurated
+
+
+
+

temperaturec + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/PATO_0000146

+
+ A physical quality of the thermal energy of a system. +
+
+
hat Super-Klassen
+
+ physical quality + c +
+
+
+
+

temperature unitc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000005

+
+
hat Super-Klassen
+
+ measurement unit label + c +
+
hat Member
+
+ degree Celsius + ni, degree Fahrenheit + ni +
+
+
+
+

Temperatureinheit [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000362

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Thing + c +
+
+
+
+

Temperatureinheit [ncit]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000364

+
+ An indication of the type of unit of measure being used to express a temperature. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Thing + c +
+
+
+
+

Temperatureinheit [uo]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000363

+
+ "A unit which is a standard measure of the average kinetic energy of the particles in a sample of matter." [Wikipedia:Wikipedia] +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
UO
+
+
+
Source
+
http://purl.obolibrary.org/obo/uo.owl
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Thing + c +
+
+
+
+

Temperaturmessschwert [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000454

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Temperatursensor [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000456

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Temperatursteuergerät [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000365

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Temperierung Schneckec + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000091

+
+ Control variable that indicates how high the temperature of the screw is during extrusion. +
+
+
Term status
+
uncurated
+
+
+
+

Temperierung Speisewalzec + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000092

+
+ Control variable that indicates how high the temperature of the feed roller is during extrusion. +
+
+
Term status
+
uncurated
+
+
+
+

Temperierung Zylinderc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000093

+
+ Control variable that indicates how high the temperature of the cylinder is during extrusion. +
+
+
Term status
+
uncurated
+
+
+
+

Temperiung Werkzeugc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000095

+
+ Control variable that indicates how high the temperature of the tool is during extrusion. +
+
+
Term status
+
uncurated
+
+
+
+

template classc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#ROi3BNAY7lNum6bqHYNnKv

+
+ provide a human-readable definition of the type of entity the class refers to +
+
+
Mitwirkende: +
+
GROUP: TIB
+
PERSON: Lars Vogt
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
add one of the individual of "curation status specification"
+
+
+
+

Test-Datasetc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000070

+
+ The test dataset is a subset of the dataset that is held back from training the model and given to the learning algorithm to test the trained model. Typically it consists of 20% to 30% of the original dataset. It is the sample of data used to provide an unbiased evaluation of a final model fit on the training dataset. +
+
+
Term status
+
uncurated
+
+
+
+

Tetrabenzylthiuramdisulfid [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000324

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Thiazol [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000319

+
+ An azole in which the five-membered heterocyclic aromatic skeleton contains a N atom and one S atom. +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Source
+
http://purl.obolibrary.org/obo/chebi.owl
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ 1,3-thiazoles + c +
+
+
+
+

thiazolesc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_48901

+
+ An azole in which the five-membered heterocyclic aromatic skeleton contains a N atom and one S atom. +
+
+
hat Super-Klassen
+
+ azole + c, organosulfur heterocyclic compound + c +
+
hat Sub-Klassen
+
+ 1,3-thiazoles + c +
+
+
+
+

Thiuram [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000323

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Beschleuniger [dik] + c +
+
+
+
+

time unitc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000003

+
+ A unit which is a standard measure of the dimension in which events occur in sequence. +
+
+
hat Super-Klassen
+
+ measurement unit label + c +
+
hat Member
+
+ day + ni, hour + ni, minute + ni, month + ni, second + ni, week + ni, year + ni +
+
+
+
+

Torque (mixer) [om]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000088

+
+ Torque is the effectiveness of a force to produce rotation about an axis, measured by the product of the force and the perpendicular distance from the line of action of the force to the axis. +
+
+ http://www.ontology-of-units-of-measure.org/resource/om-2 +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
OM
+
+
+
Source
+
http://www.ontology-of-units-of-measure.org/resource/om-2/Torque
+
+
+
Term status
+
uncurated
+
+
+
+

Train-Datasetc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000071

+
+ The train dataset is a subset of the dataset that is given to the learning algorithm to train a model. Typically it consists of 70% to 80% of the original dataset. It is the sample of data used to fit the model. +
+
+
Term status
+
uncurated
+
+
+
+

triangulation [imr]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000006

+
+ geometrical method to determine distances +between to points +
+
+
+

Umdrehungen pro Minute [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000353

+
+ A rotational frequency unit which is equal to the number of completed turns in a period of time that equals to 1 minute. +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Umdrehungen pro Sekunde [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000351

+
+ A rotational frequency unit which is equal to the number of completed turns in a period of time that equals to 1 second. +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Thing + c +
+
+
+
+

Umdrehungen pro Sekunde [uo]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000352

+
+ "A rotational frequency unit which is equal to the number complete turn in a period of time that equals to 1 second." [NIST:NIST] +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
UO
+
+
+
Source
+
http://purl.obolibrary.org/obo/uo.owl
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Thing + c +
+
+
+
+

umsatz [hsh]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000117

+
+ A cost group for the total sales value generated in a time period X by the system under investigation +
+
+
Mitwirkende: +
+
Marvin Auf der Landwehr
+
+
+
+

Unsupervised learning [ifnano]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000248

+
+ A type of algorithm that learns patterns from untagged data +
+
+
Mitwirkende: +
+
Christoph Lenth
+
+
+
+

unsupervised learning [obi]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000075

+
+ A machine learning process that infers a function describing the structure of "unlabeled" data (i.e. data that has not been classified or categorized). +
+
+ http://purl.obolibrary.org/obo/obi.owl +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
OBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/OBI_0002589
+
+
+
Term status
+
uncurated
+
+
+
+

Unsupervised learning [obi]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000249

+
+ A machine learning process that infers a function describing the structure of "unlabeled" data (i.e. data that has not been classified or categorized). +
+
+ http://purl.obolibrary.org/obo/obi.owl +
+
+
ist definiert durch
+
OBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/OBI_0002589
+
+
+
Term status
+
uncurated
+
+
+
+

Untervulkanisation [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000488

+
+ Zustand der Vulkanisation unterhalb des Vulkanisationsoptimums +
+
+ Untervulkanisation wird im Allgemeinen durch zu kurze Zeit und/oder zu niedrige Vulkanisationstemperatur und/oder Nachvulkanisation und/oder Mängel der Vulkanisationsmittel hervorgerufen. +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

unüberwachtes Lernenc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000074

+
+ Unsupervised learning is a type of algorithm that learns patterns from untagged data. The hope is that through mimicry, which is an important mode of learning in people, the machine is forced to build a compact internal representation of its world and then generate imaginative content from it. Unsupervised methods exhibit self-organization that captures patterns as probability densities or a combination of neural feature preferences. +
+
+
Term status
+
uncurated
+
+
+
+

validation [edam]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000080

+
+ Validate some data. +
+
+ http://edamontology.org +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
EDAM
+
+
+
Source
+
http://edamontology.org/operation_2428
+
+
+
Term status
+
uncurated
+
+
+
+

validation [ncti]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000078

+
+ The act of validating; finding or testing the truth of something. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C16237
+
+
+
Term status
+
uncurated
+
+
+
+

validation [obi]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000079

+
+ a planned process with objective to check that the accuracy or the quality of a claim or prediction satisfies some criteria and which is assessed by comparing with independent results +
+
+ http://purl.obolibrary.org/obo/obi.owl +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
OBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/OBI_0302911
+
+
+
Term status
+
uncurated
+
+
+
+

Validation-Datasetc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000076

+
+ The validation dataset is the sample of data used to provide an unbiased evaluation of a model fit on the training dataset while tuning model hyperparameters. The evaluation becomes more biased as skill on the validation dataset is incorporated into the model configuration. +
+
+
Term status
+
uncurated
+
+
+
+

Validierungc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000077

+
+ Validation data is to "validate" that your neural network hasn't rather memorized your training data and has thus actually learned some meaningful aspects of the data so that the model can be later used (generalized) to unseen, held-out "test dataset". +
+
+
Term status
+
uncurated
+
+
+
+

value specificationc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001933

+
+ An information content entity that specifies a value within a classification scheme or on a quantitative scale. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
The value of 'positive' in a classification scheme of "positive or negative"; the value of '20g' on the quantitative scale of mass.
+
+
+
+
hat Sub-Klassen
+
+ categorical value specification + c +
+
ist in Range von
+
+ has value specification + op +
+
+
+
+

Verarbeitbarkeit [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000376

+
+ relative Einfachheit, mit welcher Rohkautschuk oder Kautschukmischungen in einer Maschine zur Kautschukverarbeitung gehandhabt werden kann +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ measurement unit label + c +
+
+
+
+

verarbeitetes Material [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000554

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

verarbeitetes Material [obi]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000555

+
+ Is a material entity that is created or changed during material processing. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
OBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/obi.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Verarbeitungshilfsmittel [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000306

+
+ Mischungsbestandteil, der die Verarbeitbarkeit einer Kautschukmischung verbessert +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Verhältnis [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000612

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Thing + c +
+
+
+
+

Verhältnis [ms]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000616

+
+ A ratio is a data item which is formed with two numbers r and s is written r/s, where r is the numerator and s is the denominator. The ratio of r to s is equivalent to the quotient r/s. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
MS
+
+
+
Source
+
http://purl.obolibrary.org/obo/ms.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Verhältnis [ncit]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000613

+
+ Quotient of quantities of the same kind for different components within the same system. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Thing + c +
+
+
+
+

Verhältnis [uo]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000614

+
+ "A dimensionless ratio unit which, given a pair of quantities a and b, for which b is a multiple of a, denotes b by giving the multiplier (coefficient) c for a to result in b." [UOB:LKSR] +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
UO
+
+
+
Source
+
http://purl.obolibrary.org/obo/uo.owl
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Thing + c +
+
+
+
+

Verhältnis [uo]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000615

+
+ "A dimensionless unit which denotes an amount or magnitude of one quantity relative to another." [Wikipedia:Wikipedia] +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
UO
+
+
+
Source
+
http://purl.obolibrary.org/obo/uo.owl
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Thing + c +
+
+
+
+

Verlustmodul [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000576

+
+ der Anteil einer aufgebrachten Schubspannung, welche 90° phasenverschoben gegenüber der Scherdeformation ist, geteilt durch die Dehnung +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Vernetzen [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000479

+
+ 〈Aktion〉 Erzeugung von Vernetzungen zwischen oder innerhalb von Kautschukketten unter Ausbildung eines Netzwerks +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Vernetzung [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000477

+
+ chemische Bindung oder Atom(e), die zwei Kautschukketten oder zwei Teile derselben Kette verbinden als Ergebnis der Vulkanisation +
+
+ In einem Vulkanisat können eingeschlossene Verschlaufungen als physikalische Vernetzungen fungieren und einen Beitrag zur Vernetzungsdichte leisten. +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Vernetzung [ncit]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000478

+
+ Any covalent linkage between two polymers or between two different regions of the same polymer. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Vernetzungsdichte [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000475

+
+ Anzahl von Vernetzungen in einem Vulkanisat je Volumen- oder Masseneinheit +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Vernetzungsgeschwindigkeit [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000332

+
+ Geschwindigkeit, mit der eine Kautschukmischung nach Einsetzen der initialen Vulkanisation weitervernetzt +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Vernetzungsgrad [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000480

+
+ Zustand eines Vulkanisats während des Vulkanisationsverlaufs, gemessen an dessen Struktur oder dessen Eigenschaften +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

verpackung [hsh]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000128

+
+ Materials used to wrap or protect raw materials, semi-finished products, and finished products. +
+
+
Mitwirkende: +
+
Marvin Auf der Landwehr
+
+
+
+

verschleißteil [hsh]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000127

+
+ Parts pf a machine entity unit that are bound to wear out with repetitive use and will require periodic repair or replacement based on maintenance interval in the system under investigation. Constitutes an entity of the maintenance cost and material cost group. +
+
+
Mitwirkende: +
+
Marvin Auf der Landwehr
+
+
+
+

verstärkungsmaterialien [hsh]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000181

+
+ Material that is used to support the structure of rubber based products (e.g., steel cords). Constitutes an entity sub-group of the raw material entity. +
+
+
Mitwirkende: +
+
Marvin Auf der Landwehr
+
+
+
+

Verzögerer [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000333

+
+ Mischungsbestandteil, eingesetzt zur Verringerung der Tendenz einer Kautschukmischung, vorzeitig zu vulkanisieren +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Viskosimeter [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000580

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Viskosität [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000517

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Viskosität [ncit]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000518

+
+ The resistance of a liquid to sheer forces and flow. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Viskosität [pato]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000519

+
+ A physical quality of a fluid inhering in a bearer by virtue of the bearer's disposition to internal resistance to flow. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
PATO
+
+
+
Source
+
http://purl.obolibrary.org/obo/pato.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Viskositätseinheit [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000521

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Thing + c +
+
+
+
+

Viskositätseinheit [uo]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000522

+
+ "A unit which is a standard measure of the internal resistance of fluids to flow." [UOC:GVG] +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
UO
+
+
+
Source
+
http://purl.obolibrary.org/obo/uo.owl
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Thing + c +
+
+
+
+

volume unitc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000095

+
+
hat Super-Klassen
+
+ measurement unit label + c +
+
hat Member
+
+ cubic centimeter + ni, cubic decimeter + ni, liter + ni, microliter + ni, milliliter + ni, nanoliter + ni, picoliter + ni +
+
+
+
+

Volumenbezogene spezifische Oberfläche [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000562

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Thing + c +
+
+
+
+

Volumenprozent [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000621

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Thing + c +
+
+
+
+

Volumenprozent [uo]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000622

+
+ "A dimensionless concentration unit which denotes the volume of the solute in mL per 100 mL of the resulting solution." [UOC:GVG] +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
UO
+
+
+
Source
+
http://purl.obolibrary.org/obo/uo.owl
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Thing + c +
+
+
+
+

volumetric flow rate unitc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000270

+
+
hat Super-Klassen
+
+ measurement unit label + c +
+
hat Member
+
+ microliters per minute + ni +
+
+
+
+

Vulkacit MBTS [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000322

+
+ Handelsname für ein spezifisches Di(benzothiazol-2-yl)disulfid +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Di(benzothiazol-2-yl)disulfid [chebi] + c +
+
+
+
+

Vulkameter [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000585

+
+ Gerät zur Messung des Fortschritts der Vulkanisation in einer Probe bei der Vulkanisationsstemperatur +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Vulkanisat [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000476

+
+ Produkt der Vulkanisation einer Kautschukmischung +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Vulkanisation [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000481

+
+ Verfahren, üblicherweise auf Hitze basierend, bei dem Kautschuk durch eine Veränderung seiner chemischen Struktur (zum Beispiel Vernetzung) in einen Zustand überführt wird, in dem die elastischen Eigenschaften erzeugt, wiederhergestellt oder verbessert oder über einen größeren Tempe-raturbereich erweitert werden +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

vulkanisationschemikalien [hsh]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000185

+
+ Chemicals added to rubber to alter its physical properties. Constitutes an entity sub-group of the raw material entity. +
+
+
Mitwirkende: +
+
Marvin Auf der Landwehr
+
+
+
+

Vulkanisationsmittel [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000330

+
+ Mischungsbestandteil, der die Vernetzung des Kautschuks bewirkt +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Vulkanisationsoptimum [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000486

+
+ Vulkanisationsbedingungen, die notwendig sind, um einen akzeptablen Kompromiss zwischen verschiedenen gewünschten Vulkanisateigenschaften zu erzielen bzw. den optimalen Wert für eine bestimmte Eigenschaft zu erhalten +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Vulkanisationsplateau [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000485

+
+ Art der Vulkanisation, bei der das Modul des Vulkanisats ein Maximum erreicht und dann über einen längeren Zeiraum bei der entsprechenden Vulkanisationstemperatur nahezu konstant bleibt +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Vulkanisationssystem [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000331

+
+ Kombination aus Vulkanisationsmittel und, falls erforderlich, Beschleunigern, Aktivatoren, Verzögerern, etc., die verwendet wird, um die gewünschte Vulkanisationscharakteristik und Vulkanisateigenschaften herzustellen +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Vulkanisationszeit [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000474

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Walze [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000342

+
+ Zylinder, der ein rotierendes Hauptelement eines Kalanders oder eines Walzwerks bildet +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Walzenc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000081

+
+ Rolling is the second of the three areas of the extrusion line. Where the material is homogenised. +
+
+
Term status
+
uncurated
+
+
+
+

Walzenspalt [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000370

+
+ Abstand zwischen den Walzenoberflächen einer Walze oder eines Kalanders, gemessen zwischen den Mittelpunkten +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Thing + c +
+
+
+
+

Walzwerk [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000341

+
+ Maschine mit zwei gegensätzlich drehenden Walzen, häufig erwärmbar oder kühlbar, welche gewöhnlich mit verschiedenen Umfangsgeschwindigkeiten betrieben werden, und mit einstellbarem Walzenspalt zum Mastizieren, Mischen, Verschneiden, Vorwärmen oder zum Auswalzen +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

wartungsdauer [hsh]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000142

+
+ The averafe time that is required to conduct scheduled maintenance activities for a machine entity unit. Constitutes a factor of the maintenance cost group. +
+
+
Mitwirkende: +
+
Marvin Auf der Landwehr
+
+
+
+

wartungsintevallc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000141

+
+ Type of planning time: Fixed time interval for the scheduled maintenance of a technical system or its parts. +
+
+ rdfs:comment +
+
+
ist definiert durch
+
iiRDS
+
+
+
Source
+
http://iirds.tekom.de/iirds#MaintenanceInterval
+
+
+
Term status
+
uncurated
+
+
+
+

wartungsintevall [hsh]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000140

+
+ The schedule for all anticipated maintenance activities regarding machine entites within the system under investigation. Constitutes a factor of the maintenance cost group. +
+
+
+

wartungskosten [hsh]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000110

+
+ A cost group for all cost values occuring from entity sub-groups in the maintenance cost group and the associated factors +
+
+
Mitwirkende: +
+
Marvin Auf der Landwehr
+
+
+
+

weichmacher [chebi]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000184

+
+ Any compound that is used as an additive to increase the plasticity or fluidity of a substance, particularly but not exclusively to synthetic polymers. +
+
+ plasticiser +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
CHEBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/CHEBI_79056
+
+
+
Term status
+
uncurated
+
+
+
+

weichmacher [hsh]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000182

+
+ A substance added to a synthetic resin to produce or promote plasticity and flexibility and to reduce brittleness. Constitutes an entity sub-group of the raw material entity. +
+
+
Mitwirkende: +
+
Marvin Auf der Landwehr
+
+
+
+

weichmacher [ncti]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000183

+
+ A substance added to plastics or other materials to make or keep them soft or pliable. +
+
+ plasticiser +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C55826
+
+
+
Term status
+
uncurated
+
+
+
+

Weichmacher ‎[dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000302

+
+ Mischungsbestandteil, welcher in geringen Mengen verwendet wird, um die Viskosität einer unvulkanisierten Kautschukmischung oder die Härte eines Vulkanisats zu verringern +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

wekzeuge [hsh]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000171

+
+ An object shaped for repair and installation purposes, with the help of which something is processed or manufactured.Constitutes an entity sub-group of the wear parts entity. +
+
+
Mitwirkende: +
+
Marvin Auf der Landwehr
+
+
+
+

Werkzeugdruckc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000096

+
+ Measured variable that indicates how high the pressure in the tool is during extrusion. +
+
+
Term status
+
uncurated
+
+
+
+

Werkzeugzone [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000463

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Thing + c +
+
+
+
+

Werkzeugzonen-Temperatur [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000473

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Werkzeugzonen-Temperatursteuergerät [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000472

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

willkürliche Einheitenc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000260

+
+ A single undivided thing (unit) based on or subject to individual judgment or preference, and not by necessity, reason, or principle. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
ist definiert durch
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C75765
+
+
+
Term status
+
uncurated
+
+
+
+

Youngscher Elastizitätsmodul [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000575

+
+ die Komponente einer angewandten Normalspannung, welche in Phase mit der Normaldehnung ist, geteilt durch die Dehnung +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Young’sches Verlustmodul [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000577

+
+ der Anteil einer aufgebrachten Normalspannung, welcher 90° phasenverschoben gegenüber der Normaldehnung ist, geteilt durch die Dehnung +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

zinc [bwmd]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000262

+
+ The chemical element zinc +
+
+ https://www.materials.fraunhofer.de/ontologies/BWMD_ontology +
+
+
ist definiert durch
+
BWMD
+
+
+
Source
+
https://www.materials.fraunhofer.de/ontologies/BWMD_ontology/mid#BWMD_00096
+
+
+
Term status
+
uncurated
+
+
+
+

zinc [efo]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000264

+
+ A zinc group element atom that has formula Zn. +
+
+ http://www.ebi.ac.uk/efo/efo.owl +
+
+
ist definiert durch
+
EFO
+
+
+
Source
+
http://purl.obolibrary.org/obo/CHEBI_27363
+
+
+
Term status
+
uncurated
+
+
+
+

zinc [ifnano]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000261

+
+ The chemical element zinc +
+
+
Mitwirkende: +
+
Sven Schwabe (IFNANO)
+
+
+
Source
+
https://en.wikipedia.org/wiki/Zinc
+
+
+
+

zinc [ncit]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000263

+
+ An element with atomic symbol Zn, atomic number 30, and atomic weight 65.39. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
ist definiert durch
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C948
+
+
+
Term status
+
uncurated
+
+
+
+

Zink-Dibenzyldithiocarbamat [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000328

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Beschleuniger [dik] + c +
+
hat Sub-Klassen
+
+ Rhenogran ‎ZBDC 80‎ [dik] + c +
+
+
+
+

Zinkoxid [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000311

+
+
Term status
+
uncurated
+
+
+
+

Zinkoxid Rotsiegel [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000312

+
+ Handelsname für ein spezifisches Zinkoxid +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Zugabereihenfolge [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000413

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Zugabezeitpunkt [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000414

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

zustand [hsh]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000119

+
+ The state of an unit within an individual entity sub-group with regard to its working order (e.g., good, defective, not working). +
+
+
Mitwirkende: +
+
Marvin Auf der Landwehr
+
+
+
+

zustand [ncti]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000120

+
+ A state of being, such as a state of health. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C25457
+
+
+
Term status
+
uncurated
+
+
+
+

zustand [shacl]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000121

+
+ The shapes that the focus nodes need to conform to before a rule is executed on them. +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
shacl
+
+
+
Source
+
http://www.w3.org/ns/shacl#condition
+
+
+
Term status
+
uncurated
+
+
+
+

zustand [ssn]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000122

+
+ Used to specify ranges for qualities that act as conditions on a system/sensor's operation. For example, wind speed of 10-60m/s may be used as the condition on a SystemProperty, for example, to state that a sensor has a particular accuracy in that +
+
+
Mitwirkende: +
+
Luis Ramos
+
+
+
ist definiert durch
+
ssn
+
+
+
Source
+
http://www.w3.org/ns/ssn/systems/Condition
+
+
+
Term status
+
uncurated
+
+
+
+

Zweischneckenextruderc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000082

+
+ Twin screw extruders have two screws, which have more shear and mixing capability than the single screw in a singel screw extruder. Depending on the direction of rotation of the screws, a distinction is made between counter-rotating and co-rotating twin-screw extruders. +
+
+
Term status
+
uncurated
+
+
+
+

Zweitbeschleuniger [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000318

+
+ Beschleuniger, der in niedrigen Konzentrationen zusammen mit dem Erstbeschleuniger eingesetzt wird, um Vernetzungsgeschwindigkeit und Vulkanisateigenschaften zu optimieren +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Beschleuniger [dik] + c +
+
+
+
+

Zylinderdruckc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000094

+
+ Measured variable that indicates how high the pressure in the cylinder is during extrusion. +
+
+
Term status
+
uncurated
+
+
+
+

Öl-Gehalt‎ [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000571

+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Ölabsorptionszahl [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000563

+
+ Die Ölabsorptionszahl eines Rußes steht im Zusammenhang mit den Verarbeitungs- und Vulkanisationseigenschaften von Kautschukmischungen die den Ruß enthalten +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Thing + c +
+
+
+
+

Übervulkanisation [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000487

+
+ Vulkanisationszustand jenseits des Vulkanisationsoptimums +
+
+ Übervulkanisation wird gewöhnlich hervorgerufen durch zu lange Heizzeit und/oder zu hohe Vulkanisations- und/oder Nachvulkanisationstemperatur und/oder ein Übermaß an Vulkanisationsmitteln. +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

überwachtes Lernenc + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000072

+
+ Supervised learning is the machine learning task of learning a function that maps an input to an output based on example input-output pairs. It infers a function from labeled training data consisting of a set of training examples. In supervised learning, each example is a pair consisting of an input object (typically a vector) and a desired output value (target). +
+
+
Term status
+
uncurated
+
+
+
+

‎P460 [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000304

+
+ Handelsname für ein spezifisches Paraffinöl +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
hat Super-Klassen
+
+ Paraffinöl [dik] + c +
+
+
+
+

‎Prozessöl‎ [dik]c + zurück zur Übersicht oder Klassenübersicht + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000305

+
+ Öl auf Basis von Kohlenwasserstoffen, welches aus Erdöl oder anderen Quellen stammt und als Extender oder Verarbeitungshilfsmittel eingesetzt wird +
+
+
Mitwirkende: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Objekt Eigenschaften

+ +
+

achieves_planned_objectiveop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000417

+
+ This relation obtains between a planned process and a objective specification when the criteria specified in the objective specification are met at the end of the planned process. +
+
+
Source
+
PPPB branch derived
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
Example
+
+
A cell sorting process achieves the objective specification 'material separation objective'
+
+
+
+
+
hat Domäne
+
+ planned process + c +
+
ist inverse zu
+
+ objective_achieved_by + op +
+
+
+
+
+

acts upstream ofop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002263

+
+ c acts upstream of p if and only if c enables some f that is involved in p' and p' occurs chronologically before p, is not part of p, and affects the execution of p. c is a material entity and f, p, p' are processes. +
+
+
Example
+
+
A faulty traffic light (material entity) whose malfunctioning (a process) is causally upstream of a traffic collision (a process): the traffic light acts upstream of the collision.
+
+
+
+
+
hat Super-Eigenschaften
+
+ acts upstream of or within + op +
+
hat Sub-Eigenschaften
+
+ acts upstream of, negative effect + op, acts upstream of, positive effect + op, involved in regulation of + op +
+
hat Sub-Eigenschaft Ketten
+
+ enables + op + o + causally upstream of + op +
+
+
+
+
+

acts upstream of or withinop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002264

+
+ c acts upstream of or within p if c is enables f, and f is causally upstream of or within p. c is a material entity and p is an process. +
+
+
Example
+
+
A gene product that has some activity, where that activity may be a part of a pathway or upstream of the pathway.
+
+
+
+
+
hat Super-Eigenschaften
+
+ causal agent in process + op +
+
hat Sub-Eigenschaften
+
+ acts upstream of + op, acts upstream of or within, negative effect + op, acts upstream of or within, positive effect + op, involved in or involved in regulation of + op +
+
hat Sub-Eigenschaft Ketten
+
+ enables + op + o + causally upstream of or within + op +
+
+
+
+
+

acts upstream of or within, negative effectop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0004033

+
+
+
hat Super-Eigenschaften
+
+ acts upstream of or within + op +
+
hat Sub-Eigenschaften
+
+ acts upstream of, negative effect + op +
+
hat Sub-Eigenschaft Ketten
+
+ enables + op + o + causally upstream of or within, negative effect + op +
+
+
+
+
+

acts upstream of or within, positive effectop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0004032

+
+
+
hat Super-Eigenschaften
+
+ acts upstream of or within + op +
+
hat Sub-Eigenschaften
+
+ acts upstream of, positive effect + op +
+
hat Sub-Eigenschaft Ketten
+
+ enables + op + o + causally upstream of or within, positive effect + op +
+
+
+
+
+

acts upstream of, negative effectop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0004035

+
+ c 'acts upstream of, negative effect' p if c is enables f, and f is causally upstream of p, and the direction of f is negative +
+
+
+
hat Super-Eigenschaften
+
+ acts upstream of + op, acts upstream of or within, negative effect + op +
+
hat Sub-Eigenschaft Ketten
+
+ enables + op + o + causally upstream of, negative effect + op +
+
+
+
+
+

acts upstream of, positive effectop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0004034

+
+ c 'acts upstream of, positive effect' p if c is enables f, and f is causally upstream of p, and the direction of f is positive +
+
+
+
hat Super-Eigenschaften
+
+ acts upstream of + op, acts upstream of or within, positive effect + op +
+
hat Sub-Eigenschaft Ketten
+
+ enables + op + o + causally upstream of, positive effect + op +
+
+
+
+
+

bearer ofop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0000053

+
+ Inverse of characteristic_of +
+
+
Example
+
+
this apple is bearer of this red color
+
+
+
this vase is bearer of this fragility
+
+
+
+

+ hat Charakteristika: + invers funktional

+
+
hat Sub-Eigenschaften
+
+ has disposition + op, has function + op, has quality + op, has role + op +
+
ist inverse zu
+
+ characteristic of + op +
+
+
+
+
+

capable ofop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002215

+
+ A relation between a material entity (such as a cell) and a process, in which the material entity has the ability to carry out the process. +
+
+
Source
+
+ http://www.ncbi.nlm.nih.gov/pubmed/20123131 +
+
+ http://www.ncbi.nlm.nih.gov/pubmed/21208450 +
+
+
+
Example
+
+
mechanosensory neuron capable of detection of mechanical stimulus involved in sensory perception (GO:0050974)
+
+
+
osteoclast SubClassOf 'capable of' some 'bone resorption'
+
+
+
+
+
hat Super-Eigenschaften
+
+ capable of part of + op +
+
hat Sub-Eigenschaften
+
+ enables + op +
+
+
+
+
+

capable of negatively regulatingop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002597

+
+ Holds between c and p if and only if c is capable of some activity a, and a negatively regulates p. +
+
+
Source
+
+ http://purl.obolibrary.org/obo/ro/docs/causal-relations +
+
+
+
+
hat Super-Eigenschaften
+
+ capable of regulating + op +
+
hat Sub-Eigenschaft Ketten
+
+ capable of + op + o + negatively regulates + op +
+
+
+
+
+

capable of part ofop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002216

+
+ c stands in this relationship to p if and only if there exists some p' such that c is capable_of p', and p' is part_of p. +
+
+
+
hat Super-Eigenschaften
+
+ causal agent in process + op +
+
hat Sub-Eigenschaften
+
+ capable of + op +
+
hat Sub-Eigenschaft Ketten
+
+ capable of + op + o + part of + op +
+
+
+
+
+

capable of positively regulatingop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002598

+
+ Holds between c and p if and only if c is capable of some activity a, and a positively regulates p. +
+
+
Source
+
+ http://purl.obolibrary.org/obo/ro/docs/causal-relations +
+
+
+
Example
+
+
renin -> arteriolar smooth muscle contraction
+
+
+
+
+
hat Super-Eigenschaften
+
+ capable of regulating + op +
+
hat Sub-Eigenschaft Ketten
+
+ capable of + op + o + positively regulates + op +
+
+
+
+
+

capable of regulatingop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002596

+
+ Holds between c and p if and only if c is capable of some activity a, and a regulates p. +
+
+
Source
+
+ http://purl.obolibrary.org/obo/ro/docs/causal-relations +
+
+
+
Example
+
+
pyrethroid -> growth
+
+
+
+
+
hat Super-Eigenschaften
+
+ causal agent in process + op +
+
hat Sub-Eigenschaften
+
+ capable of negatively regulating + op, capable of positively regulating + op +
+
hat Sub-Eigenschaft Ketten
+
+ capable of + op + o + regulates + op +
+
+
+
+
+

causal agent in processop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002500

+
+ A relationship between a material entity and a process where the material entity has some causal role that influences the process +
+
+
Source
+
+ http://purl.obolibrary.org/obo/ro/docs/causal-relations +
+
+
+
+
hat Super-Eigenschaften
+
+ causal relation between material entity and a process + op +
+
hat Sub-Eigenschaften
+
+ acts upstream of or within + op, capable of part of + op, capable of regulating + op, involved in or involved in regulation of + op +
+
ist inverse zu
+
+ process has causal agent + op +
+
+
+
+
+

causal relation between entitiesop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002506

+
+
Source
+
+ http://purl.obolibrary.org/obo/ro/docs/causal-relations +
+
+
+
+
hat Sub-Eigenschaften
+
+ causally influenced by + op, causally influences + op +
+
+
+
+
+

causal relation between material entity and a processop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002595

+
+ A relationship that holds between a material entity and a process in which causality is involved, with either the material entity or some part of the material entity exerting some influence over the process, or the process influencing some aspect of the material entity. +
+
+
Source
+
+ http://purl.obolibrary.org/obo/ro/docs/causal-relations +
+
+
+
+
hat Sub-Eigenschaften
+
+ causal agent in process + op, has part structure that is capable of + op +
+
+
+
+
+

causal relation between processesop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002501

+
+ p is causally related to q if and only if p or any part of p and q or any part of q are linked by a chain of events where each event pair is one where the execution of p influences the execution of q. p may be upstream, downstream, part of, or a container of q. +
+
+
Source
+
+ http://purl.obolibrary.org/obo/ro/docs/causal-relations +
+
+
+
+
hat Sub-Eigenschaften
+
+ causally downstream of or within + op, causally upstream of or within + op +
+
+
+
+
+

causally downstream ofop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002404

+
+ inverse of upstream of +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000428 +
+
+
+
+
hat Super-Eigenschaften
+
+ causally downstream of or within + op, preceded by + op +
+
hat Sub-Eigenschaften
+
+ immediately causally downstream of + op +
+
ist inverse zu
+
+ causally upstream of + op +
+
+
+
+
+

causally downstream of or withinop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002427

+
+ inverse of causally upstream of or within +
+
+
Source
+
+ http://purl.obolibrary.org/obo/ro/docs/causal-relations +
+
+
+

+ hat Charakteristika: + transitiv

+
+
hat Super-Eigenschaften
+
+ causal relation between processes + op +
+
hat Sub-Eigenschaften
+
+ causally downstream of + op, regulated by + op +
+
ist inverse zu
+
+ causally upstream of or within + op +
+
+
+
+
+

causally influenced byop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002559

+
+
Source
+
+ http://purl.obolibrary.org/obo/ro/docs/causal-relations +
+
+
+
+
hat Super-Eigenschaften
+
+ causal relation between entities + op +
+
ist inverse zu
+
+ causally influences + op +
+
+
+
+
+

causally influencesop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002566

+
+ The entity or characteristic A is causally upstream of the entity or characteristic B, A having an effect on B. An entity corresponds to any biological type of entity as long as a mass is measurable. A characteristic corresponds to a particular specificity of an entity (e.g., phenotype, shape, size). +
+
+
Source
+
+ http://purl.obolibrary.org/obo/ro/docs/causal-relations +
+
+
+
+
hat Super-Eigenschaften
+
+ causal relation between entities + op +
+
hat Sub-Eigenschaften
+
+ regulates activity of + op +
+
ist inverse zu
+
+ causally influenced by + op +
+
hat Sub-Eigenschaft Ketten
+
+ enables + op + o + causally upstream of + op + o + has input + op +
+
+ enables + op + o + causally upstream of + op + o + enabled by + op +
+
+
+
+
+

causally upstream ofop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002411

+
+ p is causally upstream of q iff p is causally related to q, the end of p precedes the end of q, and p is not an occurrent part of q. +
+
+

+ hat Charakteristika: + transitiv

+
+
hat Super-Eigenschaften
+
+ causally upstream of or within + op, precedes + op +
+
hat Sub-Eigenschaften
+
+ causally upstream of, negative effect + op, causally upstream of, positive effect + op, immediately causally upstream of + op, indirectly causally upstream of + op, regulates + op +
+
ist inverse zu
+
+ causally downstream of + op +
+
+
+
+
+

causally upstream of or withinop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002418

+
+ p is 'causally upstream or within' q iff p is causally related to q, and the end of p precedes, or is coincident with, the end of q. +
+
+

+ hat Charakteristika: + transitiv

+
+
hat Super-Eigenschaften
+
+ causal relation between processes + op +
+
hat Sub-Eigenschaften
+
+ causally upstream of + op, causally upstream of or within, negative effect + op, causally upstream of or within, positive effect + op +
+
ist inverse zu
+
+ causally downstream of or within + op +
+
+
+
+
+

causally upstream of or within, negative effectop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0004046

+
+
+
hat Super-Eigenschaften
+
+ causally upstream of or within + op +
+
hat Sub-Eigenschaften
+
+ causally upstream of, negative effect + op +
+
+
+
+
+

causally upstream of or within, positive effectop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0004047

+
+
+
hat Super-Eigenschaften
+
+ causally upstream of or within + op +
+
hat Sub-Eigenschaften
+
+ causally upstream of, positive effect + op +
+
+
+
+
+

causally upstream of, negative effectop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002305

+
+ p is causally upstream of, negative effect q iff p is casually upstream of q, and the execution of p decreases the execution of q. +
+
+
+
hat Super-Eigenschaften
+
+ causally upstream of + op, causally upstream of or within, negative effect + op +
+
hat Sub-Eigenschaften
+
+ negatively regulates + op +
+
+
+
+
+

causally upstream of, positive effectop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002304

+
+ p is causally upstream of, positive effect q iff p is casually upstream of q, and the execution of p is required for the execution of q. +
+
+ holds between x and y if and only if x is causally upstream of y and the progression of x increases the frequency, rate or extent of y +
+
+
+
hat Super-Eigenschaften
+
+ causally upstream of + op, causally upstream of or within, positive effect + op +
+
hat Sub-Eigenschaften
+
+ positively regulates + op +
+
+
+
+
+

characteristic ofop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0000052

+
+ a relation between a specifically dependent continuant (the characteristic) and any other entity (the bearer), in which the characteristic depends on the bearer for its existence. +
+
+ Note that this relation was previously called "inheres in", but was changed to be called "characteristic of" because BFO2 uses "inheres in" in a more restricted fashion. This relation differs from BFO2:inheres_in in two respects: (1) it does not impose a range constraint, and thus it allows qualities of processes, as well as of information entities, whereas BFO2 restricts inheres_in to only apply to independent continuants (2) it is declared functional, i.e. something can only be a characteristic of one thing. +
+
+
Example
+
+
this fragility inheres in this vase
+
+
+
this fragility is a characteristic of this vase
+
+
+
this red color inheres in this apple
+
+
+
this red color is a characteristic of this apple
+
+
+
+

+ hat Charakteristika: + funktional

+
+
hat Sub-Eigenschaften
+
+ disposition of + op, function of + op, quality of + op, role of + op +
+
ist inverse zu
+
+ bearer of + op +
+
+
+
+
+

concretizesop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0000059

+
+ A relationship between a specifically dependent continuant and a generically dependent continuant, in which the generically dependent continuant depends on some independent continuant in virtue of the fact that the specifically dependent continuant also depends on that same independent continuant. Multiple specifically dependent continuants can concretize the same generically dependent continuant. +
+
+
Example
+
+
A journal article is an information artifact that inheres in some number of printed journals. For each copy of the printed journal there is some quality that carries the journal article, such as a pattern of ink. The quality (a specifically dependent continuant) concretizes the journal article (a generically dependent continuant), and both depend on that copy of the printed journal (an independent continuant).
+
+
+
An investigator reads a protocol and forms a plan to carry out an assay. The plan is a realizable entity (a specifically dependent continuant) that concretizes the protocol (a generically dependent continuant), and both depend on the investigator (an independent continuant). The plan is then realized by the assay (a process).
+
+
+
+
+
ist inverse zu
+
+ is concretized as + op +
+
+
+
+
+

directly negatively regulated byop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002023

+
+ Process(P2) is directly negatively regulated by process(P1) iff: P1 negatively regulates P2 via direct physical interaction between an agent executing P1 (or some part of P1) and an agent executing P2 (or some part of P2). For example, if protein A has protein binding activity(P1) that targets protein B and this binding negatively regulates the kinase activity (P2) of protein B then P2 directly negatively regulated by P1. +
+
+
+
hat Super-Eigenschaften
+
+ directly regulated by + op +
+
ist inverse zu
+
+ directly negatively regulates + op +
+
+
+
+
+

directly negatively regulatesop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002630

+
+ p directly negatively regulates q iff p is immediately causally upstream of q, and p negatively regulates q. +
+
+
Source
+
+ http://purl.obolibrary.org/obo/ro/docs/causal-relations +
+
+
+
+
hat Super-Eigenschaften
+
+ directly regulates + op, negatively regulates + op +
+
ist inverse zu
+
+ directly negatively regulated by + op +
+
+
+
+
+

directly negatively regulates activity ofop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002449

+
+ The entity A, immediately upstream of the entity B, has an activity that negatively regulates an activity performed by B. +For example, A and B may be gene products and binding of B by A negatively regulates the kinase activity of B. +
+
+
+
hat Super-Eigenschaften
+
+ directly regulates activity of + op +
+
hat Sub-Eigenschaft Ketten
+
+ enables + op + o + directly negatively regulates + op + o + enabled by + op +
+
+
+
+
+

directly positively regulated byop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002024

+
+ Process(P2) is directly postively regulated by process(P1) iff: P1 positively regulates P2 via direct physical interaction between an agent executing P1 (or some part of P1) and an agent executing P2 (or some part of P2). For example, if protein A has protein binding activity(P1) that targets protein B and this binding positively regulates the kinase activity (P2) of protein B then P2 is directly postively regulated by P1. +
+
+
+
hat Super-Eigenschaften
+
+ directly regulated by + op +
+
ist inverse zu
+
+ directly positively regulates + op +
+
+
+
+
+

directly positively regulatesop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002629

+
+ p directly positively regulates q iff p is immediately causally upstream of q, and p positively regulates q. +
+
+
Source
+
+ http://purl.obolibrary.org/obo/ro/docs/causal-relations +
+
+
+
+
hat Super-Eigenschaften
+
+ directly regulates + op, positively regulates + op +
+
ist inverse zu
+
+ directly positively regulated by + op +
+
+
+
+
+

directly positively regulates activity ofop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002450

+
+ The entity A, immediately upstream of the entity B, has an activity that positively regulates an activity performed by B. +For example, A and B may be gene products and binding of B by A positively regulates the kinase activity of B. +
+
+
+
hat Super-Eigenschaften
+
+ directly regulates activity of + op +
+
hat Sub-Eigenschaft Ketten
+
+ enables + op + o + directly positively regulates + op + o + enabled by + op +
+
+
+
+
+

directly regulated byop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002022

+
+ Process(P2) is directly regulated by process(P1) iff: P1 regulates P2 via direct physical interaction between an agent executing P1 (or some part of P1) and an agent executing P2 (or some part of P2). For example, if protein A has protein binding activity(P1) that targets protein B and this binding regulates the kinase activity (P2) of protein B then P1 directly regulates P2. +
+
+
+
hat Super-Eigenschaften
+
+ regulated by + op +
+
hat Sub-Eigenschaften
+
+ directly negatively regulated by + op, directly positively regulated by + op +
+
ist inverse zu
+
+ directly regulates + op +
+
+
+
+
+

directly regulatesop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002578

+
+ p directly regulates q iff p is immediately causally upstream of q and p regulates q. +
+
+
Source
+
+ http://purl.obolibrary.org/obo/ro/docs/causal-relations +
+
+
+
+
hat Super-Eigenschaften
+
+ immediately causally upstream of + op, regulates + op +
+
hat Sub-Eigenschaften
+
+ directly negatively regulates + op, directly positively regulates + op +
+
ist inverse zu
+
+ directly regulated by + op +
+
+
+
+
+

directly regulates activity ofop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002448

+
+ The entity A, immediately upstream of the entity B, has an activity that regulates an activity performed by B. For example, A and B may be gene products and binding of B by A regulates the kinase activity of B. + +A and B can be physically interacting but not necessarily. Immediately upstream means there are no intermediate entity between A and B. +
+
+
+
hat Super-Eigenschaften
+
+ molecularly interacts with + op, regulates activity of + op +
+
hat Sub-Eigenschaften
+
+ directly negatively regulates activity of + op, directly positively regulates activity of + op +
+
hat Sub-Eigenschaft Ketten
+
+ enables + op + o + regulates + op + o + enabled by + op +
+
+
+
+
+

disposition ofop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0000092

+
+ inverse of has disposition +
+
+ This relation is modeled after the BFO relation of the same name which was in BFO2, but is used in a more restricted sense - specifically, we model this relation as functional (inherited from characteristic-of). Note that this relation is now removed from BFO2020. +
+
+
+
hat Super-Eigenschaften
+
+ characteristic of + op +
+
ist inverse zu
+
+ has disposition + op +
+
+
+
+
+

enabled byop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002333

+
+ inverse of enables +
+
+
+
hat Super-Eigenschaften
+
+ has participant + op +
+
ist inverse zu
+
+ enables + op +
+
+
+
+
+

enablesop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002327

+
+ c enables p iff c is capable of p and c acts to execute p. +
+
+
Example
+
+
a particular instances of akt-2 enables some instance of protein kinase activity
+
+
+
+
+
hat Super-Eigenschaften
+
+ capable of + op +
+
ist inverse zu
+
+ enabled by + op +
+
hat Sub-Eigenschaft Ketten
+
+ enables + op + o + has part + op +
+
+ enables + op + o + has component activity + op +
+
+
+
+
+

ends afterop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002086

+
+ X ends_after Y iff: end(Y) before_or_simultaneous_with end(X) +
+
+

+ hat Charakteristika: + transitiv

+
+
hat Super-Eigenschaften
+
+ temporally related to + op +
+
hat Sub-Eigenschaften
+
+ preceded by + op +
+
+
+
+
+

function ofop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0000079

+
+ a relation between a function and an independent continuant (the bearer), in which the function specifically depends on the bearer for its existence +
+
+ This relation is modeled after the BFO relation of the same name which was in BFO2, but is used in a more restricted sense - specifically, we model this relation as functional (inherited from characteristic-of). Note that this relation is now removed from BFO2020. +
+
+
Example
+
+
this catalysis function is a function of this enzyme
+
+
+
+
+
hat Super-Eigenschaften
+
+ characteristic of + op +
+
hat Domäne
+
+ function + c +
+
ist inverse zu
+
+ has function + op +
+
+
+
+
+

has componentop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002180

+
+ w 'has component' p if w 'has part' p and w is such that it can be directly disassembled into into n parts p, p2, p3, ..., pn, where these parts are of similar type. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
+
hat Super-Eigenschaften
+
+ has part + op +
+
hat Sub-Eigenschaften
+
+ has component process + op +
+
+
+
+
+

has component activityop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002017

+
+ A 'has component activity' B if A is A and B are molecular functions (GO_0003674) and A has_component B. +
+
+
+
hat Super-Eigenschaften
+
+ has component process + op +
+
hat Sub-Eigenschaften
+
+ has effector activity + op, has regulatory component activity + op +
+
+
+
+
+

has component processop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002018

+
+ w 'has process component' p if p and w are processes, w 'has part' p and w is such that it can be directly disassembled into into n parts p, p2, p3, ..., pn, where these parts are of similar type. +
+
+
+
hat Super-Eigenschaften
+
+ has component + op +
+
hat Sub-Eigenschaften
+
+ has component activity + op +
+
+
+
+
+

has dispositionop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0000091

+
+ a relation between an independent continuant (the bearer) and a disposition, in which the disposition specifically depends on the bearer for its existence +
+
+
+
hat Super-Eigenschaften
+
+ bearer of + op +
+
hat Range
+
+ disposition + c +
+
ist inverse zu
+
+ disposition of + op +
+
+
+
+
+

has effector activityop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002025

+
+ A 'has effector activity' B if A and B are GO molecular functions (GO_0003674), A 'has component activity' B and B is the effector (output function) of B. Each compound function has only one effector activity. +
+
+ This relation is designed for constructing compound molecular functions, typically in combination with one or more regulatory component activity relations. +
+
+

+ hat Charakteristika: + funktional

+
+
hat Super-Eigenschaften
+
+ has component activity + op +
+
+
+
+
+

has functionop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0000085

+
+ a relation between an independent continuant (the bearer) and a function, in which the function specifically depends on the bearer for its existence +
+
+
Example
+
+
this enzyme has function this catalysis function (more colloquially: this enzyme has this catalysis function)
+
+
+
+
+
hat Super-Eigenschaften
+
+ bearer of + op +
+
hat Range
+
+ function + c +
+
ist inverse zu
+
+ function of + op +
+
+
+
+
+

has inputop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002233

+
+ p has input c iff: p is a process, c is a material entity, c is a participant in p, c is present at the start of p, and the state of c is modified during p. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
+
hat Super-Eigenschaften
+
+ has participant + op +
+
ist inverse zu
+
+ input of + op +
+
+
+
+
+

has memberop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002351

+
+ has member is a mereological relation between a collection and an item. +
+
+
Source
+
SIO
+
+
+

+ hat Charakteristika: + irreflexiv

+
+
hat Super-Eigenschaften
+
+ has part + op +
+
ist inverse zu
+
+ member of + op +
+
+
+
+
+

has negative regulatory component activityop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002014

+
+ A relationship that holds between a GO molecular function and a component of that molecular function that negatively regulates the activity of the whole. More formally, A 'has regulatory component activity' B iff :A and B are GO molecular functions (GO_0003674), A has_component B and A is negatively regulated by B. +
+
+ By convention GO molecular functions are classified by their effector function. Internal regulatory functions are treated as components. For example, NMDA glutmate receptor activity is a cation channel activity with positive regulatory component 'glutamate binding' and negative regulatory components including 'zinc binding' and 'magnesium binding'. +
+
+
+
hat Super-Eigenschaften
+
+ has regulatory component activity + op, negatively regulated by + op +
+
+
+
+
+

has partop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/BFO_0000051

+
+ a core relation that holds between a whole and its part +
+
+
Example
+
+
my body has part my brain (continuant parthood, two material entities)
+
+
+
my stomach has part my stomach cavity (continuant parthood, material entity has part immaterial entity)
+
+
+
this year has part this day (occurrent parthood)
+
+
+
+

+ hat Charakteristika: + transitiv

+
+
hat Super-Eigenschaften
+
+ overlaps + op +
+
hat Sub-Eigenschaften
+
+ has component + op, has member + op, has value specification + op +
+
ist inverse zu
+
+ part of + op +
+
+
+
+
+

has part structure that is capable ofop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002584

+
+ s 'has part structure that is capable of' p if and only if there exists some part x such that s 'has part' x and x 'capable of' p +
+
+
Example
+
+
gland SubClassOf 'has part structure that is capable of' some 'secretion by cell'
+
+
+
+
+
hat Super-Eigenschaften
+
+ causal relation between material entity and a process + op +
+
hat Sub-Eigenschaft Ketten
+
+ has part + op + o + capable of + op +
+
+
+
+
+

has participantop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0000057

+
+ a relation between a process and a continuant, in which the continuant is somehow involved in the process +
+
+
Example
+
+
this blood coagulation has participant this blood clot
+
+
+
this investigation has participant this investigator
+
+
+
this process has participant this input material (or this output material)
+
+
+
+
+
hat Sub-Eigenschaften
+
+ enabled by + op, has input + op, has_specified_input + op, has_specified_output + op +
+
ist inverse zu
+
+ participates in + op +
+
hat Sub-Eigenschaft Ketten
+
+ has part + op + o + has participant + op +
+
+
+
+
+

has positive regulatory component activityop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002015

+
+ A relationship that holds between a GO molecular function and a component of that molecular function that positively regulates the activity of the whole. More formally, A 'has regulatory component activity' B iff :A and B are GO molecular functions (GO_0003674), A has_component B and A is positively regulated by B. +
+
+ By convention GO molecular functions are classified by their effector function and internal regulatory functions are treated as components. So, for example calmodulin has a protein binding activity that has positive regulatory component activity calcium binding activity. Receptor tyrosine kinase activity is a tyrosine kinase activity that has positive regulatory component 'ligand binding'. +
+
+
+
hat Super-Eigenschaften
+
+ has regulatory component activity + op, positively regulated by + op +
+
+
+
+
+

has qualityop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0000086

+
+ a relation between an independent continuant (the bearer) and a quality, in which the quality specifically depends on the bearer for its existence +
+
+
Example
+
+
this apple has quality this red color
+
+
+
+
+
hat Super-Eigenschaften
+
+ bearer of + op +
+
ist inverse zu
+
+ quality of + op +
+
+
+
+
+

has regulatory component activityop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002013

+
+ A 'has regulatory component activity' B if A and B are GO molecular functions (GO_0003674), A has_component B and A is regulated by B. +
+
+
+
hat Super-Eigenschaften
+
+ has component activity + op, regulated by + op +
+
hat Sub-Eigenschaften
+
+ has negative regulatory component activity + op, has positive regulatory component activity + op +
+
+
+
+
+

has roleop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0000087

+
+ a relation between an independent continuant (the bearer) and a role, in which the role specifically depends on the bearer for its existence +
+
+
Example
+
+
this person has role this investigator role (more colloquially: this person has this role of investigator)
+
+
+
+
+
hat Super-Eigenschaften
+
+ bearer of + op +
+
hat Range
+
+ role + c +
+
ist inverse zu
+
+ role of + op +
+
+
+
+
+

has value specificationop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001938

+
+ A relation between an information content entity and a value specification that specifies its value. +
+
+
Source
+
OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
+
hat Super-Eigenschaften
+
+ has part + op +
+
hat Range
+
+ value specification + c +
+
+
+
+
+

has_specified_inputop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000293

+
+ The inverse property of is_specified_input_of +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
see is_input_of example_of_usage
+
+
+
+
+
hat Super-Eigenschaften
+
+ has participant + op +
+
hat Domäne
+
+ planned process + c +
+
ist inverse zu
+
+ is_specified_input_of + op +
+
+
+
+
+

has_specified_outputop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000299

+
+ The inverse property of is_specified_output_of +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
+
hat Super-Eigenschaften
+
+ has participant + op +
+
hat Domäne
+
+ planned process + c +
+
ist inverse zu
+
+ is_specified_output_of + op +
+
+
+
+
+

immediately causally downstream ofop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002405

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000428 +
+
+
+
+
hat Super-Eigenschaften
+
+ causally downstream of + op, immediately preceded by + op +
+
ist inverse zu
+
+ immediately causally upstream of + op +
+
+
+
+
+

immediately causally upstream ofop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002412

+
+ p is immediately causally upstream of q iff p is causally upstream of q, and the end of p is coincident with the beginning of q. +
+
+
+
hat Super-Eigenschaften
+
+ causally upstream of + op, immediately precedes + op +
+
hat Sub-Eigenschaften
+
+ directly regulates + op +
+
ist inverse zu
+
+ immediately causally downstream of + op +
+
+
+
+
+

immediately preceded byop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002087

+
+ X immediately_preceded_by Y iff: end(X) simultaneous_with start(Y) +
+
+
+
hat Super-Eigenschaften
+
+ preceded by + op +
+
hat Sub-Eigenschaften
+
+ immediately causally downstream of + op +
+
ist inverse zu
+
+ immediately precedes + op +
+
+
+
+
+

immediately precedesop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002090

+
+ X immediately_precedes_Y iff: end(X) simultaneous_with start(Y) +
+
+
+
hat Super-Eigenschaften
+
+ precedes + op +
+
hat Sub-Eigenschaften
+
+ immediately causally upstream of + op +
+
ist inverse zu
+
+ immediately preceded by + op +
+
+
+
+
+

indirectly causally upstream ofop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0012011

+
+ p is indirectly causally upstream of q iff p is causally upstream of q and there exists some process r such that p is causally upstream of r and r is causally upstream of q. +
+
+
+
hat Super-Eigenschaften
+
+ causally upstream of + op +
+
hat Sub-Eigenschaften
+
+ indirectly regulates + op +
+
+
+
+
+

indirectly negatively regulatesop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002409

+
+ p indirectly negatively regulates q iff p is indirectly causally upstream of q and p negatively regulates q. +
+
+

+ hat Charakteristika: + transitiv

+
+
hat Super-Eigenschaften
+
+ indirectly regulates + op, negatively regulates + op +
+
hat Sub-Eigenschaft Ketten
+
+ indirectly negatively regulates + op + o + directly negatively regulates + op +
+
+ directly negatively regulates + op + o + indirectly negatively regulates + op +
+
+ directly negatively regulates + op + o + directly negatively regulates + op +
+
+
+
+
+

indirectly positively regulatesop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002407

+
+ p indirectly positively regulates q iff p is indirectly causally upstream of q and p positively regulates q. +
+
+

+ hat Charakteristika: + transitiv

+
+
hat Super-Eigenschaften
+
+ indirectly regulates + op, positively regulates + op +
+
hat Sub-Eigenschaft Ketten
+
+ indirectly positively regulates + op + o + directly positively regulates + op +
+
+ indirectly negatively regulates + op + o + indirectly negatively regulates + op +
+
+ directly positively regulates + op + o + indirectly positively regulates + op +
+
+ directly positively regulates + op + o + directly positively regulates + op +
+
+
+
+
+

indirectly regulatesop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0012012

+
+ p indirectly regulates q iff p is indirectly causally upstream of q and p regulates q. +
+
+
+
hat Super-Eigenschaften
+
+ indirectly causally upstream of + op, regulates + op +
+
hat Sub-Eigenschaften
+
+ indirectly negatively regulates + op, indirectly positively regulates + op +
+
+
+
+
+

input ofop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002352

+
+ inverse of has input +
+
+
+
hat Super-Eigenschaften
+
+ participates in + op +
+
ist inverse zu
+
+ has input + op +
+
+
+
+
+

interacts withop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002434

+
+ A relationship that holds between two entities in which the processes executed by the two entities are causally connected. +
+
+

+ hat Charakteristika: + symmetrisch

+
+
hat Sub-Eigenschaften
+
+ molecularly interacts with + op +
+
+
+
+
+

involved inop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002331

+
+ c involved_in p if and only if c enables some process p', and p' is part of p +
+
+
+
hat Super-Eigenschaften
+
+ involved in or involved in regulation of + op, participates in + op +
+
hat Sub-Eigenschaft Ketten
+
+ enables + op + o + part of + op +
+
+ involved in + op + o + part of + op +
+
+
+
+
+

involved in negative regulation ofop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002430

+
+ c involved in regulation of p if c is involved in some p' and p' negatively regulates some p +
+
+
+
hat Super-Eigenschaften
+
+ involved in regulation of + op +
+
hat Sub-Eigenschaft Ketten
+
+ enables + op + o + negatively regulates + op +
+
+ involved in + op + o + negatively regulates + op +
+
+
+
+
+

involved in or involved in regulation ofop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002431

+
+ c involved in or regulates p if and only if either (i) c is involved in p or (ii) c is involved in regulation of p +
+
+
+
hat Super-Eigenschaften
+
+ acts upstream of or within + op, causal agent in process + op +
+
hat Sub-Eigenschaften
+
+ involved in + op, involved in regulation of + op +
+
+
+
+
+

involved in positive regulation ofop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002429

+
+ c involved in regulation of p if c is involved in some p' and p' positively regulates some p +
+
+
+
hat Super-Eigenschaften
+
+ involved in regulation of + op +
+
hat Sub-Eigenschaft Ketten
+
+ enables + op + o + positively regulates + op +
+
+ involved in + op + o + positively regulates + op +
+
+
+
+
+

involved in regulation ofop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002428

+
+ c involved in regulation of p if c is involved in some p' and p' regulates some p +
+
+
+
hat Super-Eigenschaften
+
+ acts upstream of + op, involved in or involved in regulation of + op +
+
hat Sub-Eigenschaften
+
+ involved in negative regulation of + op, involved in positive regulation of + op +
+
hat Sub-Eigenschaft Ketten
+
+ enables + op + o + regulates + op +
+
+ involved in + op + o + regulates + op +
+
+
+
+
+

is aboutop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000136

+
+ A (currently) primitive relation that relates an information artifact to an entity. +
+
+
Source
+
Smith, Ceusters, Ruttenberg, 2000 years of philosophy
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
Example
+
+
This document is about information artifacts and their representations
+
+
+
+
+

is concretized asop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0000058

+
+ A relationship between a generically dependent continuant and a specifically dependent continuant, in which the generically dependent continuant depends on some independent continuant in virtue of the fact that the specifically dependent continuant also depends on that same independent continuant. A generically dependent continuant may be concretized as multiple specifically dependent continuants. +
+
+
Example
+
+
A journal article is an information artifact that inheres in some number of printed journals. For each copy of the printed journal there is some quality that carries the journal article, such as a pattern of ink. The journal article (a generically dependent continuant) is concretized as the quality (a specifically dependent continuant), and both depend on that copy of the printed journal (an independent continuant).
+
+
+
An investigator reads a protocol and forms a plan to carry out an assay. The plan is a realizable entity (a specifically dependent continuant) that concretizes the protocol (a generically dependent continuant), and both depend on the investigator (an independent continuant). The plan is then realized by the assay (a process).
+
+
+
+
+
ist inverse zu
+
+ concretizes + op +
+
+
+
+
+

is_specified_input_ofop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000295

+
+ A relation between a planned process and a continuant participating in that process that is not created during the process. The presence of the continuant during the process is explicitly specified in the plan specification which the process realizes the concretization of. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
some Autologous EBV(Epstein-Barr virus)-transformed B-LCL (B lymphocyte cell line) is_input_for instance of Chromum Release Assay described at https://wiki.cbil.upenn.edu/obiwiki/index.php/Chromium_Release_assay
+
+
+
+
+
hat Super-Eigenschaften
+
+ participates in + op +
+
hat Range
+
+ planned process + c +
+
ist inverse zu
+
+ has_specified_input + op +
+
+
+
+
+

is_specified_output_ofop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000312

+
+ A relation between a planned process and a continuant participating in that process. The presence of the continuant at the end of the process is explicitly specified in the objective specification which the process realizes the concretization of. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
+
hat Super-Eigenschaften
+
+ participates in + op +
+
hat Range
+
+ planned process + c +
+
ist inverse zu
+
+ has_specified_output + op +
+
+
+
+
+

member ofop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002350

+
+ is member of is a mereological relation between a item and a collection. +
+
+
Source
+
SIO
+
+
+
Example
+
+
An organism that is a member of a population of organisms
+
+
+
+
+
hat Super-Eigenschaften
+
+ part of + op +
+
ist inverse zu
+
+ has member + op +
+
+
+
+
+

molecularly interacts withop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002436

+
+ An interaction relationship in which the two partners are molecular entities that directly physically interact with each other for example via a stable binding interaction or a brief interaction during which one modifies the other. +
+
+

+ hat Charakteristika: + symmetrisch

+
+
hat Super-Eigenschaften
+
+ interacts with + op +
+
hat Sub-Eigenschaften
+
+ directly regulates activity of + op, phosphorylates + op +
+
+
+
+
+

negatively regulated byop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002335

+
+ inverse of negatively regulates +
+
+
+
hat Super-Eigenschaften
+
+ regulated by + op +
+
hat Sub-Eigenschaften
+
+ has negative regulatory component activity + op +
+
ist inverse zu
+
+ negatively regulates + op +
+
+
+
+
+

negatively regulatesop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002212

+
+ p negatively regulates q iff p regulates q, and p decreases the rate or magnitude of execution of q. +
+
+
Source
+
+ http://purl.obolibrary.org/obo/ro/docs/causal-relations +
+
+
+
+
hat Super-Eigenschaften
+
+ causally upstream of, negative effect + op, regulates + op +
+
hat Sub-Eigenschaften
+
+ directly negatively regulates + op, indirectly negatively regulates + op +
+
ist inverse zu
+
+ negatively regulated by + op +
+
+
+
+
+

negatively regulates characteristicop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0019002

+
+ A relationship that holds between a process and a characteristic in which process (P) negatively regulates characteristic (C) iff: P results in a decrease in the intensity or magnitude of C. +
+
+
+
hat Super-Eigenschaften
+
+ regulates characteristic + op +
+
hat Sub-Eigenschaft Ketten
+
+ negatively regulates + op + o + positively regulates characteristic + op +
+
+ positively regulates + op + o + negatively regulates characteristic + op +
+
+
+
+
+

objective_achieved_byop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000833

+
+ This relation obtains between an objective specification and a planned process when the criteria specified in the objective specification are met at the end of the planned process. +
+
+
Source
+
OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
+
hat Range
+
+ planned process + c +
+
ist inverse zu
+
+ achieves_planned_objective + op +
+
+
+
+
+

overlapsop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002131

+
+ x overlaps y if and only if there exists some z such that x has part z and z part of y +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+

+ hat Charakteristika: + symmetrisch

+
+
hat Sub-Eigenschaften
+
+ has part + op, part of + op +
+
hat Sub-Eigenschaft Ketten
+
+ part of + op + o + part of + op +
+
+ has part + op + o + part of + op +
+
+ has part + op + o + overlaps + op +
+
+ overlaps + op + o + part of + op +
+
+
+
+
+

part ofop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/BFO_0000050

+
+ a core relation that holds between a part and its whole +
+
+
Example
+
+
my brain is part of my body (continuant parthood, two material entities)
+
+
+
my stomach cavity is part of my stomach (continuant parthood, immaterial entity is part of material entity)
+
+
+
this day is part of this year (occurrent parthood)
+
+
+
+

+ hat Charakteristika: + transitiv

+
+
hat Super-Eigenschaften
+
+ overlaps + op +
+
hat Sub-Eigenschaften
+
+ member of + op +
+
ist inverse zu
+
+ has part + op +
+
+
+
+
+

participates inop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0000056

+
+ a relation between a continuant and a process, in which the continuant is somehow involved in the process +
+
+
Example
+
+
this blood clot participates in this blood coagulation
+
+
+
this input material (or this output material) participates in this process
+
+
+
this investigator participates in this investigation
+
+
+
+
+
hat Sub-Eigenschaften
+
+ input of + op, involved in + op, is_specified_input_of + op, is_specified_output_of + op +
+
ist inverse zu
+
+ has participant + op +
+
+
+
+
+

phosphorylatesop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002447

+
+
+
hat Super-Eigenschaften
+
+ molecularly interacts with + op +
+
+
+
+
+

positively regulated byop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002336

+
+ inverse of positively regulates +
+
+
+
hat Super-Eigenschaften
+
+ regulated by + op +
+
hat Sub-Eigenschaften
+
+ has positive regulatory component activity + op +
+
ist inverse zu
+
+ positively regulates + op +
+
+
+
+
+

positively regulatesop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002213

+
+ p positively regulates q iff p regulates q, and p increases the rate or magnitude of execution of q. +
+
+
Source
+
+ http://purl.obolibrary.org/obo/ro/docs/causal-relations +
+
+
+

+ hat Charakteristika: + transitiv

+
+
hat Super-Eigenschaften
+
+ causally upstream of, positive effect + op, regulates + op +
+
hat Sub-Eigenschaften
+
+ directly positively regulates + op, indirectly positively regulates + op +
+
ist inverse zu
+
+ positively regulated by + op +
+
hat Sub-Eigenschaft Ketten
+
+ negatively regulates + op + o + negatively regulates + op +
+
+
+
+
+

positively regulates characteristicop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0019001

+
+ A relationship that holds between a process and a characteristic in which process (P) positively regulates characteristic (C) iff: P results in an increase in the intensity or magnitude of C. +
+
+
+
hat Super-Eigenschaften
+
+ regulates characteristic + op +
+
hat Sub-Eigenschaft Ketten
+
+ positively regulates + op + o + positively regulates characteristic + op +
+
+
+
+
+

preceded byop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/BFO_0000062

+
+ x is preceded by y if and only if the time point at which y ends is before or equivalent to the time point at which x starts. Formally: x preceded by y iff ω(y) <= α(x), where α is a function that maps a process to a start point, and ω is a function that maps a process to an end point. +
+
+

+ hat Charakteristika: + transitiv

+
+
hat Super-Eigenschaften
+
+ ends after + op +
+
hat Sub-Eigenschaften
+
+ causally downstream of + op, immediately preceded by + op +
+
ist inverse zu
+
+ precedes + op +
+
hat Sub-Eigenschaft Ketten
+
+ part of + op + o + preceded by + op +
+
+
+
+
+

precedesop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/BFO_0000063

+
+ x precedes y if and only if the time point at which x ends is before or equivalent to the time point at which y starts. Formally: x precedes y iff ω(x) <= α(y), where α is a function that maps a process to a start point, and ω is a function that maps a process to an end point. +
+
+

+ hat Charakteristika: + transitiv

+
+
hat Super-Eigenschaften
+
+ temporally related to + op +
+
hat Sub-Eigenschaften
+
+ causally upstream of + op, immediately precedes + op +
+
ist inverse zu
+
+ preceded by + op +
+
hat Sub-Eigenschaft Ketten
+
+ part of + op + o + precedes + op +
+
+
+
+
+

process has causal agentop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002608

+
+ Inverse of 'causal agent in process' +
+
+
Source
+
+ http://purl.obolibrary.org/obo/ro/docs/causal-relations +
+
+
+
+
ist inverse zu
+
+ causal agent in process + op +
+
+
+
+
+

quality ofop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0000080

+
+ a relation between a quality and an independent continuant (the bearer), in which the quality specifically depends on the bearer for its existence +
+
+ This relation is modeled after the BFO relation of the same name which was in BFO2, but is used in a more restricted sense - specifically, we model this relation as functional (inherited from characteristic-of). Note that this relation is now removed from BFO2020. +
+
+
Example
+
+
this red color is a quality of this apple
+
+
+
+
+
hat Super-Eigenschaften
+
+ characteristic of + op +
+
ist inverse zu
+
+ has quality + op +
+
+
+
+
+

realized inop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/BFO_0000054

+
+ Paraphrase of elucidation: a relation between a realizable entity and a process, where there is some material entity that is bearer of the realizable entity and participates in the process, and the realizable entity comes to be realized in the course of the process +
+
+
ist definiert durch
+
+ http://purl.obolibrary.org/obo/bfo.owl +
+
+
+
Example
+
+
this disease is realized in this disease course
+
+
+
this fragility is realized in this shattering
+
+
+
this investigator role is realized in this investigation
+
+
+
+
+
ist inverse zu
+
+ realizes + op +
+
+
+
+
+

realizesop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/BFO_0000055

+
+ Paraphrase of elucidation: a relation between a process and a realizable entity, where there is some material entity that is bearer of the realizable entity and participates in the process, and the realizable entity comes to be realized in the course of the process +
+
+
ist definiert durch
+
+ http://purl.obolibrary.org/obo/iao.owl +
+
+
+
Example
+
+
this disease course realizes this disease
+
+
+
this investigation realizes this investigator role
+
+
+
this shattering realizes this fragility
+
+
+
+
+
ist inverse zu
+
+ realized in + op +
+
+
+
+
+

regulated byop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002334

+
+ inverse of regulates +
+
+

+ hat Charakteristika: + transitiv

+
+
hat Super-Eigenschaften
+
+ causally downstream of or within + op +
+
hat Sub-Eigenschaften
+
+ directly regulated by + op, has regulatory component activity + op, negatively regulated by + op, positively regulated by + op +
+
ist inverse zu
+
+ regulates + op +
+
+
+
+
+

regulatesop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002211

+
+ p regulates q iff p is causally upstream of q, the execution of p is not constant and varies according to specific conditions, and p influences the rate or magnitude of execution of q due to an effect either on some enabler of q or some enabler of a part of q. +
+
+
Source
+
+ http://purl.obolibrary.org/obo/ro/docs/causal-relations +
+
GO
+
+
+

+ hat Charakteristika: + transitiv

+
+
hat Super-Eigenschaften
+
+ causally upstream of + op +
+
hat Sub-Eigenschaften
+
+ directly regulates + op, indirectly regulates + op, negatively regulates + op, positively regulates + op +
+
ist inverse zu
+
+ regulated by + op +
+
hat Sub-Eigenschaft Ketten
+
+ regulates + op + o + has effector activity + op +
+
+ directly regulates + op + o + directly regulates + op +
+
+
+
+
+

regulates activity ofop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0011002

+
+ The entity A has an activity that regulates an activity of the entity B. For example, A and B are gene products where the catalytic activity of A regulates the kinase activity of B. +
+
+
+
hat Super-Eigenschaften
+
+ causally influences + op +
+
hat Sub-Eigenschaften
+
+ directly regulates activity of + op +
+
+
+
+
+

regulates characteristicop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0019000

+
+ A relationship that holds between a process and a characteristic in which process (P) regulates characteristic (C) iff: P results in the existence of C OR affects the intensity or magnitude of C. +
+
+
+
hat Sub-Eigenschaften
+
+ negatively regulates characteristic + op, positively regulates characteristic + op +
+
hat Sub-Eigenschaft Ketten
+
+ regulates + op + o + regulates characteristic + op +
+
+
+
+
+

role ofop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0000081

+
+ a relation between a role and an independent continuant (the bearer), in which the role specifically depends on the bearer for its existence +
+
+ This relation is modeled after the BFO relation of the same name which was in BFO2, but is used in a more restricted sense - specifically, we model this relation as functional (inherited from characteristic-of). Note that this relation is now removed from BFO2020. +
+
+
Example
+
+
this investigator role is a role of this person
+
+
+
+
+
hat Super-Eigenschaften
+
+ characteristic of + op +
+
ist inverse zu
+
+ has role + op +
+
+
+
+
+

temporally related toop + zurück zur Übersicht oder Übersicht der Objekteigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002222

+
+ A relation that holds between two occurrents. This is a grouping relation that collects together all the Allen relations. +
+
+
Source
+
+ https://en.wikipedia.org/wiki/Allen%27s_interval_algebra +
+
https://docs.google.com/document/d/1kBv1ep_9g3sTR-SD3jqzFqhuwo9TPNF-l-9fUDbO6rM/edit?pli=1
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
+
hat Sub-Eigenschaften
+
+ ends after + op, precedes + op +
+
+
+
+
+

Anmerkungseigenschaften

+ +
+

1 s t a rap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/chebi#1_STAR

+
+
+
hat Super-Eigenschaften
+
+ subset property + ap +
+
+
+
+
+

2 s t a rap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/chebi#2_STAR

+
+
+
hat Super-Eigenschaften
+
+ subset property + ap +
+
+
+
+
+

3 s t a rap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/chebi#3_STAR

+
+
+
hat Super-Eigenschaften
+
+ subset property + ap +
+
+
+
+
+

acronymap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: https://w3id.org/mod#acronym

+
+
+

alternative termap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000118

+
+ An alternative name for a class or property which means the same thing as the preferred name (semantically equivalent) +
+
+
ist definiert durch
+
+ http://purl.obolibrary.org/obo/iao.owl +
+
+
+
Source
+
GROUP:OBI:<http://purl.obolibrary.org/obo/obi>
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
+

audienceap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://usefulinc.com/ns/doap#audience

+
+
+

b f o 0000179ap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/BFO_0000179

+
+
+

b f o 0000180ap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/BFO_0000180

+
+
+

bibliographic citationap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.org/dc/terms/bibliographicCitation

+
+
+

bug databaseap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://usefulinc.com/ns/doap#bug-database

+
+
+

chargeap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/chebi/charge

+
+
+

close matchap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://www.w3.org/2004/02/skos/core#closeMatch

+
+
+

coarse classificationap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: https://www.tib.eu/digitrubber#coarseClassification

+
+
+

commentap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://www.w3.org/2000/01/rdf-schema#comment

+
+
+

competency questionap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: https://w3id.org/mod#competencyQuestion

+
+
+

contributorap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.org/dc/elements/1.1/contributor

+
+ An entity responsible for making contributions to the + content of the resource. +
+
+ Examples of a Contributor include a person, an + organisation, or a service. Typically, the name of a + Contributor should be used to indicate the entity. +
+
+
ist definiert durch
+
+ http://purl.org/dc/elements/1.1/ +
+
+
+
+

contributorap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.org/dc/terms/contributor

+
+
+

createdap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.org/dc/terms/created

+
+
+

created byap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://www.geneontology.org/formats/oboInOwl#created_by

+
+
+

creation dateap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://www.geneontology.org/formats/oboInOwl#creation_date

+
+
+

creatorap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.org/dc/elements/1.1/creator

+
+
+

creatorap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.org/dc/terms/creator

+
+
+

dateap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.org/dc/elements/1.1/date

+
+
+

dateap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://www.geneontology.org/formats/oboInOwl#date

+
+
+

definitionap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000115

+
+ The official OBI definition, explaining the meaning of a class or property. Shall be Aristotelian, formalized and normalized. Can be augmented with colloquial definitions. +
+
+
ist definiert durch
+
+ http://purl.obolibrary.org/obo/iao.owl +
+
+
+
Source
+
GROUP:OBI:<http://purl.obolibrary.org/obo/obi>
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
+

definition sourceap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000119

+
+ Formal citation, e.g. identifier in external database to indicate / attribute source(s) for the definition. Free text indicate / attribute source(s) for the definition. EXAMPLE: Author Name, URI, MeSH Term C04, PUBMED ID, Wiki uri on 31.01.2007 +
+
+
ist definiert durch
+
+ http://purl.obolibrary.org/obo/iao.owl +
+
+
+
Source
+
Discussion on obo-discuss mailing-list, see http://bit.ly/hgm99w
+
GROUP:OBI:<http://purl.obolibrary.org/obo/obi>
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
+

derived fromap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.org/pav/derivedFrom

+
+
+

descriptionap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.org/dc/elements/1.1/description

+
+
+

descriptionap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.org/dc/terms/description

+
+
+

distributionap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://www.w3.org/ns/dcat#distribution

+
+
+

documentationap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://www.loc.gov/premis/rdf/v3/documentation

+
+
+

exampleap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: https://vocab.org/vann/example

+
+
+

example of usageap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000112

+
+ A phrase describing how a term should be used and/or a citation to a work which uses it. May also include other kinds of examples that facilitate immediate understanding, such as widely know prototypes or instances of a class, or cases where a relation is said to hold. +
+
+
ist definiert durch
+
+ http://purl.obolibrary.org/obo/iao.owl +
+
+
+
Source
+
GROUP:OBI:<http://purl.obolibrary.org/obo/obi>
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
+

formatap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.org/dc/terms/format

+
+
+

formulaap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/chebi/formula

+
+
+

funderap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://schema.org/funder

+
+
+

has curation statusap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000114

+
+
+

has db xrefap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://www.geneontology.org/formats/oboInOwl#hasDbXref

+
+
+

has formality levelap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: https://w3id.org/mod#hasFormalityLevel

+
+
+

has ontology syntaxap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://omv.ontoware.org/2005/05/ontology#hasOntologySyntax

+
+
+

has synonym typeap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://www.geneontology.org/formats/oboInOwl#hasSynonymType

+
+
+

has_alternative_idap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://www.geneontology.org/formats/oboInOwl#hasAlternativeId

+
+
+

has_exact_synonymap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://www.geneontology.org/formats/oboInOwl#hasExactSynonym

+
+
+

has_obo_namespaceap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://www.geneontology.org/formats/oboInOwl#hasOBONamespace

+
+
+

has_related_synonymap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym

+
+
+

i a o 0000111ap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000111

+
+
+

i a o 0000116ap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000116

+
+
+

i a o 0000117ap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000117

+
+
+

i a o 0000232ap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000232

+
+
+

i a o 0000233ap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000233

+
+
+

i a o 0000234ap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000234

+
+
+

i a o 0000424ap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000424

+
+
+

i a o 0000589ap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000589

+
+
+

i a o 0000600ap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000600

+
+
+

i a o 0000601ap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000601

+
+
+

i a o 0000602ap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000602

+
+
+

i a o 0000700ap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000700

+
+
+

i a o 0010000ap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0010000

+
+
+

i u p a c n a m eap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/chebi#IUPAC_NAME

+
+
+
hat Super-Eigenschaften
+
+ synonym type property + ap +
+
+
+
+
+

idap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://www.geneontology.org/formats/oboInOwl#id

+
+
+

identifierap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.org/dc/terms/identifier

+
+
+

IEDB alternative termap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_9991118

+
+ An alternative term used by the IEDB. +
+
+
Source
+
IEDB
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
+

imported fromap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000412

+
+ For external terms/classes, the ontology from which the term was imported +
+
+
ist definiert durch
+
+ http://purl.obolibrary.org/obo/iao.owl +
+
+
+
Source
+
GROUP:OBI:<http://purl.obolibrary.org/obo/obi>
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
+

in languageap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://schema.org/inLanguage

+
+
+

in_subsetap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://www.geneontology.org/formats/oboInOwl#inSubset

+
+
+

inchiap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/chebi/inchi

+
+
+

inchikeyap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/chebi/inchikey

+
+
+

is a defining property chain axiom where second argument is reflexiveap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002582

+
+ If R <- P o Q is a defining property chain axiom, then (1) R -> P o Q holds and (2) Q is either reflexive or locally reflexive. A corollary of this is that P SubPropertyOf R. +
+
+
+

is direct form ofap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002575

+
+ relation p is the direct form of relation q iff p is a subPropertyOf q, p does not have the Transitive characteristic, q does have the Transitive characteristic, and for all x, y: x q y -> exists z1, z2, ..., zn such that x p z1 ... z2n y +
+
+
+

is negative form ofap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0004050

+
+
+

is positive form ofap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0004049

+
+
+

is rule enabledap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://swrl.stanford.edu/ontologies/3.3/swrla.owl#isRuleEnabled

+
+
+

ISA alternative termap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001847

+
+ An alternative term used by the ISA tools project (http://isa-tools.org). +
+
+
Source
+
ISA tools project (http://isa-tools.org)
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
+

labelap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://www.w3.org/2000/01/rdf-schema#label

+
+
+

Languageap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.org/dc/elements/1.1/language

+
+ A language of the intellectual content of the resource. +
+
+ Recommended best practice is to use RFC 3066 [RFC3066], + which, in conjunction with ISO 639 [ISO639], defines two- + and three-letter primary language tags with optional + subtags. Examples include "en" or "eng" for English, + "akk" for Akkadian, and "en-GB" for English used in the + United Kingdom. +
+
+
ist definiert durch
+
+ http://purl.org/dc/elements/1.1/ +
+
+
+
+

last update onap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.org/pav/lastUpdateOn

+
+
+

licenseap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.org/dc/terms/license

+
+
+

logical macro assertion on an annotation propertyap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002423

+
+
+

massap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/chebi/mass

+
+
+

modifiedap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.org/dc/terms/modified

+
+
+

monoisotopicmassap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/chebi/monoisotopicmass

+
+
+

preferred namespace prefixap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.org/vocab/vann/preferredNamespacePrefix

+
+
+

r o 0002259ap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002259

+
+
+
hat Super-Eigenschaften
+
+ subset property + ap +
+
+
+
+
+

r o 0002579ap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002579

+
+
+

referencesap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.org/dc/terms/references

+
+
+

refers to competence questionap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: https://www.tib.eu/digitrubber#refersToCompetenceQuestion

+
+
+

repositoryap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://usefulinc.com/ns/doap#repository

+
+
+

ro ecoap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/ro/subsets#ro-eco

+
+
+
hat Super-Eigenschaften
+
+ subset property + ap +
+
+
+
+
+

smilesap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/chebi/smiles

+
+
+

sourceap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.org/dc/elements/1.1/source

+
+
+

sourceap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.org/dc/terms/source

+
+
+

sourceap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://www.geneontology.org/formats/oboInOwl#source

+
+
+

statusap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.org/ontology/bibo/status

+
+
+

subjectap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.org/dc/terms/subject

+
+
+

subset propertyap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://www.geneontology.org/formats/oboInOwl#SubsetProperty

+
+
+
hat Sub-Eigenschaften
+
+ 1 s t a r + ap, 2 s t a r + ap, 3 s t a r + ap, r o 0002259 + ap, ro eco + ap, valid for go annotation extension + ap, valid for go gp2term + ap, valid for go ontology + ap, valid for gocam + ap +
+
+
+
+
+

synonym type propertyap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://www.geneontology.org/formats/oboInOwl#SynonymTypeProperty

+
+
+
hat Sub-Eigenschaften
+
+ i u p a c n a m e + ap +
+
+
+
+
+

temporal interpretationap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0001900

+
+ An assertion that holds between an OWL Object Property and a temporal interpretation that elucidates how OWL Class Axioms that use this property are to be interpreted in a temporal context. +
+
+
+

titleap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.org/dc/terms/title

+
+
+

valid for go annotation extensionap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/valid_for_go_annotation_extension

+
+
+
hat Super-Eigenschaften
+
+ subset property + ap +
+
+
+
+
+

valid for go gp2termap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/valid_for_go_gp2term

+
+
+
hat Super-Eigenschaften
+
+ subset property + ap +
+
+
+
+
+

valid for go ontologyap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/valid_for_go_ontology

+
+
+
hat Super-Eigenschaften
+
+ subset property + ap +
+
+
+
+
+

valid for gocamap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://purl.obolibrary.org/obo/valid_for_gocam

+
+
+
hat Super-Eigenschaften
+
+ subset property + ap +
+
+
+
+
+

version notesap + zurück zur Übersicht oder Übersicht der Anmerkungseigenschaften + +

+

+ IRI: http://www.w3.org/ns/adms#versionNotes

+
+
+

benannte Individuen

+ +
+

0: asymptomaticni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002361

+
+ An Eastern Cooperative Oncology Group score value specification indicating a patient is asymptomatic. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ Eastern Cooperative Oncology Group score value specification + c +
+
+
+
+

100: asymptomaticni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002364

+
+ A Karnofsky score vaue specification indicating that a patient is asymptomatic. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ Karnofsky score vaue specification + c +
+
+
+
+

1: symptomatic but fully ambulatoryni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002362

+
+ An Eastern Cooperative Oncology Group score value specification indicating a patient is symptomatic but is fully ambulatory. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ Eastern Cooperative Oncology Group score value specification + c +
+
+
+
+

2: symptomatic but in bed less than 50% of the dayni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002359

+
+ An Eastern Cooperative Oncology Group score value specification indicating a patient is symptomatic but is in bed for less than 50% of the day. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ Eastern Cooperative Oncology Group score value specification + c +
+
+
+
+

3: symptomatic in bed more than 50% of the day but not bed riddenni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002358

+
+ An Eastern Cooperative Oncology Group score value specification indicating a patient is symptomatic and in bed for more than 50% of the day but is not bed ridden. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ Eastern Cooperative Oncology Group score value specification + c +
+
+
+
+

40-50: symptomatic, in bed more than 50% of the day, but not bed riddenni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002367

+
+ A Karnofsky score vaue specification indicating that a patient is symptomatic, in bed more than 50% of the day, but not bed ridden. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ Karnofsky score vaue specification + c +
+
+
+
+

4: bed riddenni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002360

+
+ An Eastern Cooperative Oncology Group score value specification indicating a patient is symptomatic and is bed ridden. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ Eastern Cooperative Oncology Group score value specification + c +
+
+
+
+

60-70: symptomatic but in bed less than 50% of the dayni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002366

+
+ A Karnofsky score vaue specification indicating that a patient is symptomatic but in bed less than 50% of the day. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ Karnofsky score vaue specification + c +
+
+
+
+

80-90: symptomatic but fully ambulatoryni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002365

+
+ A Karnofsky score vaue specification indicating that a patient is symptomatic but fully ambulatory. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ Karnofsky score vaue specification + c +
+
+
+
+

Abbottni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0003495

+
+ A manufacturer of rapid point-of-care assay devices. +
+
+
Source
+
WEB:https://www.globalpointofcare.abbott/en/about.html
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ manufacturer + c +
+
+
+
+

ACSni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000321

+
+ ACS is a format standard of a digital entity that is conformant with the Analytical Cytometry Standard. (http://www.isac-net.org/content/view/607/150/) +
+
+
Source
+
web-page:http://www.isac-net.org/content/view/607/150/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
+

Advanced Instruments Inc. (AI Companies)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001375

+
+
Source
+
WEB:http://www.aicompanies.com/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
gehört zu
+
+ manufacturer + c +
+
+
+
+

AES Chemunexni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001428

+
+
Source
+
WEB:http://www.aeschemunex.com/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
gehört zu
+
+ manufacturer + c +
+
+
+
+

Affymetrixni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000462

+
+ An organization which supplies technology, tools and protocols for use in high throughput applications +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
gehört zu
+
+ manufacturer + c +
+
+ material supplier + c +
+
+
+
+

Agilentni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000765

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
gehört zu
+
+ manufacturer + c +
+
+
+
+

ambidexterousni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000979

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
gehört zu
+
+ categorical label + c +
+
+
+
+

Ambionni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000756

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
gehört zu
+
+ manufacturer + c +
+
+
+
+

angstromni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000019

+
+ A length unit which is equal to 10 [-10] m. +
+
+
gehört zu
+
+ length unit + c +
+
+
+
+

Antigenixni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001347

+
+
Source
+
WEB:http://www.antigenix.com/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
gehört zu
+
+ manufacturer + c +
+
+
+
+

Apogee Flow Systemsni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001312

+
+
Source
+
WEB:http://www.apogeeflow.com/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
gehört zu
+
+ manufacturer + c +
+
+
+
+

Applied Biosystemsni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000776

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
gehört zu
+
+ manufacturer + c +
+
+
+
+

Beckman Coulterni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001372

+
+
Source
+
WEB:http://www.beckmancoulter.com/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
gehört zu
+
+ manufacturer + c +
+
+
+
+

Becton Dickinson (BD Biosciences)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001321

+
+
Source
+
WEB:http://www.bdbiosciences.com/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
gehört zu
+
+ manufacturer + c +
+
+
+
+

Bentley Instrumentsni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001431

+
+
Source
+
WEB:http://bentleyinstruments.com/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
gehört zu
+
+ manufacturer + c +
+
+
+
+

BIO-RADni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000754

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
gehört zu
+
+ manufacturer + c +
+
+
+
+

BioGentsni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002903

+
+ An organization that manufactures mosquito traps and other mosquito control products. +
+
+
Source
+
WEB:https://eu.biogents.com/about-biogents/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ manufacturer + c +
+
+
+
+

Bruker Corporationni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000770

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
gehört zu
+
+ manufacturer + c +
+
+
+
+

Bruker Daltonicsni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000779

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
gehört zu
+
+ manufacturer + c +
+
+
+
+

centimeterni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000015

+
+ A length unit which is equal to one hundredth of a meter or 10^[-2] m. +
+
+
gehört zu
+
+ length unit + c +
+
+
+
+

cM0 (colon)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002291

+
+ A pathologic distant metastases stage for colon according to AJCC 7th edition indicating that there are no symptoms or signs of distant metastasis. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cancer_staging#Pathological_M_Categorization_.28cM_and_pM.29
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic distant metastases stage for colon according to AJCC 7th edition + c +
+
+
+
+

cM0 (kidney)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002307

+
+ A pathologic distant metastases stage for kidney according to AJCC 7th edition indicating that there is no distant metastasis. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_m/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic distant metastases stage for kidney according to AJCC 7th edition + c +
+
+
+
+

cM0 (lung)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002299

+
+ A pathologic distant metastases stage for lung according to AJCC 7th edition indicating that there is no distant metastasis. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_m/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic distant metastases stage for lung according to AJCC 7th edition + c +
+
+
+
+

cM0 (ovary)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002311

+
+ A pathologic distant metastases stage for ovary according to AJCC 7th edition indicating that there is no distant metastasis. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_m/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic distant metastases stage for ovary according to AJCC 7th edition + c +
+
+
+
+

cM1 (colon)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002292

+
+ A pathologic distant metastases stage for colon according to AJCC 7th edition indicating that there is clinical evidence of distant metastases by history, physical examination, imaging studies, or invasive procedures, but without microscopic evidence of the presumed distant metastases. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cancer_staging#Pathological_M_Categorization_.28cM_and_pM.29
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic distant metastases stage for colon according to AJCC 7th edition + c +
+
+
+
+

cM1 (kidney)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002308

+
+ A pathologic distant metastases stage for kidney according to AJCC 7th edition indicating that there are distant metastases based on clinical assessment. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_m/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic distant metastases stage for kidney according to AJCC 7th edition + c +
+
+
+
+

cM1 (lung)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002300

+
+ A pathologic distant metastases stage for lung according to AJCC 7th edition indicating that there are distant metastases based on clinical assessment. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_m/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic distant metastases stage for lung according to AJCC 7th edition + c +
+
+
+
+

cM1 (ovary)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002312

+
+ A pathologic distant metastases stage for ovary according to AJCC 7th edition indicating that there is distant metastasis except peritoneal metastasis based on clinical assessment. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_m/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic distant metastases stage for ovary according to AJCC 7th edition + c +
+
+
+
+

cM1a (colon)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002293

+
+ A pathologic distant metastases stage for colon according to AJCC 7th edition indicating that metastasis is confined to one organ based on clinical assessment. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_m/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic distant metastases stage for colon according to AJCC 7th edition + c +
+
+
+
+

cM1a (lung)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002301

+
+ A pathologic distant metastases stage for lung according to AJCC 7th edition indicating that metastasis is based on clinical assessment and a separate tumor nodule(s) in a contralateral lobe; tumor with pleural nodules OR malignant pleural or pericardial effusion. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_m/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic distant metastases stage for lung according to AJCC 7th edition + c +
+
+
+
+

cM1b (colon)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002294

+
+ A pathologic distant metastases stage for colon according to AJCC 7th edition indicating that metastasis is in more than one organ or the peritoneum based on clinical assessment. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_m/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic distant metastases stage for colon according to AJCC 7th edition + c +
+
+
+
+

cM1b (lung)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002302

+
+ A pathologic distant metastases stage for lung according to AJCC 7th edition indicating that there is a distant metastases based on clinical assessment. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_m/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic distant metastases stage for lung according to AJCC 7th edition + c +
+
+
+
+

colony forming unit per volumeni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000212

+
+ A concentration unit which a measure of viable bacterial numbers in a given volume. +
+
+
gehört zu
+
+ concentration unit + c +
+
+
+
+

Compensation-MLni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000329

+
+ Compensation-ML is a format standard of a digital entity that is conformant with the Compensation-ML standard. (http://wiki.ficcs.org/ficcs/Compensation-ML?action=AttachFile&do=get&target=Compensation-ML_v1.0.24.pdf) +
+
+
Source
+
web-page:http://wiki.ficcs.org/ficcs/Compensation-ML?action=AttachFile&do=get&target=Compensation-ML_v1.0.24.pdf
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
+

count per molarni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000285

+
+ A rate unit which is equal to one over one molar. +
+
+
gehört zu
+
+ rate unit + c +
+
+
+
+

count per molar secondni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000282

+
+ A rate unit which is equal to one over one molar second. +
+
+
gehört zu
+
+ rate unit + c +
+
+
+
+

count per nanomolarni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000284

+
+ A rate unit which is equal to one over one nanomolar. +
+
+
gehört zu
+
+ rate unit + c +
+
+
+
+

count per nanomolar secondni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000281

+
+ A rate unit which is equal to one over one nanomolar second. +
+
+
gehört zu
+
+ rate unit + c +
+
+
+
+

cubic centimeterni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000097

+
+ A volume unit which is equal to one millionth of a cubic meter or 10^[-9] m^[3], or to 1 ml. +
+
+
gehört zu
+
+ volume unit + c +
+
+
+
+

cubic decimeterni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000100

+
+ A volume unit which is equal to one thousand of a cubic meter or 10^[-3] m^[3], or to 1 L. +
+
+
gehört zu
+
+ volume unit + c +
+
+
+
+

CytoBuoyni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001458

+
+
Source
+
WEB:http://www.cytobuoy.com/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
gehört zu
+
+ manufacturer + c +
+
+
+
+

Cytopeiani + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001224

+
+
Source
+
WEB:http://www.cytopeia.com/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
gehört zu
+
+ manufacturer + c +
+
+
+
+

Dako Cytomationni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001338

+
+
Source
+
WEB:http://www.dakousa.com/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
gehört zu
+
+ manufacturer + c +
+
+
+
+

dayni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000033

+
+ A time unit which is equal to 24 hours. +
+
+
gehört zu
+
+ time unit + c +
+
+
+
+

defined classni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000420

+
+ A defined class is a class that is defined by a set of logically necessary and sufficient conditions but is not a universal +
+
+
gehört zu
+
+ denotator type + c +
+
+
+
+

degree Celsiusni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000027

+
+ A temperature unit which is equal to one kelvin degree. However, they have their zeros at different points. The centigrade scale has its zero at 273.15 K. +
+
+
gehört zu
+
+ temperature unit + c +
+
+
+
+

degree Fahrenheitni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000195

+
+ A temperature unit which is equal to 5/9ths of a kelvin. Negative 40 degrees Fahrenheit is equal to negative 40 degrees Celsius. +
+
+
gehört zu
+
+ temperature unit + c +
+
+
+
+

eBioscienceni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001213

+
+
Source
+
WEB:http://www.ebioscience.com/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
gehört zu
+
+ manufacturer + c +
+
+
+
+

Edingburgh handedness inventoryni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001004

+
+ The Edinburgh Handedness Inventory is a set of questions used to assess the dominance of a person's right or left hand in everyday activities. +
+
+
Source
+
PMID:5146491#Oldfield, R.C. (1971). The assessment and analysis of handedness: The Edinburgh inventory. Neuropsychologia, 9, 97-113
+
WEB:http://www.cse.yorku.ca/course_archive/2006-07/W/4441/EdinburghInventory.html
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ questionnaire + c +
+
+
+
+

Exalpha Biologicalni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001287

+
+
Source
+
WEB:http://www.exalpha.com/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
gehört zu
+
+ manufacturer + c +
+
+
+
+

example to be eventually removedni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000002

+
+
gehört zu
+
+ curation status specification + c +
+
+
+
+

Exbio Antibodiesni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001320

+
+
Source
+
WEB:http://www.exbio.cz/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
gehört zu
+
+ manufacturer + c +
+
+
+
+

failed exploratory termni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000103

+
+ The term was used in an attempt to structure part of the ontology but in retrospect failed to do a good job +
+
+
gehört zu
+
+ obsolescence reason specification + c +
+
+
+
+

FCSni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000327

+
+ FCS is a format standard of a digital entity that is conformant with the Flow Cytometry Data File Standard.(http://www.fcspress.com/) +
+
+
Source
+
web-page:http://www.fcspress.com/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
+

G1 (Fuhrman)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002211

+
+ A histologic grade according to the Fuhrman Nuclear Grading System indicating that nuclei are round, uniform, approximately 10um and that nucleoli are inconspicuous or absent. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ histologic grade according to the Fuhrman Nuclear Grading System + c +
+
+
+
+

G1 (WHO)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002220

+
+ A histologic grade for ovarian tumor according to the World Health Organization indicating that the tumor is well differentiated. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ histologic grade for ovarian tumor according to the World Health Organization + c +
+
+
+
+

G1: Well differentiatedni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002206

+
+ A histologic grade according to AJCC 7th edition indicating that the tumor cells and the organization of the tumor tissue appear close to normal. +
+
+
Source
+
https://www.cancer.gov/about-cancer/diagnosis-staging/prognosis/tumor-grade-fact-sheet
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ histologic grade according to AJCC 7th edition + c +
+
+
+
+

G2 (Fuhrman)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002212

+
+ A histologic grade according to the Fuhrman Nuclear Grading System indicating that nuclei are slightly irregular, approximately 15um and nucleoli are evident. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ histologic grade according to the Fuhrman Nuclear Grading System + c +
+
+
+
+

G2 (WHO)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002221

+
+ A histologic grade for ovarian tumor according to the World Health Organization indicating that the tumor is moderately differentiated. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ histologic grade for ovarian tumor according to the World Health Organization + c +
+
+
+
+

G2: Moderately differentiatedni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002207

+
+ A histologic grade according to AJCC 7th edition indicating that the tumor cells are moderately differentiated and reflect an intermediate grade. +
+
+
Source
+
https://www.cancer.gov/about-cancer/diagnosis-staging/prognosis/tumor-grade-fact-sheet
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ histologic grade according to AJCC 7th edition + c +
+
+
+
+

G3 (Fuhrman)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002213

+
+ A histologic grade according to the Fuhrman Nuclear Grading System indicating that nuclei are very irregular, approximately 20um and nucleoli large and prominent. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ histologic grade according to the Fuhrman Nuclear Grading System + c +
+
+
+
+

G3 (WHO)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002222

+
+ A histologic grade for ovarian tumor according to the World Health Organization indicating that the tumor is poorly differentiated. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ histologic grade for ovarian tumor according to the World Health Organization + c +
+
+
+
+

G3: Poorly differentiatedni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002208

+
+ A histologic grade according to AJCC 7th edition indicating that the tumor cells are poorly differentiated and do not look like normal cells and tissue. +
+
+
Source
+
https://www.cancer.gov/about-cancer/diagnosis-staging/prognosis/tumor-grade-fact-sheet
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ histologic grade according to AJCC 7th edition + c +
+
+
+
+

G4 (Fuhrman)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002214

+
+ A histologic grade according to the Fuhrman Nuclear Grading System indicating that nuclei arei bizarre and multilobulated, 20um or greater and nucleoli are prominent and chromatin clumped. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ histologic grade according to the Fuhrman Nuclear Grading System + c +
+
+
+
+

G4 (WHO)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002223

+
+ A histologic grade for ovarian tumor according to the World Health Organization indicating that the tumor is undifferentiated. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ histologic grade for ovarian tumor according to the World Health Organization + c +
+
+
+
+

G4: Undifferentiatedni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002209

+
+ A histologic grade according to AJCC 7th edition indicating that the tumor cells are undifferentiated and do not look like normal cells and tissue. +
+
+
Source
+
https://www.cancer.gov/about-cancer/diagnosis-staging/prognosis/tumor-grade-fact-sheet
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ histologic grade according to AJCC 7th edition + c +
+
+
+
+

Gating-MLni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000330

+
+ Gating-ML is a format standard of a digital entity that is conformant with the Gating-ML standard. (http://www.flowcyt.org/gating/) +
+
+
Source
+
web-page:http://www.flowcyt.org/gating/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
+

GenePattern CARTni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000767

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
gehört zu
+
+ CART + c +
+
+
+
+

GenePattern HeatMapViewer data visualizationni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000780

+
+ The GenePattern process of generating Heat Maps from clustered data. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
gehört zu
+
+ clustered data visualization + c +
+
+
+
+

GenePattern hierarchical clusteringni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000755

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
gehört zu
+
+ hierarchical clustering + c +
+
+
+
+

GenePattern HierarchicalClusteringViewer data visualizationni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000781

+
+ The GenePattern process of generating hierarchical clustering visualization from clustered data. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
gehört zu
+
+ clustered data visualization + c +
+
+
+
+

GenePattern k-means clusteringni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000764

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
gehört zu
+
+ k-means clustering + c +
+
+
+
+

GenePattern k-nearest neighborsni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000762

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
gehört zu
+
+ k-nearest neighbors + c +
+
+
+
+

GenePattern LOOCVni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000763

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
gehört zu
+
+ leave one out cross validation method + c +
+
+
+
+

GenePattern module CARTXValidationni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000768

+
+ GenePattern module CARTXValidation is a GenePattern software module which uses a CART decision tree induction with a leave one out cross validation data transformations. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
gehört zu
+
+ GenePattern software + c +
+
hat Fakten
+
+ is about + op + GenePattern LOOCV +
+
+ is about + op + GenePattern CART +
+
+
+
+

GenePattern module HeatMapViewerni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000782

+
+ A GenePattern software module which is used to generate a heatmap view of data. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
gehört zu
+
+ GenePattern software + c +
+
hat Fakten
+
+ is about + op + GenePattern HeatMapViewer data visualization +
+
+
+
+

GenePattern module HierarchicalClusteringni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000774

+
+ GenePattern module HierarchicalClustering is a GenePattern software module which is used to perform a hierarchical clustering data transformation. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
gehört zu
+
+ GenePattern software + c +
+
hat Fakten
+
+ is about + op + GenePattern hierarchical clustering +
+
+
+
+

GenePattern module HierarchicalClusteringViewerni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000783

+
+ A GenePattern software module which is used to generate a view of data that has been hierarchically clustered. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
gehört zu
+
+ GenePattern software + c +
+
hat Fakten
+
+ is about + op + GenePattern HierarchicalClusteringViewer data visualization +
+
+
+
+

GenePattern module KMeansClusteringni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000766

+
+ GenePattern module KMeansClustering is a GenePattern software module which is used to perform a k Means clustering data transformation. +
+
+
Source
+
PERSON: James Malone
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ GenePattern software + c +
+
hat Fakten
+
+ is about + op + GenePattern k-means clustering +
+
+
+
+

GenePattern module KNNni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000773

+
+ GenePattern module KNN is a GenePattern software module which perform a k-nearest neighbors data transformation. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
gehört zu
+
+ GenePattern software + c +
+
hat Fakten
+
+ is about + op + GenePattern k-nearest neighbors +
+
+
+
+

GenePattern module KNNXValidationni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000771

+
+ GenePattern module KNNXValidation is a GenePattern software module which uses a k-nearest neighbours clustering with a leave one out cross validation data transformations. +
+
+
Source
+
PERSON: James Malone
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ GenePattern software + c +
+
+
+
+

GenePattern module PCAni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000777

+
+ GenePattern module PCA is a GenePattern software module which is used to perform a principal components analysis dimensionality reduction data transformation. +
+
+
Source
+
PERSON: James Malone
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ GenePattern software + c +
+
hat Fakten
+
+ is about + op + GenePattern PCA +
+
+
+
+

GenePattern module PeakMatchni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000772

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
gehört zu
+
+ GenePattern software + c +
+
hat Fakten
+
+ is about + op + GenePattern peak matching +
+
+
+
+

GenePattern module SVMni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000761

+
+ GenePattern module SVM is a GenePattern software module which is used to run a support vector machine data transformation. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
gehört zu
+
+ GenePattern software + c +
+
hat Fakten
+
+ is about + op + GenePattern SVM +
+
+
+
+

GenePattern PCAni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000760

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
gehört zu
+
+ principal components analysis dimensionality reduction + c +
+
+
+
+

GenePattern peak matchingni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000778

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
gehört zu
+
+ peak matching + c +
+
+
+
+

GenePattern SVMni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000775

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
gehört zu
+
+ support vector machine + c +
+
+
+
+

gramni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000021

+
+ A mass unit which is equal to one thousandth of a kilogram or 10^[-3] kg. +
+
+
gehört zu
+
+ mass unit + c +
+
+
+
+

gram per deciliterni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000208

+
+ A mass density unit which is equal to mass of an object in grams divided by the volume in deciliters. +
+
+
gehört zu
+
+ concentration unit + c +
+
+
+
+

gram per literni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000175

+
+ A mass unit density which is equal to mass of an object in grams divided by the volume in liters. +
+
+
gehört zu
+
+ concentration unit + c +
+
+
+
+

Helicosni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000757

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
gehört zu
+
+ manufacturer + c +
+
+
+
+

hertzni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000106

+
+ A frequency unit which is equal to 1 complete cycle of a recurring phenomenon in 1 second. +
+
+
gehört zu
+
+ frequency unit + c +
+
+
+
+

High grade ovarian tumorni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002218

+
+ A histologic grade for ovarian tumor according to a two-tier grading system indicating that the tumor is high grade. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ histologic grade for ovarian tumor according to a two-tier grading system + c +
+
+
+
+

hourni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000032

+
+ A time unit which is equal to 3600 seconds or 60 minutes. +
+
+
gehört zu
+
+ time unit + c +
+
+
+
+

Illuminani + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000759

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
gehört zu
+
+ manufacturer + c +
+
+
+
+

InBiosni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0003497

+
+ A manufacturer that specializes in in vitro diagnostic devices designed to test for infectious diseases. +
+
+
Source
+
WEB:https://inbios.com/about/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ manufacturer + c +
+
+
+
+

Invitrogenni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001434

+
+
Source
+
WEB:http://www.invitrogen.com/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
gehört zu
+
+ manufacturer + c +
+
+
+
+

J. Mitrani + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0003496

+
+ A manufacturer of in vitro diagnostic assay kits in India. +
+
+
Source
+
WEB:https://jmitra.co.in/about-us/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ manufacturer + c +
+
+
+
+

kilogramni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000009

+
+ A mass unit which is equal to the mass of the International Prototype Kilogram kept by the BIPM at Svres, France. +
+
+
gehört zu
+
+ mass unit + c +
+
+
+
+

left handedni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000998

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
gehört zu
+
+ categorical label + c +
+
+
+
+

Li-Corni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000769

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
gehört zu
+
+ manufacturer + c +
+
+
+
+

literni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000099

+
+ A volume unit which is equal to one thousandth of a cubic meter or 10^[-3] m^[3], or to 1 decimeter. +
+
+
gehört zu
+
+ volume unit + c +
+
+
+
+

Low grade ovarian tumorni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002217

+
+ A histologic grade for ovarian tumor according to a two-tier grading system indicating that the tumor is low grade. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ histologic grade for ovarian tumor according to a two-tier grading system + c +
+
+
+
+

Luminexni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001443

+
+
Source
+
WEB:http://www.luminexcorp.com/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
gehört zu
+
+ manufacturer + c +
+
+
+
+

mass percentageni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000163

+
+ A dimensionless concentration unit which denotes the mass of a substance in a mixture as a percentage of the mass of the entire mixture. +
+
+
gehört zu
+
+ concentration unit + c +
+
+
+
+

mass volume percentageni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000164

+
+ A dimensionless concentration unit which denotes the mass of the substance in a mixture as a percentage of the volume of the entire mixture. +
+
+
gehört zu
+
+ concentration unit + c +
+
+
+
+

metadata completeni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000120

+
+ Class has all its metadata, but is either not guaranteed to be in its final location in the asserted IS_A hierarchy or refers to another class that is not complete. +
+
+
gehört zu
+
+ curation status specification + c +
+
+
+
+

metadata incompleteni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000123

+
+ Class is being worked on; however, the metadata (including definition) are not complete or sufficiently clear to the branch editors. +
+
+
gehört zu
+
+ curation status specification + c +
+
+
+
+

meterni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000008

+
+ A length unit which is equal to the length of the path traveled by light in vacuum during a time interval of 1/299 792 458 of a second. +
+
+
gehört zu
+
+ length unit + c +
+
+
+
+

microgramni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000023

+
+ A mass unit which is equal to one millionth of a gram or 10^[-6] g. +
+
+
gehört zu
+
+ mass unit + c +
+
+
+
+

microgram per literni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000301

+
+ A mass unit density which is equal to mass of an object in micrograms divided by the volume in liters. +
+
+
gehört zu
+
+ concentration unit + c +
+
+
+
+

microliterni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000101

+
+ A volume unit which is equal to one millionth of a liter or 10^[-6] L. +
+
+
gehört zu
+
+ volume unit + c +
+
+
+
+

microliters per minuteni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000271

+
+ A volumetric flow rate unit which is equal to one microliter volume through a given surface in one minute. +
+
+
gehört zu
+
+ volumetric flow rate unit + c +
+
+
+
+

micrometerni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000017

+
+ A length unit which is equal to one millionth of a meter or 10^[-6] m. +
+
+
gehört zu
+
+ length unit + c +
+
+
+
+

micromolarni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000064

+
+ A unit of molarity which is equal to one millionth of a molar or 10^[-6] M. +
+
+
gehört zu
+
+ concentration unit + c +
+
+
+
+

micromoleni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000039

+
+ A substance unit equal to a millionth of a mol or 10^[-6] mol. +
+
+
gehört zu
+
+ substance unit + c +
+
+
+
+

milligramni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000022

+
+ A mass unit which is equal to one thousandth of a gram or 10^[-3] g. +
+
+
gehört zu
+
+ mass unit + c +
+
+
+
+

milligram per milliliterni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000176

+
+ A mass unit density which is equal to mass of an object in milligrams divided by the volume in milliliters. +
+
+
gehört zu
+
+ concentration unit + c +
+
+
+
+

milliliterni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000098

+
+ A volume unit which is equal to one thousandth of a liter or 10^[-3] L, or to 1 cubic centimeter. +
+
+
gehört zu
+
+ volume unit + c +
+
+
+
+

milliliter per literni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000207

+
+ A volume per unit volume unit which is equal to one millionth of a liter of solute in one liter of solution. +
+
+
gehört zu
+
+ concentration unit + c +
+
+
+
+

millimeterni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000016

+
+ A length unit which is equal to one thousandth of a meter or 10^[-3] m. +
+
+
gehört zu
+
+ length unit + c +
+
+
+
+

millimolarni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000063

+
+ A unit of molarity which is equal to one thousandth of a molar or 10^[-3] M. +
+
+
gehört zu
+
+ concentration unit + c +
+
+
+
+

Milliporeni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001340

+
+
Source
+
WEB:http://www.guavatechnologies.com/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
gehört zu
+
+ manufacturer + c +
+
+
+
+

Miltenyi Biotecni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001424

+
+
Source
+
WEB:http://www.miltenyibiotec.com/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
gehört zu
+
+ manufacturer + c +
+
+
+
+

minuteni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000031

+
+ A time unit which is equal to 60 seconds. +
+
+
gehört zu
+
+ time unit + c +
+
+
+
+

molarni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000062

+
+ A unit of concentration which expresses a concentration of 1 mole of solute per liter of solution (mol/L). +
+
+
gehört zu
+
+ concentration unit + c +
+
+
+
+

monthni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000035

+
+ A time unit which is approximately equal to the length of time of one of cycle of the moon's phases which in science is taken to be equal to 30 days. +
+
+
gehört zu
+
+ time unit + c +
+
+
+
+

named class expressionni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000421

+
+ A named class expression is a logical expression that is given a name. The name can be used in place of the expression. +
+
+
gehört zu
+
+ denotator type + c +
+
+
+
+

nanogramni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000024

+
+ A mass unit which is equal to one thousandth of one millionth of a gram or 10^[-9] g. +
+
+
gehört zu
+
+ mass unit + c +
+
+
+
+

nanoliterni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000102

+
+ A volume unit which is equal to one thousandth of one millionth of a liter or 10^[-9] L. +
+
+
gehört zu
+
+ volume unit + c +
+
+
+
+

nanometerni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000018

+
+ A length unit which is equal to one thousandth of one millionth of a meter or 10^[-9] m. +
+
+
gehört zu
+
+ length unit + c +
+
+
+
+

nanomolarni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000065

+
+ A unit of molarity which is equal to one thousandth of one millionth of a molar or 10^[-9] M. +
+
+
gehört zu
+
+ concentration unit + c +
+
+
+
+

nanomoleni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000041

+
+ A substance unit equal to one thousandth of one millionth of a mole or 10^[-9] mol. +
+
+
gehört zu
+
+ substance unit + c +
+
+
+
+

NanoString Technologiesni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001860

+
+ An organization that supplies life science tools for translational research and molecular diagnostics based on a novel digital molecular barcoding technology. The NanoString platform can provide simple, multiplexed digital profiling of single molecules. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
gehört zu
+
+ manufacturer + c +
+
+
+
+

Nimblegenni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001855

+
+ An organization that focuses on manufacturing target enrichment probe pools for DNA sequencing. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
gehört zu
+
+ manufacturer + c +
+
+
+
+

Occult Carcinoma (AJCC 7th)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002315

+
+ A clinical tumor stage group according to AJCC 7th edition indicating a small carcinoma, either asymptomatic or giving rise to metastases without symptoms due to the primary carcinoma. +
+
+
Source
+
http://www.medilexicon.com/dictionary/14371
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ clinical tumor stage group according to AJCC 7th edition + c +
+
+
+
+

organizational termni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000121

+
+ Term created to ease viewing/sort terms for development purpose, and will not be included in a release +
+
+
gehört zu
+
+ curation status specification + c +
+
+
+
+

OWLni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000332

+
+ OWL is a format standard of a digital entity that is conformant with the W3C Web Ontology Language specification.(http://www.w3.org/2004/OWL/) +
+
+
Source
+
web-page:http://www.w3.org/2004/OWL/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
+

Oxford Nanopore Technologiesni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002755

+
+ An organization that is developing and selling nanopore sequencing products and is based in the UK. +
+
+
Source
+
https://en.wikipedia.org/wiki/Oxford_Nanopore_Technologies
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ manufacturer + c +
+
+
+
+

Pacific Biosciencesni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001856

+
+ An organization that supplies tools for studying the synthesis and regulation of DNA, RNA and protein. It developed a powerful technology platform called single molecule real-time (SMRT) technology which enables real-time analysis of biomolecules with single molecule resolution. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
gehört zu
+
+ manufacturer + c +
+
+
+
+

Partecni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001355

+
+
Source
+
WEB:http://www.partec.de/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
gehört zu
+
+ manufacturer + c +
+
+
+
+

pending final vettingni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000125

+
+ All definitions, placement in the asserted IS_A hierarchy and required minimal metadata are complete. The class is awaiting a final review by someone other than the term editor. +
+
+
gehört zu
+
+ curation status specification + c +
+
+
+
+

pHni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000196

+
+ A dimensionless concentration notation which denotes the acidity of a solution in terms of activity of hydrogen ions (H+). +
+
+
gehört zu
+
+ concentration unit + c +
+
+
+
+

picogramni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000025

+
+ A mass unit which is equal to 10^[-12] g. +
+
+
gehört zu
+
+ mass unit + c +
+
+
+
+

picoliterni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000103

+
+ A volume unit which is equal to 10^[-12] L. +
+
+
gehört zu
+
+ volume unit + c +
+
+
+
+

picomolarni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000066

+
+ A unit of molarity which is equal to 10^[-12] M. +
+
+
gehört zu
+
+ concentration unit + c +
+
+
+
+

picomoleni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000042

+
+ A substance unit equal to 10^[-12] mol. +
+
+
gehört zu
+
+ substance unit + c +
+
+
+
+

placeholder removedni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000226

+
+
gehört zu
+
+ obsolescence reason specification + c +
+
+
+
+

pM1 (colon)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002295

+
+ A pathologic distant metastases stage for colon according to AJCC 7th edition indicating that there is microscopic evidence confirming distant metastatic disease. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_m/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic distant metastases stage for colon according to AJCC 7th edition + c +
+
+
+
+

pM1 (kidney)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002309

+
+ A pathologic distant metastases stage for kidney according to AJCC 7th edition indicating that there is a distant metastases that is histologically confirmed. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_m/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic distant metastases stage for kidney according to AJCC 7th edition + c +
+
+
+
+

pM1 (lung)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002303

+
+ A pathologic distant metastases stage for lung according to AJCC 7th edition indicating that there is a distant metastases that is histologically confirmed. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_m/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic distant metastases stage for lung according to AJCC 7th edition + c +
+
+
+
+

pM1 (ovary)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002313

+
+ A pathologic distant metastases stage for ovary according to AJCC 7th edition indicating that there is distant metastasis except peritoneal metastasis that is histologically confirmed. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_m/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic distant metastases stage for ovary according to AJCC 7th edition + c +
+
+
+
+

pM1a (colon)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002296

+
+ A pathologic distant metastases stage for colon according to AJCC 7th edition indicating that metastasis is confined to one organ and histologically confirmed. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_m/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic distant metastases stage for colon according to AJCC 7th edition + c +
+
+
+
+

pM1a (lung)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002304

+
+ A pathologic distant metastases stage for lung according to AJCC 7th edition indicating that metastasis is histologically confirmed and a separate tumor nodule(s) in a contralateral lobe; tumor with pleural nodules OR malignant pleural or pericardial effusion. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_m/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic distant metastases stage for lung according to AJCC 7th edition + c +
+
+
+
+

pM1b (colon)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002297

+
+ A pathologic distant metastases stage for colon according to AJCC 7th edition indicating that metastasis is in more than one organ or the peritoneum and histologically confirmed. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_m/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic distant metastases stage for colon according to AJCC 7th edition + c +
+
+
+
+

pM1b (lung)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002305

+
+ A pathologic distant metastases stage for lung according to AJCC 7th edition indicating that there is a distant metastases that is histologically confirmed and associated with distant lymph nodes or carcinomatosis. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_m/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic distant metastases stage for lung according to AJCC 7th edition + c +
+
+
+
+

pN0 (colon)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002271

+
+ A pathologic lymph node stage for colon and rectum according to AJCC 7th edition indicating no regional lymph node metastsis. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_n/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic lymph node stage for colon and rectum according to AJCC 7th edition + c +
+
+
+
+

pN0 (kidney)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002285

+
+ A pathologic lymph node stage for kidney according to AJCC 7th edition indicating that there is no regional lymph node metastasis. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_n/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic lymph node stage for kidney according to AJCC 7th edition + c +
+
+
+
+

pN0 (lung)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002280

+
+ A pathologic lymph node stage for lung according to AJCC 7th edition indicating no regional lymph node metastasis. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_n/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic lymph node stage for lung according to AJCC 7th edition + c +
+
+
+
+

pN0 (ovary)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002288

+
+ A pathologic lymph node stage for ovary according to AJCC 7th edition indicating that there is no regional lymph node metastasis. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_n/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic lymph node stage for ovary according to AJCC 7th edition + c +
+
+
+
+

pN1 (colon)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002272

+
+ A pathologic lymph node stage for colon and rectum according to AJCC 7th edition indicating metastasis in 1-3 regional lymph nodes. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_n/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic lymph node stage for colon and rectum according to AJCC 7th edition + c +
+
+
+
+

pN1 (kidney)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002286

+
+ A pathologic lymph node stage for kidney according to AJCC 7th edition indicating that there is regional lymph node metastasis. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_n/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic lymph node stage for kidney according to AJCC 7th edition + c +
+
+
+
+

pN1 (lung)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002281

+
+ A pathologic lymph node stage for lung according to AJCC 7th edition indicating metastasis in ipsilateral peribronchial and/or ipsilateral hilar lymph nodes and intrapulmonary nodes, including involvement by direct extension. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_n/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic lymph node stage for lung according to AJCC 7th edition + c +
+
+
+
+

pN1 (ovary)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002289

+
+ A pathologic lymph node stage for ovary according to AJCC 7th edition indicating that there is regional lymph node metastasis. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_n/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic lymph node stage for ovary according to AJCC 7th edition + c +
+
+
+
+

pN1a (colon)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002273

+
+ A pathologic lymph node stage for colon and rectum according to AJCC 7th edition indicating metastasis in 1 regional lymph node. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_n/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic lymph node stage for colon and rectum according to AJCC 7th edition + c +
+
+
+
+

pN1b (colon)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002274

+
+ A pathologic lymph node stage for colon and rectum according to AJCC 7th edition indicating metastasis in 2-3 regional lymph nodes. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_n/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic lymph node stage for colon and rectum according to AJCC 7th edition + c +
+
+
+
+

pN1c (colon)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002275

+
+ A pathologic lymph node stage for colon and rectum according to AJCC 7th edition indicating tumor deposit(s), i.e., satellites in the subserosa, or in non-peritonealized pericolic or perirectal soft tissue without regional lymph node metastasis. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_n/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic lymph node stage for colon and rectum according to AJCC 7th edition + c +
+
+
+
+

pN2 (colon)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002276

+
+ A pathologic lymph node stage for colon and rectum according to AJCC 7th edition indicating metastasis in 4 or more regional lymph nodes. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_n/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic lymph node stage for colon and rectum according to AJCC 7th edition + c +
+
+
+
+

pN2 (lung)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002282

+
+ A pathologic lymph node stage for lung according to AJCC 7th edition indicating metastasis in ipsilateral mediastinal and/or subcarinal lymph node(s). +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_n/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic lymph node stage for lung according to AJCC 7th edition + c +
+
+
+
+

pN2a (colon)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002277

+
+ A pathologic lymph node stage for colon and rectum according to AJCC 7th edition indicating metastasis in 4 to 6 regional lymph nodes. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_n/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic lymph node stage for colon and rectum according to AJCC 7th edition + c +
+
+
+
+

pN2b (colon)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002278

+
+ A pathologic lymph node stage for colon and rectum according to AJCC 7th edition indicating metastasis in 7 or more regional lymph nodes. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_n/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic lymph node stage for colon and rectum according to AJCC 7th edition + c +
+
+
+
+

pN3 (lung)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002283

+
+ A pathologic lymph node stage for lung according to AJCC 7th edition indicating metastasis in contralateral mediastinal, contralateral hilar, ipsilateral or contralateral scalene, or supraclavicular lymph node(s). +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_n/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic lymph node stage for lung according to AJCC 7th edition + c +
+
+
+
+

pT0 (colon)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002225

+
+ A pathologic primary tumor stage for colon and rectum according to AJCC 7th edition indicating that there is no evidence of primary tumor. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic primary tumor stage for colon and rectum according to AJCC 7th edition + c +
+
+
+
+

pT0 (kidney)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002244

+
+ A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that there is no evidence of primary tumor. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic primary tumor stage for kidney according to AJCC 7th edition + c +
+
+
+
+

pT0 (lung)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002233

+
+ A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that there is no evidence of primary tumor. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic primary tumor stage for lung according to AJCC 7th edition + c +
+
+
+
+

pT0 (ovary)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002257

+
+ A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that there is no evidence of primary tumor. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic primary tumor stage for ovary according to AJCC 7th edition + c +
+
+
+
+

pT1 (colon)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002227

+
+ A pathologic primary tumor stage for colon and rectum according to AJCC 7th edition indicating that the tumor invades submucosa. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic primary tumor stage for colon and rectum according to AJCC 7th edition + c +
+
+
+
+

pT1 (kidney)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002245

+
+ A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor is 7 cm or less in greatest dimension and limited to the kidney. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic primary tumor stage for kidney according to AJCC 7th edition + c +
+
+
+
+

pT1 (lung)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002235

+
+ A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that the tumor is 3 cm or less in greatest dimension, surrounded by lung or visceral pleura without bronchoscopic evidence of invasion more proximal than the lobar bronchus (i.e., not in the main bronchus). +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic primary tumor stage for lung according to AJCC 7th edition + c +
+
+
+
+

pT1 (ovary)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002258

+
+ A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor is limited to the ovaries (one or both). +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic primary tumor stage for ovary according to AJCC 7th edition + c +
+
+
+
+

pT1a (kidney)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002246

+
+ A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor is 4 cm or less. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic primary tumor stage for kidney according to AJCC 7th edition + c +
+
+
+
+

pT1a (lung)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002236

+
+ A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that the tumor is 2 cm or less in greatest dimension. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic primary tumor stage for lung according to AJCC 7th edition + c +
+
+
+
+

pT1a (ovary)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002259

+
+ A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor is limited to one ovary; capsule intact, no tumor on ovarian surface and no malignant cells in ascites or peritoneal washings. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic primary tumor stage for ovary according to AJCC 7th edition + c +
+
+
+
+

pT1b (kidney)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002247

+
+ A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor is more than 4 cm but not more than 7 cm. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic primary tumor stage for kidney according to AJCC 7th edition + c +
+
+
+
+

pT1b (lung)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002237

+
+ A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that the tumor is more than 2 cm but not more than 3 cm in greatest dimension. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic primary tumor stage for lung according to AJCC 7th edition + c +
+
+
+
+

pT1b (ovary)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002260

+
+ A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor is limited to both ovaries; capsule intact, no tumor on ovarian surface and no malignant cells in ascites or peritoneal washings. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic primary tumor stage for ovary according to AJCC 7th edition + c +
+
+
+
+

pT1c (ovary)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002261

+
+ A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor is limited to one or both ovaries with capsule ruptured, tumor on ovarian surface, or malignant cells in ascites or peritoneal washings. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic primary tumor stage for ovary according to AJCC 7th edition + c +
+
+
+
+

pT2 (colon)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002228

+
+ A pathologic primary tumor stage for colon and rectum according to AJCC 7th edition indicating that the tumor invades muscularis propria. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic primary tumor stage for colon and rectum according to AJCC 7th edition + c +
+
+
+
+

pT2 (kidney)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002248

+
+ A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor is more than 7 cm in greatest dimension and limited to the kidney. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic primary tumor stage for kidney according to AJCC 7th edition + c +
+
+
+
+

pT2 (lung)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002238

+
+ A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that the tumor is more than 3 cm but not more than 7 cm or the tumor has any of the following features: involves main bronchus, 2 cm or more distal to the carina, invades visceral pleura, associated with atelectasis or obstructive pneumonitis that extends to the hilar region but does not involve the entire lung. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic primary tumor stage for lung according to AJCC 7th edition + c +
+
+
+
+

pT2 (ovary)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002262

+
+ A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor involves one or both ovaries with pelvic extension. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic primary tumor stage for ovary according to AJCC 7th edition + c +
+
+
+
+

pT2a (kidney)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002249

+
+ A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor is more than 7 cm but not more than 10 cm. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic primary tumor stage for kidney according to AJCC 7th edition + c +
+
+
+
+

pT2a (lung)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002239

+
+ A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that the tumor is more than 3 cm but not more than 5 cm in greatest dimension. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic primary tumor stage for lung according to AJCC 7th edition + c +
+
+
+
+

pT2a (ovary)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002263

+
+ A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor has extension and/or implants on uterus and/or tube(s) and no malignant cells in ascites or peritoneal washings. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic primary tumor stage for ovary according to AJCC 7th edition + c +
+
+
+
+

pT2b (kidney)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002250

+
+ A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor is more than 10 cm and limited to the kidney. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic primary tumor stage for kidney according to AJCC 7th edition + c +
+
+
+
+

pT2b (lung)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002240

+
+ A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that the tumor is more than 5 cm but not more than 7 cm in greatest dimension. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic primary tumor stage for lung according to AJCC 7th edition + c +
+
+
+
+

pT2b (ovary)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002264

+
+ A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor has extension to other pelvic tissues and no malignant cells in ascites or peritoneal washings. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic primary tumor stage for ovary according to AJCC 7th edition + c +
+
+
+
+

pT2c (ovary)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002265

+
+ A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor has pelvic extension with malignant cells in ascites or peritoneal washings. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic primary tumor stage for ovary according to AJCC 7th edition + c +
+
+
+
+

pT3 (colon)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002229

+
+ A pathologic primary tumor stage for colon and rectum according to AJCC 7th edition indicating that the tumor invades subserosa or into non-peritionealized pericolic or perirectal tissues. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic primary tumor stage for colon and rectum according to AJCC 7th edition + c +
+
+
+
+

pT3 (kidney)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002251

+
+ A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor extends into major veins or perinephric tissues but not into the ipsilateral adrenal gland and not beyond the Gerota fascia. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic primary tumor stage for kidney according to AJCC 7th edition + c +
+
+
+
+

pT3 (lung)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002241

+
+ A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that the tumor is more than 7 cm or one that directly invades any of: parietal pleura, chest wall (including superior sulcus tumors), diaphragm, phrenic nerve, mediastinal pleura, parietal pericardiu or the tumor is in the main bronchus less than 2 cm distal to the carina but without involvement of the carina or there is associated atelectasis or obstructive pneumonitis of the entire lung or there is separate tumor nodule(s) in the same lobe as the primary. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic primary tumor stage for lung according to AJCC 7th edition + c +
+
+
+
+

pT3 (ovary)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002266

+
+ A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor involves one or both ovaries with microscopically confirmed peritoneal metastasis outside the pelvis and/or regional lymph node metastasis. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic primary tumor stage for ovary according to AJCC 7th edition + c +
+
+
+
+

pT3a (kidney)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002252

+
+ A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor grossly extends into the renal vein or its segmental (muscle containing) branches, or the tumor invades perirenal and/or renal sinus fat (peripelvic) fat but not beyond Gerota fascia. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic primary tumor stage for kidney according to AJCC 7th edition + c +
+
+
+
+

pT3a (ovary)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002267

+
+ A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor has microscopic peritoneal metastasis beyond pelvis. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic primary tumor stage for ovary according to AJCC 7th edition + c +
+
+
+
+

pT3b (kidney)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002253

+
+ A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor grossly extends into vena cava below diaphragm. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic primary tumor stage for kidney according to AJCC 7th edition + c +
+
+
+
+

pT3b (ovary)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002268

+
+ A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor has macroscopic peritoneal, metastatasis beyond pelvis, 2 cm or less in greatest dimension. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic primary tumor stage for ovary according to AJCC 7th edition + c +
+
+
+
+

pT3c (kidney)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002254

+
+ A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor grossly extends into vena cava above the diaphragm or Invades the wall of the vena cava. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic primary tumor stage for kidney according to AJCC 7th edition + c +
+
+
+
+

pT3c (ovary)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002269

+
+ A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor has peritoneal metastasis beyond pelvis, more than 2 cm in greatest dimension and/or regional lymph node metastasis. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic primary tumor stage for ovary according to AJCC 7th edition + c +
+
+
+
+

pT4 (kidney)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002255

+
+ A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor invades beyond Gerota fascia (including contiguous extension into the ipsilateral adrenal gland). +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic primary tumor stage for kidney according to AJCC 7th edition + c +
+
+
+
+

pT4 (lung)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002242

+
+ A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that the tumor of any size that invades any of the following: mediastinum, heart, great vessels, trachea, recurrent laryngeal nerve, esophagus, vertebral body, carina or there is separate tumor nodule(s) in a different ipsilateral lobe to that of the primary. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic primary tumor stage for lung according to AJCC 7th edition + c +
+
+
+
+

pT4a (colon)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002230

+
+ A pathologic primary tumor stage for colon and rectum according to AJCC 7th edition indicating that the tumor perforates visceral peritoneum. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic primary tumor stage for colon and rectum according to AJCC 7th edition + c +
+
+
+
+

pT4b (colon)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002231

+
+ A pathologic primary tumor stage for colon and rectum according to AJCC 7th edition indicating that the tumor directly invades other organs or structures. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic primary tumor stage for colon and rectum according to AJCC 7th edition + c +
+
+
+
+

pTis (colon)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002226

+
+ A pathologic primary tumor stage for colon and rectum according to AJCC 7th edition indicating carcinoma in situ (intraepithelial or invasion of lamina propria). +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic primary tumor stage for colon and rectum according to AJCC 7th edition + c +
+
+
+
+

pTis (lung)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002234

+
+ A pathologic primary tumor stage for lung according to AJCC 7th edition indicating carcinoma in situ. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ pathologic primary tumor stage for lung according to AJCC 7th edition + c +
+
+
+
+

RDFni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000324

+
+ RDF is a format standard of a digital entity that is conformant with the W3C Resource Description Framework RDF/XML Syntax specification.(http://www.w3.org/RDF/) +
+
+
Source
+
web-page:http://www.w3.org/RDF/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
+

ready for releaseni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000122

+
+ Class has undergone final review, is ready for use, and will be included in the next release. Any class lacking "ready_for_release" should be considered likely to change place in hierarchy, have its definition refined, or be obsoleted in the next release. Those classes deemed "ready_for_release" will also derived from a chain of ancestor classes that are also "ready_for_release." +
+
+
gehört zu
+
+ curation status specification + c +
+
+
+
+

requires discussionni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000428

+
+ A term that is metadata complete, has been reviewed, and problems have been identified that require discussion before release. Such a term requires editor note(s) to identify the outstanding issues. +
+
+
Source
+
group:OBI
+
+
+
gehört zu
+
+ curation status specification + c +
+
+
+
+

right handedni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000958

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
gehört zu
+
+ categorical label + c +
+
+
+
+

Rocheni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000758

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
gehört zu
+
+ manufacturer + c +
+
+
+
+

secondni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000010

+
+ A time unit which is equal to the duration of 9 192 631 770 periods of the radiation corresponding to the transition between the two hyperfine levels of the ground state of the caesium 133 atom. +
+
+
gehört zu
+
+ time unit + c +
+
+
+
+

Stage 0 (AJCC 7th)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002316

+
+ A clinical tumor stage group according to AJCC 7th edition indicating a carcinoma in situ (or melanoma in situ for melanoma of the skin or germ cell neoplasia in situ for testicular germ cell tumors) and generally is considered to have no metastatic potential. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ clinical tumor stage group according to AJCC 7th edition + c +
+
+
+
+

Stage 1 (FIGO)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002342

+
+ A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T1, N0, and M0. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ International Federation of Gynecology and Obstetrics ovarian cancer stage value specification + c +
+
+
+
+

Stage 1A (FIGO)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002343

+
+ A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T1a, N0, and M0. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ International Federation of Gynecology and Obstetrics ovarian cancer stage value specification + c +
+
+
+
+

Stage 1B (FIGO)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002344

+
+ A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T1b, N0, and M0. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ International Federation of Gynecology and Obstetrics ovarian cancer stage value specification + c +
+
+
+
+

Stage 1C (FIGO)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002345

+
+ A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T1c, N0, and M0. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ International Federation of Gynecology and Obstetrics ovarian cancer stage value specification + c +
+
+
+
+

Stage 2 (FIGO)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002346

+
+ A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T2, N0, and M0. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ International Federation of Gynecology and Obstetrics ovarian cancer stage value specification + c +
+
+
+
+

Stage 2A (FIGO)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002347

+
+ A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T2a, N0, and M0. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ International Federation of Gynecology and Obstetrics ovarian cancer stage value specification + c +
+
+
+
+

Stage 2B (FIGO)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002348

+
+ A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T2b, N0, and M0. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ International Federation of Gynecology and Obstetrics ovarian cancer stage value specification + c +
+
+
+
+

Stage 2C (FIGO)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002349

+
+ A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T2c, N0, and M0. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ International Federation of Gynecology and Obstetrics ovarian cancer stage value specification + c +
+
+
+
+

Stage 3 (FIGO)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002350

+
+ A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of (T3, N0, and M0) or (T3,3a,3b, NX, and M0). +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ International Federation of Gynecology and Obstetrics ovarian cancer stage value specification + c +
+
+
+
+

Stage 3A (FIGO)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002351

+
+ A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T3a, N0, and M0 . +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ International Federation of Gynecology and Obstetrics ovarian cancer stage value specification + c +
+
+
+
+

Stage 3B (FIGO)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002352

+
+ A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T3b, N0, and M0 . +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ International Federation of Gynecology and Obstetrics ovarian cancer stage value specification + c +
+
+
+
+

Stage 3C (FIGO)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002353

+
+ A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of (T3c, N0,X and M0) or (any T, N1 and M0). +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ International Federation of Gynecology and Obstetrics ovarian cancer stage value specification + c +
+
+
+
+

Stage 4 (FIGO)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002354

+
+ A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of any T, any N, and M1. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ International Federation of Gynecology and Obstetrics ovarian cancer stage value specification + c +
+
+
+
+

Stage I (AJCC 7th)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002317

+
+ A clinical tumor stage group according to AJCC 7th edition indicating cancers that are smaller or less deeply invasive without regional disease or nodes. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ clinical tumor stage group according to AJCC 7th edition + c +
+
+
+
+

Stage IA (FIGO)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002327

+
+ An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating invasive carcinoma which can be diagnosed only by microscopy, with deepest invasion <5 mm and the largest extension <7 mm. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cervical_cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ International Federation of Gynecology and Obstetrics cervical cancer stage value specification + c +
+
+
+
+

Stage IA1 (FIGO)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002328

+
+ An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating measured stromal invasion of <3.0 mm in depth and extension of <7.0 mm. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cervical_cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ International Federation of Gynecology and Obstetrics cervical cancer stage value specification + c +
+
+
+
+

Stage IA2 (FIGO)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002329

+
+ An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating measured stromal invasion of >3.0 mm and not >5.0 mm with an extension of not >7.0 mm. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cervical_cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ International Federation of Gynecology and Obstetrics cervical cancer stage value specification + c +
+
+
+
+

Stage IB (FIGO)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002330

+
+ An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating clinically visible lesions limited to the cervix uteri or pre-clinical cancers greater than stage IA +
+
+
Source
+
https://en.wikipedia.org/wiki/Cervical_cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ International Federation of Gynecology and Obstetrics cervical cancer stage value specification + c +
+
+
+
+

Stage IB1 (FIGO)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002331

+
+ An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating clinically visible lesion limited to the cervix uteri or pre-clinical cancers greater than stage IA <4.0 cm in greatest dimension. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cervical_cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ International Federation of Gynecology and Obstetrics cervical cancer stage value specification + c +
+
+
+
+

Stage IB2 (FIGO)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002332

+
+ An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating clinically visible lesion limited to the cervix uteri or pre-clinical cancers greater than stage IA >4.0 cm in greatest dimension. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cervical_cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ International Federation of Gynecology and Obstetrics cervical cancer stage value specification + c +
+
+
+
+

Stage IIA (AJCC 7th)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002318

+
+ A clinical tumor stage group according to AJCC 7th edition indicating cancers with increasing tumor or nodal extent but less than in Stage III and with differing characteristics from IIB and IIC. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ clinical tumor stage group according to AJCC 7th edition + c +
+
+
+
+

Stage IIA (FIGO)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002333

+
+ An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating cervical carcinoma invades beyond the uterus, but not to the pelvic wall or to the lower third of the vagina without parametrial invasion. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cervical_cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ International Federation of Gynecology and Obstetrics cervical cancer stage value specification + c +
+
+
+
+

Stage IIA1 (FIGO)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002334

+
+ An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating cervical carcinoma invades beyond the uterus, but not to the pelvic wall or to the lower third of the vagina without parametrial invasion and clinically visible lesion <4.0 cm in greatest dimension. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cervical_cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ International Federation of Gynecology and Obstetrics cervical cancer stage value specification + c +
+
+
+
+

Stage IIA2 (FIGO)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002335

+
+ An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating cervical carcinoma invades beyond the uterus, but not to the pelvic wall or to the lower third of the vagina without parametrial invasion and clinically visible lesion >4.0 cm in greatest dimension. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cervical_cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ International Federation of Gynecology and Obstetrics cervical cancer stage value specification + c +
+
+
+
+

Stage IIB (AJCC 7th)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002319

+
+ A clinical tumor stage group according to AJCC 7th edition indicating cancers with increasing tumor or nodal extent but less than in Stage III and with differing characteristics from IIA and IIC. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ clinical tumor stage group according to AJCC 7th edition + c +
+
+
+
+

Stage IIB (FIGO)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002336

+
+ An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating cervical carcinoma invades beyond the uterus, but not to the pelvic wall or to the lower third of the vagina with obvious parametrial invasion. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cervical_cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ International Federation of Gynecology and Obstetrics cervical cancer stage value specification + c +
+
+
+
+

Stage IIC (AJCC 7th)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002320

+
+ A clinical tumor stage group according to AJCC 7th edition indicating cancers with increasing tumor or nodal extent but less than in Stage III and with differing characteristics from IIA and IIB. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ clinical tumor stage group according to AJCC 7th edition + c +
+
+
+
+

Stage IIIA (AJCC 7th)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002321

+
+ A clinical tumor stage group according to AJCC 7th edition indicating cancers with increasing tumor or nodal extent greater than in Stage II and with differing characteristics from IIIB and IIIC. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ clinical tumor stage group according to AJCC 7th edition + c +
+
+
+
+

Stage IIIA (FIGO)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002337

+
+ An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating tumour involves lower third of the vagina, with no extension to the pelvic wall. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cervical_cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ International Federation of Gynecology and Obstetrics cervical cancer stage value specification + c +
+
+
+
+

Stage IIIB (AJCC 7th)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002322

+
+ A clinical tumor stage group according to AJCC 7th edition indicating cancers with increasing tumor or nodal extent greater than in Stage II and with differing characteristics from IIIA and IIIC. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ clinical tumor stage group according to AJCC 7th edition + c +
+
+
+
+

Stage IIIB (FIGO)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002338

+
+ An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating extension to the pelvic wall and/or hydronephrosis or non-functioning kidney. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cervical_cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ International Federation of Gynecology and Obstetrics cervical cancer stage value specification + c +
+
+
+
+

Stage IIIC (AJCC 7th)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002323

+
+ A clinical tumor stage group according to AJCC 7th edition indicating cancers with increasing tumor or nodal extent greater than in Stage II and with differing characteristics from IIIA and IIIB. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ clinical tumor stage group according to AJCC 7th edition + c +
+
+
+
+

Stage IVA (AJCC 7th)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002324

+
+ A clinical tumor stage group according to AJCC 7th edition indicating cancers in patients who present with distant metastases at diagnosis and with differing characteristics from IVB. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ clinical tumor stage group according to AJCC 7th edition + c +
+
+
+
+

Stage IVA (FIGO)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002339

+
+ An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating spread of the growth to adjacent organs. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cervical_cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ International Federation of Gynecology and Obstetrics cervical cancer stage value specification + c +
+
+
+
+

Stage IVB (AJCC 7th)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002325

+
+ A clinical tumor stage group according to AJCC 7th edition indicating cancers in patients who present with distant metastases at diagnosis and with differing characteristics from IVA. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ clinical tumor stage group according to AJCC 7th edition + c +
+
+
+
+

Stage IVB (FIGO)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002340

+
+ An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating spread to distant organs. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cervical_cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ International Federation of Gynecology and Obstetrics cervical cancer stage value specification + c +
+
+
+
+

Stage Unknown (FIGO)ni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002355

+
+ A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of (T0, N0, and M0) or (T1,1a-1c,2,2a-2c, NX, and M0) or (TX, N0,X, M0). +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ International Federation of Gynecology and Obstetrics ovarian cancer stage value specification + c +
+
+
+
+

Sysmex Corporation, Kobe, Japanni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000829

+
+
Source
+
WEB:http://www.sysmex.com/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ manufacturer + c +
+
+
+
+

tarni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000326

+
+ tar is a format standard of a digital entity that is conformant with the tape archive file format as standardized by POSIX.1-1998, POSIX.1-2001, or any other tar format compliant with the GNU tar specification. (http://www.gnu.org/software/tar/manual/) +
+
+
Source
+
web-page:http://www.gnu.org/software/tar/manual/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
+

term importedni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000228

+
+
gehört zu
+
+ obsolescence reason specification + c +
+
+
+
+

term splitni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000229

+
+
gehört zu
+
+ obsolescence reason specification + c +
+
+
+
+

terms mergedni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000227

+
+
gehört zu
+
+ obsolescence reason specification + c +
+
+
+
+

Thermoni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000752

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
gehört zu
+
+ manufacturer + c +
+
+
+
+

Thermo Fisher Scientificni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002193

+
+ An organization that is an American multinational, biotechnology product development company, created in 2006 by the merger of Thermo Electron and Fisher Scientific. +
+
+
Source
+
https://en.wikipedia.org/wiki/Thermo_Fisher_Scientific
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
gehört zu
+
+ organization + c +
+
+
+
+

to be replaced with external ontology termni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000423

+
+ Terms with this status should eventually replaced with a term from another ontology. +
+
+
Source
+
group:OBI
+
+
+
gehört zu
+
+ curation status specification + c +
+
+
+
+

Transformation-MLni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000317

+
+ Transformation-ML is a format standard of a digital entity that is conformant with the Transformation-ML standard.(http://wiki.ficcs.org/ficcs/Transformation-ML?action=AttachFile&do=get&target=Transformation-ML_v1.0.26.pdf) +
+
+
Source
+
web-page:http://wiki.ficcs.org/ficcs/Transformation-ML?action=AttachFile&do=get&target=Transformation-ML_v1.0.26.pdf
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
+

U.S. Food and Drug Administrationni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000901

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
gehört zu
+
+ regulatory agency + c +
+
+
+
+

uncuratedni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000124

+
+ Nothing done yet beyond assigning a unique class ID and proposing a preferred term. +
+
+
gehört zu
+
+ curation status specification + c +
+
+
+
+

universalni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000410

+
+
Source
+
A Formal Theory of Substances, Qualities, and Universals, http://ontology.buffalo.edu/bfo/SQU.pdf
+
+
+
gehört zu
+
+ denotator type + c +
+
+
+
+

volume percentageni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000165

+
+ A dimensionless concentration unit which denotes the volume of the solute in mL per 100 mL of the resulting solution. +
+
+
gehört zu
+
+ concentration unit + c +
+
+
+
+

Watersni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000753

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
gehört zu
+
+ manufacturer + c +
+
+
+
+

weekni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000034

+
+ A time unit which is equal to 7 days. +
+
+
gehört zu
+
+ time unit + c +
+
+
+
+

XMLni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000322

+
+ XML is a format standard of a digital entity that is conformant with the W3C Extensible Markup Language Recommendation.(http://www.w3.org/XML/) +
+
+
Source
+
web-page:http://www.w3.org/XML/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
+

yearni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000036

+
+ A time unit which is equal to 12 months which is science is taken to be equal to 365.25 days. +
+
+
gehört zu
+
+ time unit + c +
+
+
+
+

zipni + zurück zur Übersicht oder Übersicht der benannten Individuen + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000325

+
+ zip is a format standard of a digital entity that is conformant with the PKWARE .ZIP file format specification (http://www.pkware.com/index.php?option=com_content&task=view&id=59&Itemid=103/) +
+
+
Source
+
web-page:http://www.pkware.com/index.php?option=com_content&task=view&id=59&Itemid=103/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
+

Rules

+
    +
+

Legende zurück zu ToC

+
+c: Klassen
+op: Object Properties
+ni: Named Individuals +
+
+
+
+

Danksagung zurück zum Inhaltsverzeichnis

+

+Die Autoren bedanken sich beiSilvio Peroni für die Entwicklung von LODE, einer Umgebung zur Live-OWL-Dokumentation, die im Abschnitt Querverweise für die Darstellung verwendet wird, bei Daniel Garijo für die Entwicklung von Widoco, welches für die Templates in dieser Anwendung verwendet wird.

+
+ + +
+ + \ No newline at end of file diff --git a/index-en.html b/index-en.html new file mode 100644 index 0000000..0660382 --- /dev/null +++ b/index-en.html @@ -0,0 +1,41895 @@ + + + + + DigitRubber Ontology + + + + + + + + + + + +
+
+
language de en
+

DigitRubber Ontology

+

Release: 2023-06-01T08:05:00

+ + +
+
Modified on: 2023-09-26T10:19:00
+
This version:
+
http://purl.obolibrary.org/obo/digitrubber/releases/2023-06-01/digitrubber-full.owl
+
Revision:
+
v2023-Sep-26
+
Authors:
+
https://orcid.org/0000-0000-0000-0000
+ +
Contributors:
+
http://purl.obolibrary.org/obo/digitrubber/0000-0000-0000-0000
+ +
Funder:
+
https://ror.org/
+ +
Download serialization:
JSON-LD RDF/XML N-Triples TTL
License:
https://creativecommons.org/licenses/unspecified +
Visualization:
Visualize with WebVowl
+
Cite as:
+
TIB (2023): DigitRubber Ontology. An ontology demonstrating rich ontology for rubber extrusion. PURL: http://www.purl.org/OntoMeta/DigitRubberOntology.
+
+ +Provenance of this page
+
+
+
+active +
+
+ + +

DRO: Overview back to ToC

+ +This ontology has the following classes and properties. +

Classes

+

Object Properties

Annotation Properties

Named Individuals

Rules

+ + + +

Cross-reference for DRO classes, object properties and data properties back to ToC

+This section provides details for each class and property defined by DRO. +
+

Classes

+ +
+

1,3-thiazolesc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_38418

+
+
has super-classes
+
+ thiazoles + c +
+
has sub-classes
+
+ Thiazole [dik] + c +
+
+
+
+

16-bit number [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000253

+
+
+

8-bit number [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000252

+
+
+

accelerator [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000316

+
+ compounding ingredient used in small amounts with a vulcanizing agent to increase the speed of vulcanization and/or enhance the physical properties of the vulcanizate +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has sub-classes
+
+ Thiuram [dik] + c, Zinc Dibenzyldithiocarbamate [dik] + c, primary accelerator [dik] + c, secondary accelerator [dik] + c +
+
+
+
+

acid value [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000569

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

acidity [pato]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000651

+
+ A concentration quality inhering in a bearer by virtue of the bearer's containing acid (hydrogen ions). +
+
+
Contributors: +
+
Lars M Vogt
+
+
+
Is defined by
+
PATO
+
+
+
Source
+
+ http://purl.obolibrary.org/obo/pato/releases/2022-08-31/pato.owl +
+
+
+
Term status
+
uncurated
+
+
+
+

activator [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000309

+
+ compounding ingredient used in small proportions to increase the effectiveness of an accelerator +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

activator [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000310

+
+ A class of substances that binds to, activates and increases the activity of a target. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
+

addition sequence [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000413

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

agent [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000026

+
+ An agent is a system that perceives its environment through sensors and can interact with it through actions. +
+
+
has super-classes
+
+ role + c +
+
+
+
+

agent [ncti]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000027

+
+ An active power or cause (as principle, substance, physical or biological factor, etc.) that produces a specific effect. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C1708
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ role + c +
+
+
+
+

agglomerate [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000281

+
+ Group of interlocked aggregates that are easily separated by normal rubber processing +
+
+ 0 +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
has super-classes
+
+ polymer [chebi] + c +
+
+
+
+

agglomerate [enm]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000146

+
+ A collection of weakly bound particles or aggregates where the resulting surface area is similar to the sum of the surface areas of the individual components. +
+
+
Contributors: +
+
Lars M Vogt
+
+
+
Is defined by
+
ENM
+
+
+
Source
+
+ http://enanomapper.github.io/ontologies/releases/10.0/enanomapper.owl +
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ polymer [chebi] + c +
+
+
+
+

aggregate [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000282

+
+ Rigid group of coalesced particles which is the smallest entity that can be dispersed by normal rubber processing +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
has super-classes
+
+ mixture + c +
+
+
+
+

aggregate [enm]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000145

+
+ A composite particle, comprising of strongly bound or fused smaller particles, where the resulting external surface area may be significantly smaller than the sum of calculated surface areas of the individual components. +
+
+
Contributors: +
+
Lars M Vogt
+
+
+
Is defined by
+
ENM
+
+
+
Source
+
+ http://enanomapper.github.io/ontologies/releases/10.0/enanomapper.owl +
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ mixture + c +
+
+
+
+

air conditioning [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000175

+
+ Equipment that is employed for cooling and heating in the system under investigation. Constitutes an entity sub-group of the building entity. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

algorithmc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000064

+
+ A plan specification which describes the inputs and output of mathematical functions as well as workflow of execution for achieving an predefined objective. Algorithms are realized usually by means of implementation as computer programs for execution by automata. +
+
+
Source
+
OBI_0000270
+
adapted from discussion on OBI list (Matthew Pocock, Christian Cocos, Alan Ruttenberg)
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
Example
+
+
PMID: 18378114.Genomics. 2008 Mar 28. LINKGEN: A new algorithm to process data in genetic linkage studies.
+
+
+
+
+

analytical target [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000243

+
+ The information represented by one or more variables, which has to be predicted by data analysis in instrumental analytics +
+
+
Contributors: +
+
Christoph Lenth
+
+
+
+

anionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_22563

+
+ A monoatomic or polyatomic species having one or more elementary charges of the electron. +
+
+
has super-classes
+
+ ion + c +
+
has sub-classes
+
+ monoanion + c, organic anion + c, polyatomic anion + c +
+
+
+
+

antidegradant [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000307

+
+ compounding ingredient used to retard deterioration by ageing +
+
+ Antidegradant is a generic term for certain additives such as antioxidants, antiozonants, waxes and other protective materials. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has sub-classes
+
+ Antilux 500‎ [dik] + c +
+
+
+
+

Antilux 500‎ [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000308

+
+ Trade name for a specific antidegradant +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ antidegradant [dik] + c +
+
+
+
+

approximation [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000028

+
+ Approximation is a technique for approximating a value using historical or available observations from the domain. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Term status
+
uncurated
+
+
+
+

arbitrary unitsc + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000260

+
+ A single undivided thing (unit) based on or subject to individual judgment or preference, and not by necessity, reason, or principle. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C75765
+
+
+
Term status
+
uncurated
+
+
+
+

aromatic compoundc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_33655

+
+ A cyclically conjugated molecular entity with a stability (due to delocalization) significantly greater than that of a hypothetical localized structure (e.g. Kekule structure) is said to possess aromatic character. +
+
+
has super-classes
+
+ cyclic compound + c +
+
has sub-classes
+
+ organic aromatic compound + c +
+
+
+
+

Artificial Intelligence (AI) [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000049

+
+ Artifical intelligence is a branch of computer science dealing with the automation of intelligent behavior. Can be used in technical areas as methods of machine learning. +
+
+
Term status
+
uncurated
+
+
+
+

Artificial Intelligence (AI) [ncti]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000050

+
+ Artificial intelligence is the branch of computer science that deals with writing computer programs that can solve problems creatively. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C16309
+
+
+
Term status
+
uncurated
+
+
+
+

assayc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000070

+
+ A planned process with the objective to produce information about the material entity that is the evaluant, by physically examining it or its proxies. +
+
+
Source
+
OBI branch derived
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
Assay the wavelength of light emitted by excited Neon atoms. Count of geese flying over a house.
+
+
+
+
has super-classes
+
+ planned process + c +
+
is disjoint with
+
+ data transformation + c +
+
+
+
+

assay [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000503

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Source
+
http://purl.obolibrary.org/obo/pato.owl
+
+
+
Term status
+
uncurated
+
+
+
+

assay [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000504

+
+ A qualitative or quantitative analysis performed to determine the amount of a particular constituent in a sample or the biological or pharmacological properties of a drug. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
+

assay [obi]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000505

+
+ A planned process with the objective to produce information about the material entity that is the evaluant, by physically examining it or its proxies. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
OBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/obi.owl
+
+
+
Term status
+
uncurated
+
+
+
+

ATR-FTIR [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000196

+
+ An attenuated total reflection accessory operates by measuring the changes that occur in a totally internally reflected infrared beam when the beam comes into contact with a sample. +
+
+ Method +
+
+
Contributors: +
+
Yamen Alsalka (IFNANO)
+
+
+
Source
+
https://cmdis.rpi.edu/sites/default/files/ATR_FTIR.pdf
+
+
+
+

autoclavec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001112

+
+ A device that is used to sterilize equipment and supplies by subjecting them to high pressure steam at 121 C or more, typically for 15 to 20 minutes depending on the size of the load and the contents. +
+
+
Source
+
J. Black, Microbiology, Prentice Hall (1993) pg. 334; http://en.wikipedia.org/wiki/Autoclave
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
has super-classes
+
+ environmental control device + c +
+
+
+
+

autoclave [chmo]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000484

+
+ A thick-walled steel vessel used during synthesis methods that require both high pressures and high temperatures. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
CHMO
+
+
+
Source
+
http://purl.obolibrary.org/obo/chmo.owl
+
+
+
Term status
+
uncurated
+
+
+
+

autoclave [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000482

+
+ pressurized vessel used for vulcanizing rubber in a vapour or gas +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

autoclave[obi]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000483

+
+ A device that is used to sterilize equipment and supplies by subjecting them to high pressure steam at 121 C or more, typically for 15 to 20 minutes depending on the size of the load and the contents. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
OBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/obi.owl
+
+
+
Term status
+
uncurated
+
+
+
+

azolec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_68452

+
+ Any monocyclic heteroarene consisting of a five-membered ring containing nitrogen. Azoles can also contain one or more other non-carbon atoms, such as nitrogen, sulfur or oxygen. +
+
+
has super-classes
+
+ monocyclic heteroarene + c, organonitrogen heterocyclic compound + c +
+
has sub-classes
+
+ thiazoles + c +
+
+
+
+

banbury mixer [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000161

+
+ A machine that mixes polymers and additives in the manufacture of plastic and rubber products. Constitutes an entity sub-group of the machine entity. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

baseline correction [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000267

+
+ A pre-processing technique used to separate true spectroscopic signals from interference effects or remove background effects, stains, or traces of compounds. It adjusts the spectral offset. +
+
+
Contributors: +
+
Yamen Alsalka
+
+
+
Source
+
+ https://doi.org/10.1016/j.chemolab.2011.07.005 +
+
+
+
+

batch [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000422

+
+ Product of one mixing operation +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ batch [ncit] + c +
+
+
+
+

batch [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000423

+
+ A quantity of people or things treated or regarded as a group, especially when subdivided from a larger group. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
has sub-classes
+
+ batch [dik] + c +
+
+
+
+

biological processc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/GO_0008150

+
+ A biological process represents a specific objective that the organism is genetically programmed to achieve. Biological processes are often described by their outcome or ending state, e.g., the biological process of cell division results in the creation of two daughter cells (a divided cell) from a single parent cell. A biological process is accomplished by a particular set of molecular functions carried out by specific gene products (or macromolecular complexes), often in a highly regulated manner and in a particular temporal sequence. +
+
+ Note that, in addition to forming the root of the biological process ontology, this term is recommended for use for the annotation of gene products whose biological process is unknown. When this term is used for annotation, it indicates that no information was available about the biological process of the gene product annotated as of the date the annotation was made; the evidence code 'no data' (ND), is used to indicate this. +
+
+
+

buildingc + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000148

+
+ A structure that has a roof and walls and stands more or less permanently in one place. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C80231
+
+
+
Term status
+
uncurated
+
+
+
+

bundle adjustment [jade]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000025

+
+ "Bundle adjustment [...] is a method for the simultaneous numerical fit of an unlimited number of spatially distributed images (bundles of rays). It makes use of photogrammetric observations (measured image points), survey observations and an object coordinate system. Using tie points, single images are merged into a global model in which the object surface can be reconstructed in three dimensions." (Luhmann et al. 2020: 349f.) +
+
+
Source
+
Luhmann, Robson, Kyle & Boehm (2020): Close-Range Photogrammetry and 3D Imaging, 3rd ed. De Gruyter: Berlin, Boston
+
+
+
+

Butadiene rubber BR [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000642

+
+ Polybutadiene [butadiene rubber BR] is a synthetic rubber. Polybutadiene rubber is a polymer formed from the polymerization of the monomer 1,3-butadiene. Polybutadiene has a high resistance to wear and is used especially in the manufacture of tires. +
+
+
Contributors: +
+
Yamen Alsalka
+
+
+
Source
+
Wikipedia
+
+
+
has super-classes
+
+ Synthetic rubber [hsh] + c +
+
+
+
+

Butyl rubber BIIR [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000644

+
+ Is a synthetic rubber, a copolymer of isobutylene with isoprene +
+
+
Contributors: +
+
Yamen Alsalka
+
+
+
Source
+
Wikipedia
+
+
+
has super-classes
+
+ Synthetic rubber [hsh] + c +
+
+
+
+

calandar [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000164

+
+ A machine that combines a series of hard pressure rollers used to finish or smooth a sheet of rubber material. Constitutes an entity sub-group of the machine entity. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

camera calibration [jade]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000024

+
+ "The photogrammetric determination of the parameters of interior orientation is usually referred to as calibration. This is based on the idea that once a mechanically stable camera is calibrated, it may be moved from one image taking location to another whilst retaining its calibration." (Luhmann, Robson et al. 2020: 170) +
+
+
Source
+
Luhmann, Robson, Kyle & Boehm (2020): Close-Range Photogrammetry and 3D Imaging, 3rd ed. De Gruyter: Berlin, Boston
+
+
+
+

camera coordinate system [jade]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000022

+
+ "The camera coordinate system has its origin at the perspective centre of the image. It is further defined by reference features fixed in the camera (fiducial marks, réseau, sensor system). It can therefore be reconstructed from the image and related to an image measuring device" (Luhmann et al. 2020: 278) +
+
+
Source
+
Luhmann, Robson, Kyle & Boehm (2020): Close-Range Photogrammetry and 3D Imaging, 3rd ed. De Gruyter: Berlin, Boston
+
+
+
+

carbon blackc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_82297

+
+ An elemental carbon in the form of virtually pure colloidal particles that are produced by incomplete combustion or thermal decomposition of gaseous or liquid hydrocarbons under controlled conditions. A black, finely divided pellet or powder, its properties of specific surface area, particle size and structure, conductivity and colour can be varied by varying the exact conditions for its production. It is used in tyres, rubber and plastic products, printing inks and coatings. +
+
+
has super-classes
+
+ elemental carbon + c +
+
has sub-classes
+
+ Carbon Black [dik] + c, carbon black nanoparticle + c +
+
+
+
+

Carbon Black [chebi]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000297

+
+ An elemental carbon in the form of virtually pure colloidal particles that are produced by incomplete combustion or thermal decomposition of gaseous or liquid hydrocarbons under controlled conditions. A black, finely divided pellet or powder, its properties of specific surface area, particle size and structure, conductivity and colour can be varied by varying the exact conditions for its production. It is used in tyres, rubber and plastic products, printing inks and coatings. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
CHEBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/chebi.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Poligeenan + c +
+
has sub-classes
+
+ Corax N660 [dik] + c, N-Carbon Black [dik] + c, S-Carbon Black [dik] + c +
+
+
+
+

Carbon Black [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000296

+
+ compounding ingredient consisting essentially of more than 95 % elemental carbon in the form of nearspherical particles with major diameters less than 1 μm, generally coalesced into aggregates +
+
+ Carbon black is produced by incomplete burning or thermal decomposition of hydrocarbons. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ carbon black + c +
+
+
+
+

carbon black nanoparticlec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_133602

+
+ Any form of carbon black which has a particle size of less than 100 nm in each dimension. +
+
+
has super-classes
+
+ carbon black + c, carbon nanostructure + c, nanoparticle + c +
+
+
+
+

carbon group molecular entityc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_33582

+
+
has super-classes
+
+ p-block molecular entity + c +
+
has sub-classes
+
+ organic molecular entity + c +
+
+
+
+

carbon nanostructurec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_50812

+
+
has super-classes
+
+ elemental carbon + c, nanostructure + c +
+
has sub-classes
+
+ carbon black nanoparticle + c +
+
+
+
+

CARTc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000749

+
+ A CART (classification and regression trees) is a data transformation method for producing a classification or regression model with a tree-based structure. +
+
+
Source
+
BOOK: David J. Hand, Heikki Mannila and Padhraic Smyth (2001) Principles of Data Mining.
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
has super-classes
+
+ decision tree building data transformation + c +
+
has members
+
+ GenePattern CART + ni +
+
+
+
+

categorical labelc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000963

+
+ A label that is part of a categorical datum and that indicates the value of the data item on the categorical scale. +
+
+
Source
+
Bjoern Peters
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
Example
+
+
The labels 'positive' vs. 'negative', or 'left handed', 'right handed', 'ambidexterous', or 'strongly binding', 'weakly binding' , 'not binding', or '+++', '++', '+', '-' etc. form scales of categorical labels.
+
+
+
+
has super-classes
+
+ datum label + c +
+
has members
+
+ ambidexterous + ni, left handed + ni, right handed + ni +
+
+
+
+

categorical value specificationc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001930

+
+ A value specification that is specifies one category out of a fixed number of nominal categories +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
has super-classes
+
+ value specification + c +
+
has sub-classes
+
+ International Federation of Gynecology and Obstetrics cervical cancer stage value specification + c, International Federation of Gynecology and Obstetrics ovarian cancer stage value specification + c, clinical tumor stage group according to AJCC 7th edition + c, histologic grade according to AJCC 7th edition + c, histologic grade according to the Fuhrman Nuclear Grading System + c, histologic grade for ovarian tumor + c, pathologic distant metastases stage for colon according to AJCC 7th edition + c, pathologic distant metastases stage for kidney according to AJCC 7th edition + c, pathologic distant metastases stage for lung according to AJCC 7th edition + c, pathologic distant metastases stage for ovary according to AJCC 7th edition + c, pathologic lymph node stage for colon and rectum according to AJCC 7th edition + c, pathologic lymph node stage for kidney according to AJCC 7th edition + c, pathologic lymph node stage for lung according to AJCC 7th edition + c, pathologic lymph node stage for ovary according to AJCC 7th edition + c, pathologic primary tumor stage for colon and rectum according to AJCC 7th edition + c, pathologic primary tumor stage for kidney according to AJCC 7th edition + c, pathologic primary tumor stage for lung according to AJCC 7th edition + c, pathologic primary tumor stage for ovary according to AJCC 7th edition + c, performance status value specification + c +
+
+
+
+

chalcogen molecular entityc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_33304

+
+ Any p-block molecular entity containing a chalcogen. +
+
+
has super-classes
+
+ p-block molecular entity + c +
+
has sub-classes
+
+ organochalcogen compound + c, sulfur molecular entity + c +
+
+
+
+

chemical entityc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_24431

+
+ A chemical entity is a physical entity of interest in chemistry including molecular entities, parts thereof, and chemical substances. +
+
+
has sub-classes
+
+ chemical substance + c, group [chebi] + c, group [dik] + c, group [ncit] + c, molecular entity + c, particle [ncit] + c +
+
+
+
+

chemical substancec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_59999

+
+ A chemical substance is a portion of matter of constant composition, composed of molecular entities of the same type or of different types. +
+
+
has super-classes
+
+ chemical entity + c +
+
has sub-classes
+
+ mixture + c, particle [dik] + c +
+
+
+
+

Chemometrics [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000198

+
+ The chemical discipline that uses mathematical and statistical methods, (a) to design or select optimal measurement procedures and experiments, and (b) to provide maximum chemical information by analyzing chemical data. +
+
+
Contributors: +
+
Christoph Lenth
+
+
+
Source
+
https://www.wiley-vch.de/de/fachgebiete/naturwissenschaften/chemometrics-978-3-527-34097-2
+
+
+
+

class discovery data transformationc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0200175

+
+ A class discovery data transformation (sometimes called unsupervised classification) is a data transformation that has objective class discovery. +
+
+
Source
+
PERSON: James Malone
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
has super-classes
+
+ data transformation + c +
+
has sub-classes
+
+ dimensionality reduction + c, hierarchical clustering + c, k-means clustering + c, k-nearest neighbors + c +
+
+
+
+

class prediction data transformationc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000663

+
+ A class prediction data transformation (sometimes called supervised classification) is a data transformation that has objective class prediction. +
+
+
Source
+
PERSON: James Malone
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
has super-classes
+
+ data transformation + c +
+
has sub-classes
+
+ support vector machine + c +
+
+
+
+

Classification [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000219

+
+ Is to reliably assign new samples to existing classes in a given population. +
+
+
Contributors: +
+
Yamen Alsalka
+
+
+
Source
+
Unscrambler X
+
+
+
+

classified data setc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000023

+
+ A data set that is produced as the output of a class prediction data transformation and consists of a data set with assigned class labels. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
is equivalent to
+
+ is_specified_output_of + op + some + class prediction data transformation + c +
+
has super-classes
+
+ data set + c +
+
+
+
+

clinical tumor stage group according to AJCC 7th editionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002314

+
+ A categorical value specification that is an assessment of the stage of a cancer according to the American Joint Committee on Cancer (AJCC) v7 staging systems. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
has super-classes
+
+ categorical value specification + c +
+
has members
+
+ Occult Carcinoma (AJCC 7th) + ni, Stage 0 (AJCC 7th) + ni, Stage I (AJCC 7th) + ni, Stage IIA (AJCC 7th) + ni, Stage IIB (AJCC 7th) + ni, Stage IIC (AJCC 7th) + ni, Stage IIIA (AJCC 7th) + ni, Stage IIIB (AJCC 7th) + ni, Stage IIIC (AJCC 7th) + ni, Stage IVA (AJCC 7th) + ni, Stage IVB (AJCC 7th) + ni +
+
+
+
+

cluster analysis [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000032

+
+ Clustering or cluster analysis is a unsupervised machine learning technique, which groups the unlabelled dataset. It can be defined as a way of grouping the data points into different clusters, consisting of similar data points. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Term status
+
uncurated
+
+
+
+

cluster analysis [ncti]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000033

+
+ Methods for grouping objects into subsets such that those within each cluster are more closely related to one another than objects assigned to different clusters. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C15426
+
+
+
Term status
+
uncurated
+
+
+
+

clustered data setc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000648

+
+ A data set that is produced as the output of a class discovery data transformation and consists of a data set with assigned discovered class labels. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
Example
+
+
A clustered data set is the output of a K means clustering data transformation
+
+
+
+
is equivalent to
+
+ is_specified_output_of + op + some + class discovery data transformation + c +
+
has super-classes
+
+ data set + c +
+
+
+
+

clustered data visualizationc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0200190

+
+ A data visualization which has input of a clustered data set and produces an output of a report graph which is capable of rendering data of this type. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
has super-classes
+
+ data visualization + c +
+
has members
+
+ GenePattern HeatMapViewer data visualization + ni, GenePattern HierarchicalClusteringViewer data visualization + ni +
+
+
+
+

collection of material entities [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000101

+
+ A class of units in the system under study (e.g, machines, spare parts) +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

collection of specimensc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002076

+
+ A material entity that has two or more specimens as its parts. +
+
+
Source
+
OBIB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
Example
+
+
Blood cells collected from multiple donors over the course of a study.
+
+
+
+
+

Color histogramm [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000251

+
+ A multidimensional histogram of the distribution of color in an image +
+
+
+

Colorimetry (chemical method) [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000231

+
+ Determination concentrations using a color chart +
+
+
Contributors: +
+
Christoph Lenth
+
+
+
Source
+
+ https://de.wikipedia.org/wiki/Kolorimetrie +
+
+
+
+

Colorimetry [allotrope]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000232

+
+ The determination of the spectral absorbance of a solution. This method is often used to determine the concentration of a chemical in a solution. [CHMO] +
+
+ http://purl.allotrope.org/ontologies/ +
+
+
Is defined by
+
allotrope.org
+
+
+
Source
+
http://purl.allotrope.org/ontologies/process#AFP_0002309
+
+
+
Term status
+
uncurated
+
+
+
+

Colorimetry [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000233

+
+ An assessment used to quantify and describe the colors within the visible spectrum of light. +
+
+ http://purl.allotrope.org/ontologies/ +
+
+
Is defined by
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C111096
+
+
+
Term status
+
uncurated
+
+
+
+

Complex Shear Modulus [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000572

+
+ ratio of the shear stress to the shear strain, where each can be represented by a complex number +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Complex Young’s Modulus [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000573

+
+ ratio of the normal stress to the normal strain, where each can be represented by a complex number +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Composition [fso]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000277

+
+ Composition of the material or substance. +
+
+ http://www.aidimme.es/FurnitureSectorOntology.owl +
+
+
Is defined by
+
Furniture Sector Ontology
+
+
+
Source
+
http://www.aidimme.es/FurnitureSectorOntology.owl#hasComposition
+
+
+
Term status
+
uncurated
+
+
+
+

Composition [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000279

+
+ The way in which something is made, especially in terms of its different parts; its constituents. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Is defined by
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C53414
+
+
+
Term status
+
uncurated
+
+
+
+

Composition [pato]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000278

+
+ A single physical entity inhering in an bearer by virtue of the bearer's quantities or relative ratios of subparts. [PATO] +
+
+ PATO +
+
+
Is defined by
+
PATO
+
+
+
Source
+
http://purl.obolibrary.org/obo/PATO_0000025
+
+
+
Term status
+
uncurated
+
+
+
+

Compound [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000338

+
+ intimate mixture of a rubber or rubbers or other polymer-forming materials with all the ingredients necessary for the finished product +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Compounding Ingredient [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000337

+
+ substance added to a rubber or rubber latex to form a mix +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

concentration [allotrope]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000204

+
+ A concentration (datum) is a quantification facet that quantifies a quality inhering in a substance by virtue of the amount of the bearer's there is mixed with another substance. [Allotrope] +
+
+ http://purl.allotrope.org/ontologies/ +
+
+
Is defined by
+
allotrope.org
+
+
+
Source
+
http://purl.allotrope.org/ontologies/result#AFR_0002036
+
+
+
Term status
+
uncurated
+
+
+
+

concentration [bwmd]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000203

+
+ The quantity kind concentration +
+
+ https://www.materials.fraunhofer.de/ontologies/BWMD_ontology +
+
+
Is defined by
+
BWMD
+
+
+
Source
+
https://www.materials.fraunhofer.de/ontologies/BWMD_ontology/mid#BWMD_00298
+
+
+
Term status
+
uncurated
+
+
+
+

concentration [chmo]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000207

+
+ Experimental method output expressing the contribution of one constituent to the composition of a mixture. +
+
+ http://purl.obolibrary.org/obo/chmo.owl +
+
+
Is defined by
+
CHMO
+
+
+
Source
+
http://purl.obolibrary.org/obo/CHMO_0002820
+
+
+
Term status
+
uncurated
+
+
+
+

concentration [ecso]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000208

+
+ the strength of a solution; number of molecules of a substance in a given volume +
+
+ http://purl.dataone.org/odo/ECSO8.owl +
+
+
Is defined by
+
ECSO
+
+
+
Source
+
http://purl.dataone.org/odo/ECSO_00001120
+
+
+
Term status
+
uncurated
+
+
+
+

concentration [edam]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000206

+
+ The concentration of a chemical compound. +
+
+ http://edamontology.org +
+
+
Is defined by
+
EDAM
+
+
+
Source
+
http://edamontology.org/data_2140
+
+
+
Term status
+
uncurated
+
+
+
+

concentration [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000202

+
+ A quality of a substance in terms of its amount per unit volume in a mixture. +
+
+
Contributors: +
+
Sven Schwabe (IFNANO)
+
+
+
Source
+
https://en.wikipedia.org/wiki/Concentration
+
+
+
Term status
+
uncurated
+
+
+
Example
+
+
The concentration of Zinc in the extrudate is 0.5 g/L.
+
+
+
+
+

concentration [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000205

+
+ The quantity of a substance per unit volume or weight; a measure of the amount of substance present in a unit amount of mixture, particularly, the amount of solute dissolved in a solvent. The amounts can be expressed as moles, masses, volumes, or parts. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C41185
+
+
+
Term status
+
uncurated
+
+
+
+

Concentration Measurement Assay [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000589

+
+ An assay with the objective to produce information about the concentration of a specific substance in the material entity that is the evaluant, by physically examining it or its proxies. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Concentration Measurement Protocol [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000593

+
+ A measurement protocol for reliably reproducing the concentration measurement assay. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

concentration ofc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/PATO_0000033

+
+ A quality inhering in a substance by virtue of the amount of the bearer's there is mixed with another substance. +
+
+
has super-classes
+
+ molecular quality + c +
+
+
+
+

Concentration of [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000623

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

concentration unitc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000051

+
+
has super-classes
+
+ measurement unit label + c +
+
has sub-classes
+
+ Mass Percentage [dik] + c, Mass Percentage [uo] + c +
+
has members
+
+ colony forming unit per volume + ni, gram per deciliter + ni, gram per liter + ni, mass percentage + ni, mass volume percentage + ni, microgram per liter + ni, micromolar + ni, milligram per milliliter + ni, milliliter per liter + ni, millimolar + ni, molar + ni, nanomolar + ni, pH + ni, picomolar + ni, volume percentage + ni +
+
+
+
+

Concrentration [chmo]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000626

+
+ Experimental method output expressing the contribution of one constituent to the composition of a mixture. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
CHMO
+
+
+
Source
+
http://purl.obolibrary.org/obo/chmo.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Concrentration [ecso]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000628

+
+ the strength of a solution; number of molecules of a substance in a given volume +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
ECSO
+
+
+
Source
+
http://purl.dataone.org/odo/ECSO8.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Concrentration [edam]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000625

+
+ The concentration of a chemical compound. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
EDAM
+
+
+
Source
+
http://edamontology.org
+
+
+
Term status
+
uncurated
+
+
+
+

Concrentration [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000627

+
+ The quantity of a substance per unit volume or weight; a measure of the amount of substance present in a unit amount of mixture, particularly, the amount of solute dissolved in a solvent. The amounts can be expressed as moles, masses, volumes, or parts. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Concrentration [pato]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000624

+
+ A quality inhering in a substance by virtue of the amount of the bearer's there is mixed with another substance. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
PATO
+
+
+
Source
+
http://purl.obolibrary.org/obo/pato.owl
+
+
+
Term status
+
uncurated
+
+
+
+

condition [ncti]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000120

+
+ A state of being, such as a state of health. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C25457
+
+
+
Term status
+
uncurated
+
+
+
+

condition [shacl]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000121

+
+ The shapes that the focus nodes need to conform to before a rule is executed on them. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
shacl
+
+
+
Source
+
http://www.w3.org/ns/shacl#condition
+
+
+
Term status
+
uncurated
+
+
+
+

condition [ssn]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000122

+
+ Used to specify ranges for qualities that act as conditions on a system/sensor's operation. For example, wind speed of 10-60m/s may be used as the condition on a SystemProperty, for example, to state that a sensor has a particular accuracy in that +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
ssn
+
+
+
Source
+
http://www.w3.org/ns/ssn/systems/Condition
+
+
+
Term status
+
uncurated
+
+
+
+

conveyor [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000169

+
+ A continuous moving strip or surface that is used for transporting objects between different destinations. Constitutes an entity sub-group of the conveyor vehicle entity. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

Conveyor Belt [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000437

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

conveyor vehicle [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000137

+
+ A mode of transport that is employed to transport raw materials, semi-finished goods and finished goods within the system under investigation. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

cool functionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000387

+
+ A cool function is a function to decrease the internal kinetic energy of a material below the initial kinetic energy of that type of material. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
has super-classes
+
+ function + c +
+
+
+
+

Corax N660 [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000301

+
+ Trade name for a specific N600-carbon black +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Carbon Black [chebi] + c +
+
+
+
+

Correlation [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000200

+
+ The degree to which two or more quantities or events are associated, a statistical relation between two or more variables such that systematic changes in the value of one variable are accompanied by systematic changes in the others. The collelation can be described by mathematical functions (often a linear function is used). It’s a common tool for describing simple relationships without making a statement about cause and effect. +
+
+ Correlations are useful for describing simple relationships among data +
+
+
Contributors: +
+
Yamen Alsalka (IFNANO)
+
+
+
Source
+
https://www.jmp.com/en_ca/statistics-knowledge-portal/what-is-correlation.html; http://purl.obolibrary.org/obo/NCIT_C48834
+
+
+
+

Correlation [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000201

+
+ The degree to which two or more quantities or events are linearly associated, a statistical relation between two or more variables such that systematic changes in the value of one variable are accompanied by systematic changes in the others. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C48834
+
+
+
Term status
+
uncurated
+
+
+
+

cost [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000106

+
+ Cumulative expression for the value of all costs groups within the system under study +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

cost [ncti]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000107

+
+ The amount paid, charged, or engaged to be paid, for purchasing goods, services and financial instruments. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C69088
+
+
+
Term status
+
uncurated
+
+
+
+

cost group [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000108

+
+ Cumulative expression for the value of overarching entity groups (e.g., human ressource, maintenance) within the system under study +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

count [allotrope]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000255

+
+ The number of objects counted. [Allotrope] +
+
+ allotrope +
+
+
Is defined by
+
allotrope.org
+
+
+
Source
+
http://purl.allotrope.org/ontologies/property#AFX_0000604
+
+
+
Term status
+
uncurated
+
+
+
+

count [allotrope]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000256

+
+ A datum that has non-negative integer values that is about the number of discrete things. [Allotrope] +
+
+ allotrope +
+
+
Is defined by
+
allotrope.org
+
+
+
Source
+
http://purl.allotrope.org/ontologies/result#AFR_0000984
+
+
+
Term status
+
uncurated
+
+
+
+

count [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000254

+
+ counting events +
+
+ unit +
+
+
Contributors: +
+
Sven Schwabe (IFNANO)
+
+
+
+

count [ms]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000258

+
+ a count is a data item denoted by an integer and represented the number of instances or occurences of an entity +
+
+ http://purl.obolibrary.org/obo/ms.owl +
+
+
Is defined by
+
MS
+
+
+
Source
+
http://purl.obolibrary.org/obo/STATO_0000047
+
+
+
Term status
+
uncurated
+
+
+
+

count [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000257

+
+ Determining the number or amount of something. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C25463
+
+
+
Term status
+
uncurated
+
+
+
+

Crosslink [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000477

+
+ chemical bond or atom(s) joining two rubber chains or two parts of the same rubber chain as a result of vulcanization +
+
+ In a vulcanizate, trapped chain entanglements can act as physical crosslinks and contribute to the crosslink density. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Crosslink [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000478

+
+ Any covalent linkage between two polymers or between two different regions of the same polymer. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Crosslink Density [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000475

+
+ number of crosslinks per unit volume or unit mass of vulcanizate +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Crosslinking [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000479

+
+ 〈act of〉 insertion of crosslinks between or within rubber chains to give a network structure +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

curation status specificationc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000078

+
+ The curation status of the term. The allowed values come from an enumerated list of predefined terms. See the specification of these instances for more detailed definitions of each enumerated value. +
+
+
Source
+
GROUP:OBI:<http://purl.obolibrary.org/obo/obi>
+
OBI_0000266
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
is equivalent to
+
{ example to be eventually removed , metadata complete , organizational term , ready for release , metadata incomplete , uncurated , pending final vetting , to be replaced with external ontology term , requires discussion }
+
has super-classes
+
+ data about an ontology part + c +
+
has members
+
+ example to be eventually removed + ni, metadata complete + ni, metadata incomplete + ni, organizational term + ni, pending final vetting + ni, ready for release + ni, requires discussion + ni, to be replaced with external ontology term + ni, uncurated + ni +
+
+
+
+

Cure Rate [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000332

+
+ rate at which a rubber compound vulcanizes after having reached the point of incipient vulcanization +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Curemeter [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000582

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

cutter [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000163

+
+ A pneumtaic machine that cuts rubber materials. Constitutes an entity sub-group of the machine entity. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

cyanidec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_17514

+
+ A pseudohalide anion that is the conjugate base of hydrogen cyanide. +
+
+
has super-classes
+
+ pseudohalide anion + c +
+
+
+
+

cyclic compoundc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_33595

+
+ Any molecule that consists of a series of atoms joined together to form a ring. +
+
+
has super-classes
+
+ molecule + c +
+
has sub-classes
+
+ aromatic compound + c, heterocyclic compound + c, organic cyclic compound + c +
+
+
+
+

Cylinder pressure [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000094

+
+ Measured variable that indicates how high the pressure in the cylinder is during extrusion. +
+
+
Term status
+
uncurated
+
+
+
+

data about an ontology partc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000102

+
+ Data about an ontology part is a data item about a part of an ontology, for example a term +
+
+
has super-classes
+
+ data item + c +
+
has sub-classes
+
+ curation status specification + c, denotator type + c, obsolescence reason specification + c +
+
+
+
+

data itemc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000027

+
+ An information content entity that is intended to be a truthful statement about something (modulo, e.g., measurement precision or other systematic errors) and is constructed/acquired by a method which reliably tends to produce (approximately) truthful statements. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
Example
+
+
Data items include counts of things, analyte concentrations, and statistical summaries.
+
+
+
+
has sub-classes
+
+ data about an ontology part + c, data set + c, measurement datum + c +
+
+
+
+

data mining [edam]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000035

+
+ An information set with a regular structure. Although it can be applied to any set of information the term was invented to refer to computerized data, and is used almost exclusively in computing. +
+
+ http://edamontology.org +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
EDAM
+
+
+
Source
+
http://edamontology.org/topic_3473
+
+
+
Term status
+
uncurated
+
+
+
+

data mining [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000034

+
+ A Database is a System for describing, storing and retrieving large amounts of data. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Term status
+
uncurated
+
+
+
+

data setc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000100

+
+ A data item that is an aggregate of other data items of the same type that have something in common. Averages and distributions can be determined for data sets. +
+
+
Source
+
OBI_0000042
+
group:OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
Example
+
+
Intensity values in a CEL file or from multiple CEL files comprise a data set (as opposed to the CEL files themselves).
+
+
+
+
has super-classes
+
+ data item + c +
+
has sub-classes
+
+ classified data set + c, clustered data set + c +
+
+
+
+

data transformationc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0200000

+
+ A planned process that produces output data from input data. +
+
+
Source
+
Branch editors
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
The application of a clustering protocol to microarray data or the application of a statistical testing method on a primary data set to determine a p-value.
+
+
+
+
has super-classes
+
+ planned process + c +
+
has sub-classes
+
+ class discovery data transformation + c, class prediction data transformation + c, decision tree building data transformation + c, partitioning data transformation + c, peak matching + c +
+
is disjoint with
+
+ assay + c +
+
+
+
+

data visualizationc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0200111

+
+ An planned process that creates images, diagrams or animations from the input data. +
+
+
Source
+
PERSON: Elisabetta Manduchi
+
PERSON: James Malone
+
PERSON: Melanie Courtot
+
PERSON: Tina Boussard
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
Generation of a heatmap from a microarray dataset
+
+
+
+
has super-classes
+
+ planned process + c +
+
has sub-classes
+
+ clustered data visualization + c +
+
+
+
+

database [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000036

+
+ A Database is a System for describing, storing and retrieving large amounts of data. +
+
+
Contributors: +
+
ITA
+
+
+
Term status
+
uncurated
+
+
+
+

database [ncti]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000037

+
+ An information set with a regular structure. Although it can be applied to any set of information the term was invented to refer to computerized data, and is used almost exclusively in computing. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C15426
+
+
+
Term status
+
uncurated
+
+
+
+

dataset creatingc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/APOLLO_SV_00000796

+
+ A planned process that has a data set as its specified output. +
+
+
is equivalent to
+
+ planned process + c + and (has_specified_output + op + some + data set + c)
+
has super-classes
+
+ planned process + c +
+
has sub-classes
+
+ dimensionality reduction + c, hierarchical clustering + c, k-means clustering + c, k-nearest neighbors + c +
+
+
+
+

datum labelc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000009

+
+ A label is a symbol that is part of some other datum and is used to either partially define the denotation of that datum or to provide a means for identifying the datum as a member of the set of data with the same label +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
has sub-classes
+
+ categorical label + c, measurement unit label + c +
+
+
+
+

Datum Label [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000501

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Source
+
http://purl.obolibrary.org/obo/pato.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Datum Label [iao]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000502

+
+ A label is a symbol that is part of some other datum and is used to either partially define the denotation of that datum or to provide a means for identifying the datum as a member of the set of data with the same label +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
IAO
+
+
+
Source
+
http://purl.obolibrary.org/obo/iao.owl
+
+
+
Term status
+
uncurated
+
+
+
+

decision tree building data transformationc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000707

+
+ A decision tree building data transformation is a data transformation that has objective decision tree induction. +
+
+
Source
+
PERSON: James Malone
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
has super-classes
+
+ data transformation + c +
+
has sub-classes
+
+ CART + c +
+
+
+
+

deep learning [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000038

+
+ Deep learning is a class of machine learning algorithms that uses multiple layers to progressively extract higher-level features from the raw input. There is no universally agreed-upon threshold of depth that divides shallow learning from deep learning, but most researchers agree that deep learning involves CAP depth higher than 2. The CAP (credit assignment path) is the chain of transformations from input to output. CAPs describe potentially causal connections between input and output. For simple neural networks (feedforward neural networks) this treshhold is reached with at least two hidden layers. +
+
+
Term status
+
uncurated
+
+
+
+

deep learning [ncti]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000039

+
+ A subset of machine learning that is part of the broader family of machine learning methodologies based on artificial neural networks. A deep neural network has multiple layers between input and output layers to progressively extract higher level features from the raw input. (After DeepAI Machine Learning Glossary and Terms) [ NCI ] +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C176258
+
+
+
Term status
+
uncurated
+
+
+
+

Degree Celsius [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000539

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Degree Celsius [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000540

+
+ A unit of temperature of the temperature scale designed so that the freezing point of water is 0 degrees and the boiling point is 100 degrees at standard atmospheric pressure. The current official definition of the Celsius sets 0.01 C to be at the triple point of water and a degree to be 1/273.16 of the difference in temperature between the triple point of water and absolute zero. One degree Celsius represents the same temperature difference as one Kelvin. [ NCI ] +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Degree Celsius [om]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000542

+
+ The degree Celsius is a unit of temperature defined as 1 kelvin. The degree Celsius is a derived unit in the International System of Units. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
OM
+
+
+
Source
+
http://www.ontology-of-units-of-measure.org/resource/om-2
+
+
+
Term status
+
uncurated
+
+
+
+

Degree Celsius [uo]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000541

+
+ "A temperature unit which is equal to one kelvin degree. However, they have their zeros at different points. The centigrade scale has its zero at 273.15 K." [NIST:NIST] +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
UO
+
+
+
Source
+
http://purl.obolibrary.org/obo/UO_0000027
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

dendrogramc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000183

+
+ A dendrogram is a report graph which is a tree diagram +frequently used to illustrate the arrangement of the clusters produced by a +clustering algorithm. +
+
+
Source
+
WEB: http://en.wikipedia.org/wiki/Dendrogram
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
Dendrograms are often used in computational biology to
+illustrate the clustering of genes.
+
+
+
+
has super-classes
+
+ graph + c +
+
+
+
+

denotator typec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000409

+
+ A denotator type indicates how a term should be interpreted from an ontological perspective. +
+
+
Source
+
Barry Smith, Werner Ceusters
+
+
+
Example
+
+
The Basic Formal Ontology ontology makes a distinction between Universals and defined classes, where the formal are "natural kinds" and the latter arbitrary collections of entities.
+
+
+
+
is equivalent to
+
{ universal , defined class , named class expression }
+
has super-classes
+
+ data about an ontology part + c +
+
has members
+
+ defined class + ni, named class expression + ni, universal + ni +
+
+
+
+

Density Measurement Assay [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000506

+
+ An assay with the objective to produce information about the density of the material entity that is the evaluant, by physically examining it or its proxies. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Density Measurement Protocol [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000536

+
+ A measurement protocol for reliably reproducing the density measurement assay. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

devicec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000968

+
+ A material entity that is designed to perform a function in a scientific investigation, but is not a reagent. +
+
+
Source
+
OBI development call 2012-12-17.
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
A voltmeter is a measurement device which is intended to perform some measure function.
+
+
+
An autoclave is a device that sterlizes instruments or contaminated waste by applying high temperature and pressure.
+
+
+
+
has super-classes
+
+ processed material + c +
+
has sub-classes
+
+ environmental control device + c, measurement device + c +
+
+
+
+

Device [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000548

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Device [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000549

+
+ An object contrived for a specific purpose. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Device [obi]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000550

+
+ A material entity that is designed to perform a function in a scientific investigation, but is not a reagent. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
OBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/obi.owl
+
+
+
Term status
+
uncurated
+
+
+
+

di(benzothiazol-2-yl)disulfide [chebi]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000321

+
+ An organic disulfide resulting from the formal oxidative coupling of the thiol groups of two molecules of 1,3-benzothiazole-2-thiol. It is used as an accelerator in the rubber industry. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
CHEBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/chebi.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ organic disulfide + c +
+
has sub-classes
+
+ Vulkacit MBTS [dik] + c +
+
+
+
+

di(benzothiazol-2-yl)disulfide [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000320

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ organic disulfide + c +
+
+
+
+

diagramc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000309

+
+ A figure that expresses one or more propositions +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
Example
+
+
A molecular structure ribbon cartoon showing helices, turns and sheets and their relations to each other in space.
+
+
+
+
has super-classes
+
+ figure + c +
+
has sub-classes
+
+ graph + c +
+
+
+
+

Die [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000429

+
+ that part of an extruder through which material is forced, forming a profile of the extrudate +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Die Geometry [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000449

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Die Swell [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000435

+
+ difference between the dimensions of the cross-section of an extrudate and the corresponding dimensions of the die orifice, usually quantified as the percentage increase in the crosssectional area +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Diene Rubber [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000293

+
+ type of rubber having an unsaturated carbon main chain derived mostly from butadiene or a substituted butadiene +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ rubber particle [chebi] + c +
+
+
+
+

Digital image processing [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000239

+
+ The use of a digital computer to process digital images through an algorithm. +
+
+
+

dimensionality reductionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0200050

+
+ A dimensionality reduction is data partitioning which transforms each input m-dimensional vector (x_1, x_2, ..., x_m) into an output n-dimensional vector (y_1, y_2, ..., y_n), where n is smaller than m. +
+
+
Source
+
PERSON: Elisabetta Manduchi
+
PERSON: James Malone
+
PERSON: Melanie Courtot
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
has super-classes
+
+ class discovery data transformation + c, dataset creating + c +
+
has sub-classes
+
+ principal components analysis dimensionality reduction + c +
+
+
+
+

Dimensionless Unit [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000617

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Dimensionless Unit [ms]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000618

+
+ "A unit which is a standard measure of physical quantity consisting of only a numerical number without any units." [Wikipedia:Wikipedia] +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
MS
+
+
+
Source
+
http://purl.obolibrary.org/obo/ms.owl
+
+
+
Term status
+
uncurated
+
+
+
+

direct costc + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000153

+
+ Costs that can be identified with a particular project or program. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C19579
+
+
+
Term status
+
uncurated
+
+
+
+

direct cost [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000152

+
+ All costs that are derived from costs groups that are directly related to the production of goods in the system under study. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

Discriminant analysis [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000354

+
+ Is a supervised classification method and it is used to build classification rules of a number of prespecified clases. +
+
+
Contributors: +
+
Yamen Alsalka
+
+
+
Source
+
Unscrambler X
+
+
+
+

Dispersion [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000372

+
+ Distribution of one or more ingredients into a rubber, a rubber blend or a continuum material, by the application of shearing forces, in order to confer optimum and uniform properties +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

dispositionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/BFO_0000016

+
+
Is defined by
+
+ http://purl.obolibrary.org/obo/bfo.owl +
+
+
+
Example
+
+
an atom of element X has the disposition to decay to an atom of element Y
+
+
+
certain people have a predisposition to colon cancer
+
+
+
children are innately disposed to categorize objects in certain ways.
+
+
+
the cell wall is disposed to filter chemicals in endocytosis and exocytosis
+
+
+
+
has sub-classes
+
+ function + c +
+
is in range of
+
+ has disposition + op +
+
is disjoint with
+
+ role + c +
+
+
+
+

distance between sensor and extrudate [imr]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000016

+
+
+

distribution quality [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000215

+
+ A quality of a sample in terms of homogenity, or the distribution of concentration of a specific component in a mixture, in a macroscopic body. +
+
+
Contributors: +
+
Sven Schwabe (IFNANO)
+
+
+
+

disulfidec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_48343

+
+ Compounds of structure RSSR'. +
+
+
has super-classes
+
+ sulfur molecular entity + c +
+
has sub-classes
+
+ organic disulfide + c +
+
+
+
+

dithiocarbamate [chebi]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000327

+
+ A member of the class of dithiocarbamate anions resulting from the deprotonation of both of the dithiocarbamic acid moieties of ethylenebis(dithiocarbamic acid). The major species at pH 7.3. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
CHEBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/chebi.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ dithiocarbamate anions + c +
+
+
+
+

dithiocarbamate [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000326

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ dithiocarbamate anions + c +
+
+
+
+

dithiocarbamate anionsc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_84292

+
+ Any organic sulfur anion resulting from the removal of a proton from any N-substituted dithiocarbamic acid. +
+
+
has super-classes
+
+ organic sulfur anion + c +
+
has sub-classes
+
+ dithiocarbamate [chebi] + c, dithiocarbamate [dik] + c +
+
+
+
+

documentc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000310

+
+ A collection of information content entities intended to be understood together as a whole +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
Example
+
+
A journal article, patent application, laboratory notebook, or a book
+
+
+
+
has sub-classes
+
+ questionnaire + c +
+
+
+
+

dot plotc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000037

+
+ A dot plot is a report graph which is a graphical representation of data where each data point is represented by a single dot placed on coordinates corresponding to data point values in particular dimensions. +
+
+
Source
+
OBI_0000123
+
group:OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000002 +
+
+
+
Example
+
+
Dot plot of SSC-H and FSC-H.
+
+
+
+
has super-classes
+
+ graph + c +
+
+
+
+

Drop Door [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000384

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Drop Door Temperature [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000392

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Drop Door Temperature Control Unit [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000391

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Eastern Cooperative Oncology Group score value specificationc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002357

+
+ A performance status value specification designed by the Eastern Cooperative Oncology Group to assess disease progression and its affect on the daily living abilities of the patient. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
has super-classes
+
+ performance status value specification + c +
+
has members
+
+ 0: asymptomatic + ni, 1: symptomatic but fully ambulatory + ni, 2: symptomatic but in bed less than 50% of the day + ni, 3: symptomatic in bed more than 50% of the day but not bed ridden + ni, 4: bed ridden + ni +
+
+
+
+

Elastic Shear Modulus [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000574

+
+ that component of an applied shear stress which is in phase with the shear strain, divided by the strain +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Elastic Young’s Modulus [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000575

+
+ that component of an applied normal stress which is in phase with the normal strain, divided by the strain +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

elastomers [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000041

+
+ Elastomers are dimensionally stable but elastically deformable plastics. They are producest by vulcanization of rubber. +
+
+
Term status
+
uncurated
+
+
+
+

Electrical Power [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000418

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

electromagnetic (EM) radiation qualityc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/PATO_0001291

+
+ A physical quality that inheres in an bearer by virtue of how that bearer interacts with electromagnetic radiation. +
+
+
has super-classes
+
+ radiation quality + c +
+
has sub-classes
+
+ optical quality + c +
+
+
+
+

elemental carbonc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_33415

+
+
has super-classes
+
+ elemental molecular entity + c, organic molecular entity + c +
+
has sub-classes
+
+ carbon black + c, carbon nanostructure + c +
+
+
+
+

elemental molecular entityc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_33259

+
+ A molecular entity all atoms of which have the same atomic number. +
+
+
has super-classes
+
+ molecular entity + c +
+
has sub-classes
+
+ elemental carbon + c +
+
+
+
+

energy consumption [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000143

+
+ The amount of electricity (kw/h) that is consumed by all entities in the system under investigation. Constitutes a factor of the energy cost, storage cost and production cost group. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

energy cost [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000111

+
+ A cost group for all cost values occuring from entity sub-groups in the energy cost group and the associated factors +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

Engine [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000458

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Engine [envo]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000459

+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
ENVO
+
+
+
Source
+
http://purl.obolibrary.org/obo/envo.owl
+
+
+
Term status
+
uncurated
+
+
+
+

environment control functionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000401

+
+ An environmental control function is a function that regulates a contained environment within specified parameter ranges. For example the control of light exposure, humidity and temperature. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
has super-classes
+
+ function + c +
+
+
+
+

environmental control devicec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001034

+
+ An environmental control device is a device which has the function to control some aspect of the environment such as temperature, or humidity. +
+
+
Source
+
OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
Example
+
+
A growth chamber is an environmental control device.
+
+
+
+
is equivalent to
+
+ device + c + and (has function + op + some + heat function + c + or + cool function + c + or + environment control function + c)
+
has super-classes
+
+ device + c +
+
has sub-classes
+
+ autoclave + c +
+
+
+
+

EPDM rubber [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000645

+
+ EPDM rubber (ethylene propylene diene monomer rubber) is a type of synthetic rubber that is composed of ethylidene norbornene (ENB), dicyclopentadiene (DCPD), and vinyl norbornene (VNB). +
+
+
Contributors: +
+
Yamen Alsalka
+
+
+
Source
+
Wikipedia
+
+
+
has super-classes
+
+ Synthetic rubber [hsh] + c +
+
+
+
+

Ethylene Concentration [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000631

+
+ A concentration of ethylene inhering in a substance by virtue of the amount of the bearer's there is mixed with ethylene. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Ethylene Concentration Measurement Assay [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000590

+
+ A concentration measurement assay with the objective to produce information about the concentration of ethylene in the material entity that is the evaluant, by physically examining it or its proxies. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Ethylene Concentration Measurement Protocol [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000594

+
+ A concentration measurement protocol for reliably reproducing the ethylene concentration measurement assay. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Ethylene Group [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000597

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ hydrocarbylene group + c +
+
+
+
+

Ethylene Propylene Diene Rubber [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000292

+
+ Terpolymer of ethylene, propylene and a diene with the remaining unsaturated portion of the polymerized diene in the side chain +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ rubber particle [chebi] + c +
+
+
+
+

Ethylidene Group [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000633

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Source
+
http://purl.obolibrary.org/obo/CHEBI_29853
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ organodiyl group + c +
+
+
+
+

Ethylidene Norbornene [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000588

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Ethylidene Norbornene Concentration [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000632

+
+ A concentration of ethylidene norbornene inhering in a substance by virtue of the amount of the bearer's there is mixed with ethylidene norbornene. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Ethylidene Norbornene Concentration Measurement Assay [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000591

+
+ A concentration measurement assay with the objective to produce information about the concentration of ethylidene norbornene in the material entity that is the evaluant, by physically examining it or its proxies. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Ethylidene Norbornene Concentration Measurement Protocol [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000595

+
+ A concentration measurement protocol for reliably reproducing the ethylidene norbornene concentration measurement assay. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

evaluant rolec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000067

+
+ a role that inheres in a material entity that is realized in an assay in which data is generated about the bearer of the evaluant role +
+
+
Source
+
OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
When a specimen of blood is assayed for glucose concentration, the blood has the evaluant role. When measuring the mass of a mouse, the evaluant is the mouse. When measuring the time of DNA replication, the evaluant is the DNA. When measuring the intensity of light on a surface, the evaluant is the light source.
+
+
+
+
has super-classes
+
+ role + c +
+
+
+
+

exterior orientation [jade]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000023

+
+ "The exterior orientation consists of six parameters which describe the spatial position and orientation of the camera coordinate system with respect to the global object coordinate system" (Luhmann et al. 2020: 277) +
+
+
Source
+
Luhmann, Robson, Kyle & Boehm (2020): Close-Range Photogrammetry and 3D Imaging, 3rd ed. De Gruyter: Berlin, Boston
+
+
+
+

Extrudate [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000430

+
+ product of an extrusion process +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

extrudate [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000209

+
+ Product of the process of Extrusion +
+
+
Contributors: +
+
Sven Schwabe (IFNANO)
+
+
+
Source
+
https://en.wikipedia.org/wiki/Extrusionn
+
+
+
+

extrudate [imr]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000002

+
+ definded rigid Object based as result of an +extrusion process +
+
+
+

Extrudate Cross Section [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000450

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

extrudate norm [imr]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000017

+
+ ideal dimensions and shape of the +extrudate defined by the manufacturer +
+
+
+

Extruder [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000424

+
+ machine which, through the use of a screw or a hydraulic ram, continuously shapes a material by forcing it through a die or dies +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has sub-classes
+
+ Pin Extruder [dik] + c, Single Screw Extruder [dik] + c +
+
+
+
+

extruder [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000160

+
+ A machine that pushes unvulcanized rubber compounds through an extrusion die under pressure. Constitutes an entity sub-group of the machine entity. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

Extruder Head [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000431

+
+ that part of an extruder which houses the die and die holder +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

extrusion [chmo]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000045

+
+ A process used to create objects of a fixed cross-sectional profile by forcing or drawing a material through a die. +
+
+ http://purl.obolibrary.org/obo/chmo.owl +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
CHMO
+
+
+
Source
+
http://purl.obolibrary.org/obo/CHMO_0001613
+
+
+
Term status
+
uncurated
+
+
+
+

extrusion [chmo]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000212

+
+ A process used to create objects of a fixed cross-sectional profile by forcing or drawing a material through a die. +
+
+ http://purl.obolibrary.org/obo/chmo.owl +
+
+
Is defined by
+
CHMO
+
+
+
Source
+
http://purl.obolibrary.org/obo/CHMO_0001613
+
+
+
Term status
+
uncurated
+
+
+
+

Extrusion [chmo]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000434

+
+ A process used to create objects of a fixed cross-sectional profile by forcing or drawing a material through a die. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
CHMO
+
+
+
Source
+
http://purl.obolibrary.org/obo/chmo.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Extrusion [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000432

+
+ continuous shaping of a material by passage through a die +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

extrusion [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000210

+
+ Extrusion is a process used to create objects of a fixed cross-sectional profile by pushing material through a die of the desired cross-section. +
+
+
Contributors: +
+
Sven Schwabe (IFNANO)
+
+
+
Source
+
https://en.wikipedia.org/wiki/Extrusion
+
+
+
+

extrusion [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000043

+
+ Extrusion is a process used to create objects of a fixed cross-sectional profile by pushing material through a die of the desired cross-section. +
+
+
Term status
+
uncurated
+
+
+
+

extrusion [rex]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000044

+
+ A transformation in which an atom or group Y connected to two other atoms or groups X and Z is lost from a molecule, leading to a product in which X is bonded to Z, e.g. X-Y-Z --> X-Z + Y. +
+
+ http://purl.obolibrary.org/obo/rex.owl +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
REX
+
+
+
Source
+
http://purl.obolibrary.org/obo/REX_0000100
+
+
+
Term status
+
uncurated
+
+
+
+

extrusion [rex]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000211

+
+ A transformation in which an atom or group Y connected to two other atoms or groups X and Z is lost from a molecule, leading to a product in which X is bonded to Z, e.g. X-Y-Z --> X-Z + Y. +
+
+ http://purl.obolibrary.org/obo/rex.owl +
+
+
Is defined by
+
REX
+
+
+
Source
+
http://purl.obolibrary.org/obo/REX_0000100
+
+
+
Term status
+
uncurated
+
+
+
+

Extrusion [rex]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000433

+
+ A transformation in which an atom or group Y connected to two other atoms or groups X and Z is lost from a molecule, leading to a product in which X is bonded to Z, e.g. X-Y-Z --> X-Z + Y. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
REX
+
+
+
Source
+
http://purl.obolibrary.org/obo/rex.owl
+
+
+
Term status
+
uncurated
+
+
+
+

factor [allotrope]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000105

+
+ A multiplicand in a mathematical product expression. [Allotrope] +
+
+ skos:definition +
+
+
Is defined by
+
allotrope
+
+
+
Source
+
http://purl.allotrope.org/ontologies/result#AFR_0000924>
+
+
+
Term status
+
uncurated
+
+
+
+

factor [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000102

+
+ A circumstance, fact, or influence that contributes to the costs associated with an entity (e.g., wages, number) +
+
+
+

factor [ncti]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000103

+
+ Anything that contributes causally to a result. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C25506
+
+
+
Term status
+
uncurated
+
+
+
+

factor [proco]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000104

+
+ A data item that is a member of a minimal set of independent variables that can be used to model the dependent reponses in a set of related experiments. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
PROCO
+
+
+
Source
+
http://purl.obolibrary.org/obo/PROCO_0000005
+
+
+
Term status
+
uncurated
+
+
+
+

Factory Scrap [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000494

+
+ raw, compounded, vulcanized or partially vulcanized rubber rejected or generated as waste during product manufacture and found unsuitable for further use unless recycled +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Feeding Roll [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000460

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Feeding Roll Temperature [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000465

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Feeding Roll Temperature Control Unit [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000464

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Feeding Zone [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000462

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Feeding Zone Temperature [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000469

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Feeding Zone Temperature Control Unit [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000468

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

figurec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000308

+
+ An information content entity consisting of a two dimensional arrangement of information content entities such that the arrangement itself is about something. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
Example
+
+
Any picture, diagram or table
+
+
+
+
has sub-classes
+
+ diagram + c, image + c +
+
+
+
+

Filler [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000295

+
+ solid compounding ingredient, in particulate form, which may be added in relatively large proportions to a rubber or rubber latex for technical or economic purposes +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

filling material [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000180

+
+ Material that is required to manipulate the properties of rubber products. Constitutes an entity sub-group of the raw material entity. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

Filling Ratio [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000420

+
+ A physical quality which inheres in a bearer by virtue of the ratio of the volume of a substance contained in the bearer and the bearer's own volume. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

finished product [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000125

+
+ The product that emerges at the end of the production process of the system under study. Constitutes an entity in the material cost, production cost, and waste management cost group. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

Fixed Roll [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000343

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Fixed Roll Speed [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000355

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Fixed Roll Temperature [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000368

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Fixed Roll Temperature Control Unit [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000366

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Fluororubber FKM [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000648

+
+ Is a family of fluorocarbon-based fluoroelastomer materials that contain vinylidene fluoride as a monomer. +
+
+
Contributors: +
+
Yamen Alsalka
+
+
+
Source
+
Wikipedia
+
+
+
has super-classes
+
+ Synthetic rubber [hsh] + c +
+
+
+
+

forklift [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000168

+
+ A powered industrial truck used to lift and move materials over short distances. Constitutes an entity sub-group of the conveyor vehicle entity. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

Formulation [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000336

+
+ list of compounding ingredients and their proportions, used in the preparation of a compound +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

frequency unitc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000105

+
+
has super-classes
+
+ measurement unit label + c +
+
has sub-classes
+
+ Rotational Frequency Unit [dik] + c, Rotational Frequency Unit [uo] + c +
+
has members
+
+ hertz + ni +
+
+
+
+

Frequency Unit [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000348

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Frequency Unit [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000350

+
+ An indication of the type of unit of measure being used to express a number of regular events in a given time per unit of time. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Frequency Unit [uo]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000349

+
+ "A unit which is a standard measure of the number of repetitive actions in a particular time." [NIST:NIST] +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
UO
+
+
+
Source
+
http://purl.obolibrary.org/obo/uo.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

FTIR spectroscopy [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000195

+
+ Fourier transform infrared involves the probing of matter with infrared radiation. It is based on periodic changes in dipole moments caused by molecular vibrations during the absorption of IR radiation and gives spectroscopic fingerprints. +
+
+ Method +
+
+
Contributors: +
+
Yaman Alsalka (IFNANO)
+
+
+
Source
+
https://www.hamamatsu.com/eu/en/applications/analytical-equipment/infrared-spectroscopy.html
+
+
+
+

functionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/BFO_0000034

+
+
Is defined by
+
+ http://purl.obolibrary.org/obo/bfo.owl +
+
+
+
Example
+
+
the function of a hammer to drive in nails
+
+
+
the function of a heart pacemaker to regulate the beating of a heart through electricity
+
+
+
the function of amylase in saliva to break down starch into sugar
+
+
+
+
has super-classes
+
+ disposition + c +
+
has sub-classes
+
+ cool function + c, environment control function + c, heat function + c, measure function + c, mechanical function + c, sterilization function + c +
+
is in domain of
+
+ function of + op +
+
is in range of
+
+ has function + op +
+
+
+
+

Function [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000545

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Source
+
http://purl.obolibrary.org/obo/BFO_0000034
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Function [mi]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000547

+
+ Biological function of a participant or of an interaction. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
MI
+
+
+
Source
+
http://purl.obolibrary.org/obo/mi.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Function [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000546

+
+ The normal action performed by a structure or device. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

function approximation [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000029

+
+ Function approximation is a technique for estimating an unknown underlying function using historical or available observations from the domain. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Term status
+
uncurated
+
+
+
+

Functional group [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000643

+
+ An atom or group of atoms within a molecule that has similar chemical properties whenever it appears in various compounds. Even if other parts of the molecule are quite different, certain functional groups tend to react in certain ways. +
+
+
Contributors: +
+
Yamen Alsalka
+
+
+
Source
+
+ https://chem.libretexts.org/Courses/University_of_Kentucky/UK%3A_CHE_103_-_Chemistry_for_Allied_Health_(Soult)/Chapters/Chapter_4%3A_Structure_and_Function/4.4%3A_Functional_Groups#:~:text=A%20functional%20group%20is%20defined,to%20react%20in%20certain%20ways. +
+
+
+
+

gantry crane [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000166

+
+ An overhead crane with a girder configuration supported by freestanding legs that move on wheels to transport goods. Constitutes an entity sub-group of the machine entity. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

Gearbox [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000457

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

GenePattern softwarec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000713

+
+ a software that provides access to more than 100 tools for gene expression analysis, proteomics, SNP analysis and common data processing tasks. +
+
+
Source
+
WEB: http://www.broadinstitute.org/cancer/software/genepattern/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
has super-classes
+
+ software + c +
+
has members
+
+ GenePattern module CARTXValidation + ni, GenePattern module HeatMapViewer + ni, GenePattern module HierarchicalClustering + ni, GenePattern module HierarchicalClusteringViewer + ni, GenePattern module KMeansClustering + ni, GenePattern module KNN + ni, GenePattern module KNNXValidation + ni, GenePattern module PCA + ni, GenePattern module PeakMatch + ni, GenePattern module SVM + ni +
+
+
+
+

geometry [geosparql]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000004

+
+ A coherent set of direct positions in space. The positions are held within a Spatial Reference System (SRS). +
+
+
Is defined by
+
geosparql
+
+
+
Source
+
http://www.opengis.net/ont/geosparql#Geometry
+
+
+
Term status
+
uncurated
+
+
+
+

geometry [imr]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000003

+
+
+

Geometry correction [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000244

+
+ In terms of digtal image procession: correction methods to compensate image errors caused by lense distorsion or perspective. +
+
+
Contributors: +
+
Jan Geweke
+
+
+
+

Geometry Variation [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000440

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Gram Per Cubic Centimeter [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000513

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Gram Per Cubic Centimeter [uo]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000514

+
+ "A mass unit density which is equal to mass of an object in grams divided by the volume in cubic centimeters." [UOC:GVG] +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
UO
+
+
+
Source
+
http://purl.obolibrary.org/obo/uo.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

graphc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000038

+
+ A diagram that presents one or more tuples of information by mapping those tuples in to a two dimensional space in a non arbitrary way. +
+
+
Source
+
OBI_0000240
+
group:OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
has super-classes
+
+ diagram + c +
+
has sub-classes
+
+ dendrogram + c, dot plot + c, heatmap + c, histogram + c, scatter plot + c +
+
+
+
+

group [chebi]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000607

+
+ A defined linked collection of atoms or a single atom within a molecular entity. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
CHEBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/chebi.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ chemical entity + c +
+
has sub-classes
+
+ Organic Group [dik] + c, organic group [chebi] + c +
+
+
+
+

group [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000605

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ chemical entity + c +
+
+
+
+

group [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000606

+
+ Any number of entities (members) considered as a unit. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ chemical entity + c +
+
+
+
+

Haul-off Speed [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000436

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

heat functionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000371

+
+ A heat function is a function that increases the internal kinetic energy of a material +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
has super-classes
+
+ function + c +
+
+
+
+

heatmapc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000180

+
+ A heatmap is a report graph which is a graphical representation of data +where the values taken by a variable(s) are shown as colors in a +two-dimensional map. +
+
+
Source
+
GROUP:OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
has super-classes
+
+ graph + c +
+
+
+
+

heteroarenec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_33833

+
+ A heterocyclic compound formally derived from an arene by replacement of one or more methine (-C=) and/or vinylene (-CH=CH-) groups by trivalent or divalent heteroatoms, respectively, in such a way as to maintain the continuous pi-electron system characteristic of aromatic systems and a number of out-of-plane pi-electrons corresponding to the Hueckel rule (4n+2). +
+
+
has super-classes
+
+ organic aromatic compound + c, organic heterocyclic compound + c +
+
has sub-classes
+
+ monocyclic heteroarene + c +
+
+
+
+

heterocyclic compoundc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_5686

+
+ A cyclic compound having as ring members atoms of at least two different elements. +
+
+
has super-classes
+
+ cyclic compound + c +
+
has sub-classes
+
+ organic heterocyclic compound + c +
+
+
+
+

heteroorganic entityc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_33285

+
+ A heteroorganic entity is an organic molecular entity in which carbon atoms or organic groups are bonded directly to one or more heteroatoms. +
+
+
has super-classes
+
+ organic molecular entity + c +
+
has sub-classes
+
+ organic heterocyclic compound + c, organochalcogen compound + c, organonitrogen compound + c +
+
+
+
+

hidden layer [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000046

+
+ In neural networks, a hidden layer is located between the input and output of the algorithm, in which the function applies weights to the inputs and directs them through an activation function as the output. In short, the hidden layers perform nonlinear transformations of the inputs entered into the network. +
+
+
Term status
+
uncurated
+
+
+
+

hierarchical clusteringc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0200042

+
+ A hierarchical clustering is a data transformation which achieves a class discovery objective, which takes as input data item and builds a hierarchy of clusters. The traditional representation of this hierarchy is a tree (visualized by a dendrogram), with the individual input objects at one end (leaves) and a single cluster containing every object at the other (root). +
+
+
Source
+
WEB: http://en.wikipedia.org/wiki/Data_clustering#Hierarchical_clustering
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
has super-classes
+
+ class discovery data transformation + c, dataset creating + c +
+
has members
+
+ GenePattern hierarchical clustering + ni +
+
+
+
+

histogramc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000179

+
+ A histogram is a report graph which is a statistical description of a +distribution in terms of occurrence frequencies of different event classes. +
+
+
Source
+
GROUP:OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
has super-classes
+
+ graph + c +
+
+
+
+

histologic grade according to AJCC 7th editionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002205

+
+ A categorical value specification that is a histologic grade assigned to a tumor slide specimen according to the American Joint Committee on Cancer (AJCC) 7th Edition grading system. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
Example
+
+
G1:Well differentiated
+
+
+
G4: Undifferentiated
+
+
+
+
has super-classes
+
+ categorical value specification + c +
+
has members
+
+ G1: Well differentiated + ni, G2: Moderately differentiated + ni, G3: Poorly differentiated + ni, G4: Undifferentiated + ni +
+
+
+
+

histologic grade according to the Fuhrman Nuclear Grading Systemc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002210

+
+ A categorical value specification that is a histologic grade assigned to a tumor slide specimen according to the Fuhrman Nuclear Grading System. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
has super-classes
+
+ categorical value specification + c +
+
has members
+
+ G1 (Fuhrman) + ni, G2 (Fuhrman) + ni, G3 (Fuhrman) + ni, G4 (Fuhrman) + ni +
+
+
+
+

histologic grade for ovarian tumorc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002215

+
+ A categorical value specification that is a histologic grade assigned to a ovarian tumor. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
has super-classes
+
+ categorical value specification + c +
+
has sub-classes
+
+ histologic grade for ovarian tumor according to a two-tier grading system + c, histologic grade for ovarian tumor according to the World Health Organization + c +
+
+
+
+

histologic grade for ovarian tumor according to a two-tier grading systemc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002216

+
+ A histologic grade for ovarian tumor that is from a two-tier histological classification of tumors. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
has super-classes
+
+ histologic grade for ovarian tumor + c +
+
has members
+
+ High grade ovarian tumor + ni, Low grade ovarian tumor + ni +
+
+
+
+

histologic grade for ovarian tumor according to the World Health Organizationc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002219

+
+ A histologic grade for ovarian tumor that is from a histological classification by the World Health Organization (WHO). +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
has super-classes
+
+ histologic grade for ovarian tumor + c +
+
has members
+
+ G1 (WHO) + ni, G2 (WHO) + ni, G3 (WHO) + ni, G4 (WHO) + ni +
+
+
+
+

human ressource cost [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000109

+
+ A cost group for all cost values occuring from entity sub-groups in the human ressource cost group and the associated factors +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

hydrocarbylene groupc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_33471

+
+ A bivalent group formed by removing two hydrogen atoms from a hydrocarbon, the free valencies of which are not engaged in a double bond. +
+
+
has super-classes
+
+ organodiyl group + c +
+
has sub-classes
+
+ Ethylene Group [dik] + c +
+
+
+
+

Hydrocarbylene Group [chebi]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000599

+
+ A bivalent group formed by removing two hydrogen atoms from a hydrocarbon, the free valencies of which are not engaged in a double bond. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
CHEBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/chebi.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ organodiyl group + c +
+
+
+
+

Hydrocarbylene Group [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000598

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ organodiyl group + c +
+
+
+
+

Hydrogenated Nitrile rubber HNBR [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000649

+
+ Highly Saturated Nitrile. A Higher performance solid rubber material than NBR, achieved through adding Hydrogen Atoms to the Butadiene Segments. +
+
+
Contributors: +
+
Yamen Alsalka
+
+
+
Source
+
+ https://maclellanrubber.com/definitions/hnbr +
+
+
+
has super-classes
+
+ Synthetic rubber [hsh] + c +
+
+
+
+

imagec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000101

+
+ An image is an affine projection to a two dimensional surface, of measurements of some quality of an entity or entities repeated at regular intervals across a spatial range, where the measurements are represented as color and luminosity on the projected on surface. +
+
+
Source
+
OBI_0000030
+
group:OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
has super-classes
+
+ figure + c +
+
+
+
+

Image analysis (Chemometrics) [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000240

+
+ Using image data and eventually digital image processing in order to generate a corellation between this data and an analytical target. +
+
+
Contributors: +
+
Chrstoph Lenth
+
+
+
+

Image analysis [allotrope]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000241

+
+ Image analysis is the discovering of patterns in an image that are correlated to qualities of the material entity the image represents or of abstract patterns. [Allotrope] +
+
+ allotrope +
+
+
Is defined by
+
allotrope.org
+
+
+
Source
+
http://purl.allotrope.org/ontologies/process#AFP_0003540
+
+
+
Term status
+
uncurated
+
+
+
+

Image analysis [edam]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000242

+
+ The analysis of a image (typically a digital image) of some type in order to extract information from it. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Is defined by
+
EDAM
+
+
+
Source
+
http://edamontology.org/operation_3443
+
+
+
Term status
+
uncurated
+
+
+
+

Image data [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000234

+
+ Digital representation of an image. Images are represented in natural numbers. +
+
+
+

Image histogramm / histogramm [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000250

+
+ A type of histogram that acts as a graphical representation of the tonal distribution in a digital image. It plots the number of pixels for each tonal value. +
+
+
Contributors: +
+
Jan Geweke
+
+
+
+

indirect cost [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000151

+
+ All costs that are derived from costs groups encompassing overhead charges or subsidiary work. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

Industrie 4.0 [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000047

+
+ Industrie 4.0 is the intelligent networking of machines and processes in the industrial environment, with the help of information and communication technology and thus digitization of the industrial production. +
+
+
Term status
+
uncurated
+
+
+
+

information carrierc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000015

+
+ A quality of an information bearer that imparts the information content +
+
+
Source
+
Smith, Ceusters, Ruttenberg, 2000 years of philosophy
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
Example
+
+
In the case of a printed paperback novel the physicality of the ink and of the paper form part of the information bearer. The qualities of appearing black and having a certain pattern for the ink and appearing white for the paper form part of the information carrier in this case.
+
+
+
+
+

input layer [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000040

+
+ The input layer of a neural network is composed of artificial input neurons, and brings the initial data into the system for further processing by subsequent layers of artificial neurons. The input layer is the very beginning of the workflow for the artificial neural network. +
+
+
Term status
+
uncurated
+
+
+
+

interior orientation [jade]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000021

+
+ "The interior (intrinsic) orientation of a camera comprises all instrumental and mathematical elements which completely describe the imaging model within the camera. By taking proper account of the interior orientation, the real camera conforms to the pinhole camera model. It is a requirement of the model that there exists a reproducible image coordinate system so that geometric image values, such as measured image coordinates, can be transformed into the physical-mathematical imaging model." (Luhmann et al. 2020: 162). A standard model of describing the interior orientation was proposed by D.C. Brown (1971) +
+
+ 0 +
+
+
Source
+
Luhmann, Robson, Kyle & Boehm (2020): Close-Range Photogrammetry and 3D Imaging, 3rd ed. De Gruyter: Berlin, Boston
+
+
+
+

Internal Mixer [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000381

+
+ machine with temperature controls containing one or more rotors operating in a closed cavity used to masticate and/or to incorporate and disperse compounding ingredients into the rubber +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

International Federation of Gynecology and Obstetrics cervical cancer stage value specificationc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002326

+
+ A categorical value specification that is an assessment of the stage of a gynecologic cancer according to the International Federation of Gynecology and Obstetrics (FIGO) staging systems. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
has super-classes
+
+ categorical value specification + c +
+
has members
+
+ Stage IA (FIGO) + ni, Stage IA1 (FIGO) + ni, Stage IA2 (FIGO) + ni, Stage IB (FIGO) + ni, Stage IB1 (FIGO) + ni, Stage IB2 (FIGO) + ni, Stage IIA (FIGO) + ni, Stage IIA1 (FIGO) + ni, Stage IIA2 (FIGO) + ni, Stage IIB (FIGO) + ni, Stage IIIA (FIGO) + ni, Stage IIIB (FIGO) + ni, Stage IVA (FIGO) + ni, Stage IVB (FIGO) + ni +
+
+
+
+

International Federation of Gynecology and Obstetrics ovarian cancer stage value specificationc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002341

+
+ A categorical value specification that is a pathologic finding about one or more characteristics of ovarian cancer following the rules of the FIGO classification system. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
has super-classes
+
+ categorical value specification + c +
+
has members
+
+ Stage 1 (FIGO) + ni, Stage 1A (FIGO) + ni, Stage 1B (FIGO) + ni, Stage 1C (FIGO) + ni, Stage 2 (FIGO) + ni, Stage 2A (FIGO) + ni, Stage 2B (FIGO) + ni, Stage 2C (FIGO) + ni, Stage 3 (FIGO) + ni, Stage 3A (FIGO) + ni, Stage 3B (FIGO) + ni, Stage 3C (FIGO) + ni, Stage 4 (FIGO) + ni, Stage Unknown (FIGO) + ni +
+
+
+
+

investment cost [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000115

+
+ A cost group for all cost values occuring from entity sub-groups in the investment cost group and the associated factors +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

Iodine Adsorption Number [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000559

+
+ Number of grams of iodine adsorbed per kilogram of carbon black under specified conditions +
+
+ The property is an indication of the surface area of a carbon black. ISO 1304 contains a method for the determination of the iodine adsorption number. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

ionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_24870

+
+ A molecular entity having a net electric charge. +
+
+
has super-classes
+
+ molecular entity + c +
+
has sub-classes
+
+ anion + c, organic ion + c, polyatomic ion + c +
+
+
+
+

k-means clusteringc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0200041

+
+ A k-means clustering is a data transformation which achieves a class discovery or partitioning objective, which takes as input a collection of objects (represented as points in multidimensional space) and which partitions them into a specified number k of clusters. The algorithm attempts to find the centers of natural clusters in the data. The most common form of the algorithm starts by partitioning the input points into k initial sets, either at random or using some heuristic data. It then calculates the mean point, or centroid, of each set. It constructs a new partition by associating each point with the closest centroid. Then the centroids are recalculated for the new clusters, and the algorithm repeated by alternate applications of these two steps until convergence, which is obtained when the points no longer switch clusters (or alternatively centroids are no longer changed). +
+
+
Source
+
WEB: http://en.wikipedia.org/wiki/K-means
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
has super-classes
+
+ class discovery data transformation + c, dataset creating + c, partitioning data transformation + c +
+
has members
+
+ GenePattern k-means clustering + ni +
+
+
+
+

k-nearest neighborsc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000727

+
+ A k-nearest neighbors is a data transformation which achieves a class discovery or partitioning objective, in which an input data object with vector y is assigned to a class label based upon the k closest training data set points to y; where k is the largest value that class label is assigned. +
+
+
Source
+
PERSON: James Malone
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
has super-classes
+
+ class discovery data transformation + c, dataset creating + c, partitioning data transformation + c +
+
has members
+
+ GenePattern k-nearest neighbors + ni +
+
+
+
+

Karnofsky score vaue specificationc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002363

+
+ A performance status value specification designed for classifying patients 16 years of age or older by their functional impairment. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
has super-classes
+
+ performance status value specification + c +
+
has members
+
+ 100: asymptomatic + ni, 40-50: symptomatic, in bed more than 50% of the day, but not bed ridden + ni, 60-70: symptomatic but in bed less than 50% of the day + ni, 80-90: symptomatic but fully ambulatory + ni +
+
+
+
+

Keltan 5470C [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000294

+
+ Trade name for a specific EPDM rubber +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ polymer [chebi] + c +
+
+
+
+

kinase activityc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/GO_0016301

+
+ Catalysis of the transfer of a phosphate group, usually from ATP, to a substrate molecule. +
+
+ Note that this term encompasses all activities that transfer a single phosphate group; although ATP is by far the most common phosphate donor, reactions using other phosphate donors are included in this term. +
+
+
has super-classes
+
+ molecular_function + c +
+
+
+
+

Kinematic Viscosity [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000564

+
+ Kinematic viscosity is the quotient of the dynamic viscosity of the medium and its density. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Kinematic Viscosity [uo]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000565

+
+ The ratio of the dynamic viscosity (μ) over the density of the fluid (ρ), which is noted as (length)^2/time. https://en.wikipedia.org/wiki/Viscosity#Kinematic_viscosity +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
UO
+
+
+
Source
+
http://purl.obolibrary.org/obo/uo.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Laser induced breakdown spectroscopy [chmo]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000214

+
+ A type of atomic emission spectrometry where a high energy laser pulse is used to generate a plasma which acts as the excitation source. +
+
+ http://purl.obolibrary.org/obo/chmo.owl +
+
+
Is defined by
+
CHMO
+
+
+
Source
+
http://purl.obolibrary.org/obo/CHMO_0000258
+
+
+
Term status
+
uncurated
+
+
+
+

Laser induced breakdown spectroscopy [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000213

+
+ Laser induced breakdown spectroscopy is a type of atomic emission spectroscopy which uses a highly energetic laser pulse as the excitation source. The laser is focused to form a plasma, which atomizes and excites samples. The Emission of these excited species is analyzed to identify and quantify the elements contained in the sample. +
+
+
Contributors: +
+
Sven Schwabe (IFNANO)
+
+
+
Source
+
https://en.wikipedia.org/wiki/Laser-induced_breakdown_spectroscopy
+
+
+
+

leave one out cross validation methodc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0200033

+
+ is a data transformation : leave-one-out cross-validation (LOOCV) involves using a single observation from the original sample as the validation data, and the remaining observations as the training data. This is repeated such that each observation in the sample is used once as the validation data +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
Example
+
+
The authors conducted  leave-one-out cross validation to estimate the strength and accuracy of the differentially expressed filtered genes. http://bioinformatics.oxfordjournals.org/cgi/content/abstract/19/3/368
+
+
+
+
has super-classes
+
+ statistical model validation + c +
+
has members
+
+ GenePattern LOOCV + ni +
+
+
+
+

lengthc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/PATO_0000122

+
+ A 1-D extent quality which is equal to the distance between two points. +
+
+
has super-classes
+
+ morphology + c +
+
+
+
+

Length [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000401

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Length [ms]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000405

+
+ PEFF keyword for the sequence length. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
MS
+
+
+
Source
+
http://purl.obolibrary.org/obo/ms.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Length [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000402

+
+ The linear extent in space from one end of something to the other end, or the extent of something from beginning to end. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Length [om]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000404

+
+ Length is the amount of space between two geographical points along a curve. It is a base quantity in the International System of Units and other systems of units. Length is speed times time. The metre, a base unit of length in the International System of Units, is defined in terms of speed of light during a certain time interval. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
OM
+
+
+
Source
+
http://www.ontology-of-units-of-measure.org/resource/om-2
+
+
+
Term status
+
uncurated
+
+
+
+

Length [pato]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000403

+
+ A 1-D extent quality which is equal to the distance between two points. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
PATO
+
+
+
Source
+
http://purl.obolibrary.org/obo/pato.owl
+
+
+
Term status
+
uncurated
+
+
+
+

length unitc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000001

+
+ A unit which is a standard measure of the distance between two points. +
+
+
has super-classes
+
+ measurement unit label + c +
+
has members
+
+ angstrom + ni, centimeter + ni, meter + ni, micrometer + ni, millimeter + ni, nanometer + ni +
+
+
+
+

Length Unit [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000406

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Length Unit [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000408

+
+ An indication of the type of unit of measure being used to express a length or distance. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Length Unit [uo]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000407

+
+ "A unit which is a standard measure of the distance between two points." [Wikipedia:Wikipedia] +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
UO
+
+
+
Source
+
http://purl.obolibrary.org/obo/uo.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

library [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000031

+
+ Libraries in programming languages are collections of prewritten code that users can use to optimize tasks. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Term status
+
uncurated
+
+
+
+

lift truck [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000170

+
+ A small truck for lifting and transporting loads. Constitutes an entity sub-group of the conveyor vehicle entity. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

lighting [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000174

+
+ Equipment that is employed for producing light in the system under investigation. Constitutes an entity sub-group of the building entity. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

line in the surface of extrudate [imr]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000010

+
+ cutout of a single line of the extrudate surface +
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Linear discriminant analysis [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000245

+
+ Linear discriminant analysis (LDA), normal discriminant analysis (NDA), or discriminant function analysis is a generalization of Fisher's linear discriminant, a method used in statistics and other fields, to find a linear combination of features that characterizes or separates two or more classes of objects or events. +
+
+
Contributors: +
+
Christoph Lenth
+
+
+
Source
+
+ https://de.frwiki.wiki/wiki/Analyse_discriminante_lin%C3%A9aire +
+
+
+
+

Loss Shear Modulus [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000576

+
+ that component of an applied shear stress which is in quadrature (90° out of phase) with the shear strain, divided by the strain +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Loss Young’s Modulus [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000577

+
+ that component of an applied normal stress which is in quadrature (90° out of phase) with the normal strain, divided by the strain +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Luvomaxx TbzTD [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000325

+
+ Trade name for a specific tetrabenzylthiuramdisulfide +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

M-group Rubber [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000291

+
+ Rubber with a saturated carbon chain of the polymethylene type +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ rubber particle [chebi] + c +
+
+
+
+

machine [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000118

+
+ An apparatus using mechanical power and having several parts, each with a definite function and together performing a particular task, required for operations in the system under investigation. Constitutes an entity in the maintenance cost, energy cost, production cost, investment cost and turnover cost group. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

machine learning [edam]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000054

+
+ A topic concerning the application of artificial intelligence methods to algorithms, in order to create methods that can learn from data in order to generate an ouput, rather than relying on explicitly encoded information only. +
+
+ http://edamontology.org +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
EDAM
+
+
+
Source
+
http://edamontology.org/topic_3474
+
+
+
Term status
+
uncurated
+
+
+
+

machine learning [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000051

+
+ Machine learning is a sub-area of ​​artificial intelligence that deals with artificial systems that adapt their actions to external conditions so that their output is improved according to defined standards. For this purpose, algorithms build a model based on training data. The algorithms does not learn to memorize, but uses patterns and laws, so the systems can also process unknown data. The learning algorithms are divided into supervised learning, unsupervised learning and reinforcement learning. +
+
+
Term status
+
uncurated
+
+
+
+

machine learning [ncti]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000052

+
+ A computing system (inspired by biological neural networks) that learns (progressively improves its ability) to do tasks by considering examples without task-specific programming. (After DeepAI Machine Learning Glossary and Terms) +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C176231
+
+
+
Term status
+
uncurated
+
+
+
+

machine learning [obi]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000053

+
+ A planned process in which statistical techniques are used to give computers the ability to learn about patterns in data, without being explicitly programmed. Learning is defined in this case as progressively improving performance on a specific task. +
+
+ http://purl.obolibrary.org/obo/obi.owl +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
OBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/OBI_0002587
+
+
+
Term status
+
uncurated
+
+
+
+

main group molecular entityc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_33579

+
+ A molecular entity containing one or more atoms from any of groups 1, 2, 13, 14, 15, 16, 17, and 18 of the periodic table. +
+
+
has super-classes
+
+ molecular entity + c +
+
has sub-classes
+
+ p-block molecular entity + c +
+
+
+
+

maintenance cost [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000110

+
+ A cost group for all cost values occuring from entity sub-groups in the maintenance cost group and the associated factors +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

maintenance duration [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000142

+
+ The averafe time that is required to conduct scheduled maintenance activities for a machine entity unit. Constitutes a factor of the maintenance cost group. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

maintenance interval [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000140

+
+ The schedule for all anticipated maintenance activities regarding machine entites within the system under investigation. Constitutes a factor of the maintenance cost group. +
+
+
+

maintenance interval [iirds]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000141

+
+ Type of planning time: Fixed time interval for the scheduled maintenance of a technical system or its parts. +
+
+ rdfs:comment +
+
+
Is defined by
+
iiRDS
+
+
+
Source
+
http://iirds.tekom.de/iirds#MaintenanceInterval
+
+
+
Term status
+
uncurated
+
+
+
+

manufacturerc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000835

+
+ A person or organization that has a manufacturer role +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
has super-classes
+
+
has members
+
+ AES Chemunex + ni, Abbott + ni, Advanced Instruments Inc. (AI Companies) + ni, Affymetrix + ni, Agilent + ni, Ambion + ni, Antigenix + ni, Apogee Flow Systems + ni, Applied Biosystems + ni, BIO-RAD + ni, Beckman Coulter + ni, Becton Dickinson (BD Biosciences) + ni, Bentley Instruments + ni, BioGents + ni, Bruker Corporation + ni, Bruker Daltonics + ni, CytoBuoy + ni, Cytopeia + ni, Dako Cytomation + ni, Exalpha Biological + ni, Exbio Antibodies + ni, Helicos + ni, Illumina + ni, InBios + ni, Invitrogen + ni, J. Mitra + ni, Li-Cor + ni, Luminex + ni, Millipore + ni, Miltenyi Biotec + ni, NanoString Technologies + ni, Nimblegen + ni, Oxford Nanopore Technologies + ni, Pacific Biosciences + ni, Partec + ni, Roche + ni, Sysmex Corporation, Kobe, Japan + ni, Thermo + ni, Waters + ni, eBioscience + ni +
+
+
+
+

manufacturer rolec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000571

+
+ Manufacturer role is a role which inheres in a person or organization and which is realized by a manufacturing process. +
+
+
Source
+
OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
Example
+
+
With respect to The Accuri C6 Flow Cytometer System, the organization Accuri bears the role manufacturer role.  With respect to a transformed line of tissue culture cells derived by a specific lab, the lab whose personnel isolated the cll line bears the role manufacturer role.  With respect to a specific antibody produced by an individual scientist, the scientist who purifies, characterizes and distributes the anitbody bears the role manufacturer role.
+
+
+
+
has super-classes
+
+ role + c +
+
+
+
+

manufacturingc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000457

+
+ Manufacturing is a process with the intent to produce a processed material which will have a function for future use. A person or organization (having manufacturer role) is a participant in this process +
+
+
Source
+
GROUP: OBI PlanAndPlannedProcess Branch
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
has super-classes
+
+ material processing + c +
+
+
+
+

Manufacturing Specification [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000535

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Mass Density [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000507

+
+ mass per unit volume of a material, including any voids present +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Mass Density [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000508

+
+ A measure of the compactness of a substance, expressed as its mass per unit volume. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Mass Density [pato]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000509

+
+ A physical quality which inheres in a bearer by virtue of some influence is exerted by the bearer's mass per unit size. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
PATO
+
+
+
Source
+
http://purl.obolibrary.org/obo/pato.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Mass Density Unit [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000510

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Mass Density Unit [uo]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000511

+
+ "A density unit which is a standard measure of the mass of a substance in a given volume." [UOC:GVG] +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
UO
+
+
+
Source
+
http://purl.obolibrary.org/obo/uo.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Mass Percentage [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000619

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ concentration unit + c +
+
+
+
+

Mass Percentage [uo]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000620

+
+ "A dimensionless concentration unit which denotes the mass of a substance in a mixture as a percentage of the mass of the entire mixture." [Wikipedia:Wikipedia] +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
UO
+
+
+
Source
+
http://purl.obolibrary.org/obo/uo.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ concentration unit + c +
+
+
+
+

Mass Specific Surface [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000561

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Mass Temperature [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000400

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Mass Throughput [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000438

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

mass unitc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000002

+
+ A unit which is a standard measure of the amount of matter/energy of a physical object. +
+
+
has super-classes
+
+ measurement unit label + c +
+
has members
+
+ gram + ni, kilogram + ni, microgram + ni, milligram + ni, nanogram + ni, picogram + ni +
+
+
+
+

Mastication [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000373

+
+ the molecular mass of a rubber, in either the raw or the mixed state, by the action of mechanical work (shear) and atmospheric oxygen, sometimes assisted by peptizers and heat +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Mastication [hp]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000375

+
+ The process of biting and mashing food with the teeth prior to swallowing. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
HP
+
+
+
Source
+
http://purl.obolibrary.org/obo/hp.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Mastication [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000374

+
+ The process by which food is torn or crushed by the teeth. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
+

material cost [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000112

+
+ A cost group for all cost values occuring from entity sub-groups in the material cost group and the associated factors +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

material information bearerc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000178

+
+ A material entity in which a concretization of an information content entity inheres. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
A page of a paperback novel with writing on it. The paper itself is a material information bearer, the pattern of ink is the information carrier.
+
+
+
a brain
+
+
+
a hard drive
+
+
+
+
+

material processingc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000094

+
+ A planned process which results in physical changes in a specified input material +
+
+
Source
+
OBI branch derived
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
A cell lysis, production of a cloning vector, creating a buffer.
+
+
+
+
has super-classes
+
+ planned process + c +
+
has sub-classes
+
+ manufacturing + c +
+
+
+
+

Material Processing [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000543

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Material Processing [obi]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000544

+
+ A planned process which results in physical changes in a specified input material +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
OBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/obi.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Material Processing Protocol [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000534

+
+ A protocol which specifies the conditions, procedures, and instruments used for conducting a material processing in a sufficient level of detail to communicate it between investigation agents, so that different investigation agents will reliably be able to independently reproduce the material processing. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

material supplierc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002989

+
+ A person or organization that provides material supplies to other people or organizations. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
has super-classes
+
+
has members
+
+ Affymetrix + ni +
+
+
+
+

material supplier rolec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000018

+
+ a role realized through the process of supplying materials such as animal subjects, reagents or other materials used in an investigation. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
Example
+
+
Jackson Labs is an organization which provide mice as experimental material
+
+
+
+
has super-classes
+
+ service provider role + c +
+
+
+
+

mean time to failure [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000138

+
+ A maintenance metric that measures the average amount of time a non-repairable asset operates before it fails in the system under investigation. Constitutes a factor of the maintenance cost group. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

mean time to repair [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000139

+
+ A maintenance metric that measures the average time required to troubleshoot and repair failed equipment. Constitutes a factor of the maintenance cost group. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

measure functionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000453

+
+ Measure function is a function that is borne by a processed material and realized in a process in which information about some entity is expressed relative to some reference. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
A glucometer measures blood glucose concentration, the glucometer has a measure function.
+
+
+
+
has super-classes
+
+ function + c +
+
+
+
+

measurement datumc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000109

+
+ A measurement datum is an information content entity that is a recording of the output of a measurement such as produced by a device. +
+
+
Source
+
OBI_0000305
+
group:OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
Example
+
+
Examples of measurement data are the recoding of the weight of a mouse as {40,mass,"grams"}, the recording of an observation of the behavior of the mouse {,process,"agitated"}, the recording of the expression level of a gene as measured through the process of microarray experiment {3.4,luminosity,}.
+
+
+
+
has super-classes
+
+ data item + c +
+
+
+
+

measurement devicec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000832

+
+ A device in which a measure function inheres. +
+
+
Source
+
OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
A ruler, a microarray scanner, a Geiger counter.
+
+
+
+
is equivalent to
+
+ device + c + and (has function + op + some + measure function + c)
+
has super-classes
+
+ device + c +
+
+
+
+

Measurement Device [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000551

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Measurement Device [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000552

+
+ Any device used to determine the dimension of an object. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Measurement Device [obi]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000553

+
+ A device in which a measure function inheres. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
OBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/obi.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Measurement Protocol [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000533

+
+ A protocol which specifies the conditions, procedures, and instruments used for conducting a measurement assay in a sufficient level of detail to communicate it between investigation agents, so that different investigation agents will reliably be able to independently reproduce the measurement assay. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

measurement quality [imr]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000001

+
+ In relation to optical measuring methods a +rating for the precision of a reconstructed +measurement object +
+
+
Term status
+
uncurated
+
+
+
+

measurement unit labelc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000003

+
+ A measurement unit label is as a label that is part of a scalar measurement datum and denotes a unit of measure. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
Example
+
+
Examples of measurement unit labels are liters, inches, weight per volume.
+
+
+
+
has super-classes
+
+ datum label + c +
+
has sub-classes
+
+ Processability [dik] + c, concentration unit + c, frequency unit + c, length unit + c, mass unit + c, rate unit + c, substance unit + c, temperature unit + c, time unit + c, volume unit + c, volumetric flow rate unit + c +
+
+
+
+

Measurement Unit Label [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000499

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Is defined by
+
PATO
+
+
+
Source
+
http://purl.obolibrary.org/obo/pato.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Measurement Unit Label [pato]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000500

+
+ A measurement unit label is as a label that is part of a scalar measurement datum and denotes a unit of measure. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
IAO
+
+
+
Source
+
http://purl.obolibrary.org/obo/iao.owl
+
+
+
Term status
+
uncurated
+
+
+
+

mechanical functionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000379

+
+ A mechanical function is a function that is realised via mechanical work (through an certain amount of energy transferred by some force). +
+
+
Source
+
http://en.wikipedia.org/wiki/Mechanical_work
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
has super-classes
+
+ function + c +
+
+
+
+

Mechanical Mixer [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000379

+
+ A mixer device designed for mechanically mixing/blending materials. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Mechanical Mixer [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000380

+
+ A mechanical component designed to blend materials. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Melting Range [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000570

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Metadata [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000227

+
+ Metadata are data, which belong to a measurement. They complete the measurment data providing information about the condition under which the measurements have been taken place. +
+
+
Contributors: +
+
Christoph Lenth
+
+
+
+

Metadata [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000228

+
+ Data about data; information that describes another set of data. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C52095
+
+
+
Term status
+
uncurated
+
+
+
+

microcontroller [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000055

+
+ Microcontrollers are compact integrated circuits designed to govern a specific operation in an embedded system. Typically a microcontroller includes a processor, memory and input/output peripherals on a single chip. +
+
+
Term status
+
uncurated
+
+
+
+

Mill [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000341

+
+ machine with two counter-rotating rolls, frequently heated or cooled, usually driven at different speeds, and having an adjustable nip for mastication, mixing, blending, warm-up or sheeting +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

millimeter [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000409

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

millimeter [imr]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000007

+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

millimeter [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000410

+
+ A metric unit of length equal to one thousandth of a meter (10E-3 meter) or approximately 0.03937 inch. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

millimeter [nist]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000008

+
+ "A length unit which is equal to one thousandth of a meter or 10^[-3] m." [NIST:NIST] +
+
+ Imported from ontocomons, also present in TIB terminological service +
+
+
Is defined by
+
NIST (OntoCommons)
+
+
+
Source
+
https://ontobee.org/ontology/UO?iri=http://purl.obolibrary.org/obo/UO_0000016
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

millimeter [uo]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000411

+
+ "A length unit which is equal to one thousandth of a meter or 10^[-3] m." [NIST:NIST] +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
UO
+
+
+
Source
+
http://purl.obolibrary.org/obo/uo.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

mixc + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000558

+
+ To bring or combine together or with something else; add as an additional element or part. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Mixer Device [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000377

+
+ A device for mixing/blending materials or signals. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Mixer Device [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000378

+
+ A mechanical device designed to blend materials or an electronic device designed to blend signals. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
+

mixing [chmo]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000057

+
+ The combining of components, particles or layers into a more homogeneous state. The mixing may be achieved manually or mechanically by shifting the material with stirrers or pumps or by revolving or shaking the container. The process μst not permit segregation of particles of different size or properties. Homogeneity may be considered to have been achieved in a practical sense when the sampling error of the processed portion is negligible compared to the total error of the measurement system. +
+
+ http://purl.obolibrary.org/obo/chmo.owl +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
CHMO
+
+
+
Source
+
http://purl.obolibrary.org/obo/CHMO_0001685
+
+
+
Term status
+
uncurated
+
+
+
+

Mixing [chmo]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000557

+
+ The combining of components, particles or layers into a more homogeneous state. The mixing may be achieved manually or mechanically by shifting the material with stirrers or pumps or by revolving or shaking the container. The process μst not permit segregation of particles of different size or properties. Homogeneity may be considered to have been achieved in a practical sense when the sampling error of the processed portion is negligible compared to the total error of the measurement system. [ https://doi.org/10.1351/goldbook.M03945 ] +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
CHMO
+
+
+
Source
+
http://purl.obolibrary.org/obo/chmo.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Mixing [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000556

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

mixing [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000056

+
+ Mixing is the first of the three areas of an extrusion line, where the input material is homogenized and mixed. This occurs within a screw element through shearing and mixing of the input material. +
+
+
Term status
+
uncurated
+
+
+
+

mixing [ncti]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000058

+
+ To bring or combine together or with something else; add as an additional element or part. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C64925
+
+
+
Term status
+
uncurated
+
+
+
+

Mixing Chamber [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000383

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Mixing Chamber Temperature [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000390

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Mixing Chamber Temperature Control Unit [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000389

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Mixing temperature [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000083

+
+ Control variable that specifies at which temperature mixing takes place. +
+
+
Term status
+
uncurated
+
+
+
+

Mixing Time [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000419

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Mixing time [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000086

+
+ Control value that specifies how long mixing takes place +
+
+
Term status
+
uncurated
+
+
+
+

mixturec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_60004

+
+ A mixture is a chemical substance composed of multiple molecules, at least two of which are of a different kind. +
+
+
has super-classes
+
+ chemical substance + c +
+
has sub-classes
+
+ aggregate [dik] + c, aggregate [enm] + c, polymer [chebi] + c, polymer [ifnano] + c, polymer [ncit] + c +
+
+
+
+

Modulus [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000578

+
+ measure of stiffness under specified conditions of deformation +
+
+ The term should not be used in isolation and should be prefaced by the mode of deformation, e.g. compression modulus or shear modulus. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Molding Zone [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000463

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Molding Zone Temperature [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000473

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Molding Zone Temperature Control Unit [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000472

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

molecular entityc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_23367

+
+ Any constitutionally or isotopically distinct atom, molecule, ion, ion pair, radical, radical ion, complex, conformer etc., identifiable as a separately distinguishable entity. +
+
+
has super-classes
+
+ chemical entity + c +
+
has sub-classes
+
+ elemental molecular entity + c, ion + c, main group molecular entity + c, polyatomic entity + c +
+
+
+
+

molecular qualityc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/PATO_0002182

+
+ A quality which inheres in a molecular entity, a single molecule, atom, ion, radical etc. +
+
+
has super-classes
+
+ physical object quality + c +
+
has sub-classes
+
+ concentration of + c +
+
+
+
+

Molecular Quality [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000629

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Molecular Quality [pato]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000630

+
+ A quality which inheres in a molecular entity, a single molecule, atom, ion, radical etc. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
PATO
+
+
+
Source
+
http://purl.obolibrary.org/obo/pato.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Molecular Weight [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000567

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Molecular Weight [mi]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000568

+
+ Molecular weight in g/mol, determined from molecular formula or sequence. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
MI
+
+
+
Source
+
http://purl.obolibrary.org/obo/mi.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Molecular Weight Distribution Measurement Assay [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000592

+
+ An assay with the objective to produce information about the molecular weight distribution of the material entity that is the evaluant, by physically examining it or its proxies. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Molecular Weight Distribution Measurement Protocol [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000596

+
+ A measurement protocol for reliably reproducing the molecular weight distribution measurement assay. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

molecular_functionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/GO_0003674

+
+ A molecular process that can be carried out by the action of a single macromolecular machine, usually via direct physical interactions with other molecular entities. Function in this sense denotes an action, or activity, that a gene product (or a complex) performs. These actions are described from two distinct but related perspectives: (1) biochemical activity, and (2) role as a component in a larger system/process. +
+
+ Note that, in addition to forming the root of the molecular function ontology, this term is recommended for use for the annotation of gene products whose molecular function is unknown. When this term is used for annotation, it indicates that no information was available about the molecular function of the gene product annotated as of the date the annotation was made; the evidence code 'no data' (ND), is used to indicate this. Despite its name, this is not a type of 'function' in the sense typically defined by upper ontologies such as Basic Formal Ontology (BFO). It is instead a BFO:process carried out by a single gene product or complex. +
+
+
has sub-classes
+
+ kinase activity + c +
+
+
+
+

moleculec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_25367

+
+ Any polyatomic entity that is an electrically neutral entity consisting of more than one atom. +
+
+
has super-classes
+
+ polyatomic entity + c +
+
has sub-classes
+
+ cyclic compound + c, organic molecule + c +
+
+
+
+

monoanionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_36830

+
+
has super-classes
+
+ anion + c +
+
has sub-classes
+
+ polyatomic monoanion + c +
+
+
+
+

monocyclic heteroarenec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_38179

+
+
has super-classes
+
+ heteroarene + c +
+
has sub-classes
+
+ azole + c +
+
+
+
+

Monomer [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000270

+
+ Asubstance which is capable of forming covalent bonds with a +sequence of additional like or unlike molecules under the conditions of the relevant polymerforming reaction used for the particular process +
+
+
+

Monomer [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000271

+
+ A chemical subunit that can undergo polymerization by bonding to other subunits. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C63845
+
+
+
Term status
+
uncurated
+
+
+
+

Mooney Shearing-Disc Viscometer [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000581

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Mooney Unit [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000524

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Mooney Viscosity [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000520

+
+ measure of the viscosity of a raw rubber or rubber compound, determined using a Mooney shearing-disc viscometer +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Mooney viscosity [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000269

+
+ The viscosity of rubber using a standard test method and Mooney Viscometer. +
+
+
Contributors: +
+
Yamen Alsalka
+
+
+
Source
+
https://www.astm.org/d1646-19a.html
+
+
+
+

Mooney Viscosity Measurement Assay [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000516

+
+ An assay with the objective to produce information about the Mooney viscosity of the material entity that is the evaluant, by physically examining it or its proxies. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Mooney Viscosity Measurement Protocol [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000538

+
+ A viscosity measurement protocol for reliably reproducing the Mooney viscosity measurement assay. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Mooney Viscosity Unit [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000523

+
+ A viscosity unit which is a standard measure of the Mooney viscosity. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

morphologyc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/PATO_0000051

+
+ A quality of a single physical entity inhering in the bearer by virtue of the bearer's size or shape or structure. +
+
+
has super-classes
+
+ physical object quality + c +
+
has sub-classes
+
+ length + c +
+
+
+
+

N-Carbon Black [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000298

+
+ The letter “N” is used to indicate a normal curing rate typical of furnace blacks that have received no special modification to alter their influence on the rate of cure of rubber. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Carbon Black [chebi] + c +
+
+
+
+

N600-Carbon Black [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000300

+
+ An N carbon black with an average nitrogen surface area of 33 to 39 m²/g. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

nanoparticlec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_50803

+
+ A nanosized spherical or capsule-shaped structure. +
+
+
has super-classes
+
+ nanostructure + c +
+
has sub-classes
+
+ carbon black nanoparticle + c +
+
+
+
+

nanostructurec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_50795

+
+ A nanometre sized object. +
+
+
has super-classes
+
+ polyatomic entity + c +
+
has sub-classes
+
+ carbon nanostructure + c, nanoparticle + c +
+
+
+
+

narural rubber [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000177

+
+ An elastic material obtained from the latex sap of trees. Constitutes an entity sub-group of the raw material entity. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

narural rubber [ncti]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000178

+
+ The natural extract of tropical rubber plants. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C106043
+
+
+
Term status
+
uncurated
+
+
+
+

Near-surface mass temperature in the tool [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000097

+
+ Measured variable that indicates what the temperature is at the surface of the material. +
+
+
Term status
+
uncurated
+
+
+
+

neural network [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000061

+
+ Artificial neural networks (ANNs) are based on a reduced set of concepts from biological neural systems. It is composed of different Layeres, an input layer, one or more hidden layers and an output layer. Each layer consists of several artificial neurons. The connections of the biological neuron are modeled in artificial neural networks as weights between the artificial neurons. A positive weight reflects an excitatory connection, while negative values mean inhibitory connections. An activation function controls the amplitude of the output. They can be used to model complex relationships between inputs and outputs or to find patterns in data. Thereby ANNs can be trained by machine learning techniques to approximate a function, when the complexity of the data or task makes the design of such function by hand impractical. Other tasks in which ANNs can be trained are classification, including pattern recognition, clustering and Data processing, including clustering. +
+
+
Term status
+
uncurated
+
+
+
+

neural network [ncti]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000062

+
+ A computer algorithm to solve non-linear optimization problems. The algorithm was derived in analogy to the way the densely interconnected, parallel structure of the brain processes information. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C17429
+
+
+
Term status
+
uncurated
+
+
+
+

Newtonmeter [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000398

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

NIP [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000370

+
+ radial clearance between the roll surfaces of a mill or calender on a line of centres +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Nitrile rubber NBR [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000647

+
+ Known as nitrile butadiene rubber and acrylonitrile butadiene rubber, is a synthetic rubber derived from acrylonitrile (ACN) and butadiene. +
+
+
Contributors: +
+
Yamen Alsalka
+
+
+
Source
+
Wikipedia
+
+
+
has super-classes
+
+ Synthetic rubber [hsh] + c +
+
+
+
+

nitrogen molecular entityc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_51143

+
+
has super-classes
+
+ pnictogen molecular entity + c +
+
has sub-classes
+
+ organonitrogen compound + c +
+
+
+
+

Normalization [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000640

+
+ Scaling spectra in order to get all data on approximately the same scale. +
+
+
Contributors: +
+
Yamen Alsalka
+
+
+
Source
+
Unscrambler X
+
+
+
+

Number of Mixing Stages [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000421

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

obsolescence reason specificationc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000225

+
+ The reason for which a term has been deprecated. The allowed values come from an enumerated list of predefined terms. See the specification of these instances for more detailed definitions of each enumerated value. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
is equivalent to
+
{ failed exploratory term , placeholder removed , terms merged , term imported , term split }
+
has super-classes
+
+ data about an ontology part + c +
+
has members
+
+ failed exploratory term + ni, placeholder removed + ni, term imported + ni, term split + ni, terms merged + ni +
+
+
+
+

office equipment [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000176

+
+ Equipment that is employed for managerial purposes in the system under investigation. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

Oil Absorption Number [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000563

+
+ The oil absorption number of a carbon black is related to the processing and vulcanizate properties of rubber compounds containing the carbon black +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Oil Content [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000571

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

online characterisation [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000063

+
+ Online characterisation is the characterization of the material properties during the process and on the real process line in order to be able to react to fluctuations during production. +
+
+
Term status
+
uncurated
+
+
+
+

online optimization [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000064

+
+ In online optimization decisions are made directly in the real process section and without knowledge of future results. Also often the data of the problem instance is not complete. +
+
+
Term status
+
uncurated
+
+
+
+

Operating status [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000119

+
+ The state of an unit within an individual entity sub-group with regard to its working order (e.g., good, defective, not working). +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

operational assistant [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000134

+
+ A person who supports an operator in the system under investigation. Constitutes an entity of the human ressource and the production cost group. +
+
+
has super-classes
+
+ role + c +
+
+
+
+

operator [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000129

+
+ A person who operates a machine entity unit in the system under investigation. Constitutes an entity of the human resource and the production cost group. +
+
+
has super-classes
+
+ role + c +
+
+
+
+

operator [ncti]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000130

+
+ A person that operates some apparatus or machine. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C48036
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ role + c +
+
+
+
+

optical qualityc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/PATO_0001300

+
+ An EM radiation quality in which the EM radiation is within the fiat range of the spectrum visible deemed to be light. +
+
+
has super-classes
+
+ electromagnetic (EM) radiation quality + c +
+
+
+
+

Optical Quality [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000636

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Optical Quality [pato]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000637

+
+ An EM radiation quality in which the EM radiation is within the fiat range of the spectrum visible deemed to be light. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Source
+
http://purl.obolibrary.org/obo/pato.owl
+
+
+
Term status
+
uncurated
+
+
+
+

optimization [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000065

+
+ Optimizers are algorithms or methods used to solve optimization problems by minimize an error function (loss function) or to maximize the efficiency of production. Optimizers are mathematical functions which are dependent on model's learnable parameters i.e Weights & Biases. +
+
+
Term status
+
uncurated
+
+
+
+

optimization [ncti]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000066

+
+ An activity that attempts to find the best solution to a problem. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C78561
+
+
+
Term status
+
uncurated
+
+
+
+

Optimum Cure [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000486

+
+ condition of vulcanization required to achieve an acceptable compromise among a number of desired vulcanizate properties or the optimum value of a selected property +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

organic anionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_25696

+
+ Any organic ion with a net negative charge. +
+
+
has super-classes
+
+ anion + c, organic ion + c +
+
has sub-classes
+
+ organic sulfur anion + c +
+
+
+
+

organic aromatic compoundc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_33659

+
+
has super-classes
+
+ aromatic compound + c, organic cyclic compound + c +
+
has sub-classes
+
+ heteroarene + c +
+
+
+
+

organic cyclic compoundc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_33832

+
+ Any organic molecule that consists of atoms connected in the form of a ring. +
+
+
has super-classes
+
+ cyclic compound + c, organic molecule + c +
+
has sub-classes
+
+ organic aromatic compound + c, organic heterocyclic compound + c +
+
+
+
+

organic disulfidec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_35489

+
+ Compounds of structure RSSR in which R and R' are organic groups. +
+
+
has super-classes
+
+ disulfide + c, organosulfur compound + c +
+
has sub-classes
+
+ di(benzothiazol-2-yl)disulfide [chebi] + c, di(benzothiazol-2-yl)disulfide [dik] + c +
+
+
+
+

organic divalent groupc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_51446

+
+
has super-classes
+
+ organic group [chebi] + c +
+
has sub-classes
+
+ organodiyl group + c, organodiyl group [chebi] + c, organodiyl group [dik] + c +
+
+
+
+

organic divalent group [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000602

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ organic group [chebi] + c +
+
+
+
+

organic group [chebi]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000604

+
+ Any substituent group or skeleton containing carbon. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
CHEBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/chebi.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ group [chebi] + c +
+
has sub-classes
+
+ organic divalent group + c, organic divalent group [dik] + c +
+
+
+
+

Organic Group [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000603

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ group [chebi] + c +
+
+
+
+

organic heterocyclic compoundc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_24532

+
+ A cyclic compound having as ring members atoms of carbon and at least of one other element. +
+
+
has super-classes
+
+ heterocyclic compound + c, heteroorganic entity + c, organic cyclic compound + c +
+
has sub-classes
+
+ heteroarene + c, organonitrogen heterocyclic compound + c, organosulfur heterocyclic compound + c +
+
+
+
+

organic ionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_25699

+
+
has super-classes
+
+ ion + c, organic molecular entity + c +
+
has sub-classes
+
+ organic anion + c +
+
+
+
+

organic molecular entityc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_50860

+
+ Any molecular entity that contains carbon. +
+
+
has super-classes
+
+ carbon group molecular entity + c +
+
has sub-classes
+
+ elemental carbon + c, heteroorganic entity + c, organic ion + c, organic molecule + c +
+
+
+
+

organic moleculec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_72695

+
+ Any molecule that consists of at least one carbon atom as part of the electrically neutral entity. +
+
+
has super-classes
+
+ molecule + c, organic molecular entity + c +
+
has sub-classes
+
+ organic cyclic compound + c +
+
+
+
+

organic sulfur anionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_84291

+
+ An organic anion in which the charge resides on a sulfur atom. +
+
+
has super-classes
+
+ organic anion + c, sulfur molecular entity + c +
+
has sub-classes
+
+ dithiocarbamate anions + c +
+
+
+
+

organizationc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000245

+
+ An entity that can bear roles, has members, and has a set of organization rules. Members of organizations are either organizations themselves or individual people. Members can bear specific organization member roles that are determined in the organization rules. The organization rules also determine how decisions are made on behalf of the organization by the organization members. +
+
+
Source
+
GROUP: OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
PMID: 16353909.AAPS J. 2005 Sep 22;7(2):E274-80. Review. The joint food and agriculture organization of the United Nations/World Health Organization Expert Committee on Food Additives and its role in the evaluation of the safety of veterinary drug residues in foods.
+
+
+
+
has sub-classes
+
+ regulatory agency + c +
+
has members
+
+ Thermo Fisher Scientific + ni +
+
+
+
+

organochalcogen compoundc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_36962

+
+ An organochalcogen compound is a compound containing at least one carbon-chalcogen bond. +
+
+
has super-classes
+
+ chalcogen molecular entity + c, heteroorganic entity + c +
+
has sub-classes
+
+ organosulfur compound + c +
+
+
+
+

organodiyl groupc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_51422

+
+ Any organic substituent group, regardless of functional type, having two free valences at carbon atom(s). +
+
+
has super-classes
+
+ organic divalent group + c +
+
has sub-classes
+
+ Ethylidene Group [dik] + c, Hydrocarbylene Group [chebi] + c, Hydrocarbylene Group [dik] + c, hydrocarbylene group + c +
+
+
+
+

organodiyl group [chebi]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000601

+
+ Any organic substituent group, regardless of functional type, having two free valences at carbon atom(s). +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
CHEBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/chebi.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ organic divalent group + c +
+
+
+
+

organodiyl group [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000600

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ organic divalent group + c +
+
+
+
+

organonitrogen compoundc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_35352

+
+ Any heteroorganic entity containing at least one carbon-nitrogen bond. +
+
+
has super-classes
+
+ heteroorganic entity + c, nitrogen molecular entity + c +
+
has sub-classes
+
+ organonitrogen heterocyclic compound + c +
+
+
+
+

organonitrogen heterocyclic compoundc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_38101

+
+ Any organonitrogen compound containing a cyclic component with nitrogen and at least one other element as ring member atoms. +
+
+
has super-classes
+
+ organic heterocyclic compound + c, organonitrogen compound + c +
+
has sub-classes
+
+ azole + c +
+
+
+
+

organosulfur compoundc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_33261

+
+ An organosulfur compound is a compound containing at least one carbon-sulfur bond. +
+
+
has super-classes
+
+ organochalcogen compound + c, sulfur molecular entity + c +
+
has sub-classes
+
+ organic disulfide + c, organosulfur heterocyclic compound + c +
+
+
+
+

organosulfur heterocyclic compoundc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_38106

+
+
has super-classes
+
+ organic heterocyclic compound + c, organosulfur compound + c +
+
has sub-classes
+
+ thiazoles + c +
+
+
+
+

Oscillating-Disc Curemeter [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000583

+
+ type of curemeter in which the force applied to the rubber compound is produced by an oscillating disc embedded in a test sample which is contained under pressure in a sealed cavity +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

other additives [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000186

+
+ Additional substances that are employed to product rubber-based products. Constitutes an entity sub-group of the raw material entity. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

Outlet surface [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000099

+
+ System parameter that indicates how large the outlet surface of the rubber is. +
+
+
Term status
+
uncurated
+
+
+
+

output layer [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000042

+
+ The output layer in an artificial neural network is the last layer of neurons that produces given outputs for the program. +
+
+
Term status
+
uncurated
+
+
+
+

Overcure [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000487

+
+ state of vulcanization beyond the optimum cure +
+
+ Overcure is generally caused by too long a time and/or too high a temperature of vulcanization and/or post cure, and/or a surplus of vulcanizing agents. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

p-block molecular entityc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_33675

+
+ A main group molecular entity that contains one or more atoms of a p-block element. +
+
+
has super-classes
+
+ main group molecular entity + c +
+
has sub-classes
+
+ carbon group molecular entity + c, chalcogen molecular entity + c, pnictogen molecular entity + c +
+
+
+
+

packaging [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000128

+
+ Materials used to wrap or protect raw materials, semi-finished products, and finished products. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

PALMERA B 1802-CG [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000315

+
+ Trade name for a specific stearic acid +
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Stearic Acid [dik] + c +
+
+
+
+

Paraffinic Oil [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000303

+
+ hydrocarbon process oil, most or all of which is composed of alkanes +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has sub-classes
+
+ ‎P460 [dik] + c +
+
+
+
+

particle (physics) [afo]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000147

+
+ A particle in the physical sciences is a small localized object to which can be ascribed physical properties. [Wikipedia] +
+
+
Contributors: +
+
Lars M Vogt
+
+
+
Is defined by
+
AFM
+
+
+
Source
+
+ http://purl.allotrope.org/voc/afo/merged/REC/2023/06/merged-without-qudt-and-inferred +
+
+
+
Term status
+
uncurated
+
+
+
+

particle [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000283

+
+ Smallest discernible spherical or nearly spherical unit which can exist separately +
+
+ Groups of particles are generally coalesced into aggregates. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
has super-classes
+
+ chemical substance + c +
+
+
+
+

particle [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000284

+
+ An object with finite mass and size parameters. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ chemical entity + c +
+
+
+
+

partitioning data transformationc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0200171

+
+ A partitioning data transformation is a data transformation that has objective partitioning. +
+
+
Source
+
PERSON: James Malone
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
has super-classes
+
+ data transformation + c +
+
has sub-classes
+
+ k-means clustering + c, k-nearest neighbors + c, statistical model validation + c +
+
+
+
+

pathologic distant metastases stage for colon according to AJCC 7th editionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002290

+
+ A categorical value specification that is a pathologic finding about one or more characteristics of colon cancer following the rules of the TNM AJCC v7 classification system as they pertain to distant metastases. TNM pathologic distant metastasis findings are based on clinical findings supplemented by histopathologic examination of one or more tissue specimens acquired during surgery. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
has super-classes
+
+ categorical value specification + c +
+
has members
+
+ cM0 (colon) + ni, cM1 (colon) + ni, cM1a (colon) + ni, cM1b (colon) + ni, pM1 (colon) + ni, pM1a (colon) + ni, pM1b (colon) + ni +
+
+
+
+

pathologic distant metastases stage for kidney according to AJCC 7th editionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002306

+
+ A categorical value specification that is a pathologic finding about one or more characteristics of renal cancer following the rules of the TNM AJCC v7 classification system as they pertain to distant metastases. TNM pathologic distant metastasis findings are based on clinical findings supplemented by histopathologic examination of one or more tissue specimens acquired during surgery. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
has super-classes
+
+ categorical value specification + c +
+
has members
+
+ cM0 (kidney) + ni, cM1 (kidney) + ni, pM1 (kidney) + ni +
+
+
+
+

pathologic distant metastases stage for lung according to AJCC 7th editionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002298

+
+ A categorical value specification that is a pathologic finding about one or more characteristics of lung cancer following the rules of the TNM AJCC v7 classification system as they pertain to distant metastases. TNM pathologic distant metastasis findings are based on clinical findings supplemented by histopathologic examination of one or more tissue specimens acquired during surgery. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
has super-classes
+
+ categorical value specification + c +
+
has members
+
+ cM0 (lung) + ni, cM1 (lung) + ni, cM1a (lung) + ni, cM1b (lung) + ni, pM1 (lung) + ni, pM1a (lung) + ni, pM1b (lung) + ni +
+
+
+
+

pathologic distant metastases stage for ovary according to AJCC 7th editionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002310

+
+ A categorical value specification that is a pathologic finding about one or more characteristics of ovarian cancer following the rules of the TNM AJCC v7 classification system as they pertain to distant metastases. TNM pathologic distant metastasis findings are based on clinical findings supplemented by histopathologic examination of one or more tissue specimens acquired during surgery. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
has super-classes
+
+ categorical value specification + c +
+
has members
+
+ cM0 (ovary) + ni, cM1 (ovary) + ni, pM1 (ovary) + ni +
+
+
+
+

pathologic lymph node stage for colon and rectum according to AJCC 7th editionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002270

+
+ A categorical value specification that is a pathologic finding about one or more characteristics of colorectal cancer following the rules of the TNM AJCC v7 classification system as they pertain to staging of regional lymph nodes. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
has super-classes
+
+ categorical value specification + c +
+
has members
+
+ pN0 (colon) + ni, pN1 (colon) + ni, pN1a (colon) + ni, pN1b (colon) + ni, pN1c (colon) + ni, pN2 (colon) + ni, pN2a (colon) + ni, pN2b (colon) + ni +
+
+
+
+

pathologic lymph node stage for kidney according to AJCC 7th editionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002284

+
+ A categorical value specification that is a pathologic finding about one or more characteristics of renal cancer following the rules of the TNM AJCC v7 classification system as they pertain to staging of regional lymph nodes. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
has super-classes
+
+ categorical value specification + c +
+
has members
+
+ pN0 (kidney) + ni, pN1 (kidney) + ni +
+
+
+
+

pathologic lymph node stage for lung according to AJCC 7th editionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002279

+
+ A categorical value specification that is a pathologic finding about one or more characteristics of lung cancer following the rules of the TNM AJCC v7 classification system as they pertain to staging of regional lymph nodes. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
has super-classes
+
+ categorical value specification + c +
+
has members
+
+ pN0 (lung) + ni, pN1 (lung) + ni, pN2 (lung) + ni, pN3 (lung) + ni +
+
+
+
+

pathologic lymph node stage for ovary according to AJCC 7th editionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002287

+
+ A categorical value specification that is a pathologic finding about one or more characteristics of ovarian cancer following the rules of the TNM AJCC v7 classification system as they pertain to staging of regional lymph nodes. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
has super-classes
+
+ categorical value specification + c +
+
has members
+
+ pN0 (ovary) + ni, pN1 (ovary) + ni +
+
+
+
+

pathologic primary tumor stage for colon and rectum according to AJCC 7th editionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002224

+
+ A categorical value specification that is a pathologic finding about one or more characteristics of colorectal cancer following the rules of the TNM American Joint Committee on Cancer (AJCC) version 7 classification system as they pertain to staging of the primary tumor. TNM pathologic primary tumor findings are based on clinical findings supplemented by histopathologic examination of one or more tissue specimens acquired during surgery. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
has super-classes
+
+ categorical value specification + c +
+
has members
+
+ pT0 (colon) + ni, pT1 (colon) + ni, pT2 (colon) + ni, pT3 (colon) + ni, pT4a (colon) + ni, pT4b (colon) + ni, pTis (colon) + ni +
+
+
+
+

pathologic primary tumor stage for kidney according to AJCC 7th editionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002243

+
+ A categorical value specification that is a pathologic finding about one or more characteristics of renal cancer following the rules of the TNM AJCC v7 classification system as they pertain to staging of the primary tumor. TNM pathologic primary tumor findings are based on clinical findings supplemented by histopathologic examination of one or more tissue specimens acquired during surgery. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
has super-classes
+
+ categorical value specification + c +
+
has members
+
+ pT0 (kidney) + ni, pT1 (kidney) + ni, pT1a (kidney) + ni, pT1b (kidney) + ni, pT2 (kidney) + ni, pT2a (kidney) + ni, pT2b (kidney) + ni, pT3 (kidney) + ni, pT3a (kidney) + ni, pT3b (kidney) + ni, pT3c (kidney) + ni, pT4 (kidney) + ni +
+
+
+
+

pathologic primary tumor stage for lung according to AJCC 7th editionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002232

+
+ A categorical value specification that is a pathologic finding about one or more characteristics of lung cancer following the rules of the TNM American Joint Committee on Cancer (AJCC) version 7 classification system as they pertain to staging of the primary tumor. TNM pathologic primary tumor findings are based on clinical findings supplemented by histopathologic examination of one or more tissue specimens acquired during surgery. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
has super-classes
+
+ categorical value specification + c +
+
has members
+
+ pT0 (lung) + ni, pT1 (lung) + ni, pT1a (lung) + ni, pT1b (lung) + ni, pT2 (lung) + ni, pT2a (lung) + ni, pT2b (lung) + ni, pT3 (lung) + ni, pT4 (lung) + ni, pTis (lung) + ni +
+
+
+
+

pathologic primary tumor stage for ovary according to AJCC 7th editionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002256

+
+ A categorical value specification that is a pathologic finding about one or more characteristics of ovarian cancer following the rules of the TNM AJCC v7 classification system as they pertain to staging of the primary tumor. TNM pathologic primary tumor findings are based on clinical findings supplemented by histopathologic examination of one or more tissue specimens acquired during surgery. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
has super-classes
+
+ categorical value specification + c +
+
has members
+
+ pT0 (ovary) + ni, pT1 (ovary) + ni, pT1a (ovary) + ni, pT1b (ovary) + ni, pT1c (ovary) + ni, pT2 (ovary) + ni, pT2a (ovary) + ni, pT2b (ovary) + ni, pT2c (ovary) + ni, pT3 (ovary) + ni, pT3a (ovary) + ni, pT3b (ovary) + ni, pT3c (ovary) + ni +
+
+
+
+

pattern recognition [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000059

+
+ Pattern recognition is the automated recognition of patterns and regularities in data. Pattern recognition has its origins in statistics and engineering; some modern approches include the use of machine learning, due to the increased availability of big data and a new abundance of processing power. +
+
+
Term status
+
uncurated
+
+
+
+

pattern recognition [ncti]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000060

+
+ A branch of artificial intelligence concerned with the identification of visual or audio patterns by computers.For the computer to recognize the patterns, the patterns must be converted into digital signals and compared with patterns already stored in memory.Some uses of this technology are in character recognition, voice recognition, handwriting recognition, and robotics. (High-Tech Dictionary) [ NCI ] +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C16961
+
+
+
Term status
+
uncurated
+
+
+
+

peak [allotrope]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000217

+
+ A peak describes a part of a data distribution function at a definite range of the experimental parameter (independent variable) of the distribution function. This definition includes a single data point of the distribution function. [Allotrope] +
+
+ http://purl.allotrope.org/ontologies/ +
+
+
Is defined by
+
allotrope.org
+
+
+
Source
+
http://purl.allotrope.org/ontologies/result#AFR_0000413
+
+
+
Term status
+
uncurated
+
+
+
+

peak [ms]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000220

+
+ A localized region of relatively large ion signal in a mass spectrum. Although peaks are often associated with particular ions, the terms peak and ion should not be used interchangeably. +
+
+ http://purl.obolibrary.org/obo/ms.owl +
+
+
Is defined by
+
MS
+
+
+
Source
+
http://purl.obolibrary.org/obo/MS_1000231
+
+
+
Term status
+
uncurated
+
+
+
+

peak [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000218

+
+ The most extreme possible amount or value; the highest point. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C48054
+
+
+
Term status
+
uncurated
+
+
+
+

peak matchingc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000726

+
+ Peak matching is a data transformation performed on a dataset of a graph of ordered data points (e.g. a spectrum) with the objective of pattern matching local maxima above a noise threshold +
+
+
Source
+
PERSON: Ryan Brinkman
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
has super-classes
+
+ data transformation + c +
+
has members
+
+ GenePattern peak matching + ni +
+
+
+
+

peak[ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000216

+
+ In Spectroscopy, peaks are features of a spectrum. A peak comprise a restricted region of a spectrum, which is absorbed or emitted with high intensity. It is defined as a local maximum in the spectrum. +
+
+ in Spectroscopy +
+
+
Contributors: +
+
Sven Schwabe (IFNANO)
+
+
+
+

Percent [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000609

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Percent [om]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000611

+
+ The percent is a unit of dimension one defined as 1/100. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
OM
+
+
+
Source
+
http://www.ontology-of-units-of-measure.org/resource/om-2
+
+
+
Term status
+
uncurated
+
+
+
+

Percent [uo]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000610

+
+ "A dimensionless ratio unit which denotes numbers as fractions of 100." [Wikipedia:Wikipedia] +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
UO
+
+
+
Source
+
http://purl.obolibrary.org/obo/uo.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

performance status value specificationc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002356

+
+ A categorical value specification that is an assessment of a participant's performance status (general well-being and activities of daily life). +
+
+
Source
+
https://en.wikipedia.org/wiki/Performance_status
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
has super-classes
+
+ categorical value specification + c +
+
has sub-classes
+
+ Eastern Cooperative Oncology Group score value specification + c, Karnofsky score vaue specification + c +
+
+
+
+

Photometric Measurement Process [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000226

+
+ Measurement using photometry +
+
+
+

Photometry [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000229

+
+ Measurement method using visible light to analyse the property of a substance +
+
+
Contributors: +
+
Christoph Lenth
+
+
+
Source
+
+ https://de.wikipedia.org/wiki/Photometrie +
+
+
+
+

Photometry [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000230

+
+ Measurement of the properties of light, especially luminous intensity. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C65109
+
+
+
Term status
+
uncurated
+
+
+
+

PHR [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000335

+
+ mass of compounding ingredient added to one hundred mass units of elastomer +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

physical object qualityc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/PATO_0001241

+
+ A quality which inheres in a continuant. +
+
+
has sub-classes
+
+ molecular quality + c, morphology + c, physical quality + c +
+
+
+
+

Physical Object Quality [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000495

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Source
+
http://purl.obolibrary.org/obo/pato.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Physical Object Quality [pato]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000496

+
+ A quality of a physical entity that exists through action of continuants at the physical level of organisation in relation to other entities. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
PATO
+
+
+
Source
+
http://purl.obolibrary.org/obo/pato.owl
+
+
+
Term status
+
uncurated
+
+
+
+

physical qualityc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/PATO_0001018

+
+ A quality of a physical entity that exists through action of continuants at the physical level of organisation in relation to other entities. +
+
+
has super-classes
+
+ physical object quality + c +
+
has sub-classes
+
+ pressure + c, quality of a substance + c, radiation quality + c, temperature + c +
+
+
+
+

Physical Quality [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000497

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Is defined by
+
PATO
+
+
+
Source
+
http://purl.obolibrary.org/obo/pato.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Physical Quality [pato]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000498

+
+ A quality which inheres in a continuant. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
PATO
+
+
+
Source
+
http://purl.obolibrary.org/obo/pato.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Picture grid [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000236

+
+ Commen form of representing a digital picture: The picture is represented as a XY-Grid of Data-Points containing the color and brightness information. +
+
+ format +
+
+
+

Pin [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000427

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Pin Extruder [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000426

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Extruder [dik] + c +
+
+
+
+

Pin Zone [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000461

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Pin Zone Temperature [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000471

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Pin Zone Temperature Control Unit [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000470

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Pixel [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000237

+
+ Element of the picture grid +
+
+ format +
+
+
+

Pixel [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000238

+
+ The smallest resolvable rectangular area of an image, either on a screen or stored in memory. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C48367
+
+
+
Term status
+
uncurated
+
+
+
+

planned processc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000011

+
+ A process that realizes a plan which is the concretization of a plan specification. +
+
+
Source
+
branch derived
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
Injecting mice with a vaccine in order to test its efficacy
+
+
+
+
has sub-classes
+
+ assay + c, data transformation + c, data visualization + c, dataset creating + c, material processing + c, software development + c, specimen collection process + c +
+
is in domain of
+
+ achieves_planned_objective + op, has_specified_input + op, has_specified_output + op +
+
is in range of
+
+ is_specified_input_of + op, is_specified_output_of + op, objective_achieved_by + op +
+
+
+
+

plasticizer [chebi]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000184

+
+ Any compound that is used as an additive to increase the plasticity or fluidity of a substance, particularly but not exclusively to synthetic polymers. +
+
+ plasticiser +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
CHEBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/CHEBI_79056
+
+
+
Term status
+
uncurated
+
+
+
+

plasticizer [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000182

+
+ A substance added to a synthetic resin to produce or promote plasticity and flexibility and to reduce brittleness. Constitutes an entity sub-group of the raw material entity. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

plasticizer [ncti]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000183

+
+ A substance added to plastics or other materials to make or keep them soft or pliable. +
+
+ plasticiser +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C55826
+
+
+
Term status
+
uncurated
+
+
+
+

Plateau Cure [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000485

+
+ type of vulcanization during which the modulus of the vulcanizate proceeds to a maximum and then remains essentially constant for a substantial period at the vulcanization temperature +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Platen [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000587

+
+ flat metal plate (or chest) which applies heat and pressure to one or more mould(s) in a press +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Platen Press [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000586

+
+ press having two or more super-imposed heated platens between which moulds are pressed +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

pnictogen molecular entityc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_33302

+
+ A p-block molecular entity containing any pnictogen. +
+
+
has super-classes
+
+ p-block molecular entity + c +
+
has sub-classes
+
+ nitrogen molecular entity + c +
+
+
+
+

point cloud [imr]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000005

+
+ A gathering of individual points with an +with an unstructured spatial structure +
+
+
+

Poligeenanc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_82298

+
+
has super-classes
+
+ polymer [chebi] + c +
+
has sub-classes
+
+ Carbon Black [chebi] + c +
+
+
+
+

polyatomic anionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_33273

+
+ An anion consisting of more than one atom. +
+
+
has super-classes
+
+ anion + c, polyatomic ion + c +
+
has sub-classes
+
+ polyatomic monoanion + c +
+
+
+
+

polyatomic entityc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_36357

+
+ Any molecular entity consisting of more than one atom. +
+
+
has super-classes
+
+ molecular entity + c +
+
has sub-classes
+
+ molecule + c, nanostructure + c, polyatomic ion + c +
+
+
+
+

polyatomic ionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_36358

+
+ An ion consisting of more than one atom. +
+
+
has super-classes
+
+ ion + c, polyatomic entity + c +
+
has sub-classes
+
+ polyatomic anion + c +
+
+
+
+

polyatomic monoanionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_36829

+
+
has super-classes
+
+ monoanion + c, polyatomic anion + c +
+
has sub-classes
+
+ pseudohalide anion + c +
+
+
+
+

Polyisoprene IR [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000646

+
+ A synthetic cis-1,4-polyisoprene, made by the industrial polymerisation of isoprene. +
+
+
Contributors: +
+
Yamen Alsalka
+
+
+
Source
+
Wikipedia
+
+
+
has super-classes
+
+ Synthetic rubber [hsh] + c +
+
+
+
+

polymer [chebi]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000273

+
+ A polymer is a mixture, which is composed of macromolecules of different kinds and which may be differentiated by composition, length, degree of branching etc.. +
+
+ http://purl.obolibrary.org/obo/chebi.owl +
+
+
Is defined by
+
CHEBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/CHEBI_60027
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ mixture + c +
+
has sub-classes
+
+ Keltan 5470C [dik] + c, Poligeenan + c, agglomerate [dik] + c, agglomerate [enm] + c, rubber particle [chebi] + c +
+
+
+
+

Polymer [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000285

+
+ substance composed of molecules characterized by the multiple repetition of one or more species of atoms or groups of atoms (constitutional units) linked to each other in amounts sufficient to provide a set of properties that do not vary markedly with the addition or removal of one or a few of the constitutional units +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

polymer [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000272

+
+ a substance consisting of molecules characterised by the sequence of one or more +types of monomer unit. Such molecules must be distributed over a range of molecular weights. +
+
+
Contributors: +
+
Yamen Alsalka
+
+
+
has super-classes
+
+ mixture + c +
+
+
+
+

polymer [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000274

+
+ A substance made up of variable numbers of repeating structural units linked through covalent bonds. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Is defined by
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C48803
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ mixture + c +
+
+
+
+

Polymer Composition [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000276

+
+ The relative proportions of monomers that make up a particular chemical polymer (raw rubber). +
+
+
Contributors: +
+
Christoph Lenth
+
+
+
+

Power [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000415

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Power [om]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000417

+
+ Power is the time rate at which work is done. It is a derived quantity in the International System of Units. Power is energy divided by time. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
OM
+
+
+
Source
+
http://www.ontology-of-units-of-measure.org/resource/om-2
+
+
+
Term status
+
uncurated
+
+
+
+

Power [pato]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000416

+
+ A physical quality inhering in a bearer by virtue of the bearer's rate of doing work. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
PATO
+
+
+
Source
+
http://purl.obolibrary.org/obo/pato.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Prediction [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000641

+
+ Estimation of unknown response values using a regression model. +
+
+
Contributors: +
+
Yamen Alsalka
+
+
+
Source
+
Unscrambler X
+
+
+
+

pressurec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/PATO_0001025

+
+ A physical quality that inheres in a bearer by virtue of the bearer's amount of force per unit area it exerts. +
+
+
has super-classes
+
+ physical quality + c +
+
+
+
+

Pressure [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000446

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Pressure [om]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000448

+
+ Pressure is the force applied to or distributed over a surface. It is a derived quantity in the International System of Units. Pressure is force divided by area. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
OM
+
+
+
Source
+
http://www.ontology-of-units-of-measure.org/resource/om-2
+
+
+
Term status
+
uncurated
+
+
+
+

Pressure [pato]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000447

+
+ A physical quality that inheres in a bearer by virtue of the bearer's amount of force per unit area it exerts. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
PATO
+
+
+
Source
+
http://purl.obolibrary.org/obo/pato.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Pressure Sensor [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000455

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Pressure Variation [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000439

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

primary accelerator [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000317

+
+ principal accelerator used in a vulcanizing system +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ accelerator [dik] + c +
+
+
+
+

principal component analysis [edam]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000225

+
+ A statistical procedure that uses an orthogonal transformation to convert a set of observations of possibly correlated variables into a set of values of linearly uncorrelated variables called principal components. +
+
+ http://edamontology.org +
+
+
Is defined by
+
EDAM
+
+
+
Source
+
http://edamontology.org/operation_3960
+
+
+
Term status
+
uncurated
+
+
+
+

principal component analysis [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000223

+
+ Principal component analysis (PCA) is the process of computing the principal components and using them to perform a change of basis on the data. +
+
+
Contributors: +
+
Sven Schwabe (IFNANO)
+
+
+
Source
+
https://en.wikipedia.org/wiki/Principal_component_analysis
+
+
+
+

principal component analysis [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000224

+
+ A vector space transform used to reduce the dimensionality in a dataset while retaining those characteristics of the dataset that contribute most to its variance. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C49291
+
+
+
Term status
+
uncurated
+
+
+
+

principal components analysis dimensionality reductionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0200051

+
+ A principal components analysis dimensionality reduction is a dimensionality reduction achieved by applying principal components analysis and by keeping low-order principal components and excluding higher-order ones. +
+
+
Source
+
PERSON: Elisabetta Manduchi
+
PERSON: James Malone
+
PERSON: Melanie Courtot
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
has super-classes
+
+ dimensionality reduction + c +
+
has members
+
+ GenePattern PCA + ni +
+
+
+
+

Process Oil [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000305

+
+ hydrocarbon oil derived from petroleum or other sources and used as an extender or processing aid +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Processability [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000376

+
+ relative ease with which raw or compounded rubbers can be handled in rubber-processing machinery +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ measurement unit label + c +
+
+
+
+

processed materialc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000047

+
+ Is a material entity that is created or changed during material processing. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
Examples include gel matrices, filter paper, parafilm and buffer solutions, mass spectrometer, tissue samples
+
+
+
+
has super-classes
+
+
has sub-classes
+
+ device + c, processed specimen + c +
+
+
+
+

Processed Material [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000554

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Processed Material [obi]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000555

+
+ Is a material entity that is created or changed during material processing. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
OBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/obi.owl
+
+
+
Term status
+
uncurated
+
+
+
+

processed specimenc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000953

+
+ A specimen that has been intentionally physically modified. +
+
+ A tissue sample that has been sliced and stained for a histology study. +
+
+
Source
+
Bjoern Peters
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
A tissue sample that has been sliced and stained for a histology study.
+A blood specimen that has been centrifuged to obtain the white blood cells.
+
+
+
+
is equivalent to
+
+ processed material + c + and + specimen + c +
+
has super-classes
+
+ processed material + c, specimen + c +
+
+
+
+

processed spectrum [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000222

+
+ Result of different mathematical processes conducted on raw Spectra. Processing steps include e.g. normalization and baseline correction +
+
+
Contributors: +
+
Sven Schwabe (IFNANO)
+
+
+
+

Processing Aid [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000306

+
+ compounding ingredient which improves the processability of a rubber compound or mix +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Product Data Sheet [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000340

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

production cost [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000114

+
+ A cost group for all cost values occuring from entity sub-groups in the production cost group and the associated factors +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

Production-in-the-Loop [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000067

+
+ Production-in-the-Loop describes a method, in which information from the production process is continuously recorded and the process is adapted to the changing framework conditions on the basis of this information. +
+
+
Term status
+
uncurated
+
+
+
+

protocolc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000272

+
+ A plan specification which has sufficient level of detail and quantitative information to communicate it between investigation agents, so that different investigation agents will reliably be able to independently reproduce the process. +
+
+
Source
+
OBI branch derived + wikipedia (http://en.wikipedia.org/wiki/Protocol_%28natural_sciences%29)
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
PCR protocol, has objective specification, amplify DNA fragment of interest, and has action specification describes the amounts of experimental reagents used (e..g. buffers, dNTPS, enzyme), and the temperature and cycle time settings for running the PCR.
+
+
+
+
+

Protocol [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000529

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Protocol [edam]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000532

+
+ A human-readable collection of information about about how a scientific experiment or analysis was carried out that results in a specific set of data or results used for further analysis or to test a specific hypothesis. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
EDAM
+
+
+
Source
+
http://edamontology.org
+
+
+
Term status
+
uncurated
+
+
+
+

Protocol [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000530

+
+ A rule which guides how an activity should be performed. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Protocol [obi]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000531

+
+ A plan specification which has sufficient level of detail and quantitative information to communicate it between investigation agents, so that different investigation agents will reliably be able to independently reproduce the process. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
OBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/obi.owl
+
+
+
Term status
+
uncurated
+
+
+
+

pseudohalide anionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_36828

+
+
has super-classes
+
+ polyatomic monoanion + c +
+
has sub-classes
+
+ cyanide + c +
+
+
+
+

quality inspector [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000136

+
+ A person who monitors the quality of incoming and outgoing products or materials in the system under investigation. Constitutes an entity of the human ressource and the production cost group. +
+
+
has super-classes
+
+ role + c +
+
+
+
+

quality of a liquidc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/PATO_0001548

+
+ A physical quality inhering in an entity exhibiting the physical characteristics of an amorphous (non-crystalline) form of matter between a gas and a solid that has a definite volume, but no definite shape. +
+
+
has super-classes
+
+ quality of a substance + c +
+
+
+
+

Quality of a Liquid [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000527

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Quality of a Liquid [pato]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000528

+
+ A physical quality inhering in an entity exhibiting the physical characteristics of an amorphous (non-crystalline) form of matter between a gas and a solid that has a definite volume, but no definite shape. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
PATO
+
+
+
Source
+
http://purl.obolibrary.org/obo/pato.owl
+
+
+
Term status
+
uncurated
+
+
+
+

quality of a solidc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/PATO_0001546

+
+ A physical quality inhering in a bearer by virtue of the bearer's exhibiting the physical characteristics of an entity characterized by particles arranged such that their shape and volume are relatively stable. +
+
+
has super-classes
+
+ quality of a substance + c +
+
+
+
+

Quality of a Solid [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000634

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Quality of a Solid [pato]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000635

+
+ A physical quality inhering in a bearer by virtue of the bearer's exhibiting the physical characteristics of an entity characterized by particles arranged such that their shape and volume are relatively stable. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
PATO
+
+
+
Source
+
http://purl.obolibrary.org/obo/pato.owl
+
+
+
Term status
+
uncurated
+
+
+
+

quality of a substancec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/PATO_0002198

+
+ A quality inhering in a bearer by virtue of its constitution. +
+
+
has super-classes
+
+ physical quality + c +
+
has sub-classes
+
+ quality of a liquid + c, quality of a solid + c +
+
+
+
+

Quality of a Substance [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000525

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Quality of a Substance [pato]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000526

+
+ A quality inhering in a bearer by virtue of its constitution. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
PATO
+
+
+
Source
+
http://purl.obolibrary.org/obo/pato.owl
+
+
+
Term status
+
uncurated
+
+
+
+

questionnairec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001000

+
+ A document with a set of printed or written questions with a choice of answers, devised for the purposes of a survey or statistical study. +
+
+
Source
+
Merriam-Webster
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
has super-classes
+
+ document + c +
+
has members
+
+ Edingburgh handedness inventory + ni +
+
+
+
+

Radial temperature profile of the mixture in the screw channel [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000098

+
+ Measured variable that indicates how the temperature is distributed radially over the screw channel. +
+
+
Term status
+
uncurated
+
+
+
+

radiation qualityc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/PATO_0001739

+
+ A quality that inheres in an bearer by virtue of how that bearer interacts with radiation. +
+
+
has super-classes
+
+ physical quality + c +
+
has sub-classes
+
+ electromagnetic (EM) radiation quality + c +
+
+
+
+

Raman spectroscopy [allotrope]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000188

+
+ Any type of vibrational spectroscopy where the Raman scattering of monochromatic light, usually from a laser in the visible, near infrared, or near ultraviolet range by a sample is detected. [CHMO] +
+
+ http://purl.allotrope.org/ontologies/ +
+
+
Is defined by
+
allotrope.org
+
+
+
Source
+
http://purl.allotrope.org/ontologies/process#AFP_0000047
+
+
+
Term status
+
uncurated
+
+
+
+

Raman spectroscopy [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000187

+
+ A non-destructive light scattering technique that provides detailed information about the chemical structure upon the interaction of light with the chemical bonds within a material based on periodic changes of polarizabilities, usually manifested as energy loss (gain) with respect to the incident light. +
+
+
Contributors: +
+
Georgios Ctistis
+
+
+
Source
+
https://www.horiba.com/ind/raman-imaging-and-spectroscopy/
+
+
+
+

Raman spectroscopy [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000189

+
+ Emission of electromagnetic energy with a shorter frequency (longer wavelength) than that of the incident monochromatic light. Arises from the low probability absorption of quanta with a higher energy than that required for a transition: the difference in energy is emitted as a lower frequency (energy) photon. Allows analysis of vibrational and rotational energy levels using visible incident light. [ NCI ] +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Is defined by
+
NCI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C17157
+
+
+
Term status
+
uncurated
+
+
+
+

Raman spectrum [allotrope]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000194

+
+ A plot of intensity vs. Raman shift (cm-1) obtained by measuring the Raman scattering of monochromatic light from a sample. [CHMO] +
+
+ http://purl.allotrope.org/ontologies/ +
+
+
Is defined by
+
allotrope.org (chmo)
+
+
+
Source
+
http://purl.allotrope.org/ontologies/result#AFR_0000519
+
+
+
Term status
+
uncurated
+
+
+
+

Raman spectrum [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000193

+
+ A graph presents a number of peaks, showing the intensity and wavelength position of the Raman scattered light, in which each peak corresponds to a specific molecular bond vibration. +
+
+
Contributors: +
+
Christoph Lenth
+
+
+
Source
+
https://www.horiba.com/ind/raman-imaging-and-spectroscopy/
+
+
+
+

rate unitc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000280

+
+
has super-classes
+
+ measurement unit label + c +
+
has members
+
+ count per molar + ni, count per molar second + ni, count per nanomolar + ni, count per nanomolar second + ni +
+
+
+
+

Ratio [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000612

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Ratio [ms]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000616

+
+ A ratio is a data item which is formed with two numbers r and s is written r/s, where r is the numerator and s is the denominator. The ratio of r to s is equivalent to the quotient r/s. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
MS
+
+
+
Source
+
http://purl.obolibrary.org/obo/ms.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Ratio [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000613

+
+ Quotient of quantities of the same kind for different components within the same system. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Ratio [uo]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000614

+
+ "A dimensionless ratio unit which, given a pair of quantities a and b, for which b is a multiple of a, denotes b by giving the multiplier (coefficient) c for a to result in b." [UOB:LKSR] +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
UO
+
+
+
Source
+
http://purl.obolibrary.org/obo/uo.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Ratio [uo]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000615

+
+ "A dimensionless unit which denotes an amount or magnitude of one quantity relative to another." [Wikipedia:Wikipedia] +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
UO
+
+
+
Source
+
http://purl.obolibrary.org/obo/uo.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

raw material [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000123

+
+ The basic materials from which a finished product is made in the system under investigation. Constitutes an entity in the material cost and waste management cost group. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

Raw Rubber [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000289

+
+ natural or synthetic rubber, usually in bales or packages, forming the starting material for the manufacture of rubber products +
+
+ It is normally free from compounding ingredients but may also, for example, take the form of a masterbatch with oil and/or filler. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ rubber particle [chebi] + c +
+
+
+
+

Raw rubber samples [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000199

+
+ Natural and synthetic rubber materials that are modified and shaped into rubber products through the rubber extrusion process. +
+
+
Contributors: +
+
Yamen Alsalka (IFNANO)
+
+
+
Source
+
https://www.extrudedrubber.net/
+
+
+
+

raw spectrum [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000221

+
+ Unprocessed data obtained from spectrometric devices +
+
+
Contributors: +
+
Sven Schwabe (IFNANO)
+
+
+
+

regression analysis [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000068

+
+ Regression analysis consists of a set of machine learning methods that allow us to predict a continuous outcome variable (y) based on the value of one or multiple predictor variables (x). Regression is a supervised learning technique, in which Algorithems build a mathematical Modell or equation that defines y as a funktion of x. +
+
+
Term status
+
uncurated
+
+
+
+

regulator rolec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000014

+
+ a regulatory role involved with making and/or enforcing relevant legislation and governmental orders +
+
+
Source
+
OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
Example
+
+
Fact sheet - Regulating the companies The role of the regulator. Ofwat is the economic regulator of the water and sewerage industry in England and Wales.  http://www.ofwat.gov.uk/aptrix/ofwat/publish.nsf/Content/roleofregulator_factsheet170805
+
+
+
+
has super-classes
+
+ regulatory role + c +
+
+
+
+

regulatory agencyc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000450

+
+ A regulatory agency is a organization that has responsibility over or for the legislation (acts and regulations) for a given sector of the government. +
+
+
Source
+
WEB: en.wikipedia.org/wiki/Regulator
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
The US Environmental Protection Agency
+
+
+
+
is equivalent to
+
+ organization + c + and (has role + op + some + regulator role + c)
+
has super-classes
+
+ organization + c +
+
has members
+
+ U.S. Food and Drug Administration + ni +
+
+
+
+

regulatory rolec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000017

+
+ a role which inheres in material entities and is realized in the processes of making, enforcing or being defined by legislation or orders issued by a governmental body. +
+
+
Source
+
OBI, CDISC
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
Example
+
+
Regulatory agency, Ethics committee, Approval letter; example:  Browse these EPA Regulatory Role subtopics  http://www.epa.gov/ebtpages/enviregulatoryrole.html  Feb 29, 2008
+
+
+
+
has super-classes
+
+ role + c +
+
has sub-classes
+
+ regulator role + c +
+
+
+
+

reinforcement learning [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000030

+
+ Reinforcement learning is a set of machine learning methods in which an agent autonomously learns a strategy to maximize a reward. Algorithms follow the trail-and-error principle, thus try several strategies and repeat those with a higher reward. During the training the agent produces an input, while the target output is only known to a teacher. The teacher gives feedback to the agent in form of a reward. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Term status
+
uncurated
+
+
+
+

reinforcing materials [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000181

+
+ Material that is used to support the structure of rubber based products (e.g., steel cords). Constitutes an entity sub-group of the raw material entity. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

Retarder [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000333

+
+ compounding ingredient used to reduce the tendency of a rubber compound to vulcanize prematurely +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

RGB image data [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000235

+
+ Digital representation of an image using a natural number defining the red, green and blue proportion for each pixel +
+
+
+

Rhenogran ‎ZBDC 80‎ [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000329

+
+ Trade name for a specific zinc dibenzyldithiocarbamate +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Zinc Dibenzyldithiocarbamate [dik] + c +
+
+
+
+

rolec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/BFO_0000023

+
+ A realizable entity the manifestation of which brings about some result or end that is not essential to a continuant in virtue of the kind of thing that it is but that can be served or participated in by that kind of continuant in some kinds of natural, social or institutional contexts. +
+
+
Is defined by
+
+ http://purl.obolibrary.org/obo/bfo.owl +
+
+
+
Example
+
+
John’s role of husband to Mary is dependent on Mary’s role of wife to John, and both are dependent on the object aggregate comprising John and Mary as member parts joined together through the relational quality of being married.
+
+
+
the priest role
+
+
+
the role of a boundary to demarcate two neighboring administrative territories
+
+
+
the role of a building in serving as a military target
+
+
+
the role of a stone in marking a property boundary
+
+
+
the role of subject in a clinical trial
+
+
+
the student role
+
+
+
+
has sub-classes
+
+ agent [ita] + c, agent [ncti] + c, evaluant role + c, manufacturer role + c, operational assistant [hsh] + c, operator [hsh] + c, operator [ncti] + c, quality inspector [hsh] + c, regulatory role + c, service provider role + c, specimen role + c, supervisor [hsh] + c, supervisor [m4i] + c, supervisor [ncti] + c, warehouse clerk [hsh] + c +
+
is in range of
+
+ has role + op +
+
is disjoint with
+
+ disposition + c +
+
+
+
+

Roll [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000342

+
+ cylinder forming a major, rotating member of a calender or mill +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

rolling [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000081

+
+ Rolling is the second of the three areas of the extrusion line. Where the material is homogenised. +
+
+
Term status
+
uncurated
+
+
+
+

rotation speed (Mixer) [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000085

+
+ Control value that specifies at which speed mixing takes place +
+
+
Term status
+
uncurated
+
+
+
+

Rotational Frequency [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000345

+
+ A physical quality which inheres in a bearer by virtue of its speed rotating around itself. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Rotational Frequency Unit [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000346

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ frequency unit + c +
+
+
+
+

Rotational Frequency Unit [uo]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000347

+
+ "A unit which is a standard measure of the number of rotations in a given time." [NIST:NIST] +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
UO
+
+
+
Source
+
http://purl.obolibrary.org/obo/uo.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ frequency unit + c +
+
+
+
+

Rotor [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000382

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Rotor Speed [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000386

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Rotor Temperature [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000388

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Rotor Temperature Control Unit [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000387

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Rotor Torque [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000399

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Rotorless Curemeter [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000584

+
+ type of curemeter in which the force applied to the rubber compound is produced by the oscillation of one of the two dies forming the cavity in which the test sample is enclosed +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

rubber [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000048

+
+ Rubber is an elastic substance made either from the juice of particular tropical trees or artificially. It is raw material for car tires and other technical products. +
+
+
Term status
+
uncurated
+
+
+
+

rubber particle [chebi]c + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_28798

+
+ A polymer consisting of cis-linked prenyl units. +
+
+
has super-classes
+
+ polymer [chebi] + c +
+
has sub-classes
+
+ Diene Rubber [dik] + c, Ethylene Propylene Diene Rubber [dik] + c, M-group Rubber [dik] + c, Raw Rubber [dik] + c, Synthetic Rubber [dik] + c +
+
+
+
+

S-Carbon Black [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000299

+
+ The letter “S” is used for channel blacks or for furnace blacks that have been modified to effectively reduce the curing rate of rubber. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Carbon Black [chebi] + c +
+
+
+
+

Safety Data Sheet [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000339

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Sample [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000489

+
+ one or more items taken from a lot and intended to provide information on the lot and possibly to serve as a basis for a decision on the lot or on the process which had produced it +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

sample [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000280

+
+ A material entity, which is part of a larger set of the same material entity +
+
+ for materials, sample is also a term used in statistics, graphics and other fileds +
+
+
Contributors: +
+
Sven Schwabe (IFNANO)
+
+
+
Source
+
https://en.wikipedia.org/wiki/Sample_(material)
+
+
+
+

Sample [nmrcv]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000491

+
+ tempdef: A sample is a role that is played by an object of interest in an investigation used to obtain generalizable information about the sample source. defprov: Daniel Schober +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NMRCV
+
+
+
Source
+
http://nmrML.org/nmrCV
+
+
+
Term status
+
uncurated
+
+
+
+

Sample [sosa]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000490

+
+ Feature which is intended to be representative of a FeatureOfInterest on which Observations may be made. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
SOSA
+
+
+
Source
+
http://www.w3.org/ns/sosa/
+
+
+
Term status
+
uncurated
+
+
+
+

scatter plotc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000184

+
+ A scatterplot is a graph which uses Cartesian coordinates to display values for two variables for a set of data. The data is displayed as a collection of points, each having the value of one variable determining the position on the horizontal axis and the value of the other variable determining the position on the vertical axis. +
+
+
Source
+
WEB: http://en.wikipedia.org/wiki/Scatterplot
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
Comparison of gene expression values in two samples can be displayed in a scatter plot
+
+
+
+
has super-classes
+
+ graph + c +
+
+
+
+

Scrap Rubber [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000493

+
+ raw, compounded, vulcanized or partially vulcanized rubber in the form of end-of-life rubber products or factory scrap +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Screw [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000428

+
+ rotating member with one or more helical grooves, used to propel rubber along the barrel of an extruder +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Screw Speed [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000445

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Screw speed [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000089

+
+ Control variable that indicates how high the speed of the screw is during extrusion. +
+
+
Term status
+
uncurated
+
+
+
+

Screw Temperature [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000467

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Screw Temperature Control Unit [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000466

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Screw torque [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000090

+
+ Measured variable that indicates how high the torque of the screw is during extrusion. +
+
+
Term status
+
uncurated
+
+
+
+

secondary accelerator [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000318

+
+ accelerator used in low concentrations with the primary accelerator to optimize cure rate and vulcanizate properties +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ accelerator [dik] + c +
+
+
+
+

semi-finished product [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000124

+
+ Processed raw materials that are not used for final consumption but as input for the production of finished goods in the system under investigation. Constitutes an entity in the material cost and waste management cost group. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

Sensor [chmo]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000453

+
+ A piece of apparatus that is used to measure a physical quantity. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
CHMO
+
+
+
Source
+
http://purl.obolibrary.org/obo/chmo.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Sensor [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000451

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Sensor [sosa]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000452

+
+ Device, agent (including humans), or software (simulation) involved in, or implementing, a Procedure. Sensors respond to a stimulus, e.g., a change in the environment, or input data composed from the results of prior Observations, and generate a Result. Sensors can be hosted by Platforms. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
SOSA
+
+
+
Source
+
http://www.w3.org/ns/sosa/
+
+
+
Term status
+
uncurated
+
+
+
+

service provider rolec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000947

+
+ is a role which inheres in a person or organization and is realized in in a planned process which provides access to training, materials or execution of protocols for an organization or person +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
Example
+
+
Jackson Lab provides experimental animals, EBI provides training on databases, a core facility provides access to a DNA sequencer.
+
+
+
+
has super-classes
+
+ role + c +
+
has sub-classes
+
+ material supplier role + c +
+
+
+
+

Setting Point [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000566

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Setting Roll [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000344

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Setting Roll Speed [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000356

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Setting Roll Temperature [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000369

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Setting Roll Temperature Control Unit [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000367

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

shape [imr]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000011

+
+
Is defined by
+
PATO
+
+
+
Source
+
https://ontobee.org/ontology/PATO?iri=http://purl.obolibrary.org/obo/PATO_0000052
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

shape [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000012

+
+ The spatial arrangement of something as distinct from its substance. +
+
+
Is defined by
+
NCI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C25677
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

shape [pato]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000013

+
+ A morphological quality inhering in a bearer by virtue of the bearer's ratios of distances between its features (points, edges, surfaces and also holes etc). +
+
+
Is defined by
+
PATO
+
+
+
Source
+
http://purl.obolibrary.org/obo/PATO_0000052
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Sheeting [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000371

+
+ Process of converting a rubber or rubber mix, rubber dough or coagulated latex into a form in which the thickness is small in proportion to the length +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

simulation environment [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000069

+
+ A simulation environment is a virtual environment that maps/models the real process. A simulation model thus makes it possible to train control tasks using learning algorithms offline, i.e. not on the real system but on the computer. Neural networks can be used to create such model. +
+
+
Term status
+
uncurated
+
+
+
+

Single Screw Extruder [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000425

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Extruder [dik] + c +
+
+
+
+

small parts [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000172

+
+ A set of small wear parts required to maintain and repair a machine entity. Constitutes an entity sub-group of the wear parts entity. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

Smmothing [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000639

+
+ Removing noise or spikes in correlated data such as spectroscopic data using a row-oriented transformation. +
+
+
Contributors: +
+
Yamen Alsalka
+
+
+
Source
+
Unscrambler X
+
+
+
+

Softener [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000302

+
+ compounding ingredient used in small proportions to reduce the viscosity of an unvulcanized rubber mix or the hardness of a vulcanizate +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

softwarec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000010

+
+ Software is a plan specification composed of a series of instructions that can be +interpreted by or directly executed by a processing unit. +
+
+
Source
+
GROUP: OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
has sub-classes
+
+ GenePattern software + c +
+
+
+
+

software developmentc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/APOLLO_SV_00000008

+
+ A planned process that has specified output a software product and that involves the creation of source code. +
+
+
Source
+
http://en.wikipedia.org/wiki/Software_development
+
+
+
has super-classes
+
+ planned process + c +
+
+
+
+

spare parts [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000126

+
+ A duplicate part to replace a lost or damaged part of a machine entity unit in the system under investigation. Constitutes an entity sub-group of the wear parts entity. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

Specific Surface [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000560

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

specimenc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0100051

+
+ A material entity that has the specimen role. +
+
+
Source
+
GROUP: OBI Biomaterial Branch
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
Biobanking of blood taken and stored in a freezer for potential future investigations stores specimen.
+
+
+
+
has super-classes
+
+
has sub-classes
+
+ processed specimen + c +
+
+
+
+

specimen collection processc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000659

+
+ A planned process with the objective of collecting a specimen. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
drawing blood from a patient for analysis, collecting a piece of a plant for depositing in a herbarium, buying meat from a butcher in order to measure its protein content in an investigation
+
+
+
+
has super-classes
+
+ planned process + c +
+
+
+
+

specimen rolec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000112

+
+ a role borne by a material entity that is gained during a specimen collection process and that can be realized by use of the specimen in an investigation +
+
+
Source
+
OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
liver section; a portion of a culture of cells; a nemotode or other animal once no longer a subject (generally killed); portion of blood from a patient.
+
+
+
+
has super-classes
+
+ role + c +
+
+
+
+

Spectrum [allotrope]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000191

+
+ A spectrum is a data distribution function of a measured quantity in a spectroscopy against some experimental parameter. [Allotrope] +
+
+ http://purl.allotrope.org/ontologies/ +
+
+
Is defined by
+
allotrope.org
+
+
+
Source
+
http://purl.allotrope.org/ontologies/result#AFR_0000068
+
+
+
Term status
+
uncurated
+
+
+
+

Spectrum [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000190

+
+ A graph that shows the intensity of radiation at different wavelengths or the response of the atomic or molecular system to different wavelengths of the radiation +
+
+
Contributors: +
+
Christoph Lenth
+
+
+
Source
+
https://chem.libretexts.org/Bookshelves/Physical_and_Theoretical_Chemistry_Textbook_Maps/Book%3A_Quantum_States_of_Atoms_and_Molecules_(Zielinksi_et_al)/01%3A_Spectroscopy#:~:text=A%20spectrum%20is%20a%20graph,different%20wavelengths%20of%20the%20radiation.
+
+
+
+

Spectrum [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000192

+
+ An array of entities, such as light waves or particles, ordered in accordance with the magnitudes of a common physical property, such as wavelength or mass. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Is defined by
+
NCI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C84383
+
+
+
Term status
+
uncurated
+
+
+
+

Stamp [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000385

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Stamp Distance [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000412

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Stamp pressure [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000084

+
+ Rücksprache DIK +
+
+
Term status
+
uncurated
+
+
+
+

Stamp Temperature [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000394

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Stamp Temperature Control Unit [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000393

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Standard deviation [allotrope]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000266

+
+ The standard deviation is a measure of the amount of variation or dispersion of a set of values. [Wikipedia] +
+
+ allotrope +
+
+
Is defined by
+
allotrope.org
+
+
+
Source
+
http://purl.allotrope.org/ontologies/result#AFR_0002192
+
+
+
Term status
+
uncurated
+
+
+
+

Standard deviation [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000265

+
+ A measure of the amount of variation of a set of values. +
+
+
Contributors: +
+
Sven Schwabe (IFNANO)
+
+
+
+

standard deviation [imr]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000018

+
+ a quantity expressing by how much the +members of a group differ from the mean + value for the group +
+
+
Term status
+
uncurated
+
+
+
+

Standard deviation [ms]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000268

+
+ The standard deviation of a random variable, statistical population, data set, or probability distribution is a measure of variation which correspond to the average distance from the mean of the data set to any given point of that dataset. It also corresponds to the square root of its variance. +
+
+ http://purl.obolibrary.org/obo/ms.owl +
+
+
Is defined by
+
MS
+
+
+
Source
+
http://purl.obolibrary.org/obo/STATO_0000237
+
+
+
Term status
+
uncurated
+
+
+
+

standard deviation [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000020

+
+ A measure of the range of values in a set of numbers. Standard deviation is a statistic used as a measure of the dispersion or variation in a distribution, equal to the square root of the arithmetic mean of the squares of the deviations from the arithmetic mean. +
+
+ TIB terminological service +
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C53322
+
+
+
Term status
+
uncurated
+
+
+
+

standard deviation [Wikipedia]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000019

+
+ The standard deviation is a measure of the amount of variation or dispersion of a set of values. [Wikipedia] +
+
+ from ontocommons skos:definition +
+
+
Source
+
http://purl.allotrope.org/ontologies/result#AFR_0002192
+
+
+
+

Standard Normal Variate (SNV) [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000638

+
+ Is a transformation applied to spectroscopic data to remove scatter effects by centering and scalling each individual spectrum. +
+
+
Contributors: +
+
Yamen Alsalka
+
+
+
Source
+
Unscrambler X
+
+
+
+

State of Cure [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000480

+
+ condition of a vulcanizate during the course of vulcanization, measured in terms of its structure or properties +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Statistical discrimination [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000197

+
+ It arises when groups differ statistically in their distributions on characteristics relevant to a given situation. +
+
+
Contributors: +
+
Yamen Alsalka (IFNANO)
+
+
+
Source
+
https://www.sciencedirect.com/science/article/pii/B0123693985005442
+
+
+
+

statistical model validationc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000792

+
+ A data transformation which assesses how the results of a statistical analysis will generalize to an independent data set. +
+
+
Source
+
http://en.wikipedia.org/wiki/Cross-validation_%28statistics%29
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
Example
+
+
Using the expression levels of 20 proteins to predict whether a cancer patient will respond to a drug. A practical goal would be to determine which subset of the 20 features should be used to produce the best predictive model. - wikipedia
+
+
+
+
has super-classes
+
+ partitioning data transformation + c +
+
has sub-classes
+
+ leave one out cross validation method + c +
+
+
+
+

Stearic Acid [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000313

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has sub-classes
+
+ PALMERA B 1802-CG [dik] + c +
+
+
+
+

Stearic Acid [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000314

+
+ A saturated long-chain fatty acid with an 18-carbon backbone. Stearic acid is found in various animal and plant fats, and is a major component of cocoa butter and shea butter. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
+

sterilization functionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000946

+
+ a function to remove viable organisms from an input material +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
has super-classes
+
+ function + c +
+
+
+
+

stitching method [imr]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000015

+
+ alligning of single measurements to form a +connected/combined measurement +
+
+
+

stitching process [imr]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000014

+
+ use of different algorithms to determine the +exact allignment respectively the characteristik shared edges +
+
+
+

storage cost [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000113

+
+ A cost group for all cost values occuring from entity sub-groups in the storage cost group and the associated factors +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

storage robot [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000165

+
+ An automated system that transports good to, within and from storage areas. Constitutes an entity sub-group of the machine entity. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

Styrene-butadiene rubber SBR [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000650

+
+ Families of synthetic rubbers derived from styrene and butadiene. +
+
+
Contributors: +
+
Yamen Alsalka
+
+
+
Source
+
Wikipedia
+
+
+
has super-classes
+
+ Synthetic rubber [hsh] + c +
+
+
+
+

substance unitc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000006

+
+
has super-classes
+
+ measurement unit label + c +
+
has members
+
+ micromole + ni, nanomole + ni, picomole + ni +
+
+
+
+

Sulfur [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000334

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

sulfur molecular entityc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_26835

+
+
has super-classes
+
+ chalcogen molecular entity + c +
+
has sub-classes
+
+ disulfide + c, organic sulfur anion + c, organosulfur compound + c +
+
+
+
+

Supervised learning [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000246

+
+ Machine learning task of learning a function that maps an input to an output based on example input-output pairs. +
+
+
Contributors: +
+
Christoph Lenth
+
+
+
+

supervised learning [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000072

+
+ Supervised learning is the machine learning task of learning a function that maps an input to an output based on example input-output pairs. It infers a function from labeled training data consisting of a set of training examples. In supervised learning, each example is a pair consisting of an input object (typically a vector) and a desired output value (target). +
+
+
Term status
+
uncurated
+
+
+
+

supervised learning [obi]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000073

+
+ A machine learning process using a function that maps an input to an output based on example input-output pairs. It infers a function from labeled training data consisting of a set of training examples. +
+
+ http://purl.obolibrary.org/obo/obi.owl +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
OBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/OBI_0002588
+
+
+
Term status
+
uncurated
+
+
+
+

Supervised learning [obi]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000247

+
+ A machine learning process using a function that maps an input to an output based on example input-output pairs. It infers a function from labeled training data consisting of a set of training examples. +
+
+ http://purl.obolibrary.org/obo/obi.owl +
+
+
Is defined by
+
OBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/OBI_0002588
+
+
+
Term status
+
uncurated
+
+
+
+

supervisor [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000131

+
+ A person who supervises and coordinates the work of employees who set up and operate machine entity units in the system under investigation. Constitutes an entity of the human ressource and the production cost group. +
+
+
has super-classes
+
+ role + c +
+
+
+
+

supervisor [m4i]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000133

+
+ Designated administrator over one or more groups/teams working to produce a resource, or over one or more steps of a development process +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
m4i
+
+
+
Source
+
http://w3id.org/nfdi4ing/metadata4ing#Supervisor
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ role + c +
+
+
+
+

supervisor [ncti]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000132

+
+ An individual who is responsible for managing or operating a business, organization, team or department. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C134832
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ role + c +
+
+
+
+

support vector machinec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000700

+
+ A support vector machine is a data transformation with a class prediction objective based on the construction of a separating hyperplane that maximizes the margin between two data sets of vectors in n-dimensional space. +
+
+
Source
+
PERSON: Ryan Brinkman
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
has super-classes
+
+ class prediction data transformation + c +
+
has members
+
+ GenePattern SVM + ni +
+
+
+
+

Surface [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000441

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Surface [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000442

+
+ The extended two-dimensional outer boundary of a three-dimensional object. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Surface Defect [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000443

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

surface of extrudate [imr]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000009

+
+ uppermost layer of the extrudate +
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Surface Temperature [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000444

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Synthetic Rubber [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000290

+
+ rubber produced by non-biologically polymerizing one or more monomers +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ rubber particle [chebi] + c +
+
+
+
+

Synthetic rubber [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000179

+
+ Any of several substances similar to natural rubber in properties and uses, produced synthetically. Constitutes an entity sub-group of the raw material entity. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
has sub-classes
+
+ Butadiene rubber BR [ifnano] + c, Butyl rubber BIIR [ifnano] + c, EPDM rubber [ifnano] + c, Fluororubber FKM [ifnano] + c, Hydrogenated Nitrile rubber HNBR [ifnano] + c, Nitrile rubber NBR [ifnano] + c, Polyisoprene IR [ifnano] + c, Styrene-butadiene rubber SBR [ifnano] + c +
+
+
+
+

Tan Delta [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000579

+
+ ratio of the viscous modulus to the elastic modulus +
+
+ It is a measure of the loss factor and thus of the energy lost by conversion into heat. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

temperaturec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/PATO_0000146

+
+ A physical quality of the thermal energy of a system. +
+
+
has super-classes
+
+ physical quality + c +
+
+
+
+

Temperature [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000357

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Temperature [efo]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000361

+
+ Temperature is a physical quality of the thermal energy of a system. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
EFO
+
+
+
Source
+
http://www.ebi.ac.uk/efo/efo.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Temperature [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000358

+
+ A measure of the average kinetic energy of a system of particles. Temperature may be quantified, in the context of thermodynamics, as the potential of one system to transfer thermal energy to another system until both systems reach a state of thermal equilibrium. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Temperature [om]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000360

+
+ Temperature is the extent to which an object is hot. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
UM
+
+
+
Source
+
http://purl.obolibrary.org/obo/uo.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Temperature [pato]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000359

+
+ A physical quality of the thermal energy of a system. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
PATO
+
+
+
Source
+
http://purl.obolibrary.org/obo/pato.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Temperature Control Unit [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000365

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Temperature Measuring Sword [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000454

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Temperature Sensor [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000456

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

temperature unitc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000005

+
+
has super-classes
+
+ measurement unit label + c +
+
has members
+
+ degree Celsius + ni, degree Fahrenheit + ni +
+
+
+
+

Temperature Unit [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000362

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Temperature Unit [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000364

+
+ An indication of the type of unit of measure being used to express a temperature. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Temperature Unit [uo]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000363

+
+ "A unit which is a standard measure of the average kinetic energy of the particles in a sample of matter." [Wikipedia:Wikipedia] +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
UO
+
+
+
Source
+
http://purl.obolibrary.org/obo/uo.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Tempering cylinder [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000093

+
+ Control variable that indicates how high the temperature of the cylinder is during extrusion. +
+
+
Term status
+
uncurated
+
+
+
+

Tempering Feed roller [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000092

+
+ Control variable that indicates how high the temperature of the feed roller is during extrusion. +
+
+
Term status
+
uncurated
+
+
+
+

Tempering screw [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000091

+
+ Control variable that indicates how high the temperature of the screw is during extrusion. +
+
+
Term status
+
uncurated
+
+
+
+

Tempering Tool [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000095

+
+ Control variable that indicates how high the temperature of the tool is during extrusion. +
+
+
Term status
+
uncurated
+
+
+
+

template classc + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#ROi3BNAY7lNum6bqHYNnKv

+
+ provide a human-readable definition of the type of entity the class refers to +
+
+
Contributors: +
+
GROUP: TIB
+
PERSON: Lars Vogt
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
add one of the individual of "curation status specification"
+
+
+
+

test dataset [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000070

+
+ The test dataset is a subset of the dataset that is held back from training the model and given to the learning algorithm to test the trained model. Typically it consists of 20% to 30% of the original dataset. It is the sample of data used to provide an unbiased evaluation of a final model fit on the training dataset. +
+
+
Term status
+
uncurated
+
+
+
+

Test Piece [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000492

+
+ piece of material of appropriate shape and size, prepared so that it is ready for use in a test +
+
+ The terms “test specimen” and “specimen” are also widely used to denote “test piece”. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Tetrabenzylthiuramdisulfide [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000324

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Thiazole [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000319

+
+ An azole in which the five-membered heterocyclic aromatic skeleton contains a N atom and one S atom. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Source
+
http://purl.obolibrary.org/obo/chebi.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ 1,3-thiazoles + c +
+
+
+
+

thiazolesc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_48901

+
+ An azole in which the five-membered heterocyclic aromatic skeleton contains a N atom and one S atom. +
+
+
has super-classes
+
+ azole + c, organosulfur heterocyclic compound + c +
+
has sub-classes
+
+ 1,3-thiazoles + c +
+
+
+
+

Thiuram [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000323

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ accelerator [dik] + c +
+
+
+
+

throughput [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000150

+
+ The amount of raw materials, semi-finisehd products or finished products passing through a machine entity in the time X in the system under investigation. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

Throughput [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000100

+
+ The throughput indicates how many kilograms of rubber are extruded in a given unit of time. +
+
+
Term status
+
uncurated
+
+
+
+

Time of Addition [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000414

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

time unitc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000003

+
+ A unit which is a standard measure of the dimension in which events occur in sequence. +
+
+
has super-classes
+
+ measurement unit label + c +
+
has members
+
+ day + ni, hour + ni, minute + ni, month + ni, second + ni, week + ni, year + ni +
+
+
+
+

tire building machine [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000162

+
+ A machine that assembles assembles all components and semi-finished products to produce a tyre. Constitutes an entity sub-group of the machine entity. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

Tool pressure [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000096

+
+ Measured variable that indicates how high the pressure in the tool is during extrusion. +
+
+
Term status
+
uncurated
+
+
+
+

tools [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000171

+
+ An object shaped for repair and installation purposes, with the help of which something is processed or manufactured.Constitutes an entity sub-group of the wear parts entity. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

Torque (mixer) [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000087

+
+ Measured variable that indicates how high the torque is during mixing. +
+
+
Term status
+
uncurated
+
+
+
+

Torque (mixer) [om]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000088

+
+ Torque is the effectiveness of a force to produce rotation about an axis, measured by the product of the force and the perpendicular distance from the line of action of the force to the axis. +
+
+ http://www.ontology-of-units-of-measure.org/resource/om-2 +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
OM
+
+
+
Source
+
http://www.ontology-of-units-of-measure.org/resource/om-2/Torque
+
+
+
Term status
+
uncurated
+
+
+
+

Torque [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000395

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Torque [om]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000396

+
+ Torque is the effectiveness of a force to produce rotation about an axis, measured by the product of the force and the perpendicular distance from the line of action of the force to the axis. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
UO
+
+
+
Source
+
http://www.ontology-of-units-of-measure.org/resource/om-2
+
+
+
Term status
+
uncurated
+
+
+
+

Torque Unit [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000397

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

train dataset [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000071

+
+ The train dataset is a subset of the dataset that is given to the learning algorithm to train a model. Typically it consists of 70% to 80% of the original dataset. It is the sample of data used to fit the model. +
+
+
Term status
+
uncurated
+
+
+
+

triangulation [imr]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000006

+
+ geometrical method to determine distances +between to points +
+
+
+

turnover [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000117

+
+ A cost group for the total sales value generated in a time period X by the system under investigation +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

Turns per Minute [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000353

+
+ A rotational frequency unit which is equal to the number of completed turns in a period of time that equals to 1 minute. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Turns per Second [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000351

+
+ A rotational frequency unit which is equal to the number of completed turns in a period of time that equals to 1 second. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Turns per Second [uo]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000352

+
+ "A rotational frequency unit which is equal to the number complete turn in a period of time that equals to 1 second." [NIST:NIST] +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
UO
+
+
+
Source
+
http://purl.obolibrary.org/obo/uo.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

twin screw extruder [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000082

+
+ Twin screw extruders have two screws, which have more shear and mixing capability than the single screw in a singel screw extruder. Depending on the direction of rotation of the screws, a distinction is made between counter-rotating and co-rotating twin-screw extruders. +
+
+
Term status
+
uncurated
+
+
+
+

Undercure [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000488

+
+ state of vulcanization less than the optimum cure +
+
+ Undercure is generally caused by too short a time and/or too low a temperature of vulcanization and/or post cure, and/or a deficiency of vulcanizing agents. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

uniformity grading machine [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000167

+
+ A machine that is measures the tire uniformity for complete vehicle wheels and determines the radial and lateral force fluctuations of the rolling wheel. Constitutes an entity sub-group of the machine entity. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

unit [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000154

+
+ A single system element (e.g., extruder 1, tool 1) within an entity sub-group in the system under investigation. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

unit [ncti]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000155

+
+ A property representing the unit of measure in which a nutrient or food component is typically expressed, ex., gram (g), minigram (mg), microgram (mcg), joule, or kilojoule. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_P355
+
+
+
Term status
+
uncurated
+
+
+
+

unit [ncti]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000156

+
+ The property used in conjunction with a nutrient or food component, typically expressed in gram (g), milligram (mg), microgram (mcg), joule, or kilojoule. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C68553
+
+
+
Term status
+
uncurated
+
+
+
+

unit [ncti]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000157

+
+ A single undivided thing occurring in the composition of something else. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C44278
+
+
+
Term status
+
uncurated
+
+
+
+

unit [sd]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000158

+
+ Class designed to distinguish the different types of units that are available in variables from datasets or parameters +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
SD
+
+
+
Source
+
https://w3id.org/okn/o/sd#Unit
+
+
+
Term status
+
uncurated
+
+
+
+

unit [uo]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000159

+
+ "A unit of measurement is a standardized quantity of a physical quality." [Wikipedia:Wikipedia] +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
UO
+
+
+
Source
+
http://purl.obolibrary.org/obo/UO_0000000
+
+
+
Term status
+
uncurated
+
+
+
+

unit cost [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000144

+
+ The expenditure that incurs for acquiring a single unit of an entity sub-group in the system under investigation. Constitutes a factor of the maintenance cost, material cost, and storage cost group. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

Unit Of Mass Density [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000512

+
+ An indication of the type of unit of measure being used to express a mass density. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Unsupervised learning [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000248

+
+ A type of algorithm that learns patterns from untagged data +
+
+
Contributors: +
+
Christoph Lenth
+
+
+
+

unsupervised learning [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000074

+
+ Unsupervised learning is a type of algorithm that learns patterns from untagged data. The hope is that through mimicry, which is an important mode of learning in people, the machine is forced to build a compact internal representation of its world and then generate imaginative content from it. Unsupervised methods exhibit self-organization that captures patterns as probability densities or a combination of neural feature preferences. +
+
+
Term status
+
uncurated
+
+
+
+

unsupervised learning [obi]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000075

+
+ A machine learning process that infers a function describing the structure of "unlabeled" data (i.e. data that has not been classified or categorized). +
+
+ http://purl.obolibrary.org/obo/obi.owl +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
OBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/OBI_0002589
+
+
+
Term status
+
uncurated
+
+
+
+

Unsupervised learning [obi]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000249

+
+ A machine learning process that infers a function describing the structure of "unlabeled" data (i.e. data that has not been classified or categorized). +
+
+ http://purl.obolibrary.org/obo/obi.owl +
+
+
Is defined by
+
OBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/OBI_0002589
+
+
+
Term status
+
uncurated
+
+
+
+

validation [edam]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000080

+
+ Validate some data. +
+
+ http://edamontology.org +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
EDAM
+
+
+
Source
+
http://edamontology.org/operation_2428
+
+
+
Term status
+
uncurated
+
+
+
+

validation [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000077

+
+ Validation data is to "validate" that your neural network hasn't rather memorized your training data and has thus actually learned some meaningful aspects of the data so that the model can be later used (generalized) to unseen, held-out "test dataset". +
+
+
Term status
+
uncurated
+
+
+
+

validation [ncti]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000078

+
+ The act of validating; finding or testing the truth of something. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C16237
+
+
+
Term status
+
uncurated
+
+
+
+

validation [obi]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000079

+
+ a planned process with objective to check that the accuracy or the quality of a claim or prediction satisfies some criteria and which is assessed by comparing with independent results +
+
+ http://purl.obolibrary.org/obo/obi.owl +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
OBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/OBI_0302911
+
+
+
Term status
+
uncurated
+
+
+
+

validation dataset [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000076

+
+ The validation dataset is the sample of data used to provide an unbiased evaluation of a model fit on the training dataset while tuning model hyperparameters. The evaluation becomes more biased as skill on the validation dataset is incorporated into the model configuration. +
+
+
Term status
+
uncurated
+
+
+
+

value specificationc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001933

+
+ An information content entity that specifies a value within a classification scheme or on a quantitative scale. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
The value of 'positive' in a classification scheme of "positive or negative"; the value of '20g' on the quantitative scale of mass.
+
+
+
+
has sub-classes
+
+ categorical value specification + c +
+
is in range of
+
+ has value specification + op +
+
+
+
+

Viscometer [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000580

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Viscosity [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000517

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Viscosity [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000518

+
+ The resistance of a liquid to sheer forces and flow. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Viscosity [pato]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000519

+
+ A physical quality of a fluid inhering in a bearer by virtue of the bearer's disposition to internal resistance to flow. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
PATO
+
+
+
Source
+
http://purl.obolibrary.org/obo/pato.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Viscosity Measurement Assay [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000515

+
+ An assay with the objective to produce information about the viscosity of the material entity that is the evaluant, by physically examining it or its proxies. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Viscosity Measurement Protocol [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000537

+
+ A measurement protocol for reliably reproducing the viscosity measurement assay. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Viscosity Unit [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000521

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Viscosity Unit [uo]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000522

+
+ "A unit which is a standard measure of the internal resistance of fluids to flow." [UOC:GVG] +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
UO
+
+
+
Source
+
http://purl.obolibrary.org/obo/uo.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Volume Percentage [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000621

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Volume Percentage [uo]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000622

+
+ "A dimensionless concentration unit which denotes the volume of the solute in mL per 100 mL of the resulting solution." [UOC:GVG] +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
UO
+
+
+
Source
+
http://purl.obolibrary.org/obo/uo.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Volume Specific Surface [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000562

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

volume unitc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000095

+
+
has super-classes
+
+ measurement unit label + c +
+
has members
+
+ cubic centimeter + ni, cubic decimeter + ni, liter + ni, microliter + ni, milliliter + ni, nanoliter + ni, picoliter + ni +
+
+
+
+

volumetric flow rate unitc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000270

+
+
has super-classes
+
+ measurement unit label + c +
+
has members
+
+ microliters per minute + ni +
+
+
+
+

Vulcameter [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000585

+
+ device that measures the progress of vulcanization in a test sample at the vulcanizing temperature +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Vulcanizate [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000476

+
+ product of the vulcanization of a rubber compound +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Vulcanization [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000481

+
+ process, usually involving heat, in which rubber, through a change in its chemical structure (for example, crosslinking), is converted to a condition in which the elastic properties are conferred or re-established or improved or extended over a greater range of temperatures +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

vulcanization chemicals [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000185

+
+ Chemicals added to rubber to alter its physical properties. Constitutes an entity sub-group of the raw material entity. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

Vulcanization Time [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000474

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Vulcanizing Agent [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000330

+
+ compounding ingredient that produces crosslinking in rubber +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Vulcanizing System [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000331

+
+ combination of vulcanizing agent and, as required, accelerators, activators, retarders, etc., used to produce the desired vulcanization characteristics and vulcanizate properties +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Vulkacit MBTS [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000322

+
+ Trade name for a specific di(benzothiazol-2-yl)disulfide +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ di(benzothiazol-2-yl)disulfide [chebi] + c +
+
+
+
+

warehouse clerk [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000135

+
+ A person who handles a company's incoming and outgoing raw materials, semi-finished prodcuts as well as finished products, and who manages stocks in the system under investigation. Constitutes an entity of the human ressource and the storage cost group. +
+
+
has super-classes
+
+ role + c +
+
+
+
+

waste management cost [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000116

+
+ A cost group for all cost values occuring from entity sub-groups in the waste management cost group and the associated factors +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

wear parts [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000127

+
+ Parts pf a machine entity unit that are bound to wear out with repetitive use and will require periodic repair or replacement based on maintenance interval in the system under investigation. Constitutes an entity of the maintenance cost and material cost group. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

whole components [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000173

+
+ Components required to maintain and repair a machine entity. Constitutes an entity sub-group of the wear parts entity. +
+
+
+

zinc [bwmd]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000262

+
+ The chemical element zinc +
+
+ https://www.materials.fraunhofer.de/ontologies/BWMD_ontology +
+
+
Is defined by
+
BWMD
+
+
+
Source
+
https://www.materials.fraunhofer.de/ontologies/BWMD_ontology/mid#BWMD_00096
+
+
+
Term status
+
uncurated
+
+
+
+

zinc [efo]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000264

+
+ A zinc group element atom that has formula Zn. +
+
+ http://www.ebi.ac.uk/efo/efo.owl +
+
+
Is defined by
+
EFO
+
+
+
Source
+
http://purl.obolibrary.org/obo/CHEBI_27363
+
+
+
Term status
+
uncurated
+
+
+
+

zinc [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000261

+
+ The chemical element zinc +
+
+
Contributors: +
+
Sven Schwabe (IFNANO)
+
+
+
Source
+
https://en.wikipedia.org/wiki/Zinc
+
+
+
+

zinc [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000263

+
+ An element with atomic symbol Zn, atomic number 30, and atomic weight 65.39. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C948
+
+
+
Term status
+
uncurated
+
+
+
+

Zinc Dibenzyldithiocarbamate [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000328

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ accelerator [dik] + c +
+
has sub-classes
+
+ Rhenogran ‎ZBDC 80‎ [dik] + c +
+
+
+
+

Zinc Oxide [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000311

+
+
Term status
+
uncurated
+
+
+
+

Zinkoxid Rotsiegel [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000312

+
+ Trade name for a specific zinc oxide +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

‎P460 [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000304

+
+ Trade name for a specific paraffinic oil +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Paraffinic Oil [dik] + c +
+
+
+
+

Object Properties

+ +
+

achieves_planned_objectiveop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000417

+
+ This relation obtains between a planned process and a objective specification when the criteria specified in the objective specification are met at the end of the planned process. +
+
+
Source
+
PPPB branch derived
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
Example
+
+
A cell sorting process achieves the objective specification 'material separation objective'
+
+
+
+
+
has domain
+
+ planned process + c +
+
is inverse of
+
+ objective_achieved_by + op +
+
+
+
+
+

acts upstream ofop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002263

+
+ c acts upstream of p if and only if c enables some f that is involved in p' and p' occurs chronologically before p, is not part of p, and affects the execution of p. c is a material entity and f, p, p' are processes. +
+
+
Example
+
+
A faulty traffic light (material entity) whose malfunctioning (a process) is causally upstream of a traffic collision (a process): the traffic light acts upstream of the collision.
+
+
+
+
+
has super-properties
+
+ acts upstream of or within + op +
+
has sub-properties
+
+ acts upstream of, negative effect + op, acts upstream of, positive effect + op, involved in regulation of + op +
+
has sub-property chains
+
+ enables + op + o + causally upstream of + op +
+
+
+
+
+

acts upstream of or withinop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002264

+
+ c acts upstream of or within p if c is enables f, and f is causally upstream of or within p. c is a material entity and p is an process. +
+
+
Example
+
+
A gene product that has some activity, where that activity may be a part of a pathway or upstream of the pathway.
+
+
+
+
+
has super-properties
+
+ causal agent in process + op +
+
has sub-properties
+
+ acts upstream of + op, acts upstream of or within, negative effect + op, acts upstream of or within, positive effect + op, involved in or involved in regulation of + op +
+
has sub-property chains
+
+ enables + op + o + causally upstream of or within + op +
+
+
+
+
+

acts upstream of or within, negative effectop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0004033

+
+
+
has super-properties
+
+ acts upstream of or within + op +
+
has sub-properties
+
+ acts upstream of, negative effect + op +
+
has sub-property chains
+
+ enables + op + o + causally upstream of or within, negative effect + op +
+
+
+
+
+

acts upstream of or within, positive effectop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0004032

+
+
+
has super-properties
+
+ acts upstream of or within + op +
+
has sub-properties
+
+ acts upstream of, positive effect + op +
+
has sub-property chains
+
+ enables + op + o + causally upstream of or within, positive effect + op +
+
+
+
+
+

acts upstream of, negative effectop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0004035

+
+ c 'acts upstream of, negative effect' p if c is enables f, and f is causally upstream of p, and the direction of f is negative +
+
+
+
has super-properties
+
+ acts upstream of + op, acts upstream of or within, negative effect + op +
+
has sub-property chains
+
+ enables + op + o + causally upstream of, negative effect + op +
+
+
+
+
+

acts upstream of, positive effectop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0004034

+
+ c 'acts upstream of, positive effect' p if c is enables f, and f is causally upstream of p, and the direction of f is positive +
+
+
+
has super-properties
+
+ acts upstream of + op, acts upstream of or within, positive effect + op +
+
has sub-property chains
+
+ enables + op + o + causally upstream of, positive effect + op +
+
+
+
+
+

bearer ofop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0000053

+
+ Inverse of characteristic_of +
+
+
Example
+
+
this apple is bearer of this red color
+
+
+
this vase is bearer of this fragility
+
+
+
+

+ has characteristics: + inverse functional

+
+
has sub-properties
+
+ has disposition + op, has function + op, has quality + op, has role + op +
+
is inverse of
+
+ characteristic of + op +
+
+
+
+
+

capable ofop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002215

+
+ A relation between a material entity (such as a cell) and a process, in which the material entity has the ability to carry out the process. +
+
+
Source
+
+ http://www.ncbi.nlm.nih.gov/pubmed/20123131 +
+
+ http://www.ncbi.nlm.nih.gov/pubmed/21208450 +
+
+
+
Example
+
+
mechanosensory neuron capable of detection of mechanical stimulus involved in sensory perception (GO:0050974)
+
+
+
osteoclast SubClassOf 'capable of' some 'bone resorption'
+
+
+
+
+
has super-properties
+
+ capable of part of + op +
+
has sub-properties
+
+ enables + op +
+
+
+
+
+

capable of negatively regulatingop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002597

+
+ Holds between c and p if and only if c is capable of some activity a, and a negatively regulates p. +
+
+
Source
+
+ http://purl.obolibrary.org/obo/ro/docs/causal-relations +
+
+
+
+
has super-properties
+
+ capable of regulating + op +
+
has sub-property chains
+
+ capable of + op + o + negatively regulates + op +
+
+
+
+
+

capable of part ofop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002216

+
+ c stands in this relationship to p if and only if there exists some p' such that c is capable_of p', and p' is part_of p. +
+
+
+
has super-properties
+
+ causal agent in process + op +
+
has sub-properties
+
+ capable of + op +
+
has sub-property chains
+
+ capable of + op + o + part of + op +
+
+
+
+
+

capable of positively regulatingop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002598

+
+ Holds between c and p if and only if c is capable of some activity a, and a positively regulates p. +
+
+
Source
+
+ http://purl.obolibrary.org/obo/ro/docs/causal-relations +
+
+
+
Example
+
+
renin -> arteriolar smooth muscle contraction
+
+
+
+
+
has super-properties
+
+ capable of regulating + op +
+
has sub-property chains
+
+ capable of + op + o + positively regulates + op +
+
+
+
+
+

capable of regulatingop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002596

+
+ Holds between c and p if and only if c is capable of some activity a, and a regulates p. +
+
+
Source
+
+ http://purl.obolibrary.org/obo/ro/docs/causal-relations +
+
+
+
Example
+
+
pyrethroid -> growth
+
+
+
+
+
has super-properties
+
+ causal agent in process + op +
+
has sub-properties
+
+ capable of negatively regulating + op, capable of positively regulating + op +
+
has sub-property chains
+
+ capable of + op + o + regulates + op +
+
+
+
+
+

causal agent in processop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002500

+
+ A relationship between a material entity and a process where the material entity has some causal role that influences the process +
+
+
Source
+
+ http://purl.obolibrary.org/obo/ro/docs/causal-relations +
+
+
+
+
has super-properties
+
+ causal relation between material entity and a process + op +
+
has sub-properties
+
+ acts upstream of or within + op, capable of part of + op, capable of regulating + op, involved in or involved in regulation of + op +
+
is inverse of
+
+ process has causal agent + op +
+
+
+
+
+

causal relation between entitiesop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002506

+
+
Source
+
+ http://purl.obolibrary.org/obo/ro/docs/causal-relations +
+
+
+
+
has sub-properties
+
+ causally influenced by + op, causally influences + op +
+
+
+
+
+

causal relation between material entity and a processop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002595

+
+ A relationship that holds between a material entity and a process in which causality is involved, with either the material entity or some part of the material entity exerting some influence over the process, or the process influencing some aspect of the material entity. +
+
+
Source
+
+ http://purl.obolibrary.org/obo/ro/docs/causal-relations +
+
+
+
+
has sub-properties
+
+ causal agent in process + op, has part structure that is capable of + op +
+
+
+
+
+

causal relation between processesop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002501

+
+ p is causally related to q if and only if p or any part of p and q or any part of q are linked by a chain of events where each event pair is one where the execution of p influences the execution of q. p may be upstream, downstream, part of, or a container of q. +
+
+
Source
+
+ http://purl.obolibrary.org/obo/ro/docs/causal-relations +
+
+
+
+
has sub-properties
+
+ causally downstream of or within + op, causally upstream of or within + op +
+
+
+
+
+

causally downstream ofop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002404

+
+ inverse of upstream of +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000428 +
+
+
+
+
has super-properties
+
+ causally downstream of or within + op, preceded by + op +
+
has sub-properties
+
+ immediately causally downstream of + op +
+
is inverse of
+
+ causally upstream of + op +
+
+
+
+
+

causally downstream of or withinop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002427

+
+ inverse of causally upstream of or within +
+
+
Source
+
+ http://purl.obolibrary.org/obo/ro/docs/causal-relations +
+
+
+

+ has characteristics: + transitive

+
+
has super-properties
+
+ causal relation between processes + op +
+
has sub-properties
+
+ causally downstream of + op, regulated by + op +
+
is inverse of
+
+ causally upstream of or within + op +
+
+
+
+
+

causally influenced byop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002559

+
+
Source
+
+ http://purl.obolibrary.org/obo/ro/docs/causal-relations +
+
+
+
+
has super-properties
+
+ causal relation between entities + op +
+
is inverse of
+
+ causally influences + op +
+
+
+
+
+

causally influencesop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002566

+
+ The entity or characteristic A is causally upstream of the entity or characteristic B, A having an effect on B. An entity corresponds to any biological type of entity as long as a mass is measurable. A characteristic corresponds to a particular specificity of an entity (e.g., phenotype, shape, size). +
+
+
Source
+
+ http://purl.obolibrary.org/obo/ro/docs/causal-relations +
+
+
+
+
has super-properties
+
+ causal relation between entities + op +
+
has sub-properties
+
+ regulates activity of + op +
+
is inverse of
+
+ causally influenced by + op +
+
has sub-property chains
+
+ enables + op + o + causally upstream of + op + o + has input + op +
+
+ enables + op + o + causally upstream of + op + o + enabled by + op +
+
+
+
+
+

causally upstream ofop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002411

+
+ p is causally upstream of q iff p is causally related to q, the end of p precedes the end of q, and p is not an occurrent part of q. +
+
+

+ has characteristics: + transitive

+
+
has super-properties
+
+ causally upstream of or within + op, precedes + op +
+
has sub-properties
+
+ causally upstream of, negative effect + op, causally upstream of, positive effect + op, immediately causally upstream of + op, indirectly causally upstream of + op, regulates + op +
+
is inverse of
+
+ causally downstream of + op +
+
+
+
+
+

causally upstream of or withinop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002418

+
+ p is 'causally upstream or within' q iff p is causally related to q, and the end of p precedes, or is coincident with, the end of q. +
+
+

+ has characteristics: + transitive

+
+
has super-properties
+
+ causal relation between processes + op +
+
has sub-properties
+
+ causally upstream of + op, causally upstream of or within, negative effect + op, causally upstream of or within, positive effect + op +
+
is inverse of
+
+ causally downstream of or within + op +
+
+
+
+
+

causally upstream of or within, negative effectop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0004046

+
+
+
has super-properties
+
+ causally upstream of or within + op +
+
has sub-properties
+
+ causally upstream of, negative effect + op +
+
+
+
+
+

causally upstream of or within, positive effectop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0004047

+
+
+
has super-properties
+
+ causally upstream of or within + op +
+
has sub-properties
+
+ causally upstream of, positive effect + op +
+
+
+
+
+

causally upstream of, negative effectop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002305

+
+ p is causally upstream of, negative effect q iff p is casually upstream of q, and the execution of p decreases the execution of q. +
+
+
+
has super-properties
+
+ causally upstream of + op, causally upstream of or within, negative effect + op +
+
has sub-properties
+
+ negatively regulates + op +
+
+
+
+
+

causally upstream of, positive effectop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002304

+
+ p is causally upstream of, positive effect q iff p is casually upstream of q, and the execution of p is required for the execution of q. +
+
+ holds between x and y if and only if x is causally upstream of y and the progression of x increases the frequency, rate or extent of y +
+
+
+
has super-properties
+
+ causally upstream of + op, causally upstream of or within, positive effect + op +
+
has sub-properties
+
+ positively regulates + op +
+
+
+
+
+

characteristic ofop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0000052

+
+ a relation between a specifically dependent continuant (the characteristic) and any other entity (the bearer), in which the characteristic depends on the bearer for its existence. +
+
+ Note that this relation was previously called "inheres in", but was changed to be called "characteristic of" because BFO2 uses "inheres in" in a more restricted fashion. This relation differs from BFO2:inheres_in in two respects: (1) it does not impose a range constraint, and thus it allows qualities of processes, as well as of information entities, whereas BFO2 restricts inheres_in to only apply to independent continuants (2) it is declared functional, i.e. something can only be a characteristic of one thing. +
+
+
Example
+
+
this fragility inheres in this vase
+
+
+
this fragility is a characteristic of this vase
+
+
+
this red color inheres in this apple
+
+
+
this red color is a characteristic of this apple
+
+
+
+

+ has characteristics: + functional

+
+
has sub-properties
+
+ disposition of + op, function of + op, quality of + op, role of + op +
+
is inverse of
+
+ bearer of + op +
+
+
+
+
+

concretizesop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0000059

+
+ A relationship between a specifically dependent continuant and a generically dependent continuant, in which the generically dependent continuant depends on some independent continuant in virtue of the fact that the specifically dependent continuant also depends on that same independent continuant. Multiple specifically dependent continuants can concretize the same generically dependent continuant. +
+
+
Example
+
+
A journal article is an information artifact that inheres in some number of printed journals. For each copy of the printed journal there is some quality that carries the journal article, such as a pattern of ink. The quality (a specifically dependent continuant) concretizes the journal article (a generically dependent continuant), and both depend on that copy of the printed journal (an independent continuant).
+
+
+
An investigator reads a protocol and forms a plan to carry out an assay. The plan is a realizable entity (a specifically dependent continuant) that concretizes the protocol (a generically dependent continuant), and both depend on the investigator (an independent continuant). The plan is then realized by the assay (a process).
+
+
+
+
+
is inverse of
+
+ is concretized as + op +
+
+
+
+
+

directly negatively regulated byop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002023

+
+ Process(P2) is directly negatively regulated by process(P1) iff: P1 negatively regulates P2 via direct physical interaction between an agent executing P1 (or some part of P1) and an agent executing P2 (or some part of P2). For example, if protein A has protein binding activity(P1) that targets protein B and this binding negatively regulates the kinase activity (P2) of protein B then P2 directly negatively regulated by P1. +
+
+
+
has super-properties
+
+ directly regulated by + op +
+
is inverse of
+
+ directly negatively regulates + op +
+
+
+
+
+

directly negatively regulatesop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002630

+
+ p directly negatively regulates q iff p is immediately causally upstream of q, and p negatively regulates q. +
+
+
Source
+
+ http://purl.obolibrary.org/obo/ro/docs/causal-relations +
+
+
+
+
has super-properties
+
+ directly regulates + op, negatively regulates + op +
+
is inverse of
+
+ directly negatively regulated by + op +
+
+
+
+
+

directly negatively regulates activity ofop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002449

+
+ The entity A, immediately upstream of the entity B, has an activity that negatively regulates an activity performed by B. +For example, A and B may be gene products and binding of B by A negatively regulates the kinase activity of B. +
+
+
+
has super-properties
+
+ directly regulates activity of + op +
+
has sub-property chains
+
+ enables + op + o + directly negatively regulates + op + o + enabled by + op +
+
+
+
+
+

directly positively regulated byop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002024

+
+ Process(P2) is directly postively regulated by process(P1) iff: P1 positively regulates P2 via direct physical interaction between an agent executing P1 (or some part of P1) and an agent executing P2 (or some part of P2). For example, if protein A has protein binding activity(P1) that targets protein B and this binding positively regulates the kinase activity (P2) of protein B then P2 is directly postively regulated by P1. +
+
+
+
has super-properties
+
+ directly regulated by + op +
+
is inverse of
+
+ directly positively regulates + op +
+
+
+
+
+

directly positively regulatesop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002629

+
+ p directly positively regulates q iff p is immediately causally upstream of q, and p positively regulates q. +
+
+
Source
+
+ http://purl.obolibrary.org/obo/ro/docs/causal-relations +
+
+
+
+
has super-properties
+
+ directly regulates + op, positively regulates + op +
+
is inverse of
+
+ directly positively regulated by + op +
+
+
+
+
+

directly positively regulates activity ofop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002450

+
+ The entity A, immediately upstream of the entity B, has an activity that positively regulates an activity performed by B. +For example, A and B may be gene products and binding of B by A positively regulates the kinase activity of B. +
+
+
+
has super-properties
+
+ directly regulates activity of + op +
+
has sub-property chains
+
+ enables + op + o + directly positively regulates + op + o + enabled by + op +
+
+
+
+
+

directly regulated byop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002022

+
+ Process(P2) is directly regulated by process(P1) iff: P1 regulates P2 via direct physical interaction between an agent executing P1 (or some part of P1) and an agent executing P2 (or some part of P2). For example, if protein A has protein binding activity(P1) that targets protein B and this binding regulates the kinase activity (P2) of protein B then P1 directly regulates P2. +
+
+
+
has super-properties
+
+ regulated by + op +
+
has sub-properties
+
+ directly negatively regulated by + op, directly positively regulated by + op +
+
is inverse of
+
+ directly regulates + op +
+
+
+
+
+

directly regulatesop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002578

+
+ p directly regulates q iff p is immediately causally upstream of q and p regulates q. +
+
+
Source
+
+ http://purl.obolibrary.org/obo/ro/docs/causal-relations +
+
+
+
+
has super-properties
+
+ immediately causally upstream of + op, regulates + op +
+
has sub-properties
+
+ directly negatively regulates + op, directly positively regulates + op +
+
is inverse of
+
+ directly regulated by + op +
+
+
+
+
+

directly regulates activity ofop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002448

+
+ The entity A, immediately upstream of the entity B, has an activity that regulates an activity performed by B. For example, A and B may be gene products and binding of B by A regulates the kinase activity of B. + +A and B can be physically interacting but not necessarily. Immediately upstream means there are no intermediate entity between A and B. +
+
+
+
has super-properties
+
+ molecularly interacts with + op, regulates activity of + op +
+
has sub-properties
+
+ directly negatively regulates activity of + op, directly positively regulates activity of + op +
+
has sub-property chains
+
+ enables + op + o + regulates + op + o + enabled by + op +
+
+
+
+
+

disposition ofop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0000092

+
+ inverse of has disposition +
+
+ This relation is modeled after the BFO relation of the same name which was in BFO2, but is used in a more restricted sense - specifically, we model this relation as functional (inherited from characteristic-of). Note that this relation is now removed from BFO2020. +
+
+
+
has super-properties
+
+ characteristic of + op +
+
is inverse of
+
+ has disposition + op +
+
+
+
+
+

enabled byop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002333

+
+ inverse of enables +
+
+
+
has super-properties
+
+ has participant + op +
+
is inverse of
+
+ enables + op +
+
+
+
+
+

enablesop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002327

+
+ c enables p iff c is capable of p and c acts to execute p. +
+
+
Example
+
+
a particular instances of akt-2 enables some instance of protein kinase activity
+
+
+
+
+
has super-properties
+
+ capable of + op +
+
is inverse of
+
+ enabled by + op +
+
has sub-property chains
+
+ enables + op + o + has part + op +
+
+ enables + op + o + has component activity + op +
+
+
+
+
+

ends afterop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002086

+
+ X ends_after Y iff: end(Y) before_or_simultaneous_with end(X) +
+
+

+ has characteristics: + transitive

+
+
has super-properties
+
+ temporally related to + op +
+
has sub-properties
+
+ preceded by + op +
+
+
+
+
+

function ofop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0000079

+
+ a relation between a function and an independent continuant (the bearer), in which the function specifically depends on the bearer for its existence +
+
+ This relation is modeled after the BFO relation of the same name which was in BFO2, but is used in a more restricted sense - specifically, we model this relation as functional (inherited from characteristic-of). Note that this relation is now removed from BFO2020. +
+
+
Example
+
+
this catalysis function is a function of this enzyme
+
+
+
+
+
has super-properties
+
+ characteristic of + op +
+
has domain
+
+ function + c +
+
is inverse of
+
+ has function + op +
+
+
+
+
+

has componentop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002180

+
+ w 'has component' p if w 'has part' p and w is such that it can be directly disassembled into into n parts p, p2, p3, ..., pn, where these parts are of similar type. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
+
has super-properties
+
+ has part + op +
+
has sub-properties
+
+ has component process + op +
+
+
+
+
+

has component activityop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002017

+
+ A 'has component activity' B if A is A and B are molecular functions (GO_0003674) and A has_component B. +
+
+
+
has super-properties
+
+ has component process + op +
+
has sub-properties
+
+ has effector activity + op, has regulatory component activity + op +
+
+
+
+
+

has component processop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002018

+
+ w 'has process component' p if p and w are processes, w 'has part' p and w is such that it can be directly disassembled into into n parts p, p2, p3, ..., pn, where these parts are of similar type. +
+
+
+
has super-properties
+
+ has component + op +
+
has sub-properties
+
+ has component activity + op +
+
+
+
+
+

has dispositionop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0000091

+
+ a relation between an independent continuant (the bearer) and a disposition, in which the disposition specifically depends on the bearer for its existence +
+
+
+
has super-properties
+
+ bearer of + op +
+
has range
+
+ disposition + c +
+
is inverse of
+
+ disposition of + op +
+
+
+
+
+

has effector activityop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002025

+
+ A 'has effector activity' B if A and B are GO molecular functions (GO_0003674), A 'has component activity' B and B is the effector (output function) of B. Each compound function has only one effector activity. +
+
+ This relation is designed for constructing compound molecular functions, typically in combination with one or more regulatory component activity relations. +
+
+

+ has characteristics: + functional

+
+
has super-properties
+
+ has component activity + op +
+
+
+
+
+

has functionop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0000085

+
+ a relation between an independent continuant (the bearer) and a function, in which the function specifically depends on the bearer for its existence +
+
+
Example
+
+
this enzyme has function this catalysis function (more colloquially: this enzyme has this catalysis function)
+
+
+
+
+
has super-properties
+
+ bearer of + op +
+
has range
+
+ function + c +
+
is inverse of
+
+ function of + op +
+
+
+
+
+

has inputop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002233

+
+ p has input c iff: p is a process, c is a material entity, c is a participant in p, c is present at the start of p, and the state of c is modified during p. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
+
has super-properties
+
+ has participant + op +
+
is inverse of
+
+ input of + op +
+
+
+
+
+

has memberop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002351

+
+ has member is a mereological relation between a collection and an item. +
+
+
Source
+
SIO
+
+
+

+ has characteristics: + irreflexive

+
+
has super-properties
+
+ has part + op +
+
is inverse of
+
+ member of + op +
+
+
+
+
+

has negative regulatory component activityop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002014

+
+ A relationship that holds between a GO molecular function and a component of that molecular function that negatively regulates the activity of the whole. More formally, A 'has regulatory component activity' B iff :A and B are GO molecular functions (GO_0003674), A has_component B and A is negatively regulated by B. +
+
+ By convention GO molecular functions are classified by their effector function. Internal regulatory functions are treated as components. For example, NMDA glutmate receptor activity is a cation channel activity with positive regulatory component 'glutamate binding' and negative regulatory components including 'zinc binding' and 'magnesium binding'. +
+
+
+
has super-properties
+
+ has regulatory component activity + op, negatively regulated by + op +
+
+
+
+
+

has partop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/BFO_0000051

+
+ a core relation that holds between a whole and its part +
+
+
Example
+
+
my body has part my brain (continuant parthood, two material entities)
+
+
+
my stomach has part my stomach cavity (continuant parthood, material entity has part immaterial entity)
+
+
+
this year has part this day (occurrent parthood)
+
+
+
+

+ has characteristics: + transitive

+
+
has super-properties
+
+ overlaps + op +
+
has sub-properties
+
+ has component + op, has member + op, has value specification + op +
+
is inverse of
+
+ part of + op +
+
+
+
+
+

has part structure that is capable ofop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002584

+
+ s 'has part structure that is capable of' p if and only if there exists some part x such that s 'has part' x and x 'capable of' p +
+
+
Example
+
+
gland SubClassOf 'has part structure that is capable of' some 'secretion by cell'
+
+
+
+
+
has super-properties
+
+ causal relation between material entity and a process + op +
+
has sub-property chains
+
+ has part + op + o + capable of + op +
+
+
+
+
+

has participantop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0000057

+
+ a relation between a process and a continuant, in which the continuant is somehow involved in the process +
+
+
Example
+
+
this blood coagulation has participant this blood clot
+
+
+
this investigation has participant this investigator
+
+
+
this process has participant this input material (or this output material)
+
+
+
+
+
has sub-properties
+
+ enabled by + op, has input + op, has_specified_input + op, has_specified_output + op +
+
is inverse of
+
+ participates in + op +
+
has sub-property chains
+
+ has part + op + o + has participant + op +
+
+
+
+
+

has positive regulatory component activityop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002015

+
+ A relationship that holds between a GO molecular function and a component of that molecular function that positively regulates the activity of the whole. More formally, A 'has regulatory component activity' B iff :A and B are GO molecular functions (GO_0003674), A has_component B and A is positively regulated by B. +
+
+ By convention GO molecular functions are classified by their effector function and internal regulatory functions are treated as components. So, for example calmodulin has a protein binding activity that has positive regulatory component activity calcium binding activity. Receptor tyrosine kinase activity is a tyrosine kinase activity that has positive regulatory component 'ligand binding'. +
+
+
+
has super-properties
+
+ has regulatory component activity + op, positively regulated by + op +
+
+
+
+
+

has qualityop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0000086

+
+ a relation between an independent continuant (the bearer) and a quality, in which the quality specifically depends on the bearer for its existence +
+
+
Example
+
+
this apple has quality this red color
+
+
+
+
+
has super-properties
+
+ bearer of + op +
+
is inverse of
+
+ quality of + op +
+
+
+
+
+

has regulatory component activityop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002013

+
+ A 'has regulatory component activity' B if A and B are GO molecular functions (GO_0003674), A has_component B and A is regulated by B. +
+
+
+
has super-properties
+
+ has component activity + op, regulated by + op +
+
has sub-properties
+
+ has negative regulatory component activity + op, has positive regulatory component activity + op +
+
+
+
+
+

has roleop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0000087

+
+ a relation between an independent continuant (the bearer) and a role, in which the role specifically depends on the bearer for its existence +
+
+
Example
+
+
this person has role this investigator role (more colloquially: this person has this role of investigator)
+
+
+
+
+
has super-properties
+
+ bearer of + op +
+
has range
+
+ role + c +
+
is inverse of
+
+ role of + op +
+
+
+
+
+

has value specificationop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001938

+
+ A relation between an information content entity and a value specification that specifies its value. +
+
+
Source
+
OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
+
has super-properties
+
+ has part + op +
+
has range
+
+ value specification + c +
+
+
+
+
+

has_specified_inputop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000293

+
+ The inverse property of is_specified_input_of +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
see is_input_of example_of_usage
+
+
+
+
+
has super-properties
+
+ has participant + op +
+
has domain
+
+ planned process + c +
+
is inverse of
+
+ is_specified_input_of + op +
+
+
+
+
+

has_specified_outputop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000299

+
+ The inverse property of is_specified_output_of +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
+
has super-properties
+
+ has participant + op +
+
has domain
+
+ planned process + c +
+
is inverse of
+
+ is_specified_output_of + op +
+
+
+
+
+

immediately causally downstream ofop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002405

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000428 +
+
+
+
+
has super-properties
+
+ causally downstream of + op, immediately preceded by + op +
+
is inverse of
+
+ immediately causally upstream of + op +
+
+
+
+
+

immediately causally upstream ofop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002412

+
+ p is immediately causally upstream of q iff p is causally upstream of q, and the end of p is coincident with the beginning of q. +
+
+
+
has super-properties
+
+ causally upstream of + op, immediately precedes + op +
+
has sub-properties
+
+ directly regulates + op +
+
is inverse of
+
+ immediately causally downstream of + op +
+
+
+
+
+

immediately preceded byop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002087

+
+ X immediately_preceded_by Y iff: end(X) simultaneous_with start(Y) +
+
+
+
has super-properties
+
+ preceded by + op +
+
has sub-properties
+
+ immediately causally downstream of + op +
+
is inverse of
+
+ immediately precedes + op +
+
+
+
+
+

immediately precedesop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002090

+
+ X immediately_precedes_Y iff: end(X) simultaneous_with start(Y) +
+
+
+
has super-properties
+
+ precedes + op +
+
has sub-properties
+
+ immediately causally upstream of + op +
+
is inverse of
+
+ immediately preceded by + op +
+
+
+
+
+

indirectly causally upstream ofop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0012011

+
+ p is indirectly causally upstream of q iff p is causally upstream of q and there exists some process r such that p is causally upstream of r and r is causally upstream of q. +
+
+
+
has super-properties
+
+ causally upstream of + op +
+
has sub-properties
+
+ indirectly regulates + op +
+
+
+
+
+

indirectly negatively regulatesop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002409

+
+ p indirectly negatively regulates q iff p is indirectly causally upstream of q and p negatively regulates q. +
+
+

+ has characteristics: + transitive

+
+
has super-properties
+
+ indirectly regulates + op, negatively regulates + op +
+
has sub-property chains
+
+ indirectly negatively regulates + op + o + directly negatively regulates + op +
+
+ directly negatively regulates + op + o + indirectly negatively regulates + op +
+
+ directly negatively regulates + op + o + directly negatively regulates + op +
+
+
+
+
+

indirectly positively regulatesop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002407

+
+ p indirectly positively regulates q iff p is indirectly causally upstream of q and p positively regulates q. +
+
+

+ has characteristics: + transitive

+
+
has super-properties
+
+ indirectly regulates + op, positively regulates + op +
+
has sub-property chains
+
+ indirectly positively regulates + op + o + directly positively regulates + op +
+
+ indirectly negatively regulates + op + o + indirectly negatively regulates + op +
+
+ directly positively regulates + op + o + indirectly positively regulates + op +
+
+ directly positively regulates + op + o + directly positively regulates + op +
+
+
+
+
+

indirectly regulatesop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0012012

+
+ p indirectly regulates q iff p is indirectly causally upstream of q and p regulates q. +
+
+
+
has super-properties
+
+ indirectly causally upstream of + op, regulates + op +
+
has sub-properties
+
+ indirectly negatively regulates + op, indirectly positively regulates + op +
+
+
+
+
+

input ofop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002352

+
+ inverse of has input +
+
+
+
has super-properties
+
+ participates in + op +
+
is inverse of
+
+ has input + op +
+
+
+
+
+

interacts withop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002434

+
+ A relationship that holds between two entities in which the processes executed by the two entities are causally connected. +
+
+

+ has characteristics: + symmetric

+
+
has sub-properties
+
+ molecularly interacts with + op +
+
+
+
+
+

involved inop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002331

+
+ c involved_in p if and only if c enables some process p', and p' is part of p +
+
+
+
has super-properties
+
+ involved in or involved in regulation of + op, participates in + op +
+
has sub-property chains
+
+ enables + op + o + part of + op +
+
+ involved in + op + o + part of + op +
+
+
+
+
+

involved in negative regulation ofop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002430

+
+ c involved in regulation of p if c is involved in some p' and p' negatively regulates some p +
+
+
+
has super-properties
+
+ involved in regulation of + op +
+
has sub-property chains
+
+ enables + op + o + negatively regulates + op +
+
+ involved in + op + o + negatively regulates + op +
+
+
+
+
+

involved in or involved in regulation ofop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002431

+
+ c involved in or regulates p if and only if either (i) c is involved in p or (ii) c is involved in regulation of p +
+
+
+
has super-properties
+
+ acts upstream of or within + op, causal agent in process + op +
+
has sub-properties
+
+ involved in + op, involved in regulation of + op +
+
+
+
+
+

involved in positive regulation ofop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002429

+
+ c involved in regulation of p if c is involved in some p' and p' positively regulates some p +
+
+
+
has super-properties
+
+ involved in regulation of + op +
+
has sub-property chains
+
+ enables + op + o + positively regulates + op +
+
+ involved in + op + o + positively regulates + op +
+
+
+
+
+

involved in regulation ofop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002428

+
+ c involved in regulation of p if c is involved in some p' and p' regulates some p +
+
+
+
has super-properties
+
+ acts upstream of + op, involved in or involved in regulation of + op +
+
has sub-properties
+
+ involved in negative regulation of + op, involved in positive regulation of + op +
+
has sub-property chains
+
+ enables + op + o + regulates + op +
+
+ involved in + op + o + regulates + op +
+
+
+
+
+

is aboutop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000136

+
+ A (currently) primitive relation that relates an information artifact to an entity. +
+
+
Source
+
Smith, Ceusters, Ruttenberg, 2000 years of philosophy
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
Example
+
+
This document is about information artifacts and their representations
+
+
+
+
+

is concretized asop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0000058

+
+ A relationship between a generically dependent continuant and a specifically dependent continuant, in which the generically dependent continuant depends on some independent continuant in virtue of the fact that the specifically dependent continuant also depends on that same independent continuant. A generically dependent continuant may be concretized as multiple specifically dependent continuants. +
+
+
Example
+
+
A journal article is an information artifact that inheres in some number of printed journals. For each copy of the printed journal there is some quality that carries the journal article, such as a pattern of ink. The journal article (a generically dependent continuant) is concretized as the quality (a specifically dependent continuant), and both depend on that copy of the printed journal (an independent continuant).
+
+
+
An investigator reads a protocol and forms a plan to carry out an assay. The plan is a realizable entity (a specifically dependent continuant) that concretizes the protocol (a generically dependent continuant), and both depend on the investigator (an independent continuant). The plan is then realized by the assay (a process).
+
+
+
+
+
is inverse of
+
+ concretizes + op +
+
+
+
+
+

is_specified_input_ofop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000295

+
+ A relation between a planned process and a continuant participating in that process that is not created during the process. The presence of the continuant during the process is explicitly specified in the plan specification which the process realizes the concretization of. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
some Autologous EBV(Epstein-Barr virus)-transformed B-LCL (B lymphocyte cell line) is_input_for instance of Chromum Release Assay described at https://wiki.cbil.upenn.edu/obiwiki/index.php/Chromium_Release_assay
+
+
+
+
+
has super-properties
+
+ participates in + op +
+
has range
+
+ planned process + c +
+
is inverse of
+
+ has_specified_input + op +
+
+
+
+
+

is_specified_output_ofop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000312

+
+ A relation between a planned process and a continuant participating in that process. The presence of the continuant at the end of the process is explicitly specified in the objective specification which the process realizes the concretization of. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
+
has super-properties
+
+ participates in + op +
+
has range
+
+ planned process + c +
+
is inverse of
+
+ has_specified_output + op +
+
+
+
+
+

member ofop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002350

+
+ is member of is a mereological relation between a item and a collection. +
+
+
Source
+
SIO
+
+
+
Example
+
+
An organism that is a member of a population of organisms
+
+
+
+
+
has super-properties
+
+ part of + op +
+
is inverse of
+
+ has member + op +
+
+
+
+
+

molecularly interacts withop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002436

+
+ An interaction relationship in which the two partners are molecular entities that directly physically interact with each other for example via a stable binding interaction or a brief interaction during which one modifies the other. +
+
+

+ has characteristics: + symmetric

+
+
has super-properties
+
+ interacts with + op +
+
has sub-properties
+
+ directly regulates activity of + op, phosphorylates + op +
+
+
+
+
+

negatively regulated byop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002335

+
+ inverse of negatively regulates +
+
+
+
has super-properties
+
+ regulated by + op +
+
has sub-properties
+
+ has negative regulatory component activity + op +
+
is inverse of
+
+ negatively regulates + op +
+
+
+
+
+

negatively regulatesop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002212

+
+ p negatively regulates q iff p regulates q, and p decreases the rate or magnitude of execution of q. +
+
+
Source
+
+ http://purl.obolibrary.org/obo/ro/docs/causal-relations +
+
+
+
+
has super-properties
+
+ causally upstream of, negative effect + op, regulates + op +
+
has sub-properties
+
+ directly negatively regulates + op, indirectly negatively regulates + op +
+
is inverse of
+
+ negatively regulated by + op +
+
+
+
+
+

negatively regulates characteristicop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0019002

+
+ A relationship that holds between a process and a characteristic in which process (P) negatively regulates characteristic (C) iff: P results in a decrease in the intensity or magnitude of C. +
+
+
+
has super-properties
+
+ regulates characteristic + op +
+
has sub-property chains
+
+ negatively regulates + op + o + positively regulates characteristic + op +
+
+ positively regulates + op + o + negatively regulates characteristic + op +
+
+
+
+
+

objective_achieved_byop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000833

+
+ This relation obtains between an objective specification and a planned process when the criteria specified in the objective specification are met at the end of the planned process. +
+
+
Source
+
OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
+
has range
+
+ planned process + c +
+
is inverse of
+
+ achieves_planned_objective + op +
+
+
+
+
+

overlapsop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002131

+
+ x overlaps y if and only if there exists some z such that x has part z and z part of y +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+

+ has characteristics: + symmetric

+
+
has sub-properties
+
+ has part + op, part of + op +
+
has sub-property chains
+
+ part of + op + o + part of + op +
+
+ has part + op + o + part of + op +
+
+ has part + op + o + overlaps + op +
+
+ overlaps + op + o + part of + op +
+
+
+
+
+

part ofop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/BFO_0000050

+
+ a core relation that holds between a part and its whole +
+
+
Example
+
+
my brain is part of my body (continuant parthood, two material entities)
+
+
+
my stomach cavity is part of my stomach (continuant parthood, immaterial entity is part of material entity)
+
+
+
this day is part of this year (occurrent parthood)
+
+
+
+

+ has characteristics: + transitive

+
+
has super-properties
+
+ overlaps + op +
+
has sub-properties
+
+ member of + op +
+
is inverse of
+
+ has part + op +
+
+
+
+
+

participates inop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0000056

+
+ a relation between a continuant and a process, in which the continuant is somehow involved in the process +
+
+
Example
+
+
this blood clot participates in this blood coagulation
+
+
+
this input material (or this output material) participates in this process
+
+
+
this investigator participates in this investigation
+
+
+
+
+
has sub-properties
+
+ input of + op, involved in + op, is_specified_input_of + op, is_specified_output_of + op +
+
is inverse of
+
+ has participant + op +
+
+
+
+
+

phosphorylatesop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002447

+
+
+
has super-properties
+
+ molecularly interacts with + op +
+
+
+
+
+

positively regulated byop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002336

+
+ inverse of positively regulates +
+
+
+
has super-properties
+
+ regulated by + op +
+
has sub-properties
+
+ has positive regulatory component activity + op +
+
is inverse of
+
+ positively regulates + op +
+
+
+
+
+

positively regulatesop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002213

+
+ p positively regulates q iff p regulates q, and p increases the rate or magnitude of execution of q. +
+
+
Source
+
+ http://purl.obolibrary.org/obo/ro/docs/causal-relations +
+
+
+

+ has characteristics: + transitive

+
+
has super-properties
+
+ causally upstream of, positive effect + op, regulates + op +
+
has sub-properties
+
+ directly positively regulates + op, indirectly positively regulates + op +
+
is inverse of
+
+ positively regulated by + op +
+
has sub-property chains
+
+ negatively regulates + op + o + negatively regulates + op +
+
+
+
+
+

positively regulates characteristicop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0019001

+
+ A relationship that holds between a process and a characteristic in which process (P) positively regulates characteristic (C) iff: P results in an increase in the intensity or magnitude of C. +
+
+
+
has super-properties
+
+ regulates characteristic + op +
+
has sub-property chains
+
+ positively regulates + op + o + positively regulates characteristic + op +
+
+
+
+
+

preceded byop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/BFO_0000062

+
+ x is preceded by y if and only if the time point at which y ends is before or equivalent to the time point at which x starts. Formally: x preceded by y iff ω(y) <= α(x), where α is a function that maps a process to a start point, and ω is a function that maps a process to an end point. +
+
+

+ has characteristics: + transitive

+
+
has super-properties
+
+ ends after + op +
+
has sub-properties
+
+ causally downstream of + op, immediately preceded by + op +
+
is inverse of
+
+ precedes + op +
+
has sub-property chains
+
+ part of + op + o + preceded by + op +
+
+
+
+
+

precedesop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/BFO_0000063

+
+ x precedes y if and only if the time point at which x ends is before or equivalent to the time point at which y starts. Formally: x precedes y iff ω(x) <= α(y), where α is a function that maps a process to a start point, and ω is a function that maps a process to an end point. +
+
+

+ has characteristics: + transitive

+
+
has super-properties
+
+ temporally related to + op +
+
has sub-properties
+
+ causally upstream of + op, immediately precedes + op +
+
is inverse of
+
+ preceded by + op +
+
has sub-property chains
+
+ part of + op + o + precedes + op +
+
+
+
+
+

process has causal agentop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002608

+
+ Inverse of 'causal agent in process' +
+
+
Source
+
+ http://purl.obolibrary.org/obo/ro/docs/causal-relations +
+
+
+
+
is inverse of
+
+ causal agent in process + op +
+
+
+
+
+

quality ofop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0000080

+
+ a relation between a quality and an independent continuant (the bearer), in which the quality specifically depends on the bearer for its existence +
+
+ This relation is modeled after the BFO relation of the same name which was in BFO2, but is used in a more restricted sense - specifically, we model this relation as functional (inherited from characteristic-of). Note that this relation is now removed from BFO2020. +
+
+
Example
+
+
this red color is a quality of this apple
+
+
+
+
+
has super-properties
+
+ characteristic of + op +
+
is inverse of
+
+ has quality + op +
+
+
+
+
+

realized inop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/BFO_0000054

+
+ Paraphrase of elucidation: a relation between a realizable entity and a process, where there is some material entity that is bearer of the realizable entity and participates in the process, and the realizable entity comes to be realized in the course of the process +
+
+
Is defined by
+
+ http://purl.obolibrary.org/obo/bfo.owl +
+
+
+
Example
+
+
this disease is realized in this disease course
+
+
+
this fragility is realized in this shattering
+
+
+
this investigator role is realized in this investigation
+
+
+
+
+
is inverse of
+
+ realizes + op +
+
+
+
+
+

realizesop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/BFO_0000055

+
+ Paraphrase of elucidation: a relation between a process and a realizable entity, where there is some material entity that is bearer of the realizable entity and participates in the process, and the realizable entity comes to be realized in the course of the process +
+
+
Is defined by
+
+ http://purl.obolibrary.org/obo/iao.owl +
+
+
+
Example
+
+
this disease course realizes this disease
+
+
+
this investigation realizes this investigator role
+
+
+
this shattering realizes this fragility
+
+
+
+
+
is inverse of
+
+ realized in + op +
+
+
+
+
+

regulated byop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002334

+
+ inverse of regulates +
+
+

+ has characteristics: + transitive

+
+
has super-properties
+
+ causally downstream of or within + op +
+
has sub-properties
+
+ directly regulated by + op, has regulatory component activity + op, negatively regulated by + op, positively regulated by + op +
+
is inverse of
+
+ regulates + op +
+
+
+
+
+

regulatesop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002211

+
+ p regulates q iff p is causally upstream of q, the execution of p is not constant and varies according to specific conditions, and p influences the rate or magnitude of execution of q due to an effect either on some enabler of q or some enabler of a part of q. +
+
+
Source
+
+ http://purl.obolibrary.org/obo/ro/docs/causal-relations +
+
GO
+
+
+

+ has characteristics: + transitive

+
+
has super-properties
+
+ causally upstream of + op +
+
has sub-properties
+
+ directly regulates + op, indirectly regulates + op, negatively regulates + op, positively regulates + op +
+
is inverse of
+
+ regulated by + op +
+
has sub-property chains
+
+ regulates + op + o + has effector activity + op +
+
+ directly regulates + op + o + directly regulates + op +
+
+
+
+
+

regulates activity ofop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0011002

+
+ The entity A has an activity that regulates an activity of the entity B. For example, A and B are gene products where the catalytic activity of A regulates the kinase activity of B. +
+
+
+
has super-properties
+
+ causally influences + op +
+
has sub-properties
+
+ directly regulates activity of + op +
+
+
+
+
+

regulates characteristicop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0019000

+
+ A relationship that holds between a process and a characteristic in which process (P) regulates characteristic (C) iff: P results in the existence of C OR affects the intensity or magnitude of C. +
+
+
+
has sub-properties
+
+ negatively regulates characteristic + op, positively regulates characteristic + op +
+
has sub-property chains
+
+ regulates + op + o + regulates characteristic + op +
+
+
+
+
+

role ofop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0000081

+
+ a relation between a role and an independent continuant (the bearer), in which the role specifically depends on the bearer for its existence +
+
+ This relation is modeled after the BFO relation of the same name which was in BFO2, but is used in a more restricted sense - specifically, we model this relation as functional (inherited from characteristic-of). Note that this relation is now removed from BFO2020. +
+
+
Example
+
+
this investigator role is a role of this person
+
+
+
+
+
has super-properties
+
+ characteristic of + op +
+
is inverse of
+
+ has role + op +
+
+
+
+
+

temporally related toop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002222

+
+ A relation that holds between two occurrents. This is a grouping relation that collects together all the Allen relations. +
+
+
Source
+
+ https://en.wikipedia.org/wiki/Allen%27s_interval_algebra +
+
https://docs.google.com/document/d/1kBv1ep_9g3sTR-SD3jqzFqhuwo9TPNF-l-9fUDbO6rM/edit?pli=1
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
+
has sub-properties
+
+ ends after + op, precedes + op +
+
+
+
+
+

Annotation Properties

+ +
+

1 s t a rap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/chebi#1_STAR

+
+
+
has super-properties
+
+ subset property + ap +
+
+
+
+
+

2 s t a rap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/chebi#2_STAR

+
+
+
has super-properties
+
+ subset property + ap +
+
+
+
+
+

3 s t a rap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/chebi#3_STAR

+
+
+
has super-properties
+
+ subset property + ap +
+
+
+
+
+

acronymap + back to ToC or Annotation Property ToC + +

+

+ IRI: https://w3id.org/mod#acronym

+
+
+

alternative termap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000118

+
+ An alternative name for a class or property which means the same thing as the preferred name (semantically equivalent) +
+
+
Is defined by
+
+ http://purl.obolibrary.org/obo/iao.owl +
+
+
+
Source
+
GROUP:OBI:<http://purl.obolibrary.org/obo/obi>
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
+

audienceap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://usefulinc.com/ns/doap#audience

+
+
+

b f o 0000179ap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/BFO_0000179

+
+
+

b f o 0000180ap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/BFO_0000180

+
+
+

bibliographic citationap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.org/dc/terms/bibliographicCitation

+
+
+

bug databaseap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://usefulinc.com/ns/doap#bug-database

+
+
+

chargeap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/chebi/charge

+
+
+

close matchap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://www.w3.org/2004/02/skos/core#closeMatch

+
+
+

coarse classificationap + back to ToC or Annotation Property ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#coarseClassification

+
+
+

commentap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://www.w3.org/2000/01/rdf-schema#comment

+
+
+

competency questionap + back to ToC or Annotation Property ToC + +

+

+ IRI: https://w3id.org/mod#competencyQuestion

+
+
+

contributorap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.org/dc/elements/1.1/contributor

+
+ An entity responsible for making contributions to the + content of the resource. +
+
+ Examples of a Contributor include a person, an + organisation, or a service. Typically, the name of a + Contributor should be used to indicate the entity. +
+
+
Is defined by
+
+ http://purl.org/dc/elements/1.1/ +
+
+
+
+

contributorap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.org/dc/terms/contributor

+
+
+

createdap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.org/dc/terms/created

+
+
+

created byap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://www.geneontology.org/formats/oboInOwl#created_by

+
+
+

creation dateap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://www.geneontology.org/formats/oboInOwl#creation_date

+
+
+

creatorap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.org/dc/elements/1.1/creator

+
+
+

creatorap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.org/dc/terms/creator

+
+
+

dateap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.org/dc/elements/1.1/date

+
+
+

dateap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://www.geneontology.org/formats/oboInOwl#date

+
+
+

definitionap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000115

+
+ The official OBI definition, explaining the meaning of a class or property. Shall be Aristotelian, formalized and normalized. Can be augmented with colloquial definitions. +
+
+
Is defined by
+
+ http://purl.obolibrary.org/obo/iao.owl +
+
+
+
Source
+
GROUP:OBI:<http://purl.obolibrary.org/obo/obi>
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
+

definition sourceap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000119

+
+ Formal citation, e.g. identifier in external database to indicate / attribute source(s) for the definition. Free text indicate / attribute source(s) for the definition. EXAMPLE: Author Name, URI, MeSH Term C04, PUBMED ID, Wiki uri on 31.01.2007 +
+
+
Is defined by
+
+ http://purl.obolibrary.org/obo/iao.owl +
+
+
+
Source
+
Discussion on obo-discuss mailing-list, see http://bit.ly/hgm99w
+
GROUP:OBI:<http://purl.obolibrary.org/obo/obi>
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
+

derived fromap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.org/pav/derivedFrom

+
+
+

descriptionap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.org/dc/elements/1.1/description

+
+
+

descriptionap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.org/dc/terms/description

+
+
+

distributionap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://www.w3.org/ns/dcat#distribution

+
+
+

documentationap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://www.loc.gov/premis/rdf/v3/documentation

+
+
+

exampleap + back to ToC or Annotation Property ToC + +

+

+ IRI: https://vocab.org/vann/example

+
+
+

example of usageap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000112

+
+ A phrase describing how a term should be used and/or a citation to a work which uses it. May also include other kinds of examples that facilitate immediate understanding, such as widely know prototypes or instances of a class, or cases where a relation is said to hold. +
+
+
Is defined by
+
+ http://purl.obolibrary.org/obo/iao.owl +
+
+
+
Source
+
GROUP:OBI:<http://purl.obolibrary.org/obo/obi>
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
+

formatap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.org/dc/terms/format

+
+
+

formulaap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/chebi/formula

+
+
+

funderap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://schema.org/funder

+
+
+

has curation statusap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000114

+
+
+

has db xrefap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://www.geneontology.org/formats/oboInOwl#hasDbXref

+
+
+

has formality levelap + back to ToC or Annotation Property ToC + +

+

+ IRI: https://w3id.org/mod#hasFormalityLevel

+
+
+

has ontology syntaxap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://omv.ontoware.org/2005/05/ontology#hasOntologySyntax

+
+
+

has synonym typeap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://www.geneontology.org/formats/oboInOwl#hasSynonymType

+
+
+

has_alternative_idap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://www.geneontology.org/formats/oboInOwl#hasAlternativeId

+
+
+

has_exact_synonymap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://www.geneontology.org/formats/oboInOwl#hasExactSynonym

+
+
+

has_obo_namespaceap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://www.geneontology.org/formats/oboInOwl#hasOBONamespace

+
+
+

has_related_synonymap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym

+
+
+

i a o 0000111ap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000111

+
+
+

i a o 0000116ap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000116

+
+
+

i a o 0000117ap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000117

+
+
+

i a o 0000232ap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000232

+
+
+

i a o 0000233ap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000233

+
+
+

i a o 0000234ap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000234

+
+
+

i a o 0000424ap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000424

+
+
+

i a o 0000589ap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000589

+
+
+

i a o 0000600ap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000600

+
+
+

i a o 0000601ap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000601

+
+
+

i a o 0000602ap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000602

+
+
+

i a o 0000700ap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000700

+
+
+

i a o 0010000ap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0010000

+
+
+

i u p a c n a m eap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/chebi#IUPAC_NAME

+
+
+
has super-properties
+
+ synonym type property + ap +
+
+
+
+
+

idap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://www.geneontology.org/formats/oboInOwl#id

+
+
+

identifierap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.org/dc/terms/identifier

+
+
+

IEDB alternative termap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_9991118

+
+ An alternative term used by the IEDB. +
+
+
Source
+
IEDB
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
+

imported fromap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000412

+
+ For external terms/classes, the ontology from which the term was imported +
+
+
Is defined by
+
+ http://purl.obolibrary.org/obo/iao.owl +
+
+
+
Source
+
GROUP:OBI:<http://purl.obolibrary.org/obo/obi>
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
+

in languageap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://schema.org/inLanguage

+
+
+

in_subsetap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://www.geneontology.org/formats/oboInOwl#inSubset

+
+
+

inchiap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/chebi/inchi

+
+
+

inchikeyap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/chebi/inchikey

+
+
+

is a defining property chain axiom where second argument is reflexiveap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002582

+
+ If R <- P o Q is a defining property chain axiom, then (1) R -> P o Q holds and (2) Q is either reflexive or locally reflexive. A corollary of this is that P SubPropertyOf R. +
+
+
+

is direct form ofap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002575

+
+ relation p is the direct form of relation q iff p is a subPropertyOf q, p does not have the Transitive characteristic, q does have the Transitive characteristic, and for all x, y: x q y -> exists z1, z2, ..., zn such that x p z1 ... z2n y +
+
+
+

is negative form ofap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0004050

+
+
+

is positive form ofap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0004049

+
+
+

is rule enabledap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://swrl.stanford.edu/ontologies/3.3/swrla.owl#isRuleEnabled

+
+
+

ISA alternative termap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001847

+
+ An alternative term used by the ISA tools project (http://isa-tools.org). +
+
+
Source
+
ISA tools project (http://isa-tools.org)
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
+

labelap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://www.w3.org/2000/01/rdf-schema#label

+
+
+

Languageap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.org/dc/elements/1.1/language

+
+ A language of the intellectual content of the resource. +
+
+ Recommended best practice is to use RFC 3066 [RFC3066], + which, in conjunction with ISO 639 [ISO639], defines two- + and three-letter primary language tags with optional + subtags. Examples include "en" or "eng" for English, + "akk" for Akkadian, and "en-GB" for English used in the + United Kingdom. +
+
+
Is defined by
+
+ http://purl.org/dc/elements/1.1/ +
+
+
+
+

last update onap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.org/pav/lastUpdateOn

+
+
+

licenseap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.org/dc/terms/license

+
+
+

logical macro assertion on an annotation propertyap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002423

+
+
+

massap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/chebi/mass

+
+
+

modifiedap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.org/dc/terms/modified

+
+
+

monoisotopicmassap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/chebi/monoisotopicmass

+
+
+

preferred namespace prefixap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.org/vocab/vann/preferredNamespacePrefix

+
+
+

r o 0002259ap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002259

+
+
+
has super-properties
+
+ subset property + ap +
+
+
+
+
+

r o 0002579ap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002579

+
+
+

referencesap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.org/dc/terms/references

+
+
+

refers to competence questionap + back to ToC or Annotation Property ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#refersToCompetenceQuestion

+
+
+

repositoryap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://usefulinc.com/ns/doap#repository

+
+
+

ro ecoap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/ro/subsets#ro-eco

+
+
+
has super-properties
+
+ subset property + ap +
+
+
+
+
+

smilesap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/chebi/smiles

+
+
+

sourceap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.org/dc/elements/1.1/source

+
+
+

sourceap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.org/dc/terms/source

+
+
+

sourceap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://www.geneontology.org/formats/oboInOwl#source

+
+
+

statusap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.org/ontology/bibo/status

+
+
+

subjectap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.org/dc/terms/subject

+
+
+

subset propertyap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://www.geneontology.org/formats/oboInOwl#SubsetProperty

+
+
+
has sub-properties
+
+ 1 s t a r + ap, 2 s t a r + ap, 3 s t a r + ap, r o 0002259 + ap, ro eco + ap, valid for go annotation extension + ap, valid for go gp2term + ap, valid for go ontology + ap, valid for gocam + ap +
+
+
+
+
+

synonym type propertyap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://www.geneontology.org/formats/oboInOwl#SynonymTypeProperty

+
+
+
has sub-properties
+
+ i u p a c n a m e + ap +
+
+
+
+
+

temporal interpretationap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0001900

+
+ An assertion that holds between an OWL Object Property and a temporal interpretation that elucidates how OWL Class Axioms that use this property are to be interpreted in a temporal context. +
+
+
+

titleap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.org/dc/terms/title

+
+
+

valid for go annotation extensionap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/valid_for_go_annotation_extension

+
+
+
has super-properties
+
+ subset property + ap +
+
+
+
+
+

valid for go gp2termap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/valid_for_go_gp2term

+
+
+
has super-properties
+
+ subset property + ap +
+
+
+
+
+

valid for go ontologyap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/valid_for_go_ontology

+
+
+
has super-properties
+
+ subset property + ap +
+
+
+
+
+

valid for gocamap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/valid_for_gocam

+
+
+
has super-properties
+
+ subset property + ap +
+
+
+
+
+

version notesap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://www.w3.org/ns/adms#versionNotes

+
+
+

Named Individuals

+ +
+

0: asymptomaticni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002361

+
+ An Eastern Cooperative Oncology Group score value specification indicating a patient is asymptomatic. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ Eastern Cooperative Oncology Group score value specification + c +
+
+
+
+

100: asymptomaticni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002364

+
+ A Karnofsky score vaue specification indicating that a patient is asymptomatic. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ Karnofsky score vaue specification + c +
+
+
+
+

1: symptomatic but fully ambulatoryni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002362

+
+ An Eastern Cooperative Oncology Group score value specification indicating a patient is symptomatic but is fully ambulatory. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ Eastern Cooperative Oncology Group score value specification + c +
+
+
+
+

2: symptomatic but in bed less than 50% of the dayni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002359

+
+ An Eastern Cooperative Oncology Group score value specification indicating a patient is symptomatic but is in bed for less than 50% of the day. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ Eastern Cooperative Oncology Group score value specification + c +
+
+
+
+

3: symptomatic in bed more than 50% of the day but not bed riddenni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002358

+
+ An Eastern Cooperative Oncology Group score value specification indicating a patient is symptomatic and in bed for more than 50% of the day but is not bed ridden. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ Eastern Cooperative Oncology Group score value specification + c +
+
+
+
+

40-50: symptomatic, in bed more than 50% of the day, but not bed riddenni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002367

+
+ A Karnofsky score vaue specification indicating that a patient is symptomatic, in bed more than 50% of the day, but not bed ridden. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ Karnofsky score vaue specification + c +
+
+
+
+

4: bed riddenni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002360

+
+ An Eastern Cooperative Oncology Group score value specification indicating a patient is symptomatic and is bed ridden. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ Eastern Cooperative Oncology Group score value specification + c +
+
+
+
+

60-70: symptomatic but in bed less than 50% of the dayni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002366

+
+ A Karnofsky score vaue specification indicating that a patient is symptomatic but in bed less than 50% of the day. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ Karnofsky score vaue specification + c +
+
+
+
+

80-90: symptomatic but fully ambulatoryni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002365

+
+ A Karnofsky score vaue specification indicating that a patient is symptomatic but fully ambulatory. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ Karnofsky score vaue specification + c +
+
+
+
+

Abbottni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0003495

+
+ A manufacturer of rapid point-of-care assay devices. +
+
+
Source
+
WEB:https://www.globalpointofcare.abbott/en/about.html
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

ACSni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000321

+
+ ACS is a format standard of a digital entity that is conformant with the Analytical Cytometry Standard. (http://www.isac-net.org/content/view/607/150/) +
+
+
Source
+
web-page:http://www.isac-net.org/content/view/607/150/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
+

Advanced Instruments Inc. (AI Companies)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001375

+
+
Source
+
WEB:http://www.aicompanies.com/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

AES Chemunexni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001428

+
+
Source
+
WEB:http://www.aeschemunex.com/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

Affymetrixni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000462

+
+ An organization which supplies technology, tools and protocols for use in high throughput applications +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+ material supplier + c +
+
+
+
+

Agilentni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000765

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

ambidexterousni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000979

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ categorical label + c +
+
+
+
+

Ambionni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000756

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

angstromni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000019

+
+ A length unit which is equal to 10 [-10] m. +
+
+
belongs to
+
+ length unit + c +
+
+
+
+

Antigenixni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001347

+
+
Source
+
WEB:http://www.antigenix.com/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

Apogee Flow Systemsni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001312

+
+
Source
+
WEB:http://www.apogeeflow.com/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

Applied Biosystemsni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000776

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

Beckman Coulterni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001372

+
+
Source
+
WEB:http://www.beckmancoulter.com/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

Becton Dickinson (BD Biosciences)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001321

+
+
Source
+
WEB:http://www.bdbiosciences.com/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

Bentley Instrumentsni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001431

+
+
Source
+
WEB:http://bentleyinstruments.com/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

BIO-RADni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000754

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

BioGentsni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002903

+
+ An organization that manufactures mosquito traps and other mosquito control products. +
+
+
Source
+
WEB:https://eu.biogents.com/about-biogents/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

Bruker Corporationni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000770

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

Bruker Daltonicsni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000779

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

centimeterni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000015

+
+ A length unit which is equal to one hundredth of a meter or 10^[-2] m. +
+
+
belongs to
+
+ length unit + c +
+
+
+
+

cM0 (colon)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002291

+
+ A pathologic distant metastases stage for colon according to AJCC 7th edition indicating that there are no symptoms or signs of distant metastasis. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cancer_staging#Pathological_M_Categorization_.28cM_and_pM.29
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic distant metastases stage for colon according to AJCC 7th edition + c +
+
+
+
+

cM0 (kidney)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002307

+
+ A pathologic distant metastases stage for kidney according to AJCC 7th edition indicating that there is no distant metastasis. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_m/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic distant metastases stage for kidney according to AJCC 7th edition + c +
+
+
+
+

cM0 (lung)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002299

+
+ A pathologic distant metastases stage for lung according to AJCC 7th edition indicating that there is no distant metastasis. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_m/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic distant metastases stage for lung according to AJCC 7th edition + c +
+
+
+
+

cM0 (ovary)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002311

+
+ A pathologic distant metastases stage for ovary according to AJCC 7th edition indicating that there is no distant metastasis. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_m/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic distant metastases stage for ovary according to AJCC 7th edition + c +
+
+
+
+

cM1 (colon)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002292

+
+ A pathologic distant metastases stage for colon according to AJCC 7th edition indicating that there is clinical evidence of distant metastases by history, physical examination, imaging studies, or invasive procedures, but without microscopic evidence of the presumed distant metastases. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cancer_staging#Pathological_M_Categorization_.28cM_and_pM.29
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic distant metastases stage for colon according to AJCC 7th edition + c +
+
+
+
+

cM1 (kidney)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002308

+
+ A pathologic distant metastases stage for kidney according to AJCC 7th edition indicating that there are distant metastases based on clinical assessment. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_m/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic distant metastases stage for kidney according to AJCC 7th edition + c +
+
+
+
+

cM1 (lung)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002300

+
+ A pathologic distant metastases stage for lung according to AJCC 7th edition indicating that there are distant metastases based on clinical assessment. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_m/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic distant metastases stage for lung according to AJCC 7th edition + c +
+
+
+
+

cM1 (ovary)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002312

+
+ A pathologic distant metastases stage for ovary according to AJCC 7th edition indicating that there is distant metastasis except peritoneal metastasis based on clinical assessment. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_m/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic distant metastases stage for ovary according to AJCC 7th edition + c +
+
+
+
+

cM1a (colon)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002293

+
+ A pathologic distant metastases stage for colon according to AJCC 7th edition indicating that metastasis is confined to one organ based on clinical assessment. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_m/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic distant metastases stage for colon according to AJCC 7th edition + c +
+
+
+
+

cM1a (lung)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002301

+
+ A pathologic distant metastases stage for lung according to AJCC 7th edition indicating that metastasis is based on clinical assessment and a separate tumor nodule(s) in a contralateral lobe; tumor with pleural nodules OR malignant pleural or pericardial effusion. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_m/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic distant metastases stage for lung according to AJCC 7th edition + c +
+
+
+
+

cM1b (colon)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002294

+
+ A pathologic distant metastases stage for colon according to AJCC 7th edition indicating that metastasis is in more than one organ or the peritoneum based on clinical assessment. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_m/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic distant metastases stage for colon according to AJCC 7th edition + c +
+
+
+
+

cM1b (lung)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002302

+
+ A pathologic distant metastases stage for lung according to AJCC 7th edition indicating that there is a distant metastases based on clinical assessment. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_m/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic distant metastases stage for lung according to AJCC 7th edition + c +
+
+
+
+

colony forming unit per volumeni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000212

+
+ A concentration unit which a measure of viable bacterial numbers in a given volume. +
+
+
belongs to
+
+ concentration unit + c +
+
+
+
+

Compensation-MLni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000329

+
+ Compensation-ML is a format standard of a digital entity that is conformant with the Compensation-ML standard. (http://wiki.ficcs.org/ficcs/Compensation-ML?action=AttachFile&do=get&target=Compensation-ML_v1.0.24.pdf) +
+
+
Source
+
web-page:http://wiki.ficcs.org/ficcs/Compensation-ML?action=AttachFile&do=get&target=Compensation-ML_v1.0.24.pdf
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
+

count per molarni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000285

+
+ A rate unit which is equal to one over one molar. +
+
+
belongs to
+
+ rate unit + c +
+
+
+
+

count per molar secondni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000282

+
+ A rate unit which is equal to one over one molar second. +
+
+
belongs to
+
+ rate unit + c +
+
+
+
+

count per nanomolarni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000284

+
+ A rate unit which is equal to one over one nanomolar. +
+
+
belongs to
+
+ rate unit + c +
+
+
+
+

count per nanomolar secondni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000281

+
+ A rate unit which is equal to one over one nanomolar second. +
+
+
belongs to
+
+ rate unit + c +
+
+
+
+

cubic centimeterni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000097

+
+ A volume unit which is equal to one millionth of a cubic meter or 10^[-9] m^[3], or to 1 ml. +
+
+
belongs to
+
+ volume unit + c +
+
+
+
+

cubic decimeterni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000100

+
+ A volume unit which is equal to one thousand of a cubic meter or 10^[-3] m^[3], or to 1 L. +
+
+
belongs to
+
+ volume unit + c +
+
+
+
+

CytoBuoyni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001458

+
+
Source
+
WEB:http://www.cytobuoy.com/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

Cytopeiani + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001224

+
+
Source
+
WEB:http://www.cytopeia.com/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

Dako Cytomationni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001338

+
+
Source
+
WEB:http://www.dakousa.com/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

dayni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000033

+
+ A time unit which is equal to 24 hours. +
+
+
belongs to
+
+ time unit + c +
+
+
+
+

defined classni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000420

+
+ A defined class is a class that is defined by a set of logically necessary and sufficient conditions but is not a universal +
+
+
belongs to
+
+ denotator type + c +
+
+
+
+

degree Celsiusni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000027

+
+ A temperature unit which is equal to one kelvin degree. However, they have their zeros at different points. The centigrade scale has its zero at 273.15 K. +
+
+
belongs to
+
+ temperature unit + c +
+
+
+
+

degree Fahrenheitni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000195

+
+ A temperature unit which is equal to 5/9ths of a kelvin. Negative 40 degrees Fahrenheit is equal to negative 40 degrees Celsius. +
+
+
belongs to
+
+ temperature unit + c +
+
+
+
+

eBioscienceni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001213

+
+
Source
+
WEB:http://www.ebioscience.com/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

Edingburgh handedness inventoryni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001004

+
+ The Edinburgh Handedness Inventory is a set of questions used to assess the dominance of a person's right or left hand in everyday activities. +
+
+
Source
+
PMID:5146491#Oldfield, R.C. (1971). The assessment and analysis of handedness: The Edinburgh inventory. Neuropsychologia, 9, 97-113
+
WEB:http://www.cse.yorku.ca/course_archive/2006-07/W/4441/EdinburghInventory.html
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ questionnaire + c +
+
+
+
+

Exalpha Biologicalni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001287

+
+
Source
+
WEB:http://www.exalpha.com/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

example to be eventually removedni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000002

+
+
belongs to
+
+ curation status specification + c +
+
+
+
+

Exbio Antibodiesni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001320

+
+
Source
+
WEB:http://www.exbio.cz/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

failed exploratory termni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000103

+
+ The term was used in an attempt to structure part of the ontology but in retrospect failed to do a good job +
+
+
belongs to
+
+ obsolescence reason specification + c +
+
+
+
+

FCSni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000327

+
+ FCS is a format standard of a digital entity that is conformant with the Flow Cytometry Data File Standard.(http://www.fcspress.com/) +
+
+
Source
+
web-page:http://www.fcspress.com/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
+

G1 (Fuhrman)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002211

+
+ A histologic grade according to the Fuhrman Nuclear Grading System indicating that nuclei are round, uniform, approximately 10um and that nucleoli are inconspicuous or absent. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ histologic grade according to the Fuhrman Nuclear Grading System + c +
+
+
+
+

G1 (WHO)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002220

+
+ A histologic grade for ovarian tumor according to the World Health Organization indicating that the tumor is well differentiated. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ histologic grade for ovarian tumor according to the World Health Organization + c +
+
+
+
+

G1: Well differentiatedni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002206

+
+ A histologic grade according to AJCC 7th edition indicating that the tumor cells and the organization of the tumor tissue appear close to normal. +
+
+
Source
+
https://www.cancer.gov/about-cancer/diagnosis-staging/prognosis/tumor-grade-fact-sheet
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ histologic grade according to AJCC 7th edition + c +
+
+
+
+

G2 (Fuhrman)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002212

+
+ A histologic grade according to the Fuhrman Nuclear Grading System indicating that nuclei are slightly irregular, approximately 15um and nucleoli are evident. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ histologic grade according to the Fuhrman Nuclear Grading System + c +
+
+
+
+

G2 (WHO)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002221

+
+ A histologic grade for ovarian tumor according to the World Health Organization indicating that the tumor is moderately differentiated. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ histologic grade for ovarian tumor according to the World Health Organization + c +
+
+
+
+

G2: Moderately differentiatedni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002207

+
+ A histologic grade according to AJCC 7th edition indicating that the tumor cells are moderately differentiated and reflect an intermediate grade. +
+
+
Source
+
https://www.cancer.gov/about-cancer/diagnosis-staging/prognosis/tumor-grade-fact-sheet
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ histologic grade according to AJCC 7th edition + c +
+
+
+
+

G3 (Fuhrman)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002213

+
+ A histologic grade according to the Fuhrman Nuclear Grading System indicating that nuclei are very irregular, approximately 20um and nucleoli large and prominent. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ histologic grade according to the Fuhrman Nuclear Grading System + c +
+
+
+
+

G3 (WHO)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002222

+
+ A histologic grade for ovarian tumor according to the World Health Organization indicating that the tumor is poorly differentiated. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ histologic grade for ovarian tumor according to the World Health Organization + c +
+
+
+
+

G3: Poorly differentiatedni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002208

+
+ A histologic grade according to AJCC 7th edition indicating that the tumor cells are poorly differentiated and do not look like normal cells and tissue. +
+
+
Source
+
https://www.cancer.gov/about-cancer/diagnosis-staging/prognosis/tumor-grade-fact-sheet
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ histologic grade according to AJCC 7th edition + c +
+
+
+
+

G4 (Fuhrman)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002214

+
+ A histologic grade according to the Fuhrman Nuclear Grading System indicating that nuclei arei bizarre and multilobulated, 20um or greater and nucleoli are prominent and chromatin clumped. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ histologic grade according to the Fuhrman Nuclear Grading System + c +
+
+
+
+

G4 (WHO)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002223

+
+ A histologic grade for ovarian tumor according to the World Health Organization indicating that the tumor is undifferentiated. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ histologic grade for ovarian tumor according to the World Health Organization + c +
+
+
+
+

G4: Undifferentiatedni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002209

+
+ A histologic grade according to AJCC 7th edition indicating that the tumor cells are undifferentiated and do not look like normal cells and tissue. +
+
+
Source
+
https://www.cancer.gov/about-cancer/diagnosis-staging/prognosis/tumor-grade-fact-sheet
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ histologic grade according to AJCC 7th edition + c +
+
+
+
+

Gating-MLni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000330

+
+ Gating-ML is a format standard of a digital entity that is conformant with the Gating-ML standard. (http://www.flowcyt.org/gating/) +
+
+
Source
+
web-page:http://www.flowcyt.org/gating/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
+

GenePattern CARTni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000767

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ CART + c +
+
+
+
+

GenePattern HeatMapViewer data visualizationni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000780

+
+ The GenePattern process of generating Heat Maps from clustered data. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ clustered data visualization + c +
+
+
+
+

GenePattern hierarchical clusteringni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000755

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ hierarchical clustering + c +
+
+
+
+

GenePattern HierarchicalClusteringViewer data visualizationni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000781

+
+ The GenePattern process of generating hierarchical clustering visualization from clustered data. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ clustered data visualization + c +
+
+
+
+

GenePattern k-means clusteringni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000764

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ k-means clustering + c +
+
+
+
+

GenePattern k-nearest neighborsni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000762

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ k-nearest neighbors + c +
+
+
+
+

GenePattern LOOCVni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000763

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ leave one out cross validation method + c +
+
+
+
+

GenePattern module CARTXValidationni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000768

+
+ GenePattern module CARTXValidation is a GenePattern software module which uses a CART decision tree induction with a leave one out cross validation data transformations. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ GenePattern software + c +
+
has facts
+
+ is about + op + GenePattern LOOCV +
+
+ is about + op + GenePattern CART +
+
+
+
+

GenePattern module HeatMapViewerni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000782

+
+ A GenePattern software module which is used to generate a heatmap view of data. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ GenePattern software + c +
+
has facts
+
+ is about + op + GenePattern HeatMapViewer data visualization +
+
+
+
+

GenePattern module HierarchicalClusteringni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000774

+
+ GenePattern module HierarchicalClustering is a GenePattern software module which is used to perform a hierarchical clustering data transformation. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ GenePattern software + c +
+
has facts
+
+ is about + op + GenePattern hierarchical clustering +
+
+
+
+

GenePattern module HierarchicalClusteringViewerni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000783

+
+ A GenePattern software module which is used to generate a view of data that has been hierarchically clustered. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ GenePattern software + c +
+
has facts
+
+ is about + op + GenePattern HierarchicalClusteringViewer data visualization +
+
+
+
+

GenePattern module KMeansClusteringni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000766

+
+ GenePattern module KMeansClustering is a GenePattern software module which is used to perform a k Means clustering data transformation. +
+
+
Source
+
PERSON: James Malone
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ GenePattern software + c +
+
has facts
+
+ is about + op + GenePattern k-means clustering +
+
+
+
+

GenePattern module KNNni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000773

+
+ GenePattern module KNN is a GenePattern software module which perform a k-nearest neighbors data transformation. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ GenePattern software + c +
+
has facts
+
+ is about + op + GenePattern k-nearest neighbors +
+
+
+
+

GenePattern module KNNXValidationni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000771

+
+ GenePattern module KNNXValidation is a GenePattern software module which uses a k-nearest neighbours clustering with a leave one out cross validation data transformations. +
+
+
Source
+
PERSON: James Malone
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ GenePattern software + c +
+
+
+
+

GenePattern module PCAni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000777

+
+ GenePattern module PCA is a GenePattern software module which is used to perform a principal components analysis dimensionality reduction data transformation. +
+
+
Source
+
PERSON: James Malone
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ GenePattern software + c +
+
has facts
+
+ is about + op + GenePattern PCA +
+
+
+
+

GenePattern module PeakMatchni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000772

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ GenePattern software + c +
+
has facts
+
+ is about + op + GenePattern peak matching +
+
+
+
+

GenePattern module SVMni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000761

+
+ GenePattern module SVM is a GenePattern software module which is used to run a support vector machine data transformation. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ GenePattern software + c +
+
has facts
+
+ is about + op + GenePattern SVM +
+
+
+
+

GenePattern PCAni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000760

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ principal components analysis dimensionality reduction + c +
+
+
+
+

GenePattern peak matchingni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000778

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ peak matching + c +
+
+
+
+

GenePattern SVMni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000775

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ support vector machine + c +
+
+
+
+

gramni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000021

+
+ A mass unit which is equal to one thousandth of a kilogram or 10^[-3] kg. +
+
+
belongs to
+
+ mass unit + c +
+
+
+
+

gram per deciliterni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000208

+
+ A mass density unit which is equal to mass of an object in grams divided by the volume in deciliters. +
+
+
belongs to
+
+ concentration unit + c +
+
+
+
+

gram per literni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000175

+
+ A mass unit density which is equal to mass of an object in grams divided by the volume in liters. +
+
+
belongs to
+
+ concentration unit + c +
+
+
+
+

Helicosni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000757

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

hertzni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000106

+
+ A frequency unit which is equal to 1 complete cycle of a recurring phenomenon in 1 second. +
+
+
belongs to
+
+ frequency unit + c +
+
+
+
+

High grade ovarian tumorni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002218

+
+ A histologic grade for ovarian tumor according to a two-tier grading system indicating that the tumor is high grade. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ histologic grade for ovarian tumor according to a two-tier grading system + c +
+
+
+
+

hourni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000032

+
+ A time unit which is equal to 3600 seconds or 60 minutes. +
+
+
belongs to
+
+ time unit + c +
+
+
+
+

Illuminani + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000759

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

InBiosni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0003497

+
+ A manufacturer that specializes in in vitro diagnostic devices designed to test for infectious diseases. +
+
+
Source
+
WEB:https://inbios.com/about/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

Invitrogenni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001434

+
+
Source
+
WEB:http://www.invitrogen.com/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

J. Mitrani + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0003496

+
+ A manufacturer of in vitro diagnostic assay kits in India. +
+
+
Source
+
WEB:https://jmitra.co.in/about-us/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

kilogramni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000009

+
+ A mass unit which is equal to the mass of the International Prototype Kilogram kept by the BIPM at Svres, France. +
+
+
belongs to
+
+ mass unit + c +
+
+
+
+

left handedni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000998

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ categorical label + c +
+
+
+
+

Li-Corni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000769

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

literni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000099

+
+ A volume unit which is equal to one thousandth of a cubic meter or 10^[-3] m^[3], or to 1 decimeter. +
+
+
belongs to
+
+ volume unit + c +
+
+
+
+

Low grade ovarian tumorni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002217

+
+ A histologic grade for ovarian tumor according to a two-tier grading system indicating that the tumor is low grade. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ histologic grade for ovarian tumor according to a two-tier grading system + c +
+
+
+
+

Luminexni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001443

+
+
Source
+
WEB:http://www.luminexcorp.com/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

mass percentageni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000163

+
+ A dimensionless concentration unit which denotes the mass of a substance in a mixture as a percentage of the mass of the entire mixture. +
+
+
belongs to
+
+ concentration unit + c +
+
+
+
+

mass volume percentageni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000164

+
+ A dimensionless concentration unit which denotes the mass of the substance in a mixture as a percentage of the volume of the entire mixture. +
+
+
belongs to
+
+ concentration unit + c +
+
+
+
+

metadata completeni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000120

+
+ Class has all its metadata, but is either not guaranteed to be in its final location in the asserted IS_A hierarchy or refers to another class that is not complete. +
+
+
belongs to
+
+ curation status specification + c +
+
+
+
+

metadata incompleteni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000123

+
+ Class is being worked on; however, the metadata (including definition) are not complete or sufficiently clear to the branch editors. +
+
+
belongs to
+
+ curation status specification + c +
+
+
+
+

meterni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000008

+
+ A length unit which is equal to the length of the path traveled by light in vacuum during a time interval of 1/299 792 458 of a second. +
+
+
belongs to
+
+ length unit + c +
+
+
+
+

microgramni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000023

+
+ A mass unit which is equal to one millionth of a gram or 10^[-6] g. +
+
+
belongs to
+
+ mass unit + c +
+
+
+
+

microgram per literni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000301

+
+ A mass unit density which is equal to mass of an object in micrograms divided by the volume in liters. +
+
+
belongs to
+
+ concentration unit + c +
+
+
+
+

microliterni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000101

+
+ A volume unit which is equal to one millionth of a liter or 10^[-6] L. +
+
+
belongs to
+
+ volume unit + c +
+
+
+
+

microliters per minuteni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000271

+
+ A volumetric flow rate unit which is equal to one microliter volume through a given surface in one minute. +
+
+
belongs to
+
+ volumetric flow rate unit + c +
+
+
+
+

micrometerni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000017

+
+ A length unit which is equal to one millionth of a meter or 10^[-6] m. +
+
+
belongs to
+
+ length unit + c +
+
+
+
+

micromolarni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000064

+
+ A unit of molarity which is equal to one millionth of a molar or 10^[-6] M. +
+
+
belongs to
+
+ concentration unit + c +
+
+
+
+

micromoleni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000039

+
+ A substance unit equal to a millionth of a mol or 10^[-6] mol. +
+
+
belongs to
+
+ substance unit + c +
+
+
+
+

milligramni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000022

+
+ A mass unit which is equal to one thousandth of a gram or 10^[-3] g. +
+
+
belongs to
+
+ mass unit + c +
+
+
+
+

milligram per milliliterni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000176

+
+ A mass unit density which is equal to mass of an object in milligrams divided by the volume in milliliters. +
+
+
belongs to
+
+ concentration unit + c +
+
+
+
+

milliliterni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000098

+
+ A volume unit which is equal to one thousandth of a liter or 10^[-3] L, or to 1 cubic centimeter. +
+
+
belongs to
+
+ volume unit + c +
+
+
+
+

milliliter per literni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000207

+
+ A volume per unit volume unit which is equal to one millionth of a liter of solute in one liter of solution. +
+
+
belongs to
+
+ concentration unit + c +
+
+
+
+

millimeterni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000016

+
+ A length unit which is equal to one thousandth of a meter or 10^[-3] m. +
+
+
belongs to
+
+ length unit + c +
+
+
+
+

millimolarni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000063

+
+ A unit of molarity which is equal to one thousandth of a molar or 10^[-3] M. +
+
+
belongs to
+
+ concentration unit + c +
+
+
+
+

Milliporeni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001340

+
+
Source
+
WEB:http://www.guavatechnologies.com/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

Miltenyi Biotecni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001424

+
+
Source
+
WEB:http://www.miltenyibiotec.com/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

minuteni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000031

+
+ A time unit which is equal to 60 seconds. +
+
+
belongs to
+
+ time unit + c +
+
+
+
+

molarni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000062

+
+ A unit of concentration which expresses a concentration of 1 mole of solute per liter of solution (mol/L). +
+
+
belongs to
+
+ concentration unit + c +
+
+
+
+

monthni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000035

+
+ A time unit which is approximately equal to the length of time of one of cycle of the moon's phases which in science is taken to be equal to 30 days. +
+
+
belongs to
+
+ time unit + c +
+
+
+
+

named class expressionni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000421

+
+ A named class expression is a logical expression that is given a name. The name can be used in place of the expression. +
+
+
belongs to
+
+ denotator type + c +
+
+
+
+

nanogramni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000024

+
+ A mass unit which is equal to one thousandth of one millionth of a gram or 10^[-9] g. +
+
+
belongs to
+
+ mass unit + c +
+
+
+
+

nanoliterni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000102

+
+ A volume unit which is equal to one thousandth of one millionth of a liter or 10^[-9] L. +
+
+
belongs to
+
+ volume unit + c +
+
+
+
+

nanometerni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000018

+
+ A length unit which is equal to one thousandth of one millionth of a meter or 10^[-9] m. +
+
+
belongs to
+
+ length unit + c +
+
+
+
+

nanomolarni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000065

+
+ A unit of molarity which is equal to one thousandth of one millionth of a molar or 10^[-9] M. +
+
+
belongs to
+
+ concentration unit + c +
+
+
+
+

nanomoleni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000041

+
+ A substance unit equal to one thousandth of one millionth of a mole or 10^[-9] mol. +
+
+
belongs to
+
+ substance unit + c +
+
+
+
+

NanoString Technologiesni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001860

+
+ An organization that supplies life science tools for translational research and molecular diagnostics based on a novel digital molecular barcoding technology. The NanoString platform can provide simple, multiplexed digital profiling of single molecules. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

Nimblegenni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001855

+
+ An organization that focuses on manufacturing target enrichment probe pools for DNA sequencing. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

Occult Carcinoma (AJCC 7th)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002315

+
+ A clinical tumor stage group according to AJCC 7th edition indicating a small carcinoma, either asymptomatic or giving rise to metastases without symptoms due to the primary carcinoma. +
+
+
Source
+
http://www.medilexicon.com/dictionary/14371
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ clinical tumor stage group according to AJCC 7th edition + c +
+
+
+
+

organizational termni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000121

+
+ Term created to ease viewing/sort terms for development purpose, and will not be included in a release +
+
+
belongs to
+
+ curation status specification + c +
+
+
+
+

OWLni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000332

+
+ OWL is a format standard of a digital entity that is conformant with the W3C Web Ontology Language specification.(http://www.w3.org/2004/OWL/) +
+
+
Source
+
web-page:http://www.w3.org/2004/OWL/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
+

Oxford Nanopore Technologiesni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002755

+
+ An organization that is developing and selling nanopore sequencing products and is based in the UK. +
+
+
Source
+
https://en.wikipedia.org/wiki/Oxford_Nanopore_Technologies
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

Pacific Biosciencesni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001856

+
+ An organization that supplies tools for studying the synthesis and regulation of DNA, RNA and protein. It developed a powerful technology platform called single molecule real-time (SMRT) technology which enables real-time analysis of biomolecules with single molecule resolution. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

Partecni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001355

+
+
Source
+
WEB:http://www.partec.de/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

pending final vettingni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000125

+
+ All definitions, placement in the asserted IS_A hierarchy and required minimal metadata are complete. The class is awaiting a final review by someone other than the term editor. +
+
+
belongs to
+
+ curation status specification + c +
+
+
+
+

pHni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000196

+
+ A dimensionless concentration notation which denotes the acidity of a solution in terms of activity of hydrogen ions (H+). +
+
+
belongs to
+
+ concentration unit + c +
+
+
+
+

picogramni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000025

+
+ A mass unit which is equal to 10^[-12] g. +
+
+
belongs to
+
+ mass unit + c +
+
+
+
+

picoliterni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000103

+
+ A volume unit which is equal to 10^[-12] L. +
+
+
belongs to
+
+ volume unit + c +
+
+
+
+

picomolarni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000066

+
+ A unit of molarity which is equal to 10^[-12] M. +
+
+
belongs to
+
+ concentration unit + c +
+
+
+
+

picomoleni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000042

+
+ A substance unit equal to 10^[-12] mol. +
+
+
belongs to
+
+ substance unit + c +
+
+
+
+

placeholder removedni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000226

+
+
belongs to
+
+ obsolescence reason specification + c +
+
+
+
+

pM1 (colon)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002295

+
+ A pathologic distant metastases stage for colon according to AJCC 7th edition indicating that there is microscopic evidence confirming distant metastatic disease. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_m/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic distant metastases stage for colon according to AJCC 7th edition + c +
+
+
+
+

pM1 (kidney)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002309

+
+ A pathologic distant metastases stage for kidney according to AJCC 7th edition indicating that there is a distant metastases that is histologically confirmed. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_m/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic distant metastases stage for kidney according to AJCC 7th edition + c +
+
+
+
+

pM1 (lung)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002303

+
+ A pathologic distant metastases stage for lung according to AJCC 7th edition indicating that there is a distant metastases that is histologically confirmed. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_m/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic distant metastases stage for lung according to AJCC 7th edition + c +
+
+
+
+

pM1 (ovary)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002313

+
+ A pathologic distant metastases stage for ovary according to AJCC 7th edition indicating that there is distant metastasis except peritoneal metastasis that is histologically confirmed. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_m/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic distant metastases stage for ovary according to AJCC 7th edition + c +
+
+
+
+

pM1a (colon)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002296

+
+ A pathologic distant metastases stage for colon according to AJCC 7th edition indicating that metastasis is confined to one organ and histologically confirmed. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_m/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic distant metastases stage for colon according to AJCC 7th edition + c +
+
+
+
+

pM1a (lung)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002304

+
+ A pathologic distant metastases stage for lung according to AJCC 7th edition indicating that metastasis is histologically confirmed and a separate tumor nodule(s) in a contralateral lobe; tumor with pleural nodules OR malignant pleural or pericardial effusion. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_m/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic distant metastases stage for lung according to AJCC 7th edition + c +
+
+
+
+

pM1b (colon)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002297

+
+ A pathologic distant metastases stage for colon according to AJCC 7th edition indicating that metastasis is in more than one organ or the peritoneum and histologically confirmed. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_m/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic distant metastases stage for colon according to AJCC 7th edition + c +
+
+
+
+

pM1b (lung)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002305

+
+ A pathologic distant metastases stage for lung according to AJCC 7th edition indicating that there is a distant metastases that is histologically confirmed and associated with distant lymph nodes or carcinomatosis. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_m/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic distant metastases stage for lung according to AJCC 7th edition + c +
+
+
+
+

pN0 (colon)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002271

+
+ A pathologic lymph node stage for colon and rectum according to AJCC 7th edition indicating no regional lymph node metastsis. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_n/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic lymph node stage for colon and rectum according to AJCC 7th edition + c +
+
+
+
+

pN0 (kidney)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002285

+
+ A pathologic lymph node stage for kidney according to AJCC 7th edition indicating that there is no regional lymph node metastasis. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_n/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic lymph node stage for kidney according to AJCC 7th edition + c +
+
+
+
+

pN0 (lung)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002280

+
+ A pathologic lymph node stage for lung according to AJCC 7th edition indicating no regional lymph node metastasis. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_n/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic lymph node stage for lung according to AJCC 7th edition + c +
+
+
+
+

pN0 (ovary)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002288

+
+ A pathologic lymph node stage for ovary according to AJCC 7th edition indicating that there is no regional lymph node metastasis. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_n/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic lymph node stage for ovary according to AJCC 7th edition + c +
+
+
+
+

pN1 (colon)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002272

+
+ A pathologic lymph node stage for colon and rectum according to AJCC 7th edition indicating metastasis in 1-3 regional lymph nodes. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_n/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic lymph node stage for colon and rectum according to AJCC 7th edition + c +
+
+
+
+

pN1 (kidney)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002286

+
+ A pathologic lymph node stage for kidney according to AJCC 7th edition indicating that there is regional lymph node metastasis. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_n/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic lymph node stage for kidney according to AJCC 7th edition + c +
+
+
+
+

pN1 (lung)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002281

+
+ A pathologic lymph node stage for lung according to AJCC 7th edition indicating metastasis in ipsilateral peribronchial and/or ipsilateral hilar lymph nodes and intrapulmonary nodes, including involvement by direct extension. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_n/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic lymph node stage for lung according to AJCC 7th edition + c +
+
+
+
+

pN1 (ovary)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002289

+
+ A pathologic lymph node stage for ovary according to AJCC 7th edition indicating that there is regional lymph node metastasis. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_n/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic lymph node stage for ovary according to AJCC 7th edition + c +
+
+
+
+

pN1a (colon)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002273

+
+ A pathologic lymph node stage for colon and rectum according to AJCC 7th edition indicating metastasis in 1 regional lymph node. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_n/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic lymph node stage for colon and rectum according to AJCC 7th edition + c +
+
+
+
+

pN1b (colon)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002274

+
+ A pathologic lymph node stage for colon and rectum according to AJCC 7th edition indicating metastasis in 2-3 regional lymph nodes. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_n/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic lymph node stage for colon and rectum according to AJCC 7th edition + c +
+
+
+
+

pN1c (colon)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002275

+
+ A pathologic lymph node stage for colon and rectum according to AJCC 7th edition indicating tumor deposit(s), i.e., satellites in the subserosa, or in non-peritonealized pericolic or perirectal soft tissue without regional lymph node metastasis. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_n/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic lymph node stage for colon and rectum according to AJCC 7th edition + c +
+
+
+
+

pN2 (colon)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002276

+
+ A pathologic lymph node stage for colon and rectum according to AJCC 7th edition indicating metastasis in 4 or more regional lymph nodes. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_n/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic lymph node stage for colon and rectum according to AJCC 7th edition + c +
+
+
+
+

pN2 (lung)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002282

+
+ A pathologic lymph node stage for lung according to AJCC 7th edition indicating metastasis in ipsilateral mediastinal and/or subcarinal lymph node(s). +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_n/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic lymph node stage for lung according to AJCC 7th edition + c +
+
+
+
+

pN2a (colon)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002277

+
+ A pathologic lymph node stage for colon and rectum according to AJCC 7th edition indicating metastasis in 4 to 6 regional lymph nodes. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_n/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic lymph node stage for colon and rectum according to AJCC 7th edition + c +
+
+
+
+

pN2b (colon)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002278

+
+ A pathologic lymph node stage for colon and rectum according to AJCC 7th edition indicating metastasis in 7 or more regional lymph nodes. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_n/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic lymph node stage for colon and rectum according to AJCC 7th edition + c +
+
+
+
+

pN3 (lung)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002283

+
+ A pathologic lymph node stage for lung according to AJCC 7th edition indicating metastasis in contralateral mediastinal, contralateral hilar, ipsilateral or contralateral scalene, or supraclavicular lymph node(s). +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_n/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic lymph node stage for lung according to AJCC 7th edition + c +
+
+
+
+

pT0 (colon)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002225

+
+ A pathologic primary tumor stage for colon and rectum according to AJCC 7th edition indicating that there is no evidence of primary tumor. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for colon and rectum according to AJCC 7th edition + c +
+
+
+
+

pT0 (kidney)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002244

+
+ A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that there is no evidence of primary tumor. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for kidney according to AJCC 7th edition + c +
+
+
+
+

pT0 (lung)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002233

+
+ A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that there is no evidence of primary tumor. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for lung according to AJCC 7th edition + c +
+
+
+
+

pT0 (ovary)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002257

+
+ A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that there is no evidence of primary tumor. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for ovary according to AJCC 7th edition + c +
+
+
+
+

pT1 (colon)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002227

+
+ A pathologic primary tumor stage for colon and rectum according to AJCC 7th edition indicating that the tumor invades submucosa. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for colon and rectum according to AJCC 7th edition + c +
+
+
+
+

pT1 (kidney)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002245

+
+ A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor is 7 cm or less in greatest dimension and limited to the kidney. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for kidney according to AJCC 7th edition + c +
+
+
+
+

pT1 (lung)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002235

+
+ A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that the tumor is 3 cm or less in greatest dimension, surrounded by lung or visceral pleura without bronchoscopic evidence of invasion more proximal than the lobar bronchus (i.e., not in the main bronchus). +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for lung according to AJCC 7th edition + c +
+
+
+
+

pT1 (ovary)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002258

+
+ A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor is limited to the ovaries (one or both). +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for ovary according to AJCC 7th edition + c +
+
+
+
+

pT1a (kidney)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002246

+
+ A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor is 4 cm or less. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for kidney according to AJCC 7th edition + c +
+
+
+
+

pT1a (lung)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002236

+
+ A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that the tumor is 2 cm or less in greatest dimension. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for lung according to AJCC 7th edition + c +
+
+
+
+

pT1a (ovary)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002259

+
+ A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor is limited to one ovary; capsule intact, no tumor on ovarian surface and no malignant cells in ascites or peritoneal washings. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for ovary according to AJCC 7th edition + c +
+
+
+
+

pT1b (kidney)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002247

+
+ A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor is more than 4 cm but not more than 7 cm. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for kidney according to AJCC 7th edition + c +
+
+
+
+

pT1b (lung)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002237

+
+ A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that the tumor is more than 2 cm but not more than 3 cm in greatest dimension. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for lung according to AJCC 7th edition + c +
+
+
+
+

pT1b (ovary)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002260

+
+ A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor is limited to both ovaries; capsule intact, no tumor on ovarian surface and no malignant cells in ascites or peritoneal washings. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for ovary according to AJCC 7th edition + c +
+
+
+
+

pT1c (ovary)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002261

+
+ A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor is limited to one or both ovaries with capsule ruptured, tumor on ovarian surface, or malignant cells in ascites or peritoneal washings. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for ovary according to AJCC 7th edition + c +
+
+
+
+

pT2 (colon)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002228

+
+ A pathologic primary tumor stage for colon and rectum according to AJCC 7th edition indicating that the tumor invades muscularis propria. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for colon and rectum according to AJCC 7th edition + c +
+
+
+
+

pT2 (kidney)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002248

+
+ A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor is more than 7 cm in greatest dimension and limited to the kidney. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for kidney according to AJCC 7th edition + c +
+
+
+
+

pT2 (lung)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002238

+
+ A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that the tumor is more than 3 cm but not more than 7 cm or the tumor has any of the following features: involves main bronchus, 2 cm or more distal to the carina, invades visceral pleura, associated with atelectasis or obstructive pneumonitis that extends to the hilar region but does not involve the entire lung. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for lung according to AJCC 7th edition + c +
+
+
+
+

pT2 (ovary)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002262

+
+ A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor involves one or both ovaries with pelvic extension. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for ovary according to AJCC 7th edition + c +
+
+
+
+

pT2a (kidney)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002249

+
+ A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor is more than 7 cm but not more than 10 cm. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for kidney according to AJCC 7th edition + c +
+
+
+
+

pT2a (lung)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002239

+
+ A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that the tumor is more than 3 cm but not more than 5 cm in greatest dimension. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for lung according to AJCC 7th edition + c +
+
+
+
+

pT2a (ovary)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002263

+
+ A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor has extension and/or implants on uterus and/or tube(s) and no malignant cells in ascites or peritoneal washings. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for ovary according to AJCC 7th edition + c +
+
+
+
+

pT2b (kidney)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002250

+
+ A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor is more than 10 cm and limited to the kidney. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for kidney according to AJCC 7th edition + c +
+
+
+
+

pT2b (lung)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002240

+
+ A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that the tumor is more than 5 cm but not more than 7 cm in greatest dimension. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for lung according to AJCC 7th edition + c +
+
+
+
+

pT2b (ovary)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002264

+
+ A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor has extension to other pelvic tissues and no malignant cells in ascites or peritoneal washings. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for ovary according to AJCC 7th edition + c +
+
+
+
+

pT2c (ovary)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002265

+
+ A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor has pelvic extension with malignant cells in ascites or peritoneal washings. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for ovary according to AJCC 7th edition + c +
+
+
+
+

pT3 (colon)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002229

+
+ A pathologic primary tumor stage for colon and rectum according to AJCC 7th edition indicating that the tumor invades subserosa or into non-peritionealized pericolic or perirectal tissues. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for colon and rectum according to AJCC 7th edition + c +
+
+
+
+

pT3 (kidney)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002251

+
+ A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor extends into major veins or perinephric tissues but not into the ipsilateral adrenal gland and not beyond the Gerota fascia. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for kidney according to AJCC 7th edition + c +
+
+
+
+

pT3 (lung)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002241

+
+ A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that the tumor is more than 7 cm or one that directly invades any of: parietal pleura, chest wall (including superior sulcus tumors), diaphragm, phrenic nerve, mediastinal pleura, parietal pericardiu or the tumor is in the main bronchus less than 2 cm distal to the carina but without involvement of the carina or there is associated atelectasis or obstructive pneumonitis of the entire lung or there is separate tumor nodule(s) in the same lobe as the primary. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for lung according to AJCC 7th edition + c +
+
+
+
+

pT3 (ovary)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002266

+
+ A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor involves one or both ovaries with microscopically confirmed peritoneal metastasis outside the pelvis and/or regional lymph node metastasis. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for ovary according to AJCC 7th edition + c +
+
+
+
+

pT3a (kidney)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002252

+
+ A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor grossly extends into the renal vein or its segmental (muscle containing) branches, or the tumor invades perirenal and/or renal sinus fat (peripelvic) fat but not beyond Gerota fascia. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for kidney according to AJCC 7th edition + c +
+
+
+
+

pT3a (ovary)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002267

+
+ A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor has microscopic peritoneal metastasis beyond pelvis. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for ovary according to AJCC 7th edition + c +
+
+
+
+

pT3b (kidney)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002253

+
+ A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor grossly extends into vena cava below diaphragm. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for kidney according to AJCC 7th edition + c +
+
+
+
+

pT3b (ovary)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002268

+
+ A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor has macroscopic peritoneal, metastatasis beyond pelvis, 2 cm or less in greatest dimension. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for ovary according to AJCC 7th edition + c +
+
+
+
+

pT3c (kidney)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002254

+
+ A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor grossly extends into vena cava above the diaphragm or Invades the wall of the vena cava. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for kidney according to AJCC 7th edition + c +
+
+
+
+

pT3c (ovary)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002269

+
+ A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor has peritoneal metastasis beyond pelvis, more than 2 cm in greatest dimension and/or regional lymph node metastasis. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for ovary according to AJCC 7th edition + c +
+
+
+
+

pT4 (kidney)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002255

+
+ A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor invades beyond Gerota fascia (including contiguous extension into the ipsilateral adrenal gland). +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for kidney according to AJCC 7th edition + c +
+
+
+
+

pT4 (lung)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002242

+
+ A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that the tumor of any size that invades any of the following: mediastinum, heart, great vessels, trachea, recurrent laryngeal nerve, esophagus, vertebral body, carina or there is separate tumor nodule(s) in a different ipsilateral lobe to that of the primary. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for lung according to AJCC 7th edition + c +
+
+
+
+

pT4a (colon)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002230

+
+ A pathologic primary tumor stage for colon and rectum according to AJCC 7th edition indicating that the tumor perforates visceral peritoneum. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for colon and rectum according to AJCC 7th edition + c +
+
+
+
+

pT4b (colon)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002231

+
+ A pathologic primary tumor stage for colon and rectum according to AJCC 7th edition indicating that the tumor directly invades other organs or structures. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for colon and rectum according to AJCC 7th edition + c +
+
+
+
+

pTis (colon)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002226

+
+ A pathologic primary tumor stage for colon and rectum according to AJCC 7th edition indicating carcinoma in situ (intraepithelial or invasion of lamina propria). +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for colon and rectum according to AJCC 7th edition + c +
+
+
+
+

pTis (lung)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002234

+
+ A pathologic primary tumor stage for lung according to AJCC 7th edition indicating carcinoma in situ. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for lung according to AJCC 7th edition + c +
+
+
+
+

RDFni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000324

+
+ RDF is a format standard of a digital entity that is conformant with the W3C Resource Description Framework RDF/XML Syntax specification.(http://www.w3.org/RDF/) +
+
+
Source
+
web-page:http://www.w3.org/RDF/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
+

ready for releaseni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000122

+
+ Class has undergone final review, is ready for use, and will be included in the next release. Any class lacking "ready_for_release" should be considered likely to change place in hierarchy, have its definition refined, or be obsoleted in the next release. Those classes deemed "ready_for_release" will also derived from a chain of ancestor classes that are also "ready_for_release." +
+
+
belongs to
+
+ curation status specification + c +
+
+
+
+

requires discussionni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000428

+
+ A term that is metadata complete, has been reviewed, and problems have been identified that require discussion before release. Such a term requires editor note(s) to identify the outstanding issues. +
+
+
Source
+
group:OBI
+
+
+
belongs to
+
+ curation status specification + c +
+
+
+
+

right handedni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000958

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ categorical label + c +
+
+
+
+

Rocheni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000758

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

secondni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000010

+
+ A time unit which is equal to the duration of 9 192 631 770 periods of the radiation corresponding to the transition between the two hyperfine levels of the ground state of the caesium 133 atom. +
+
+
belongs to
+
+ time unit + c +
+
+
+
+

Stage 0 (AJCC 7th)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002316

+
+ A clinical tumor stage group according to AJCC 7th edition indicating a carcinoma in situ (or melanoma in situ for melanoma of the skin or germ cell neoplasia in situ for testicular germ cell tumors) and generally is considered to have no metastatic potential. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ clinical tumor stage group according to AJCC 7th edition + c +
+
+
+
+

Stage 1 (FIGO)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002342

+
+ A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T1, N0, and M0. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ International Federation of Gynecology and Obstetrics ovarian cancer stage value specification + c +
+
+
+
+

Stage 1A (FIGO)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002343

+
+ A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T1a, N0, and M0. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ International Federation of Gynecology and Obstetrics ovarian cancer stage value specification + c +
+
+
+
+

Stage 1B (FIGO)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002344

+
+ A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T1b, N0, and M0. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ International Federation of Gynecology and Obstetrics ovarian cancer stage value specification + c +
+
+
+
+

Stage 1C (FIGO)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002345

+
+ A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T1c, N0, and M0. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ International Federation of Gynecology and Obstetrics ovarian cancer stage value specification + c +
+
+
+
+

Stage 2 (FIGO)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002346

+
+ A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T2, N0, and M0. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ International Federation of Gynecology and Obstetrics ovarian cancer stage value specification + c +
+
+
+
+

Stage 2A (FIGO)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002347

+
+ A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T2a, N0, and M0. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ International Federation of Gynecology and Obstetrics ovarian cancer stage value specification + c +
+
+
+
+

Stage 2B (FIGO)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002348

+
+ A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T2b, N0, and M0. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ International Federation of Gynecology and Obstetrics ovarian cancer stage value specification + c +
+
+
+
+

Stage 2C (FIGO)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002349

+
+ A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T2c, N0, and M0. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ International Federation of Gynecology and Obstetrics ovarian cancer stage value specification + c +
+
+
+
+

Stage 3 (FIGO)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002350

+
+ A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of (T3, N0, and M0) or (T3,3a,3b, NX, and M0). +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ International Federation of Gynecology and Obstetrics ovarian cancer stage value specification + c +
+
+
+
+

Stage 3A (FIGO)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002351

+
+ A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T3a, N0, and M0 . +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ International Federation of Gynecology and Obstetrics ovarian cancer stage value specification + c +
+
+
+
+

Stage 3B (FIGO)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002352

+
+ A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T3b, N0, and M0 . +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ International Federation of Gynecology and Obstetrics ovarian cancer stage value specification + c +
+
+
+
+

Stage 3C (FIGO)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002353

+
+ A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of (T3c, N0,X and M0) or (any T, N1 and M0). +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ International Federation of Gynecology and Obstetrics ovarian cancer stage value specification + c +
+
+
+
+

Stage 4 (FIGO)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002354

+
+ A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of any T, any N, and M1. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ International Federation of Gynecology and Obstetrics ovarian cancer stage value specification + c +
+
+
+
+

Stage I (AJCC 7th)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002317

+
+ A clinical tumor stage group according to AJCC 7th edition indicating cancers that are smaller or less deeply invasive without regional disease or nodes. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ clinical tumor stage group according to AJCC 7th edition + c +
+
+
+
+

Stage IA (FIGO)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002327

+
+ An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating invasive carcinoma which can be diagnosed only by microscopy, with deepest invasion <5 mm and the largest extension <7 mm. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cervical_cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ International Federation of Gynecology and Obstetrics cervical cancer stage value specification + c +
+
+
+
+

Stage IA1 (FIGO)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002328

+
+ An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating measured stromal invasion of <3.0 mm in depth and extension of <7.0 mm. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cervical_cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ International Federation of Gynecology and Obstetrics cervical cancer stage value specification + c +
+
+
+
+

Stage IA2 (FIGO)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002329

+
+ An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating measured stromal invasion of >3.0 mm and not >5.0 mm with an extension of not >7.0 mm. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cervical_cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ International Federation of Gynecology and Obstetrics cervical cancer stage value specification + c +
+
+
+
+

Stage IB (FIGO)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002330

+
+ An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating clinically visible lesions limited to the cervix uteri or pre-clinical cancers greater than stage IA +
+
+
Source
+
https://en.wikipedia.org/wiki/Cervical_cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ International Federation of Gynecology and Obstetrics cervical cancer stage value specification + c +
+
+
+
+

Stage IB1 (FIGO)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002331

+
+ An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating clinically visible lesion limited to the cervix uteri or pre-clinical cancers greater than stage IA <4.0 cm in greatest dimension. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cervical_cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ International Federation of Gynecology and Obstetrics cervical cancer stage value specification + c +
+
+
+
+

Stage IB2 (FIGO)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002332

+
+ An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating clinically visible lesion limited to the cervix uteri or pre-clinical cancers greater than stage IA >4.0 cm in greatest dimension. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cervical_cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ International Federation of Gynecology and Obstetrics cervical cancer stage value specification + c +
+
+
+
+

Stage IIA (AJCC 7th)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002318

+
+ A clinical tumor stage group according to AJCC 7th edition indicating cancers with increasing tumor or nodal extent but less than in Stage III and with differing characteristics from IIB and IIC. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ clinical tumor stage group according to AJCC 7th edition + c +
+
+
+
+

Stage IIA (FIGO)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002333

+
+ An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating cervical carcinoma invades beyond the uterus, but not to the pelvic wall or to the lower third of the vagina without parametrial invasion. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cervical_cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ International Federation of Gynecology and Obstetrics cervical cancer stage value specification + c +
+
+
+
+

Stage IIA1 (FIGO)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002334

+
+ An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating cervical carcinoma invades beyond the uterus, but not to the pelvic wall or to the lower third of the vagina without parametrial invasion and clinically visible lesion <4.0 cm in greatest dimension. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cervical_cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ International Federation of Gynecology and Obstetrics cervical cancer stage value specification + c +
+
+
+
+

Stage IIA2 (FIGO)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002335

+
+ An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating cervical carcinoma invades beyond the uterus, but not to the pelvic wall or to the lower third of the vagina without parametrial invasion and clinically visible lesion >4.0 cm in greatest dimension. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cervical_cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ International Federation of Gynecology and Obstetrics cervical cancer stage value specification + c +
+
+
+
+

Stage IIB (AJCC 7th)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002319

+
+ A clinical tumor stage group according to AJCC 7th edition indicating cancers with increasing tumor or nodal extent but less than in Stage III and with differing characteristics from IIA and IIC. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ clinical tumor stage group according to AJCC 7th edition + c +
+
+
+
+

Stage IIB (FIGO)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002336

+
+ An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating cervical carcinoma invades beyond the uterus, but not to the pelvic wall or to the lower third of the vagina with obvious parametrial invasion. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cervical_cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ International Federation of Gynecology and Obstetrics cervical cancer stage value specification + c +
+
+
+
+

Stage IIC (AJCC 7th)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002320

+
+ A clinical tumor stage group according to AJCC 7th edition indicating cancers with increasing tumor or nodal extent but less than in Stage III and with differing characteristics from IIA and IIB. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ clinical tumor stage group according to AJCC 7th edition + c +
+
+
+
+

Stage IIIA (AJCC 7th)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002321

+
+ A clinical tumor stage group according to AJCC 7th edition indicating cancers with increasing tumor or nodal extent greater than in Stage II and with differing characteristics from IIIB and IIIC. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ clinical tumor stage group according to AJCC 7th edition + c +
+
+
+
+

Stage IIIA (FIGO)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002337

+
+ An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating tumour involves lower third of the vagina, with no extension to the pelvic wall. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cervical_cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ International Federation of Gynecology and Obstetrics cervical cancer stage value specification + c +
+
+
+
+

Stage IIIB (AJCC 7th)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002322

+
+ A clinical tumor stage group according to AJCC 7th edition indicating cancers with increasing tumor or nodal extent greater than in Stage II and with differing characteristics from IIIA and IIIC. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ clinical tumor stage group according to AJCC 7th edition + c +
+
+
+
+

Stage IIIB (FIGO)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002338

+
+ An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating extension to the pelvic wall and/or hydronephrosis or non-functioning kidney. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cervical_cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ International Federation of Gynecology and Obstetrics cervical cancer stage value specification + c +
+
+
+
+

Stage IIIC (AJCC 7th)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002323

+
+ A clinical tumor stage group according to AJCC 7th edition indicating cancers with increasing tumor or nodal extent greater than in Stage II and with differing characteristics from IIIA and IIIB. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ clinical tumor stage group according to AJCC 7th edition + c +
+
+
+
+

Stage IVA (AJCC 7th)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002324

+
+ A clinical tumor stage group according to AJCC 7th edition indicating cancers in patients who present with distant metastases at diagnosis and with differing characteristics from IVB. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ clinical tumor stage group according to AJCC 7th edition + c +
+
+
+
+

Stage IVA (FIGO)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002339

+
+ An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating spread of the growth to adjacent organs. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cervical_cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ International Federation of Gynecology and Obstetrics cervical cancer stage value specification + c +
+
+
+
+

Stage IVB (AJCC 7th)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002325

+
+ A clinical tumor stage group according to AJCC 7th edition indicating cancers in patients who present with distant metastases at diagnosis and with differing characteristics from IVA. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ clinical tumor stage group according to AJCC 7th edition + c +
+
+
+
+

Stage IVB (FIGO)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002340

+
+ An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating spread to distant organs. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cervical_cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ International Federation of Gynecology and Obstetrics cervical cancer stage value specification + c +
+
+
+
+

Stage Unknown (FIGO)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002355

+
+ A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of (T0, N0, and M0) or (T1,1a-1c,2,2a-2c, NX, and M0) or (TX, N0,X, M0). +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ International Federation of Gynecology and Obstetrics ovarian cancer stage value specification + c +
+
+
+
+

Sysmex Corporation, Kobe, Japanni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000829

+
+
Source
+
WEB:http://www.sysmex.com/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

tarni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000326

+
+ tar is a format standard of a digital entity that is conformant with the tape archive file format as standardized by POSIX.1-1998, POSIX.1-2001, or any other tar format compliant with the GNU tar specification. (http://www.gnu.org/software/tar/manual/) +
+
+
Source
+
web-page:http://www.gnu.org/software/tar/manual/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
+

term importedni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000228

+
+
belongs to
+
+ obsolescence reason specification + c +
+
+
+
+

term splitni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000229

+
+
belongs to
+
+ obsolescence reason specification + c +
+
+
+
+

terms mergedni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000227

+
+
belongs to
+
+ obsolescence reason specification + c +
+
+
+
+

Thermoni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000752

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

Thermo Fisher Scientificni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002193

+
+ An organization that is an American multinational, biotechnology product development company, created in 2006 by the merger of Thermo Electron and Fisher Scientific. +
+
+
Source
+
https://en.wikipedia.org/wiki/Thermo_Fisher_Scientific
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ organization + c +
+
+
+
+

to be replaced with external ontology termni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000423

+
+ Terms with this status should eventually replaced with a term from another ontology. +
+
+
Source
+
group:OBI
+
+
+
belongs to
+
+ curation status specification + c +
+
+
+
+

Transformation-MLni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000317

+
+ Transformation-ML is a format standard of a digital entity that is conformant with the Transformation-ML standard.(http://wiki.ficcs.org/ficcs/Transformation-ML?action=AttachFile&do=get&target=Transformation-ML_v1.0.26.pdf) +
+
+
Source
+
web-page:http://wiki.ficcs.org/ficcs/Transformation-ML?action=AttachFile&do=get&target=Transformation-ML_v1.0.26.pdf
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
+

U.S. Food and Drug Administrationni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000901

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ regulatory agency + c +
+
+
+
+

uncuratedni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000124

+
+ Nothing done yet beyond assigning a unique class ID and proposing a preferred term. +
+
+
belongs to
+
+ curation status specification + c +
+
+
+
+

universalni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000410

+
+
Source
+
A Formal Theory of Substances, Qualities, and Universals, http://ontology.buffalo.edu/bfo/SQU.pdf
+
+
+
belongs to
+
+ denotator type + c +
+
+
+
+

volume percentageni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000165

+
+ A dimensionless concentration unit which denotes the volume of the solute in mL per 100 mL of the resulting solution. +
+
+
belongs to
+
+ concentration unit + c +
+
+
+
+

Watersni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000753

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

weekni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000034

+
+ A time unit which is equal to 7 days. +
+
+
belongs to
+
+ time unit + c +
+
+
+
+

XMLni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000322

+
+ XML is a format standard of a digital entity that is conformant with the W3C Extensible Markup Language Recommendation.(http://www.w3.org/XML/) +
+
+
Source
+
web-page:http://www.w3.org/XML/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
+

yearni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000036

+
+ A time unit which is equal to 12 months which is science is taken to be equal to 365.25 days. +
+
+
belongs to
+
+ time unit + c +
+
+
+
+

zipni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000325

+
+ zip is a format standard of a digital entity that is conformant with the PKWARE .ZIP file format specification (http://www.pkware.com/index.php?option=com_content&task=view&id=59&Itemid=103/) +
+
+
Source
+
web-page:http://www.pkware.com/index.php?option=com_content&task=view&id=59&Itemid=103/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
+

Rules

+
    +
+

Legend back to ToC

+
+c: Classes
+op: Object Properties
+ni: Named Individuals +
+
+
+
+

Acknowledgments back to ToC

+

+The authors would like to thank Silvio Peroni for developing LODE, a Live OWL Documentation Environment, which is used for representing the Cross Referencing Section of this document and Daniel Garijo for developing Widoco, the program used to create the template used in this documentation.

+
+ + +
+ + \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..0660382 --- /dev/null +++ b/index.html @@ -0,0 +1,41895 @@ + + + + + DigitRubber Ontology + + + + + + + + + + + +
+
+
language de en
+

DigitRubber Ontology

+

Release: 2023-06-01T08:05:00

+ + +
+
Modified on: 2023-09-26T10:19:00
+
This version:
+
http://purl.obolibrary.org/obo/digitrubber/releases/2023-06-01/digitrubber-full.owl
+
Revision:
+
v2023-Sep-26
+
Authors:
+
https://orcid.org/0000-0000-0000-0000
+ +
Contributors:
+
http://purl.obolibrary.org/obo/digitrubber/0000-0000-0000-0000
+ +
Funder:
+
https://ror.org/
+ +
Download serialization:
JSON-LD RDF/XML N-Triples TTL
License:
https://creativecommons.org/licenses/unspecified +
Visualization:
Visualize with WebVowl
+
Cite as:
+
TIB (2023): DigitRubber Ontology. An ontology demonstrating rich ontology for rubber extrusion. PURL: http://www.purl.org/OntoMeta/DigitRubberOntology.
+
+ +Provenance of this page
+
+
+
+active +
+
+ + +

DRO: Overview back to ToC

+ +This ontology has the following classes and properties. +

Classes

+

Object Properties

Annotation Properties

Named Individuals

Rules

+ + + +

Cross-reference for DRO classes, object properties and data properties back to ToC

+This section provides details for each class and property defined by DRO. +
+

Classes

+ +
+

1,3-thiazolesc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_38418

+
+
has super-classes
+
+ thiazoles + c +
+
has sub-classes
+
+ Thiazole [dik] + c +
+
+
+
+

16-bit number [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000253

+
+
+

8-bit number [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000252

+
+
+

accelerator [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000316

+
+ compounding ingredient used in small amounts with a vulcanizing agent to increase the speed of vulcanization and/or enhance the physical properties of the vulcanizate +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has sub-classes
+
+ Thiuram [dik] + c, Zinc Dibenzyldithiocarbamate [dik] + c, primary accelerator [dik] + c, secondary accelerator [dik] + c +
+
+
+
+

acid value [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000569

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

acidity [pato]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000651

+
+ A concentration quality inhering in a bearer by virtue of the bearer's containing acid (hydrogen ions). +
+
+
Contributors: +
+
Lars M Vogt
+
+
+
Is defined by
+
PATO
+
+
+
Source
+
+ http://purl.obolibrary.org/obo/pato/releases/2022-08-31/pato.owl +
+
+
+
Term status
+
uncurated
+
+
+
+

activator [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000309

+
+ compounding ingredient used in small proportions to increase the effectiveness of an accelerator +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

activator [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000310

+
+ A class of substances that binds to, activates and increases the activity of a target. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
+

addition sequence [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000413

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

agent [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000026

+
+ An agent is a system that perceives its environment through sensors and can interact with it through actions. +
+
+
has super-classes
+
+ role + c +
+
+
+
+

agent [ncti]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000027

+
+ An active power or cause (as principle, substance, physical or biological factor, etc.) that produces a specific effect. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C1708
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ role + c +
+
+
+
+

agglomerate [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000281

+
+ Group of interlocked aggregates that are easily separated by normal rubber processing +
+
+ 0 +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
has super-classes
+
+ polymer [chebi] + c +
+
+
+
+

agglomerate [enm]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000146

+
+ A collection of weakly bound particles or aggregates where the resulting surface area is similar to the sum of the surface areas of the individual components. +
+
+
Contributors: +
+
Lars M Vogt
+
+
+
Is defined by
+
ENM
+
+
+
Source
+
+ http://enanomapper.github.io/ontologies/releases/10.0/enanomapper.owl +
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ polymer [chebi] + c +
+
+
+
+

aggregate [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000282

+
+ Rigid group of coalesced particles which is the smallest entity that can be dispersed by normal rubber processing +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
has super-classes
+
+ mixture + c +
+
+
+
+

aggregate [enm]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000145

+
+ A composite particle, comprising of strongly bound or fused smaller particles, where the resulting external surface area may be significantly smaller than the sum of calculated surface areas of the individual components. +
+
+
Contributors: +
+
Lars M Vogt
+
+
+
Is defined by
+
ENM
+
+
+
Source
+
+ http://enanomapper.github.io/ontologies/releases/10.0/enanomapper.owl +
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ mixture + c +
+
+
+
+

air conditioning [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000175

+
+ Equipment that is employed for cooling and heating in the system under investigation. Constitutes an entity sub-group of the building entity. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

algorithmc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000064

+
+ A plan specification which describes the inputs and output of mathematical functions as well as workflow of execution for achieving an predefined objective. Algorithms are realized usually by means of implementation as computer programs for execution by automata. +
+
+
Source
+
OBI_0000270
+
adapted from discussion on OBI list (Matthew Pocock, Christian Cocos, Alan Ruttenberg)
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
Example
+
+
PMID: 18378114.Genomics. 2008 Mar 28. LINKGEN: A new algorithm to process data in genetic linkage studies.
+
+
+
+
+

analytical target [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000243

+
+ The information represented by one or more variables, which has to be predicted by data analysis in instrumental analytics +
+
+
Contributors: +
+
Christoph Lenth
+
+
+
+

anionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_22563

+
+ A monoatomic or polyatomic species having one or more elementary charges of the electron. +
+
+
has super-classes
+
+ ion + c +
+
has sub-classes
+
+ monoanion + c, organic anion + c, polyatomic anion + c +
+
+
+
+

antidegradant [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000307

+
+ compounding ingredient used to retard deterioration by ageing +
+
+ Antidegradant is a generic term for certain additives such as antioxidants, antiozonants, waxes and other protective materials. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has sub-classes
+
+ Antilux 500‎ [dik] + c +
+
+
+
+

Antilux 500‎ [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000308

+
+ Trade name for a specific antidegradant +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ antidegradant [dik] + c +
+
+
+
+

approximation [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000028

+
+ Approximation is a technique for approximating a value using historical or available observations from the domain. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Term status
+
uncurated
+
+
+
+

arbitrary unitsc + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000260

+
+ A single undivided thing (unit) based on or subject to individual judgment or preference, and not by necessity, reason, or principle. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C75765
+
+
+
Term status
+
uncurated
+
+
+
+

aromatic compoundc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_33655

+
+ A cyclically conjugated molecular entity with a stability (due to delocalization) significantly greater than that of a hypothetical localized structure (e.g. Kekule structure) is said to possess aromatic character. +
+
+
has super-classes
+
+ cyclic compound + c +
+
has sub-classes
+
+ organic aromatic compound + c +
+
+
+
+

Artificial Intelligence (AI) [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000049

+
+ Artifical intelligence is a branch of computer science dealing with the automation of intelligent behavior. Can be used in technical areas as methods of machine learning. +
+
+
Term status
+
uncurated
+
+
+
+

Artificial Intelligence (AI) [ncti]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000050

+
+ Artificial intelligence is the branch of computer science that deals with writing computer programs that can solve problems creatively. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C16309
+
+
+
Term status
+
uncurated
+
+
+
+

assayc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000070

+
+ A planned process with the objective to produce information about the material entity that is the evaluant, by physically examining it or its proxies. +
+
+
Source
+
OBI branch derived
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
Assay the wavelength of light emitted by excited Neon atoms. Count of geese flying over a house.
+
+
+
+
has super-classes
+
+ planned process + c +
+
is disjoint with
+
+ data transformation + c +
+
+
+
+

assay [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000503

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Source
+
http://purl.obolibrary.org/obo/pato.owl
+
+
+
Term status
+
uncurated
+
+
+
+

assay [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000504

+
+ A qualitative or quantitative analysis performed to determine the amount of a particular constituent in a sample or the biological or pharmacological properties of a drug. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
+

assay [obi]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000505

+
+ A planned process with the objective to produce information about the material entity that is the evaluant, by physically examining it or its proxies. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
OBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/obi.owl
+
+
+
Term status
+
uncurated
+
+
+
+

ATR-FTIR [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000196

+
+ An attenuated total reflection accessory operates by measuring the changes that occur in a totally internally reflected infrared beam when the beam comes into contact with a sample. +
+
+ Method +
+
+
Contributors: +
+
Yamen Alsalka (IFNANO)
+
+
+
Source
+
https://cmdis.rpi.edu/sites/default/files/ATR_FTIR.pdf
+
+
+
+

autoclavec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001112

+
+ A device that is used to sterilize equipment and supplies by subjecting them to high pressure steam at 121 C or more, typically for 15 to 20 minutes depending on the size of the load and the contents. +
+
+
Source
+
J. Black, Microbiology, Prentice Hall (1993) pg. 334; http://en.wikipedia.org/wiki/Autoclave
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
has super-classes
+
+ environmental control device + c +
+
+
+
+

autoclave [chmo]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000484

+
+ A thick-walled steel vessel used during synthesis methods that require both high pressures and high temperatures. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
CHMO
+
+
+
Source
+
http://purl.obolibrary.org/obo/chmo.owl
+
+
+
Term status
+
uncurated
+
+
+
+

autoclave [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000482

+
+ pressurized vessel used for vulcanizing rubber in a vapour or gas +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

autoclave[obi]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000483

+
+ A device that is used to sterilize equipment and supplies by subjecting them to high pressure steam at 121 C or more, typically for 15 to 20 minutes depending on the size of the load and the contents. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
OBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/obi.owl
+
+
+
Term status
+
uncurated
+
+
+
+

azolec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_68452

+
+ Any monocyclic heteroarene consisting of a five-membered ring containing nitrogen. Azoles can also contain one or more other non-carbon atoms, such as nitrogen, sulfur or oxygen. +
+
+
has super-classes
+
+ monocyclic heteroarene + c, organonitrogen heterocyclic compound + c +
+
has sub-classes
+
+ thiazoles + c +
+
+
+
+

banbury mixer [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000161

+
+ A machine that mixes polymers and additives in the manufacture of plastic and rubber products. Constitutes an entity sub-group of the machine entity. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

baseline correction [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000267

+
+ A pre-processing technique used to separate true spectroscopic signals from interference effects or remove background effects, stains, or traces of compounds. It adjusts the spectral offset. +
+
+
Contributors: +
+
Yamen Alsalka
+
+
+
Source
+
+ https://doi.org/10.1016/j.chemolab.2011.07.005 +
+
+
+
+

batch [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000422

+
+ Product of one mixing operation +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ batch [ncit] + c +
+
+
+
+

batch [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000423

+
+ A quantity of people or things treated or regarded as a group, especially when subdivided from a larger group. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
has sub-classes
+
+ batch [dik] + c +
+
+
+
+

biological processc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/GO_0008150

+
+ A biological process represents a specific objective that the organism is genetically programmed to achieve. Biological processes are often described by their outcome or ending state, e.g., the biological process of cell division results in the creation of two daughter cells (a divided cell) from a single parent cell. A biological process is accomplished by a particular set of molecular functions carried out by specific gene products (or macromolecular complexes), often in a highly regulated manner and in a particular temporal sequence. +
+
+ Note that, in addition to forming the root of the biological process ontology, this term is recommended for use for the annotation of gene products whose biological process is unknown. When this term is used for annotation, it indicates that no information was available about the biological process of the gene product annotated as of the date the annotation was made; the evidence code 'no data' (ND), is used to indicate this. +
+
+
+

buildingc + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000148

+
+ A structure that has a roof and walls and stands more or less permanently in one place. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C80231
+
+
+
Term status
+
uncurated
+
+
+
+

bundle adjustment [jade]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000025

+
+ "Bundle adjustment [...] is a method for the simultaneous numerical fit of an unlimited number of spatially distributed images (bundles of rays). It makes use of photogrammetric observations (measured image points), survey observations and an object coordinate system. Using tie points, single images are merged into a global model in which the object surface can be reconstructed in three dimensions." (Luhmann et al. 2020: 349f.) +
+
+
Source
+
Luhmann, Robson, Kyle & Boehm (2020): Close-Range Photogrammetry and 3D Imaging, 3rd ed. De Gruyter: Berlin, Boston
+
+
+
+

Butadiene rubber BR [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000642

+
+ Polybutadiene [butadiene rubber BR] is a synthetic rubber. Polybutadiene rubber is a polymer formed from the polymerization of the monomer 1,3-butadiene. Polybutadiene has a high resistance to wear and is used especially in the manufacture of tires. +
+
+
Contributors: +
+
Yamen Alsalka
+
+
+
Source
+
Wikipedia
+
+
+
has super-classes
+
+ Synthetic rubber [hsh] + c +
+
+
+
+

Butyl rubber BIIR [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000644

+
+ Is a synthetic rubber, a copolymer of isobutylene with isoprene +
+
+
Contributors: +
+
Yamen Alsalka
+
+
+
Source
+
Wikipedia
+
+
+
has super-classes
+
+ Synthetic rubber [hsh] + c +
+
+
+
+

calandar [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000164

+
+ A machine that combines a series of hard pressure rollers used to finish or smooth a sheet of rubber material. Constitutes an entity sub-group of the machine entity. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

camera calibration [jade]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000024

+
+ "The photogrammetric determination of the parameters of interior orientation is usually referred to as calibration. This is based on the idea that once a mechanically stable camera is calibrated, it may be moved from one image taking location to another whilst retaining its calibration." (Luhmann, Robson et al. 2020: 170) +
+
+
Source
+
Luhmann, Robson, Kyle & Boehm (2020): Close-Range Photogrammetry and 3D Imaging, 3rd ed. De Gruyter: Berlin, Boston
+
+
+
+

camera coordinate system [jade]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000022

+
+ "The camera coordinate system has its origin at the perspective centre of the image. It is further defined by reference features fixed in the camera (fiducial marks, réseau, sensor system). It can therefore be reconstructed from the image and related to an image measuring device" (Luhmann et al. 2020: 278) +
+
+
Source
+
Luhmann, Robson, Kyle & Boehm (2020): Close-Range Photogrammetry and 3D Imaging, 3rd ed. De Gruyter: Berlin, Boston
+
+
+
+

carbon blackc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_82297

+
+ An elemental carbon in the form of virtually pure colloidal particles that are produced by incomplete combustion or thermal decomposition of gaseous or liquid hydrocarbons under controlled conditions. A black, finely divided pellet or powder, its properties of specific surface area, particle size and structure, conductivity and colour can be varied by varying the exact conditions for its production. It is used in tyres, rubber and plastic products, printing inks and coatings. +
+
+
has super-classes
+
+ elemental carbon + c +
+
has sub-classes
+
+ Carbon Black [dik] + c, carbon black nanoparticle + c +
+
+
+
+

Carbon Black [chebi]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000297

+
+ An elemental carbon in the form of virtually pure colloidal particles that are produced by incomplete combustion or thermal decomposition of gaseous or liquid hydrocarbons under controlled conditions. A black, finely divided pellet or powder, its properties of specific surface area, particle size and structure, conductivity and colour can be varied by varying the exact conditions for its production. It is used in tyres, rubber and plastic products, printing inks and coatings. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
CHEBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/chebi.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Poligeenan + c +
+
has sub-classes
+
+ Corax N660 [dik] + c, N-Carbon Black [dik] + c, S-Carbon Black [dik] + c +
+
+
+
+

Carbon Black [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000296

+
+ compounding ingredient consisting essentially of more than 95 % elemental carbon in the form of nearspherical particles with major diameters less than 1 μm, generally coalesced into aggregates +
+
+ Carbon black is produced by incomplete burning or thermal decomposition of hydrocarbons. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ carbon black + c +
+
+
+
+

carbon black nanoparticlec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_133602

+
+ Any form of carbon black which has a particle size of less than 100 nm in each dimension. +
+
+
has super-classes
+
+ carbon black + c, carbon nanostructure + c, nanoparticle + c +
+
+
+
+

carbon group molecular entityc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_33582

+
+
has super-classes
+
+ p-block molecular entity + c +
+
has sub-classes
+
+ organic molecular entity + c +
+
+
+
+

carbon nanostructurec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_50812

+
+
has super-classes
+
+ elemental carbon + c, nanostructure + c +
+
has sub-classes
+
+ carbon black nanoparticle + c +
+
+
+
+

CARTc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000749

+
+ A CART (classification and regression trees) is a data transformation method for producing a classification or regression model with a tree-based structure. +
+
+
Source
+
BOOK: David J. Hand, Heikki Mannila and Padhraic Smyth (2001) Principles of Data Mining.
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
has super-classes
+
+ decision tree building data transformation + c +
+
has members
+
+ GenePattern CART + ni +
+
+
+
+

categorical labelc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000963

+
+ A label that is part of a categorical datum and that indicates the value of the data item on the categorical scale. +
+
+
Source
+
Bjoern Peters
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
Example
+
+
The labels 'positive' vs. 'negative', or 'left handed', 'right handed', 'ambidexterous', or 'strongly binding', 'weakly binding' , 'not binding', or '+++', '++', '+', '-' etc. form scales of categorical labels.
+
+
+
+
has super-classes
+
+ datum label + c +
+
has members
+
+ ambidexterous + ni, left handed + ni, right handed + ni +
+
+
+
+

categorical value specificationc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001930

+
+ A value specification that is specifies one category out of a fixed number of nominal categories +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
has super-classes
+
+ value specification + c +
+
has sub-classes
+
+ International Federation of Gynecology and Obstetrics cervical cancer stage value specification + c, International Federation of Gynecology and Obstetrics ovarian cancer stage value specification + c, clinical tumor stage group according to AJCC 7th edition + c, histologic grade according to AJCC 7th edition + c, histologic grade according to the Fuhrman Nuclear Grading System + c, histologic grade for ovarian tumor + c, pathologic distant metastases stage for colon according to AJCC 7th edition + c, pathologic distant metastases stage for kidney according to AJCC 7th edition + c, pathologic distant metastases stage for lung according to AJCC 7th edition + c, pathologic distant metastases stage for ovary according to AJCC 7th edition + c, pathologic lymph node stage for colon and rectum according to AJCC 7th edition + c, pathologic lymph node stage for kidney according to AJCC 7th edition + c, pathologic lymph node stage for lung according to AJCC 7th edition + c, pathologic lymph node stage for ovary according to AJCC 7th edition + c, pathologic primary tumor stage for colon and rectum according to AJCC 7th edition + c, pathologic primary tumor stage for kidney according to AJCC 7th edition + c, pathologic primary tumor stage for lung according to AJCC 7th edition + c, pathologic primary tumor stage for ovary according to AJCC 7th edition + c, performance status value specification + c +
+
+
+
+

chalcogen molecular entityc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_33304

+
+ Any p-block molecular entity containing a chalcogen. +
+
+
has super-classes
+
+ p-block molecular entity + c +
+
has sub-classes
+
+ organochalcogen compound + c, sulfur molecular entity + c +
+
+
+
+

chemical entityc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_24431

+
+ A chemical entity is a physical entity of interest in chemistry including molecular entities, parts thereof, and chemical substances. +
+
+
has sub-classes
+
+ chemical substance + c, group [chebi] + c, group [dik] + c, group [ncit] + c, molecular entity + c, particle [ncit] + c +
+
+
+
+

chemical substancec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_59999

+
+ A chemical substance is a portion of matter of constant composition, composed of molecular entities of the same type or of different types. +
+
+
has super-classes
+
+ chemical entity + c +
+
has sub-classes
+
+ mixture + c, particle [dik] + c +
+
+
+
+

Chemometrics [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000198

+
+ The chemical discipline that uses mathematical and statistical methods, (a) to design or select optimal measurement procedures and experiments, and (b) to provide maximum chemical information by analyzing chemical data. +
+
+
Contributors: +
+
Christoph Lenth
+
+
+
Source
+
https://www.wiley-vch.de/de/fachgebiete/naturwissenschaften/chemometrics-978-3-527-34097-2
+
+
+
+

class discovery data transformationc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0200175

+
+ A class discovery data transformation (sometimes called unsupervised classification) is a data transformation that has objective class discovery. +
+
+
Source
+
PERSON: James Malone
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
has super-classes
+
+ data transformation + c +
+
has sub-classes
+
+ dimensionality reduction + c, hierarchical clustering + c, k-means clustering + c, k-nearest neighbors + c +
+
+
+
+

class prediction data transformationc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000663

+
+ A class prediction data transformation (sometimes called supervised classification) is a data transformation that has objective class prediction. +
+
+
Source
+
PERSON: James Malone
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
has super-classes
+
+ data transformation + c +
+
has sub-classes
+
+ support vector machine + c +
+
+
+
+

Classification [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000219

+
+ Is to reliably assign new samples to existing classes in a given population. +
+
+
Contributors: +
+
Yamen Alsalka
+
+
+
Source
+
Unscrambler X
+
+
+
+

classified data setc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000023

+
+ A data set that is produced as the output of a class prediction data transformation and consists of a data set with assigned class labels. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
is equivalent to
+
+ is_specified_output_of + op + some + class prediction data transformation + c +
+
has super-classes
+
+ data set + c +
+
+
+
+

clinical tumor stage group according to AJCC 7th editionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002314

+
+ A categorical value specification that is an assessment of the stage of a cancer according to the American Joint Committee on Cancer (AJCC) v7 staging systems. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
has super-classes
+
+ categorical value specification + c +
+
has members
+
+ Occult Carcinoma (AJCC 7th) + ni, Stage 0 (AJCC 7th) + ni, Stage I (AJCC 7th) + ni, Stage IIA (AJCC 7th) + ni, Stage IIB (AJCC 7th) + ni, Stage IIC (AJCC 7th) + ni, Stage IIIA (AJCC 7th) + ni, Stage IIIB (AJCC 7th) + ni, Stage IIIC (AJCC 7th) + ni, Stage IVA (AJCC 7th) + ni, Stage IVB (AJCC 7th) + ni +
+
+
+
+

cluster analysis [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000032

+
+ Clustering or cluster analysis is a unsupervised machine learning technique, which groups the unlabelled dataset. It can be defined as a way of grouping the data points into different clusters, consisting of similar data points. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Term status
+
uncurated
+
+
+
+

cluster analysis [ncti]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000033

+
+ Methods for grouping objects into subsets such that those within each cluster are more closely related to one another than objects assigned to different clusters. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C15426
+
+
+
Term status
+
uncurated
+
+
+
+

clustered data setc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000648

+
+ A data set that is produced as the output of a class discovery data transformation and consists of a data set with assigned discovered class labels. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
Example
+
+
A clustered data set is the output of a K means clustering data transformation
+
+
+
+
is equivalent to
+
+ is_specified_output_of + op + some + class discovery data transformation + c +
+
has super-classes
+
+ data set + c +
+
+
+
+

clustered data visualizationc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0200190

+
+ A data visualization which has input of a clustered data set and produces an output of a report graph which is capable of rendering data of this type. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
has super-classes
+
+ data visualization + c +
+
has members
+
+ GenePattern HeatMapViewer data visualization + ni, GenePattern HierarchicalClusteringViewer data visualization + ni +
+
+
+
+

collection of material entities [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000101

+
+ A class of units in the system under study (e.g, machines, spare parts) +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

collection of specimensc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002076

+
+ A material entity that has two or more specimens as its parts. +
+
+
Source
+
OBIB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
Example
+
+
Blood cells collected from multiple donors over the course of a study.
+
+
+
+
+

Color histogramm [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000251

+
+ A multidimensional histogram of the distribution of color in an image +
+
+
+

Colorimetry (chemical method) [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000231

+
+ Determination concentrations using a color chart +
+
+
Contributors: +
+
Christoph Lenth
+
+
+
Source
+
+ https://de.wikipedia.org/wiki/Kolorimetrie +
+
+
+
+

Colorimetry [allotrope]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000232

+
+ The determination of the spectral absorbance of a solution. This method is often used to determine the concentration of a chemical in a solution. [CHMO] +
+
+ http://purl.allotrope.org/ontologies/ +
+
+
Is defined by
+
allotrope.org
+
+
+
Source
+
http://purl.allotrope.org/ontologies/process#AFP_0002309
+
+
+
Term status
+
uncurated
+
+
+
+

Colorimetry [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000233

+
+ An assessment used to quantify and describe the colors within the visible spectrum of light. +
+
+ http://purl.allotrope.org/ontologies/ +
+
+
Is defined by
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C111096
+
+
+
Term status
+
uncurated
+
+
+
+

Complex Shear Modulus [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000572

+
+ ratio of the shear stress to the shear strain, where each can be represented by a complex number +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Complex Young’s Modulus [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000573

+
+ ratio of the normal stress to the normal strain, where each can be represented by a complex number +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Composition [fso]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000277

+
+ Composition of the material or substance. +
+
+ http://www.aidimme.es/FurnitureSectorOntology.owl +
+
+
Is defined by
+
Furniture Sector Ontology
+
+
+
Source
+
http://www.aidimme.es/FurnitureSectorOntology.owl#hasComposition
+
+
+
Term status
+
uncurated
+
+
+
+

Composition [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000279

+
+ The way in which something is made, especially in terms of its different parts; its constituents. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Is defined by
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C53414
+
+
+
Term status
+
uncurated
+
+
+
+

Composition [pato]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000278

+
+ A single physical entity inhering in an bearer by virtue of the bearer's quantities or relative ratios of subparts. [PATO] +
+
+ PATO +
+
+
Is defined by
+
PATO
+
+
+
Source
+
http://purl.obolibrary.org/obo/PATO_0000025
+
+
+
Term status
+
uncurated
+
+
+
+

Compound [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000338

+
+ intimate mixture of a rubber or rubbers or other polymer-forming materials with all the ingredients necessary for the finished product +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Compounding Ingredient [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000337

+
+ substance added to a rubber or rubber latex to form a mix +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

concentration [allotrope]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000204

+
+ A concentration (datum) is a quantification facet that quantifies a quality inhering in a substance by virtue of the amount of the bearer's there is mixed with another substance. [Allotrope] +
+
+ http://purl.allotrope.org/ontologies/ +
+
+
Is defined by
+
allotrope.org
+
+
+
Source
+
http://purl.allotrope.org/ontologies/result#AFR_0002036
+
+
+
Term status
+
uncurated
+
+
+
+

concentration [bwmd]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000203

+
+ The quantity kind concentration +
+
+ https://www.materials.fraunhofer.de/ontologies/BWMD_ontology +
+
+
Is defined by
+
BWMD
+
+
+
Source
+
https://www.materials.fraunhofer.de/ontologies/BWMD_ontology/mid#BWMD_00298
+
+
+
Term status
+
uncurated
+
+
+
+

concentration [chmo]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000207

+
+ Experimental method output expressing the contribution of one constituent to the composition of a mixture. +
+
+ http://purl.obolibrary.org/obo/chmo.owl +
+
+
Is defined by
+
CHMO
+
+
+
Source
+
http://purl.obolibrary.org/obo/CHMO_0002820
+
+
+
Term status
+
uncurated
+
+
+
+

concentration [ecso]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000208

+
+ the strength of a solution; number of molecules of a substance in a given volume +
+
+ http://purl.dataone.org/odo/ECSO8.owl +
+
+
Is defined by
+
ECSO
+
+
+
Source
+
http://purl.dataone.org/odo/ECSO_00001120
+
+
+
Term status
+
uncurated
+
+
+
+

concentration [edam]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000206

+
+ The concentration of a chemical compound. +
+
+ http://edamontology.org +
+
+
Is defined by
+
EDAM
+
+
+
Source
+
http://edamontology.org/data_2140
+
+
+
Term status
+
uncurated
+
+
+
+

concentration [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000202

+
+ A quality of a substance in terms of its amount per unit volume in a mixture. +
+
+
Contributors: +
+
Sven Schwabe (IFNANO)
+
+
+
Source
+
https://en.wikipedia.org/wiki/Concentration
+
+
+
Term status
+
uncurated
+
+
+
Example
+
+
The concentration of Zinc in the extrudate is 0.5 g/L.
+
+
+
+
+

concentration [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000205

+
+ The quantity of a substance per unit volume or weight; a measure of the amount of substance present in a unit amount of mixture, particularly, the amount of solute dissolved in a solvent. The amounts can be expressed as moles, masses, volumes, or parts. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C41185
+
+
+
Term status
+
uncurated
+
+
+
+

Concentration Measurement Assay [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000589

+
+ An assay with the objective to produce information about the concentration of a specific substance in the material entity that is the evaluant, by physically examining it or its proxies. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Concentration Measurement Protocol [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000593

+
+ A measurement protocol for reliably reproducing the concentration measurement assay. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

concentration ofc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/PATO_0000033

+
+ A quality inhering in a substance by virtue of the amount of the bearer's there is mixed with another substance. +
+
+
has super-classes
+
+ molecular quality + c +
+
+
+
+

Concentration of [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000623

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

concentration unitc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000051

+
+
has super-classes
+
+ measurement unit label + c +
+
has sub-classes
+
+ Mass Percentage [dik] + c, Mass Percentage [uo] + c +
+
has members
+
+ colony forming unit per volume + ni, gram per deciliter + ni, gram per liter + ni, mass percentage + ni, mass volume percentage + ni, microgram per liter + ni, micromolar + ni, milligram per milliliter + ni, milliliter per liter + ni, millimolar + ni, molar + ni, nanomolar + ni, pH + ni, picomolar + ni, volume percentage + ni +
+
+
+
+

Concrentration [chmo]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000626

+
+ Experimental method output expressing the contribution of one constituent to the composition of a mixture. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
CHMO
+
+
+
Source
+
http://purl.obolibrary.org/obo/chmo.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Concrentration [ecso]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000628

+
+ the strength of a solution; number of molecules of a substance in a given volume +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
ECSO
+
+
+
Source
+
http://purl.dataone.org/odo/ECSO8.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Concrentration [edam]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000625

+
+ The concentration of a chemical compound. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
EDAM
+
+
+
Source
+
http://edamontology.org
+
+
+
Term status
+
uncurated
+
+
+
+

Concrentration [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000627

+
+ The quantity of a substance per unit volume or weight; a measure of the amount of substance present in a unit amount of mixture, particularly, the amount of solute dissolved in a solvent. The amounts can be expressed as moles, masses, volumes, or parts. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Concrentration [pato]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000624

+
+ A quality inhering in a substance by virtue of the amount of the bearer's there is mixed with another substance. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
PATO
+
+
+
Source
+
http://purl.obolibrary.org/obo/pato.owl
+
+
+
Term status
+
uncurated
+
+
+
+

condition [ncti]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000120

+
+ A state of being, such as a state of health. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C25457
+
+
+
Term status
+
uncurated
+
+
+
+

condition [shacl]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000121

+
+ The shapes that the focus nodes need to conform to before a rule is executed on them. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
shacl
+
+
+
Source
+
http://www.w3.org/ns/shacl#condition
+
+
+
Term status
+
uncurated
+
+
+
+

condition [ssn]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000122

+
+ Used to specify ranges for qualities that act as conditions on a system/sensor's operation. For example, wind speed of 10-60m/s may be used as the condition on a SystemProperty, for example, to state that a sensor has a particular accuracy in that +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
ssn
+
+
+
Source
+
http://www.w3.org/ns/ssn/systems/Condition
+
+
+
Term status
+
uncurated
+
+
+
+

conveyor [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000169

+
+ A continuous moving strip or surface that is used for transporting objects between different destinations. Constitutes an entity sub-group of the conveyor vehicle entity. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

Conveyor Belt [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000437

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

conveyor vehicle [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000137

+
+ A mode of transport that is employed to transport raw materials, semi-finished goods and finished goods within the system under investigation. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

cool functionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000387

+
+ A cool function is a function to decrease the internal kinetic energy of a material below the initial kinetic energy of that type of material. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
has super-classes
+
+ function + c +
+
+
+
+

Corax N660 [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000301

+
+ Trade name for a specific N600-carbon black +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Carbon Black [chebi] + c +
+
+
+
+

Correlation [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000200

+
+ The degree to which two or more quantities or events are associated, a statistical relation between two or more variables such that systematic changes in the value of one variable are accompanied by systematic changes in the others. The collelation can be described by mathematical functions (often a linear function is used). It’s a common tool for describing simple relationships without making a statement about cause and effect. +
+
+ Correlations are useful for describing simple relationships among data +
+
+
Contributors: +
+
Yamen Alsalka (IFNANO)
+
+
+
Source
+
https://www.jmp.com/en_ca/statistics-knowledge-portal/what-is-correlation.html; http://purl.obolibrary.org/obo/NCIT_C48834
+
+
+
+

Correlation [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000201

+
+ The degree to which two or more quantities or events are linearly associated, a statistical relation between two or more variables such that systematic changes in the value of one variable are accompanied by systematic changes in the others. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C48834
+
+
+
Term status
+
uncurated
+
+
+
+

cost [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000106

+
+ Cumulative expression for the value of all costs groups within the system under study +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

cost [ncti]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000107

+
+ The amount paid, charged, or engaged to be paid, for purchasing goods, services and financial instruments. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C69088
+
+
+
Term status
+
uncurated
+
+
+
+

cost group [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000108

+
+ Cumulative expression for the value of overarching entity groups (e.g., human ressource, maintenance) within the system under study +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

count [allotrope]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000255

+
+ The number of objects counted. [Allotrope] +
+
+ allotrope +
+
+
Is defined by
+
allotrope.org
+
+
+
Source
+
http://purl.allotrope.org/ontologies/property#AFX_0000604
+
+
+
Term status
+
uncurated
+
+
+
+

count [allotrope]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000256

+
+ A datum that has non-negative integer values that is about the number of discrete things. [Allotrope] +
+
+ allotrope +
+
+
Is defined by
+
allotrope.org
+
+
+
Source
+
http://purl.allotrope.org/ontologies/result#AFR_0000984
+
+
+
Term status
+
uncurated
+
+
+
+

count [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000254

+
+ counting events +
+
+ unit +
+
+
Contributors: +
+
Sven Schwabe (IFNANO)
+
+
+
+

count [ms]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000258

+
+ a count is a data item denoted by an integer and represented the number of instances or occurences of an entity +
+
+ http://purl.obolibrary.org/obo/ms.owl +
+
+
Is defined by
+
MS
+
+
+
Source
+
http://purl.obolibrary.org/obo/STATO_0000047
+
+
+
Term status
+
uncurated
+
+
+
+

count [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000257

+
+ Determining the number or amount of something. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C25463
+
+
+
Term status
+
uncurated
+
+
+
+

Crosslink [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000477

+
+ chemical bond or atom(s) joining two rubber chains or two parts of the same rubber chain as a result of vulcanization +
+
+ In a vulcanizate, trapped chain entanglements can act as physical crosslinks and contribute to the crosslink density. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Crosslink [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000478

+
+ Any covalent linkage between two polymers or between two different regions of the same polymer. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Crosslink Density [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000475

+
+ number of crosslinks per unit volume or unit mass of vulcanizate +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Crosslinking [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000479

+
+ 〈act of〉 insertion of crosslinks between or within rubber chains to give a network structure +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

curation status specificationc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000078

+
+ The curation status of the term. The allowed values come from an enumerated list of predefined terms. See the specification of these instances for more detailed definitions of each enumerated value. +
+
+
Source
+
GROUP:OBI:<http://purl.obolibrary.org/obo/obi>
+
OBI_0000266
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
is equivalent to
+
{ example to be eventually removed , metadata complete , organizational term , ready for release , metadata incomplete , uncurated , pending final vetting , to be replaced with external ontology term , requires discussion }
+
has super-classes
+
+ data about an ontology part + c +
+
has members
+
+ example to be eventually removed + ni, metadata complete + ni, metadata incomplete + ni, organizational term + ni, pending final vetting + ni, ready for release + ni, requires discussion + ni, to be replaced with external ontology term + ni, uncurated + ni +
+
+
+
+

Cure Rate [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000332

+
+ rate at which a rubber compound vulcanizes after having reached the point of incipient vulcanization +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Curemeter [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000582

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

cutter [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000163

+
+ A pneumtaic machine that cuts rubber materials. Constitutes an entity sub-group of the machine entity. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

cyanidec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_17514

+
+ A pseudohalide anion that is the conjugate base of hydrogen cyanide. +
+
+
has super-classes
+
+ pseudohalide anion + c +
+
+
+
+

cyclic compoundc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_33595

+
+ Any molecule that consists of a series of atoms joined together to form a ring. +
+
+
has super-classes
+
+ molecule + c +
+
has sub-classes
+
+ aromatic compound + c, heterocyclic compound + c, organic cyclic compound + c +
+
+
+
+

Cylinder pressure [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000094

+
+ Measured variable that indicates how high the pressure in the cylinder is during extrusion. +
+
+
Term status
+
uncurated
+
+
+
+

data about an ontology partc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000102

+
+ Data about an ontology part is a data item about a part of an ontology, for example a term +
+
+
has super-classes
+
+ data item + c +
+
has sub-classes
+
+ curation status specification + c, denotator type + c, obsolescence reason specification + c +
+
+
+
+

data itemc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000027

+
+ An information content entity that is intended to be a truthful statement about something (modulo, e.g., measurement precision or other systematic errors) and is constructed/acquired by a method which reliably tends to produce (approximately) truthful statements. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
Example
+
+
Data items include counts of things, analyte concentrations, and statistical summaries.
+
+
+
+
has sub-classes
+
+ data about an ontology part + c, data set + c, measurement datum + c +
+
+
+
+

data mining [edam]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000035

+
+ An information set with a regular structure. Although it can be applied to any set of information the term was invented to refer to computerized data, and is used almost exclusively in computing. +
+
+ http://edamontology.org +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
EDAM
+
+
+
Source
+
http://edamontology.org/topic_3473
+
+
+
Term status
+
uncurated
+
+
+
+

data mining [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000034

+
+ A Database is a System for describing, storing and retrieving large amounts of data. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Term status
+
uncurated
+
+
+
+

data setc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000100

+
+ A data item that is an aggregate of other data items of the same type that have something in common. Averages and distributions can be determined for data sets. +
+
+
Source
+
OBI_0000042
+
group:OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
Example
+
+
Intensity values in a CEL file or from multiple CEL files comprise a data set (as opposed to the CEL files themselves).
+
+
+
+
has super-classes
+
+ data item + c +
+
has sub-classes
+
+ classified data set + c, clustered data set + c +
+
+
+
+

data transformationc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0200000

+
+ A planned process that produces output data from input data. +
+
+
Source
+
Branch editors
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
The application of a clustering protocol to microarray data or the application of a statistical testing method on a primary data set to determine a p-value.
+
+
+
+
has super-classes
+
+ planned process + c +
+
has sub-classes
+
+ class discovery data transformation + c, class prediction data transformation + c, decision tree building data transformation + c, partitioning data transformation + c, peak matching + c +
+
is disjoint with
+
+ assay + c +
+
+
+
+

data visualizationc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0200111

+
+ An planned process that creates images, diagrams or animations from the input data. +
+
+
Source
+
PERSON: Elisabetta Manduchi
+
PERSON: James Malone
+
PERSON: Melanie Courtot
+
PERSON: Tina Boussard
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
Generation of a heatmap from a microarray dataset
+
+
+
+
has super-classes
+
+ planned process + c +
+
has sub-classes
+
+ clustered data visualization + c +
+
+
+
+

database [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000036

+
+ A Database is a System for describing, storing and retrieving large amounts of data. +
+
+
Contributors: +
+
ITA
+
+
+
Term status
+
uncurated
+
+
+
+

database [ncti]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000037

+
+ An information set with a regular structure. Although it can be applied to any set of information the term was invented to refer to computerized data, and is used almost exclusively in computing. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C15426
+
+
+
Term status
+
uncurated
+
+
+
+

dataset creatingc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/APOLLO_SV_00000796

+
+ A planned process that has a data set as its specified output. +
+
+
is equivalent to
+
+ planned process + c + and (has_specified_output + op + some + data set + c)
+
has super-classes
+
+ planned process + c +
+
has sub-classes
+
+ dimensionality reduction + c, hierarchical clustering + c, k-means clustering + c, k-nearest neighbors + c +
+
+
+
+

datum labelc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000009

+
+ A label is a symbol that is part of some other datum and is used to either partially define the denotation of that datum or to provide a means for identifying the datum as a member of the set of data with the same label +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
has sub-classes
+
+ categorical label + c, measurement unit label + c +
+
+
+
+

Datum Label [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000501

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Source
+
http://purl.obolibrary.org/obo/pato.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Datum Label [iao]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000502

+
+ A label is a symbol that is part of some other datum and is used to either partially define the denotation of that datum or to provide a means for identifying the datum as a member of the set of data with the same label +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
IAO
+
+
+
Source
+
http://purl.obolibrary.org/obo/iao.owl
+
+
+
Term status
+
uncurated
+
+
+
+

decision tree building data transformationc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000707

+
+ A decision tree building data transformation is a data transformation that has objective decision tree induction. +
+
+
Source
+
PERSON: James Malone
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
has super-classes
+
+ data transformation + c +
+
has sub-classes
+
+ CART + c +
+
+
+
+

deep learning [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000038

+
+ Deep learning is a class of machine learning algorithms that uses multiple layers to progressively extract higher-level features from the raw input. There is no universally agreed-upon threshold of depth that divides shallow learning from deep learning, but most researchers agree that deep learning involves CAP depth higher than 2. The CAP (credit assignment path) is the chain of transformations from input to output. CAPs describe potentially causal connections between input and output. For simple neural networks (feedforward neural networks) this treshhold is reached with at least two hidden layers. +
+
+
Term status
+
uncurated
+
+
+
+

deep learning [ncti]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000039

+
+ A subset of machine learning that is part of the broader family of machine learning methodologies based on artificial neural networks. A deep neural network has multiple layers between input and output layers to progressively extract higher level features from the raw input. (After DeepAI Machine Learning Glossary and Terms) [ NCI ] +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C176258
+
+
+
Term status
+
uncurated
+
+
+
+

Degree Celsius [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000539

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Degree Celsius [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000540

+
+ A unit of temperature of the temperature scale designed so that the freezing point of water is 0 degrees and the boiling point is 100 degrees at standard atmospheric pressure. The current official definition of the Celsius sets 0.01 C to be at the triple point of water and a degree to be 1/273.16 of the difference in temperature between the triple point of water and absolute zero. One degree Celsius represents the same temperature difference as one Kelvin. [ NCI ] +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Degree Celsius [om]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000542

+
+ The degree Celsius is a unit of temperature defined as 1 kelvin. The degree Celsius is a derived unit in the International System of Units. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
OM
+
+
+
Source
+
http://www.ontology-of-units-of-measure.org/resource/om-2
+
+
+
Term status
+
uncurated
+
+
+
+

Degree Celsius [uo]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000541

+
+ "A temperature unit which is equal to one kelvin degree. However, they have their zeros at different points. The centigrade scale has its zero at 273.15 K." [NIST:NIST] +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
UO
+
+
+
Source
+
http://purl.obolibrary.org/obo/UO_0000027
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

dendrogramc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000183

+
+ A dendrogram is a report graph which is a tree diagram +frequently used to illustrate the arrangement of the clusters produced by a +clustering algorithm. +
+
+
Source
+
WEB: http://en.wikipedia.org/wiki/Dendrogram
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
Dendrograms are often used in computational biology to
+illustrate the clustering of genes.
+
+
+
+
has super-classes
+
+ graph + c +
+
+
+
+

denotator typec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000409

+
+ A denotator type indicates how a term should be interpreted from an ontological perspective. +
+
+
Source
+
Barry Smith, Werner Ceusters
+
+
+
Example
+
+
The Basic Formal Ontology ontology makes a distinction between Universals and defined classes, where the formal are "natural kinds" and the latter arbitrary collections of entities.
+
+
+
+
is equivalent to
+
{ universal , defined class , named class expression }
+
has super-classes
+
+ data about an ontology part + c +
+
has members
+
+ defined class + ni, named class expression + ni, universal + ni +
+
+
+
+

Density Measurement Assay [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000506

+
+ An assay with the objective to produce information about the density of the material entity that is the evaluant, by physically examining it or its proxies. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Density Measurement Protocol [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000536

+
+ A measurement protocol for reliably reproducing the density measurement assay. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

devicec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000968

+
+ A material entity that is designed to perform a function in a scientific investigation, but is not a reagent. +
+
+
Source
+
OBI development call 2012-12-17.
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
A voltmeter is a measurement device which is intended to perform some measure function.
+
+
+
An autoclave is a device that sterlizes instruments or contaminated waste by applying high temperature and pressure.
+
+
+
+
has super-classes
+
+ processed material + c +
+
has sub-classes
+
+ environmental control device + c, measurement device + c +
+
+
+
+

Device [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000548

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Device [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000549

+
+ An object contrived for a specific purpose. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Device [obi]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000550

+
+ A material entity that is designed to perform a function in a scientific investigation, but is not a reagent. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
OBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/obi.owl
+
+
+
Term status
+
uncurated
+
+
+
+

di(benzothiazol-2-yl)disulfide [chebi]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000321

+
+ An organic disulfide resulting from the formal oxidative coupling of the thiol groups of two molecules of 1,3-benzothiazole-2-thiol. It is used as an accelerator in the rubber industry. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
CHEBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/chebi.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ organic disulfide + c +
+
has sub-classes
+
+ Vulkacit MBTS [dik] + c +
+
+
+
+

di(benzothiazol-2-yl)disulfide [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000320

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ organic disulfide + c +
+
+
+
+

diagramc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000309

+
+ A figure that expresses one or more propositions +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
Example
+
+
A molecular structure ribbon cartoon showing helices, turns and sheets and their relations to each other in space.
+
+
+
+
has super-classes
+
+ figure + c +
+
has sub-classes
+
+ graph + c +
+
+
+
+

Die [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000429

+
+ that part of an extruder through which material is forced, forming a profile of the extrudate +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Die Geometry [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000449

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Die Swell [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000435

+
+ difference between the dimensions of the cross-section of an extrudate and the corresponding dimensions of the die orifice, usually quantified as the percentage increase in the crosssectional area +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Diene Rubber [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000293

+
+ type of rubber having an unsaturated carbon main chain derived mostly from butadiene or a substituted butadiene +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ rubber particle [chebi] + c +
+
+
+
+

Digital image processing [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000239

+
+ The use of a digital computer to process digital images through an algorithm. +
+
+
+

dimensionality reductionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0200050

+
+ A dimensionality reduction is data partitioning which transforms each input m-dimensional vector (x_1, x_2, ..., x_m) into an output n-dimensional vector (y_1, y_2, ..., y_n), where n is smaller than m. +
+
+
Source
+
PERSON: Elisabetta Manduchi
+
PERSON: James Malone
+
PERSON: Melanie Courtot
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
has super-classes
+
+ class discovery data transformation + c, dataset creating + c +
+
has sub-classes
+
+ principal components analysis dimensionality reduction + c +
+
+
+
+

Dimensionless Unit [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000617

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Dimensionless Unit [ms]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000618

+
+ "A unit which is a standard measure of physical quantity consisting of only a numerical number without any units." [Wikipedia:Wikipedia] +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
MS
+
+
+
Source
+
http://purl.obolibrary.org/obo/ms.owl
+
+
+
Term status
+
uncurated
+
+
+
+

direct costc + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000153

+
+ Costs that can be identified with a particular project or program. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C19579
+
+
+
Term status
+
uncurated
+
+
+
+

direct cost [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000152

+
+ All costs that are derived from costs groups that are directly related to the production of goods in the system under study. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

Discriminant analysis [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000354

+
+ Is a supervised classification method and it is used to build classification rules of a number of prespecified clases. +
+
+
Contributors: +
+
Yamen Alsalka
+
+
+
Source
+
Unscrambler X
+
+
+
+

Dispersion [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000372

+
+ Distribution of one or more ingredients into a rubber, a rubber blend or a continuum material, by the application of shearing forces, in order to confer optimum and uniform properties +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

dispositionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/BFO_0000016

+
+
Is defined by
+
+ http://purl.obolibrary.org/obo/bfo.owl +
+
+
+
Example
+
+
an atom of element X has the disposition to decay to an atom of element Y
+
+
+
certain people have a predisposition to colon cancer
+
+
+
children are innately disposed to categorize objects in certain ways.
+
+
+
the cell wall is disposed to filter chemicals in endocytosis and exocytosis
+
+
+
+
has sub-classes
+
+ function + c +
+
is in range of
+
+ has disposition + op +
+
is disjoint with
+
+ role + c +
+
+
+
+

distance between sensor and extrudate [imr]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000016

+
+
+

distribution quality [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000215

+
+ A quality of a sample in terms of homogenity, or the distribution of concentration of a specific component in a mixture, in a macroscopic body. +
+
+
Contributors: +
+
Sven Schwabe (IFNANO)
+
+
+
+

disulfidec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_48343

+
+ Compounds of structure RSSR'. +
+
+
has super-classes
+
+ sulfur molecular entity + c +
+
has sub-classes
+
+ organic disulfide + c +
+
+
+
+

dithiocarbamate [chebi]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000327

+
+ A member of the class of dithiocarbamate anions resulting from the deprotonation of both of the dithiocarbamic acid moieties of ethylenebis(dithiocarbamic acid). The major species at pH 7.3. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
CHEBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/chebi.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ dithiocarbamate anions + c +
+
+
+
+

dithiocarbamate [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000326

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ dithiocarbamate anions + c +
+
+
+
+

dithiocarbamate anionsc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_84292

+
+ Any organic sulfur anion resulting from the removal of a proton from any N-substituted dithiocarbamic acid. +
+
+
has super-classes
+
+ organic sulfur anion + c +
+
has sub-classes
+
+ dithiocarbamate [chebi] + c, dithiocarbamate [dik] + c +
+
+
+
+

documentc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000310

+
+ A collection of information content entities intended to be understood together as a whole +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
Example
+
+
A journal article, patent application, laboratory notebook, or a book
+
+
+
+
has sub-classes
+
+ questionnaire + c +
+
+
+
+

dot plotc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000037

+
+ A dot plot is a report graph which is a graphical representation of data where each data point is represented by a single dot placed on coordinates corresponding to data point values in particular dimensions. +
+
+
Source
+
OBI_0000123
+
group:OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000002 +
+
+
+
Example
+
+
Dot plot of SSC-H and FSC-H.
+
+
+
+
has super-classes
+
+ graph + c +
+
+
+
+

Drop Door [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000384

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Drop Door Temperature [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000392

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Drop Door Temperature Control Unit [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000391

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Eastern Cooperative Oncology Group score value specificationc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002357

+
+ A performance status value specification designed by the Eastern Cooperative Oncology Group to assess disease progression and its affect on the daily living abilities of the patient. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
has super-classes
+
+ performance status value specification + c +
+
has members
+
+ 0: asymptomatic + ni, 1: symptomatic but fully ambulatory + ni, 2: symptomatic but in bed less than 50% of the day + ni, 3: symptomatic in bed more than 50% of the day but not bed ridden + ni, 4: bed ridden + ni +
+
+
+
+

Elastic Shear Modulus [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000574

+
+ that component of an applied shear stress which is in phase with the shear strain, divided by the strain +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Elastic Young’s Modulus [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000575

+
+ that component of an applied normal stress which is in phase with the normal strain, divided by the strain +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

elastomers [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000041

+
+ Elastomers are dimensionally stable but elastically deformable plastics. They are producest by vulcanization of rubber. +
+
+
Term status
+
uncurated
+
+
+
+

Electrical Power [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000418

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

electromagnetic (EM) radiation qualityc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/PATO_0001291

+
+ A physical quality that inheres in an bearer by virtue of how that bearer interacts with electromagnetic radiation. +
+
+
has super-classes
+
+ radiation quality + c +
+
has sub-classes
+
+ optical quality + c +
+
+
+
+

elemental carbonc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_33415

+
+
has super-classes
+
+ elemental molecular entity + c, organic molecular entity + c +
+
has sub-classes
+
+ carbon black + c, carbon nanostructure + c +
+
+
+
+

elemental molecular entityc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_33259

+
+ A molecular entity all atoms of which have the same atomic number. +
+
+
has super-classes
+
+ molecular entity + c +
+
has sub-classes
+
+ elemental carbon + c +
+
+
+
+

energy consumption [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000143

+
+ The amount of electricity (kw/h) that is consumed by all entities in the system under investigation. Constitutes a factor of the energy cost, storage cost and production cost group. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

energy cost [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000111

+
+ A cost group for all cost values occuring from entity sub-groups in the energy cost group and the associated factors +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

Engine [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000458

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Engine [envo]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000459

+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
ENVO
+
+
+
Source
+
http://purl.obolibrary.org/obo/envo.owl
+
+
+
Term status
+
uncurated
+
+
+
+

environment control functionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000401

+
+ An environmental control function is a function that regulates a contained environment within specified parameter ranges. For example the control of light exposure, humidity and temperature. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
has super-classes
+
+ function + c +
+
+
+
+

environmental control devicec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001034

+
+ An environmental control device is a device which has the function to control some aspect of the environment such as temperature, or humidity. +
+
+
Source
+
OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
Example
+
+
A growth chamber is an environmental control device.
+
+
+
+
is equivalent to
+
+ device + c + and (has function + op + some + heat function + c + or + cool function + c + or + environment control function + c)
+
has super-classes
+
+ device + c +
+
has sub-classes
+
+ autoclave + c +
+
+
+
+

EPDM rubber [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000645

+
+ EPDM rubber (ethylene propylene diene monomer rubber) is a type of synthetic rubber that is composed of ethylidene norbornene (ENB), dicyclopentadiene (DCPD), and vinyl norbornene (VNB). +
+
+
Contributors: +
+
Yamen Alsalka
+
+
+
Source
+
Wikipedia
+
+
+
has super-classes
+
+ Synthetic rubber [hsh] + c +
+
+
+
+

Ethylene Concentration [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000631

+
+ A concentration of ethylene inhering in a substance by virtue of the amount of the bearer's there is mixed with ethylene. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Ethylene Concentration Measurement Assay [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000590

+
+ A concentration measurement assay with the objective to produce information about the concentration of ethylene in the material entity that is the evaluant, by physically examining it or its proxies. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Ethylene Concentration Measurement Protocol [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000594

+
+ A concentration measurement protocol for reliably reproducing the ethylene concentration measurement assay. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Ethylene Group [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000597

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ hydrocarbylene group + c +
+
+
+
+

Ethylene Propylene Diene Rubber [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000292

+
+ Terpolymer of ethylene, propylene and a diene with the remaining unsaturated portion of the polymerized diene in the side chain +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ rubber particle [chebi] + c +
+
+
+
+

Ethylidene Group [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000633

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Source
+
http://purl.obolibrary.org/obo/CHEBI_29853
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ organodiyl group + c +
+
+
+
+

Ethylidene Norbornene [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000588

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Ethylidene Norbornene Concentration [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000632

+
+ A concentration of ethylidene norbornene inhering in a substance by virtue of the amount of the bearer's there is mixed with ethylidene norbornene. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Ethylidene Norbornene Concentration Measurement Assay [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000591

+
+ A concentration measurement assay with the objective to produce information about the concentration of ethylidene norbornene in the material entity that is the evaluant, by physically examining it or its proxies. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Ethylidene Norbornene Concentration Measurement Protocol [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000595

+
+ A concentration measurement protocol for reliably reproducing the ethylidene norbornene concentration measurement assay. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

evaluant rolec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000067

+
+ a role that inheres in a material entity that is realized in an assay in which data is generated about the bearer of the evaluant role +
+
+
Source
+
OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
When a specimen of blood is assayed for glucose concentration, the blood has the evaluant role. When measuring the mass of a mouse, the evaluant is the mouse. When measuring the time of DNA replication, the evaluant is the DNA. When measuring the intensity of light on a surface, the evaluant is the light source.
+
+
+
+
has super-classes
+
+ role + c +
+
+
+
+

exterior orientation [jade]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000023

+
+ "The exterior orientation consists of six parameters which describe the spatial position and orientation of the camera coordinate system with respect to the global object coordinate system" (Luhmann et al. 2020: 277) +
+
+
Source
+
Luhmann, Robson, Kyle & Boehm (2020): Close-Range Photogrammetry and 3D Imaging, 3rd ed. De Gruyter: Berlin, Boston
+
+
+
+

Extrudate [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000430

+
+ product of an extrusion process +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

extrudate [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000209

+
+ Product of the process of Extrusion +
+
+
Contributors: +
+
Sven Schwabe (IFNANO)
+
+
+
Source
+
https://en.wikipedia.org/wiki/Extrusionn
+
+
+
+

extrudate [imr]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000002

+
+ definded rigid Object based as result of an +extrusion process +
+
+
+

Extrudate Cross Section [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000450

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

extrudate norm [imr]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000017

+
+ ideal dimensions and shape of the +extrudate defined by the manufacturer +
+
+
+

Extruder [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000424

+
+ machine which, through the use of a screw or a hydraulic ram, continuously shapes a material by forcing it through a die or dies +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has sub-classes
+
+ Pin Extruder [dik] + c, Single Screw Extruder [dik] + c +
+
+
+
+

extruder [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000160

+
+ A machine that pushes unvulcanized rubber compounds through an extrusion die under pressure. Constitutes an entity sub-group of the machine entity. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

Extruder Head [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000431

+
+ that part of an extruder which houses the die and die holder +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

extrusion [chmo]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000045

+
+ A process used to create objects of a fixed cross-sectional profile by forcing or drawing a material through a die. +
+
+ http://purl.obolibrary.org/obo/chmo.owl +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
CHMO
+
+
+
Source
+
http://purl.obolibrary.org/obo/CHMO_0001613
+
+
+
Term status
+
uncurated
+
+
+
+

extrusion [chmo]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000212

+
+ A process used to create objects of a fixed cross-sectional profile by forcing or drawing a material through a die. +
+
+ http://purl.obolibrary.org/obo/chmo.owl +
+
+
Is defined by
+
CHMO
+
+
+
Source
+
http://purl.obolibrary.org/obo/CHMO_0001613
+
+
+
Term status
+
uncurated
+
+
+
+

Extrusion [chmo]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000434

+
+ A process used to create objects of a fixed cross-sectional profile by forcing or drawing a material through a die. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
CHMO
+
+
+
Source
+
http://purl.obolibrary.org/obo/chmo.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Extrusion [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000432

+
+ continuous shaping of a material by passage through a die +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

extrusion [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000210

+
+ Extrusion is a process used to create objects of a fixed cross-sectional profile by pushing material through a die of the desired cross-section. +
+
+
Contributors: +
+
Sven Schwabe (IFNANO)
+
+
+
Source
+
https://en.wikipedia.org/wiki/Extrusion
+
+
+
+

extrusion [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000043

+
+ Extrusion is a process used to create objects of a fixed cross-sectional profile by pushing material through a die of the desired cross-section. +
+
+
Term status
+
uncurated
+
+
+
+

extrusion [rex]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000044

+
+ A transformation in which an atom or group Y connected to two other atoms or groups X and Z is lost from a molecule, leading to a product in which X is bonded to Z, e.g. X-Y-Z --> X-Z + Y. +
+
+ http://purl.obolibrary.org/obo/rex.owl +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
REX
+
+
+
Source
+
http://purl.obolibrary.org/obo/REX_0000100
+
+
+
Term status
+
uncurated
+
+
+
+

extrusion [rex]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000211

+
+ A transformation in which an atom or group Y connected to two other atoms or groups X and Z is lost from a molecule, leading to a product in which X is bonded to Z, e.g. X-Y-Z --> X-Z + Y. +
+
+ http://purl.obolibrary.org/obo/rex.owl +
+
+
Is defined by
+
REX
+
+
+
Source
+
http://purl.obolibrary.org/obo/REX_0000100
+
+
+
Term status
+
uncurated
+
+
+
+

Extrusion [rex]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000433

+
+ A transformation in which an atom or group Y connected to two other atoms or groups X and Z is lost from a molecule, leading to a product in which X is bonded to Z, e.g. X-Y-Z --> X-Z + Y. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
REX
+
+
+
Source
+
http://purl.obolibrary.org/obo/rex.owl
+
+
+
Term status
+
uncurated
+
+
+
+

factor [allotrope]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000105

+
+ A multiplicand in a mathematical product expression. [Allotrope] +
+
+ skos:definition +
+
+
Is defined by
+
allotrope
+
+
+
Source
+
http://purl.allotrope.org/ontologies/result#AFR_0000924>
+
+
+
Term status
+
uncurated
+
+
+
+

factor [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000102

+
+ A circumstance, fact, or influence that contributes to the costs associated with an entity (e.g., wages, number) +
+
+
+

factor [ncti]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000103

+
+ Anything that contributes causally to a result. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C25506
+
+
+
Term status
+
uncurated
+
+
+
+

factor [proco]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000104

+
+ A data item that is a member of a minimal set of independent variables that can be used to model the dependent reponses in a set of related experiments. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
PROCO
+
+
+
Source
+
http://purl.obolibrary.org/obo/PROCO_0000005
+
+
+
Term status
+
uncurated
+
+
+
+

Factory Scrap [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000494

+
+ raw, compounded, vulcanized or partially vulcanized rubber rejected or generated as waste during product manufacture and found unsuitable for further use unless recycled +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Feeding Roll [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000460

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Feeding Roll Temperature [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000465

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Feeding Roll Temperature Control Unit [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000464

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Feeding Zone [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000462

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Feeding Zone Temperature [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000469

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Feeding Zone Temperature Control Unit [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000468

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

figurec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000308

+
+ An information content entity consisting of a two dimensional arrangement of information content entities such that the arrangement itself is about something. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
Example
+
+
Any picture, diagram or table
+
+
+
+
has sub-classes
+
+ diagram + c, image + c +
+
+
+
+

Filler [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000295

+
+ solid compounding ingredient, in particulate form, which may be added in relatively large proportions to a rubber or rubber latex for technical or economic purposes +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

filling material [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000180

+
+ Material that is required to manipulate the properties of rubber products. Constitutes an entity sub-group of the raw material entity. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

Filling Ratio [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000420

+
+ A physical quality which inheres in a bearer by virtue of the ratio of the volume of a substance contained in the bearer and the bearer's own volume. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

finished product [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000125

+
+ The product that emerges at the end of the production process of the system under study. Constitutes an entity in the material cost, production cost, and waste management cost group. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

Fixed Roll [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000343

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Fixed Roll Speed [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000355

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Fixed Roll Temperature [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000368

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Fixed Roll Temperature Control Unit [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000366

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Fluororubber FKM [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000648

+
+ Is a family of fluorocarbon-based fluoroelastomer materials that contain vinylidene fluoride as a monomer. +
+
+
Contributors: +
+
Yamen Alsalka
+
+
+
Source
+
Wikipedia
+
+
+
has super-classes
+
+ Synthetic rubber [hsh] + c +
+
+
+
+

forklift [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000168

+
+ A powered industrial truck used to lift and move materials over short distances. Constitutes an entity sub-group of the conveyor vehicle entity. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

Formulation [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000336

+
+ list of compounding ingredients and their proportions, used in the preparation of a compound +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

frequency unitc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000105

+
+
has super-classes
+
+ measurement unit label + c +
+
has sub-classes
+
+ Rotational Frequency Unit [dik] + c, Rotational Frequency Unit [uo] + c +
+
has members
+
+ hertz + ni +
+
+
+
+

Frequency Unit [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000348

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Frequency Unit [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000350

+
+ An indication of the type of unit of measure being used to express a number of regular events in a given time per unit of time. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Frequency Unit [uo]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000349

+
+ "A unit which is a standard measure of the number of repetitive actions in a particular time." [NIST:NIST] +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
UO
+
+
+
Source
+
http://purl.obolibrary.org/obo/uo.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

FTIR spectroscopy [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000195

+
+ Fourier transform infrared involves the probing of matter with infrared radiation. It is based on periodic changes in dipole moments caused by molecular vibrations during the absorption of IR radiation and gives spectroscopic fingerprints. +
+
+ Method +
+
+
Contributors: +
+
Yaman Alsalka (IFNANO)
+
+
+
Source
+
https://www.hamamatsu.com/eu/en/applications/analytical-equipment/infrared-spectroscopy.html
+
+
+
+

functionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/BFO_0000034

+
+
Is defined by
+
+ http://purl.obolibrary.org/obo/bfo.owl +
+
+
+
Example
+
+
the function of a hammer to drive in nails
+
+
+
the function of a heart pacemaker to regulate the beating of a heart through electricity
+
+
+
the function of amylase in saliva to break down starch into sugar
+
+
+
+
has super-classes
+
+ disposition + c +
+
has sub-classes
+
+ cool function + c, environment control function + c, heat function + c, measure function + c, mechanical function + c, sterilization function + c +
+
is in domain of
+
+ function of + op +
+
is in range of
+
+ has function + op +
+
+
+
+

Function [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000545

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Source
+
http://purl.obolibrary.org/obo/BFO_0000034
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Function [mi]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000547

+
+ Biological function of a participant or of an interaction. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
MI
+
+
+
Source
+
http://purl.obolibrary.org/obo/mi.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Function [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000546

+
+ The normal action performed by a structure or device. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

function approximation [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000029

+
+ Function approximation is a technique for estimating an unknown underlying function using historical or available observations from the domain. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Term status
+
uncurated
+
+
+
+

Functional group [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000643

+
+ An atom or group of atoms within a molecule that has similar chemical properties whenever it appears in various compounds. Even if other parts of the molecule are quite different, certain functional groups tend to react in certain ways. +
+
+
Contributors: +
+
Yamen Alsalka
+
+
+
Source
+
+ https://chem.libretexts.org/Courses/University_of_Kentucky/UK%3A_CHE_103_-_Chemistry_for_Allied_Health_(Soult)/Chapters/Chapter_4%3A_Structure_and_Function/4.4%3A_Functional_Groups#:~:text=A%20functional%20group%20is%20defined,to%20react%20in%20certain%20ways. +
+
+
+
+

gantry crane [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000166

+
+ An overhead crane with a girder configuration supported by freestanding legs that move on wheels to transport goods. Constitutes an entity sub-group of the machine entity. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

Gearbox [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000457

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

GenePattern softwarec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000713

+
+ a software that provides access to more than 100 tools for gene expression analysis, proteomics, SNP analysis and common data processing tasks. +
+
+
Source
+
WEB: http://www.broadinstitute.org/cancer/software/genepattern/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
has super-classes
+
+ software + c +
+
has members
+
+ GenePattern module CARTXValidation + ni, GenePattern module HeatMapViewer + ni, GenePattern module HierarchicalClustering + ni, GenePattern module HierarchicalClusteringViewer + ni, GenePattern module KMeansClustering + ni, GenePattern module KNN + ni, GenePattern module KNNXValidation + ni, GenePattern module PCA + ni, GenePattern module PeakMatch + ni, GenePattern module SVM + ni +
+
+
+
+

geometry [geosparql]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000004

+
+ A coherent set of direct positions in space. The positions are held within a Spatial Reference System (SRS). +
+
+
Is defined by
+
geosparql
+
+
+
Source
+
http://www.opengis.net/ont/geosparql#Geometry
+
+
+
Term status
+
uncurated
+
+
+
+

geometry [imr]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000003

+
+
+

Geometry correction [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000244

+
+ In terms of digtal image procession: correction methods to compensate image errors caused by lense distorsion or perspective. +
+
+
Contributors: +
+
Jan Geweke
+
+
+
+

Geometry Variation [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000440

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Gram Per Cubic Centimeter [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000513

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Gram Per Cubic Centimeter [uo]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000514

+
+ "A mass unit density which is equal to mass of an object in grams divided by the volume in cubic centimeters." [UOC:GVG] +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
UO
+
+
+
Source
+
http://purl.obolibrary.org/obo/uo.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

graphc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000038

+
+ A diagram that presents one or more tuples of information by mapping those tuples in to a two dimensional space in a non arbitrary way. +
+
+
Source
+
OBI_0000240
+
group:OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
has super-classes
+
+ diagram + c +
+
has sub-classes
+
+ dendrogram + c, dot plot + c, heatmap + c, histogram + c, scatter plot + c +
+
+
+
+

group [chebi]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000607

+
+ A defined linked collection of atoms or a single atom within a molecular entity. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
CHEBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/chebi.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ chemical entity + c +
+
has sub-classes
+
+ Organic Group [dik] + c, organic group [chebi] + c +
+
+
+
+

group [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000605

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ chemical entity + c +
+
+
+
+

group [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000606

+
+ Any number of entities (members) considered as a unit. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ chemical entity + c +
+
+
+
+

Haul-off Speed [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000436

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

heat functionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000371

+
+ A heat function is a function that increases the internal kinetic energy of a material +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
has super-classes
+
+ function + c +
+
+
+
+

heatmapc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000180

+
+ A heatmap is a report graph which is a graphical representation of data +where the values taken by a variable(s) are shown as colors in a +two-dimensional map. +
+
+
Source
+
GROUP:OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
has super-classes
+
+ graph + c +
+
+
+
+

heteroarenec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_33833

+
+ A heterocyclic compound formally derived from an arene by replacement of one or more methine (-C=) and/or vinylene (-CH=CH-) groups by trivalent or divalent heteroatoms, respectively, in such a way as to maintain the continuous pi-electron system characteristic of aromatic systems and a number of out-of-plane pi-electrons corresponding to the Hueckel rule (4n+2). +
+
+
has super-classes
+
+ organic aromatic compound + c, organic heterocyclic compound + c +
+
has sub-classes
+
+ monocyclic heteroarene + c +
+
+
+
+

heterocyclic compoundc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_5686

+
+ A cyclic compound having as ring members atoms of at least two different elements. +
+
+
has super-classes
+
+ cyclic compound + c +
+
has sub-classes
+
+ organic heterocyclic compound + c +
+
+
+
+

heteroorganic entityc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_33285

+
+ A heteroorganic entity is an organic molecular entity in which carbon atoms or organic groups are bonded directly to one or more heteroatoms. +
+
+
has super-classes
+
+ organic molecular entity + c +
+
has sub-classes
+
+ organic heterocyclic compound + c, organochalcogen compound + c, organonitrogen compound + c +
+
+
+
+

hidden layer [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000046

+
+ In neural networks, a hidden layer is located between the input and output of the algorithm, in which the function applies weights to the inputs and directs them through an activation function as the output. In short, the hidden layers perform nonlinear transformations of the inputs entered into the network. +
+
+
Term status
+
uncurated
+
+
+
+

hierarchical clusteringc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0200042

+
+ A hierarchical clustering is a data transformation which achieves a class discovery objective, which takes as input data item and builds a hierarchy of clusters. The traditional representation of this hierarchy is a tree (visualized by a dendrogram), with the individual input objects at one end (leaves) and a single cluster containing every object at the other (root). +
+
+
Source
+
WEB: http://en.wikipedia.org/wiki/Data_clustering#Hierarchical_clustering
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
has super-classes
+
+ class discovery data transformation + c, dataset creating + c +
+
has members
+
+ GenePattern hierarchical clustering + ni +
+
+
+
+

histogramc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000179

+
+ A histogram is a report graph which is a statistical description of a +distribution in terms of occurrence frequencies of different event classes. +
+
+
Source
+
GROUP:OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
has super-classes
+
+ graph + c +
+
+
+
+

histologic grade according to AJCC 7th editionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002205

+
+ A categorical value specification that is a histologic grade assigned to a tumor slide specimen according to the American Joint Committee on Cancer (AJCC) 7th Edition grading system. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
Example
+
+
G1:Well differentiated
+
+
+
G4: Undifferentiated
+
+
+
+
has super-classes
+
+ categorical value specification + c +
+
has members
+
+ G1: Well differentiated + ni, G2: Moderately differentiated + ni, G3: Poorly differentiated + ni, G4: Undifferentiated + ni +
+
+
+
+

histologic grade according to the Fuhrman Nuclear Grading Systemc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002210

+
+ A categorical value specification that is a histologic grade assigned to a tumor slide specimen according to the Fuhrman Nuclear Grading System. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
has super-classes
+
+ categorical value specification + c +
+
has members
+
+ G1 (Fuhrman) + ni, G2 (Fuhrman) + ni, G3 (Fuhrman) + ni, G4 (Fuhrman) + ni +
+
+
+
+

histologic grade for ovarian tumorc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002215

+
+ A categorical value specification that is a histologic grade assigned to a ovarian tumor. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
has super-classes
+
+ categorical value specification + c +
+
has sub-classes
+
+ histologic grade for ovarian tumor according to a two-tier grading system + c, histologic grade for ovarian tumor according to the World Health Organization + c +
+
+
+
+

histologic grade for ovarian tumor according to a two-tier grading systemc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002216

+
+ A histologic grade for ovarian tumor that is from a two-tier histological classification of tumors. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
has super-classes
+
+ histologic grade for ovarian tumor + c +
+
has members
+
+ High grade ovarian tumor + ni, Low grade ovarian tumor + ni +
+
+
+
+

histologic grade for ovarian tumor according to the World Health Organizationc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002219

+
+ A histologic grade for ovarian tumor that is from a histological classification by the World Health Organization (WHO). +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
has super-classes
+
+ histologic grade for ovarian tumor + c +
+
has members
+
+ G1 (WHO) + ni, G2 (WHO) + ni, G3 (WHO) + ni, G4 (WHO) + ni +
+
+
+
+

human ressource cost [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000109

+
+ A cost group for all cost values occuring from entity sub-groups in the human ressource cost group and the associated factors +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

hydrocarbylene groupc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_33471

+
+ A bivalent group formed by removing two hydrogen atoms from a hydrocarbon, the free valencies of which are not engaged in a double bond. +
+
+
has super-classes
+
+ organodiyl group + c +
+
has sub-classes
+
+ Ethylene Group [dik] + c +
+
+
+
+

Hydrocarbylene Group [chebi]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000599

+
+ A bivalent group formed by removing two hydrogen atoms from a hydrocarbon, the free valencies of which are not engaged in a double bond. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
CHEBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/chebi.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ organodiyl group + c +
+
+
+
+

Hydrocarbylene Group [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000598

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ organodiyl group + c +
+
+
+
+

Hydrogenated Nitrile rubber HNBR [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000649

+
+ Highly Saturated Nitrile. A Higher performance solid rubber material than NBR, achieved through adding Hydrogen Atoms to the Butadiene Segments. +
+
+
Contributors: +
+
Yamen Alsalka
+
+
+
Source
+
+ https://maclellanrubber.com/definitions/hnbr +
+
+
+
has super-classes
+
+ Synthetic rubber [hsh] + c +
+
+
+
+

imagec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000101

+
+ An image is an affine projection to a two dimensional surface, of measurements of some quality of an entity or entities repeated at regular intervals across a spatial range, where the measurements are represented as color and luminosity on the projected on surface. +
+
+
Source
+
OBI_0000030
+
group:OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
has super-classes
+
+ figure + c +
+
+
+
+

Image analysis (Chemometrics) [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000240

+
+ Using image data and eventually digital image processing in order to generate a corellation between this data and an analytical target. +
+
+
Contributors: +
+
Chrstoph Lenth
+
+
+
+

Image analysis [allotrope]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000241

+
+ Image analysis is the discovering of patterns in an image that are correlated to qualities of the material entity the image represents or of abstract patterns. [Allotrope] +
+
+ allotrope +
+
+
Is defined by
+
allotrope.org
+
+
+
Source
+
http://purl.allotrope.org/ontologies/process#AFP_0003540
+
+
+
Term status
+
uncurated
+
+
+
+

Image analysis [edam]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000242

+
+ The analysis of a image (typically a digital image) of some type in order to extract information from it. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Is defined by
+
EDAM
+
+
+
Source
+
http://edamontology.org/operation_3443
+
+
+
Term status
+
uncurated
+
+
+
+

Image data [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000234

+
+ Digital representation of an image. Images are represented in natural numbers. +
+
+
+

Image histogramm / histogramm [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000250

+
+ A type of histogram that acts as a graphical representation of the tonal distribution in a digital image. It plots the number of pixels for each tonal value. +
+
+
Contributors: +
+
Jan Geweke
+
+
+
+

indirect cost [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000151

+
+ All costs that are derived from costs groups encompassing overhead charges or subsidiary work. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

Industrie 4.0 [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000047

+
+ Industrie 4.0 is the intelligent networking of machines and processes in the industrial environment, with the help of information and communication technology and thus digitization of the industrial production. +
+
+
Term status
+
uncurated
+
+
+
+

information carrierc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000015

+
+ A quality of an information bearer that imparts the information content +
+
+
Source
+
Smith, Ceusters, Ruttenberg, 2000 years of philosophy
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
Example
+
+
In the case of a printed paperback novel the physicality of the ink and of the paper form part of the information bearer. The qualities of appearing black and having a certain pattern for the ink and appearing white for the paper form part of the information carrier in this case.
+
+
+
+
+

input layer [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000040

+
+ The input layer of a neural network is composed of artificial input neurons, and brings the initial data into the system for further processing by subsequent layers of artificial neurons. The input layer is the very beginning of the workflow for the artificial neural network. +
+
+
Term status
+
uncurated
+
+
+
+

interior orientation [jade]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000021

+
+ "The interior (intrinsic) orientation of a camera comprises all instrumental and mathematical elements which completely describe the imaging model within the camera. By taking proper account of the interior orientation, the real camera conforms to the pinhole camera model. It is a requirement of the model that there exists a reproducible image coordinate system so that geometric image values, such as measured image coordinates, can be transformed into the physical-mathematical imaging model." (Luhmann et al. 2020: 162). A standard model of describing the interior orientation was proposed by D.C. Brown (1971) +
+
+ 0 +
+
+
Source
+
Luhmann, Robson, Kyle & Boehm (2020): Close-Range Photogrammetry and 3D Imaging, 3rd ed. De Gruyter: Berlin, Boston
+
+
+
+

Internal Mixer [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000381

+
+ machine with temperature controls containing one or more rotors operating in a closed cavity used to masticate and/or to incorporate and disperse compounding ingredients into the rubber +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

International Federation of Gynecology and Obstetrics cervical cancer stage value specificationc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002326

+
+ A categorical value specification that is an assessment of the stage of a gynecologic cancer according to the International Federation of Gynecology and Obstetrics (FIGO) staging systems. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
has super-classes
+
+ categorical value specification + c +
+
has members
+
+ Stage IA (FIGO) + ni, Stage IA1 (FIGO) + ni, Stage IA2 (FIGO) + ni, Stage IB (FIGO) + ni, Stage IB1 (FIGO) + ni, Stage IB2 (FIGO) + ni, Stage IIA (FIGO) + ni, Stage IIA1 (FIGO) + ni, Stage IIA2 (FIGO) + ni, Stage IIB (FIGO) + ni, Stage IIIA (FIGO) + ni, Stage IIIB (FIGO) + ni, Stage IVA (FIGO) + ni, Stage IVB (FIGO) + ni +
+
+
+
+

International Federation of Gynecology and Obstetrics ovarian cancer stage value specificationc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002341

+
+ A categorical value specification that is a pathologic finding about one or more characteristics of ovarian cancer following the rules of the FIGO classification system. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
has super-classes
+
+ categorical value specification + c +
+
has members
+
+ Stage 1 (FIGO) + ni, Stage 1A (FIGO) + ni, Stage 1B (FIGO) + ni, Stage 1C (FIGO) + ni, Stage 2 (FIGO) + ni, Stage 2A (FIGO) + ni, Stage 2B (FIGO) + ni, Stage 2C (FIGO) + ni, Stage 3 (FIGO) + ni, Stage 3A (FIGO) + ni, Stage 3B (FIGO) + ni, Stage 3C (FIGO) + ni, Stage 4 (FIGO) + ni, Stage Unknown (FIGO) + ni +
+
+
+
+

investment cost [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000115

+
+ A cost group for all cost values occuring from entity sub-groups in the investment cost group and the associated factors +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

Iodine Adsorption Number [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000559

+
+ Number of grams of iodine adsorbed per kilogram of carbon black under specified conditions +
+
+ The property is an indication of the surface area of a carbon black. ISO 1304 contains a method for the determination of the iodine adsorption number. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

ionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_24870

+
+ A molecular entity having a net electric charge. +
+
+
has super-classes
+
+ molecular entity + c +
+
has sub-classes
+
+ anion + c, organic ion + c, polyatomic ion + c +
+
+
+
+

k-means clusteringc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0200041

+
+ A k-means clustering is a data transformation which achieves a class discovery or partitioning objective, which takes as input a collection of objects (represented as points in multidimensional space) and which partitions them into a specified number k of clusters. The algorithm attempts to find the centers of natural clusters in the data. The most common form of the algorithm starts by partitioning the input points into k initial sets, either at random or using some heuristic data. It then calculates the mean point, or centroid, of each set. It constructs a new partition by associating each point with the closest centroid. Then the centroids are recalculated for the new clusters, and the algorithm repeated by alternate applications of these two steps until convergence, which is obtained when the points no longer switch clusters (or alternatively centroids are no longer changed). +
+
+
Source
+
WEB: http://en.wikipedia.org/wiki/K-means
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
has super-classes
+
+ class discovery data transformation + c, dataset creating + c, partitioning data transformation + c +
+
has members
+
+ GenePattern k-means clustering + ni +
+
+
+
+

k-nearest neighborsc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000727

+
+ A k-nearest neighbors is a data transformation which achieves a class discovery or partitioning objective, in which an input data object with vector y is assigned to a class label based upon the k closest training data set points to y; where k is the largest value that class label is assigned. +
+
+
Source
+
PERSON: James Malone
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
has super-classes
+
+ class discovery data transformation + c, dataset creating + c, partitioning data transformation + c +
+
has members
+
+ GenePattern k-nearest neighbors + ni +
+
+
+
+

Karnofsky score vaue specificationc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002363

+
+ A performance status value specification designed for classifying patients 16 years of age or older by their functional impairment. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
has super-classes
+
+ performance status value specification + c +
+
has members
+
+ 100: asymptomatic + ni, 40-50: symptomatic, in bed more than 50% of the day, but not bed ridden + ni, 60-70: symptomatic but in bed less than 50% of the day + ni, 80-90: symptomatic but fully ambulatory + ni +
+
+
+
+

Keltan 5470C [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000294

+
+ Trade name for a specific EPDM rubber +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ polymer [chebi] + c +
+
+
+
+

kinase activityc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/GO_0016301

+
+ Catalysis of the transfer of a phosphate group, usually from ATP, to a substrate molecule. +
+
+ Note that this term encompasses all activities that transfer a single phosphate group; although ATP is by far the most common phosphate donor, reactions using other phosphate donors are included in this term. +
+
+
has super-classes
+
+ molecular_function + c +
+
+
+
+

Kinematic Viscosity [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000564

+
+ Kinematic viscosity is the quotient of the dynamic viscosity of the medium and its density. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Kinematic Viscosity [uo]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000565

+
+ The ratio of the dynamic viscosity (μ) over the density of the fluid (ρ), which is noted as (length)^2/time. https://en.wikipedia.org/wiki/Viscosity#Kinematic_viscosity +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
UO
+
+
+
Source
+
http://purl.obolibrary.org/obo/uo.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Laser induced breakdown spectroscopy [chmo]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000214

+
+ A type of atomic emission spectrometry where a high energy laser pulse is used to generate a plasma which acts as the excitation source. +
+
+ http://purl.obolibrary.org/obo/chmo.owl +
+
+
Is defined by
+
CHMO
+
+
+
Source
+
http://purl.obolibrary.org/obo/CHMO_0000258
+
+
+
Term status
+
uncurated
+
+
+
+

Laser induced breakdown spectroscopy [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000213

+
+ Laser induced breakdown spectroscopy is a type of atomic emission spectroscopy which uses a highly energetic laser pulse as the excitation source. The laser is focused to form a plasma, which atomizes and excites samples. The Emission of these excited species is analyzed to identify and quantify the elements contained in the sample. +
+
+
Contributors: +
+
Sven Schwabe (IFNANO)
+
+
+
Source
+
https://en.wikipedia.org/wiki/Laser-induced_breakdown_spectroscopy
+
+
+
+

leave one out cross validation methodc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0200033

+
+ is a data transformation : leave-one-out cross-validation (LOOCV) involves using a single observation from the original sample as the validation data, and the remaining observations as the training data. This is repeated such that each observation in the sample is used once as the validation data +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
Example
+
+
The authors conducted  leave-one-out cross validation to estimate the strength and accuracy of the differentially expressed filtered genes. http://bioinformatics.oxfordjournals.org/cgi/content/abstract/19/3/368
+
+
+
+
has super-classes
+
+ statistical model validation + c +
+
has members
+
+ GenePattern LOOCV + ni +
+
+
+
+

lengthc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/PATO_0000122

+
+ A 1-D extent quality which is equal to the distance between two points. +
+
+
has super-classes
+
+ morphology + c +
+
+
+
+

Length [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000401

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Length [ms]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000405

+
+ PEFF keyword for the sequence length. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
MS
+
+
+
Source
+
http://purl.obolibrary.org/obo/ms.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Length [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000402

+
+ The linear extent in space from one end of something to the other end, or the extent of something from beginning to end. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Length [om]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000404

+
+ Length is the amount of space between two geographical points along a curve. It is a base quantity in the International System of Units and other systems of units. Length is speed times time. The metre, a base unit of length in the International System of Units, is defined in terms of speed of light during a certain time interval. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
OM
+
+
+
Source
+
http://www.ontology-of-units-of-measure.org/resource/om-2
+
+
+
Term status
+
uncurated
+
+
+
+

Length [pato]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000403

+
+ A 1-D extent quality which is equal to the distance between two points. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
PATO
+
+
+
Source
+
http://purl.obolibrary.org/obo/pato.owl
+
+
+
Term status
+
uncurated
+
+
+
+

length unitc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000001

+
+ A unit which is a standard measure of the distance between two points. +
+
+
has super-classes
+
+ measurement unit label + c +
+
has members
+
+ angstrom + ni, centimeter + ni, meter + ni, micrometer + ni, millimeter + ni, nanometer + ni +
+
+
+
+

Length Unit [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000406

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Length Unit [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000408

+
+ An indication of the type of unit of measure being used to express a length or distance. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Length Unit [uo]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000407

+
+ "A unit which is a standard measure of the distance between two points." [Wikipedia:Wikipedia] +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
UO
+
+
+
Source
+
http://purl.obolibrary.org/obo/uo.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

library [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000031

+
+ Libraries in programming languages are collections of prewritten code that users can use to optimize tasks. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Term status
+
uncurated
+
+
+
+

lift truck [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000170

+
+ A small truck for lifting and transporting loads. Constitutes an entity sub-group of the conveyor vehicle entity. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

lighting [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000174

+
+ Equipment that is employed for producing light in the system under investigation. Constitutes an entity sub-group of the building entity. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

line in the surface of extrudate [imr]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000010

+
+ cutout of a single line of the extrudate surface +
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Linear discriminant analysis [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000245

+
+ Linear discriminant analysis (LDA), normal discriminant analysis (NDA), or discriminant function analysis is a generalization of Fisher's linear discriminant, a method used in statistics and other fields, to find a linear combination of features that characterizes or separates two or more classes of objects or events. +
+
+
Contributors: +
+
Christoph Lenth
+
+
+
Source
+
+ https://de.frwiki.wiki/wiki/Analyse_discriminante_lin%C3%A9aire +
+
+
+
+

Loss Shear Modulus [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000576

+
+ that component of an applied shear stress which is in quadrature (90° out of phase) with the shear strain, divided by the strain +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Loss Young’s Modulus [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000577

+
+ that component of an applied normal stress which is in quadrature (90° out of phase) with the normal strain, divided by the strain +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Luvomaxx TbzTD [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000325

+
+ Trade name for a specific tetrabenzylthiuramdisulfide +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

M-group Rubber [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000291

+
+ Rubber with a saturated carbon chain of the polymethylene type +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ rubber particle [chebi] + c +
+
+
+
+

machine [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000118

+
+ An apparatus using mechanical power and having several parts, each with a definite function and together performing a particular task, required for operations in the system under investigation. Constitutes an entity in the maintenance cost, energy cost, production cost, investment cost and turnover cost group. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

machine learning [edam]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000054

+
+ A topic concerning the application of artificial intelligence methods to algorithms, in order to create methods that can learn from data in order to generate an ouput, rather than relying on explicitly encoded information only. +
+
+ http://edamontology.org +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
EDAM
+
+
+
Source
+
http://edamontology.org/topic_3474
+
+
+
Term status
+
uncurated
+
+
+
+

machine learning [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000051

+
+ Machine learning is a sub-area of ​​artificial intelligence that deals with artificial systems that adapt their actions to external conditions so that their output is improved according to defined standards. For this purpose, algorithms build a model based on training data. The algorithms does not learn to memorize, but uses patterns and laws, so the systems can also process unknown data. The learning algorithms are divided into supervised learning, unsupervised learning and reinforcement learning. +
+
+
Term status
+
uncurated
+
+
+
+

machine learning [ncti]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000052

+
+ A computing system (inspired by biological neural networks) that learns (progressively improves its ability) to do tasks by considering examples without task-specific programming. (After DeepAI Machine Learning Glossary and Terms) +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C176231
+
+
+
Term status
+
uncurated
+
+
+
+

machine learning [obi]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000053

+
+ A planned process in which statistical techniques are used to give computers the ability to learn about patterns in data, without being explicitly programmed. Learning is defined in this case as progressively improving performance on a specific task. +
+
+ http://purl.obolibrary.org/obo/obi.owl +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
OBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/OBI_0002587
+
+
+
Term status
+
uncurated
+
+
+
+

main group molecular entityc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_33579

+
+ A molecular entity containing one or more atoms from any of groups 1, 2, 13, 14, 15, 16, 17, and 18 of the periodic table. +
+
+
has super-classes
+
+ molecular entity + c +
+
has sub-classes
+
+ p-block molecular entity + c +
+
+
+
+

maintenance cost [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000110

+
+ A cost group for all cost values occuring from entity sub-groups in the maintenance cost group and the associated factors +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

maintenance duration [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000142

+
+ The averafe time that is required to conduct scheduled maintenance activities for a machine entity unit. Constitutes a factor of the maintenance cost group. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

maintenance interval [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000140

+
+ The schedule for all anticipated maintenance activities regarding machine entites within the system under investigation. Constitutes a factor of the maintenance cost group. +
+
+
+

maintenance interval [iirds]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000141

+
+ Type of planning time: Fixed time interval for the scheduled maintenance of a technical system or its parts. +
+
+ rdfs:comment +
+
+
Is defined by
+
iiRDS
+
+
+
Source
+
http://iirds.tekom.de/iirds#MaintenanceInterval
+
+
+
Term status
+
uncurated
+
+
+
+

manufacturerc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000835

+
+ A person or organization that has a manufacturer role +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
has super-classes
+
+
has members
+
+ AES Chemunex + ni, Abbott + ni, Advanced Instruments Inc. (AI Companies) + ni, Affymetrix + ni, Agilent + ni, Ambion + ni, Antigenix + ni, Apogee Flow Systems + ni, Applied Biosystems + ni, BIO-RAD + ni, Beckman Coulter + ni, Becton Dickinson (BD Biosciences) + ni, Bentley Instruments + ni, BioGents + ni, Bruker Corporation + ni, Bruker Daltonics + ni, CytoBuoy + ni, Cytopeia + ni, Dako Cytomation + ni, Exalpha Biological + ni, Exbio Antibodies + ni, Helicos + ni, Illumina + ni, InBios + ni, Invitrogen + ni, J. Mitra + ni, Li-Cor + ni, Luminex + ni, Millipore + ni, Miltenyi Biotec + ni, NanoString Technologies + ni, Nimblegen + ni, Oxford Nanopore Technologies + ni, Pacific Biosciences + ni, Partec + ni, Roche + ni, Sysmex Corporation, Kobe, Japan + ni, Thermo + ni, Waters + ni, eBioscience + ni +
+
+
+
+

manufacturer rolec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000571

+
+ Manufacturer role is a role which inheres in a person or organization and which is realized by a manufacturing process. +
+
+
Source
+
OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
Example
+
+
With respect to The Accuri C6 Flow Cytometer System, the organization Accuri bears the role manufacturer role.  With respect to a transformed line of tissue culture cells derived by a specific lab, the lab whose personnel isolated the cll line bears the role manufacturer role.  With respect to a specific antibody produced by an individual scientist, the scientist who purifies, characterizes and distributes the anitbody bears the role manufacturer role.
+
+
+
+
has super-classes
+
+ role + c +
+
+
+
+

manufacturingc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000457

+
+ Manufacturing is a process with the intent to produce a processed material which will have a function for future use. A person or organization (having manufacturer role) is a participant in this process +
+
+
Source
+
GROUP: OBI PlanAndPlannedProcess Branch
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
has super-classes
+
+ material processing + c +
+
+
+
+

Manufacturing Specification [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000535

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Mass Density [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000507

+
+ mass per unit volume of a material, including any voids present +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Mass Density [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000508

+
+ A measure of the compactness of a substance, expressed as its mass per unit volume. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Mass Density [pato]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000509

+
+ A physical quality which inheres in a bearer by virtue of some influence is exerted by the bearer's mass per unit size. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
PATO
+
+
+
Source
+
http://purl.obolibrary.org/obo/pato.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Mass Density Unit [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000510

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Mass Density Unit [uo]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000511

+
+ "A density unit which is a standard measure of the mass of a substance in a given volume." [UOC:GVG] +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
UO
+
+
+
Source
+
http://purl.obolibrary.org/obo/uo.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Mass Percentage [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000619

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ concentration unit + c +
+
+
+
+

Mass Percentage [uo]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000620

+
+ "A dimensionless concentration unit which denotes the mass of a substance in a mixture as a percentage of the mass of the entire mixture." [Wikipedia:Wikipedia] +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
UO
+
+
+
Source
+
http://purl.obolibrary.org/obo/uo.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ concentration unit + c +
+
+
+
+

Mass Specific Surface [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000561

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Mass Temperature [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000400

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Mass Throughput [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000438

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

mass unitc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000002

+
+ A unit which is a standard measure of the amount of matter/energy of a physical object. +
+
+
has super-classes
+
+ measurement unit label + c +
+
has members
+
+ gram + ni, kilogram + ni, microgram + ni, milligram + ni, nanogram + ni, picogram + ni +
+
+
+
+

Mastication [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000373

+
+ the molecular mass of a rubber, in either the raw or the mixed state, by the action of mechanical work (shear) and atmospheric oxygen, sometimes assisted by peptizers and heat +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Mastication [hp]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000375

+
+ The process of biting and mashing food with the teeth prior to swallowing. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
HP
+
+
+
Source
+
http://purl.obolibrary.org/obo/hp.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Mastication [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000374

+
+ The process by which food is torn or crushed by the teeth. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
+

material cost [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000112

+
+ A cost group for all cost values occuring from entity sub-groups in the material cost group and the associated factors +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

material information bearerc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000178

+
+ A material entity in which a concretization of an information content entity inheres. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
A page of a paperback novel with writing on it. The paper itself is a material information bearer, the pattern of ink is the information carrier.
+
+
+
a brain
+
+
+
a hard drive
+
+
+
+
+

material processingc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000094

+
+ A planned process which results in physical changes in a specified input material +
+
+
Source
+
OBI branch derived
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
A cell lysis, production of a cloning vector, creating a buffer.
+
+
+
+
has super-classes
+
+ planned process + c +
+
has sub-classes
+
+ manufacturing + c +
+
+
+
+

Material Processing [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000543

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Material Processing [obi]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000544

+
+ A planned process which results in physical changes in a specified input material +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
OBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/obi.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Material Processing Protocol [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000534

+
+ A protocol which specifies the conditions, procedures, and instruments used for conducting a material processing in a sufficient level of detail to communicate it between investigation agents, so that different investigation agents will reliably be able to independently reproduce the material processing. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

material supplierc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002989

+
+ A person or organization that provides material supplies to other people or organizations. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
has super-classes
+
+
has members
+
+ Affymetrix + ni +
+
+
+
+

material supplier rolec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000018

+
+ a role realized through the process of supplying materials such as animal subjects, reagents or other materials used in an investigation. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
Example
+
+
Jackson Labs is an organization which provide mice as experimental material
+
+
+
+
has super-classes
+
+ service provider role + c +
+
+
+
+

mean time to failure [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000138

+
+ A maintenance metric that measures the average amount of time a non-repairable asset operates before it fails in the system under investigation. Constitutes a factor of the maintenance cost group. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

mean time to repair [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000139

+
+ A maintenance metric that measures the average time required to troubleshoot and repair failed equipment. Constitutes a factor of the maintenance cost group. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

measure functionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000453

+
+ Measure function is a function that is borne by a processed material and realized in a process in which information about some entity is expressed relative to some reference. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
A glucometer measures blood glucose concentration, the glucometer has a measure function.
+
+
+
+
has super-classes
+
+ function + c +
+
+
+
+

measurement datumc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000109

+
+ A measurement datum is an information content entity that is a recording of the output of a measurement such as produced by a device. +
+
+
Source
+
OBI_0000305
+
group:OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
Example
+
+
Examples of measurement data are the recoding of the weight of a mouse as {40,mass,"grams"}, the recording of an observation of the behavior of the mouse {,process,"agitated"}, the recording of the expression level of a gene as measured through the process of microarray experiment {3.4,luminosity,}.
+
+
+
+
has super-classes
+
+ data item + c +
+
+
+
+

measurement devicec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000832

+
+ A device in which a measure function inheres. +
+
+
Source
+
OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
A ruler, a microarray scanner, a Geiger counter.
+
+
+
+
is equivalent to
+
+ device + c + and (has function + op + some + measure function + c)
+
has super-classes
+
+ device + c +
+
+
+
+

Measurement Device [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000551

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Measurement Device [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000552

+
+ Any device used to determine the dimension of an object. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Measurement Device [obi]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000553

+
+ A device in which a measure function inheres. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
OBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/obi.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Measurement Protocol [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000533

+
+ A protocol which specifies the conditions, procedures, and instruments used for conducting a measurement assay in a sufficient level of detail to communicate it between investigation agents, so that different investigation agents will reliably be able to independently reproduce the measurement assay. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

measurement quality [imr]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000001

+
+ In relation to optical measuring methods a +rating for the precision of a reconstructed +measurement object +
+
+
Term status
+
uncurated
+
+
+
+

measurement unit labelc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000003

+
+ A measurement unit label is as a label that is part of a scalar measurement datum and denotes a unit of measure. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
Example
+
+
Examples of measurement unit labels are liters, inches, weight per volume.
+
+
+
+
has super-classes
+
+ datum label + c +
+
has sub-classes
+
+ Processability [dik] + c, concentration unit + c, frequency unit + c, length unit + c, mass unit + c, rate unit + c, substance unit + c, temperature unit + c, time unit + c, volume unit + c, volumetric flow rate unit + c +
+
+
+
+

Measurement Unit Label [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000499

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Is defined by
+
PATO
+
+
+
Source
+
http://purl.obolibrary.org/obo/pato.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Measurement Unit Label [pato]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000500

+
+ A measurement unit label is as a label that is part of a scalar measurement datum and denotes a unit of measure. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
IAO
+
+
+
Source
+
http://purl.obolibrary.org/obo/iao.owl
+
+
+
Term status
+
uncurated
+
+
+
+

mechanical functionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000379

+
+ A mechanical function is a function that is realised via mechanical work (through an certain amount of energy transferred by some force). +
+
+
Source
+
http://en.wikipedia.org/wiki/Mechanical_work
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
has super-classes
+
+ function + c +
+
+
+
+

Mechanical Mixer [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000379

+
+ A mixer device designed for mechanically mixing/blending materials. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Mechanical Mixer [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000380

+
+ A mechanical component designed to blend materials. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Melting Range [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000570

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Metadata [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000227

+
+ Metadata are data, which belong to a measurement. They complete the measurment data providing information about the condition under which the measurements have been taken place. +
+
+
Contributors: +
+
Christoph Lenth
+
+
+
+

Metadata [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000228

+
+ Data about data; information that describes another set of data. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C52095
+
+
+
Term status
+
uncurated
+
+
+
+

microcontroller [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000055

+
+ Microcontrollers are compact integrated circuits designed to govern a specific operation in an embedded system. Typically a microcontroller includes a processor, memory and input/output peripherals on a single chip. +
+
+
Term status
+
uncurated
+
+
+
+

Mill [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000341

+
+ machine with two counter-rotating rolls, frequently heated or cooled, usually driven at different speeds, and having an adjustable nip for mastication, mixing, blending, warm-up or sheeting +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

millimeter [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000409

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

millimeter [imr]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000007

+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

millimeter [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000410

+
+ A metric unit of length equal to one thousandth of a meter (10E-3 meter) or approximately 0.03937 inch. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

millimeter [nist]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000008

+
+ "A length unit which is equal to one thousandth of a meter or 10^[-3] m." [NIST:NIST] +
+
+ Imported from ontocomons, also present in TIB terminological service +
+
+
Is defined by
+
NIST (OntoCommons)
+
+
+
Source
+
https://ontobee.org/ontology/UO?iri=http://purl.obolibrary.org/obo/UO_0000016
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

millimeter [uo]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000411

+
+ "A length unit which is equal to one thousandth of a meter or 10^[-3] m." [NIST:NIST] +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
UO
+
+
+
Source
+
http://purl.obolibrary.org/obo/uo.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

mixc + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000558

+
+ To bring or combine together or with something else; add as an additional element or part. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Mixer Device [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000377

+
+ A device for mixing/blending materials or signals. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Mixer Device [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000378

+
+ A mechanical device designed to blend materials or an electronic device designed to blend signals. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
+

mixing [chmo]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000057

+
+ The combining of components, particles or layers into a more homogeneous state. The mixing may be achieved manually or mechanically by shifting the material with stirrers or pumps or by revolving or shaking the container. The process μst not permit segregation of particles of different size or properties. Homogeneity may be considered to have been achieved in a practical sense when the sampling error of the processed portion is negligible compared to the total error of the measurement system. +
+
+ http://purl.obolibrary.org/obo/chmo.owl +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
CHMO
+
+
+
Source
+
http://purl.obolibrary.org/obo/CHMO_0001685
+
+
+
Term status
+
uncurated
+
+
+
+

Mixing [chmo]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000557

+
+ The combining of components, particles or layers into a more homogeneous state. The mixing may be achieved manually or mechanically by shifting the material with stirrers or pumps or by revolving or shaking the container. The process μst not permit segregation of particles of different size or properties. Homogeneity may be considered to have been achieved in a practical sense when the sampling error of the processed portion is negligible compared to the total error of the measurement system. [ https://doi.org/10.1351/goldbook.M03945 ] +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
CHMO
+
+
+
Source
+
http://purl.obolibrary.org/obo/chmo.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Mixing [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000556

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

mixing [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000056

+
+ Mixing is the first of the three areas of an extrusion line, where the input material is homogenized and mixed. This occurs within a screw element through shearing and mixing of the input material. +
+
+
Term status
+
uncurated
+
+
+
+

mixing [ncti]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000058

+
+ To bring or combine together or with something else; add as an additional element or part. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C64925
+
+
+
Term status
+
uncurated
+
+
+
+

Mixing Chamber [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000383

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Mixing Chamber Temperature [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000390

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Mixing Chamber Temperature Control Unit [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000389

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Mixing temperature [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000083

+
+ Control variable that specifies at which temperature mixing takes place. +
+
+
Term status
+
uncurated
+
+
+
+

Mixing Time [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000419

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Mixing time [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000086

+
+ Control value that specifies how long mixing takes place +
+
+
Term status
+
uncurated
+
+
+
+

mixturec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_60004

+
+ A mixture is a chemical substance composed of multiple molecules, at least two of which are of a different kind. +
+
+
has super-classes
+
+ chemical substance + c +
+
has sub-classes
+
+ aggregate [dik] + c, aggregate [enm] + c, polymer [chebi] + c, polymer [ifnano] + c, polymer [ncit] + c +
+
+
+
+

Modulus [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000578

+
+ measure of stiffness under specified conditions of deformation +
+
+ The term should not be used in isolation and should be prefaced by the mode of deformation, e.g. compression modulus or shear modulus. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Molding Zone [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000463

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Molding Zone Temperature [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000473

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Molding Zone Temperature Control Unit [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000472

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

molecular entityc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_23367

+
+ Any constitutionally or isotopically distinct atom, molecule, ion, ion pair, radical, radical ion, complex, conformer etc., identifiable as a separately distinguishable entity. +
+
+
has super-classes
+
+ chemical entity + c +
+
has sub-classes
+
+ elemental molecular entity + c, ion + c, main group molecular entity + c, polyatomic entity + c +
+
+
+
+

molecular qualityc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/PATO_0002182

+
+ A quality which inheres in a molecular entity, a single molecule, atom, ion, radical etc. +
+
+
has super-classes
+
+ physical object quality + c +
+
has sub-classes
+
+ concentration of + c +
+
+
+
+

Molecular Quality [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000629

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Molecular Quality [pato]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000630

+
+ A quality which inheres in a molecular entity, a single molecule, atom, ion, radical etc. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
PATO
+
+
+
Source
+
http://purl.obolibrary.org/obo/pato.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Molecular Weight [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000567

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Molecular Weight [mi]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000568

+
+ Molecular weight in g/mol, determined from molecular formula or sequence. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
MI
+
+
+
Source
+
http://purl.obolibrary.org/obo/mi.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Molecular Weight Distribution Measurement Assay [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000592

+
+ An assay with the objective to produce information about the molecular weight distribution of the material entity that is the evaluant, by physically examining it or its proxies. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Molecular Weight Distribution Measurement Protocol [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000596

+
+ A measurement protocol for reliably reproducing the molecular weight distribution measurement assay. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

molecular_functionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/GO_0003674

+
+ A molecular process that can be carried out by the action of a single macromolecular machine, usually via direct physical interactions with other molecular entities. Function in this sense denotes an action, or activity, that a gene product (or a complex) performs. These actions are described from two distinct but related perspectives: (1) biochemical activity, and (2) role as a component in a larger system/process. +
+
+ Note that, in addition to forming the root of the molecular function ontology, this term is recommended for use for the annotation of gene products whose molecular function is unknown. When this term is used for annotation, it indicates that no information was available about the molecular function of the gene product annotated as of the date the annotation was made; the evidence code 'no data' (ND), is used to indicate this. Despite its name, this is not a type of 'function' in the sense typically defined by upper ontologies such as Basic Formal Ontology (BFO). It is instead a BFO:process carried out by a single gene product or complex. +
+
+
has sub-classes
+
+ kinase activity + c +
+
+
+
+

moleculec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_25367

+
+ Any polyatomic entity that is an electrically neutral entity consisting of more than one atom. +
+
+
has super-classes
+
+ polyatomic entity + c +
+
has sub-classes
+
+ cyclic compound + c, organic molecule + c +
+
+
+
+

monoanionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_36830

+
+
has super-classes
+
+ anion + c +
+
has sub-classes
+
+ polyatomic monoanion + c +
+
+
+
+

monocyclic heteroarenec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_38179

+
+
has super-classes
+
+ heteroarene + c +
+
has sub-classes
+
+ azole + c +
+
+
+
+

Monomer [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000270

+
+ Asubstance which is capable of forming covalent bonds with a +sequence of additional like or unlike molecules under the conditions of the relevant polymerforming reaction used for the particular process +
+
+
+

Monomer [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000271

+
+ A chemical subunit that can undergo polymerization by bonding to other subunits. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C63845
+
+
+
Term status
+
uncurated
+
+
+
+

Mooney Shearing-Disc Viscometer [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000581

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Mooney Unit [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000524

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Mooney Viscosity [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000520

+
+ measure of the viscosity of a raw rubber or rubber compound, determined using a Mooney shearing-disc viscometer +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Mooney viscosity [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000269

+
+ The viscosity of rubber using a standard test method and Mooney Viscometer. +
+
+
Contributors: +
+
Yamen Alsalka
+
+
+
Source
+
https://www.astm.org/d1646-19a.html
+
+
+
+

Mooney Viscosity Measurement Assay [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000516

+
+ An assay with the objective to produce information about the Mooney viscosity of the material entity that is the evaluant, by physically examining it or its proxies. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Mooney Viscosity Measurement Protocol [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000538

+
+ A viscosity measurement protocol for reliably reproducing the Mooney viscosity measurement assay. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Mooney Viscosity Unit [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000523

+
+ A viscosity unit which is a standard measure of the Mooney viscosity. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

morphologyc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/PATO_0000051

+
+ A quality of a single physical entity inhering in the bearer by virtue of the bearer's size or shape or structure. +
+
+
has super-classes
+
+ physical object quality + c +
+
has sub-classes
+
+ length + c +
+
+
+
+

N-Carbon Black [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000298

+
+ The letter “N” is used to indicate a normal curing rate typical of furnace blacks that have received no special modification to alter their influence on the rate of cure of rubber. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Carbon Black [chebi] + c +
+
+
+
+

N600-Carbon Black [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000300

+
+ An N carbon black with an average nitrogen surface area of 33 to 39 m²/g. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

nanoparticlec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_50803

+
+ A nanosized spherical or capsule-shaped structure. +
+
+
has super-classes
+
+ nanostructure + c +
+
has sub-classes
+
+ carbon black nanoparticle + c +
+
+
+
+

nanostructurec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_50795

+
+ A nanometre sized object. +
+
+
has super-classes
+
+ polyatomic entity + c +
+
has sub-classes
+
+ carbon nanostructure + c, nanoparticle + c +
+
+
+
+

narural rubber [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000177

+
+ An elastic material obtained from the latex sap of trees. Constitutes an entity sub-group of the raw material entity. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

narural rubber [ncti]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000178

+
+ The natural extract of tropical rubber plants. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C106043
+
+
+
Term status
+
uncurated
+
+
+
+

Near-surface mass temperature in the tool [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000097

+
+ Measured variable that indicates what the temperature is at the surface of the material. +
+
+
Term status
+
uncurated
+
+
+
+

neural network [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000061

+
+ Artificial neural networks (ANNs) are based on a reduced set of concepts from biological neural systems. It is composed of different Layeres, an input layer, one or more hidden layers and an output layer. Each layer consists of several artificial neurons. The connections of the biological neuron are modeled in artificial neural networks as weights between the artificial neurons. A positive weight reflects an excitatory connection, while negative values mean inhibitory connections. An activation function controls the amplitude of the output. They can be used to model complex relationships between inputs and outputs or to find patterns in data. Thereby ANNs can be trained by machine learning techniques to approximate a function, when the complexity of the data or task makes the design of such function by hand impractical. Other tasks in which ANNs can be trained are classification, including pattern recognition, clustering and Data processing, including clustering. +
+
+
Term status
+
uncurated
+
+
+
+

neural network [ncti]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000062

+
+ A computer algorithm to solve non-linear optimization problems. The algorithm was derived in analogy to the way the densely interconnected, parallel structure of the brain processes information. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C17429
+
+
+
Term status
+
uncurated
+
+
+
+

Newtonmeter [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000398

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

NIP [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000370

+
+ radial clearance between the roll surfaces of a mill or calender on a line of centres +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Nitrile rubber NBR [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000647

+
+ Known as nitrile butadiene rubber and acrylonitrile butadiene rubber, is a synthetic rubber derived from acrylonitrile (ACN) and butadiene. +
+
+
Contributors: +
+
Yamen Alsalka
+
+
+
Source
+
Wikipedia
+
+
+
has super-classes
+
+ Synthetic rubber [hsh] + c +
+
+
+
+

nitrogen molecular entityc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_51143

+
+
has super-classes
+
+ pnictogen molecular entity + c +
+
has sub-classes
+
+ organonitrogen compound + c +
+
+
+
+

Normalization [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000640

+
+ Scaling spectra in order to get all data on approximately the same scale. +
+
+
Contributors: +
+
Yamen Alsalka
+
+
+
Source
+
Unscrambler X
+
+
+
+

Number of Mixing Stages [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000421

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

obsolescence reason specificationc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000225

+
+ The reason for which a term has been deprecated. The allowed values come from an enumerated list of predefined terms. See the specification of these instances for more detailed definitions of each enumerated value. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
is equivalent to
+
{ failed exploratory term , placeholder removed , terms merged , term imported , term split }
+
has super-classes
+
+ data about an ontology part + c +
+
has members
+
+ failed exploratory term + ni, placeholder removed + ni, term imported + ni, term split + ni, terms merged + ni +
+
+
+
+

office equipment [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000176

+
+ Equipment that is employed for managerial purposes in the system under investigation. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

Oil Absorption Number [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000563

+
+ The oil absorption number of a carbon black is related to the processing and vulcanizate properties of rubber compounds containing the carbon black +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Oil Content [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000571

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

online characterisation [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000063

+
+ Online characterisation is the characterization of the material properties during the process and on the real process line in order to be able to react to fluctuations during production. +
+
+
Term status
+
uncurated
+
+
+
+

online optimization [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000064

+
+ In online optimization decisions are made directly in the real process section and without knowledge of future results. Also often the data of the problem instance is not complete. +
+
+
Term status
+
uncurated
+
+
+
+

Operating status [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000119

+
+ The state of an unit within an individual entity sub-group with regard to its working order (e.g., good, defective, not working). +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

operational assistant [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000134

+
+ A person who supports an operator in the system under investigation. Constitutes an entity of the human ressource and the production cost group. +
+
+
has super-classes
+
+ role + c +
+
+
+
+

operator [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000129

+
+ A person who operates a machine entity unit in the system under investigation. Constitutes an entity of the human resource and the production cost group. +
+
+
has super-classes
+
+ role + c +
+
+
+
+

operator [ncti]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000130

+
+ A person that operates some apparatus or machine. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C48036
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ role + c +
+
+
+
+

optical qualityc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/PATO_0001300

+
+ An EM radiation quality in which the EM radiation is within the fiat range of the spectrum visible deemed to be light. +
+
+
has super-classes
+
+ electromagnetic (EM) radiation quality + c +
+
+
+
+

Optical Quality [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000636

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Optical Quality [pato]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000637

+
+ An EM radiation quality in which the EM radiation is within the fiat range of the spectrum visible deemed to be light. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Source
+
http://purl.obolibrary.org/obo/pato.owl
+
+
+
Term status
+
uncurated
+
+
+
+

optimization [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000065

+
+ Optimizers are algorithms or methods used to solve optimization problems by minimize an error function (loss function) or to maximize the efficiency of production. Optimizers are mathematical functions which are dependent on model's learnable parameters i.e Weights & Biases. +
+
+
Term status
+
uncurated
+
+
+
+

optimization [ncti]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000066

+
+ An activity that attempts to find the best solution to a problem. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C78561
+
+
+
Term status
+
uncurated
+
+
+
+

Optimum Cure [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000486

+
+ condition of vulcanization required to achieve an acceptable compromise among a number of desired vulcanizate properties or the optimum value of a selected property +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

organic anionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_25696

+
+ Any organic ion with a net negative charge. +
+
+
has super-classes
+
+ anion + c, organic ion + c +
+
has sub-classes
+
+ organic sulfur anion + c +
+
+
+
+

organic aromatic compoundc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_33659

+
+
has super-classes
+
+ aromatic compound + c, organic cyclic compound + c +
+
has sub-classes
+
+ heteroarene + c +
+
+
+
+

organic cyclic compoundc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_33832

+
+ Any organic molecule that consists of atoms connected in the form of a ring. +
+
+
has super-classes
+
+ cyclic compound + c, organic molecule + c +
+
has sub-classes
+
+ organic aromatic compound + c, organic heterocyclic compound + c +
+
+
+
+

organic disulfidec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_35489

+
+ Compounds of structure RSSR in which R and R' are organic groups. +
+
+
has super-classes
+
+ disulfide + c, organosulfur compound + c +
+
has sub-classes
+
+ di(benzothiazol-2-yl)disulfide [chebi] + c, di(benzothiazol-2-yl)disulfide [dik] + c +
+
+
+
+

organic divalent groupc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_51446

+
+
has super-classes
+
+ organic group [chebi] + c +
+
has sub-classes
+
+ organodiyl group + c, organodiyl group [chebi] + c, organodiyl group [dik] + c +
+
+
+
+

organic divalent group [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000602

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ organic group [chebi] + c +
+
+
+
+

organic group [chebi]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000604

+
+ Any substituent group or skeleton containing carbon. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
CHEBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/chebi.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ group [chebi] + c +
+
has sub-classes
+
+ organic divalent group + c, organic divalent group [dik] + c +
+
+
+
+

Organic Group [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000603

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ group [chebi] + c +
+
+
+
+

organic heterocyclic compoundc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_24532

+
+ A cyclic compound having as ring members atoms of carbon and at least of one other element. +
+
+
has super-classes
+
+ heterocyclic compound + c, heteroorganic entity + c, organic cyclic compound + c +
+
has sub-classes
+
+ heteroarene + c, organonitrogen heterocyclic compound + c, organosulfur heterocyclic compound + c +
+
+
+
+

organic ionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_25699

+
+
has super-classes
+
+ ion + c, organic molecular entity + c +
+
has sub-classes
+
+ organic anion + c +
+
+
+
+

organic molecular entityc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_50860

+
+ Any molecular entity that contains carbon. +
+
+
has super-classes
+
+ carbon group molecular entity + c +
+
has sub-classes
+
+ elemental carbon + c, heteroorganic entity + c, organic ion + c, organic molecule + c +
+
+
+
+

organic moleculec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_72695

+
+ Any molecule that consists of at least one carbon atom as part of the electrically neutral entity. +
+
+
has super-classes
+
+ molecule + c, organic molecular entity + c +
+
has sub-classes
+
+ organic cyclic compound + c +
+
+
+
+

organic sulfur anionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_84291

+
+ An organic anion in which the charge resides on a sulfur atom. +
+
+
has super-classes
+
+ organic anion + c, sulfur molecular entity + c +
+
has sub-classes
+
+ dithiocarbamate anions + c +
+
+
+
+

organizationc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000245

+
+ An entity that can bear roles, has members, and has a set of organization rules. Members of organizations are either organizations themselves or individual people. Members can bear specific organization member roles that are determined in the organization rules. The organization rules also determine how decisions are made on behalf of the organization by the organization members. +
+
+
Source
+
GROUP: OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
PMID: 16353909.AAPS J. 2005 Sep 22;7(2):E274-80. Review. The joint food and agriculture organization of the United Nations/World Health Organization Expert Committee on Food Additives and its role in the evaluation of the safety of veterinary drug residues in foods.
+
+
+
+
has sub-classes
+
+ regulatory agency + c +
+
has members
+
+ Thermo Fisher Scientific + ni +
+
+
+
+

organochalcogen compoundc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_36962

+
+ An organochalcogen compound is a compound containing at least one carbon-chalcogen bond. +
+
+
has super-classes
+
+ chalcogen molecular entity + c, heteroorganic entity + c +
+
has sub-classes
+
+ organosulfur compound + c +
+
+
+
+

organodiyl groupc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_51422

+
+ Any organic substituent group, regardless of functional type, having two free valences at carbon atom(s). +
+
+
has super-classes
+
+ organic divalent group + c +
+
has sub-classes
+
+ Ethylidene Group [dik] + c, Hydrocarbylene Group [chebi] + c, Hydrocarbylene Group [dik] + c, hydrocarbylene group + c +
+
+
+
+

organodiyl group [chebi]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000601

+
+ Any organic substituent group, regardless of functional type, having two free valences at carbon atom(s). +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
CHEBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/chebi.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ organic divalent group + c +
+
+
+
+

organodiyl group [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000600

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ organic divalent group + c +
+
+
+
+

organonitrogen compoundc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_35352

+
+ Any heteroorganic entity containing at least one carbon-nitrogen bond. +
+
+
has super-classes
+
+ heteroorganic entity + c, nitrogen molecular entity + c +
+
has sub-classes
+
+ organonitrogen heterocyclic compound + c +
+
+
+
+

organonitrogen heterocyclic compoundc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_38101

+
+ Any organonitrogen compound containing a cyclic component with nitrogen and at least one other element as ring member atoms. +
+
+
has super-classes
+
+ organic heterocyclic compound + c, organonitrogen compound + c +
+
has sub-classes
+
+ azole + c +
+
+
+
+

organosulfur compoundc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_33261

+
+ An organosulfur compound is a compound containing at least one carbon-sulfur bond. +
+
+
has super-classes
+
+ organochalcogen compound + c, sulfur molecular entity + c +
+
has sub-classes
+
+ organic disulfide + c, organosulfur heterocyclic compound + c +
+
+
+
+

organosulfur heterocyclic compoundc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_38106

+
+
has super-classes
+
+ organic heterocyclic compound + c, organosulfur compound + c +
+
has sub-classes
+
+ thiazoles + c +
+
+
+
+

Oscillating-Disc Curemeter [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000583

+
+ type of curemeter in which the force applied to the rubber compound is produced by an oscillating disc embedded in a test sample which is contained under pressure in a sealed cavity +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

other additives [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000186

+
+ Additional substances that are employed to product rubber-based products. Constitutes an entity sub-group of the raw material entity. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

Outlet surface [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000099

+
+ System parameter that indicates how large the outlet surface of the rubber is. +
+
+
Term status
+
uncurated
+
+
+
+

output layer [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000042

+
+ The output layer in an artificial neural network is the last layer of neurons that produces given outputs for the program. +
+
+
Term status
+
uncurated
+
+
+
+

Overcure [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000487

+
+ state of vulcanization beyond the optimum cure +
+
+ Overcure is generally caused by too long a time and/or too high a temperature of vulcanization and/or post cure, and/or a surplus of vulcanizing agents. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

p-block molecular entityc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_33675

+
+ A main group molecular entity that contains one or more atoms of a p-block element. +
+
+
has super-classes
+
+ main group molecular entity + c +
+
has sub-classes
+
+ carbon group molecular entity + c, chalcogen molecular entity + c, pnictogen molecular entity + c +
+
+
+
+

packaging [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000128

+
+ Materials used to wrap or protect raw materials, semi-finished products, and finished products. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

PALMERA B 1802-CG [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000315

+
+ Trade name for a specific stearic acid +
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Stearic Acid [dik] + c +
+
+
+
+

Paraffinic Oil [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000303

+
+ hydrocarbon process oil, most or all of which is composed of alkanes +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has sub-classes
+
+ ‎P460 [dik] + c +
+
+
+
+

particle (physics) [afo]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000147

+
+ A particle in the physical sciences is a small localized object to which can be ascribed physical properties. [Wikipedia] +
+
+
Contributors: +
+
Lars M Vogt
+
+
+
Is defined by
+
AFM
+
+
+
Source
+
+ http://purl.allotrope.org/voc/afo/merged/REC/2023/06/merged-without-qudt-and-inferred +
+
+
+
Term status
+
uncurated
+
+
+
+

particle [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000283

+
+ Smallest discernible spherical or nearly spherical unit which can exist separately +
+
+ Groups of particles are generally coalesced into aggregates. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
has super-classes
+
+ chemical substance + c +
+
+
+
+

particle [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000284

+
+ An object with finite mass and size parameters. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ chemical entity + c +
+
+
+
+

partitioning data transformationc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0200171

+
+ A partitioning data transformation is a data transformation that has objective partitioning. +
+
+
Source
+
PERSON: James Malone
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
has super-classes
+
+ data transformation + c +
+
has sub-classes
+
+ k-means clustering + c, k-nearest neighbors + c, statistical model validation + c +
+
+
+
+

pathologic distant metastases stage for colon according to AJCC 7th editionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002290

+
+ A categorical value specification that is a pathologic finding about one or more characteristics of colon cancer following the rules of the TNM AJCC v7 classification system as they pertain to distant metastases. TNM pathologic distant metastasis findings are based on clinical findings supplemented by histopathologic examination of one or more tissue specimens acquired during surgery. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
has super-classes
+
+ categorical value specification + c +
+
has members
+
+ cM0 (colon) + ni, cM1 (colon) + ni, cM1a (colon) + ni, cM1b (colon) + ni, pM1 (colon) + ni, pM1a (colon) + ni, pM1b (colon) + ni +
+
+
+
+

pathologic distant metastases stage for kidney according to AJCC 7th editionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002306

+
+ A categorical value specification that is a pathologic finding about one or more characteristics of renal cancer following the rules of the TNM AJCC v7 classification system as they pertain to distant metastases. TNM pathologic distant metastasis findings are based on clinical findings supplemented by histopathologic examination of one or more tissue specimens acquired during surgery. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
has super-classes
+
+ categorical value specification + c +
+
has members
+
+ cM0 (kidney) + ni, cM1 (kidney) + ni, pM1 (kidney) + ni +
+
+
+
+

pathologic distant metastases stage for lung according to AJCC 7th editionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002298

+
+ A categorical value specification that is a pathologic finding about one or more characteristics of lung cancer following the rules of the TNM AJCC v7 classification system as they pertain to distant metastases. TNM pathologic distant metastasis findings are based on clinical findings supplemented by histopathologic examination of one or more tissue specimens acquired during surgery. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
has super-classes
+
+ categorical value specification + c +
+
has members
+
+ cM0 (lung) + ni, cM1 (lung) + ni, cM1a (lung) + ni, cM1b (lung) + ni, pM1 (lung) + ni, pM1a (lung) + ni, pM1b (lung) + ni +
+
+
+
+

pathologic distant metastases stage for ovary according to AJCC 7th editionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002310

+
+ A categorical value specification that is a pathologic finding about one or more characteristics of ovarian cancer following the rules of the TNM AJCC v7 classification system as they pertain to distant metastases. TNM pathologic distant metastasis findings are based on clinical findings supplemented by histopathologic examination of one or more tissue specimens acquired during surgery. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
has super-classes
+
+ categorical value specification + c +
+
has members
+
+ cM0 (ovary) + ni, cM1 (ovary) + ni, pM1 (ovary) + ni +
+
+
+
+

pathologic lymph node stage for colon and rectum according to AJCC 7th editionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002270

+
+ A categorical value specification that is a pathologic finding about one or more characteristics of colorectal cancer following the rules of the TNM AJCC v7 classification system as they pertain to staging of regional lymph nodes. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
has super-classes
+
+ categorical value specification + c +
+
has members
+
+ pN0 (colon) + ni, pN1 (colon) + ni, pN1a (colon) + ni, pN1b (colon) + ni, pN1c (colon) + ni, pN2 (colon) + ni, pN2a (colon) + ni, pN2b (colon) + ni +
+
+
+
+

pathologic lymph node stage for kidney according to AJCC 7th editionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002284

+
+ A categorical value specification that is a pathologic finding about one or more characteristics of renal cancer following the rules of the TNM AJCC v7 classification system as they pertain to staging of regional lymph nodes. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
has super-classes
+
+ categorical value specification + c +
+
has members
+
+ pN0 (kidney) + ni, pN1 (kidney) + ni +
+
+
+
+

pathologic lymph node stage for lung according to AJCC 7th editionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002279

+
+ A categorical value specification that is a pathologic finding about one or more characteristics of lung cancer following the rules of the TNM AJCC v7 classification system as they pertain to staging of regional lymph nodes. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
has super-classes
+
+ categorical value specification + c +
+
has members
+
+ pN0 (lung) + ni, pN1 (lung) + ni, pN2 (lung) + ni, pN3 (lung) + ni +
+
+
+
+

pathologic lymph node stage for ovary according to AJCC 7th editionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002287

+
+ A categorical value specification that is a pathologic finding about one or more characteristics of ovarian cancer following the rules of the TNM AJCC v7 classification system as they pertain to staging of regional lymph nodes. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
has super-classes
+
+ categorical value specification + c +
+
has members
+
+ pN0 (ovary) + ni, pN1 (ovary) + ni +
+
+
+
+

pathologic primary tumor stage for colon and rectum according to AJCC 7th editionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002224

+
+ A categorical value specification that is a pathologic finding about one or more characteristics of colorectal cancer following the rules of the TNM American Joint Committee on Cancer (AJCC) version 7 classification system as they pertain to staging of the primary tumor. TNM pathologic primary tumor findings are based on clinical findings supplemented by histopathologic examination of one or more tissue specimens acquired during surgery. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
has super-classes
+
+ categorical value specification + c +
+
has members
+
+ pT0 (colon) + ni, pT1 (colon) + ni, pT2 (colon) + ni, pT3 (colon) + ni, pT4a (colon) + ni, pT4b (colon) + ni, pTis (colon) + ni +
+
+
+
+

pathologic primary tumor stage for kidney according to AJCC 7th editionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002243

+
+ A categorical value specification that is a pathologic finding about one or more characteristics of renal cancer following the rules of the TNM AJCC v7 classification system as they pertain to staging of the primary tumor. TNM pathologic primary tumor findings are based on clinical findings supplemented by histopathologic examination of one or more tissue specimens acquired during surgery. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
has super-classes
+
+ categorical value specification + c +
+
has members
+
+ pT0 (kidney) + ni, pT1 (kidney) + ni, pT1a (kidney) + ni, pT1b (kidney) + ni, pT2 (kidney) + ni, pT2a (kidney) + ni, pT2b (kidney) + ni, pT3 (kidney) + ni, pT3a (kidney) + ni, pT3b (kidney) + ni, pT3c (kidney) + ni, pT4 (kidney) + ni +
+
+
+
+

pathologic primary tumor stage for lung according to AJCC 7th editionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002232

+
+ A categorical value specification that is a pathologic finding about one or more characteristics of lung cancer following the rules of the TNM American Joint Committee on Cancer (AJCC) version 7 classification system as they pertain to staging of the primary tumor. TNM pathologic primary tumor findings are based on clinical findings supplemented by histopathologic examination of one or more tissue specimens acquired during surgery. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
has super-classes
+
+ categorical value specification + c +
+
has members
+
+ pT0 (lung) + ni, pT1 (lung) + ni, pT1a (lung) + ni, pT1b (lung) + ni, pT2 (lung) + ni, pT2a (lung) + ni, pT2b (lung) + ni, pT3 (lung) + ni, pT4 (lung) + ni, pTis (lung) + ni +
+
+
+
+

pathologic primary tumor stage for ovary according to AJCC 7th editionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002256

+
+ A categorical value specification that is a pathologic finding about one or more characteristics of ovarian cancer following the rules of the TNM AJCC v7 classification system as they pertain to staging of the primary tumor. TNM pathologic primary tumor findings are based on clinical findings supplemented by histopathologic examination of one or more tissue specimens acquired during surgery. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
has super-classes
+
+ categorical value specification + c +
+
has members
+
+ pT0 (ovary) + ni, pT1 (ovary) + ni, pT1a (ovary) + ni, pT1b (ovary) + ni, pT1c (ovary) + ni, pT2 (ovary) + ni, pT2a (ovary) + ni, pT2b (ovary) + ni, pT2c (ovary) + ni, pT3 (ovary) + ni, pT3a (ovary) + ni, pT3b (ovary) + ni, pT3c (ovary) + ni +
+
+
+
+

pattern recognition [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000059

+
+ Pattern recognition is the automated recognition of patterns and regularities in data. Pattern recognition has its origins in statistics and engineering; some modern approches include the use of machine learning, due to the increased availability of big data and a new abundance of processing power. +
+
+
Term status
+
uncurated
+
+
+
+

pattern recognition [ncti]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000060

+
+ A branch of artificial intelligence concerned with the identification of visual or audio patterns by computers.For the computer to recognize the patterns, the patterns must be converted into digital signals and compared with patterns already stored in memory.Some uses of this technology are in character recognition, voice recognition, handwriting recognition, and robotics. (High-Tech Dictionary) [ NCI ] +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C16961
+
+
+
Term status
+
uncurated
+
+
+
+

peak [allotrope]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000217

+
+ A peak describes a part of a data distribution function at a definite range of the experimental parameter (independent variable) of the distribution function. This definition includes a single data point of the distribution function. [Allotrope] +
+
+ http://purl.allotrope.org/ontologies/ +
+
+
Is defined by
+
allotrope.org
+
+
+
Source
+
http://purl.allotrope.org/ontologies/result#AFR_0000413
+
+
+
Term status
+
uncurated
+
+
+
+

peak [ms]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000220

+
+ A localized region of relatively large ion signal in a mass spectrum. Although peaks are often associated with particular ions, the terms peak and ion should not be used interchangeably. +
+
+ http://purl.obolibrary.org/obo/ms.owl +
+
+
Is defined by
+
MS
+
+
+
Source
+
http://purl.obolibrary.org/obo/MS_1000231
+
+
+
Term status
+
uncurated
+
+
+
+

peak [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000218

+
+ The most extreme possible amount or value; the highest point. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C48054
+
+
+
Term status
+
uncurated
+
+
+
+

peak matchingc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000726

+
+ Peak matching is a data transformation performed on a dataset of a graph of ordered data points (e.g. a spectrum) with the objective of pattern matching local maxima above a noise threshold +
+
+
Source
+
PERSON: Ryan Brinkman
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
has super-classes
+
+ data transformation + c +
+
has members
+
+ GenePattern peak matching + ni +
+
+
+
+

peak[ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000216

+
+ In Spectroscopy, peaks are features of a spectrum. A peak comprise a restricted region of a spectrum, which is absorbed or emitted with high intensity. It is defined as a local maximum in the spectrum. +
+
+ in Spectroscopy +
+
+
Contributors: +
+
Sven Schwabe (IFNANO)
+
+
+
+

Percent [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000609

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Percent [om]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000611

+
+ The percent is a unit of dimension one defined as 1/100. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
OM
+
+
+
Source
+
http://www.ontology-of-units-of-measure.org/resource/om-2
+
+
+
Term status
+
uncurated
+
+
+
+

Percent [uo]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000610

+
+ "A dimensionless ratio unit which denotes numbers as fractions of 100." [Wikipedia:Wikipedia] +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
UO
+
+
+
Source
+
http://purl.obolibrary.org/obo/uo.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

performance status value specificationc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002356

+
+ A categorical value specification that is an assessment of a participant's performance status (general well-being and activities of daily life). +
+
+
Source
+
https://en.wikipedia.org/wiki/Performance_status
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
has super-classes
+
+ categorical value specification + c +
+
has sub-classes
+
+ Eastern Cooperative Oncology Group score value specification + c, Karnofsky score vaue specification + c +
+
+
+
+

Photometric Measurement Process [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000226

+
+ Measurement using photometry +
+
+
+

Photometry [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000229

+
+ Measurement method using visible light to analyse the property of a substance +
+
+
Contributors: +
+
Christoph Lenth
+
+
+
Source
+
+ https://de.wikipedia.org/wiki/Photometrie +
+
+
+
+

Photometry [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000230

+
+ Measurement of the properties of light, especially luminous intensity. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C65109
+
+
+
Term status
+
uncurated
+
+
+
+

PHR [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000335

+
+ mass of compounding ingredient added to one hundred mass units of elastomer +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

physical object qualityc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/PATO_0001241

+
+ A quality which inheres in a continuant. +
+
+
has sub-classes
+
+ molecular quality + c, morphology + c, physical quality + c +
+
+
+
+

Physical Object Quality [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000495

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Source
+
http://purl.obolibrary.org/obo/pato.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Physical Object Quality [pato]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000496

+
+ A quality of a physical entity that exists through action of continuants at the physical level of organisation in relation to other entities. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
PATO
+
+
+
Source
+
http://purl.obolibrary.org/obo/pato.owl
+
+
+
Term status
+
uncurated
+
+
+
+

physical qualityc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/PATO_0001018

+
+ A quality of a physical entity that exists through action of continuants at the physical level of organisation in relation to other entities. +
+
+
has super-classes
+
+ physical object quality + c +
+
has sub-classes
+
+ pressure + c, quality of a substance + c, radiation quality + c, temperature + c +
+
+
+
+

Physical Quality [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000497

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Is defined by
+
PATO
+
+
+
Source
+
http://purl.obolibrary.org/obo/pato.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Physical Quality [pato]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000498

+
+ A quality which inheres in a continuant. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
PATO
+
+
+
Source
+
http://purl.obolibrary.org/obo/pato.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Picture grid [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000236

+
+ Commen form of representing a digital picture: The picture is represented as a XY-Grid of Data-Points containing the color and brightness information. +
+
+ format +
+
+
+

Pin [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000427

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Pin Extruder [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000426

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Extruder [dik] + c +
+
+
+
+

Pin Zone [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000461

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Pin Zone Temperature [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000471

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Pin Zone Temperature Control Unit [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000470

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Pixel [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000237

+
+ Element of the picture grid +
+
+ format +
+
+
+

Pixel [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000238

+
+ The smallest resolvable rectangular area of an image, either on a screen or stored in memory. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C48367
+
+
+
Term status
+
uncurated
+
+
+
+

planned processc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000011

+
+ A process that realizes a plan which is the concretization of a plan specification. +
+
+
Source
+
branch derived
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
Injecting mice with a vaccine in order to test its efficacy
+
+
+
+
has sub-classes
+
+ assay + c, data transformation + c, data visualization + c, dataset creating + c, material processing + c, software development + c, specimen collection process + c +
+
is in domain of
+
+ achieves_planned_objective + op, has_specified_input + op, has_specified_output + op +
+
is in range of
+
+ is_specified_input_of + op, is_specified_output_of + op, objective_achieved_by + op +
+
+
+
+

plasticizer [chebi]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000184

+
+ Any compound that is used as an additive to increase the plasticity or fluidity of a substance, particularly but not exclusively to synthetic polymers. +
+
+ plasticiser +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
CHEBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/CHEBI_79056
+
+
+
Term status
+
uncurated
+
+
+
+

plasticizer [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000182

+
+ A substance added to a synthetic resin to produce or promote plasticity and flexibility and to reduce brittleness. Constitutes an entity sub-group of the raw material entity. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

plasticizer [ncti]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000183

+
+ A substance added to plastics or other materials to make or keep them soft or pliable. +
+
+ plasticiser +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C55826
+
+
+
Term status
+
uncurated
+
+
+
+

Plateau Cure [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000485

+
+ type of vulcanization during which the modulus of the vulcanizate proceeds to a maximum and then remains essentially constant for a substantial period at the vulcanization temperature +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Platen [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000587

+
+ flat metal plate (or chest) which applies heat and pressure to one or more mould(s) in a press +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Platen Press [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000586

+
+ press having two or more super-imposed heated platens between which moulds are pressed +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

pnictogen molecular entityc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_33302

+
+ A p-block molecular entity containing any pnictogen. +
+
+
has super-classes
+
+ p-block molecular entity + c +
+
has sub-classes
+
+ nitrogen molecular entity + c +
+
+
+
+

point cloud [imr]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000005

+
+ A gathering of individual points with an +with an unstructured spatial structure +
+
+
+

Poligeenanc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_82298

+
+
has super-classes
+
+ polymer [chebi] + c +
+
has sub-classes
+
+ Carbon Black [chebi] + c +
+
+
+
+

polyatomic anionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_33273

+
+ An anion consisting of more than one atom. +
+
+
has super-classes
+
+ anion + c, polyatomic ion + c +
+
has sub-classes
+
+ polyatomic monoanion + c +
+
+
+
+

polyatomic entityc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_36357

+
+ Any molecular entity consisting of more than one atom. +
+
+
has super-classes
+
+ molecular entity + c +
+
has sub-classes
+
+ molecule + c, nanostructure + c, polyatomic ion + c +
+
+
+
+

polyatomic ionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_36358

+
+ An ion consisting of more than one atom. +
+
+
has super-classes
+
+ ion + c, polyatomic entity + c +
+
has sub-classes
+
+ polyatomic anion + c +
+
+
+
+

polyatomic monoanionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_36829

+
+
has super-classes
+
+ monoanion + c, polyatomic anion + c +
+
has sub-classes
+
+ pseudohalide anion + c +
+
+
+
+

Polyisoprene IR [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000646

+
+ A synthetic cis-1,4-polyisoprene, made by the industrial polymerisation of isoprene. +
+
+
Contributors: +
+
Yamen Alsalka
+
+
+
Source
+
Wikipedia
+
+
+
has super-classes
+
+ Synthetic rubber [hsh] + c +
+
+
+
+

polymer [chebi]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000273

+
+ A polymer is a mixture, which is composed of macromolecules of different kinds and which may be differentiated by composition, length, degree of branching etc.. +
+
+ http://purl.obolibrary.org/obo/chebi.owl +
+
+
Is defined by
+
CHEBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/CHEBI_60027
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ mixture + c +
+
has sub-classes
+
+ Keltan 5470C [dik] + c, Poligeenan + c, agglomerate [dik] + c, agglomerate [enm] + c, rubber particle [chebi] + c +
+
+
+
+

Polymer [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000285

+
+ substance composed of molecules characterized by the multiple repetition of one or more species of atoms or groups of atoms (constitutional units) linked to each other in amounts sufficient to provide a set of properties that do not vary markedly with the addition or removal of one or a few of the constitutional units +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

polymer [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000272

+
+ a substance consisting of molecules characterised by the sequence of one or more +types of monomer unit. Such molecules must be distributed over a range of molecular weights. +
+
+
Contributors: +
+
Yamen Alsalka
+
+
+
has super-classes
+
+ mixture + c +
+
+
+
+

polymer [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000274

+
+ A substance made up of variable numbers of repeating structural units linked through covalent bonds. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Is defined by
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C48803
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ mixture + c +
+
+
+
+

Polymer Composition [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000276

+
+ The relative proportions of monomers that make up a particular chemical polymer (raw rubber). +
+
+
Contributors: +
+
Christoph Lenth
+
+
+
+

Power [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000415

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Power [om]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000417

+
+ Power is the time rate at which work is done. It is a derived quantity in the International System of Units. Power is energy divided by time. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
OM
+
+
+
Source
+
http://www.ontology-of-units-of-measure.org/resource/om-2
+
+
+
Term status
+
uncurated
+
+
+
+

Power [pato]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000416

+
+ A physical quality inhering in a bearer by virtue of the bearer's rate of doing work. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
PATO
+
+
+
Source
+
http://purl.obolibrary.org/obo/pato.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Prediction [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000641

+
+ Estimation of unknown response values using a regression model. +
+
+
Contributors: +
+
Yamen Alsalka
+
+
+
Source
+
Unscrambler X
+
+
+
+

pressurec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/PATO_0001025

+
+ A physical quality that inheres in a bearer by virtue of the bearer's amount of force per unit area it exerts. +
+
+
has super-classes
+
+ physical quality + c +
+
+
+
+

Pressure [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000446

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Pressure [om]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000448

+
+ Pressure is the force applied to or distributed over a surface. It is a derived quantity in the International System of Units. Pressure is force divided by area. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
OM
+
+
+
Source
+
http://www.ontology-of-units-of-measure.org/resource/om-2
+
+
+
Term status
+
uncurated
+
+
+
+

Pressure [pato]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000447

+
+ A physical quality that inheres in a bearer by virtue of the bearer's amount of force per unit area it exerts. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
PATO
+
+
+
Source
+
http://purl.obolibrary.org/obo/pato.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Pressure Sensor [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000455

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Pressure Variation [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000439

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

primary accelerator [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000317

+
+ principal accelerator used in a vulcanizing system +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ accelerator [dik] + c +
+
+
+
+

principal component analysis [edam]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000225

+
+ A statistical procedure that uses an orthogonal transformation to convert a set of observations of possibly correlated variables into a set of values of linearly uncorrelated variables called principal components. +
+
+ http://edamontology.org +
+
+
Is defined by
+
EDAM
+
+
+
Source
+
http://edamontology.org/operation_3960
+
+
+
Term status
+
uncurated
+
+
+
+

principal component analysis [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000223

+
+ Principal component analysis (PCA) is the process of computing the principal components and using them to perform a change of basis on the data. +
+
+
Contributors: +
+
Sven Schwabe (IFNANO)
+
+
+
Source
+
https://en.wikipedia.org/wiki/Principal_component_analysis
+
+
+
+

principal component analysis [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000224

+
+ A vector space transform used to reduce the dimensionality in a dataset while retaining those characteristics of the dataset that contribute most to its variance. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C49291
+
+
+
Term status
+
uncurated
+
+
+
+

principal components analysis dimensionality reductionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0200051

+
+ A principal components analysis dimensionality reduction is a dimensionality reduction achieved by applying principal components analysis and by keeping low-order principal components and excluding higher-order ones. +
+
+
Source
+
PERSON: Elisabetta Manduchi
+
PERSON: James Malone
+
PERSON: Melanie Courtot
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
has super-classes
+
+ dimensionality reduction + c +
+
has members
+
+ GenePattern PCA + ni +
+
+
+
+

Process Oil [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000305

+
+ hydrocarbon oil derived from petroleum or other sources and used as an extender or processing aid +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Processability [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000376

+
+ relative ease with which raw or compounded rubbers can be handled in rubber-processing machinery +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ measurement unit label + c +
+
+
+
+

processed materialc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000047

+
+ Is a material entity that is created or changed during material processing. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
Examples include gel matrices, filter paper, parafilm and buffer solutions, mass spectrometer, tissue samples
+
+
+
+
has super-classes
+
+
has sub-classes
+
+ device + c, processed specimen + c +
+
+
+
+

Processed Material [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000554

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Processed Material [obi]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000555

+
+ Is a material entity that is created or changed during material processing. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
OBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/obi.owl
+
+
+
Term status
+
uncurated
+
+
+
+

processed specimenc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000953

+
+ A specimen that has been intentionally physically modified. +
+
+ A tissue sample that has been sliced and stained for a histology study. +
+
+
Source
+
Bjoern Peters
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
A tissue sample that has been sliced and stained for a histology study.
+A blood specimen that has been centrifuged to obtain the white blood cells.
+
+
+
+
is equivalent to
+
+ processed material + c + and + specimen + c +
+
has super-classes
+
+ processed material + c, specimen + c +
+
+
+
+

processed spectrum [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000222

+
+ Result of different mathematical processes conducted on raw Spectra. Processing steps include e.g. normalization and baseline correction +
+
+
Contributors: +
+
Sven Schwabe (IFNANO)
+
+
+
+

Processing Aid [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000306

+
+ compounding ingredient which improves the processability of a rubber compound or mix +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Product Data Sheet [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000340

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

production cost [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000114

+
+ A cost group for all cost values occuring from entity sub-groups in the production cost group and the associated factors +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

Production-in-the-Loop [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000067

+
+ Production-in-the-Loop describes a method, in which information from the production process is continuously recorded and the process is adapted to the changing framework conditions on the basis of this information. +
+
+
Term status
+
uncurated
+
+
+
+

protocolc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000272

+
+ A plan specification which has sufficient level of detail and quantitative information to communicate it between investigation agents, so that different investigation agents will reliably be able to independently reproduce the process. +
+
+
Source
+
OBI branch derived + wikipedia (http://en.wikipedia.org/wiki/Protocol_%28natural_sciences%29)
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
PCR protocol, has objective specification, amplify DNA fragment of interest, and has action specification describes the amounts of experimental reagents used (e..g. buffers, dNTPS, enzyme), and the temperature and cycle time settings for running the PCR.
+
+
+
+
+

Protocol [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000529

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Protocol [edam]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000532

+
+ A human-readable collection of information about about how a scientific experiment or analysis was carried out that results in a specific set of data or results used for further analysis or to test a specific hypothesis. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
EDAM
+
+
+
Source
+
http://edamontology.org
+
+
+
Term status
+
uncurated
+
+
+
+

Protocol [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000530

+
+ A rule which guides how an activity should be performed. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Protocol [obi]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000531

+
+ A plan specification which has sufficient level of detail and quantitative information to communicate it between investigation agents, so that different investigation agents will reliably be able to independently reproduce the process. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
OBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/obi.owl
+
+
+
Term status
+
uncurated
+
+
+
+

pseudohalide anionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_36828

+
+
has super-classes
+
+ polyatomic monoanion + c +
+
has sub-classes
+
+ cyanide + c +
+
+
+
+

quality inspector [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000136

+
+ A person who monitors the quality of incoming and outgoing products or materials in the system under investigation. Constitutes an entity of the human ressource and the production cost group. +
+
+
has super-classes
+
+ role + c +
+
+
+
+

quality of a liquidc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/PATO_0001548

+
+ A physical quality inhering in an entity exhibiting the physical characteristics of an amorphous (non-crystalline) form of matter between a gas and a solid that has a definite volume, but no definite shape. +
+
+
has super-classes
+
+ quality of a substance + c +
+
+
+
+

Quality of a Liquid [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000527

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Quality of a Liquid [pato]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000528

+
+ A physical quality inhering in an entity exhibiting the physical characteristics of an amorphous (non-crystalline) form of matter between a gas and a solid that has a definite volume, but no definite shape. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
PATO
+
+
+
Source
+
http://purl.obolibrary.org/obo/pato.owl
+
+
+
Term status
+
uncurated
+
+
+
+

quality of a solidc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/PATO_0001546

+
+ A physical quality inhering in a bearer by virtue of the bearer's exhibiting the physical characteristics of an entity characterized by particles arranged such that their shape and volume are relatively stable. +
+
+
has super-classes
+
+ quality of a substance + c +
+
+
+
+

Quality of a Solid [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000634

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Quality of a Solid [pato]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000635

+
+ A physical quality inhering in a bearer by virtue of the bearer's exhibiting the physical characteristics of an entity characterized by particles arranged such that their shape and volume are relatively stable. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
PATO
+
+
+
Source
+
http://purl.obolibrary.org/obo/pato.owl
+
+
+
Term status
+
uncurated
+
+
+
+

quality of a substancec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/PATO_0002198

+
+ A quality inhering in a bearer by virtue of its constitution. +
+
+
has super-classes
+
+ physical quality + c +
+
has sub-classes
+
+ quality of a liquid + c, quality of a solid + c +
+
+
+
+

Quality of a Substance [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000525

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Quality of a Substance [pato]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000526

+
+ A quality inhering in a bearer by virtue of its constitution. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
PATO
+
+
+
Source
+
http://purl.obolibrary.org/obo/pato.owl
+
+
+
Term status
+
uncurated
+
+
+
+

questionnairec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001000

+
+ A document with a set of printed or written questions with a choice of answers, devised for the purposes of a survey or statistical study. +
+
+
Source
+
Merriam-Webster
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
has super-classes
+
+ document + c +
+
has members
+
+ Edingburgh handedness inventory + ni +
+
+
+
+

Radial temperature profile of the mixture in the screw channel [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000098

+
+ Measured variable that indicates how the temperature is distributed radially over the screw channel. +
+
+
Term status
+
uncurated
+
+
+
+

radiation qualityc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/PATO_0001739

+
+ A quality that inheres in an bearer by virtue of how that bearer interacts with radiation. +
+
+
has super-classes
+
+ physical quality + c +
+
has sub-classes
+
+ electromagnetic (EM) radiation quality + c +
+
+
+
+

Raman spectroscopy [allotrope]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000188

+
+ Any type of vibrational spectroscopy where the Raman scattering of monochromatic light, usually from a laser in the visible, near infrared, or near ultraviolet range by a sample is detected. [CHMO] +
+
+ http://purl.allotrope.org/ontologies/ +
+
+
Is defined by
+
allotrope.org
+
+
+
Source
+
http://purl.allotrope.org/ontologies/process#AFP_0000047
+
+
+
Term status
+
uncurated
+
+
+
+

Raman spectroscopy [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000187

+
+ A non-destructive light scattering technique that provides detailed information about the chemical structure upon the interaction of light with the chemical bonds within a material based on periodic changes of polarizabilities, usually manifested as energy loss (gain) with respect to the incident light. +
+
+
Contributors: +
+
Georgios Ctistis
+
+
+
Source
+
https://www.horiba.com/ind/raman-imaging-and-spectroscopy/
+
+
+
+

Raman spectroscopy [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000189

+
+ Emission of electromagnetic energy with a shorter frequency (longer wavelength) than that of the incident monochromatic light. Arises from the low probability absorption of quanta with a higher energy than that required for a transition: the difference in energy is emitted as a lower frequency (energy) photon. Allows analysis of vibrational and rotational energy levels using visible incident light. [ NCI ] +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Is defined by
+
NCI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C17157
+
+
+
Term status
+
uncurated
+
+
+
+

Raman spectrum [allotrope]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000194

+
+ A plot of intensity vs. Raman shift (cm-1) obtained by measuring the Raman scattering of monochromatic light from a sample. [CHMO] +
+
+ http://purl.allotrope.org/ontologies/ +
+
+
Is defined by
+
allotrope.org (chmo)
+
+
+
Source
+
http://purl.allotrope.org/ontologies/result#AFR_0000519
+
+
+
Term status
+
uncurated
+
+
+
+

Raman spectrum [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000193

+
+ A graph presents a number of peaks, showing the intensity and wavelength position of the Raman scattered light, in which each peak corresponds to a specific molecular bond vibration. +
+
+
Contributors: +
+
Christoph Lenth
+
+
+
Source
+
https://www.horiba.com/ind/raman-imaging-and-spectroscopy/
+
+
+
+

rate unitc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000280

+
+
has super-classes
+
+ measurement unit label + c +
+
has members
+
+ count per molar + ni, count per molar second + ni, count per nanomolar + ni, count per nanomolar second + ni +
+
+
+
+

Ratio [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000612

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Ratio [ms]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000616

+
+ A ratio is a data item which is formed with two numbers r and s is written r/s, where r is the numerator and s is the denominator. The ratio of r to s is equivalent to the quotient r/s. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
MS
+
+
+
Source
+
http://purl.obolibrary.org/obo/ms.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Ratio [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000613

+
+ Quotient of quantities of the same kind for different components within the same system. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Ratio [uo]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000614

+
+ "A dimensionless ratio unit which, given a pair of quantities a and b, for which b is a multiple of a, denotes b by giving the multiplier (coefficient) c for a to result in b." [UOB:LKSR] +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
UO
+
+
+
Source
+
http://purl.obolibrary.org/obo/uo.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Ratio [uo]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000615

+
+ "A dimensionless unit which denotes an amount or magnitude of one quantity relative to another." [Wikipedia:Wikipedia] +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
UO
+
+
+
Source
+
http://purl.obolibrary.org/obo/uo.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

raw material [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000123

+
+ The basic materials from which a finished product is made in the system under investigation. Constitutes an entity in the material cost and waste management cost group. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

Raw Rubber [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000289

+
+ natural or synthetic rubber, usually in bales or packages, forming the starting material for the manufacture of rubber products +
+
+ It is normally free from compounding ingredients but may also, for example, take the form of a masterbatch with oil and/or filler. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ rubber particle [chebi] + c +
+
+
+
+

Raw rubber samples [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000199

+
+ Natural and synthetic rubber materials that are modified and shaped into rubber products through the rubber extrusion process. +
+
+
Contributors: +
+
Yamen Alsalka (IFNANO)
+
+
+
Source
+
https://www.extrudedrubber.net/
+
+
+
+

raw spectrum [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000221

+
+ Unprocessed data obtained from spectrometric devices +
+
+
Contributors: +
+
Sven Schwabe (IFNANO)
+
+
+
+

regression analysis [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000068

+
+ Regression analysis consists of a set of machine learning methods that allow us to predict a continuous outcome variable (y) based on the value of one or multiple predictor variables (x). Regression is a supervised learning technique, in which Algorithems build a mathematical Modell or equation that defines y as a funktion of x. +
+
+
Term status
+
uncurated
+
+
+
+

regulator rolec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000014

+
+ a regulatory role involved with making and/or enforcing relevant legislation and governmental orders +
+
+
Source
+
OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
Example
+
+
Fact sheet - Regulating the companies The role of the regulator. Ofwat is the economic regulator of the water and sewerage industry in England and Wales.  http://www.ofwat.gov.uk/aptrix/ofwat/publish.nsf/Content/roleofregulator_factsheet170805
+
+
+
+
has super-classes
+
+ regulatory role + c +
+
+
+
+

regulatory agencyc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000450

+
+ A regulatory agency is a organization that has responsibility over or for the legislation (acts and regulations) for a given sector of the government. +
+
+
Source
+
WEB: en.wikipedia.org/wiki/Regulator
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
The US Environmental Protection Agency
+
+
+
+
is equivalent to
+
+ organization + c + and (has role + op + some + regulator role + c)
+
has super-classes
+
+ organization + c +
+
has members
+
+ U.S. Food and Drug Administration + ni +
+
+
+
+

regulatory rolec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000017

+
+ a role which inheres in material entities and is realized in the processes of making, enforcing or being defined by legislation or orders issued by a governmental body. +
+
+
Source
+
OBI, CDISC
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
Example
+
+
Regulatory agency, Ethics committee, Approval letter; example:  Browse these EPA Regulatory Role subtopics  http://www.epa.gov/ebtpages/enviregulatoryrole.html  Feb 29, 2008
+
+
+
+
has super-classes
+
+ role + c +
+
has sub-classes
+
+ regulator role + c +
+
+
+
+

reinforcement learning [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000030

+
+ Reinforcement learning is a set of machine learning methods in which an agent autonomously learns a strategy to maximize a reward. Algorithms follow the trail-and-error principle, thus try several strategies and repeat those with a higher reward. During the training the agent produces an input, while the target output is only known to a teacher. The teacher gives feedback to the agent in form of a reward. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Term status
+
uncurated
+
+
+
+

reinforcing materials [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000181

+
+ Material that is used to support the structure of rubber based products (e.g., steel cords). Constitutes an entity sub-group of the raw material entity. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

Retarder [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000333

+
+ compounding ingredient used to reduce the tendency of a rubber compound to vulcanize prematurely +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

RGB image data [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000235

+
+ Digital representation of an image using a natural number defining the red, green and blue proportion for each pixel +
+
+
+

Rhenogran ‎ZBDC 80‎ [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000329

+
+ Trade name for a specific zinc dibenzyldithiocarbamate +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Zinc Dibenzyldithiocarbamate [dik] + c +
+
+
+
+

rolec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/BFO_0000023

+
+ A realizable entity the manifestation of which brings about some result or end that is not essential to a continuant in virtue of the kind of thing that it is but that can be served or participated in by that kind of continuant in some kinds of natural, social or institutional contexts. +
+
+
Is defined by
+
+ http://purl.obolibrary.org/obo/bfo.owl +
+
+
+
Example
+
+
John’s role of husband to Mary is dependent on Mary’s role of wife to John, and both are dependent on the object aggregate comprising John and Mary as member parts joined together through the relational quality of being married.
+
+
+
the priest role
+
+
+
the role of a boundary to demarcate two neighboring administrative territories
+
+
+
the role of a building in serving as a military target
+
+
+
the role of a stone in marking a property boundary
+
+
+
the role of subject in a clinical trial
+
+
+
the student role
+
+
+
+
has sub-classes
+
+ agent [ita] + c, agent [ncti] + c, evaluant role + c, manufacturer role + c, operational assistant [hsh] + c, operator [hsh] + c, operator [ncti] + c, quality inspector [hsh] + c, regulatory role + c, service provider role + c, specimen role + c, supervisor [hsh] + c, supervisor [m4i] + c, supervisor [ncti] + c, warehouse clerk [hsh] + c +
+
is in range of
+
+ has role + op +
+
is disjoint with
+
+ disposition + c +
+
+
+
+

Roll [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000342

+
+ cylinder forming a major, rotating member of a calender or mill +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

rolling [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000081

+
+ Rolling is the second of the three areas of the extrusion line. Where the material is homogenised. +
+
+
Term status
+
uncurated
+
+
+
+

rotation speed (Mixer) [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000085

+
+ Control value that specifies at which speed mixing takes place +
+
+
Term status
+
uncurated
+
+
+
+

Rotational Frequency [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000345

+
+ A physical quality which inheres in a bearer by virtue of its speed rotating around itself. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Rotational Frequency Unit [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000346

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ frequency unit + c +
+
+
+
+

Rotational Frequency Unit [uo]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000347

+
+ "A unit which is a standard measure of the number of rotations in a given time." [NIST:NIST] +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
UO
+
+
+
Source
+
http://purl.obolibrary.org/obo/uo.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ frequency unit + c +
+
+
+
+

Rotor [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000382

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Rotor Speed [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000386

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Rotor Temperature [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000388

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Rotor Temperature Control Unit [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000387

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Rotor Torque [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000399

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Rotorless Curemeter [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000584

+
+ type of curemeter in which the force applied to the rubber compound is produced by the oscillation of one of the two dies forming the cavity in which the test sample is enclosed +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

rubber [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000048

+
+ Rubber is an elastic substance made either from the juice of particular tropical trees or artificially. It is raw material for car tires and other technical products. +
+
+
Term status
+
uncurated
+
+
+
+

rubber particle [chebi]c + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_28798

+
+ A polymer consisting of cis-linked prenyl units. +
+
+
has super-classes
+
+ polymer [chebi] + c +
+
has sub-classes
+
+ Diene Rubber [dik] + c, Ethylene Propylene Diene Rubber [dik] + c, M-group Rubber [dik] + c, Raw Rubber [dik] + c, Synthetic Rubber [dik] + c +
+
+
+
+

S-Carbon Black [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000299

+
+ The letter “S” is used for channel blacks or for furnace blacks that have been modified to effectively reduce the curing rate of rubber. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Carbon Black [chebi] + c +
+
+
+
+

Safety Data Sheet [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000339

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Sample [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000489

+
+ one or more items taken from a lot and intended to provide information on the lot and possibly to serve as a basis for a decision on the lot or on the process which had produced it +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

sample [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000280

+
+ A material entity, which is part of a larger set of the same material entity +
+
+ for materials, sample is also a term used in statistics, graphics and other fileds +
+
+
Contributors: +
+
Sven Schwabe (IFNANO)
+
+
+
Source
+
https://en.wikipedia.org/wiki/Sample_(material)
+
+
+
+

Sample [nmrcv]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000491

+
+ tempdef: A sample is a role that is played by an object of interest in an investigation used to obtain generalizable information about the sample source. defprov: Daniel Schober +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NMRCV
+
+
+
Source
+
http://nmrML.org/nmrCV
+
+
+
Term status
+
uncurated
+
+
+
+

Sample [sosa]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000490

+
+ Feature which is intended to be representative of a FeatureOfInterest on which Observations may be made. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
SOSA
+
+
+
Source
+
http://www.w3.org/ns/sosa/
+
+
+
Term status
+
uncurated
+
+
+
+

scatter plotc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000184

+
+ A scatterplot is a graph which uses Cartesian coordinates to display values for two variables for a set of data. The data is displayed as a collection of points, each having the value of one variable determining the position on the horizontal axis and the value of the other variable determining the position on the vertical axis. +
+
+
Source
+
WEB: http://en.wikipedia.org/wiki/Scatterplot
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
Comparison of gene expression values in two samples can be displayed in a scatter plot
+
+
+
+
has super-classes
+
+ graph + c +
+
+
+
+

Scrap Rubber [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000493

+
+ raw, compounded, vulcanized or partially vulcanized rubber in the form of end-of-life rubber products or factory scrap +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Screw [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000428

+
+ rotating member with one or more helical grooves, used to propel rubber along the barrel of an extruder +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Screw Speed [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000445

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Screw speed [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000089

+
+ Control variable that indicates how high the speed of the screw is during extrusion. +
+
+
Term status
+
uncurated
+
+
+
+

Screw Temperature [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000467

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Screw Temperature Control Unit [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000466

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Screw torque [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000090

+
+ Measured variable that indicates how high the torque of the screw is during extrusion. +
+
+
Term status
+
uncurated
+
+
+
+

secondary accelerator [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000318

+
+ accelerator used in low concentrations with the primary accelerator to optimize cure rate and vulcanizate properties +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ accelerator [dik] + c +
+
+
+
+

semi-finished product [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000124

+
+ Processed raw materials that are not used for final consumption but as input for the production of finished goods in the system under investigation. Constitutes an entity in the material cost and waste management cost group. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

Sensor [chmo]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000453

+
+ A piece of apparatus that is used to measure a physical quantity. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
CHMO
+
+
+
Source
+
http://purl.obolibrary.org/obo/chmo.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Sensor [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000451

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Sensor [sosa]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000452

+
+ Device, agent (including humans), or software (simulation) involved in, or implementing, a Procedure. Sensors respond to a stimulus, e.g., a change in the environment, or input data composed from the results of prior Observations, and generate a Result. Sensors can be hosted by Platforms. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
SOSA
+
+
+
Source
+
http://www.w3.org/ns/sosa/
+
+
+
Term status
+
uncurated
+
+
+
+

service provider rolec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000947

+
+ is a role which inheres in a person or organization and is realized in in a planned process which provides access to training, materials or execution of protocols for an organization or person +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
Example
+
+
Jackson Lab provides experimental animals, EBI provides training on databases, a core facility provides access to a DNA sequencer.
+
+
+
+
has super-classes
+
+ role + c +
+
has sub-classes
+
+ material supplier role + c +
+
+
+
+

Setting Point [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000566

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Setting Roll [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000344

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Setting Roll Speed [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000356

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Setting Roll Temperature [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000369

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Setting Roll Temperature Control Unit [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000367

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

shape [imr]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000011

+
+
Is defined by
+
PATO
+
+
+
Source
+
https://ontobee.org/ontology/PATO?iri=http://purl.obolibrary.org/obo/PATO_0000052
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

shape [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000012

+
+ The spatial arrangement of something as distinct from its substance. +
+
+
Is defined by
+
NCI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C25677
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

shape [pato]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000013

+
+ A morphological quality inhering in a bearer by virtue of the bearer's ratios of distances between its features (points, edges, surfaces and also holes etc). +
+
+
Is defined by
+
PATO
+
+
+
Source
+
http://purl.obolibrary.org/obo/PATO_0000052
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Sheeting [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000371

+
+ Process of converting a rubber or rubber mix, rubber dough or coagulated latex into a form in which the thickness is small in proportion to the length +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

simulation environment [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000069

+
+ A simulation environment is a virtual environment that maps/models the real process. A simulation model thus makes it possible to train control tasks using learning algorithms offline, i.e. not on the real system but on the computer. Neural networks can be used to create such model. +
+
+
Term status
+
uncurated
+
+
+
+

Single Screw Extruder [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000425

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Extruder [dik] + c +
+
+
+
+

small parts [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000172

+
+ A set of small wear parts required to maintain and repair a machine entity. Constitutes an entity sub-group of the wear parts entity. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

Smmothing [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000639

+
+ Removing noise or spikes in correlated data such as spectroscopic data using a row-oriented transformation. +
+
+
Contributors: +
+
Yamen Alsalka
+
+
+
Source
+
Unscrambler X
+
+
+
+

Softener [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000302

+
+ compounding ingredient used in small proportions to reduce the viscosity of an unvulcanized rubber mix or the hardness of a vulcanizate +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

softwarec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000010

+
+ Software is a plan specification composed of a series of instructions that can be +interpreted by or directly executed by a processing unit. +
+
+
Source
+
GROUP: OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
has sub-classes
+
+ GenePattern software + c +
+
+
+
+

software developmentc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/APOLLO_SV_00000008

+
+ A planned process that has specified output a software product and that involves the creation of source code. +
+
+
Source
+
http://en.wikipedia.org/wiki/Software_development
+
+
+
has super-classes
+
+ planned process + c +
+
+
+
+

spare parts [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000126

+
+ A duplicate part to replace a lost or damaged part of a machine entity unit in the system under investigation. Constitutes an entity sub-group of the wear parts entity. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

Specific Surface [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000560

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

specimenc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0100051

+
+ A material entity that has the specimen role. +
+
+
Source
+
GROUP: OBI Biomaterial Branch
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
Biobanking of blood taken and stored in a freezer for potential future investigations stores specimen.
+
+
+
+
has super-classes
+
+
has sub-classes
+
+ processed specimen + c +
+
+
+
+

specimen collection processc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000659

+
+ A planned process with the objective of collecting a specimen. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
drawing blood from a patient for analysis, collecting a piece of a plant for depositing in a herbarium, buying meat from a butcher in order to measure its protein content in an investigation
+
+
+
+
has super-classes
+
+ planned process + c +
+
+
+
+

specimen rolec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000112

+
+ a role borne by a material entity that is gained during a specimen collection process and that can be realized by use of the specimen in an investigation +
+
+
Source
+
OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
liver section; a portion of a culture of cells; a nemotode or other animal once no longer a subject (generally killed); portion of blood from a patient.
+
+
+
+
has super-classes
+
+ role + c +
+
+
+
+

Spectrum [allotrope]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000191

+
+ A spectrum is a data distribution function of a measured quantity in a spectroscopy against some experimental parameter. [Allotrope] +
+
+ http://purl.allotrope.org/ontologies/ +
+
+
Is defined by
+
allotrope.org
+
+
+
Source
+
http://purl.allotrope.org/ontologies/result#AFR_0000068
+
+
+
Term status
+
uncurated
+
+
+
+

Spectrum [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000190

+
+ A graph that shows the intensity of radiation at different wavelengths or the response of the atomic or molecular system to different wavelengths of the radiation +
+
+
Contributors: +
+
Christoph Lenth
+
+
+
Source
+
https://chem.libretexts.org/Bookshelves/Physical_and_Theoretical_Chemistry_Textbook_Maps/Book%3A_Quantum_States_of_Atoms_and_Molecules_(Zielinksi_et_al)/01%3A_Spectroscopy#:~:text=A%20spectrum%20is%20a%20graph,different%20wavelengths%20of%20the%20radiation.
+
+
+
+

Spectrum [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000192

+
+ An array of entities, such as light waves or particles, ordered in accordance with the magnitudes of a common physical property, such as wavelength or mass. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Is defined by
+
NCI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C84383
+
+
+
Term status
+
uncurated
+
+
+
+

Stamp [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000385

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Stamp Distance [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000412

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Stamp pressure [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000084

+
+ Rücksprache DIK +
+
+
Term status
+
uncurated
+
+
+
+

Stamp Temperature [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000394

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Stamp Temperature Control Unit [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000393

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Standard deviation [allotrope]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000266

+
+ The standard deviation is a measure of the amount of variation or dispersion of a set of values. [Wikipedia] +
+
+ allotrope +
+
+
Is defined by
+
allotrope.org
+
+
+
Source
+
http://purl.allotrope.org/ontologies/result#AFR_0002192
+
+
+
Term status
+
uncurated
+
+
+
+

Standard deviation [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000265

+
+ A measure of the amount of variation of a set of values. +
+
+
Contributors: +
+
Sven Schwabe (IFNANO)
+
+
+
+

standard deviation [imr]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000018

+
+ a quantity expressing by how much the +members of a group differ from the mean + value for the group +
+
+
Term status
+
uncurated
+
+
+
+

Standard deviation [ms]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000268

+
+ The standard deviation of a random variable, statistical population, data set, or probability distribution is a measure of variation which correspond to the average distance from the mean of the data set to any given point of that dataset. It also corresponds to the square root of its variance. +
+
+ http://purl.obolibrary.org/obo/ms.owl +
+
+
Is defined by
+
MS
+
+
+
Source
+
http://purl.obolibrary.org/obo/STATO_0000237
+
+
+
Term status
+
uncurated
+
+
+
+

standard deviation [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000020

+
+ A measure of the range of values in a set of numbers. Standard deviation is a statistic used as a measure of the dispersion or variation in a distribution, equal to the square root of the arithmetic mean of the squares of the deviations from the arithmetic mean. +
+
+ TIB terminological service +
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C53322
+
+
+
Term status
+
uncurated
+
+
+
+

standard deviation [Wikipedia]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000019

+
+ The standard deviation is a measure of the amount of variation or dispersion of a set of values. [Wikipedia] +
+
+ from ontocommons skos:definition +
+
+
Source
+
http://purl.allotrope.org/ontologies/result#AFR_0002192
+
+
+
+

Standard Normal Variate (SNV) [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000638

+
+ Is a transformation applied to spectroscopic data to remove scatter effects by centering and scalling each individual spectrum. +
+
+
Contributors: +
+
Yamen Alsalka
+
+
+
Source
+
Unscrambler X
+
+
+
+

State of Cure [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000480

+
+ condition of a vulcanizate during the course of vulcanization, measured in terms of its structure or properties +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Statistical discrimination [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000197

+
+ It arises when groups differ statistically in their distributions on characteristics relevant to a given situation. +
+
+
Contributors: +
+
Yamen Alsalka (IFNANO)
+
+
+
Source
+
https://www.sciencedirect.com/science/article/pii/B0123693985005442
+
+
+
+

statistical model validationc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000792

+
+ A data transformation which assesses how the results of a statistical analysis will generalize to an independent data set. +
+
+
Source
+
http://en.wikipedia.org/wiki/Cross-validation_%28statistics%29
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
Example
+
+
Using the expression levels of 20 proteins to predict whether a cancer patient will respond to a drug. A practical goal would be to determine which subset of the 20 features should be used to produce the best predictive model. - wikipedia
+
+
+
+
has super-classes
+
+ partitioning data transformation + c +
+
has sub-classes
+
+ leave one out cross validation method + c +
+
+
+
+

Stearic Acid [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000313

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has sub-classes
+
+ PALMERA B 1802-CG [dik] + c +
+
+
+
+

Stearic Acid [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000314

+
+ A saturated long-chain fatty acid with an 18-carbon backbone. Stearic acid is found in various animal and plant fats, and is a major component of cocoa butter and shea butter. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
+

sterilization functionc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000946

+
+ a function to remove viable organisms from an input material +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
has super-classes
+
+ function + c +
+
+
+
+

stitching method [imr]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000015

+
+ alligning of single measurements to form a +connected/combined measurement +
+
+
+

stitching process [imr]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000014

+
+ use of different algorithms to determine the +exact allignment respectively the characteristik shared edges +
+
+
+

storage cost [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000113

+
+ A cost group for all cost values occuring from entity sub-groups in the storage cost group and the associated factors +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

storage robot [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000165

+
+ An automated system that transports good to, within and from storage areas. Constitutes an entity sub-group of the machine entity. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

Styrene-butadiene rubber SBR [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000650

+
+ Families of synthetic rubbers derived from styrene and butadiene. +
+
+
Contributors: +
+
Yamen Alsalka
+
+
+
Source
+
Wikipedia
+
+
+
has super-classes
+
+ Synthetic rubber [hsh] + c +
+
+
+
+

substance unitc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000006

+
+
has super-classes
+
+ measurement unit label + c +
+
has members
+
+ micromole + ni, nanomole + ni, picomole + ni +
+
+
+
+

Sulfur [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000334

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

sulfur molecular entityc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_26835

+
+
has super-classes
+
+ chalcogen molecular entity + c +
+
has sub-classes
+
+ disulfide + c, organic sulfur anion + c, organosulfur compound + c +
+
+
+
+

Supervised learning [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000246

+
+ Machine learning task of learning a function that maps an input to an output based on example input-output pairs. +
+
+
Contributors: +
+
Christoph Lenth
+
+
+
+

supervised learning [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000072

+
+ Supervised learning is the machine learning task of learning a function that maps an input to an output based on example input-output pairs. It infers a function from labeled training data consisting of a set of training examples. In supervised learning, each example is a pair consisting of an input object (typically a vector) and a desired output value (target). +
+
+
Term status
+
uncurated
+
+
+
+

supervised learning [obi]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000073

+
+ A machine learning process using a function that maps an input to an output based on example input-output pairs. It infers a function from labeled training data consisting of a set of training examples. +
+
+ http://purl.obolibrary.org/obo/obi.owl +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
OBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/OBI_0002588
+
+
+
Term status
+
uncurated
+
+
+
+

Supervised learning [obi]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000247

+
+ A machine learning process using a function that maps an input to an output based on example input-output pairs. It infers a function from labeled training data consisting of a set of training examples. +
+
+ http://purl.obolibrary.org/obo/obi.owl +
+
+
Is defined by
+
OBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/OBI_0002588
+
+
+
Term status
+
uncurated
+
+
+
+

supervisor [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000131

+
+ A person who supervises and coordinates the work of employees who set up and operate machine entity units in the system under investigation. Constitutes an entity of the human ressource and the production cost group. +
+
+
has super-classes
+
+ role + c +
+
+
+
+

supervisor [m4i]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000133

+
+ Designated administrator over one or more groups/teams working to produce a resource, or over one or more steps of a development process +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
m4i
+
+
+
Source
+
http://w3id.org/nfdi4ing/metadata4ing#Supervisor
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ role + c +
+
+
+
+

supervisor [ncti]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000132

+
+ An individual who is responsible for managing or operating a business, organization, team or department. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C134832
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ role + c +
+
+
+
+

support vector machinec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000700

+
+ A support vector machine is a data transformation with a class prediction objective based on the construction of a separating hyperplane that maximizes the margin between two data sets of vectors in n-dimensional space. +
+
+
Source
+
PERSON: Ryan Brinkman
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
has super-classes
+
+ class prediction data transformation + c +
+
has members
+
+ GenePattern SVM + ni +
+
+
+
+

Surface [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000441

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Surface [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000442

+
+ The extended two-dimensional outer boundary of a three-dimensional object. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Surface Defect [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000443

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

surface of extrudate [imr]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000009

+
+ uppermost layer of the extrudate +
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Surface Temperature [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000444

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Synthetic Rubber [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000290

+
+ rubber produced by non-biologically polymerizing one or more monomers +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ rubber particle [chebi] + c +
+
+
+
+

Synthetic rubber [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000179

+
+ Any of several substances similar to natural rubber in properties and uses, produced synthetically. Constitutes an entity sub-group of the raw material entity. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
has sub-classes
+
+ Butadiene rubber BR [ifnano] + c, Butyl rubber BIIR [ifnano] + c, EPDM rubber [ifnano] + c, Fluororubber FKM [ifnano] + c, Hydrogenated Nitrile rubber HNBR [ifnano] + c, Nitrile rubber NBR [ifnano] + c, Polyisoprene IR [ifnano] + c, Styrene-butadiene rubber SBR [ifnano] + c +
+
+
+
+

Tan Delta [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000579

+
+ ratio of the viscous modulus to the elastic modulus +
+
+ It is a measure of the loss factor and thus of the energy lost by conversion into heat. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

temperaturec + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/PATO_0000146

+
+ A physical quality of the thermal energy of a system. +
+
+
has super-classes
+
+ physical quality + c +
+
+
+
+

Temperature [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000357

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Temperature [efo]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000361

+
+ Temperature is a physical quality of the thermal energy of a system. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
EFO
+
+
+
Source
+
http://www.ebi.ac.uk/efo/efo.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Temperature [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000358

+
+ A measure of the average kinetic energy of a system of particles. Temperature may be quantified, in the context of thermodynamics, as the potential of one system to transfer thermal energy to another system until both systems reach a state of thermal equilibrium. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Temperature [om]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000360

+
+ Temperature is the extent to which an object is hot. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
UM
+
+
+
Source
+
http://purl.obolibrary.org/obo/uo.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Temperature [pato]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000359

+
+ A physical quality of the thermal energy of a system. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
PATO
+
+
+
Source
+
http://purl.obolibrary.org/obo/pato.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Temperature Control Unit [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000365

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Temperature Measuring Sword [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000454

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Temperature Sensor [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000456

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

temperature unitc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000005

+
+
has super-classes
+
+ measurement unit label + c +
+
has members
+
+ degree Celsius + ni, degree Fahrenheit + ni +
+
+
+
+

Temperature Unit [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000362

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Temperature Unit [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000364

+
+ An indication of the type of unit of measure being used to express a temperature. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Temperature Unit [uo]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000363

+
+ "A unit which is a standard measure of the average kinetic energy of the particles in a sample of matter." [Wikipedia:Wikipedia] +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
UO
+
+
+
Source
+
http://purl.obolibrary.org/obo/uo.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Tempering cylinder [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000093

+
+ Control variable that indicates how high the temperature of the cylinder is during extrusion. +
+
+
Term status
+
uncurated
+
+
+
+

Tempering Feed roller [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000092

+
+ Control variable that indicates how high the temperature of the feed roller is during extrusion. +
+
+
Term status
+
uncurated
+
+
+
+

Tempering screw [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000091

+
+ Control variable that indicates how high the temperature of the screw is during extrusion. +
+
+
Term status
+
uncurated
+
+
+
+

Tempering Tool [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000095

+
+ Control variable that indicates how high the temperature of the tool is during extrusion. +
+
+
Term status
+
uncurated
+
+
+
+

template classc + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#ROi3BNAY7lNum6bqHYNnKv

+
+ provide a human-readable definition of the type of entity the class refers to +
+
+
Contributors: +
+
GROUP: TIB
+
PERSON: Lars Vogt
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
add one of the individual of "curation status specification"
+
+
+
+

test dataset [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000070

+
+ The test dataset is a subset of the dataset that is held back from training the model and given to the learning algorithm to test the trained model. Typically it consists of 20% to 30% of the original dataset. It is the sample of data used to provide an unbiased evaluation of a final model fit on the training dataset. +
+
+
Term status
+
uncurated
+
+
+
+

Test Piece [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000492

+
+ piece of material of appropriate shape and size, prepared so that it is ready for use in a test +
+
+ The terms “test specimen” and “specimen” are also widely used to denote “test piece”. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Tetrabenzylthiuramdisulfide [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000324

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Thiazole [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000319

+
+ An azole in which the five-membered heterocyclic aromatic skeleton contains a N atom and one S atom. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Source
+
http://purl.obolibrary.org/obo/chebi.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ 1,3-thiazoles + c +
+
+
+
+

thiazolesc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/CHEBI_48901

+
+ An azole in which the five-membered heterocyclic aromatic skeleton contains a N atom and one S atom. +
+
+
has super-classes
+
+ azole + c, organosulfur heterocyclic compound + c +
+
has sub-classes
+
+ 1,3-thiazoles + c +
+
+
+
+

Thiuram [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000323

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ accelerator [dik] + c +
+
+
+
+

throughput [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000150

+
+ The amount of raw materials, semi-finisehd products or finished products passing through a machine entity in the time X in the system under investigation. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

Throughput [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000100

+
+ The throughput indicates how many kilograms of rubber are extruded in a given unit of time. +
+
+
Term status
+
uncurated
+
+
+
+

Time of Addition [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000414

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

time unitc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000003

+
+ A unit which is a standard measure of the dimension in which events occur in sequence. +
+
+
has super-classes
+
+ measurement unit label + c +
+
has members
+
+ day + ni, hour + ni, minute + ni, month + ni, second + ni, week + ni, year + ni +
+
+
+
+

tire building machine [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000162

+
+ A machine that assembles assembles all components and semi-finished products to produce a tyre. Constitutes an entity sub-group of the machine entity. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

Tool pressure [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000096

+
+ Measured variable that indicates how high the pressure in the tool is during extrusion. +
+
+
Term status
+
uncurated
+
+
+
+

tools [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000171

+
+ An object shaped for repair and installation purposes, with the help of which something is processed or manufactured.Constitutes an entity sub-group of the wear parts entity. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

Torque (mixer) [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000087

+
+ Measured variable that indicates how high the torque is during mixing. +
+
+
Term status
+
uncurated
+
+
+
+

Torque (mixer) [om]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000088

+
+ Torque is the effectiveness of a force to produce rotation about an axis, measured by the product of the force and the perpendicular distance from the line of action of the force to the axis. +
+
+ http://www.ontology-of-units-of-measure.org/resource/om-2 +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
OM
+
+
+
Source
+
http://www.ontology-of-units-of-measure.org/resource/om-2/Torque
+
+
+
Term status
+
uncurated
+
+
+
+

Torque [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000395

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Torque [om]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000396

+
+ Torque is the effectiveness of a force to produce rotation about an axis, measured by the product of the force and the perpendicular distance from the line of action of the force to the axis. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
UO
+
+
+
Source
+
http://www.ontology-of-units-of-measure.org/resource/om-2
+
+
+
Term status
+
uncurated
+
+
+
+

Torque Unit [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000397

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

train dataset [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000071

+
+ The train dataset is a subset of the dataset that is given to the learning algorithm to train a model. Typically it consists of 70% to 80% of the original dataset. It is the sample of data used to fit the model. +
+
+
Term status
+
uncurated
+
+
+
+

triangulation [imr]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000006

+
+ geometrical method to determine distances +between to points +
+
+
+

turnover [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000117

+
+ A cost group for the total sales value generated in a time period X by the system under investigation +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

Turns per Minute [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000353

+
+ A rotational frequency unit which is equal to the number of completed turns in a period of time that equals to 1 minute. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Turns per Second [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000351

+
+ A rotational frequency unit which is equal to the number of completed turns in a period of time that equals to 1 second. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Turns per Second [uo]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000352

+
+ "A rotational frequency unit which is equal to the number complete turn in a period of time that equals to 1 second." [NIST:NIST] +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
UO
+
+
+
Source
+
http://purl.obolibrary.org/obo/uo.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

twin screw extruder [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000082

+
+ Twin screw extruders have two screws, which have more shear and mixing capability than the single screw in a singel screw extruder. Depending on the direction of rotation of the screws, a distinction is made between counter-rotating and co-rotating twin-screw extruders. +
+
+
Term status
+
uncurated
+
+
+
+

Undercure [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000488

+
+ state of vulcanization less than the optimum cure +
+
+ Undercure is generally caused by too short a time and/or too low a temperature of vulcanization and/or post cure, and/or a deficiency of vulcanizing agents. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

uniformity grading machine [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000167

+
+ A machine that is measures the tire uniformity for complete vehicle wheels and determines the radial and lateral force fluctuations of the rolling wheel. Constitutes an entity sub-group of the machine entity. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

unit [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000154

+
+ A single system element (e.g., extruder 1, tool 1) within an entity sub-group in the system under investigation. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

unit [ncti]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000155

+
+ A property representing the unit of measure in which a nutrient or food component is typically expressed, ex., gram (g), minigram (mg), microgram (mcg), joule, or kilojoule. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_P355
+
+
+
Term status
+
uncurated
+
+
+
+

unit [ncti]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000156

+
+ The property used in conjunction with a nutrient or food component, typically expressed in gram (g), milligram (mg), microgram (mcg), joule, or kilojoule. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C68553
+
+
+
Term status
+
uncurated
+
+
+
+

unit [ncti]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000157

+
+ A single undivided thing occurring in the composition of something else. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C44278
+
+
+
Term status
+
uncurated
+
+
+
+

unit [sd]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000158

+
+ Class designed to distinguish the different types of units that are available in variables from datasets or parameters +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
SD
+
+
+
Source
+
https://w3id.org/okn/o/sd#Unit
+
+
+
Term status
+
uncurated
+
+
+
+

unit [uo]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000159

+
+ "A unit of measurement is a standardized quantity of a physical quality." [Wikipedia:Wikipedia] +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
UO
+
+
+
Source
+
http://purl.obolibrary.org/obo/UO_0000000
+
+
+
Term status
+
uncurated
+
+
+
+

unit cost [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000144

+
+ The expenditure that incurs for acquiring a single unit of an entity sub-group in the system under investigation. Constitutes a factor of the maintenance cost, material cost, and storage cost group. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

Unit Of Mass Density [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000512

+
+ An indication of the type of unit of measure being used to express a mass density. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Unsupervised learning [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000248

+
+ A type of algorithm that learns patterns from untagged data +
+
+
Contributors: +
+
Christoph Lenth
+
+
+
+

unsupervised learning [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000074

+
+ Unsupervised learning is a type of algorithm that learns patterns from untagged data. The hope is that through mimicry, which is an important mode of learning in people, the machine is forced to build a compact internal representation of its world and then generate imaginative content from it. Unsupervised methods exhibit self-organization that captures patterns as probability densities or a combination of neural feature preferences. +
+
+
Term status
+
uncurated
+
+
+
+

unsupervised learning [obi]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000075

+
+ A machine learning process that infers a function describing the structure of "unlabeled" data (i.e. data that has not been classified or categorized). +
+
+ http://purl.obolibrary.org/obo/obi.owl +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
OBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/OBI_0002589
+
+
+
Term status
+
uncurated
+
+
+
+

Unsupervised learning [obi]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000249

+
+ A machine learning process that infers a function describing the structure of "unlabeled" data (i.e. data that has not been classified or categorized). +
+
+ http://purl.obolibrary.org/obo/obi.owl +
+
+
Is defined by
+
OBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/OBI_0002589
+
+
+
Term status
+
uncurated
+
+
+
+

validation [edam]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000080

+
+ Validate some data. +
+
+ http://edamontology.org +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
EDAM
+
+
+
Source
+
http://edamontology.org/operation_2428
+
+
+
Term status
+
uncurated
+
+
+
+

validation [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000077

+
+ Validation data is to "validate" that your neural network hasn't rather memorized your training data and has thus actually learned some meaningful aspects of the data so that the model can be later used (generalized) to unseen, held-out "test dataset". +
+
+
Term status
+
uncurated
+
+
+
+

validation [ncti]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000078

+
+ The act of validating; finding or testing the truth of something. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCTI
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C16237
+
+
+
Term status
+
uncurated
+
+
+
+

validation [obi]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000079

+
+ a planned process with objective to check that the accuracy or the quality of a claim or prediction satisfies some criteria and which is assessed by comparing with independent results +
+
+ http://purl.obolibrary.org/obo/obi.owl +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
OBI
+
+
+
Source
+
http://purl.obolibrary.org/obo/OBI_0302911
+
+
+
Term status
+
uncurated
+
+
+
+

validation dataset [ita]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000076

+
+ The validation dataset is the sample of data used to provide an unbiased evaluation of a model fit on the training dataset while tuning model hyperparameters. The evaluation becomes more biased as skill on the validation dataset is incorporated into the model configuration. +
+
+
Term status
+
uncurated
+
+
+
+

value specificationc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001933

+
+ An information content entity that specifies a value within a classification scheme or on a quantitative scale. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
The value of 'positive' in a classification scheme of "positive or negative"; the value of '20g' on the quantitative scale of mass.
+
+
+
+
has sub-classes
+
+ categorical value specification + c +
+
is in range of
+
+ has value specification + op +
+
+
+
+

Viscometer [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000580

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Viscosity [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000517

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Viscosity [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000518

+
+ The resistance of a liquid to sheer forces and flow. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/ncit.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Viscosity [pato]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000519

+
+ A physical quality of a fluid inhering in a bearer by virtue of the bearer's disposition to internal resistance to flow. +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
PATO
+
+
+
Source
+
http://purl.obolibrary.org/obo/pato.owl
+
+
+
Term status
+
uncurated
+
+
+
+

Viscosity Measurement Assay [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000515

+
+ An assay with the objective to produce information about the viscosity of the material entity that is the evaluant, by physically examining it or its proxies. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Viscosity Measurement Protocol [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000537

+
+ A measurement protocol for reliably reproducing the viscosity measurement assay. +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Viscosity Unit [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000521

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Viscosity Unit [uo]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000522

+
+ "A unit which is a standard measure of the internal resistance of fluids to flow." [UOC:GVG] +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
UO
+
+
+
Source
+
http://purl.obolibrary.org/obo/uo.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Volume Percentage [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000621

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Volume Percentage [uo]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000622

+
+ "A dimensionless concentration unit which denotes the volume of the solute in mL per 100 mL of the resulting solution." [UOC:GVG] +
+
+
Contributors: +
+
Luis Ramos
+
+
+
Is defined by
+
UO
+
+
+
Source
+
http://purl.obolibrary.org/obo/uo.owl
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

Volume Specific Surface [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000562

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Thing + c +
+
+
+
+

volume unitc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000095

+
+
has super-classes
+
+ measurement unit label + c +
+
has members
+
+ cubic centimeter + ni, cubic decimeter + ni, liter + ni, microliter + ni, milliliter + ni, nanoliter + ni, picoliter + ni +
+
+
+
+

volumetric flow rate unitc + back to ToC or Class ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000270

+
+
has super-classes
+
+ measurement unit label + c +
+
has members
+
+ microliters per minute + ni +
+
+
+
+

Vulcameter [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000585

+
+ device that measures the progress of vulcanization in a test sample at the vulcanizing temperature +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Vulcanizate [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000476

+
+ product of the vulcanization of a rubber compound +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Vulcanization [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000481

+
+ process, usually involving heat, in which rubber, through a change in its chemical structure (for example, crosslinking), is converted to a condition in which the elastic properties are conferred or re-established or improved or extended over a greater range of temperatures +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

vulcanization chemicals [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000185

+
+ Chemicals added to rubber to alter its physical properties. Constitutes an entity sub-group of the raw material entity. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

Vulcanization Time [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000474

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Vulcanizing Agent [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000330

+
+ compounding ingredient that produces crosslinking in rubber +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Vulcanizing System [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000331

+
+ combination of vulcanizing agent and, as required, accelerators, activators, retarders, etc., used to produce the desired vulcanization characteristics and vulcanizate properties +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

Vulkacit MBTS [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000322

+
+ Trade name for a specific di(benzothiazol-2-yl)disulfide +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ di(benzothiazol-2-yl)disulfide [chebi] + c +
+
+
+
+

warehouse clerk [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000135

+
+ A person who handles a company's incoming and outgoing raw materials, semi-finished prodcuts as well as finished products, and who manages stocks in the system under investigation. Constitutes an entity of the human ressource and the storage cost group. +
+
+
has super-classes
+
+ role + c +
+
+
+
+

waste management cost [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000116

+
+ A cost group for all cost values occuring from entity sub-groups in the waste management cost group and the associated factors +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

wear parts [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000127

+
+ Parts pf a machine entity unit that are bound to wear out with repetitive use and will require periodic repair or replacement based on maintenance interval in the system under investigation. Constitutes an entity of the maintenance cost and material cost group. +
+
+
Contributors: +
+
Marvin Auf der Landwehr
+
+
+
+

whole components [hsh]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000173

+
+ Components required to maintain and repair a machine entity. Constitutes an entity sub-group of the wear parts entity. +
+
+
+

zinc [bwmd]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000262

+
+ The chemical element zinc +
+
+ https://www.materials.fraunhofer.de/ontologies/BWMD_ontology +
+
+
Is defined by
+
BWMD
+
+
+
Source
+
https://www.materials.fraunhofer.de/ontologies/BWMD_ontology/mid#BWMD_00096
+
+
+
Term status
+
uncurated
+
+
+
+

zinc [efo]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000264

+
+ A zinc group element atom that has formula Zn. +
+
+ http://www.ebi.ac.uk/efo/efo.owl +
+
+
Is defined by
+
EFO
+
+
+
Source
+
http://purl.obolibrary.org/obo/CHEBI_27363
+
+
+
Term status
+
uncurated
+
+
+
+

zinc [ifnano]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000261

+
+ The chemical element zinc +
+
+
Contributors: +
+
Sven Schwabe (IFNANO)
+
+
+
Source
+
https://en.wikipedia.org/wiki/Zinc
+
+
+
+

zinc [ncit]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000263

+
+ An element with atomic symbol Zn, atomic number 30, and atomic weight 65.39. +
+
+ http://purl.obolibrary.org/obo/ncit.owl +
+
+
Is defined by
+
NCIT
+
+
+
Source
+
http://purl.obolibrary.org/obo/NCIT_C948
+
+
+
Term status
+
uncurated
+
+
+
+

Zinc Dibenzyldithiocarbamate [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000328

+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ accelerator [dik] + c +
+
has sub-classes
+
+ Rhenogran ‎ZBDC 80‎ [dik] + c +
+
+
+
+

Zinc Oxide [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000311

+
+
Term status
+
uncurated
+
+
+
+

Zinkoxid Rotsiegel [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000312

+
+ Trade name for a specific zinc oxide +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
+

‎P460 [dik]c + back to ToC or Class ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#DIGITRUBBER_000304

+
+ Trade name for a specific paraffinic oil +
+
+
Contributors: +
+
Alexander Aschemann
+
+
+
Term status
+
uncurated
+
+
+
has super-classes
+
+ Paraffinic Oil [dik] + c +
+
+
+
+

Object Properties

+ +
+

achieves_planned_objectiveop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000417

+
+ This relation obtains between a planned process and a objective specification when the criteria specified in the objective specification are met at the end of the planned process. +
+
+
Source
+
PPPB branch derived
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
Example
+
+
A cell sorting process achieves the objective specification 'material separation objective'
+
+
+
+
+
has domain
+
+ planned process + c +
+
is inverse of
+
+ objective_achieved_by + op +
+
+
+
+
+

acts upstream ofop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002263

+
+ c acts upstream of p if and only if c enables some f that is involved in p' and p' occurs chronologically before p, is not part of p, and affects the execution of p. c is a material entity and f, p, p' are processes. +
+
+
Example
+
+
A faulty traffic light (material entity) whose malfunctioning (a process) is causally upstream of a traffic collision (a process): the traffic light acts upstream of the collision.
+
+
+
+
+
has super-properties
+
+ acts upstream of or within + op +
+
has sub-properties
+
+ acts upstream of, negative effect + op, acts upstream of, positive effect + op, involved in regulation of + op +
+
has sub-property chains
+
+ enables + op + o + causally upstream of + op +
+
+
+
+
+

acts upstream of or withinop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002264

+
+ c acts upstream of or within p if c is enables f, and f is causally upstream of or within p. c is a material entity and p is an process. +
+
+
Example
+
+
A gene product that has some activity, where that activity may be a part of a pathway or upstream of the pathway.
+
+
+
+
+
has super-properties
+
+ causal agent in process + op +
+
has sub-properties
+
+ acts upstream of + op, acts upstream of or within, negative effect + op, acts upstream of or within, positive effect + op, involved in or involved in regulation of + op +
+
has sub-property chains
+
+ enables + op + o + causally upstream of or within + op +
+
+
+
+
+

acts upstream of or within, negative effectop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0004033

+
+
+
has super-properties
+
+ acts upstream of or within + op +
+
has sub-properties
+
+ acts upstream of, negative effect + op +
+
has sub-property chains
+
+ enables + op + o + causally upstream of or within, negative effect + op +
+
+
+
+
+

acts upstream of or within, positive effectop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0004032

+
+
+
has super-properties
+
+ acts upstream of or within + op +
+
has sub-properties
+
+ acts upstream of, positive effect + op +
+
has sub-property chains
+
+ enables + op + o + causally upstream of or within, positive effect + op +
+
+
+
+
+

acts upstream of, negative effectop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0004035

+
+ c 'acts upstream of, negative effect' p if c is enables f, and f is causally upstream of p, and the direction of f is negative +
+
+
+
has super-properties
+
+ acts upstream of + op, acts upstream of or within, negative effect + op +
+
has sub-property chains
+
+ enables + op + o + causally upstream of, negative effect + op +
+
+
+
+
+

acts upstream of, positive effectop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0004034

+
+ c 'acts upstream of, positive effect' p if c is enables f, and f is causally upstream of p, and the direction of f is positive +
+
+
+
has super-properties
+
+ acts upstream of + op, acts upstream of or within, positive effect + op +
+
has sub-property chains
+
+ enables + op + o + causally upstream of, positive effect + op +
+
+
+
+
+

bearer ofop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0000053

+
+ Inverse of characteristic_of +
+
+
Example
+
+
this apple is bearer of this red color
+
+
+
this vase is bearer of this fragility
+
+
+
+

+ has characteristics: + inverse functional

+
+
has sub-properties
+
+ has disposition + op, has function + op, has quality + op, has role + op +
+
is inverse of
+
+ characteristic of + op +
+
+
+
+
+

capable ofop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002215

+
+ A relation between a material entity (such as a cell) and a process, in which the material entity has the ability to carry out the process. +
+
+
Source
+
+ http://www.ncbi.nlm.nih.gov/pubmed/20123131 +
+
+ http://www.ncbi.nlm.nih.gov/pubmed/21208450 +
+
+
+
Example
+
+
mechanosensory neuron capable of detection of mechanical stimulus involved in sensory perception (GO:0050974)
+
+
+
osteoclast SubClassOf 'capable of' some 'bone resorption'
+
+
+
+
+
has super-properties
+
+ capable of part of + op +
+
has sub-properties
+
+ enables + op +
+
+
+
+
+

capable of negatively regulatingop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002597

+
+ Holds between c and p if and only if c is capable of some activity a, and a negatively regulates p. +
+
+
Source
+
+ http://purl.obolibrary.org/obo/ro/docs/causal-relations +
+
+
+
+
has super-properties
+
+ capable of regulating + op +
+
has sub-property chains
+
+ capable of + op + o + negatively regulates + op +
+
+
+
+
+

capable of part ofop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002216

+
+ c stands in this relationship to p if and only if there exists some p' such that c is capable_of p', and p' is part_of p. +
+
+
+
has super-properties
+
+ causal agent in process + op +
+
has sub-properties
+
+ capable of + op +
+
has sub-property chains
+
+ capable of + op + o + part of + op +
+
+
+
+
+

capable of positively regulatingop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002598

+
+ Holds between c and p if and only if c is capable of some activity a, and a positively regulates p. +
+
+
Source
+
+ http://purl.obolibrary.org/obo/ro/docs/causal-relations +
+
+
+
Example
+
+
renin -> arteriolar smooth muscle contraction
+
+
+
+
+
has super-properties
+
+ capable of regulating + op +
+
has sub-property chains
+
+ capable of + op + o + positively regulates + op +
+
+
+
+
+

capable of regulatingop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002596

+
+ Holds between c and p if and only if c is capable of some activity a, and a regulates p. +
+
+
Source
+
+ http://purl.obolibrary.org/obo/ro/docs/causal-relations +
+
+
+
Example
+
+
pyrethroid -> growth
+
+
+
+
+
has super-properties
+
+ causal agent in process + op +
+
has sub-properties
+
+ capable of negatively regulating + op, capable of positively regulating + op +
+
has sub-property chains
+
+ capable of + op + o + regulates + op +
+
+
+
+
+

causal agent in processop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002500

+
+ A relationship between a material entity and a process where the material entity has some causal role that influences the process +
+
+
Source
+
+ http://purl.obolibrary.org/obo/ro/docs/causal-relations +
+
+
+
+
has super-properties
+
+ causal relation between material entity and a process + op +
+
has sub-properties
+
+ acts upstream of or within + op, capable of part of + op, capable of regulating + op, involved in or involved in regulation of + op +
+
is inverse of
+
+ process has causal agent + op +
+
+
+
+
+

causal relation between entitiesop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002506

+
+
Source
+
+ http://purl.obolibrary.org/obo/ro/docs/causal-relations +
+
+
+
+
has sub-properties
+
+ causally influenced by + op, causally influences + op +
+
+
+
+
+

causal relation between material entity and a processop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002595

+
+ A relationship that holds between a material entity and a process in which causality is involved, with either the material entity or some part of the material entity exerting some influence over the process, or the process influencing some aspect of the material entity. +
+
+
Source
+
+ http://purl.obolibrary.org/obo/ro/docs/causal-relations +
+
+
+
+
has sub-properties
+
+ causal agent in process + op, has part structure that is capable of + op +
+
+
+
+
+

causal relation between processesop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002501

+
+ p is causally related to q if and only if p or any part of p and q or any part of q are linked by a chain of events where each event pair is one where the execution of p influences the execution of q. p may be upstream, downstream, part of, or a container of q. +
+
+
Source
+
+ http://purl.obolibrary.org/obo/ro/docs/causal-relations +
+
+
+
+
has sub-properties
+
+ causally downstream of or within + op, causally upstream of or within + op +
+
+
+
+
+

causally downstream ofop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002404

+
+ inverse of upstream of +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000428 +
+
+
+
+
has super-properties
+
+ causally downstream of or within + op, preceded by + op +
+
has sub-properties
+
+ immediately causally downstream of + op +
+
is inverse of
+
+ causally upstream of + op +
+
+
+
+
+

causally downstream of or withinop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002427

+
+ inverse of causally upstream of or within +
+
+
Source
+
+ http://purl.obolibrary.org/obo/ro/docs/causal-relations +
+
+
+

+ has characteristics: + transitive

+
+
has super-properties
+
+ causal relation between processes + op +
+
has sub-properties
+
+ causally downstream of + op, regulated by + op +
+
is inverse of
+
+ causally upstream of or within + op +
+
+
+
+
+

causally influenced byop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002559

+
+
Source
+
+ http://purl.obolibrary.org/obo/ro/docs/causal-relations +
+
+
+
+
has super-properties
+
+ causal relation between entities + op +
+
is inverse of
+
+ causally influences + op +
+
+
+
+
+

causally influencesop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002566

+
+ The entity or characteristic A is causally upstream of the entity or characteristic B, A having an effect on B. An entity corresponds to any biological type of entity as long as a mass is measurable. A characteristic corresponds to a particular specificity of an entity (e.g., phenotype, shape, size). +
+
+
Source
+
+ http://purl.obolibrary.org/obo/ro/docs/causal-relations +
+
+
+
+
has super-properties
+
+ causal relation between entities + op +
+
has sub-properties
+
+ regulates activity of + op +
+
is inverse of
+
+ causally influenced by + op +
+
has sub-property chains
+
+ enables + op + o + causally upstream of + op + o + has input + op +
+
+ enables + op + o + causally upstream of + op + o + enabled by + op +
+
+
+
+
+

causally upstream ofop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002411

+
+ p is causally upstream of q iff p is causally related to q, the end of p precedes the end of q, and p is not an occurrent part of q. +
+
+

+ has characteristics: + transitive

+
+
has super-properties
+
+ causally upstream of or within + op, precedes + op +
+
has sub-properties
+
+ causally upstream of, negative effect + op, causally upstream of, positive effect + op, immediately causally upstream of + op, indirectly causally upstream of + op, regulates + op +
+
is inverse of
+
+ causally downstream of + op +
+
+
+
+
+

causally upstream of or withinop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002418

+
+ p is 'causally upstream or within' q iff p is causally related to q, and the end of p precedes, or is coincident with, the end of q. +
+
+

+ has characteristics: + transitive

+
+
has super-properties
+
+ causal relation between processes + op +
+
has sub-properties
+
+ causally upstream of + op, causally upstream of or within, negative effect + op, causally upstream of or within, positive effect + op +
+
is inverse of
+
+ causally downstream of or within + op +
+
+
+
+
+

causally upstream of or within, negative effectop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0004046

+
+
+
has super-properties
+
+ causally upstream of or within + op +
+
has sub-properties
+
+ causally upstream of, negative effect + op +
+
+
+
+
+

causally upstream of or within, positive effectop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0004047

+
+
+
has super-properties
+
+ causally upstream of or within + op +
+
has sub-properties
+
+ causally upstream of, positive effect + op +
+
+
+
+
+

causally upstream of, negative effectop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002305

+
+ p is causally upstream of, negative effect q iff p is casually upstream of q, and the execution of p decreases the execution of q. +
+
+
+
has super-properties
+
+ causally upstream of + op, causally upstream of or within, negative effect + op +
+
has sub-properties
+
+ negatively regulates + op +
+
+
+
+
+

causally upstream of, positive effectop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002304

+
+ p is causally upstream of, positive effect q iff p is casually upstream of q, and the execution of p is required for the execution of q. +
+
+ holds between x and y if and only if x is causally upstream of y and the progression of x increases the frequency, rate or extent of y +
+
+
+
has super-properties
+
+ causally upstream of + op, causally upstream of or within, positive effect + op +
+
has sub-properties
+
+ positively regulates + op +
+
+
+
+
+

characteristic ofop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0000052

+
+ a relation between a specifically dependent continuant (the characteristic) and any other entity (the bearer), in which the characteristic depends on the bearer for its existence. +
+
+ Note that this relation was previously called "inheres in", but was changed to be called "characteristic of" because BFO2 uses "inheres in" in a more restricted fashion. This relation differs from BFO2:inheres_in in two respects: (1) it does not impose a range constraint, and thus it allows qualities of processes, as well as of information entities, whereas BFO2 restricts inheres_in to only apply to independent continuants (2) it is declared functional, i.e. something can only be a characteristic of one thing. +
+
+
Example
+
+
this fragility inheres in this vase
+
+
+
this fragility is a characteristic of this vase
+
+
+
this red color inheres in this apple
+
+
+
this red color is a characteristic of this apple
+
+
+
+

+ has characteristics: + functional

+
+
has sub-properties
+
+ disposition of + op, function of + op, quality of + op, role of + op +
+
is inverse of
+
+ bearer of + op +
+
+
+
+
+

concretizesop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0000059

+
+ A relationship between a specifically dependent continuant and a generically dependent continuant, in which the generically dependent continuant depends on some independent continuant in virtue of the fact that the specifically dependent continuant also depends on that same independent continuant. Multiple specifically dependent continuants can concretize the same generically dependent continuant. +
+
+
Example
+
+
A journal article is an information artifact that inheres in some number of printed journals. For each copy of the printed journal there is some quality that carries the journal article, such as a pattern of ink. The quality (a specifically dependent continuant) concretizes the journal article (a generically dependent continuant), and both depend on that copy of the printed journal (an independent continuant).
+
+
+
An investigator reads a protocol and forms a plan to carry out an assay. The plan is a realizable entity (a specifically dependent continuant) that concretizes the protocol (a generically dependent continuant), and both depend on the investigator (an independent continuant). The plan is then realized by the assay (a process).
+
+
+
+
+
is inverse of
+
+ is concretized as + op +
+
+
+
+
+

directly negatively regulated byop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002023

+
+ Process(P2) is directly negatively regulated by process(P1) iff: P1 negatively regulates P2 via direct physical interaction between an agent executing P1 (or some part of P1) and an agent executing P2 (or some part of P2). For example, if protein A has protein binding activity(P1) that targets protein B and this binding negatively regulates the kinase activity (P2) of protein B then P2 directly negatively regulated by P1. +
+
+
+
has super-properties
+
+ directly regulated by + op +
+
is inverse of
+
+ directly negatively regulates + op +
+
+
+
+
+

directly negatively regulatesop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002630

+
+ p directly negatively regulates q iff p is immediately causally upstream of q, and p negatively regulates q. +
+
+
Source
+
+ http://purl.obolibrary.org/obo/ro/docs/causal-relations +
+
+
+
+
has super-properties
+
+ directly regulates + op, negatively regulates + op +
+
is inverse of
+
+ directly negatively regulated by + op +
+
+
+
+
+

directly negatively regulates activity ofop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002449

+
+ The entity A, immediately upstream of the entity B, has an activity that negatively regulates an activity performed by B. +For example, A and B may be gene products and binding of B by A negatively regulates the kinase activity of B. +
+
+
+
has super-properties
+
+ directly regulates activity of + op +
+
has sub-property chains
+
+ enables + op + o + directly negatively regulates + op + o + enabled by + op +
+
+
+
+
+

directly positively regulated byop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002024

+
+ Process(P2) is directly postively regulated by process(P1) iff: P1 positively regulates P2 via direct physical interaction between an agent executing P1 (or some part of P1) and an agent executing P2 (or some part of P2). For example, if protein A has protein binding activity(P1) that targets protein B and this binding positively regulates the kinase activity (P2) of protein B then P2 is directly postively regulated by P1. +
+
+
+
has super-properties
+
+ directly regulated by + op +
+
is inverse of
+
+ directly positively regulates + op +
+
+
+
+
+

directly positively regulatesop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002629

+
+ p directly positively regulates q iff p is immediately causally upstream of q, and p positively regulates q. +
+
+
Source
+
+ http://purl.obolibrary.org/obo/ro/docs/causal-relations +
+
+
+
+
has super-properties
+
+ directly regulates + op, positively regulates + op +
+
is inverse of
+
+ directly positively regulated by + op +
+
+
+
+
+

directly positively regulates activity ofop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002450

+
+ The entity A, immediately upstream of the entity B, has an activity that positively regulates an activity performed by B. +For example, A and B may be gene products and binding of B by A positively regulates the kinase activity of B. +
+
+
+
has super-properties
+
+ directly regulates activity of + op +
+
has sub-property chains
+
+ enables + op + o + directly positively regulates + op + o + enabled by + op +
+
+
+
+
+

directly regulated byop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002022

+
+ Process(P2) is directly regulated by process(P1) iff: P1 regulates P2 via direct physical interaction between an agent executing P1 (or some part of P1) and an agent executing P2 (or some part of P2). For example, if protein A has protein binding activity(P1) that targets protein B and this binding regulates the kinase activity (P2) of protein B then P1 directly regulates P2. +
+
+
+
has super-properties
+
+ regulated by + op +
+
has sub-properties
+
+ directly negatively regulated by + op, directly positively regulated by + op +
+
is inverse of
+
+ directly regulates + op +
+
+
+
+
+

directly regulatesop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002578

+
+ p directly regulates q iff p is immediately causally upstream of q and p regulates q. +
+
+
Source
+
+ http://purl.obolibrary.org/obo/ro/docs/causal-relations +
+
+
+
+
has super-properties
+
+ immediately causally upstream of + op, regulates + op +
+
has sub-properties
+
+ directly negatively regulates + op, directly positively regulates + op +
+
is inverse of
+
+ directly regulated by + op +
+
+
+
+
+

directly regulates activity ofop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002448

+
+ The entity A, immediately upstream of the entity B, has an activity that regulates an activity performed by B. For example, A and B may be gene products and binding of B by A regulates the kinase activity of B. + +A and B can be physically interacting but not necessarily. Immediately upstream means there are no intermediate entity between A and B. +
+
+
+
has super-properties
+
+ molecularly interacts with + op, regulates activity of + op +
+
has sub-properties
+
+ directly negatively regulates activity of + op, directly positively regulates activity of + op +
+
has sub-property chains
+
+ enables + op + o + regulates + op + o + enabled by + op +
+
+
+
+
+

disposition ofop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0000092

+
+ inverse of has disposition +
+
+ This relation is modeled after the BFO relation of the same name which was in BFO2, but is used in a more restricted sense - specifically, we model this relation as functional (inherited from characteristic-of). Note that this relation is now removed from BFO2020. +
+
+
+
has super-properties
+
+ characteristic of + op +
+
is inverse of
+
+ has disposition + op +
+
+
+
+
+

enabled byop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002333

+
+ inverse of enables +
+
+
+
has super-properties
+
+ has participant + op +
+
is inverse of
+
+ enables + op +
+
+
+
+
+

enablesop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002327

+
+ c enables p iff c is capable of p and c acts to execute p. +
+
+
Example
+
+
a particular instances of akt-2 enables some instance of protein kinase activity
+
+
+
+
+
has super-properties
+
+ capable of + op +
+
is inverse of
+
+ enabled by + op +
+
has sub-property chains
+
+ enables + op + o + has part + op +
+
+ enables + op + o + has component activity + op +
+
+
+
+
+

ends afterop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002086

+
+ X ends_after Y iff: end(Y) before_or_simultaneous_with end(X) +
+
+

+ has characteristics: + transitive

+
+
has super-properties
+
+ temporally related to + op +
+
has sub-properties
+
+ preceded by + op +
+
+
+
+
+

function ofop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0000079

+
+ a relation between a function and an independent continuant (the bearer), in which the function specifically depends on the bearer for its existence +
+
+ This relation is modeled after the BFO relation of the same name which was in BFO2, but is used in a more restricted sense - specifically, we model this relation as functional (inherited from characteristic-of). Note that this relation is now removed from BFO2020. +
+
+
Example
+
+
this catalysis function is a function of this enzyme
+
+
+
+
+
has super-properties
+
+ characteristic of + op +
+
has domain
+
+ function + c +
+
is inverse of
+
+ has function + op +
+
+
+
+
+

has componentop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002180

+
+ w 'has component' p if w 'has part' p and w is such that it can be directly disassembled into into n parts p, p2, p3, ..., pn, where these parts are of similar type. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
+
has super-properties
+
+ has part + op +
+
has sub-properties
+
+ has component process + op +
+
+
+
+
+

has component activityop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002017

+
+ A 'has component activity' B if A is A and B are molecular functions (GO_0003674) and A has_component B. +
+
+
+
has super-properties
+
+ has component process + op +
+
has sub-properties
+
+ has effector activity + op, has regulatory component activity + op +
+
+
+
+
+

has component processop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002018

+
+ w 'has process component' p if p and w are processes, w 'has part' p and w is such that it can be directly disassembled into into n parts p, p2, p3, ..., pn, where these parts are of similar type. +
+
+
+
has super-properties
+
+ has component + op +
+
has sub-properties
+
+ has component activity + op +
+
+
+
+
+

has dispositionop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0000091

+
+ a relation between an independent continuant (the bearer) and a disposition, in which the disposition specifically depends on the bearer for its existence +
+
+
+
has super-properties
+
+ bearer of + op +
+
has range
+
+ disposition + c +
+
is inverse of
+
+ disposition of + op +
+
+
+
+
+

has effector activityop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002025

+
+ A 'has effector activity' B if A and B are GO molecular functions (GO_0003674), A 'has component activity' B and B is the effector (output function) of B. Each compound function has only one effector activity. +
+
+ This relation is designed for constructing compound molecular functions, typically in combination with one or more regulatory component activity relations. +
+
+

+ has characteristics: + functional

+
+
has super-properties
+
+ has component activity + op +
+
+
+
+
+

has functionop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0000085

+
+ a relation between an independent continuant (the bearer) and a function, in which the function specifically depends on the bearer for its existence +
+
+
Example
+
+
this enzyme has function this catalysis function (more colloquially: this enzyme has this catalysis function)
+
+
+
+
+
has super-properties
+
+ bearer of + op +
+
has range
+
+ function + c +
+
is inverse of
+
+ function of + op +
+
+
+
+
+

has inputop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002233

+
+ p has input c iff: p is a process, c is a material entity, c is a participant in p, c is present at the start of p, and the state of c is modified during p. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
+
has super-properties
+
+ has participant + op +
+
is inverse of
+
+ input of + op +
+
+
+
+
+

has memberop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002351

+
+ has member is a mereological relation between a collection and an item. +
+
+
Source
+
SIO
+
+
+

+ has characteristics: + irreflexive

+
+
has super-properties
+
+ has part + op +
+
is inverse of
+
+ member of + op +
+
+
+
+
+

has negative regulatory component activityop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002014

+
+ A relationship that holds between a GO molecular function and a component of that molecular function that negatively regulates the activity of the whole. More formally, A 'has regulatory component activity' B iff :A and B are GO molecular functions (GO_0003674), A has_component B and A is negatively regulated by B. +
+
+ By convention GO molecular functions are classified by their effector function. Internal regulatory functions are treated as components. For example, NMDA glutmate receptor activity is a cation channel activity with positive regulatory component 'glutamate binding' and negative regulatory components including 'zinc binding' and 'magnesium binding'. +
+
+
+
has super-properties
+
+ has regulatory component activity + op, negatively regulated by + op +
+
+
+
+
+

has partop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/BFO_0000051

+
+ a core relation that holds between a whole and its part +
+
+
Example
+
+
my body has part my brain (continuant parthood, two material entities)
+
+
+
my stomach has part my stomach cavity (continuant parthood, material entity has part immaterial entity)
+
+
+
this year has part this day (occurrent parthood)
+
+
+
+

+ has characteristics: + transitive

+
+
has super-properties
+
+ overlaps + op +
+
has sub-properties
+
+ has component + op, has member + op, has value specification + op +
+
is inverse of
+
+ part of + op +
+
+
+
+
+

has part structure that is capable ofop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002584

+
+ s 'has part structure that is capable of' p if and only if there exists some part x such that s 'has part' x and x 'capable of' p +
+
+
Example
+
+
gland SubClassOf 'has part structure that is capable of' some 'secretion by cell'
+
+
+
+
+
has super-properties
+
+ causal relation between material entity and a process + op +
+
has sub-property chains
+
+ has part + op + o + capable of + op +
+
+
+
+
+

has participantop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0000057

+
+ a relation between a process and a continuant, in which the continuant is somehow involved in the process +
+
+
Example
+
+
this blood coagulation has participant this blood clot
+
+
+
this investigation has participant this investigator
+
+
+
this process has participant this input material (or this output material)
+
+
+
+
+
has sub-properties
+
+ enabled by + op, has input + op, has_specified_input + op, has_specified_output + op +
+
is inverse of
+
+ participates in + op +
+
has sub-property chains
+
+ has part + op + o + has participant + op +
+
+
+
+
+

has positive regulatory component activityop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002015

+
+ A relationship that holds between a GO molecular function and a component of that molecular function that positively regulates the activity of the whole. More formally, A 'has regulatory component activity' B iff :A and B are GO molecular functions (GO_0003674), A has_component B and A is positively regulated by B. +
+
+ By convention GO molecular functions are classified by their effector function and internal regulatory functions are treated as components. So, for example calmodulin has a protein binding activity that has positive regulatory component activity calcium binding activity. Receptor tyrosine kinase activity is a tyrosine kinase activity that has positive regulatory component 'ligand binding'. +
+
+
+
has super-properties
+
+ has regulatory component activity + op, positively regulated by + op +
+
+
+
+
+

has qualityop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0000086

+
+ a relation between an independent continuant (the bearer) and a quality, in which the quality specifically depends on the bearer for its existence +
+
+
Example
+
+
this apple has quality this red color
+
+
+
+
+
has super-properties
+
+ bearer of + op +
+
is inverse of
+
+ quality of + op +
+
+
+
+
+

has regulatory component activityop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002013

+
+ A 'has regulatory component activity' B if A and B are GO molecular functions (GO_0003674), A has_component B and A is regulated by B. +
+
+
+
has super-properties
+
+ has component activity + op, regulated by + op +
+
has sub-properties
+
+ has negative regulatory component activity + op, has positive regulatory component activity + op +
+
+
+
+
+

has roleop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0000087

+
+ a relation between an independent continuant (the bearer) and a role, in which the role specifically depends on the bearer for its existence +
+
+
Example
+
+
this person has role this investigator role (more colloquially: this person has this role of investigator)
+
+
+
+
+
has super-properties
+
+ bearer of + op +
+
has range
+
+ role + c +
+
is inverse of
+
+ role of + op +
+
+
+
+
+

has value specificationop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001938

+
+ A relation between an information content entity and a value specification that specifies its value. +
+
+
Source
+
OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
+
has super-properties
+
+ has part + op +
+
has range
+
+ value specification + c +
+
+
+
+
+

has_specified_inputop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000293

+
+ The inverse property of is_specified_input_of +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
see is_input_of example_of_usage
+
+
+
+
+
has super-properties
+
+ has participant + op +
+
has domain
+
+ planned process + c +
+
is inverse of
+
+ is_specified_input_of + op +
+
+
+
+
+

has_specified_outputop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000299

+
+ The inverse property of is_specified_output_of +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
+
has super-properties
+
+ has participant + op +
+
has domain
+
+ planned process + c +
+
is inverse of
+
+ is_specified_output_of + op +
+
+
+
+
+

immediately causally downstream ofop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002405

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000428 +
+
+
+
+
has super-properties
+
+ causally downstream of + op, immediately preceded by + op +
+
is inverse of
+
+ immediately causally upstream of + op +
+
+
+
+
+

immediately causally upstream ofop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002412

+
+ p is immediately causally upstream of q iff p is causally upstream of q, and the end of p is coincident with the beginning of q. +
+
+
+
has super-properties
+
+ causally upstream of + op, immediately precedes + op +
+
has sub-properties
+
+ directly regulates + op +
+
is inverse of
+
+ immediately causally downstream of + op +
+
+
+
+
+

immediately preceded byop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002087

+
+ X immediately_preceded_by Y iff: end(X) simultaneous_with start(Y) +
+
+
+
has super-properties
+
+ preceded by + op +
+
has sub-properties
+
+ immediately causally downstream of + op +
+
is inverse of
+
+ immediately precedes + op +
+
+
+
+
+

immediately precedesop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002090

+
+ X immediately_precedes_Y iff: end(X) simultaneous_with start(Y) +
+
+
+
has super-properties
+
+ precedes + op +
+
has sub-properties
+
+ immediately causally upstream of + op +
+
is inverse of
+
+ immediately preceded by + op +
+
+
+
+
+

indirectly causally upstream ofop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0012011

+
+ p is indirectly causally upstream of q iff p is causally upstream of q and there exists some process r such that p is causally upstream of r and r is causally upstream of q. +
+
+
+
has super-properties
+
+ causally upstream of + op +
+
has sub-properties
+
+ indirectly regulates + op +
+
+
+
+
+

indirectly negatively regulatesop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002409

+
+ p indirectly negatively regulates q iff p is indirectly causally upstream of q and p negatively regulates q. +
+
+

+ has characteristics: + transitive

+
+
has super-properties
+
+ indirectly regulates + op, negatively regulates + op +
+
has sub-property chains
+
+ indirectly negatively regulates + op + o + directly negatively regulates + op +
+
+ directly negatively regulates + op + o + indirectly negatively regulates + op +
+
+ directly negatively regulates + op + o + directly negatively regulates + op +
+
+
+
+
+

indirectly positively regulatesop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002407

+
+ p indirectly positively regulates q iff p is indirectly causally upstream of q and p positively regulates q. +
+
+

+ has characteristics: + transitive

+
+
has super-properties
+
+ indirectly regulates + op, positively regulates + op +
+
has sub-property chains
+
+ indirectly positively regulates + op + o + directly positively regulates + op +
+
+ indirectly negatively regulates + op + o + indirectly negatively regulates + op +
+
+ directly positively regulates + op + o + indirectly positively regulates + op +
+
+ directly positively regulates + op + o + directly positively regulates + op +
+
+
+
+
+

indirectly regulatesop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0012012

+
+ p indirectly regulates q iff p is indirectly causally upstream of q and p regulates q. +
+
+
+
has super-properties
+
+ indirectly causally upstream of + op, regulates + op +
+
has sub-properties
+
+ indirectly negatively regulates + op, indirectly positively regulates + op +
+
+
+
+
+

input ofop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002352

+
+ inverse of has input +
+
+
+
has super-properties
+
+ participates in + op +
+
is inverse of
+
+ has input + op +
+
+
+
+
+

interacts withop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002434

+
+ A relationship that holds between two entities in which the processes executed by the two entities are causally connected. +
+
+

+ has characteristics: + symmetric

+
+
has sub-properties
+
+ molecularly interacts with + op +
+
+
+
+
+

involved inop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002331

+
+ c involved_in p if and only if c enables some process p', and p' is part of p +
+
+
+
has super-properties
+
+ involved in or involved in regulation of + op, participates in + op +
+
has sub-property chains
+
+ enables + op + o + part of + op +
+
+ involved in + op + o + part of + op +
+
+
+
+
+

involved in negative regulation ofop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002430

+
+ c involved in regulation of p if c is involved in some p' and p' negatively regulates some p +
+
+
+
has super-properties
+
+ involved in regulation of + op +
+
has sub-property chains
+
+ enables + op + o + negatively regulates + op +
+
+ involved in + op + o + negatively regulates + op +
+
+
+
+
+

involved in or involved in regulation ofop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002431

+
+ c involved in or regulates p if and only if either (i) c is involved in p or (ii) c is involved in regulation of p +
+
+
+
has super-properties
+
+ acts upstream of or within + op, causal agent in process + op +
+
has sub-properties
+
+ involved in + op, involved in regulation of + op +
+
+
+
+
+

involved in positive regulation ofop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002429

+
+ c involved in regulation of p if c is involved in some p' and p' positively regulates some p +
+
+
+
has super-properties
+
+ involved in regulation of + op +
+
has sub-property chains
+
+ enables + op + o + positively regulates + op +
+
+ involved in + op + o + positively regulates + op +
+
+
+
+
+

involved in regulation ofop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002428

+
+ c involved in regulation of p if c is involved in some p' and p' regulates some p +
+
+
+
has super-properties
+
+ acts upstream of + op, involved in or involved in regulation of + op +
+
has sub-properties
+
+ involved in negative regulation of + op, involved in positive regulation of + op +
+
has sub-property chains
+
+ enables + op + o + regulates + op +
+
+ involved in + op + o + regulates + op +
+
+
+
+
+

is aboutop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000136

+
+ A (currently) primitive relation that relates an information artifact to an entity. +
+
+
Source
+
Smith, Ceusters, Ruttenberg, 2000 years of philosophy
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
Example
+
+
This document is about information artifacts and their representations
+
+
+
+
+

is concretized asop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0000058

+
+ A relationship between a generically dependent continuant and a specifically dependent continuant, in which the generically dependent continuant depends on some independent continuant in virtue of the fact that the specifically dependent continuant also depends on that same independent continuant. A generically dependent continuant may be concretized as multiple specifically dependent continuants. +
+
+
Example
+
+
A journal article is an information artifact that inheres in some number of printed journals. For each copy of the printed journal there is some quality that carries the journal article, such as a pattern of ink. The journal article (a generically dependent continuant) is concretized as the quality (a specifically dependent continuant), and both depend on that copy of the printed journal (an independent continuant).
+
+
+
An investigator reads a protocol and forms a plan to carry out an assay. The plan is a realizable entity (a specifically dependent continuant) that concretizes the protocol (a generically dependent continuant), and both depend on the investigator (an independent continuant). The plan is then realized by the assay (a process).
+
+
+
+
+
is inverse of
+
+ concretizes + op +
+
+
+
+
+

is_specified_input_ofop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000295

+
+ A relation between a planned process and a continuant participating in that process that is not created during the process. The presence of the continuant during the process is explicitly specified in the plan specification which the process realizes the concretization of. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
Example
+
+
some Autologous EBV(Epstein-Barr virus)-transformed B-LCL (B lymphocyte cell line) is_input_for instance of Chromum Release Assay described at https://wiki.cbil.upenn.edu/obiwiki/index.php/Chromium_Release_assay
+
+
+
+
+
has super-properties
+
+ participates in + op +
+
has range
+
+ planned process + c +
+
is inverse of
+
+ has_specified_input + op +
+
+
+
+
+

is_specified_output_ofop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000312

+
+ A relation between a planned process and a continuant participating in that process. The presence of the continuant at the end of the process is explicitly specified in the objective specification which the process realizes the concretization of. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
+
has super-properties
+
+ participates in + op +
+
has range
+
+ planned process + c +
+
is inverse of
+
+ has_specified_output + op +
+
+
+
+
+

member ofop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002350

+
+ is member of is a mereological relation between a item and a collection. +
+
+
Source
+
SIO
+
+
+
Example
+
+
An organism that is a member of a population of organisms
+
+
+
+
+
has super-properties
+
+ part of + op +
+
is inverse of
+
+ has member + op +
+
+
+
+
+

molecularly interacts withop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002436

+
+ An interaction relationship in which the two partners are molecular entities that directly physically interact with each other for example via a stable binding interaction or a brief interaction during which one modifies the other. +
+
+

+ has characteristics: + symmetric

+
+
has super-properties
+
+ interacts with + op +
+
has sub-properties
+
+ directly regulates activity of + op, phosphorylates + op +
+
+
+
+
+

negatively regulated byop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002335

+
+ inverse of negatively regulates +
+
+
+
has super-properties
+
+ regulated by + op +
+
has sub-properties
+
+ has negative regulatory component activity + op +
+
is inverse of
+
+ negatively regulates + op +
+
+
+
+
+

negatively regulatesop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002212

+
+ p negatively regulates q iff p regulates q, and p decreases the rate or magnitude of execution of q. +
+
+
Source
+
+ http://purl.obolibrary.org/obo/ro/docs/causal-relations +
+
+
+
+
has super-properties
+
+ causally upstream of, negative effect + op, regulates + op +
+
has sub-properties
+
+ directly negatively regulates + op, indirectly negatively regulates + op +
+
is inverse of
+
+ negatively regulated by + op +
+
+
+
+
+

negatively regulates characteristicop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0019002

+
+ A relationship that holds between a process and a characteristic in which process (P) negatively regulates characteristic (C) iff: P results in a decrease in the intensity or magnitude of C. +
+
+
+
has super-properties
+
+ regulates characteristic + op +
+
has sub-property chains
+
+ negatively regulates + op + o + positively regulates characteristic + op +
+
+ positively regulates + op + o + negatively regulates characteristic + op +
+
+
+
+
+

objective_achieved_byop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000833

+
+ This relation obtains between an objective specification and a planned process when the criteria specified in the objective specification are met at the end of the planned process. +
+
+
Source
+
OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
+
has range
+
+ planned process + c +
+
is inverse of
+
+ achieves_planned_objective + op +
+
+
+
+
+

overlapsop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002131

+
+ x overlaps y if and only if there exists some z such that x has part z and z part of y +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+

+ has characteristics: + symmetric

+
+
has sub-properties
+
+ has part + op, part of + op +
+
has sub-property chains
+
+ part of + op + o + part of + op +
+
+ has part + op + o + part of + op +
+
+ has part + op + o + overlaps + op +
+
+ overlaps + op + o + part of + op +
+
+
+
+
+

part ofop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/BFO_0000050

+
+ a core relation that holds between a part and its whole +
+
+
Example
+
+
my brain is part of my body (continuant parthood, two material entities)
+
+
+
my stomach cavity is part of my stomach (continuant parthood, immaterial entity is part of material entity)
+
+
+
this day is part of this year (occurrent parthood)
+
+
+
+

+ has characteristics: + transitive

+
+
has super-properties
+
+ overlaps + op +
+
has sub-properties
+
+ member of + op +
+
is inverse of
+
+ has part + op +
+
+
+
+
+

participates inop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0000056

+
+ a relation between a continuant and a process, in which the continuant is somehow involved in the process +
+
+
Example
+
+
this blood clot participates in this blood coagulation
+
+
+
this input material (or this output material) participates in this process
+
+
+
this investigator participates in this investigation
+
+
+
+
+
has sub-properties
+
+ input of + op, involved in + op, is_specified_input_of + op, is_specified_output_of + op +
+
is inverse of
+
+ has participant + op +
+
+
+
+
+

phosphorylatesop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002447

+
+
+
has super-properties
+
+ molecularly interacts with + op +
+
+
+
+
+

positively regulated byop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002336

+
+ inverse of positively regulates +
+
+
+
has super-properties
+
+ regulated by + op +
+
has sub-properties
+
+ has positive regulatory component activity + op +
+
is inverse of
+
+ positively regulates + op +
+
+
+
+
+

positively regulatesop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002213

+
+ p positively regulates q iff p regulates q, and p increases the rate or magnitude of execution of q. +
+
+
Source
+
+ http://purl.obolibrary.org/obo/ro/docs/causal-relations +
+
+
+

+ has characteristics: + transitive

+
+
has super-properties
+
+ causally upstream of, positive effect + op, regulates + op +
+
has sub-properties
+
+ directly positively regulates + op, indirectly positively regulates + op +
+
is inverse of
+
+ positively regulated by + op +
+
has sub-property chains
+
+ negatively regulates + op + o + negatively regulates + op +
+
+
+
+
+

positively regulates characteristicop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0019001

+
+ A relationship that holds between a process and a characteristic in which process (P) positively regulates characteristic (C) iff: P results in an increase in the intensity or magnitude of C. +
+
+
+
has super-properties
+
+ regulates characteristic + op +
+
has sub-property chains
+
+ positively regulates + op + o + positively regulates characteristic + op +
+
+
+
+
+

preceded byop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/BFO_0000062

+
+ x is preceded by y if and only if the time point at which y ends is before or equivalent to the time point at which x starts. Formally: x preceded by y iff ω(y) <= α(x), where α is a function that maps a process to a start point, and ω is a function that maps a process to an end point. +
+
+

+ has characteristics: + transitive

+
+
has super-properties
+
+ ends after + op +
+
has sub-properties
+
+ causally downstream of + op, immediately preceded by + op +
+
is inverse of
+
+ precedes + op +
+
has sub-property chains
+
+ part of + op + o + preceded by + op +
+
+
+
+
+

precedesop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/BFO_0000063

+
+ x precedes y if and only if the time point at which x ends is before or equivalent to the time point at which y starts. Formally: x precedes y iff ω(x) <= α(y), where α is a function that maps a process to a start point, and ω is a function that maps a process to an end point. +
+
+

+ has characteristics: + transitive

+
+
has super-properties
+
+ temporally related to + op +
+
has sub-properties
+
+ causally upstream of + op, immediately precedes + op +
+
is inverse of
+
+ preceded by + op +
+
has sub-property chains
+
+ part of + op + o + precedes + op +
+
+
+
+
+

process has causal agentop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002608

+
+ Inverse of 'causal agent in process' +
+
+
Source
+
+ http://purl.obolibrary.org/obo/ro/docs/causal-relations +
+
+
+
+
is inverse of
+
+ causal agent in process + op +
+
+
+
+
+

quality ofop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0000080

+
+ a relation between a quality and an independent continuant (the bearer), in which the quality specifically depends on the bearer for its existence +
+
+ This relation is modeled after the BFO relation of the same name which was in BFO2, but is used in a more restricted sense - specifically, we model this relation as functional (inherited from characteristic-of). Note that this relation is now removed from BFO2020. +
+
+
Example
+
+
this red color is a quality of this apple
+
+
+
+
+
has super-properties
+
+ characteristic of + op +
+
is inverse of
+
+ has quality + op +
+
+
+
+
+

realized inop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/BFO_0000054

+
+ Paraphrase of elucidation: a relation between a realizable entity and a process, where there is some material entity that is bearer of the realizable entity and participates in the process, and the realizable entity comes to be realized in the course of the process +
+
+
Is defined by
+
+ http://purl.obolibrary.org/obo/bfo.owl +
+
+
+
Example
+
+
this disease is realized in this disease course
+
+
+
this fragility is realized in this shattering
+
+
+
this investigator role is realized in this investigation
+
+
+
+
+
is inverse of
+
+ realizes + op +
+
+
+
+
+

realizesop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/BFO_0000055

+
+ Paraphrase of elucidation: a relation between a process and a realizable entity, where there is some material entity that is bearer of the realizable entity and participates in the process, and the realizable entity comes to be realized in the course of the process +
+
+
Is defined by
+
+ http://purl.obolibrary.org/obo/iao.owl +
+
+
+
Example
+
+
this disease course realizes this disease
+
+
+
this investigation realizes this investigator role
+
+
+
this shattering realizes this fragility
+
+
+
+
+
is inverse of
+
+ realized in + op +
+
+
+
+
+

regulated byop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002334

+
+ inverse of regulates +
+
+

+ has characteristics: + transitive

+
+
has super-properties
+
+ causally downstream of or within + op +
+
has sub-properties
+
+ directly regulated by + op, has regulatory component activity + op, negatively regulated by + op, positively regulated by + op +
+
is inverse of
+
+ regulates + op +
+
+
+
+
+

regulatesop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002211

+
+ p regulates q iff p is causally upstream of q, the execution of p is not constant and varies according to specific conditions, and p influences the rate or magnitude of execution of q due to an effect either on some enabler of q or some enabler of a part of q. +
+
+
Source
+
+ http://purl.obolibrary.org/obo/ro/docs/causal-relations +
+
GO
+
+
+

+ has characteristics: + transitive

+
+
has super-properties
+
+ causally upstream of + op +
+
has sub-properties
+
+ directly regulates + op, indirectly regulates + op, negatively regulates + op, positively regulates + op +
+
is inverse of
+
+ regulated by + op +
+
has sub-property chains
+
+ regulates + op + o + has effector activity + op +
+
+ directly regulates + op + o + directly regulates + op +
+
+
+
+
+

regulates activity ofop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0011002

+
+ The entity A has an activity that regulates an activity of the entity B. For example, A and B are gene products where the catalytic activity of A regulates the kinase activity of B. +
+
+
+
has super-properties
+
+ causally influences + op +
+
has sub-properties
+
+ directly regulates activity of + op +
+
+
+
+
+

regulates characteristicop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0019000

+
+ A relationship that holds between a process and a characteristic in which process (P) regulates characteristic (C) iff: P results in the existence of C OR affects the intensity or magnitude of C. +
+
+
+
has sub-properties
+
+ negatively regulates characteristic + op, positively regulates characteristic + op +
+
has sub-property chains
+
+ regulates + op + o + regulates characteristic + op +
+
+
+
+
+

role ofop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0000081

+
+ a relation between a role and an independent continuant (the bearer), in which the role specifically depends on the bearer for its existence +
+
+ This relation is modeled after the BFO relation of the same name which was in BFO2, but is used in a more restricted sense - specifically, we model this relation as functional (inherited from characteristic-of). Note that this relation is now removed from BFO2020. +
+
+
Example
+
+
this investigator role is a role of this person
+
+
+
+
+
has super-properties
+
+ characteristic of + op +
+
is inverse of
+
+ has role + op +
+
+
+
+
+

temporally related toop + back to ToC or Object Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002222

+
+ A relation that holds between two occurrents. This is a grouping relation that collects together all the Allen relations. +
+
+
Source
+
+ https://en.wikipedia.org/wiki/Allen%27s_interval_algebra +
+
https://docs.google.com/document/d/1kBv1ep_9g3sTR-SD3jqzFqhuwo9TPNF-l-9fUDbO6rM/edit?pli=1
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
+
has sub-properties
+
+ ends after + op, precedes + op +
+
+
+
+
+

Annotation Properties

+ +
+

1 s t a rap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/chebi#1_STAR

+
+
+
has super-properties
+
+ subset property + ap +
+
+
+
+
+

2 s t a rap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/chebi#2_STAR

+
+
+
has super-properties
+
+ subset property + ap +
+
+
+
+
+

3 s t a rap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/chebi#3_STAR

+
+
+
has super-properties
+
+ subset property + ap +
+
+
+
+
+

acronymap + back to ToC or Annotation Property ToC + +

+

+ IRI: https://w3id.org/mod#acronym

+
+
+

alternative termap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000118

+
+ An alternative name for a class or property which means the same thing as the preferred name (semantically equivalent) +
+
+
Is defined by
+
+ http://purl.obolibrary.org/obo/iao.owl +
+
+
+
Source
+
GROUP:OBI:<http://purl.obolibrary.org/obo/obi>
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
+

audienceap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://usefulinc.com/ns/doap#audience

+
+
+

b f o 0000179ap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/BFO_0000179

+
+
+

b f o 0000180ap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/BFO_0000180

+
+
+

bibliographic citationap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.org/dc/terms/bibliographicCitation

+
+
+

bug databaseap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://usefulinc.com/ns/doap#bug-database

+
+
+

chargeap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/chebi/charge

+
+
+

close matchap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://www.w3.org/2004/02/skos/core#closeMatch

+
+
+

coarse classificationap + back to ToC or Annotation Property ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#coarseClassification

+
+
+

commentap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://www.w3.org/2000/01/rdf-schema#comment

+
+
+

competency questionap + back to ToC or Annotation Property ToC + +

+

+ IRI: https://w3id.org/mod#competencyQuestion

+
+
+

contributorap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.org/dc/elements/1.1/contributor

+
+ An entity responsible for making contributions to the + content of the resource. +
+
+ Examples of a Contributor include a person, an + organisation, or a service. Typically, the name of a + Contributor should be used to indicate the entity. +
+
+
Is defined by
+
+ http://purl.org/dc/elements/1.1/ +
+
+
+
+

contributorap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.org/dc/terms/contributor

+
+
+

createdap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.org/dc/terms/created

+
+
+

created byap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://www.geneontology.org/formats/oboInOwl#created_by

+
+
+

creation dateap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://www.geneontology.org/formats/oboInOwl#creation_date

+
+
+

creatorap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.org/dc/elements/1.1/creator

+
+
+

creatorap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.org/dc/terms/creator

+
+
+

dateap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.org/dc/elements/1.1/date

+
+
+

dateap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://www.geneontology.org/formats/oboInOwl#date

+
+
+

definitionap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000115

+
+ The official OBI definition, explaining the meaning of a class or property. Shall be Aristotelian, formalized and normalized. Can be augmented with colloquial definitions. +
+
+
Is defined by
+
+ http://purl.obolibrary.org/obo/iao.owl +
+
+
+
Source
+
GROUP:OBI:<http://purl.obolibrary.org/obo/obi>
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
+

definition sourceap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000119

+
+ Formal citation, e.g. identifier in external database to indicate / attribute source(s) for the definition. Free text indicate / attribute source(s) for the definition. EXAMPLE: Author Name, URI, MeSH Term C04, PUBMED ID, Wiki uri on 31.01.2007 +
+
+
Is defined by
+
+ http://purl.obolibrary.org/obo/iao.owl +
+
+
+
Source
+
Discussion on obo-discuss mailing-list, see http://bit.ly/hgm99w
+
GROUP:OBI:<http://purl.obolibrary.org/obo/obi>
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
+

derived fromap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.org/pav/derivedFrom

+
+
+

descriptionap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.org/dc/elements/1.1/description

+
+
+

descriptionap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.org/dc/terms/description

+
+
+

distributionap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://www.w3.org/ns/dcat#distribution

+
+
+

documentationap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://www.loc.gov/premis/rdf/v3/documentation

+
+
+

exampleap + back to ToC or Annotation Property ToC + +

+

+ IRI: https://vocab.org/vann/example

+
+
+

example of usageap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000112

+
+ A phrase describing how a term should be used and/or a citation to a work which uses it. May also include other kinds of examples that facilitate immediate understanding, such as widely know prototypes or instances of a class, or cases where a relation is said to hold. +
+
+
Is defined by
+
+ http://purl.obolibrary.org/obo/iao.owl +
+
+
+
Source
+
GROUP:OBI:<http://purl.obolibrary.org/obo/obi>
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
+

formatap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.org/dc/terms/format

+
+
+

formulaap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/chebi/formula

+
+
+

funderap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://schema.org/funder

+
+
+

has curation statusap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000114

+
+
+

has db xrefap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://www.geneontology.org/formats/oboInOwl#hasDbXref

+
+
+

has formality levelap + back to ToC or Annotation Property ToC + +

+

+ IRI: https://w3id.org/mod#hasFormalityLevel

+
+
+

has ontology syntaxap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://omv.ontoware.org/2005/05/ontology#hasOntologySyntax

+
+
+

has synonym typeap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://www.geneontology.org/formats/oboInOwl#hasSynonymType

+
+
+

has_alternative_idap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://www.geneontology.org/formats/oboInOwl#hasAlternativeId

+
+
+

has_exact_synonymap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://www.geneontology.org/formats/oboInOwl#hasExactSynonym

+
+
+

has_obo_namespaceap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://www.geneontology.org/formats/oboInOwl#hasOBONamespace

+
+
+

has_related_synonymap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym

+
+
+

i a o 0000111ap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000111

+
+
+

i a o 0000116ap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000116

+
+
+

i a o 0000117ap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000117

+
+
+

i a o 0000232ap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000232

+
+
+

i a o 0000233ap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000233

+
+
+

i a o 0000234ap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000234

+
+
+

i a o 0000424ap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000424

+
+
+

i a o 0000589ap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000589

+
+
+

i a o 0000600ap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000600

+
+
+

i a o 0000601ap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000601

+
+
+

i a o 0000602ap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000602

+
+
+

i a o 0000700ap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000700

+
+
+

i a o 0010000ap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0010000

+
+
+

i u p a c n a m eap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/chebi#IUPAC_NAME

+
+
+
has super-properties
+
+ synonym type property + ap +
+
+
+
+
+

idap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://www.geneontology.org/formats/oboInOwl#id

+
+
+

identifierap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.org/dc/terms/identifier

+
+
+

IEDB alternative termap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_9991118

+
+ An alternative term used by the IEDB. +
+
+
Source
+
IEDB
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
+

imported fromap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000412

+
+ For external terms/classes, the ontology from which the term was imported +
+
+
Is defined by
+
+ http://purl.obolibrary.org/obo/iao.owl +
+
+
+
Source
+
GROUP:OBI:<http://purl.obolibrary.org/obo/obi>
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
+

in languageap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://schema.org/inLanguage

+
+
+

in_subsetap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://www.geneontology.org/formats/oboInOwl#inSubset

+
+
+

inchiap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/chebi/inchi

+
+
+

inchikeyap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/chebi/inchikey

+
+
+

is a defining property chain axiom where second argument is reflexiveap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002582

+
+ If R <- P o Q is a defining property chain axiom, then (1) R -> P o Q holds and (2) Q is either reflexive or locally reflexive. A corollary of this is that P SubPropertyOf R. +
+
+
+

is direct form ofap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002575

+
+ relation p is the direct form of relation q iff p is a subPropertyOf q, p does not have the Transitive characteristic, q does have the Transitive characteristic, and for all x, y: x q y -> exists z1, z2, ..., zn such that x p z1 ... z2n y +
+
+
+

is negative form ofap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0004050

+
+
+

is positive form ofap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0004049

+
+
+

is rule enabledap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://swrl.stanford.edu/ontologies/3.3/swrla.owl#isRuleEnabled

+
+
+

ISA alternative termap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001847

+
+ An alternative term used by the ISA tools project (http://isa-tools.org). +
+
+
Source
+
ISA tools project (http://isa-tools.org)
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000122 +
+
+
+
+

labelap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://www.w3.org/2000/01/rdf-schema#label

+
+
+

Languageap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.org/dc/elements/1.1/language

+
+ A language of the intellectual content of the resource. +
+
+ Recommended best practice is to use RFC 3066 [RFC3066], + which, in conjunction with ISO 639 [ISO639], defines two- + and three-letter primary language tags with optional + subtags. Examples include "en" or "eng" for English, + "akk" for Akkadian, and "en-GB" for English used in the + United Kingdom. +
+
+
Is defined by
+
+ http://purl.org/dc/elements/1.1/ +
+
+
+
+

last update onap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.org/pav/lastUpdateOn

+
+
+

licenseap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.org/dc/terms/license

+
+
+

logical macro assertion on an annotation propertyap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002423

+
+
+

massap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/chebi/mass

+
+
+

modifiedap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.org/dc/terms/modified

+
+
+

monoisotopicmassap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/chebi/monoisotopicmass

+
+
+

preferred namespace prefixap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.org/vocab/vann/preferredNamespacePrefix

+
+
+

r o 0002259ap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002259

+
+
+
has super-properties
+
+ subset property + ap +
+
+
+
+
+

r o 0002579ap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0002579

+
+
+

referencesap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.org/dc/terms/references

+
+
+

refers to competence questionap + back to ToC or Annotation Property ToC + +

+

+ IRI: https://www.tib.eu/digitrubber#refersToCompetenceQuestion

+
+
+

repositoryap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://usefulinc.com/ns/doap#repository

+
+
+

ro ecoap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/ro/subsets#ro-eco

+
+
+
has super-properties
+
+ subset property + ap +
+
+
+
+
+

smilesap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/chebi/smiles

+
+
+

sourceap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.org/dc/elements/1.1/source

+
+
+

sourceap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.org/dc/terms/source

+
+
+

sourceap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://www.geneontology.org/formats/oboInOwl#source

+
+
+

statusap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.org/ontology/bibo/status

+
+
+

subjectap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.org/dc/terms/subject

+
+
+

subset propertyap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://www.geneontology.org/formats/oboInOwl#SubsetProperty

+
+
+
has sub-properties
+
+ 1 s t a r + ap, 2 s t a r + ap, 3 s t a r + ap, r o 0002259 + ap, ro eco + ap, valid for go annotation extension + ap, valid for go gp2term + ap, valid for go ontology + ap, valid for gocam + ap +
+
+
+
+
+

synonym type propertyap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://www.geneontology.org/formats/oboInOwl#SynonymTypeProperty

+
+
+
has sub-properties
+
+ i u p a c n a m e + ap +
+
+
+
+
+

temporal interpretationap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/RO_0001900

+
+ An assertion that holds between an OWL Object Property and a temporal interpretation that elucidates how OWL Class Axioms that use this property are to be interpreted in a temporal context. +
+
+
+

titleap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.org/dc/terms/title

+
+
+

valid for go annotation extensionap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/valid_for_go_annotation_extension

+
+
+
has super-properties
+
+ subset property + ap +
+
+
+
+
+

valid for go gp2termap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/valid_for_go_gp2term

+
+
+
has super-properties
+
+ subset property + ap +
+
+
+
+
+

valid for go ontologyap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/valid_for_go_ontology

+
+
+
has super-properties
+
+ subset property + ap +
+
+
+
+
+

valid for gocamap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/valid_for_gocam

+
+
+
has super-properties
+
+ subset property + ap +
+
+
+
+
+

version notesap + back to ToC or Annotation Property ToC + +

+

+ IRI: http://www.w3.org/ns/adms#versionNotes

+
+
+

Named Individuals

+ +
+

0: asymptomaticni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002361

+
+ An Eastern Cooperative Oncology Group score value specification indicating a patient is asymptomatic. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ Eastern Cooperative Oncology Group score value specification + c +
+
+
+
+

100: asymptomaticni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002364

+
+ A Karnofsky score vaue specification indicating that a patient is asymptomatic. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ Karnofsky score vaue specification + c +
+
+
+
+

1: symptomatic but fully ambulatoryni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002362

+
+ An Eastern Cooperative Oncology Group score value specification indicating a patient is symptomatic but is fully ambulatory. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ Eastern Cooperative Oncology Group score value specification + c +
+
+
+
+

2: symptomatic but in bed less than 50% of the dayni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002359

+
+ An Eastern Cooperative Oncology Group score value specification indicating a patient is symptomatic but is in bed for less than 50% of the day. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ Eastern Cooperative Oncology Group score value specification + c +
+
+
+
+

3: symptomatic in bed more than 50% of the day but not bed riddenni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002358

+
+ An Eastern Cooperative Oncology Group score value specification indicating a patient is symptomatic and in bed for more than 50% of the day but is not bed ridden. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ Eastern Cooperative Oncology Group score value specification + c +
+
+
+
+

40-50: symptomatic, in bed more than 50% of the day, but not bed riddenni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002367

+
+ A Karnofsky score vaue specification indicating that a patient is symptomatic, in bed more than 50% of the day, but not bed ridden. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ Karnofsky score vaue specification + c +
+
+
+
+

4: bed riddenni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002360

+
+ An Eastern Cooperative Oncology Group score value specification indicating a patient is symptomatic and is bed ridden. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ Eastern Cooperative Oncology Group score value specification + c +
+
+
+
+

60-70: symptomatic but in bed less than 50% of the dayni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002366

+
+ A Karnofsky score vaue specification indicating that a patient is symptomatic but in bed less than 50% of the day. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ Karnofsky score vaue specification + c +
+
+
+
+

80-90: symptomatic but fully ambulatoryni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002365

+
+ A Karnofsky score vaue specification indicating that a patient is symptomatic but fully ambulatory. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ Karnofsky score vaue specification + c +
+
+
+
+

Abbottni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0003495

+
+ A manufacturer of rapid point-of-care assay devices. +
+
+
Source
+
WEB:https://www.globalpointofcare.abbott/en/about.html
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

ACSni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000321

+
+ ACS is a format standard of a digital entity that is conformant with the Analytical Cytometry Standard. (http://www.isac-net.org/content/view/607/150/) +
+
+
Source
+
web-page:http://www.isac-net.org/content/view/607/150/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
+

Advanced Instruments Inc. (AI Companies)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001375

+
+
Source
+
WEB:http://www.aicompanies.com/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

AES Chemunexni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001428

+
+
Source
+
WEB:http://www.aeschemunex.com/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

Affymetrixni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000462

+
+ An organization which supplies technology, tools and protocols for use in high throughput applications +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+ material supplier + c +
+
+
+
+

Agilentni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000765

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

ambidexterousni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000979

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ categorical label + c +
+
+
+
+

Ambionni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000756

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

angstromni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000019

+
+ A length unit which is equal to 10 [-10] m. +
+
+
belongs to
+
+ length unit + c +
+
+
+
+

Antigenixni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001347

+
+
Source
+
WEB:http://www.antigenix.com/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

Apogee Flow Systemsni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001312

+
+
Source
+
WEB:http://www.apogeeflow.com/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

Applied Biosystemsni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000776

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

Beckman Coulterni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001372

+
+
Source
+
WEB:http://www.beckmancoulter.com/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

Becton Dickinson (BD Biosciences)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001321

+
+
Source
+
WEB:http://www.bdbiosciences.com/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

Bentley Instrumentsni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001431

+
+
Source
+
WEB:http://bentleyinstruments.com/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

BIO-RADni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000754

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

BioGentsni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002903

+
+ An organization that manufactures mosquito traps and other mosquito control products. +
+
+
Source
+
WEB:https://eu.biogents.com/about-biogents/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

Bruker Corporationni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000770

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

Bruker Daltonicsni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000779

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

centimeterni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000015

+
+ A length unit which is equal to one hundredth of a meter or 10^[-2] m. +
+
+
belongs to
+
+ length unit + c +
+
+
+
+

cM0 (colon)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002291

+
+ A pathologic distant metastases stage for colon according to AJCC 7th edition indicating that there are no symptoms or signs of distant metastasis. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cancer_staging#Pathological_M_Categorization_.28cM_and_pM.29
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic distant metastases stage for colon according to AJCC 7th edition + c +
+
+
+
+

cM0 (kidney)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002307

+
+ A pathologic distant metastases stage for kidney according to AJCC 7th edition indicating that there is no distant metastasis. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_m/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic distant metastases stage for kidney according to AJCC 7th edition + c +
+
+
+
+

cM0 (lung)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002299

+
+ A pathologic distant metastases stage for lung according to AJCC 7th edition indicating that there is no distant metastasis. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_m/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic distant metastases stage for lung according to AJCC 7th edition + c +
+
+
+
+

cM0 (ovary)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002311

+
+ A pathologic distant metastases stage for ovary according to AJCC 7th edition indicating that there is no distant metastasis. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_m/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic distant metastases stage for ovary according to AJCC 7th edition + c +
+
+
+
+

cM1 (colon)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002292

+
+ A pathologic distant metastases stage for colon according to AJCC 7th edition indicating that there is clinical evidence of distant metastases by history, physical examination, imaging studies, or invasive procedures, but without microscopic evidence of the presumed distant metastases. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cancer_staging#Pathological_M_Categorization_.28cM_and_pM.29
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic distant metastases stage for colon according to AJCC 7th edition + c +
+
+
+
+

cM1 (kidney)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002308

+
+ A pathologic distant metastases stage for kidney according to AJCC 7th edition indicating that there are distant metastases based on clinical assessment. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_m/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic distant metastases stage for kidney according to AJCC 7th edition + c +
+
+
+
+

cM1 (lung)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002300

+
+ A pathologic distant metastases stage for lung according to AJCC 7th edition indicating that there are distant metastases based on clinical assessment. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_m/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic distant metastases stage for lung according to AJCC 7th edition + c +
+
+
+
+

cM1 (ovary)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002312

+
+ A pathologic distant metastases stage for ovary according to AJCC 7th edition indicating that there is distant metastasis except peritoneal metastasis based on clinical assessment. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_m/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic distant metastases stage for ovary according to AJCC 7th edition + c +
+
+
+
+

cM1a (colon)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002293

+
+ A pathologic distant metastases stage for colon according to AJCC 7th edition indicating that metastasis is confined to one organ based on clinical assessment. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_m/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic distant metastases stage for colon according to AJCC 7th edition + c +
+
+
+
+

cM1a (lung)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002301

+
+ A pathologic distant metastases stage for lung according to AJCC 7th edition indicating that metastasis is based on clinical assessment and a separate tumor nodule(s) in a contralateral lobe; tumor with pleural nodules OR malignant pleural or pericardial effusion. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_m/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic distant metastases stage for lung according to AJCC 7th edition + c +
+
+
+
+

cM1b (colon)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002294

+
+ A pathologic distant metastases stage for colon according to AJCC 7th edition indicating that metastasis is in more than one organ or the peritoneum based on clinical assessment. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_m/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic distant metastases stage for colon according to AJCC 7th edition + c +
+
+
+
+

cM1b (lung)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002302

+
+ A pathologic distant metastases stage for lung according to AJCC 7th edition indicating that there is a distant metastases based on clinical assessment. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_m/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic distant metastases stage for lung according to AJCC 7th edition + c +
+
+
+
+

colony forming unit per volumeni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000212

+
+ A concentration unit which a measure of viable bacterial numbers in a given volume. +
+
+
belongs to
+
+ concentration unit + c +
+
+
+
+

Compensation-MLni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000329

+
+ Compensation-ML is a format standard of a digital entity that is conformant with the Compensation-ML standard. (http://wiki.ficcs.org/ficcs/Compensation-ML?action=AttachFile&do=get&target=Compensation-ML_v1.0.24.pdf) +
+
+
Source
+
web-page:http://wiki.ficcs.org/ficcs/Compensation-ML?action=AttachFile&do=get&target=Compensation-ML_v1.0.24.pdf
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
+

count per molarni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000285

+
+ A rate unit which is equal to one over one molar. +
+
+
belongs to
+
+ rate unit + c +
+
+
+
+

count per molar secondni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000282

+
+ A rate unit which is equal to one over one molar second. +
+
+
belongs to
+
+ rate unit + c +
+
+
+
+

count per nanomolarni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000284

+
+ A rate unit which is equal to one over one nanomolar. +
+
+
belongs to
+
+ rate unit + c +
+
+
+
+

count per nanomolar secondni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000281

+
+ A rate unit which is equal to one over one nanomolar second. +
+
+
belongs to
+
+ rate unit + c +
+
+
+
+

cubic centimeterni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000097

+
+ A volume unit which is equal to one millionth of a cubic meter or 10^[-9] m^[3], or to 1 ml. +
+
+
belongs to
+
+ volume unit + c +
+
+
+
+

cubic decimeterni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000100

+
+ A volume unit which is equal to one thousand of a cubic meter or 10^[-3] m^[3], or to 1 L. +
+
+
belongs to
+
+ volume unit + c +
+
+
+
+

CytoBuoyni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001458

+
+
Source
+
WEB:http://www.cytobuoy.com/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

Cytopeiani + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001224

+
+
Source
+
WEB:http://www.cytopeia.com/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

Dako Cytomationni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001338

+
+
Source
+
WEB:http://www.dakousa.com/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

dayni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000033

+
+ A time unit which is equal to 24 hours. +
+
+
belongs to
+
+ time unit + c +
+
+
+
+

defined classni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000420

+
+ A defined class is a class that is defined by a set of logically necessary and sufficient conditions but is not a universal +
+
+
belongs to
+
+ denotator type + c +
+
+
+
+

degree Celsiusni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000027

+
+ A temperature unit which is equal to one kelvin degree. However, they have their zeros at different points. The centigrade scale has its zero at 273.15 K. +
+
+
belongs to
+
+ temperature unit + c +
+
+
+
+

degree Fahrenheitni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000195

+
+ A temperature unit which is equal to 5/9ths of a kelvin. Negative 40 degrees Fahrenheit is equal to negative 40 degrees Celsius. +
+
+
belongs to
+
+ temperature unit + c +
+
+
+
+

eBioscienceni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001213

+
+
Source
+
WEB:http://www.ebioscience.com/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

Edingburgh handedness inventoryni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001004

+
+ The Edinburgh Handedness Inventory is a set of questions used to assess the dominance of a person's right or left hand in everyday activities. +
+
+
Source
+
PMID:5146491#Oldfield, R.C. (1971). The assessment and analysis of handedness: The Edinburgh inventory. Neuropsychologia, 9, 97-113
+
WEB:http://www.cse.yorku.ca/course_archive/2006-07/W/4441/EdinburghInventory.html
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ questionnaire + c +
+
+
+
+

Exalpha Biologicalni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001287

+
+
Source
+
WEB:http://www.exalpha.com/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

example to be eventually removedni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000002

+
+
belongs to
+
+ curation status specification + c +
+
+
+
+

Exbio Antibodiesni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001320

+
+
Source
+
WEB:http://www.exbio.cz/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

failed exploratory termni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000103

+
+ The term was used in an attempt to structure part of the ontology but in retrospect failed to do a good job +
+
+
belongs to
+
+ obsolescence reason specification + c +
+
+
+
+

FCSni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000327

+
+ FCS is a format standard of a digital entity that is conformant with the Flow Cytometry Data File Standard.(http://www.fcspress.com/) +
+
+
Source
+
web-page:http://www.fcspress.com/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
+

G1 (Fuhrman)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002211

+
+ A histologic grade according to the Fuhrman Nuclear Grading System indicating that nuclei are round, uniform, approximately 10um and that nucleoli are inconspicuous or absent. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ histologic grade according to the Fuhrman Nuclear Grading System + c +
+
+
+
+

G1 (WHO)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002220

+
+ A histologic grade for ovarian tumor according to the World Health Organization indicating that the tumor is well differentiated. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ histologic grade for ovarian tumor according to the World Health Organization + c +
+
+
+
+

G1: Well differentiatedni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002206

+
+ A histologic grade according to AJCC 7th edition indicating that the tumor cells and the organization of the tumor tissue appear close to normal. +
+
+
Source
+
https://www.cancer.gov/about-cancer/diagnosis-staging/prognosis/tumor-grade-fact-sheet
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ histologic grade according to AJCC 7th edition + c +
+
+
+
+

G2 (Fuhrman)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002212

+
+ A histologic grade according to the Fuhrman Nuclear Grading System indicating that nuclei are slightly irregular, approximately 15um and nucleoli are evident. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ histologic grade according to the Fuhrman Nuclear Grading System + c +
+
+
+
+

G2 (WHO)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002221

+
+ A histologic grade for ovarian tumor according to the World Health Organization indicating that the tumor is moderately differentiated. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ histologic grade for ovarian tumor according to the World Health Organization + c +
+
+
+
+

G2: Moderately differentiatedni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002207

+
+ A histologic grade according to AJCC 7th edition indicating that the tumor cells are moderately differentiated and reflect an intermediate grade. +
+
+
Source
+
https://www.cancer.gov/about-cancer/diagnosis-staging/prognosis/tumor-grade-fact-sheet
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ histologic grade according to AJCC 7th edition + c +
+
+
+
+

G3 (Fuhrman)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002213

+
+ A histologic grade according to the Fuhrman Nuclear Grading System indicating that nuclei are very irregular, approximately 20um and nucleoli large and prominent. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ histologic grade according to the Fuhrman Nuclear Grading System + c +
+
+
+
+

G3 (WHO)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002222

+
+ A histologic grade for ovarian tumor according to the World Health Organization indicating that the tumor is poorly differentiated. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ histologic grade for ovarian tumor according to the World Health Organization + c +
+
+
+
+

G3: Poorly differentiatedni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002208

+
+ A histologic grade according to AJCC 7th edition indicating that the tumor cells are poorly differentiated and do not look like normal cells and tissue. +
+
+
Source
+
https://www.cancer.gov/about-cancer/diagnosis-staging/prognosis/tumor-grade-fact-sheet
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ histologic grade according to AJCC 7th edition + c +
+
+
+
+

G4 (Fuhrman)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002214

+
+ A histologic grade according to the Fuhrman Nuclear Grading System indicating that nuclei arei bizarre and multilobulated, 20um or greater and nucleoli are prominent and chromatin clumped. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ histologic grade according to the Fuhrman Nuclear Grading System + c +
+
+
+
+

G4 (WHO)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002223

+
+ A histologic grade for ovarian tumor according to the World Health Organization indicating that the tumor is undifferentiated. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ histologic grade for ovarian tumor according to the World Health Organization + c +
+
+
+
+

G4: Undifferentiatedni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002209

+
+ A histologic grade according to AJCC 7th edition indicating that the tumor cells are undifferentiated and do not look like normal cells and tissue. +
+
+
Source
+
https://www.cancer.gov/about-cancer/diagnosis-staging/prognosis/tumor-grade-fact-sheet
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ histologic grade according to AJCC 7th edition + c +
+
+
+
+

Gating-MLni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000330

+
+ Gating-ML is a format standard of a digital entity that is conformant with the Gating-ML standard. (http://www.flowcyt.org/gating/) +
+
+
Source
+
web-page:http://www.flowcyt.org/gating/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
+

GenePattern CARTni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000767

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ CART + c +
+
+
+
+

GenePattern HeatMapViewer data visualizationni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000780

+
+ The GenePattern process of generating Heat Maps from clustered data. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ clustered data visualization + c +
+
+
+
+

GenePattern hierarchical clusteringni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000755

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ hierarchical clustering + c +
+
+
+
+

GenePattern HierarchicalClusteringViewer data visualizationni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000781

+
+ The GenePattern process of generating hierarchical clustering visualization from clustered data. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ clustered data visualization + c +
+
+
+
+

GenePattern k-means clusteringni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000764

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ k-means clustering + c +
+
+
+
+

GenePattern k-nearest neighborsni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000762

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ k-nearest neighbors + c +
+
+
+
+

GenePattern LOOCVni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000763

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ leave one out cross validation method + c +
+
+
+
+

GenePattern module CARTXValidationni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000768

+
+ GenePattern module CARTXValidation is a GenePattern software module which uses a CART decision tree induction with a leave one out cross validation data transformations. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ GenePattern software + c +
+
has facts
+
+ is about + op + GenePattern LOOCV +
+
+ is about + op + GenePattern CART +
+
+
+
+

GenePattern module HeatMapViewerni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000782

+
+ A GenePattern software module which is used to generate a heatmap view of data. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ GenePattern software + c +
+
has facts
+
+ is about + op + GenePattern HeatMapViewer data visualization +
+
+
+
+

GenePattern module HierarchicalClusteringni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000774

+
+ GenePattern module HierarchicalClustering is a GenePattern software module which is used to perform a hierarchical clustering data transformation. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ GenePattern software + c +
+
has facts
+
+ is about + op + GenePattern hierarchical clustering +
+
+
+
+

GenePattern module HierarchicalClusteringViewerni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000783

+
+ A GenePattern software module which is used to generate a view of data that has been hierarchically clustered. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ GenePattern software + c +
+
has facts
+
+ is about + op + GenePattern HierarchicalClusteringViewer data visualization +
+
+
+
+

GenePattern module KMeansClusteringni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000766

+
+ GenePattern module KMeansClustering is a GenePattern software module which is used to perform a k Means clustering data transformation. +
+
+
Source
+
PERSON: James Malone
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ GenePattern software + c +
+
has facts
+
+ is about + op + GenePattern k-means clustering +
+
+
+
+

GenePattern module KNNni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000773

+
+ GenePattern module KNN is a GenePattern software module which perform a k-nearest neighbors data transformation. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ GenePattern software + c +
+
has facts
+
+ is about + op + GenePattern k-nearest neighbors +
+
+
+
+

GenePattern module KNNXValidationni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000771

+
+ GenePattern module KNNXValidation is a GenePattern software module which uses a k-nearest neighbours clustering with a leave one out cross validation data transformations. +
+
+
Source
+
PERSON: James Malone
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ GenePattern software + c +
+
+
+
+

GenePattern module PCAni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000777

+
+ GenePattern module PCA is a GenePattern software module which is used to perform a principal components analysis dimensionality reduction data transformation. +
+
+
Source
+
PERSON: James Malone
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ GenePattern software + c +
+
has facts
+
+ is about + op + GenePattern PCA +
+
+
+
+

GenePattern module PeakMatchni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000772

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ GenePattern software + c +
+
has facts
+
+ is about + op + GenePattern peak matching +
+
+
+
+

GenePattern module SVMni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000761

+
+ GenePattern module SVM is a GenePattern software module which is used to run a support vector machine data transformation. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ GenePattern software + c +
+
has facts
+
+ is about + op + GenePattern SVM +
+
+
+
+

GenePattern PCAni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000760

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ principal components analysis dimensionality reduction + c +
+
+
+
+

GenePattern peak matchingni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000778

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ peak matching + c +
+
+
+
+

GenePattern SVMni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000775

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ support vector machine + c +
+
+
+
+

gramni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000021

+
+ A mass unit which is equal to one thousandth of a kilogram or 10^[-3] kg. +
+
+
belongs to
+
+ mass unit + c +
+
+
+
+

gram per deciliterni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000208

+
+ A mass density unit which is equal to mass of an object in grams divided by the volume in deciliters. +
+
+
belongs to
+
+ concentration unit + c +
+
+
+
+

gram per literni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000175

+
+ A mass unit density which is equal to mass of an object in grams divided by the volume in liters. +
+
+
belongs to
+
+ concentration unit + c +
+
+
+
+

Helicosni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000757

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

hertzni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000106

+
+ A frequency unit which is equal to 1 complete cycle of a recurring phenomenon in 1 second. +
+
+
belongs to
+
+ frequency unit + c +
+
+
+
+

High grade ovarian tumorni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002218

+
+ A histologic grade for ovarian tumor according to a two-tier grading system indicating that the tumor is high grade. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ histologic grade for ovarian tumor according to a two-tier grading system + c +
+
+
+
+

hourni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000032

+
+ A time unit which is equal to 3600 seconds or 60 minutes. +
+
+
belongs to
+
+ time unit + c +
+
+
+
+

Illuminani + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000759

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

InBiosni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0003497

+
+ A manufacturer that specializes in in vitro diagnostic devices designed to test for infectious diseases. +
+
+
Source
+
WEB:https://inbios.com/about/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

Invitrogenni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001434

+
+
Source
+
WEB:http://www.invitrogen.com/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

J. Mitrani + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0003496

+
+ A manufacturer of in vitro diagnostic assay kits in India. +
+
+
Source
+
WEB:https://jmitra.co.in/about-us/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

kilogramni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000009

+
+ A mass unit which is equal to the mass of the International Prototype Kilogram kept by the BIPM at Svres, France. +
+
+
belongs to
+
+ mass unit + c +
+
+
+
+

left handedni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000998

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ categorical label + c +
+
+
+
+

Li-Corni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000769

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

literni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000099

+
+ A volume unit which is equal to one thousandth of a cubic meter or 10^[-3] m^[3], or to 1 decimeter. +
+
+
belongs to
+
+ volume unit + c +
+
+
+
+

Low grade ovarian tumorni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002217

+
+ A histologic grade for ovarian tumor according to a two-tier grading system indicating that the tumor is low grade. +
+
+
Source
+
NCI BBRB, OBI
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ histologic grade for ovarian tumor according to a two-tier grading system + c +
+
+
+
+

Luminexni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001443

+
+
Source
+
WEB:http://www.luminexcorp.com/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

mass percentageni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000163

+
+ A dimensionless concentration unit which denotes the mass of a substance in a mixture as a percentage of the mass of the entire mixture. +
+
+
belongs to
+
+ concentration unit + c +
+
+
+
+

mass volume percentageni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000164

+
+ A dimensionless concentration unit which denotes the mass of the substance in a mixture as a percentage of the volume of the entire mixture. +
+
+
belongs to
+
+ concentration unit + c +
+
+
+
+

metadata completeni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000120

+
+ Class has all its metadata, but is either not guaranteed to be in its final location in the asserted IS_A hierarchy or refers to another class that is not complete. +
+
+
belongs to
+
+ curation status specification + c +
+
+
+
+

metadata incompleteni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000123

+
+ Class is being worked on; however, the metadata (including definition) are not complete or sufficiently clear to the branch editors. +
+
+
belongs to
+
+ curation status specification + c +
+
+
+
+

meterni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000008

+
+ A length unit which is equal to the length of the path traveled by light in vacuum during a time interval of 1/299 792 458 of a second. +
+
+
belongs to
+
+ length unit + c +
+
+
+
+

microgramni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000023

+
+ A mass unit which is equal to one millionth of a gram or 10^[-6] g. +
+
+
belongs to
+
+ mass unit + c +
+
+
+
+

microgram per literni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000301

+
+ A mass unit density which is equal to mass of an object in micrograms divided by the volume in liters. +
+
+
belongs to
+
+ concentration unit + c +
+
+
+
+

microliterni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000101

+
+ A volume unit which is equal to one millionth of a liter or 10^[-6] L. +
+
+
belongs to
+
+ volume unit + c +
+
+
+
+

microliters per minuteni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000271

+
+ A volumetric flow rate unit which is equal to one microliter volume through a given surface in one minute. +
+
+
belongs to
+
+ volumetric flow rate unit + c +
+
+
+
+

micrometerni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000017

+
+ A length unit which is equal to one millionth of a meter or 10^[-6] m. +
+
+
belongs to
+
+ length unit + c +
+
+
+
+

micromolarni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000064

+
+ A unit of molarity which is equal to one millionth of a molar or 10^[-6] M. +
+
+
belongs to
+
+ concentration unit + c +
+
+
+
+

micromoleni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000039

+
+ A substance unit equal to a millionth of a mol or 10^[-6] mol. +
+
+
belongs to
+
+ substance unit + c +
+
+
+
+

milligramni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000022

+
+ A mass unit which is equal to one thousandth of a gram or 10^[-3] g. +
+
+
belongs to
+
+ mass unit + c +
+
+
+
+

milligram per milliliterni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000176

+
+ A mass unit density which is equal to mass of an object in milligrams divided by the volume in milliliters. +
+
+
belongs to
+
+ concentration unit + c +
+
+
+
+

milliliterni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000098

+
+ A volume unit which is equal to one thousandth of a liter or 10^[-3] L, or to 1 cubic centimeter. +
+
+
belongs to
+
+ volume unit + c +
+
+
+
+

milliliter per literni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000207

+
+ A volume per unit volume unit which is equal to one millionth of a liter of solute in one liter of solution. +
+
+
belongs to
+
+ concentration unit + c +
+
+
+
+

millimeterni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000016

+
+ A length unit which is equal to one thousandth of a meter or 10^[-3] m. +
+
+
belongs to
+
+ length unit + c +
+
+
+
+

millimolarni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000063

+
+ A unit of molarity which is equal to one thousandth of a molar or 10^[-3] M. +
+
+
belongs to
+
+ concentration unit + c +
+
+
+
+

Milliporeni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001340

+
+
Source
+
WEB:http://www.guavatechnologies.com/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

Miltenyi Biotecni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001424

+
+
Source
+
WEB:http://www.miltenyibiotec.com/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

minuteni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000031

+
+ A time unit which is equal to 60 seconds. +
+
+
belongs to
+
+ time unit + c +
+
+
+
+

molarni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000062

+
+ A unit of concentration which expresses a concentration of 1 mole of solute per liter of solution (mol/L). +
+
+
belongs to
+
+ concentration unit + c +
+
+
+
+

monthni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000035

+
+ A time unit which is approximately equal to the length of time of one of cycle of the moon's phases which in science is taken to be equal to 30 days. +
+
+
belongs to
+
+ time unit + c +
+
+
+
+

named class expressionni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000421

+
+ A named class expression is a logical expression that is given a name. The name can be used in place of the expression. +
+
+
belongs to
+
+ denotator type + c +
+
+
+
+

nanogramni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000024

+
+ A mass unit which is equal to one thousandth of one millionth of a gram or 10^[-9] g. +
+
+
belongs to
+
+ mass unit + c +
+
+
+
+

nanoliterni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000102

+
+ A volume unit which is equal to one thousandth of one millionth of a liter or 10^[-9] L. +
+
+
belongs to
+
+ volume unit + c +
+
+
+
+

nanometerni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000018

+
+ A length unit which is equal to one thousandth of one millionth of a meter or 10^[-9] m. +
+
+
belongs to
+
+ length unit + c +
+
+
+
+

nanomolarni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000065

+
+ A unit of molarity which is equal to one thousandth of one millionth of a molar or 10^[-9] M. +
+
+
belongs to
+
+ concentration unit + c +
+
+
+
+

nanomoleni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000041

+
+ A substance unit equal to one thousandth of one millionth of a mole or 10^[-9] mol. +
+
+
belongs to
+
+ substance unit + c +
+
+
+
+

NanoString Technologiesni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001860

+
+ An organization that supplies life science tools for translational research and molecular diagnostics based on a novel digital molecular barcoding technology. The NanoString platform can provide simple, multiplexed digital profiling of single molecules. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

Nimblegenni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001855

+
+ An organization that focuses on manufacturing target enrichment probe pools for DNA sequencing. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

Occult Carcinoma (AJCC 7th)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002315

+
+ A clinical tumor stage group according to AJCC 7th edition indicating a small carcinoma, either asymptomatic or giving rise to metastases without symptoms due to the primary carcinoma. +
+
+
Source
+
http://www.medilexicon.com/dictionary/14371
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ clinical tumor stage group according to AJCC 7th edition + c +
+
+
+
+

organizational termni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000121

+
+ Term created to ease viewing/sort terms for development purpose, and will not be included in a release +
+
+
belongs to
+
+ curation status specification + c +
+
+
+
+

OWLni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000332

+
+ OWL is a format standard of a digital entity that is conformant with the W3C Web Ontology Language specification.(http://www.w3.org/2004/OWL/) +
+
+
Source
+
web-page:http://www.w3.org/2004/OWL/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
+

Oxford Nanopore Technologiesni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002755

+
+ An organization that is developing and selling nanopore sequencing products and is based in the UK. +
+
+
Source
+
https://en.wikipedia.org/wiki/Oxford_Nanopore_Technologies
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

Pacific Biosciencesni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001856

+
+ An organization that supplies tools for studying the synthesis and regulation of DNA, RNA and protein. It developed a powerful technology platform called single molecule real-time (SMRT) technology which enables real-time analysis of biomolecules with single molecule resolution. +
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

Partecni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0001355

+
+
Source
+
WEB:http://www.partec.de/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

pending final vettingni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000125

+
+ All definitions, placement in the asserted IS_A hierarchy and required minimal metadata are complete. The class is awaiting a final review by someone other than the term editor. +
+
+
belongs to
+
+ curation status specification + c +
+
+
+
+

pHni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000196

+
+ A dimensionless concentration notation which denotes the acidity of a solution in terms of activity of hydrogen ions (H+). +
+
+
belongs to
+
+ concentration unit + c +
+
+
+
+

picogramni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000025

+
+ A mass unit which is equal to 10^[-12] g. +
+
+
belongs to
+
+ mass unit + c +
+
+
+
+

picoliterni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000103

+
+ A volume unit which is equal to 10^[-12] L. +
+
+
belongs to
+
+ volume unit + c +
+
+
+
+

picomolarni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000066

+
+ A unit of molarity which is equal to 10^[-12] M. +
+
+
belongs to
+
+ concentration unit + c +
+
+
+
+

picomoleni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000042

+
+ A substance unit equal to 10^[-12] mol. +
+
+
belongs to
+
+ substance unit + c +
+
+
+
+

placeholder removedni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000226

+
+
belongs to
+
+ obsolescence reason specification + c +
+
+
+
+

pM1 (colon)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002295

+
+ A pathologic distant metastases stage for colon according to AJCC 7th edition indicating that there is microscopic evidence confirming distant metastatic disease. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_m/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic distant metastases stage for colon according to AJCC 7th edition + c +
+
+
+
+

pM1 (kidney)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002309

+
+ A pathologic distant metastases stage for kidney according to AJCC 7th edition indicating that there is a distant metastases that is histologically confirmed. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_m/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic distant metastases stage for kidney according to AJCC 7th edition + c +
+
+
+
+

pM1 (lung)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002303

+
+ A pathologic distant metastases stage for lung according to AJCC 7th edition indicating that there is a distant metastases that is histologically confirmed. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_m/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic distant metastases stage for lung according to AJCC 7th edition + c +
+
+
+
+

pM1 (ovary)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002313

+
+ A pathologic distant metastases stage for ovary according to AJCC 7th edition indicating that there is distant metastasis except peritoneal metastasis that is histologically confirmed. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_m/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic distant metastases stage for ovary according to AJCC 7th edition + c +
+
+
+
+

pM1a (colon)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002296

+
+ A pathologic distant metastases stage for colon according to AJCC 7th edition indicating that metastasis is confined to one organ and histologically confirmed. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_m/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic distant metastases stage for colon according to AJCC 7th edition + c +
+
+
+
+

pM1a (lung)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002304

+
+ A pathologic distant metastases stage for lung according to AJCC 7th edition indicating that metastasis is histologically confirmed and a separate tumor nodule(s) in a contralateral lobe; tumor with pleural nodules OR malignant pleural or pericardial effusion. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_m/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic distant metastases stage for lung according to AJCC 7th edition + c +
+
+
+
+

pM1b (colon)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002297

+
+ A pathologic distant metastases stage for colon according to AJCC 7th edition indicating that metastasis is in more than one organ or the peritoneum and histologically confirmed. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_m/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic distant metastases stage for colon according to AJCC 7th edition + c +
+
+
+
+

pM1b (lung)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002305

+
+ A pathologic distant metastases stage for lung according to AJCC 7th edition indicating that there is a distant metastases that is histologically confirmed and associated with distant lymph nodes or carcinomatosis. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_m/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic distant metastases stage for lung according to AJCC 7th edition + c +
+
+
+
+

pN0 (colon)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002271

+
+ A pathologic lymph node stage for colon and rectum according to AJCC 7th edition indicating no regional lymph node metastsis. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_n/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic lymph node stage for colon and rectum according to AJCC 7th edition + c +
+
+
+
+

pN0 (kidney)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002285

+
+ A pathologic lymph node stage for kidney according to AJCC 7th edition indicating that there is no regional lymph node metastasis. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_n/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic lymph node stage for kidney according to AJCC 7th edition + c +
+
+
+
+

pN0 (lung)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002280

+
+ A pathologic lymph node stage for lung according to AJCC 7th edition indicating no regional lymph node metastasis. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_n/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic lymph node stage for lung according to AJCC 7th edition + c +
+
+
+
+

pN0 (ovary)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002288

+
+ A pathologic lymph node stage for ovary according to AJCC 7th edition indicating that there is no regional lymph node metastasis. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_n/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic lymph node stage for ovary according to AJCC 7th edition + c +
+
+
+
+

pN1 (colon)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002272

+
+ A pathologic lymph node stage for colon and rectum according to AJCC 7th edition indicating metastasis in 1-3 regional lymph nodes. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_n/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic lymph node stage for colon and rectum according to AJCC 7th edition + c +
+
+
+
+

pN1 (kidney)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002286

+
+ A pathologic lymph node stage for kidney according to AJCC 7th edition indicating that there is regional lymph node metastasis. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_n/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic lymph node stage for kidney according to AJCC 7th edition + c +
+
+
+
+

pN1 (lung)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002281

+
+ A pathologic lymph node stage for lung according to AJCC 7th edition indicating metastasis in ipsilateral peribronchial and/or ipsilateral hilar lymph nodes and intrapulmonary nodes, including involvement by direct extension. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_n/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic lymph node stage for lung according to AJCC 7th edition + c +
+
+
+
+

pN1 (ovary)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002289

+
+ A pathologic lymph node stage for ovary according to AJCC 7th edition indicating that there is regional lymph node metastasis. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_n/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic lymph node stage for ovary according to AJCC 7th edition + c +
+
+
+
+

pN1a (colon)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002273

+
+ A pathologic lymph node stage for colon and rectum according to AJCC 7th edition indicating metastasis in 1 regional lymph node. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_n/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic lymph node stage for colon and rectum according to AJCC 7th edition + c +
+
+
+
+

pN1b (colon)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002274

+
+ A pathologic lymph node stage for colon and rectum according to AJCC 7th edition indicating metastasis in 2-3 regional lymph nodes. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_n/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic lymph node stage for colon and rectum according to AJCC 7th edition + c +
+
+
+
+

pN1c (colon)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002275

+
+ A pathologic lymph node stage for colon and rectum according to AJCC 7th edition indicating tumor deposit(s), i.e., satellites in the subserosa, or in non-peritonealized pericolic or perirectal soft tissue without regional lymph node metastasis. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_n/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic lymph node stage for colon and rectum according to AJCC 7th edition + c +
+
+
+
+

pN2 (colon)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002276

+
+ A pathologic lymph node stage for colon and rectum according to AJCC 7th edition indicating metastasis in 4 or more regional lymph nodes. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_n/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic lymph node stage for colon and rectum according to AJCC 7th edition + c +
+
+
+
+

pN2 (lung)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002282

+
+ A pathologic lymph node stage for lung according to AJCC 7th edition indicating metastasis in ipsilateral mediastinal and/or subcarinal lymph node(s). +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_n/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic lymph node stage for lung according to AJCC 7th edition + c +
+
+
+
+

pN2a (colon)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002277

+
+ A pathologic lymph node stage for colon and rectum according to AJCC 7th edition indicating metastasis in 4 to 6 regional lymph nodes. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_n/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic lymph node stage for colon and rectum according to AJCC 7th edition + c +
+
+
+
+

pN2b (colon)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002278

+
+ A pathologic lymph node stage for colon and rectum according to AJCC 7th edition indicating metastasis in 7 or more regional lymph nodes. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_n/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic lymph node stage for colon and rectum according to AJCC 7th edition + c +
+
+
+
+

pN3 (lung)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002283

+
+ A pathologic lymph node stage for lung according to AJCC 7th edition indicating metastasis in contralateral mediastinal, contralateral hilar, ipsilateral or contralateral scalene, or supraclavicular lymph node(s). +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_n/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic lymph node stage for lung according to AJCC 7th edition + c +
+
+
+
+

pT0 (colon)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002225

+
+ A pathologic primary tumor stage for colon and rectum according to AJCC 7th edition indicating that there is no evidence of primary tumor. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for colon and rectum according to AJCC 7th edition + c +
+
+
+
+

pT0 (kidney)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002244

+
+ A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that there is no evidence of primary tumor. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for kidney according to AJCC 7th edition + c +
+
+
+
+

pT0 (lung)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002233

+
+ A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that there is no evidence of primary tumor. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for lung according to AJCC 7th edition + c +
+
+
+
+

pT0 (ovary)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002257

+
+ A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that there is no evidence of primary tumor. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for ovary according to AJCC 7th edition + c +
+
+
+
+

pT1 (colon)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002227

+
+ A pathologic primary tumor stage for colon and rectum according to AJCC 7th edition indicating that the tumor invades submucosa. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for colon and rectum according to AJCC 7th edition + c +
+
+
+
+

pT1 (kidney)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002245

+
+ A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor is 7 cm or less in greatest dimension and limited to the kidney. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for kidney according to AJCC 7th edition + c +
+
+
+
+

pT1 (lung)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002235

+
+ A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that the tumor is 3 cm or less in greatest dimension, surrounded by lung or visceral pleura without bronchoscopic evidence of invasion more proximal than the lobar bronchus (i.e., not in the main bronchus). +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for lung according to AJCC 7th edition + c +
+
+
+
+

pT1 (ovary)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002258

+
+ A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor is limited to the ovaries (one or both). +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for ovary according to AJCC 7th edition + c +
+
+
+
+

pT1a (kidney)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002246

+
+ A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor is 4 cm or less. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for kidney according to AJCC 7th edition + c +
+
+
+
+

pT1a (lung)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002236

+
+ A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that the tumor is 2 cm or less in greatest dimension. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for lung according to AJCC 7th edition + c +
+
+
+
+

pT1a (ovary)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002259

+
+ A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor is limited to one ovary; capsule intact, no tumor on ovarian surface and no malignant cells in ascites or peritoneal washings. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for ovary according to AJCC 7th edition + c +
+
+
+
+

pT1b (kidney)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002247

+
+ A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor is more than 4 cm but not more than 7 cm. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for kidney according to AJCC 7th edition + c +
+
+
+
+

pT1b (lung)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002237

+
+ A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that the tumor is more than 2 cm but not more than 3 cm in greatest dimension. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for lung according to AJCC 7th edition + c +
+
+
+
+

pT1b (ovary)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002260

+
+ A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor is limited to both ovaries; capsule intact, no tumor on ovarian surface and no malignant cells in ascites or peritoneal washings. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for ovary according to AJCC 7th edition + c +
+
+
+
+

pT1c (ovary)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002261

+
+ A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor is limited to one or both ovaries with capsule ruptured, tumor on ovarian surface, or malignant cells in ascites or peritoneal washings. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for ovary according to AJCC 7th edition + c +
+
+
+
+

pT2 (colon)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002228

+
+ A pathologic primary tumor stage for colon and rectum according to AJCC 7th edition indicating that the tumor invades muscularis propria. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for colon and rectum according to AJCC 7th edition + c +
+
+
+
+

pT2 (kidney)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002248

+
+ A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor is more than 7 cm in greatest dimension and limited to the kidney. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for kidney according to AJCC 7th edition + c +
+
+
+
+

pT2 (lung)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002238

+
+ A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that the tumor is more than 3 cm but not more than 7 cm or the tumor has any of the following features: involves main bronchus, 2 cm or more distal to the carina, invades visceral pleura, associated with atelectasis or obstructive pneumonitis that extends to the hilar region but does not involve the entire lung. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for lung according to AJCC 7th edition + c +
+
+
+
+

pT2 (ovary)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002262

+
+ A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor involves one or both ovaries with pelvic extension. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for ovary according to AJCC 7th edition + c +
+
+
+
+

pT2a (kidney)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002249

+
+ A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor is more than 7 cm but not more than 10 cm. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for kidney according to AJCC 7th edition + c +
+
+
+
+

pT2a (lung)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002239

+
+ A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that the tumor is more than 3 cm but not more than 5 cm in greatest dimension. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for lung according to AJCC 7th edition + c +
+
+
+
+

pT2a (ovary)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002263

+
+ A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor has extension and/or implants on uterus and/or tube(s) and no malignant cells in ascites or peritoneal washings. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for ovary according to AJCC 7th edition + c +
+
+
+
+

pT2b (kidney)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002250

+
+ A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor is more than 10 cm and limited to the kidney. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for kidney according to AJCC 7th edition + c +
+
+
+
+

pT2b (lung)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002240

+
+ A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that the tumor is more than 5 cm but not more than 7 cm in greatest dimension. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for lung according to AJCC 7th edition + c +
+
+
+
+

pT2b (ovary)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002264

+
+ A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor has extension to other pelvic tissues and no malignant cells in ascites or peritoneal washings. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for ovary according to AJCC 7th edition + c +
+
+
+
+

pT2c (ovary)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002265

+
+ A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor has pelvic extension with malignant cells in ascites or peritoneal washings. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for ovary according to AJCC 7th edition + c +
+
+
+
+

pT3 (colon)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002229

+
+ A pathologic primary tumor stage for colon and rectum according to AJCC 7th edition indicating that the tumor invades subserosa or into non-peritionealized pericolic or perirectal tissues. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for colon and rectum according to AJCC 7th edition + c +
+
+
+
+

pT3 (kidney)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002251

+
+ A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor extends into major veins or perinephric tissues but not into the ipsilateral adrenal gland and not beyond the Gerota fascia. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for kidney according to AJCC 7th edition + c +
+
+
+
+

pT3 (lung)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002241

+
+ A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that the tumor is more than 7 cm or one that directly invades any of: parietal pleura, chest wall (including superior sulcus tumors), diaphragm, phrenic nerve, mediastinal pleura, parietal pericardiu or the tumor is in the main bronchus less than 2 cm distal to the carina but without involvement of the carina or there is associated atelectasis or obstructive pneumonitis of the entire lung or there is separate tumor nodule(s) in the same lobe as the primary. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for lung according to AJCC 7th edition + c +
+
+
+
+

pT3 (ovary)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002266

+
+ A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor involves one or both ovaries with microscopically confirmed peritoneal metastasis outside the pelvis and/or regional lymph node metastasis. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for ovary according to AJCC 7th edition + c +
+
+
+
+

pT3a (kidney)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002252

+
+ A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor grossly extends into the renal vein or its segmental (muscle containing) branches, or the tumor invades perirenal and/or renal sinus fat (peripelvic) fat but not beyond Gerota fascia. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for kidney according to AJCC 7th edition + c +
+
+
+
+

pT3a (ovary)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002267

+
+ A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor has microscopic peritoneal metastasis beyond pelvis. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for ovary according to AJCC 7th edition + c +
+
+
+
+

pT3b (kidney)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002253

+
+ A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor grossly extends into vena cava below diaphragm. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for kidney according to AJCC 7th edition + c +
+
+
+
+

pT3b (ovary)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002268

+
+ A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor has macroscopic peritoneal, metastatasis beyond pelvis, 2 cm or less in greatest dimension. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for ovary according to AJCC 7th edition + c +
+
+
+
+

pT3c (kidney)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002254

+
+ A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor grossly extends into vena cava above the diaphragm or Invades the wall of the vena cava. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for kidney according to AJCC 7th edition + c +
+
+
+
+

pT3c (ovary)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002269

+
+ A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor has peritoneal metastasis beyond pelvis, more than 2 cm in greatest dimension and/or regional lymph node metastasis. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for ovary according to AJCC 7th edition + c +
+
+
+
+

pT4 (kidney)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002255

+
+ A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor invades beyond Gerota fascia (including contiguous extension into the ipsilateral adrenal gland). +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for kidney according to AJCC 7th edition + c +
+
+
+
+

pT4 (lung)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002242

+
+ A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that the tumor of any size that invades any of the following: mediastinum, heart, great vessels, trachea, recurrent laryngeal nerve, esophagus, vertebral body, carina or there is separate tumor nodule(s) in a different ipsilateral lobe to that of the primary. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for lung according to AJCC 7th edition + c +
+
+
+
+

pT4a (colon)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002230

+
+ A pathologic primary tumor stage for colon and rectum according to AJCC 7th edition indicating that the tumor perforates visceral peritoneum. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for colon and rectum according to AJCC 7th edition + c +
+
+
+
+

pT4b (colon)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002231

+
+ A pathologic primary tumor stage for colon and rectum according to AJCC 7th edition indicating that the tumor directly invades other organs or structures. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for colon and rectum according to AJCC 7th edition + c +
+
+
+
+

pTis (colon)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002226

+
+ A pathologic primary tumor stage for colon and rectum according to AJCC 7th edition indicating carcinoma in situ (intraepithelial or invasion of lamina propria). +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for colon and rectum according to AJCC 7th edition + c +
+
+
+
+

pTis (lung)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002234

+
+ A pathologic primary tumor stage for lung according to AJCC 7th edition indicating carcinoma in situ. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ pathologic primary tumor stage for lung according to AJCC 7th edition + c +
+
+
+
+

RDFni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000324

+
+ RDF is a format standard of a digital entity that is conformant with the W3C Resource Description Framework RDF/XML Syntax specification.(http://www.w3.org/RDF/) +
+
+
Source
+
web-page:http://www.w3.org/RDF/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
+

ready for releaseni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000122

+
+ Class has undergone final review, is ready for use, and will be included in the next release. Any class lacking "ready_for_release" should be considered likely to change place in hierarchy, have its definition refined, or be obsoleted in the next release. Those classes deemed "ready_for_release" will also derived from a chain of ancestor classes that are also "ready_for_release." +
+
+
belongs to
+
+ curation status specification + c +
+
+
+
+

requires discussionni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000428

+
+ A term that is metadata complete, has been reviewed, and problems have been identified that require discussion before release. Such a term requires editor note(s) to identify the outstanding issues. +
+
+
Source
+
group:OBI
+
+
+
belongs to
+
+ curation status specification + c +
+
+
+
+

right handedni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000958

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ categorical label + c +
+
+
+
+

Rocheni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000758

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

secondni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000010

+
+ A time unit which is equal to the duration of 9 192 631 770 periods of the radiation corresponding to the transition between the two hyperfine levels of the ground state of the caesium 133 atom. +
+
+
belongs to
+
+ time unit + c +
+
+
+
+

Stage 0 (AJCC 7th)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002316

+
+ A clinical tumor stage group according to AJCC 7th edition indicating a carcinoma in situ (or melanoma in situ for melanoma of the skin or germ cell neoplasia in situ for testicular germ cell tumors) and generally is considered to have no metastatic potential. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ clinical tumor stage group according to AJCC 7th edition + c +
+
+
+
+

Stage 1 (FIGO)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002342

+
+ A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T1, N0, and M0. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ International Federation of Gynecology and Obstetrics ovarian cancer stage value specification + c +
+
+
+
+

Stage 1A (FIGO)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002343

+
+ A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T1a, N0, and M0. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ International Federation of Gynecology and Obstetrics ovarian cancer stage value specification + c +
+
+
+
+

Stage 1B (FIGO)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002344

+
+ A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T1b, N0, and M0. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ International Federation of Gynecology and Obstetrics ovarian cancer stage value specification + c +
+
+
+
+

Stage 1C (FIGO)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002345

+
+ A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T1c, N0, and M0. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ International Federation of Gynecology and Obstetrics ovarian cancer stage value specification + c +
+
+
+
+

Stage 2 (FIGO)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002346

+
+ A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T2, N0, and M0. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ International Federation of Gynecology and Obstetrics ovarian cancer stage value specification + c +
+
+
+
+

Stage 2A (FIGO)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002347

+
+ A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T2a, N0, and M0. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ International Federation of Gynecology and Obstetrics ovarian cancer stage value specification + c +
+
+
+
+

Stage 2B (FIGO)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002348

+
+ A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T2b, N0, and M0. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ International Federation of Gynecology and Obstetrics ovarian cancer stage value specification + c +
+
+
+
+

Stage 2C (FIGO)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002349

+
+ A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T2c, N0, and M0. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ International Federation of Gynecology and Obstetrics ovarian cancer stage value specification + c +
+
+
+
+

Stage 3 (FIGO)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002350

+
+ A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of (T3, N0, and M0) or (T3,3a,3b, NX, and M0). +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ International Federation of Gynecology and Obstetrics ovarian cancer stage value specification + c +
+
+
+
+

Stage 3A (FIGO)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002351

+
+ A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T3a, N0, and M0 . +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ International Federation of Gynecology and Obstetrics ovarian cancer stage value specification + c +
+
+
+
+

Stage 3B (FIGO)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002352

+
+ A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T3b, N0, and M0 . +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ International Federation of Gynecology and Obstetrics ovarian cancer stage value specification + c +
+
+
+
+

Stage 3C (FIGO)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002353

+
+ A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of (T3c, N0,X and M0) or (any T, N1 and M0). +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ International Federation of Gynecology and Obstetrics ovarian cancer stage value specification + c +
+
+
+
+

Stage 4 (FIGO)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002354

+
+ A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of any T, any N, and M1. +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ International Federation of Gynecology and Obstetrics ovarian cancer stage value specification + c +
+
+
+
+

Stage I (AJCC 7th)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002317

+
+ A clinical tumor stage group according to AJCC 7th edition indicating cancers that are smaller or less deeply invasive without regional disease or nodes. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ clinical tumor stage group according to AJCC 7th edition + c +
+
+
+
+

Stage IA (FIGO)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002327

+
+ An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating invasive carcinoma which can be diagnosed only by microscopy, with deepest invasion <5 mm and the largest extension <7 mm. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cervical_cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ International Federation of Gynecology and Obstetrics cervical cancer stage value specification + c +
+
+
+
+

Stage IA1 (FIGO)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002328

+
+ An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating measured stromal invasion of <3.0 mm in depth and extension of <7.0 mm. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cervical_cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ International Federation of Gynecology and Obstetrics cervical cancer stage value specification + c +
+
+
+
+

Stage IA2 (FIGO)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002329

+
+ An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating measured stromal invasion of >3.0 mm and not >5.0 mm with an extension of not >7.0 mm. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cervical_cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ International Federation of Gynecology and Obstetrics cervical cancer stage value specification + c +
+
+
+
+

Stage IB (FIGO)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002330

+
+ An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating clinically visible lesions limited to the cervix uteri or pre-clinical cancers greater than stage IA +
+
+
Source
+
https://en.wikipedia.org/wiki/Cervical_cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ International Federation of Gynecology and Obstetrics cervical cancer stage value specification + c +
+
+
+
+

Stage IB1 (FIGO)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002331

+
+ An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating clinically visible lesion limited to the cervix uteri or pre-clinical cancers greater than stage IA <4.0 cm in greatest dimension. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cervical_cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ International Federation of Gynecology and Obstetrics cervical cancer stage value specification + c +
+
+
+
+

Stage IB2 (FIGO)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002332

+
+ An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating clinically visible lesion limited to the cervix uteri or pre-clinical cancers greater than stage IA >4.0 cm in greatest dimension. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cervical_cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ International Federation of Gynecology and Obstetrics cervical cancer stage value specification + c +
+
+
+
+

Stage IIA (AJCC 7th)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002318

+
+ A clinical tumor stage group according to AJCC 7th edition indicating cancers with increasing tumor or nodal extent but less than in Stage III and with differing characteristics from IIB and IIC. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ clinical tumor stage group according to AJCC 7th edition + c +
+
+
+
+

Stage IIA (FIGO)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002333

+
+ An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating cervical carcinoma invades beyond the uterus, but not to the pelvic wall or to the lower third of the vagina without parametrial invasion. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cervical_cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ International Federation of Gynecology and Obstetrics cervical cancer stage value specification + c +
+
+
+
+

Stage IIA1 (FIGO)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002334

+
+ An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating cervical carcinoma invades beyond the uterus, but not to the pelvic wall or to the lower third of the vagina without parametrial invasion and clinically visible lesion <4.0 cm in greatest dimension. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cervical_cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ International Federation of Gynecology and Obstetrics cervical cancer stage value specification + c +
+
+
+
+

Stage IIA2 (FIGO)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002335

+
+ An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating cervical carcinoma invades beyond the uterus, but not to the pelvic wall or to the lower third of the vagina without parametrial invasion and clinically visible lesion >4.0 cm in greatest dimension. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cervical_cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ International Federation of Gynecology and Obstetrics cervical cancer stage value specification + c +
+
+
+
+

Stage IIB (AJCC 7th)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002319

+
+ A clinical tumor stage group according to AJCC 7th edition indicating cancers with increasing tumor or nodal extent but less than in Stage III and with differing characteristics from IIA and IIC. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ clinical tumor stage group according to AJCC 7th edition + c +
+
+
+
+

Stage IIB (FIGO)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002336

+
+ An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating cervical carcinoma invades beyond the uterus, but not to the pelvic wall or to the lower third of the vagina with obvious parametrial invasion. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cervical_cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ International Federation of Gynecology and Obstetrics cervical cancer stage value specification + c +
+
+
+
+

Stage IIC (AJCC 7th)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002320

+
+ A clinical tumor stage group according to AJCC 7th edition indicating cancers with increasing tumor or nodal extent but less than in Stage III and with differing characteristics from IIA and IIB. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ clinical tumor stage group according to AJCC 7th edition + c +
+
+
+
+

Stage IIIA (AJCC 7th)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002321

+
+ A clinical tumor stage group according to AJCC 7th edition indicating cancers with increasing tumor or nodal extent greater than in Stage II and with differing characteristics from IIIB and IIIC. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ clinical tumor stage group according to AJCC 7th edition + c +
+
+
+
+

Stage IIIA (FIGO)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002337

+
+ An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating tumour involves lower third of the vagina, with no extension to the pelvic wall. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cervical_cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ International Federation of Gynecology and Obstetrics cervical cancer stage value specification + c +
+
+
+
+

Stage IIIB (AJCC 7th)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002322

+
+ A clinical tumor stage group according to AJCC 7th edition indicating cancers with increasing tumor or nodal extent greater than in Stage II and with differing characteristics from IIIA and IIIC. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ clinical tumor stage group according to AJCC 7th edition + c +
+
+
+
+

Stage IIIB (FIGO)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002338

+
+ An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating extension to the pelvic wall and/or hydronephrosis or non-functioning kidney. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cervical_cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ International Federation of Gynecology and Obstetrics cervical cancer stage value specification + c +
+
+
+
+

Stage IIIC (AJCC 7th)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002323

+
+ A clinical tumor stage group according to AJCC 7th edition indicating cancers with increasing tumor or nodal extent greater than in Stage II and with differing characteristics from IIIA and IIIB. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ clinical tumor stage group according to AJCC 7th edition + c +
+
+
+
+

Stage IVA (AJCC 7th)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002324

+
+ A clinical tumor stage group according to AJCC 7th edition indicating cancers in patients who present with distant metastases at diagnosis and with differing characteristics from IVB. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ clinical tumor stage group according to AJCC 7th edition + c +
+
+
+
+

Stage IVA (FIGO)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002339

+
+ An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating spread of the growth to adjacent organs. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cervical_cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ International Federation of Gynecology and Obstetrics cervical cancer stage value specification + c +
+
+
+
+

Stage IVB (AJCC 7th)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002325

+
+ A clinical tumor stage group according to AJCC 7th edition indicating cancers in patients who present with distant metastases at diagnosis and with differing characteristics from IVA. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ clinical tumor stage group according to AJCC 7th edition + c +
+
+
+
+

Stage IVB (FIGO)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002340

+
+ An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating spread to distant organs. +
+
+
Source
+
https://en.wikipedia.org/wiki/Cervical_cancer_staging
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ International Federation of Gynecology and Obstetrics cervical cancer stage value specification + c +
+
+
+
+

Stage Unknown (FIGO)ni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002355

+
+ A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of (T0, N0, and M0) or (T1,1a-1c,2,2a-2c, NX, and M0) or (TX, N0,X, M0). +
+
+
Source
+
https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ International Federation of Gynecology and Obstetrics ovarian cancer stage value specification + c +
+
+
+
+

Sysmex Corporation, Kobe, Japanni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000829

+
+
Source
+
WEB:http://www.sysmex.com/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

tarni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000326

+
+ tar is a format standard of a digital entity that is conformant with the tape archive file format as standardized by POSIX.1-1998, POSIX.1-2001, or any other tar format compliant with the GNU tar specification. (http://www.gnu.org/software/tar/manual/) +
+
+
Source
+
web-page:http://www.gnu.org/software/tar/manual/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
+

term importedni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000228

+
+
belongs to
+
+ obsolescence reason specification + c +
+
+
+
+

term splitni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000229

+
+
belongs to
+
+ obsolescence reason specification + c +
+
+
+
+

terms mergedni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000227

+
+
belongs to
+
+ obsolescence reason specification + c +
+
+
+
+

Thermoni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000752

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

Thermo Fisher Scientificni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0002193

+
+ An organization that is an American multinational, biotechnology product development company, created in 2006 by the merger of Thermo Electron and Fisher Scientific. +
+
+
Source
+
https://en.wikipedia.org/wiki/Thermo_Fisher_Scientific
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000120 +
+
+
+
belongs to
+
+ organization + c +
+
+
+
+

to be replaced with external ontology termni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000423

+
+ Terms with this status should eventually replaced with a term from another ontology. +
+
+
Source
+
group:OBI
+
+
+
belongs to
+
+ curation status specification + c +
+
+
+
+

Transformation-MLni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000317

+
+ Transformation-ML is a format standard of a digital entity that is conformant with the Transformation-ML standard.(http://wiki.ficcs.org/ficcs/Transformation-ML?action=AttachFile&do=get&target=Transformation-ML_v1.0.26.pdf) +
+
+
Source
+
web-page:http://wiki.ficcs.org/ficcs/Transformation-ML?action=AttachFile&do=get&target=Transformation-ML_v1.0.26.pdf
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
+

U.S. Food and Drug Administrationni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000901

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ regulatory agency + c +
+
+
+
+

uncuratedni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000124

+
+ Nothing done yet beyond assigning a unique class ID and proposing a preferred term. +
+
+
belongs to
+
+ curation status specification + c +
+
+
+
+

universalni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/IAO_0000410

+
+
Source
+
A Formal Theory of Substances, Qualities, and Universals, http://ontology.buffalo.edu/bfo/SQU.pdf
+
+
+
belongs to
+
+ denotator type + c +
+
+
+
+

volume percentageni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000165

+
+ A dimensionless concentration unit which denotes the volume of the solute in mL per 100 mL of the resulting solution. +
+
+
belongs to
+
+ concentration unit + c +
+
+
+
+

Watersni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000753

+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000123 +
+
+
+
belongs to
+
+ manufacturer + c +
+
+
+
+

weekni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000034

+
+ A time unit which is equal to 7 days. +
+
+
belongs to
+
+ time unit + c +
+
+
+
+

XMLni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000322

+
+ XML is a format standard of a digital entity that is conformant with the W3C Extensible Markup Language Recommendation.(http://www.w3.org/XML/) +
+
+
Source
+
web-page:http://www.w3.org/XML/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
+

yearni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/UO_0000036

+
+ A time unit which is equal to 12 months which is science is taken to be equal to 365.25 days. +
+
+
belongs to
+
+ time unit + c +
+
+
+
+

zipni + back to ToC or Named Individual ToC + +

+

+ IRI: http://purl.obolibrary.org/obo/OBI_0000325

+
+ zip is a format standard of a digital entity that is conformant with the PKWARE .ZIP file format specification (http://www.pkware.com/index.php?option=com_content&task=view&id=59&Itemid=103/) +
+
+
Source
+
web-page:http://www.pkware.com/index.php?option=com_content&task=view&id=59&Itemid=103/
+
+
+
Term status
+
+ http://purl.obolibrary.org/obo/IAO_0000125 +
+
+
+
+

Rules

+
    +
+

Legend back to ToC

+
+c: Classes
+op: Object Properties
+ni: Named Individuals +
+
+
+
+

Acknowledgments back to ToC

+

+The authors would like to thank Silvio Peroni for developing LODE, a Live OWL Documentation Environment, which is used for representing the Cross Referencing Section of this document and Daniel Garijo for developing Widoco, the program used to create the template used in this documentation.

+
+ + +
+ + \ No newline at end of file diff --git a/ontology.jsonld b/ontology.jsonld new file mode 100644 index 0000000..102cbde --- /dev/null +++ b/ontology.jsonld @@ -0,0 +1,40859 @@ +[ { + "@id" : "_:genid10", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "GOC:dos" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000115" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002023" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "Process(P2) is directly negatively regulated by process(P1) iff: P1 negatively regulates P2 via direct physical interaction between an agent executing P1 (or some part of P1) and an agent executing P2 (or some part of P2). For example, if protein A has protein binding activity(P1) that targets protein B and this binding negatively regulates the kinase activity (P2) of protein B then P2 directly negatively regulated by P1." + } ] +}, { + "@id" : "_:genid108", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { + "@list" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000011" + }, { + "@id" : "_:genid110" + } ] + } ] +}, { + "@id" : "_:genid11", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "GOC:dos" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000115" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002024" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "Process(P2) is directly postively regulated by process(P1) iff: P1 positively regulates P2 via direct physical interaction between an agent executing P1 (or some part of P1) and an agent executing P2 (or some part of P2). For example, if protein A has protein binding activity(P1) that targets protein B and this binding positively regulates the kinase activity (P2) of protein B then P2 is directly postively regulated by P1." + } ] +}, { + "@id" : "_:genid110", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000299" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000100" + } ] +}, { + "@id" : "_:genid112", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000299" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000100" + } ] +}, { + "@id" : "_:genid113", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://purl.obolibrary.org/obo/IAO_0010000" : [ { + "@id" : "http://purl.obolibrary.org/obo/bfo/axiom/062-002" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000600" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000016" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@language" : "en", + "@value" : "b is a disposition means: b is a realizable entity & b’s bearer is some material entity & b is such that if it ceases to exist, then its bearer is physically changed, & b’s realization occurs when and because this bearer is in some special physical circumstances, & this realization occurs in virtue of the bearer’s physical make-up. (axiom label in BFO2 Reference: [062-002])" + } ] +}, { + "@id" : "_:genid114", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://purl.obolibrary.org/obo/IAO_0010000" : [ { + "@id" : "http://purl.obolibrary.org/obo/bfo/axiom/063-002" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000601" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000016" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@language" : "en", + "@value" : "If b is a realizable entity then for all t at which b exists, b s-depends_on some material entity at t. (axiom label in BFO2 Reference: [063-002])" + } ] +}, { + "@id" : "_:genid115", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://purl.obolibrary.org/obo/IAO_0010000" : [ { + "@id" : "http://purl.obolibrary.org/obo/bfo/axiom/063-002" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000602" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000016" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "(forall (x t) (if (and (RealizableEntity x) (existsAt x t)) (exists (y) (and (MaterialEntity y) (specificallyDepends x y t))))) // axiom label in BFO2 CLIF: [063-002] " + } ] +}, { + "@id" : "_:genid116", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://purl.obolibrary.org/obo/IAO_0010000" : [ { + "@id" : "http://purl.obolibrary.org/obo/bfo/axiom/062-002" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000602" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000016" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "(forall (x) (if (Disposition x) (and (RealizableEntity x) (exists (y) (and (MaterialEntity y) (bearerOfAt x y t)))))) // axiom label in BFO2 CLIF: [062-002] " + } ] +}, { + "@id" : "_:genid117", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://purl.obolibrary.org/obo/IAO_0010000" : [ { + "@id" : "http://purl.obolibrary.org/obo/bfo/axiom/061-001" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000600" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000023" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@language" : "en", + "@value" : "b is a role means: b is a realizable entity & b exists because there is some single bearer that is in some special physical, social, or institutional set of circumstances in which this bearer does not have to be& b is not such that, if it ceases to exist, then the physical make-up of the bearer is thereby changed. (axiom label in BFO2 Reference: [061-001])" + } ] +}, { + "@id" : "_:genid118", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://purl.obolibrary.org/obo/IAO_0010000" : [ { + "@id" : "http://purl.obolibrary.org/obo/bfo/axiom/061-001" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000602" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000023" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "(forall (x) (if (Role x) (RealizableEntity x))) // axiom label in BFO2 CLIF: [061-001] " + } ] +}, { + "@id" : "_:genid119", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://purl.obolibrary.org/obo/IAO_0010000" : [ { + "@id" : "http://purl.obolibrary.org/obo/bfo/axiom/064-001" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000600" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000034" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@language" : "en", + "@value" : "A function is a disposition that exists in virtue of the bearer’s physical make-up and this physical make-up is something the bearer possesses because it came into being, either through evolution (in the case of natural biological entities) or through intentional design (in the case of artifacts), in order to realize processes of a certain sort. (axiom label in BFO2 Reference: [064-001])" + } ] +}, { + "@id" : "_:genid12", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "GOC:dos" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000115" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002025" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "A 'has effector activity' B if A and B are GO molecular functions (GO_0003674), A 'has component activity' B and B is the effector (output function) of B. Each compound function has only one effector activity." + } ] +}, { + "@id" : "_:genid120", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://purl.obolibrary.org/obo/IAO_0010000" : [ { + "@id" : "http://purl.obolibrary.org/obo/bfo/axiom/064-001" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000602" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000034" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "(forall (x) (if (Function x) (Disposition x))) // axiom label in BFO2 CLIF: [064-001] " + } ] +}, { + "@id" : "_:genid121", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#source" : [ { + "@value" : "Europe PMC" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasDbXref" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_133602" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "PMCID:PMC3190904" + } ] +}, { + "@id" : "_:genid122", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#source" : [ { + "@value" : "Europe PMC" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasDbXref" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_133602" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "PMID:21525001" + } ] +}, { + "@id" : "_:genid123", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#source" : [ { + "@value" : "Europe PMC" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasDbXref" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_133602" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "PMID:22753103" + } ] +}, { + "@id" : "_:genid124", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#source" : [ { + "@value" : "Europe PMC" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasDbXref" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_133602" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "PMID:24078381" + } ] +}, { + "@id" : "_:genid125", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#source" : [ { + "@value" : "Europe PMC" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasDbXref" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_133602" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "PMID:24283474" + } ] +}, { + "@id" : "_:genid126", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#source" : [ { + "@value" : "Europe PMC" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasDbXref" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_133602" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "PMID:25056782" + } ] +}, { + "@id" : "_:genid127", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#source" : [ { + "@value" : "Europe PMC" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasDbXref" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_133602" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "PMID:25071917" + } ] +}, { + "@id" : "_:genid128", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#source" : [ { + "@value" : "Europe PMC" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasDbXref" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_133602" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "PMID:25184212" + } ] +}, { + "@id" : "_:genid129", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#source" : [ { + "@value" : "Europe PMC" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasDbXref" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_133602" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "PMID:25451823" + } ] +}, { + "@id" : "_:genid130", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#source" : [ { + "@value" : "Europe PMC" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasDbXref" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_133602" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "PMID:25833640" + } ] +}, { + "@id" : "_:genid131", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#source" : [ { + "@value" : "Europe PMC" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasDbXref" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_133602" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "PMID:25966413" + } ] +}, { + "@id" : "_:genid132", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#source" : [ { + "@value" : "Europe PMC" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasDbXref" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_133602" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "PMID:26066782" + } ] +}, { + "@id" : "_:genid133", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#source" : [ { + "@value" : "Europe PMC" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasDbXref" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_133602" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "PMID:26551751" + } ] +}, { + "@id" : "_:genid134", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#source" : [ { + "@value" : "Europe PMC" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasDbXref" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_133602" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "PMID:26914170" + } ] +}, { + "@id" : "_:genid135", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#source" : [ { + "@value" : "Europe PMC" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasDbXref" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_133602" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "PMID:27460290" + } ] +}, { + "@id" : "_:genid136", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#source" : [ { + "@value" : "Europe PMC" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasDbXref" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_133602" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "PMID:27534448" + } ] +}, { + "@id" : "_:genid137", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_133602" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "carbon black nanoparticles" + } ] +}, { + "@id" : "_:genid138", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#source" : [ { + "@value" : "Beilstein" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasDbXref" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_17514" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "Beilstein:1900509" + } ] +}, { + "@id" : "_:genid139", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#source" : [ { + "@value" : "ChemIDplus" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasDbXref" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_17514" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "CAS:57-12-5" + } ] +}, { + "@id" : "_:genid140", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#source" : [ { + "@value" : "KEGG COMPOUND" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasDbXref" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_17514" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "CAS:57-12-5" + } ] +}, { + "@id" : "_:genid141", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#source" : [ { + "@value" : "NIST Chemistry WebBook" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasDbXref" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_17514" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "CAS:57-12-5" + } ] +}, { + "@id" : "_:genid142", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#source" : [ { + "@value" : "Gmelin" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasDbXref" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_17514" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "Gmelin:89" + } ] +}, { + "@id" : "_:genid143", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#source" : [ { + "@value" : "Europe PMC" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasDbXref" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_17514" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "PMID:11386635" + } ] +}, { + "@id" : "_:genid144", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#source" : [ { + "@value" : "Europe PMC" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasDbXref" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_17514" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "PMID:14871577" + } ] +}, { + "@id" : "_:genid145", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#source" : [ { + "@value" : "Europe PMC" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasDbXref" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_17514" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "PMID:17554165" + } ] +}, { + "@id" : "_:genid146", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#source" : [ { + "@value" : "Europe PMC" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasDbXref" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_17514" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "PMID:7839575" + } ] +}, { + "@id" : "_:genid147", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#source" : [ { + "@value" : "Reaxys" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasDbXref" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_17514" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "Reaxys:1900509" + } ] +}, { + "@id" : "_:genid148", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_17514" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "Cyanide" + } ] +}, { + "@id" : "_:genid149", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "KEGG_COMPOUND" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_17514" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "Cyanide" + } ] +}, { + "@id" : "_:genid150", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "IUPAC" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasSynonymType" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#IUPAC_NAME" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_17514" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "cyanide" + } ] +}, { + "@id" : "_:genid151", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "IUPAC" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasSynonymType" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#IUPAC_NAME" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_17514" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "nitridocarbonate(1-)" + } ] +}, { + "@id" : "_:genid152", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "IUPAC" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_17514" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "CN(-)" + } ] +}, { + "@id" : "_:genid153", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "KEGG_COMPOUND" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_17514" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "CN-" + } ] +}, { + "@id" : "_:genid154", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "PDBeChem" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_17514" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "CYANIDE ION" + } ] +}, { + "@id" : "_:genid155", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "KEGG_COMPOUND" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_17514" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "Prussiate" + } ] +}, { + "@id" : "_:genid156", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_17514" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "Zyanid" + } ] +}, { + "@id" : "_:genid157", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_22563" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "Anion" + } ] +}, { + "@id" : "_:genid158", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_22563" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "anion" + } ] +}, { + "@id" : "_:genid159", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "IUPAC" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasSynonymType" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#IUPAC_NAME" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_22563" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "anion" + } ] +}, { + "@id" : "_:genid16", + "@type" : [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#List" ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#first" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000051" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest" : [ { + "@list" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000050" + } ] + } ] +}, { + "@id" : "_:genid160", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_22563" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "Anionen" + } ] +}, { + "@id" : "_:genid161", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_22563" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "aniones" + } ] +}, { + "@id" : "_:genid162", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "IUPAC" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_22563" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "anions" + } ] +}, { + "@id" : "_:genid163", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "IUPAC" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasSynonymType" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#IUPAC_NAME" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_23367" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "molecular entity" + } ] +}, { + "@id" : "_:genid164", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "IUPAC" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_23367" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "entidad molecular" + } ] +}, { + "@id" : "_:genid165", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "IUPAC" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_23367" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "entidades moleculares" + } ] +}, { + "@id" : "_:genid166", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "IUPAC" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_23367" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "entite moleculaire" + } ] +}, { + "@id" : "_:genid167", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "IUPAC" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_23367" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "molecular entities" + } ] +}, { + "@id" : "_:genid168", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_23367" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "molekulare Entitaet" + } ] +}, { + "@id" : "_:genid169", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "UniProt" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_24431" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "chemical entity" + } ] +}, { + "@id" : "_:genid17", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://purl.obolibrary.org/obo/RO_0002582" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#boolean", + "@value" : "true" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.w3.org/2002/07/owl#propertyChainAxiom" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002131" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@id" : "_:genid16" + } ] +}, { + "@id" : "_:genid170", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_24532" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "organic heterocycle" + } ] +}, { + "@id" : "_:genid171", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_24532" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "organic heterocyclic compounds" + } ] +}, { + "@id" : "_:genid172", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_24870" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "Ion" + } ] +}, { + "@id" : "_:genid173", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_24870" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "ion" + } ] +}, { + "@id" : "_:genid174", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "IUPAC" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasSynonymType" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#IUPAC_NAME" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_24870" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "ion" + } ] +}, { + "@id" : "_:genid175", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_24870" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "Ionen" + } ] +}, { + "@id" : "_:genid176", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_24870" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "iones" + } ] +}, { + "@id" : "_:genid177", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_24870" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "ions" + } ] +}, { + "@id" : "_:genid178", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "IUPAC" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_25367" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "molecule" + } ] +}, { + "@id" : "_:genid179", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_25367" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "Molekuel" + } ] +}, { + "@id" : "_:genid180", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "IUPAC" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_25367" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "molecula" + } ] +}, { + "@id" : "_:genid181", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "IUPAC" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_25367" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "molecules" + } ] +}, { + "@id" : "_:genid182", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "IUPAC" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_25367" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "neutral molecular compounds" + } ] +}, { + "@id" : "_:genid183", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_25696" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "organic anions" + } ] +}, { + "@id" : "_:genid184", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_25699" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "organic ions" + } ] +}, { + "@id" : "_:genid185", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_26835" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "sulfur molecular entity" + } ] +}, { + "@id" : "_:genid186", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_26835" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "sulfur molecular entities" + } ] +}, { + "@id" : "_:genid187", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "KEGG_COMPOUND" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_28798" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "Rubber particle" + } ] +}, { + "@id" : "_:genid188", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "KEGG_COMPOUND" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_28798" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "Rubber" + } ] +}, { + "@id" : "_:genid189", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "KEGG_COMPOUND" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_28798" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "Rubber (all-cis)" + } ] +}, { + "@id" : "_:genid190", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33259" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "homoatomic entity" + } ] +}, { + "@id" : "_:genid191", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33259" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "homoatomic molecular entities" + } ] +}, { + "@id" : "_:genid192", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33259" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "homoatomic molecular entity" + } ] +}, { + "@id" : "_:genid193", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33261" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "organosulfur compound" + } ] +}, { + "@id" : "_:genid194", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33261" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "organosulfur compounds" + } ] +}, { + "@id" : "_:genid195", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33273" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "polyatomic anions" + } ] +}, { + "@id" : "_:genid196", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33285" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "heteroorganic entities" + } ] +}, { + "@id" : "_:genid197", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33285" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "organoelement compounds" + } ] +}, { + "@id" : "_:genid198", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33302" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "pnictogen molecular entity" + } ] +}, { + "@id" : "_:genid199", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33302" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "pnictogen molecular entities" + } ] +}, { + "@id" : "_:genid200", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33304" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "chalcogen molecular entity" + } ] +}, { + "@id" : "_:genid201", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33304" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "chalcogen compounds" + } ] +}, { + "@id" : "_:genid202", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33304" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "chalcogen molecular entities" + } ] +}, { + "@id" : "_:genid203", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#source" : [ { + "@value" : "ChemIDplus" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasDbXref" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33415" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "CAS:7440-44-0" + } ] +}, { + "@id" : "_:genid204", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#source" : [ { + "@value" : "NIST Chemistry WebBook" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasDbXref" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33415" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "CAS:7440-44-0" + } ] +}, { + "@id" : "_:genid205", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#source" : [ { + "@value" : "NIST Chemistry WebBook" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasDbXref" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33415" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "CAS:82600-58-6" + } ] +}, { + "@id" : "_:genid206", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#source" : [ { + "@value" : "Gmelin" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasDbXref" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33415" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "Gmelin:8868" + } ] +}, { + "@id" : "_:genid207", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChemIDplus" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33415" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "carbon" + } ] +}, { + "@id" : "_:genid208", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "IUPAC" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasSynonymType" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#IUPAC_NAME" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33471" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "hydrocarbylene group" + } ] +}, { + "@id" : "_:genid209", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "IUPAC" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasSynonymType" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#IUPAC_NAME" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33471" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "hydrocarbylene groups" + } ] +}, { + "@id" : "_:genid210", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "IUPAC" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33471" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "groupe hydrocarbylene" + } ] +}, { + "@id" : "_:genid211", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "IUPAC" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33471" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "grupo hidrocarbileno" + } ] +}, { + "@id" : "_:genid212", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "IUPAC" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33471" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "grupos hidrocarbileno" + } ] +}, { + "@id" : "_:genid213", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33579" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "main group compounds" + } ] +}, { + "@id" : "_:genid214", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33579" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "main group molecular entities" + } ] +}, { + "@id" : "_:genid215", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33582" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "carbon group molecular entity" + } ] +}, { + "@id" : "_:genid216", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33582" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "carbon group molecular entities" + } ] +}, { + "@id" : "_:genid217", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33595" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "cyclic compounds" + } ] +}, { + "@id" : "_:genid218", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "IUPAC" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasSynonymType" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#IUPAC_NAME" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33655" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "aromatic compounds" + } ] +}, { + "@id" : "_:genid219", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "IUPAC" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasSynonymType" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#IUPAC_NAME" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33655" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "aromatic molecular entity" + } ] +}, { + "@id" : "_:genid220", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33655" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "aromatics" + } ] +}, { + "@id" : "_:genid221", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33655" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "aromatische Verbindungen" + } ] +}, { + "@id" : "_:genid222", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33659" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "organic aromatic compounds" + } ] +}, { + "@id" : "_:genid223", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33675" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "p-block compounds" + } ] +}, { + "@id" : "_:genid224", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33675" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "p-block molecular entities" + } ] +}, { + "@id" : "_:genid225", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33675" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "p-block molecular entitiy" + } ] +}, { + "@id" : "_:genid226", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33832" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "organic cyclic compounds" + } ] +}, { + "@id" : "_:genid227", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "IUPAC" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasSynonymType" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#IUPAC_NAME" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33833" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "heteroarenes" + } ] +}, { + "@id" : "_:genid228", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "IUPAC" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33833" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "hetarenes" + } ] +}, { + "@id" : "_:genid229", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "IUPAC" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasSynonymType" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#IUPAC_NAME" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_35352" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "organonitrogen compounds" + } ] +}, { + "@id" : "_:genid230", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_35352" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "organonitrogens" + } ] +}, { + "@id" : "_:genid231", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "IUPAC" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasSynonymType" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#IUPAC_NAME" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_35489" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "disulfides" + } ] +}, { + "@id" : "_:genid232", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "UniProt" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_35489" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "an organic disulfide" + } ] +}, { + "@id" : "_:genid233", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_35489" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "organic disulfides" + } ] +}, { + "@id" : "_:genid234", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_36357" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "polyatomic entities" + } ] +}, { + "@id" : "_:genid235", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_36358" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "polyatomic ions" + } ] +}, { + "@id" : "_:genid236", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "IUPAC" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasSynonymType" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#IUPAC_NAME" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_36828" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "pseudohalide ions" + } ] +}, { + "@id" : "_:genid237", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_36828" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "pseudohalide anions" + } ] +}, { + "@id" : "_:genid238", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_36828" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "pseudohalides" + } ] +}, { + "@id" : "_:genid239", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_36828" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "pseudohalogen anion" + } ] +}, { + "@id" : "_:genid240", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_36828" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "pseudohalogen ion" + } ] +}, { + "@id" : "_:genid241", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_36829" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "polyatomic monoanions" + } ] +}, { + "@id" : "_:genid242", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_36830" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "monoanions" + } ] +}, { + "@id" : "_:genid243", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_36962" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "organochalcogen compound" + } ] +}, { + "@id" : "_:genid244", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_36962" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "organochalcogen compounds" + } ] +}, { + "@id" : "_:genid245", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_38101" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "heterocyclic organonitrogen compounds" + } ] +}, { + "@id" : "_:genid246", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_38101" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "organonitrogen heterocyclic compounds" + } ] +}, { + "@id" : "_:genid247", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_38106" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "heterocyclic organosulfur compounds" + } ] +}, { + "@id" : "_:genid248", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_38106" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "organosulfur heterocyclic compounds" + } ] +}, { + "@id" : "_:genid249", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_38179" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "monocyclic heteroarenes" + } ] +}, { + "@id" : "_:genid250", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_38418" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "1,3-thiazoles" + } ] +}, { + "@id" : "_:genid251", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_48343" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "disulfides" + } ] +}, { + "@id" : "_:genid252", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_48901" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "thiazole" + } ] +}, { + "@id" : "_:genid253", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_50795" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "nanoestructura" + } ] +}, { + "@id" : "_:genid254", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_50803" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "NP" + } ] +}, { + "@id" : "_:genid255", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_50803" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "Nanoteilchen" + } ] +}, { + "@id" : "_:genid256", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_50803" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "nanoparticles" + } ] +}, { + "@id" : "_:genid257", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_50803" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "nanoparticula" + } ] +}, { + "@id" : "_:genid258", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_50803" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "nanoparticule" + } ] +}, { + "@id" : "_:genid259", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_50812" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "carbon nanostructures" + } ] +}, { + "@id" : "_:genid260", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_50860" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "organic compounds" + } ] +}, { + "@id" : "_:genid261", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_50860" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "organic entity" + } ] +}, { + "@id" : "_:genid262", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_50860" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "organic molecular entities" + } ] +}, { + "@id" : "_:genid263", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "KEGG_COMPOUND" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_51143" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "Nitrogenous compounds" + } ] +}, { + "@id" : "_:genid264", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_51143" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "nitrogen compounds" + } ] +}, { + "@id" : "_:genid265", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_51143" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "nitrogen molecular entities" + } ] +}, { + "@id" : "_:genid266", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_51422" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "organodiyl groups" + } ] +}, { + "@id" : "_:genid267", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "KEGG_COMPOUND" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_5686" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "Heterocyclic compound" + } ] +}, { + "@id" : "_:genid268", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "IUPAC" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_5686" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "compuesto heterociclico" + } ] +}, { + "@id" : "_:genid269", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "IUPAC" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_5686" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "compuestos heterociclicos" + } ] +}, { + "@id" : "_:genid270", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_5686" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "heterocycle" + } ] +}, { + "@id" : "_:genid271", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_5686" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "heterocyclic compounds" + } ] +}, { + "@id" : "_:genid272", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_59999" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "Chemische Substanz" + } ] +}, { + "@id" : "_:genid273", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_60004" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "Mischung" + } ] +}, { + "@id" : "_:genid274", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_68452" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "azoles" + } ] +}, { + "@id" : "_:genid275", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_72695" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "organic compound" + } ] +}, { + "@id" : "_:genid276", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_72695" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "organic compounds" + } ] +}, { + "@id" : "_:genid277", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_72695" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "organic molecules" + } ] +}, { + "@id" : "_:genid278", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#source" : [ { + "@value" : "ChemIDplus" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasDbXref" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_82297" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "CAS:1333-86-4" + } ] +}, { + "@id" : "_:genid279", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#source" : [ { + "@value" : "KEGG COMPOUND" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasDbXref" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_82297" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "CAS:1333-86-4" + } ] +}, { + "@id" : "_:genid280", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#source" : [ { + "@value" : "Europe PMC" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasDbXref" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_82297" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "PMID:24291665" + } ] +}, { + "@id" : "_:genid281", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#source" : [ { + "@value" : "Europe PMC" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasDbXref" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_82297" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "PMID:24669321" + } ] +}, { + "@id" : "_:genid282", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#source" : [ { + "@value" : "Europe PMC" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasDbXref" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_82297" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "PMID:25071917" + } ] +}, { + "@id" : "_:genid283", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#source" : [ { + "@value" : "Europe PMC" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasDbXref" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_82297" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "PMID:26803751" + } ] +}, { + "@id" : "_:genid284", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#source" : [ { + "@value" : "KEGG COMPOUND" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasDbXref" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_82298" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "CAS:53973-98-1" + } ] +}, { + "@id" : "_:genid285", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "KEGG_COMPOUND" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_82298" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "Carrageenan, degraded" + } ] +}, { + "@id" : "_:genid286", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ChEBI" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_84291" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "organic sulfur anions" + } ] +}, { + "@id" : "_:genid287", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "GOC:pdt" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000115" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/GO_0003674" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "A molecular process that can be carried out by the action of a single macromolecular machine, usually via direct physical interactions with other molecular entities. Function in this sense denotes an action, or activity, that a gene product (or a complex) performs. These actions are described from two distinct but related perspectives: (1) biochemical activity, and (2) role as a component in a larger system/process." + } ] +}, { + "@id" : "_:genid288", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "GOC:pdt" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000115" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/GO_0008150" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "A biological process represents a specific objective that the organism is genetically programmed to achieve. Biological processes are often described by their outcome or ending state, e.g., the biological process of cell division results in the creation of two daughter cells (a divided cell) from a single parent cell. A biological process is accomplished by a particular set of molecular functions carried out by specific gene products (or macromolecular complexes), often in a highly regulated manner and in a particular temporal sequence." + } ] +}, { + "@id" : "_:genid289", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "ISBN:0198506732" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000115" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/GO_0016301" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "Catalysis of the transfer of a phosphate group, usually from ATP, to a substrate molecule." + } ] +}, { + "@id" : "_:genid29", + "@type" : [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#List" ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#first" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002215" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest" : [ { + "@list" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000050" + } ] + } ] +}, { + "@id" : "_:genid290", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "FN3KRP phosphorylates PsiAm, RibAm" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasDbXref" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/GO_0016301" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "Reactome:R-HSA-6788855" + } ] +}, { + "@id" : "_:genid291", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "FN3K phosphorylates ketosamines" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasDbXref" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/GO_0016301" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "Reactome:R-HSA-6788867" + } ] +}, { + "@id" : "_:genid292", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#oneOf" : [ { + "@list" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000002" + }, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + }, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000121" + }, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000122" + }, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + }, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000124" + }, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000125" + }, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000423" + }, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000428" + } ] + } ] +}, { + "@id" : "_:genid30", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://purl.obolibrary.org/obo/RO_0002582" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#boolean", + "@value" : "true" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.w3.org/2002/07/owl#propertyChainAxiom" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002216" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@id" : "_:genid29" + } ] +}, { + "@id" : "_:genid302", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0001938" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0001933" + } ] +}, { + "@id" : "_:genid303", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#oneOf" : [ { + "@list" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000103" + }, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000226" + }, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000227" + }, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000228" + }, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000229" + } ] + } ] +}, { + "@id" : "_:genid309", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#oneOf" : [ { + "@list" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000410" + }, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000420" + }, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000421" + } ] + } ] +}, { + "@id" : "_:genid313", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000312" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000663" + } ] +}, { + "@id" : "_:genid314", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000312" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000663" + } ] +}, { + "@id" : "_:genid315", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000312" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000094" + } ] +}, { + "@id" : "_:genid316", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#allValuesFrom" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000070" + } ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000054" + } ] +}, { + "@id" : "_:genid317", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000055" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000067" + } ] +}, { + "@id" : "_:genid318", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000299" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000047" + } ] +}, { + "@id" : "_:genid319", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { + "@list" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000245" + }, { + "@id" : "_:genid321" + } ] + } ] +}, { + "@id" : "_:genid321", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0000087" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000014" + } ] +}, { + "@id" : "_:genid323", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0000087" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000014" + } ] +}, { + "@id" : "_:genid324", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0000079" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000047" + } ] +}, { + "@id" : "_:genid325", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#allValuesFrom" : [ { + "@id" : "_:genid326" + } ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000054" + } ] +}, { + "@id" : "_:genid326", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000299" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000109" + } ] +}, { + "@id" : "_:genid327", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#allValuesFrom" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000457" + } ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000054" + } ] +}, { + "@id" : "_:genid328", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000312" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0200175" + } ] +}, { + "@id" : "_:genid329", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000312" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0200175" + } ] +}, { + "@id" : "_:genid330", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000299" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0100051" + } ] +}, { + "@id" : "_:genid331", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { + "@list" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000968" + }, { + "@id" : "_:genid333" + } ] + } ] +}, { + "@id" : "_:genid333", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0000085" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000453" + } ] +}, { + "@id" : "_:genid335", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0000085" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000453" + } ] +}, { + "@id" : "_:genid336", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0000087" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000571" + } ] +}, { + "@id" : "_:genid337", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#allValuesFrom" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000011" + } ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000054" + } ] +}, { + "@id" : "_:genid338", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { + "@list" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000047" + }, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0100051" + } ] + } ] +}, { + "@id" : "_:genid341", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0000085" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000034" + } ] +}, { + "@id" : "_:genid342", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { + "@list" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000968" + }, { + "@id" : "_:genid344" + } ] + } ] +}, { + "@id" : "_:genid344", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0000085" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "_:genid345" + } ] +}, { + "@id" : "_:genid345", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#unionOf" : [ { + "@list" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000371" + }, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000387" + }, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000401" + } ] + } ] +}, { + "@id" : "_:genid350", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0000085" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "_:genid351" + } ] +}, { + "@id" : "_:genid351", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#unionOf" : [ { + "@list" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000371" + }, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000387" + }, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000401" + } ] + } ] +}, { + "@id" : "_:genid355", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0000085" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000371" + } ] +}, { + "@id" : "_:genid356", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0000085" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000379" + } ] +}, { + "@id" : "_:genid357", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0000085" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000946" + } ] +}, { + "@id" : "_:genid358", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0000087" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000018" + } ] +}, { + "@id" : "_:genid359", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0000087" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000112" + } ] +}, { + "@id" : "_:genid360", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#allValuesFrom" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000027" + } ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000293" + } ] +}, { + "@id" : "_:genid361", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000293" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000027" + } ] +}, { + "@id" : "_:genid362", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000299" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "_:genid363" + } ] +}, { + "@id" : "_:genid363", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#unionOf" : [ { + "@list" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000038" + }, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000101" + } ] + } ] +}, { + "@id" : "_:genid366", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#allValuesFrom" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000027" + } ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000293" + } ] +}, { + "@id" : "_:genid367", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#allValuesFrom" : [ { + "@id" : "_:genid368" + } ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000299" + } ] +}, { + "@id" : "_:genid368", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#unionOf" : [ { + "@list" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000038" + }, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000101" + } ] + } ] +}, { + "@id" : "_:genid371", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000299" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "_:genid372" + } ] +}, { + "@id" : "_:genid372", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#unionOf" : [ { + "@list" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000037" + }, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000179" + }, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000180" + }, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000183" + }, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000184" + } ] + } ] +}, { + "@id" : "_:genid378", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#allValuesFrom" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000648" + } ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000293" + } ] +}, { + "@id" : "_:genid379", + "@type" : [ "http://www.w3.org/2002/07/owl#AllDifferent" ], + "http://www.w3.org/2002/07/owl#distinctMembers" : [ { + "@list" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + }, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000121" + }, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000122" + }, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + }, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000124" + }, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000125" + }, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000423" + }, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000428" + } ] + } ] +}, { + "@id" : "_:genid388", + "@type" : [ "http://www.w3.org/2002/07/owl#AllDifferent" ], + "http://www.w3.org/2002/07/owl#distinctMembers" : [ { + "@list" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000226" + }, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000227" + }, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000228" + }, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000229" + } ] + } ] +}, { + "@id" : "_:genid393", + "@type" : [ "http://www.w3.org/2003/11/swrl#Imp" ], + "http://www.w3.org/2003/11/swrl#body" : [ { + "@list" : [ { + "@id" : "_:genid397" + }, { + "@id" : "_:genid395" + } ] + } ], + "http://www.w3.org/2003/11/swrl#head" : [ { + "@list" : [ { + "@id" : "_:genid399" + } ] + } ] +}, { + "@id" : "_:genid395", + "@type" : [ "http://www.w3.org/2003/11/swrl#IndividualPropertyAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl#e" + } ], + "http://www.w3.org/2003/11/swrl#argument2" : [ { + "@id" : "urn:swrl#d" + } ], + "http://www.w3.org/2003/11/swrl#propertyPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0000053" + } ] +}, { + "@id" : "_:genid397", + "@type" : [ "http://www.w3.org/2003/11/swrl#ClassAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl#d" + } ], + "http://www.w3.org/2003/11/swrl#classPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000016" + } ] +}, { + "@id" : "_:genid399", + "@type" : [ "http://www.w3.org/2003/11/swrl#IndividualPropertyAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl#e" + } ], + "http://www.w3.org/2003/11/swrl#argument2" : [ { + "@id" : "urn:swrl#d" + } ], + "http://www.w3.org/2003/11/swrl#propertyPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0000091" + } ] +}, { + "@id" : "_:genid400", + "@type" : [ "http://www.w3.org/2003/11/swrl#Imp" ], + "http://www.w3.org/2003/11/swrl#body" : [ { + "@list" : [ { + "@id" : "_:genid404" + }, { + "@id" : "_:genid402" + } ] + } ], + "http://www.w3.org/2003/11/swrl#head" : [ { + "@list" : [ { + "@id" : "_:genid406" + } ] + } ] +}, { + "@id" : "_:genid402", + "@type" : [ "http://www.w3.org/2003/11/swrl#IndividualPropertyAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl#e" + } ], + "http://www.w3.org/2003/11/swrl#argument2" : [ { + "@id" : "urn:swrl#d" + } ], + "http://www.w3.org/2003/11/swrl#propertyPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0000053" + } ] +}, { + "@id" : "_:genid404", + "@type" : [ "http://www.w3.org/2003/11/swrl#ClassAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl#d" + } ], + "http://www.w3.org/2003/11/swrl#classPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000023" + } ] +}, { + "@id" : "_:genid406", + "@type" : [ "http://www.w3.org/2003/11/swrl#IndividualPropertyAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl#e" + } ], + "http://www.w3.org/2003/11/swrl#argument2" : [ { + "@id" : "urn:swrl#d" + } ], + "http://www.w3.org/2003/11/swrl#propertyPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0000087" + } ] +}, { + "@id" : "_:genid407", + "@type" : [ "http://www.w3.org/2003/11/swrl#Imp" ], + "http://www.w3.org/2003/11/swrl#body" : [ { + "@list" : [ { + "@id" : "_:genid411" + }, { + "@id" : "_:genid409" + } ] + } ], + "http://www.w3.org/2003/11/swrl#head" : [ { + "@list" : [ { + "@id" : "_:genid413" + } ] + } ] +}, { + "@id" : "_:genid409", + "@type" : [ "http://www.w3.org/2003/11/swrl#IndividualPropertyAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl#e" + } ], + "http://www.w3.org/2003/11/swrl#argument2" : [ { + "@id" : "urn:swrl#d" + } ], + "http://www.w3.org/2003/11/swrl#propertyPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0000053" + } ] +}, { + "@id" : "_:genid411", + "@type" : [ "http://www.w3.org/2003/11/swrl#ClassAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl#d" + } ], + "http://www.w3.org/2003/11/swrl#classPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000034" + } ] +}, { + "@id" : "_:genid413", + "@type" : [ "http://www.w3.org/2003/11/swrl#IndividualPropertyAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl#e" + } ], + "http://www.w3.org/2003/11/swrl#argument2" : [ { + "@id" : "urn:swrl#d" + } ], + "http://www.w3.org/2003/11/swrl#propertyPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0000085" + } ] +}, { + "@id" : "_:genid414", + "@type" : [ "http://www.w3.org/2003/11/swrl#Imp" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@value" : "GP(X)-enables->MF(Y)-has_part->MF(Z) => GP(X) enables MF(Z),\ne.g. if GP X enables ATPase coupled transporter activity' and 'ATPase coupled transporter activity' has_part 'ATPase activity' then GP(X) enables 'ATPase activity'" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "enabling an MF enables its parts" + } ], + "http://www.w3.org/2003/11/swrl#body" : [ { + "@list" : [ { + "@id" : "_:genid420" + }, { + "@id" : "_:genid418" + }, { + "@id" : "_:genid416" + } ] + } ], + "http://www.w3.org/2003/11/swrl#head" : [ { + "@list" : [ { + "@id" : "_:genid422" + } ] + } ] +}, { + "@id" : "_:genid416", + "@type" : [ "http://www.w3.org/2003/11/swrl#IndividualPropertyAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl#y" + } ], + "http://www.w3.org/2003/11/swrl#argument2" : [ { + "@id" : "urn:swrl#z" + } ], + "http://www.w3.org/2003/11/swrl#propertyPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000051" + } ] +}, { + "@id" : "_:genid418", + "@type" : [ "http://www.w3.org/2003/11/swrl#IndividualPropertyAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl#x" + } ], + "http://www.w3.org/2003/11/swrl#argument2" : [ { + "@id" : "urn:swrl#y" + } ], + "http://www.w3.org/2003/11/swrl#propertyPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002327" + } ] +}, { + "@id" : "_:genid420", + "@type" : [ "http://www.w3.org/2003/11/swrl#ClassAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl#y" + } ], + "http://www.w3.org/2003/11/swrl#classPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/GO_0003674" + } ] +}, { + "@id" : "_:genid422", + "@type" : [ "http://www.w3.org/2003/11/swrl#IndividualPropertyAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl#x" + } ], + "http://www.w3.org/2003/11/swrl#argument2" : [ { + "@id" : "urn:swrl#z" + } ], + "http://www.w3.org/2003/11/swrl#propertyPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002327" + } ] +}, { + "@id" : "_:genid423", + "@type" : [ "http://www.w3.org/2003/11/swrl#Imp" ], + "http://swrl.stanford.edu/ontologies/3.3/swrla.owl#isRuleEnabled" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#boolean", + "@value" : "true" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@value" : "GP(X)-enables->MF(Y)-part_of->BP(Z) => GP(X) involved_in BP(Z) e.g. if X enables 'protein kinase activity' and Y 'part of' 'signal tranduction' then X involved in 'signal transduction'" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "involved in BP" + } ], + "http://www.w3.org/2003/11/swrl#body" : [ { + "@list" : [ { + "@id" : "_:genid429" + }, { + "@id" : "_:genid427" + }, { + "@id" : "_:genid425" + } ] + } ], + "http://www.w3.org/2003/11/swrl#head" : [ { + "@list" : [ { + "@id" : "_:genid431" + } ] + } ] +}, { + "@id" : "_:genid425", + "@type" : [ "http://www.w3.org/2003/11/swrl#IndividualPropertyAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl#x" + } ], + "http://www.w3.org/2003/11/swrl#argument2" : [ { + "@id" : "urn:swrl#y" + } ], + "http://www.w3.org/2003/11/swrl#propertyPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002327" + } ] +}, { + "@id" : "_:genid427", + "@type" : [ "http://www.w3.org/2003/11/swrl#IndividualPropertyAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl#y" + } ], + "http://www.w3.org/2003/11/swrl#argument2" : [ { + "@id" : "urn:swrl#z" + } ], + "http://www.w3.org/2003/11/swrl#propertyPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000050" + } ] +}, { + "@id" : "_:genid429", + "@type" : [ "http://www.w3.org/2003/11/swrl#ClassAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl#z" + } ], + "http://www.w3.org/2003/11/swrl#classPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/GO_0008150" + } ] +}, { + "@id" : "_:genid431", + "@type" : [ "http://www.w3.org/2003/11/swrl#IndividualPropertyAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl#x" + } ], + "http://www.w3.org/2003/11/swrl#argument2" : [ { + "@id" : "urn:swrl#z" + } ], + "http://www.w3.org/2003/11/swrl#propertyPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002331" + } ] +}, { + "@id" : "_:genid432", + "@type" : [ "http://www.w3.org/2003/11/swrl#Imp" ], + "http://swrl.stanford.edu/ontologies/3.3/swrla.owl#isRuleEnabled" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#boolean", + "@value" : "true" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@value" : "MF(X)-directly_regulates->MF(Y)-enabled_by->GP(Z) => MF(Y)-has_input->GP(Y) e.g. if 'protein kinase activity'(X) directly_regulates 'protein binding activity (Y)and this is enabled by GP(Z) then X has_input Z" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "infer input from direct reg" + } ], + "http://www.w3.org/2003/11/swrl#body" : [ { + "@list" : [ { + "@id" : "_:genid440" + }, { + "@id" : "_:genid438" + }, { + "@id" : "_:genid436" + }, { + "@id" : "_:genid434" + } ] + } ], + "http://www.w3.org/2003/11/swrl#head" : [ { + "@list" : [ { + "@id" : "_:genid442" + } ] + } ] +}, { + "@id" : "_:genid434", + "@type" : [ "http://www.w3.org/2003/11/swrl#ClassAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "http://purl.obolibrary.org/obo/ro.owl#y" + } ], + "http://www.w3.org/2003/11/swrl#classPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/GO_0003674" + } ] +}, { + "@id" : "_:genid436", + "@type" : [ "http://www.w3.org/2003/11/swrl#ClassAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "http://purl.obolibrary.org/obo/ro.owl#x" + } ], + "http://www.w3.org/2003/11/swrl#classPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/GO_0003674" + } ] +}, { + "@id" : "_:genid438", + "@type" : [ "http://www.w3.org/2003/11/swrl#IndividualPropertyAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "http://purl.obolibrary.org/obo/ro.owl#x" + } ], + "http://www.w3.org/2003/11/swrl#argument2" : [ { + "@id" : "http://purl.obolibrary.org/obo/ro.owl#y" + } ], + "http://www.w3.org/2003/11/swrl#propertyPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002578" + } ] +}, { + "@id" : "_:genid440", + "@type" : [ "http://www.w3.org/2003/11/swrl#IndividualPropertyAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "http://purl.obolibrary.org/obo/ro.owl#z" + } ], + "http://www.w3.org/2003/11/swrl#argument2" : [ { + "@id" : "http://purl.obolibrary.org/obo/ro.owl#y" + } ], + "http://www.w3.org/2003/11/swrl#propertyPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002327" + } ] +}, { + "@id" : "_:genid442", + "@type" : [ "http://www.w3.org/2003/11/swrl#IndividualPropertyAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "http://purl.obolibrary.org/obo/ro.owl#x" + } ], + "http://www.w3.org/2003/11/swrl#argument2" : [ { + "@id" : "http://purl.obolibrary.org/obo/ro.owl#z" + } ], + "http://www.w3.org/2003/11/swrl#propertyPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002233" + } ] +}, { + "@id" : "_:genid443", + "@type" : [ "http://www.w3.org/2003/11/swrl#Imp" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@value" : "If a molecular function (X) has a regulatory subfunction, then any gene product which is an input to that subfunction has an activity that directly_regulates X. Note: this is intended for cases where the regaultory subfunction is protein binding, so it could be tightened with an additional clause to specify this." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "inferring direct reg edge from input to regulatory subfunction" + } ], + "http://www.w3.org/2003/11/swrl#body" : [ { + "@list" : [ { + "@id" : "_:genid449" + }, { + "@id" : "_:genid447" + }, { + "@id" : "_:genid445" + } ] + } ], + "http://www.w3.org/2003/11/swrl#head" : [ { + "@list" : [ { + "@id" : "_:genid451" + } ] + } ] +}, { + "@id" : "_:genid445", + "@type" : [ "http://www.w3.org/2003/11/swrl#IndividualPropertyAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl#D" + } ], + "http://www.w3.org/2003/11/swrl#argument2" : [ { + "@id" : "urn:swrl#C" + } ], + "http://www.w3.org/2003/11/swrl#propertyPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002013" + } ] +}, { + "@id" : "_:genid447", + "@type" : [ "http://www.w3.org/2003/11/swrl#IndividualPropertyAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl#A" + } ], + "http://www.w3.org/2003/11/swrl#argument2" : [ { + "@id" : "urn:swrl#B" + } ], + "http://www.w3.org/2003/11/swrl#propertyPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002333" + } ] +}, { + "@id" : "_:genid449", + "@type" : [ "http://www.w3.org/2003/11/swrl#IndividualPropertyAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl#B" + } ], + "http://www.w3.org/2003/11/swrl#argument2" : [ { + "@id" : "urn:swrl#C" + } ], + "http://www.w3.org/2003/11/swrl#propertyPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002352" + } ] +}, { + "@id" : "_:genid451", + "@type" : [ "http://www.w3.org/2003/11/swrl#IndividualPropertyAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl#A" + } ], + "http://www.w3.org/2003/11/swrl#argument2" : [ { + "@id" : "urn:swrl#D" + } ], + "http://www.w3.org/2003/11/swrl#propertyPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002578" + } ] +}, { + "@id" : "_:genid452", + "@type" : [ "http://www.w3.org/2003/11/swrl#Imp" ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "inferring direct neg reg edge from input to regulatory subfunction" + } ], + "http://www.w3.org/2003/11/swrl#body" : [ { + "@list" : [ { + "@id" : "_:genid458" + }, { + "@id" : "_:genid456" + }, { + "@id" : "_:genid454" + } ] + } ], + "http://www.w3.org/2003/11/swrl#head" : [ { + "@list" : [ { + "@id" : "_:genid460" + } ] + } ] +}, { + "@id" : "_:genid454", + "@type" : [ "http://www.w3.org/2003/11/swrl#IndividualPropertyAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl#D" + } ], + "http://www.w3.org/2003/11/swrl#argument2" : [ { + "@id" : "urn:swrl#C" + } ], + "http://www.w3.org/2003/11/swrl#propertyPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002014" + } ] +}, { + "@id" : "_:genid456", + "@type" : [ "http://www.w3.org/2003/11/swrl#IndividualPropertyAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl#A" + } ], + "http://www.w3.org/2003/11/swrl#argument2" : [ { + "@id" : "urn:swrl#B" + } ], + "http://www.w3.org/2003/11/swrl#propertyPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002333" + } ] +}, { + "@id" : "_:genid458", + "@type" : [ "http://www.w3.org/2003/11/swrl#IndividualPropertyAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl#B" + } ], + "http://www.w3.org/2003/11/swrl#argument2" : [ { + "@id" : "urn:swrl#C" + } ], + "http://www.w3.org/2003/11/swrl#propertyPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002352" + } ] +}, { + "@id" : "_:genid460", + "@type" : [ "http://www.w3.org/2003/11/swrl#IndividualPropertyAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl#A" + } ], + "http://www.w3.org/2003/11/swrl#argument2" : [ { + "@id" : "urn:swrl#D" + } ], + "http://www.w3.org/2003/11/swrl#propertyPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002630" + } ] +}, { + "@id" : "_:genid461", + "@type" : [ "http://www.w3.org/2003/11/swrl#Imp" ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "inferring direct positive reg edge from input to regulatory subfunction" + } ], + "http://www.w3.org/2003/11/swrl#body" : [ { + "@list" : [ { + "@id" : "_:genid467" + }, { + "@id" : "_:genid465" + }, { + "@id" : "_:genid463" + } ] + } ], + "http://www.w3.org/2003/11/swrl#head" : [ { + "@list" : [ { + "@id" : "_:genid469" + } ] + } ] +}, { + "@id" : "_:genid463", + "@type" : [ "http://www.w3.org/2003/11/swrl#IndividualPropertyAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl#D" + } ], + "http://www.w3.org/2003/11/swrl#argument2" : [ { + "@id" : "urn:swrl#C" + } ], + "http://www.w3.org/2003/11/swrl#propertyPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002015" + } ] +}, { + "@id" : "_:genid465", + "@type" : [ "http://www.w3.org/2003/11/swrl#IndividualPropertyAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl#A" + } ], + "http://www.w3.org/2003/11/swrl#argument2" : [ { + "@id" : "urn:swrl#B" + } ], + "http://www.w3.org/2003/11/swrl#propertyPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002333" + } ] +}, { + "@id" : "_:genid467", + "@type" : [ "http://www.w3.org/2003/11/swrl#IndividualPropertyAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl#B" + } ], + "http://www.w3.org/2003/11/swrl#argument2" : [ { + "@id" : "urn:swrl#C" + } ], + "http://www.w3.org/2003/11/swrl#propertyPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002352" + } ] +}, { + "@id" : "_:genid469", + "@type" : [ "http://www.w3.org/2003/11/swrl#IndividualPropertyAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl#A" + } ], + "http://www.w3.org/2003/11/swrl#argument2" : [ { + "@id" : "urn:swrl#D" + } ], + "http://www.w3.org/2003/11/swrl#propertyPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002629" + } ] +}, { + "@id" : "_:genid470", + "@type" : [ "http://www.w3.org/2003/11/swrl#Imp" ], + "http://www.w3.org/2003/11/swrl#body" : [ { + "@list" : [ { + "@id" : "_:genid478" + }, { + "@id" : "_:genid476" + }, { + "@id" : "_:genid474" + }, { + "@id" : "_:genid472" + } ] + } ], + "http://www.w3.org/2003/11/swrl#head" : [ { + "@list" : [ { + "@id" : "_:genid480" + } ] + } ] +}, { + "@id" : "_:genid472", + "@type" : [ "http://www.w3.org/2003/11/swrl#IndividualPropertyAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl#a2" + } ], + "http://www.w3.org/2003/11/swrl#argument2" : [ { + "@id" : "urn:swrl#g2" + } ], + "http://www.w3.org/2003/11/swrl#propertyPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002333" + } ] +}, { + "@id" : "_:genid474", + "@type" : [ "http://www.w3.org/2003/11/swrl#IndividualPropertyAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl#a1" + } ], + "http://www.w3.org/2003/11/swrl#argument2" : [ { + "@id" : "urn:swrl#g1" + } ], + "http://www.w3.org/2003/11/swrl#propertyPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002333" + } ] +}, { + "@id" : "_:genid476", + "@type" : [ "http://www.w3.org/2003/11/swrl#ClassAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl#a1" + } ], + "http://www.w3.org/2003/11/swrl#classPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/GO_0016301" + } ] +}, { + "@id" : "_:genid478", + "@type" : [ "http://www.w3.org/2003/11/swrl#IndividualPropertyAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl#a1" + } ], + "http://www.w3.org/2003/11/swrl#argument2" : [ { + "@id" : "urn:swrl#a2" + } ], + "http://www.w3.org/2003/11/swrl#propertyPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002578" + } ] +}, { + "@id" : "_:genid480", + "@type" : [ "http://www.w3.org/2003/11/swrl#IndividualPropertyAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl#g1" + } ], + "http://www.w3.org/2003/11/swrl#argument2" : [ { + "@id" : "urn:swrl#g2" + } ], + "http://www.w3.org/2003/11/swrl#propertyPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002447" + } ] +}, { + "@id" : "_:genid481", + "@type" : [ "http://www.w3.org/2003/11/swrl#Imp" ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "effector input is compound function input" + } ], + "http://www.w3.org/2003/11/swrl#body" : [ { + "@list" : [ { + "@id" : "_:genid485" + }, { + "@id" : "_:genid483" + } ] + } ], + "http://www.w3.org/2003/11/swrl#head" : [ { + "@list" : [ { + "@id" : "_:genid487" + } ] + } ] +}, { + "@id" : "_:genid483", + "@type" : [ "http://www.w3.org/2003/11/swrl#IndividualPropertyAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl#eff" + } ], + "http://www.w3.org/2003/11/swrl#argument2" : [ { + "@id" : "urn:swrl#in" + } ], + "http://www.w3.org/2003/11/swrl#propertyPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002233" + } ] +}, { + "@id" : "_:genid485", + "@type" : [ "http://www.w3.org/2003/11/swrl#IndividualPropertyAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl#mf" + } ], + "http://www.w3.org/2003/11/swrl#argument2" : [ { + "@id" : "urn:swrl#eff" + } ], + "http://www.w3.org/2003/11/swrl#propertyPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002025" + } ] +}, { + "@id" : "_:genid487", + "@type" : [ "http://www.w3.org/2003/11/swrl#IndividualPropertyAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl#mf" + } ], + "http://www.w3.org/2003/11/swrl#argument2" : [ { + "@id" : "urn:swrl#in" + } ], + "http://www.w3.org/2003/11/swrl#propertyPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002233" + } ] +}, { + "@id" : "_:genid488", + "@type" : [ "http://www.w3.org/2003/11/swrl#Imp" ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Input of effector is input of its parent MF" + } ], + "http://www.w3.org/2003/11/swrl#body" : [ { + "@list" : [ { + "@id" : "_:genid492" + }, { + "@id" : "_:genid490" + } ] + } ], + "http://www.w3.org/2003/11/swrl#head" : [ { + "@list" : [ { + "@id" : "_:genid494" + } ] + } ] +}, { + "@id" : "_:genid490", + "@type" : [ "http://www.w3.org/2003/11/swrl#IndividualPropertyAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl#mf" + } ], + "http://www.w3.org/2003/11/swrl#argument2" : [ { + "@id" : "urn:swrl#in" + } ], + "http://www.w3.org/2003/11/swrl#propertyPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002233" + } ] +}, { + "@id" : "_:genid492", + "@type" : [ "http://www.w3.org/2003/11/swrl#IndividualPropertyAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl#mf" + } ], + "http://www.w3.org/2003/11/swrl#argument2" : [ { + "@id" : "urn:swrl#eff" + } ], + "http://www.w3.org/2003/11/swrl#propertyPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002025" + } ] +}, { + "@id" : "_:genid494", + "@type" : [ "http://www.w3.org/2003/11/swrl#IndividualPropertyAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl#eff" + } ], + "http://www.w3.org/2003/11/swrl#argument2" : [ { + "@id" : "urn:swrl#in" + } ], + "http://www.w3.org/2003/11/swrl#propertyPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002233" + } ] +}, { + "@id" : "_:genid495", + "@type" : [ "http://www.w3.org/2003/11/swrl#Imp" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@value" : "if effector directly positively regulates X, its parent MF directly positively regulates X" + } ], + "http://www.w3.org/2003/11/swrl#body" : [ { + "@list" : [ { + "@id" : "_:genid499" + }, { + "@id" : "_:genid497" + } ] + } ], + "http://www.w3.org/2003/11/swrl#head" : [ { + "@list" : [ { + "@id" : "_:genid501" + } ] + } ] +}, { + "@id" : "_:genid497", + "@type" : [ "http://www.w3.org/2003/11/swrl#IndividualPropertyAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl#mf" + } ], + "http://www.w3.org/2003/11/swrl#argument2" : [ { + "@id" : "urn:swrl#mf2" + } ], + "http://www.w3.org/2003/11/swrl#propertyPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002629" + } ] +}, { + "@id" : "_:genid499", + "@type" : [ "http://www.w3.org/2003/11/swrl#IndividualPropertyAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl#mf" + } ], + "http://www.w3.org/2003/11/swrl#argument2" : [ { + "@id" : "urn:swrl#eff" + } ], + "http://www.w3.org/2003/11/swrl#propertyPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002025" + } ] +}, { + "@id" : "_:genid5", + "http://www.w3.org/2002/07/owl#inverseOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000295" + } ] +}, { + "@id" : "_:genid501", + "@type" : [ "http://www.w3.org/2003/11/swrl#IndividualPropertyAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl#eff" + } ], + "http://www.w3.org/2003/11/swrl#argument2" : [ { + "@id" : "urn:swrl#mf2" + } ], + "http://www.w3.org/2003/11/swrl#propertyPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002629" + } ] +}, { + "@id" : "_:genid502", + "@type" : [ "http://www.w3.org/2003/11/swrl#Imp" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@value" : "if effector directly regulates X, its parent MF directly regulates X" + } ], + "http://www.w3.org/2003/11/swrl#body" : [ { + "@list" : [ { + "@id" : "_:genid506" + }, { + "@id" : "_:genid504" + } ] + } ], + "http://www.w3.org/2003/11/swrl#head" : [ { + "@list" : [ { + "@id" : "_:genid508" + } ] + } ] +}, { + "@id" : "_:genid504", + "@type" : [ "http://www.w3.org/2003/11/swrl#IndividualPropertyAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl#mf" + } ], + "http://www.w3.org/2003/11/swrl#argument2" : [ { + "@id" : "urn:swrl#eff" + } ], + "http://www.w3.org/2003/11/swrl#propertyPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002025" + } ] +}, { + "@id" : "_:genid506", + "@type" : [ "http://www.w3.org/2003/11/swrl#IndividualPropertyAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl#mf" + } ], + "http://www.w3.org/2003/11/swrl#argument2" : [ { + "@id" : "urn:swrl#mf2" + } ], + "http://www.w3.org/2003/11/swrl#propertyPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002578" + } ] +}, { + "@id" : "_:genid508", + "@type" : [ "http://www.w3.org/2003/11/swrl#IndividualPropertyAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl#eff" + } ], + "http://www.w3.org/2003/11/swrl#argument2" : [ { + "@id" : "urn:swrl#mf2" + } ], + "http://www.w3.org/2003/11/swrl#propertyPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002578" + } ] +}, { + "@id" : "_:genid509", + "@type" : [ "http://www.w3.org/2003/11/swrl#Imp" ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "if effector directly negatively regulates X, its parent MF directly negatively regulates X" + } ], + "http://www.w3.org/2003/11/swrl#body" : [ { + "@list" : [ { + "@id" : "_:genid513" + }, { + "@id" : "_:genid511" + } ] + } ], + "http://www.w3.org/2003/11/swrl#head" : [ { + "@list" : [ { + "@id" : "_:genid515" + } ] + } ] +}, { + "@id" : "_:genid511", + "@type" : [ "http://www.w3.org/2003/11/swrl#IndividualPropertyAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl#mf" + } ], + "http://www.w3.org/2003/11/swrl#argument2" : [ { + "@id" : "urn:swrl#eff" + } ], + "http://www.w3.org/2003/11/swrl#propertyPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002025" + } ] +}, { + "@id" : "_:genid513", + "@type" : [ "http://www.w3.org/2003/11/swrl#IndividualPropertyAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl#mf" + } ], + "http://www.w3.org/2003/11/swrl#argument2" : [ { + "@id" : "urn:swrl#mf2" + } ], + "http://www.w3.org/2003/11/swrl#propertyPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002630" + } ] +}, { + "@id" : "_:genid515", + "@type" : [ "http://www.w3.org/2003/11/swrl#IndividualPropertyAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl#eff" + } ], + "http://www.w3.org/2003/11/swrl#argument2" : [ { + "@id" : "urn:swrl#mf2" + } ], + "http://www.w3.org/2003/11/swrl#propertyPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002630" + } ] +}, { + "@id" : "_:genid516", + "@type" : [ "http://www.w3.org/2003/11/swrl#Imp" ], + "http://www.w3.org/2003/11/swrl#body" : [ { + "@list" : [ { + "@id" : "_:genid520" + }, { + "@id" : "_:genid518" + } ] + } ], + "http://www.w3.org/2003/11/swrl#head" : [ { + "@list" : [ { + "@id" : "_:genid522" + } ] + } ] +}, { + "@id" : "_:genid518", + "@type" : [ "http://www.w3.org/2003/11/swrl#IndividualPropertyAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl#y" + } ], + "http://www.w3.org/2003/11/swrl#argument2" : [ { + "@id" : "urn:swrl#z" + } ], + "http://www.w3.org/2003/11/swrl#propertyPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002213" + } ] +}, { + "@id" : "_:genid520", + "@type" : [ "http://www.w3.org/2003/11/swrl#IndividualPropertyAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl#x" + } ], + "http://www.w3.org/2003/11/swrl#argument2" : [ { + "@id" : "urn:swrl#y" + } ], + "http://www.w3.org/2003/11/swrl#propertyPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002212" + } ] +}, { + "@id" : "_:genid522", + "@type" : [ "http://www.w3.org/2003/11/swrl#IndividualPropertyAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl#x" + } ], + "http://www.w3.org/2003/11/swrl#argument2" : [ { + "@id" : "urn:swrl#z" + } ], + "http://www.w3.org/2003/11/swrl#propertyPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002212" + } ] +}, { + "@id" : "_:genid523", + "@type" : [ "http://www.w3.org/2003/11/swrl#Imp" ], + "http://www.w3.org/2003/11/swrl#body" : [ { + "@list" : [ { + "@id" : "_:genid527" + }, { + "@id" : "_:genid525" + } ] + } ], + "http://www.w3.org/2003/11/swrl#head" : [ { + "@list" : [ { + "@id" : "_:genid529" + } ] + } ] +}, { + "@id" : "_:genid525", + "@type" : [ "http://www.w3.org/2003/11/swrl#IndividualPropertyAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl#x" + } ], + "http://www.w3.org/2003/11/swrl#argument2" : [ { + "@id" : "urn:swrl#y" + } ], + "http://www.w3.org/2003/11/swrl#propertyPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002213" + } ] +}, { + "@id" : "_:genid527", + "@type" : [ "http://www.w3.org/2003/11/swrl#IndividualPropertyAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl#y" + } ], + "http://www.w3.org/2003/11/swrl#argument2" : [ { + "@id" : "urn:swrl#z" + } ], + "http://www.w3.org/2003/11/swrl#propertyPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002212" + } ] +}, { + "@id" : "_:genid529", + "@type" : [ "http://www.w3.org/2003/11/swrl#IndividualPropertyAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl#x" + } ], + "http://www.w3.org/2003/11/swrl#argument2" : [ { + "@id" : "urn:swrl#z" + } ], + "http://www.w3.org/2003/11/swrl#propertyPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002212" + } ] +}, { + "@id" : "_:genid530", + "@type" : [ "http://www.w3.org/2003/11/swrl#Imp" ], + "http://www.w3.org/2003/11/swrl#body" : [ { + "@list" : [ { + "@id" : "_:genid534" + }, { + "@id" : "_:genid532" + } ] + } ], + "http://www.w3.org/2003/11/swrl#head" : [ { + "@list" : [ { + "@id" : "_:genid536" + } ] + } ] +}, { + "@id" : "_:genid532", + "@type" : [ "http://www.w3.org/2003/11/swrl#IndividualPropertyAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl:var#p" + } ], + "http://www.w3.org/2003/11/swrl#argument2" : [ { + "@id" : "urn:swrl:var#q" + } ], + "http://www.w3.org/2003/11/swrl#propertyPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0012011" + } ] +}, { + "@id" : "_:genid534", + "@type" : [ "http://www.w3.org/2003/11/swrl#IndividualPropertyAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl:var#p" + } ], + "http://www.w3.org/2003/11/swrl#argument2" : [ { + "@id" : "urn:swrl:var#q" + } ], + "http://www.w3.org/2003/11/swrl#propertyPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002211" + } ] +}, { + "@id" : "_:genid536", + "@type" : [ "http://www.w3.org/2003/11/swrl#IndividualPropertyAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl:var#p" + } ], + "http://www.w3.org/2003/11/swrl#argument2" : [ { + "@id" : "urn:swrl:var#q" + } ], + "http://www.w3.org/2003/11/swrl#propertyPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0012012" + } ] +}, { + "@id" : "_:genid537", + "@type" : [ "http://www.w3.org/2003/11/swrl#Imp" ], + "http://www.w3.org/2003/11/swrl#body" : [ { + "@list" : [ { + "@id" : "_:genid541" + }, { + "@id" : "_:genid539" + } ] + } ], + "http://www.w3.org/2003/11/swrl#head" : [ { + "@list" : [ { + "@id" : "_:genid543" + } ] + } ] +}, { + "@id" : "_:genid539", + "@type" : [ "http://www.w3.org/2003/11/swrl#IndividualPropertyAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl:var#q" + } ], + "http://www.w3.org/2003/11/swrl#argument2" : [ { + "@id" : "urn:swrl:var#u" + } ], + "http://www.w3.org/2003/11/swrl#propertyPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002411" + } ] +}, { + "@id" : "_:genid541", + "@type" : [ "http://www.w3.org/2003/11/swrl#IndividualPropertyAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl:var#p" + } ], + "http://www.w3.org/2003/11/swrl#argument2" : [ { + "@id" : "urn:swrl:var#q" + } ], + "http://www.w3.org/2003/11/swrl#propertyPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002411" + } ] +}, { + "@id" : "_:genid543", + "@type" : [ "http://www.w3.org/2003/11/swrl#IndividualPropertyAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl:var#p" + } ], + "http://www.w3.org/2003/11/swrl#argument2" : [ { + "@id" : "urn:swrl:var#u" + } ], + "http://www.w3.org/2003/11/swrl#propertyPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0012011" + } ] +}, { + "@id" : "_:genid544", + "@type" : [ "http://www.w3.org/2003/11/swrl#Imp" ], + "http://www.w3.org/2003/11/swrl#body" : [ { + "@list" : [ { + "@id" : "_:genid548" + }, { + "@id" : "_:genid546" + } ] + } ], + "http://www.w3.org/2003/11/swrl#head" : [ { + "@list" : [ { + "@id" : "_:genid550" + } ] + } ] +}, { + "@id" : "_:genid546", + "@type" : [ "http://www.w3.org/2003/11/swrl#IndividualPropertyAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl:var#y" + } ], + "http://www.w3.org/2003/11/swrl#argument2" : [ { + "@id" : "urn:swrl:var#z" + } ], + "http://www.w3.org/2003/11/swrl#propertyPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0019002" + } ] +}, { + "@id" : "_:genid548", + "@type" : [ "http://www.w3.org/2003/11/swrl#IndividualPropertyAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl:var#x" + } ], + "http://www.w3.org/2003/11/swrl#argument2" : [ { + "@id" : "urn:swrl:var#y" + } ], + "http://www.w3.org/2003/11/swrl#propertyPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002212" + } ] +}, { + "@id" : "_:genid550", + "@type" : [ "http://www.w3.org/2003/11/swrl#IndividualPropertyAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl:var#x" + } ], + "http://www.w3.org/2003/11/swrl#argument2" : [ { + "@id" : "urn:swrl:var#z" + } ], + "http://www.w3.org/2003/11/swrl#propertyPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0019001" + } ] +}, { + "@id" : "_:genid551", + "@type" : [ "http://www.w3.org/2003/11/swrl#Imp" ], + "http://www.w3.org/2003/11/swrl#body" : [ { + "@list" : [ { + "@id" : "_:genid555" + }, { + "@id" : "_:genid553" + } ] + } ], + "http://www.w3.org/2003/11/swrl#head" : [ { + "@list" : [ { + "@id" : "_:genid557" + } ] + } ] +}, { + "@id" : "_:genid553", + "@type" : [ "http://www.w3.org/2003/11/swrl#IndividualPropertyAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl:var#x" + } ], + "http://www.w3.org/2003/11/swrl#argument2" : [ { + "@id" : "urn:swrl:var#y" + } ], + "http://www.w3.org/2003/11/swrl#propertyPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002264" + } ] +}, { + "@id" : "_:genid555", + "@type" : [ "http://www.w3.org/2003/11/swrl#IndividualPropertyAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl:var#y" + } ], + "http://www.w3.org/2003/11/swrl#argument2" : [ { + "@id" : "urn:swrl:var#z" + } ], + "http://www.w3.org/2003/11/swrl#propertyPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002411" + } ] +}, { + "@id" : "_:genid557", + "@type" : [ "http://www.w3.org/2003/11/swrl#IndividualPropertyAtom" ], + "http://www.w3.org/2003/11/swrl#argument1" : [ { + "@id" : "urn:swrl:var#x" + } ], + "http://www.w3.org/2003/11/swrl#argument2" : [ { + "@id" : "urn:swrl:var#z" + } ], + "http://www.w3.org/2003/11/swrl#propertyPredicate" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002263" + } ] +}, { + "@id" : "_:genid6", + "http://www.w3.org/2002/07/owl#inverseOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000312" + } ] +}, { + "@id" : "_:genid9", + "@type" : [ "http://www.w3.org/2002/07/owl#Axiom" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "GOC:dos" + } ], + "http://www.w3.org/2002/07/owl#annotatedProperty" : [ { + "@id" : "http://www.w3.org/2000/01/rdf-schema#comment" + } ], + "http://www.w3.org/2002/07/owl#annotatedSource" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002022" + } ], + "http://www.w3.org/2002/07/owl#annotatedTarget" : [ { + "@value" : "Process(P2) is directly regulated by process(P1) iff: P1 regulates P2 via direct physical interaction between an agent executing P1 (or some part of P1) and an agent executing P2 (or some part of P2). For example, if protein A has protein binding activity(P1) that targets protein B and this binding regulates the kinase activity (P2) of protein B then P1 directly regulates P2." + } ] +}, { + "@id" : "http://omv.ontoware.org/2005/05/ontology#hasOntologySyntax", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "http://purl.obolibrary.org/obo/APOLLO_SV_00000008", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A planned process that has specified output a software product and that involves the creation of source code." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "Mathias Brochhausen" + }, { + "@language" : "en", + "@value" : "William R. Hogan" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://en.wikipedia.org/wiki/Software_development" + } ], + "http://purl.obolibrary.org/obo/IAO_0000600" : [ { + "@language" : "en", + "@value" : "A planned process resulting in a software product involving the creation of source code." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "software development" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000011" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/APOLLO_SV_00000796", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "creating a data set" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A planned process that has a data set as its specified output." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "William R. Hogan" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "en", + "@value" : "data set creation" + }, { + "@language" : "en", + "@value" : "dataset creation" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "dataset creating" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000011" + }, { + "@id" : "_:genid112" + } ], + "http://www.w3.org/2002/07/owl#equivalentClass" : [ { + "@id" : "_:genid108" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000016", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/BFO_0000179" : [ { + "@value" : "disposition" + } ], + "http://purl.obolibrary.org/obo/BFO_0000180" : [ { + "@value" : "Disposition" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@language" : "en", + "@value" : "an atom of element X has the disposition to decay to an atom of element Y" + }, { + "@language" : "en", + "@value" : "certain people have a predisposition to colon cancer" + }, { + "@language" : "en", + "@value" : "children are innately disposed to categorize objects in certain ways." + }, { + "@language" : "en", + "@value" : "the cell wall is disposed to filter chemicals in endocytosis and exocytosis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000116" : [ { + "@language" : "en", + "@value" : "BFO 2 Reference: Dispositions exist along a strength continuum. Weaker forms of disposition are realized in only a fraction of triggering cases. These forms occur in a significant number of cases of a similar type." + } ], + "http://purl.obolibrary.org/obo/IAO_0000600" : [ { + "@language" : "en", + "@value" : "b is a disposition means: b is a realizable entity & b’s bearer is some material entity & b is such that if it ceases to exist, then its bearer is physically changed, & b’s realization occurs when and because this bearer is in some special physical circumstances, & this realization occurs in virtue of the bearer’s physical make-up. (axiom label in BFO2 Reference: [062-002])" + } ], + "http://purl.obolibrary.org/obo/IAO_0000601" : [ { + "@language" : "en", + "@value" : "If b is a realizable entity then for all t at which b exists, b s-depends_on some material entity at t. (axiom label in BFO2 Reference: [063-002])" + } ], + "http://purl.obolibrary.org/obo/IAO_0000602" : [ { + "@value" : "(forall (x t) (if (and (RealizableEntity x) (existsAt x t)) (exists (y) (and (MaterialEntity y) (specificallyDepends x y t))))) // axiom label in BFO2 CLIF: [063-002] " + }, { + "@value" : "(forall (x) (if (Disposition x) (and (RealizableEntity x) (exists (y) (and (MaterialEntity y) (bearerOfAt x y t)))))) // axiom label in BFO2 CLIF: [062-002] " + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@id" : "http://purl.obolibrary.org/obo/bfo.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "disposition" + } ], + "http://www.w3.org/2002/07/owl#disjointWith" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000023" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000023", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/BFO_0000179" : [ { + "@value" : "role" + } ], + "http://purl.obolibrary.org/obo/BFO_0000180" : [ { + "@value" : "Role" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@language" : "en", + "@value" : "John’s role of husband to Mary is dependent on Mary’s role of wife to John, and both are dependent on the object aggregate comprising John and Mary as member parts joined together through the relational quality of being married." + }, { + "@language" : "en", + "@value" : "the priest role" + }, { + "@language" : "en", + "@value" : "the role of a boundary to demarcate two neighboring administrative territories" + }, { + "@language" : "en", + "@value" : "the role of a building in serving as a military target" + }, { + "@language" : "en", + "@value" : "the role of a stone in marking a property boundary" + }, { + "@language" : "en", + "@value" : "the role of subject in a clinical trial" + }, { + "@language" : "en", + "@value" : "the student role" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A realizable entity the manifestation of which brings about some result or end that is not essential to a continuant in virtue of the kind of thing that it is but that can be served or participated in by that kind of continuant in some kinds of natural, social or institutional contexts." + } ], + "http://purl.obolibrary.org/obo/IAO_0000116" : [ { + "@language" : "en", + "@value" : "BFO 2 Reference: One major family of examples of non-rigid universals involves roles, and ontologies developed for corresponding administrative purposes may consist entirely of representatives of entities of this sort. Thus ‘professor’, defined as follows,b instance_of professor at t =Def. there is some c, c instance_of professor role & c inheres_in b at t.denotes a non-rigid universal and so also do ‘nurse’, ‘student’, ‘colonel’, ‘taxpayer’, and so forth. (These terms are all, in the jargon of philosophy, phase sortals.) By using role terms in definitions, we can create a BFO conformant treatment of such entities drawing on the fact that, while an instance of professor may be simultaneously an instance of trade union member, no instance of the type professor role is also (at any time) an instance of the type trade union member role (any more than any instance of the type color is at any time an instance of the type length).If an ontology of employment positions should be defined in terms of roles following the above pattern, this enables the ontology to do justice to the fact that individuals instantiate the corresponding universals – professor, sergeant, nurse – only during certain phases in their lives." + } ], + "http://purl.obolibrary.org/obo/IAO_0000600" : [ { + "@language" : "en", + "@value" : "b is a role means: b is a realizable entity & b exists because there is some single bearer that is in some special physical, social, or institutional set of circumstances in which this bearer does not have to be& b is not such that, if it ceases to exist, then the physical make-up of the bearer is thereby changed. (axiom label in BFO2 Reference: [061-001])" + } ], + "http://purl.obolibrary.org/obo/IAO_0000602" : [ { + "@value" : "(forall (x) (if (Role x) (RealizableEntity x))) // axiom label in BFO2 CLIF: [061-001] " + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@id" : "http://purl.obolibrary.org/obo/bfo.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "role" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000034", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/BFO_0000179" : [ { + "@value" : "function" + } ], + "http://purl.obolibrary.org/obo/BFO_0000180" : [ { + "@value" : "Function" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@language" : "en", + "@value" : "the function of a hammer to drive in nails" + }, { + "@language" : "en", + "@value" : "the function of a heart pacemaker to regulate the beating of a heart through electricity" + }, { + "@language" : "en", + "@value" : "the function of amylase in saliva to break down starch into sugar" + } ], + "http://purl.obolibrary.org/obo/IAO_0000116" : [ { + "@language" : "en", + "@value" : "BFO 2 Reference: In the past, we have distinguished two varieties of function, artifactual function and biological function. These are not asserted subtypes of BFO:function however, since the same function – for example: to pump, to transport – can exist both in artifacts and in biological entities. The asserted subtypes of function that would be needed in order to yield a separate monoheirarchy are not artifactual function, biological function, etc., but rather transporting function, pumping function, etc." + } ], + "http://purl.obolibrary.org/obo/IAO_0000600" : [ { + "@language" : "en", + "@value" : "A function is a disposition that exists in virtue of the bearer’s physical make-up and this physical make-up is something the bearer possesses because it came into being, either through evolution (in the case of natural biological entities) or through intentional design (in the case of artifacts), in order to realize processes of a certain sort. (axiom label in BFO2 Reference: [064-001])" + } ], + "http://purl.obolibrary.org/obo/IAO_0000602" : [ { + "@value" : "(forall (x) (if (Function x) (Disposition x))) // axiom label in BFO2 CLIF: [064-001] " + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@id" : "http://purl.obolibrary.org/obo/bfo.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "function" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000016" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000050", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#TransitiveProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "is part of" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@language" : "en", + "@value" : "my brain is part of my body (continuant parthood, two material entities)" + }, { + "@language" : "en", + "@value" : "my stomach cavity is part of my stomach (continuant parthood, immaterial entity is part of material entity)" + }, { + "@language" : "en", + "@value" : "this day is part of this year (occurrent parthood)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "a core relation that holds between a part and its whole" + } ], + "http://purl.obolibrary.org/obo/IAO_0000116" : [ { + "@language" : "en", + "@value" : "Everything is part of itself. Any part of any part of a thing is itself part of that thing. Two distinct things cannot be part of each other." + }, { + "@language" : "en", + "@value" : "Occurrents are not subject to change and so parthood between occurrents holds for all the times that the part exists. Many continuants are subject to change, so parthood between continuants will only hold at certain times, but this is difficult to specify in OWL. See http://purl.obolibrary.org/obo/ro/docs/temporal-semantics/" + }, { + "@language" : "en", + "@value" : "Occurrents are not subject to change and so parthood between occurrents holds for all the times that the part exists. Many continuants are subject to change, so parthood between continuants will only hold at certain times, but this is difficult to specify in OWL. See https://code.google.com/p/obo-relations/wiki/ROAndTime" + }, { + "@language" : "en", + "@value" : "Parthood requires the part and the whole to have compatible classes: only an occurrent can be part of an occurrent; only a process can be part of a process; only a continuant can be part of a continuant; only an independent continuant can be part of an independent continuant; only an immaterial entity can be part of an immaterial entity; only a specifically dependent continuant can be part of a specifically dependent continuant; only a generically dependent continuant can be part of a generically dependent continuant. (This list is not exhaustive.)\n\nA continuant cannot be part of an occurrent: use 'participates in'. An occurrent cannot be part of a continuant: use 'has participant'. A material entity cannot be part of an immaterial entity: use 'has location'. A specifically dependent continuant cannot be part of an independent continuant: use 'inheres in'. An independent continuant cannot be part of a specifically dependent continuant: use 'bearer of'." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "en", + "@value" : "part_of" + } ], + "http://purl.obolibrary.org/obo/RO_0001900" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0001901" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension" + }, { + "@id" : "http://purl.obolibrary.org/obo/valid_for_go_gp2term" + }, { + "@id" : "http://purl.obolibrary.org/obo/valid_for_go_ontology" + }, { + "@id" : "http://purl.obolibrary.org/obo/valid_for_gocam" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "part of" + } ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso" : [ { + "@id" : "http://ontologydesignpatterns.org/wiki/Community:Parts_and_Collections" + }, { + "@id" : "http://ontologydesignpatterns.org/wiki/Submissions:PartOf" + }, { + "@value" : "http://www.obofoundry.org/ro/#OBO_REL:part_of" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002131" + } ], + "http://www.w3.org/2002/07/owl#inverseOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000051" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000051", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#TransitiveProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "has part" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@language" : "en", + "@value" : "my body has part my brain (continuant parthood, two material entities)" + }, { + "@language" : "en", + "@value" : "my stomach has part my stomach cavity (continuant parthood, material entity has part immaterial entity)" + }, { + "@language" : "en", + "@value" : "this year has part this day (occurrent parthood)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "a core relation that holds between a whole and its part" + } ], + "http://purl.obolibrary.org/obo/IAO_0000116" : [ { + "@language" : "en", + "@value" : "Everything has itself as a part. Any part of any part of a thing is itself part of that thing. Two distinct things cannot have each other as a part." + }, { + "@language" : "en", + "@value" : "Occurrents are not subject to change and so parthood between occurrents holds for all the times that the part exists. Many continuants are subject to change, so parthood between continuants will only hold at certain times, but this is difficult to specify in OWL. See http://purl.obolibrary.org/obo/ro/docs/temporal-semantics/" + }, { + "@language" : "en", + "@value" : "Occurrents are not subject to change and so parthood between occurrents holds for all the times that the part exists. Many continuants are subject to change, so parthood between continuants will only hold at certain times, but this is difficult to specify in OWL. See https://code.google.com/p/obo-relations/wiki/ROAndTime" + }, { + "@language" : "en", + "@value" : "Parthood requires the part and the whole to have compatible classes: only an occurrent have an occurrent as part; only a process can have a process as part; only a continuant can have a continuant as part; only an independent continuant can have an independent continuant as part; only a specifically dependent continuant can have a specifically dependent continuant as part; only a generically dependent continuant can have a generically dependent continuant as part. (This list is not exhaustive.)\n\nA continuant cannot have an occurrent as part: use 'participates in'. An occurrent cannot have a continuant as part: use 'has participant'. An immaterial entity cannot have a material entity as part: use 'location of'. An independent continuant cannot have a specifically dependent continuant as part: use 'bearer of'. A specifically dependent continuant cannot have an independent continuant as part: use 'inheres in'." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "en", + "@value" : "has_part" + } ], + "http://purl.obolibrary.org/obo/RO_0001900" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0001901" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension" + }, { + "@id" : "http://purl.obolibrary.org/obo/valid_for_go_ontology" + }, { + "@id" : "http://purl.obolibrary.org/obo/valid_for_gocam" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "has part" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002131" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000054", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "realized in" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@language" : "en", + "@value" : "this disease is realized in this disease course" + }, { + "@language" : "en", + "@value" : "this fragility is realized in this shattering" + }, { + "@language" : "en", + "@value" : "this investigator role is realized in this investigation" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "en", + "@value" : "is realized by" + }, { + "@language" : "en", + "@value" : "realized_in" + } ], + "http://purl.obolibrary.org/obo/IAO_0000600" : [ { + "@language" : "en", + "@value" : "[copied from inverse property 'realizes'] to say that b realizes c at t is to assert that there is some material entity d & b is a process which has participant d at t & c is a disposition or role of which d is bearer_of at t& the type instantiated by b is correlated with the type instantiated by c. (axiom label in BFO2 Reference: [059-003])" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@value" : "Paraphrase of elucidation: a relation between a realizable entity and a process, where there is some material entity that is bearer of the realizable entity and participates in the process, and the realizable entity comes to be realized in the course of the process" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@id" : "http://purl.obolibrary.org/obo/bfo.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "realized in" + } ], + "http://www.w3.org/2002/07/owl#inverseOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000055" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000055", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "realizes" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@language" : "en", + "@value" : "this disease course realizes this disease" + }, { + "@language" : "en", + "@value" : "this investigation realizes this investigator role" + }, { + "@language" : "en", + "@value" : "this shattering realizes this fragility" + } ], + "http://purl.obolibrary.org/obo/IAO_0000600" : [ { + "@language" : "en", + "@value" : "to say that b realizes c at t is to assert that there is some material entity d & b is a process which has participant d at t & c is a disposition or role of which d is bearer_of at t& the type instantiated by b is correlated with the type instantiated by c. (axiom label in BFO2 Reference: [059-003])" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@value" : "Paraphrase of elucidation: a relation between a process and a realizable entity, where there is some material entity that is bearer of the realizable entity and participates in the process, and the realizable entity comes to be realized in the course of the process" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@id" : "http://purl.obolibrary.org/obo/iao.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "realizes" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000062", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#TransitiveProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "preceded by" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "x is preceded by y if and only if the time point at which y ends is before or equivalent to the time point at which x starts. Formally: x preceded by y iff ω(y) <= α(x), where α is a function that maps a process to a start point, and ω is a function that maps a process to an end point." + } ], + "http://purl.obolibrary.org/obo/IAO_0000116" : [ { + "@language" : "en", + "@value" : "An example is: translation preceded_by transcription; aging preceded_by development (not however death preceded_by aging). Where derives_from links classes of continuants, preceded_by links classes of processes. Clearly, however, these two relations are not independent of each other. Thus if cells of type C1 derive_from cells of type C, then any cell division involving an instance of C1 in a given lineage is preceded_by cellular processes involving an instance of C. The assertion P preceded_by P1 tells us something about Ps in general: that is, it tells us something about what happened earlier, given what we know about what happened later. Thus it does not provide information pointing in the opposite direction, concerning instances of P1 in general; that is, that each is such as to be succeeded by some instance of P. Note that an assertion to the effect that P preceded_by P1 is rather weak; it tells us little about the relations between the underlying instances in virtue of which the preceded_by relation obtains. Typically we will be interested in stronger relations, for example in the relation immediately_preceded_by, or in relations which combine preceded_by with a condition to the effect that the corresponding instances of P and P1 share participants, or that their participants are connected by relations of derivation, or (as a first step along the road to a treatment of causality) that the one process in some way affects (for example, initiates or regulates) the other." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "en", + "@value" : "is preceded by" + }, { + "@language" : "en", + "@value" : "preceded_by" + } ], + "http://purl.org/dc/elements/1.1/source" : [ { + "@value" : "http://www.obofoundry.org/ro/#OBO_REL:preceded_by" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "preceded by" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002086" + } ], + "http://www.w3.org/2002/07/owl#inverseOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000063" + } ], + "http://www.w3.org/2002/07/owl#propertyChainAxiom" : [ { + "@list" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000050" + }, { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000062" + } ] + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000063", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#TransitiveProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "precedes" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "x precedes y if and only if the time point at which x ends is before or equivalent to the time point at which y starts. Formally: x precedes y iff ω(x) <= α(y), where α is a function that maps a process to a start point, and ω is a function that maps a process to an end point." + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "precedes" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002222" + } ], + "http://www.w3.org/2002/07/owl#propertyChainAxiom" : [ { + "@list" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000050" + }, { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000063" + } ] + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000179", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000180", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_133602", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "Any form of carbon black which has a particle size of less than 100 nm in each dimension." + } ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "PMCID:PMC3190904" + }, { + "@value" : "PMID:21525001" + }, { + "@value" : "PMID:22753103" + }, { + "@value" : "PMID:24078381" + }, { + "@value" : "PMID:24283474" + }, { + "@value" : "PMID:25056782" + }, { + "@value" : "PMID:25071917" + }, { + "@value" : "PMID:25184212" + }, { + "@value" : "PMID:25451823" + }, { + "@value" : "PMID:25833640" + }, { + "@value" : "PMID:25966413" + }, { + "@value" : "PMID:26066782" + }, { + "@value" : "PMID:26551751" + }, { + "@value" : "PMID:26914170" + }, { + "@value" : "PMID:27460290" + }, { + "@value" : "PMID:27534448" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasOBONamespace" : [ { + "@value" : "chebi_ontology" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" : [ { + "@value" : "carbon black nanoparticles" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "CHEBI:133602" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#3_STAR" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "carbon black nanoparticle" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_50803" + }, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_50812" + }, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_82297" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_17514", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pseudohalide anion that is the conjugate base of hydrogen cyanide." + } ], + "http://purl.obolibrary.org/obo/chebi/charge" : [ { + "@value" : "-1" + } ], + "http://purl.obolibrary.org/obo/chebi/formula" : [ { + "@value" : "CN" + } ], + "http://purl.obolibrary.org/obo/chebi/inchi" : [ { + "@value" : "InChI=1S/CN/c1-2/q-1" + } ], + "http://purl.obolibrary.org/obo/chebi/inchikey" : [ { + "@value" : "XFXPMWWXUTWYJX-UHFFFAOYSA-N" + } ], + "http://purl.obolibrary.org/obo/chebi/mass" : [ { + "@value" : "26.01740" + } ], + "http://purl.obolibrary.org/obo/chebi/monoisotopicmass" : [ { + "@value" : "26.00362" + } ], + "http://purl.obolibrary.org/obo/chebi/smiles" : [ { + "@value" : "[C-]#N" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasAlternativeId" : [ { + "@value" : "CHEBI:14038" + }, { + "@value" : "CHEBI:3969" + }, { + "@value" : "CHEBI:41780" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "Beilstein:1900509" + }, { + "@value" : "CAS:57-12-5" + }, { + "@value" : "Gmelin:89" + }, { + "@value" : "HMDB:HMDB0002084" + }, { + "@value" : "KEGG:C00177" + }, { + "@value" : "MetaCyc:CPD-13584" + }, { + "@value" : "PDBeChem:CYN" + }, { + "@value" : "PMID:11386635" + }, { + "@value" : "PMID:14871577" + }, { + "@value" : "PMID:17554165" + }, { + "@value" : "PMID:7839575" + }, { + "@value" : "Reaxys:1900509" + }, { + "@value" : "Wikipedia:Cyanide" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" : [ { + "@value" : "Cyanide" + }, { + "@value" : "cyanide" + }, { + "@value" : "nitridocarbonate(1-)" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasOBONamespace" : [ { + "@value" : "chebi_ontology" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" : [ { + "@value" : "CN(-)" + }, { + "@value" : "CN-" + }, { + "@value" : "CYANIDE ION" + }, { + "@value" : "Prussiate" + }, { + "@value" : "Zyanid" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "CHEBI:17514" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#3_STAR" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "cyanide" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_36828" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_22563", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A monoatomic or polyatomic species having one or more elementary charges of the electron." + } ], + "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" : [ { + "@value" : "Anion" + }, { + "@value" : "anion" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasOBONamespace" : [ { + "@value" : "chebi_ontology" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" : [ { + "@value" : "Anionen" + }, { + "@value" : "aniones" + }, { + "@value" : "anions" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "CHEBI:22563" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#3_STAR" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "anion" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_24870" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_23367", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "Any constitutionally or isotopically distinct atom, molecule, ion, ion pair, radical, radical ion, complex, conformer etc., identifiable as a separately distinguishable entity." + } ], + "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" : [ { + "@value" : "molecular entity" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasOBONamespace" : [ { + "@value" : "chebi_ontology" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" : [ { + "@value" : "entidad molecular" + }, { + "@value" : "entidades moleculares" + }, { + "@value" : "entite moleculaire" + }, { + "@value" : "molecular entities" + }, { + "@value" : "molekulare Entitaet" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "CHEBI:23367" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#3_STAR" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "molecular entity" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_24431" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_24431", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A chemical entity is a physical entity of interest in chemistry including molecular entities, parts thereof, and chemical substances." + } ], + "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" : [ { + "@value" : "chemical entity" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasOBONamespace" : [ { + "@value" : "chebi_ontology" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "CHEBI:24431" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#3_STAR" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "chemical entity" + }, { + "@language" : "de", + "@value" : "chemische Entität" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_24532", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A cyclic compound having as ring members atoms of carbon and at least of one other element." + } ], + "http://www.geneontology.org/formats/oboInOwl#hasOBONamespace" : [ { + "@value" : "chebi_ontology" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" : [ { + "@value" : "organic heterocycle" + }, { + "@value" : "organic heterocyclic compounds" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "CHEBI:24532" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#3_STAR" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "organic heterocyclic compound" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33285" + }, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33832" + }, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_5686" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_24870", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A molecular entity having a net electric charge." + } ], + "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" : [ { + "@value" : "Ion" + }, { + "@value" : "ion" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasOBONamespace" : [ { + "@value" : "chebi_ontology" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" : [ { + "@value" : "Ionen" + }, { + "@value" : "iones" + }, { + "@value" : "ions" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "CHEBI:24870" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#3_STAR" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "ion" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_23367" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_25367", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "Any polyatomic entity that is an electrically neutral entity consisting of more than one atom." + } ], + "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" : [ { + "@value" : "molecule" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasOBONamespace" : [ { + "@value" : "chebi_ontology" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" : [ { + "@value" : "Molekuel" + }, { + "@value" : "molecula" + }, { + "@value" : "molecules" + }, { + "@value" : "neutral molecular compounds" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "CHEBI:25367" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#3_STAR" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "molecule" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_36357" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_25696", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "Any organic ion with a net negative charge." + } ], + "http://www.geneontology.org/formats/oboInOwl#hasOBONamespace" : [ { + "@value" : "chebi_ontology" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" : [ { + "@value" : "organic anions" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "CHEBI:25696" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#3_STAR" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "organic anion" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_22563" + }, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_25699" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_25699", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.geneontology.org/formats/oboInOwl#hasOBONamespace" : [ { + "@value" : "chebi_ontology" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" : [ { + "@value" : "organic ions" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "CHEBI:25699" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#3_STAR" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "organic ion" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_24870" + }, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_50860" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_26835", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" : [ { + "@value" : "sulfur molecular entity" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasOBONamespace" : [ { + "@value" : "chebi_ontology" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" : [ { + "@value" : "sulfur molecular entities" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "CHEBI:26835" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#3_STAR" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "sulfur molecular entity" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33304" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_28798", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A polymer consisting of cis-linked prenyl units." + } ], + "http://purl.obolibrary.org/obo/chebi/charge" : [ { + "@value" : "0" + } ], + "http://purl.obolibrary.org/obo/chebi/formula" : [ { + "@value" : "(C5H8)n.H2" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasAlternativeId" : [ { + "@value" : "CHEBI:26584" + }, { + "@value" : "CHEBI:8905" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "KEGG:C02321" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" : [ { + "@language" : "en", + "@value" : "Rubber particle" + }, { + "@value" : "Rubber particle" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasOBONamespace" : [ { + "@value" : "chebi_ontology" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" : [ { + "@language" : "en", + "@value" : "Rubber" + }, { + "@language" : "en", + "@value" : "Rubber (all-cis)" + }, { + "@value" : "Rubber" + }, { + "@value" : "Rubber (all-cis)" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "CHEBI:28798" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#3_STAR" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "rubber particle [chebi]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000273" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33259", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A molecular entity all atoms of which have the same atomic number." + } ], + "http://www.geneontology.org/formats/oboInOwl#hasOBONamespace" : [ { + "@value" : "chebi_ontology" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" : [ { + "@value" : "homoatomic entity" + }, { + "@value" : "homoatomic molecular entities" + }, { + "@value" : "homoatomic molecular entity" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "CHEBI:33259" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#3_STAR" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "elemental molecular entity" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_23367" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33261", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "An organosulfur compound is a compound containing at least one carbon-sulfur bond." + } ], + "http://www.geneontology.org/formats/oboInOwl#hasAlternativeId" : [ { + "@value" : "CHEBI:23010" + }, { + "@value" : "CHEBI:25714" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "Wikipedia:Organosulfur_compounds" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" : [ { + "@value" : "organosulfur compound" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasOBONamespace" : [ { + "@value" : "chebi_ontology" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" : [ { + "@value" : "organosulfur compounds" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "CHEBI:33261" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#3_STAR" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "organosulfur compound" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_26835" + }, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_36962" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33273", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "An anion consisting of more than one atom." + } ], + "http://www.geneontology.org/formats/oboInOwl#hasOBONamespace" : [ { + "@value" : "chebi_ontology" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" : [ { + "@value" : "polyatomic anions" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "CHEBI:33273" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#3_STAR" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "polyatomic anion" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_22563" + }, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_36358" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33285", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A heteroorganic entity is an organic molecular entity in which carbon atoms or organic groups are bonded directly to one or more heteroatoms." + } ], + "http://www.geneontology.org/formats/oboInOwl#hasOBONamespace" : [ { + "@value" : "chebi_ontology" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" : [ { + "@value" : "heteroorganic entities" + }, { + "@value" : "organoelement compounds" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "CHEBI:33285" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#3_STAR" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "heteroorganic entity" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_50860" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33302", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A p-block molecular entity containing any pnictogen." + } ], + "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" : [ { + "@value" : "pnictogen molecular entity" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasOBONamespace" : [ { + "@value" : "chebi_ontology" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" : [ { + "@value" : "pnictogen molecular entities" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "CHEBI:33302" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#3_STAR" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pnictogen molecular entity" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33675" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33304", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "Any p-block molecular entity containing a chalcogen." + } ], + "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" : [ { + "@value" : "chalcogen molecular entity" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasOBONamespace" : [ { + "@value" : "chebi_ontology" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" : [ { + "@value" : "chalcogen compounds" + }, { + "@value" : "chalcogen molecular entities" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "CHEBI:33304" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#3_STAR" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "chalcogen molecular entity" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33675" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33415", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "CAS:7440-44-0" + }, { + "@value" : "CAS:82600-58-6" + }, { + "@value" : "Gmelin:8868" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasOBONamespace" : [ { + "@value" : "chebi_ontology" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" : [ { + "@value" : "carbon" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "CHEBI:33415" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#3_STAR" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "elemental carbon" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33259" + }, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_50860" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33471", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A bivalent group formed by removing two hydrogen atoms from a hydrocarbon, the free valencies of which are not engaged in a double bond." + } ], + "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" : [ { + "@value" : "hydrocarbylene group" + }, { + "@value" : "hydrocarbylene groups" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasOBONamespace" : [ { + "@value" : "chebi_ontology" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" : [ { + "@value" : "groupe hydrocarbylene" + }, { + "@value" : "grupo hidrocarbileno" + }, { + "@value" : "grupos hidrocarbileno" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "CHEBI:33471" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#3_STAR" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "hydrocarbylene group" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_51422" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33579", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A molecular entity containing one or more atoms from any of groups 1, 2, 13, 14, 15, 16, 17, and 18 of the periodic table." + } ], + "http://www.geneontology.org/formats/oboInOwl#hasOBONamespace" : [ { + "@value" : "chebi_ontology" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" : [ { + "@value" : "main group compounds" + }, { + "@value" : "main group molecular entities" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "CHEBI:33579" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#3_STAR" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "main group molecular entity" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_23367" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33582", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" : [ { + "@value" : "carbon group molecular entity" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasOBONamespace" : [ { + "@value" : "chebi_ontology" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" : [ { + "@value" : "carbon group molecular entities" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "CHEBI:33582" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#3_STAR" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "carbon group molecular entity" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33675" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33595", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "Any molecule that consists of a series of atoms joined together to form a ring." + } ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "Wikipedia:Cyclic_compound" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasOBONamespace" : [ { + "@value" : "chebi_ontology" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" : [ { + "@value" : "cyclic compounds" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "CHEBI:33595" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#3_STAR" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "cyclic compound" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_25367" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33655", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A cyclically conjugated molecular entity with a stability (due to delocalization) significantly greater than that of a hypothetical localized structure (e.g. Kekule structure) is said to possess aromatic character." + } ], + "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" : [ { + "@value" : "aromatic compounds" + }, { + "@value" : "aromatic molecular entity" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasOBONamespace" : [ { + "@value" : "chebi_ontology" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" : [ { + "@value" : "aromatics" + }, { + "@value" : "aromatische Verbindungen" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "CHEBI:33655" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#3_STAR" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "aromatic compound" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33595" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33659", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.geneontology.org/formats/oboInOwl#hasOBONamespace" : [ { + "@value" : "chebi_ontology" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" : [ { + "@value" : "organic aromatic compounds" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "CHEBI:33659" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#3_STAR" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "organic aromatic compound" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33655" + }, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33832" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33675", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A main group molecular entity that contains one or more atoms of a p-block element." + } ], + "http://www.geneontology.org/formats/oboInOwl#hasOBONamespace" : [ { + "@value" : "chebi_ontology" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" : [ { + "@value" : "p-block compounds" + }, { + "@value" : "p-block molecular entities" + }, { + "@value" : "p-block molecular entitiy" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "CHEBI:33675" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#3_STAR" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "p-block molecular entity" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33579" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33832", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "Any organic molecule that consists of atoms connected in the form of a ring." + } ], + "http://www.geneontology.org/formats/oboInOwl#hasOBONamespace" : [ { + "@value" : "chebi_ontology" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" : [ { + "@value" : "organic cyclic compounds" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "CHEBI:33832" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#3_STAR" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "organic cyclic compound" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33595" + }, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_72695" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33833", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A heterocyclic compound formally derived from an arene by replacement of one or more methine (-C=) and/or vinylene (-CH=CH-) groups by trivalent or divalent heteroatoms, respectively, in such a way as to maintain the continuous pi-electron system characteristic of aromatic systems and a number of out-of-plane pi-electrons corresponding to the Hueckel rule (4n+2)." + } ], + "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" : [ { + "@value" : "heteroarenes" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasOBONamespace" : [ { + "@value" : "chebi_ontology" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" : [ { + "@value" : "hetarenes" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "CHEBI:33833" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#3_STAR" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "heteroarene" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_24532" + }, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33659" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_35352", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "Any heteroorganic entity containing at least one carbon-nitrogen bond." + } ], + "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" : [ { + "@value" : "organonitrogen compounds" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasOBONamespace" : [ { + "@value" : "chebi_ontology" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" : [ { + "@value" : "organonitrogens" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "CHEBI:35352" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#3_STAR" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "organonitrogen compound" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33285" + }, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_51143" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_35489", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "Compounds of structure RSSR in which R and R' are organic groups." + } ], + "http://purl.obolibrary.org/obo/chebi/charge" : [ { + "@value" : "0" + } ], + "http://purl.obolibrary.org/obo/chebi/formula" : [ { + "@value" : "S2R2" + } ], + "http://purl.obolibrary.org/obo/chebi/mass" : [ { + "@value" : "64.13000" + } ], + "http://purl.obolibrary.org/obo/chebi/monoisotopicmass" : [ { + "@value" : "63.94414" + } ], + "http://purl.obolibrary.org/obo/chebi/smiles" : [ { + "@value" : "[*]SS[*]" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" : [ { + "@value" : "disulfides" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasOBONamespace" : [ { + "@value" : "chebi_ontology" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" : [ { + "@value" : "an organic disulfide" + }, { + "@value" : "organic disulfides" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "CHEBI:35489" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#3_STAR" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "organic disulfide" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33261" + }, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_48343" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_36357", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "Any molecular entity consisting of more than one atom." + } ], + "http://www.geneontology.org/formats/oboInOwl#hasOBONamespace" : [ { + "@value" : "chebi_ontology" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" : [ { + "@value" : "polyatomic entities" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "CHEBI:36357" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#3_STAR" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "polyatomic entity" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_23367" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_36358", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "An ion consisting of more than one atom." + } ], + "http://www.geneontology.org/formats/oboInOwl#hasOBONamespace" : [ { + "@value" : "chebi_ontology" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" : [ { + "@value" : "polyatomic ions" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "CHEBI:36358" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#3_STAR" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "polyatomic ion" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_24870" + }, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_36357" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_36828", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" : [ { + "@value" : "pseudohalide ions" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasOBONamespace" : [ { + "@value" : "chebi_ontology" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" : [ { + "@value" : "pseudohalide anions" + }, { + "@value" : "pseudohalides" + }, { + "@value" : "pseudohalogen anion" + }, { + "@value" : "pseudohalogen ion" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "CHEBI:36828" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#3_STAR" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pseudohalide anion" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_36829" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_36829", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.geneontology.org/formats/oboInOwl#hasOBONamespace" : [ { + "@value" : "chebi_ontology" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" : [ { + "@value" : "polyatomic monoanions" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "CHEBI:36829" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#3_STAR" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "polyatomic monoanion" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33273" + }, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_36830" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_36830", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/chebi/charge" : [ { + "@value" : "-1" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasOBONamespace" : [ { + "@value" : "chebi_ontology" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" : [ { + "@value" : "monoanions" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "CHEBI:36830" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#3_STAR" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "monoanion" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_22563" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_36962", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "An organochalcogen compound is a compound containing at least one carbon-chalcogen bond." + } ], + "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" : [ { + "@value" : "organochalcogen compound" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasOBONamespace" : [ { + "@value" : "chebi_ontology" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" : [ { + "@value" : "organochalcogen compounds" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "CHEBI:36962" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#3_STAR" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "organochalcogen compound" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33285" + }, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33304" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_38101", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "Any organonitrogen compound containing a cyclic component with nitrogen and at least one other element as ring member atoms." + } ], + "http://www.geneontology.org/formats/oboInOwl#hasOBONamespace" : [ { + "@value" : "chebi_ontology" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" : [ { + "@value" : "heterocyclic organonitrogen compounds" + }, { + "@value" : "organonitrogen heterocyclic compounds" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "CHEBI:38101" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#3_STAR" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "organonitrogen heterocyclic compound" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_24532" + }, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_35352" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_38106", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.geneontology.org/formats/oboInOwl#hasOBONamespace" : [ { + "@value" : "chebi_ontology" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" : [ { + "@value" : "heterocyclic organosulfur compounds" + }, { + "@value" : "organosulfur heterocyclic compounds" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "CHEBI:38106" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#3_STAR" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "organosulfur heterocyclic compound" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_24532" + }, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33261" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_38179", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.geneontology.org/formats/oboInOwl#hasOBONamespace" : [ { + "@value" : "chebi_ontology" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" : [ { + "@value" : "monocyclic heteroarenes" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "CHEBI:38179" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#3_STAR" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "monocyclic heteroarene" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33833" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_38418", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.geneontology.org/formats/oboInOwl#hasAlternativeId" : [ { + "@value" : "CHEBI:26949" + }, { + "@value" : "CHEBI:38417" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" : [ { + "@value" : "1,3-thiazoles" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasOBONamespace" : [ { + "@value" : "chebi_ontology" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "CHEBI:38418" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#3_STAR" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "1,3-thiazoles" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_48901" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_48343", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "Compounds of structure RSSR'." + } ], + "http://www.geneontology.org/formats/oboInOwl#hasOBONamespace" : [ { + "@value" : "chebi_ontology" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" : [ { + "@value" : "disulfides" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "CHEBI:48343" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#3_STAR" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "disulfide" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_26835" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_48901", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "An azole in which the five-membered heterocyclic aromatic skeleton contains a N atom and one S atom." + } ], + "http://www.geneontology.org/formats/oboInOwl#hasOBONamespace" : [ { + "@value" : "chebi_ontology" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" : [ { + "@value" : "thiazole" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "CHEBI:48901" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#3_STAR" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "thiazoles" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_38106" + }, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_68452" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_50795", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A nanometre sized object." + } ], + "http://www.geneontology.org/formats/oboInOwl#hasOBONamespace" : [ { + "@value" : "chebi_ontology" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" : [ { + "@value" : "nanoestructura" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "CHEBI:50795" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#3_STAR" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "nanostructure" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_36357" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_50803", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A nanosized spherical or capsule-shaped structure." + } ], + "http://www.geneontology.org/formats/oboInOwl#hasOBONamespace" : [ { + "@value" : "chebi_ontology" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" : [ { + "@value" : "NP" + }, { + "@value" : "Nanoteilchen" + }, { + "@value" : "nanoparticles" + }, { + "@value" : "nanoparticula" + }, { + "@value" : "nanoparticule" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "CHEBI:50803" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#3_STAR" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "nanoparticle" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_50795" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_50812", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.geneontology.org/formats/oboInOwl#hasOBONamespace" : [ { + "@value" : "chebi_ontology" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" : [ { + "@value" : "carbon nanostructures" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "CHEBI:50812" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#3_STAR" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "carbon nanostructure" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33415" + }, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_50795" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_50860", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "Any molecular entity that contains carbon." + } ], + "http://www.geneontology.org/formats/oboInOwl#hasAlternativeId" : [ { + "@value" : "CHEBI:25700" + }, { + "@value" : "CHEBI:33244" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasOBONamespace" : [ { + "@value" : "chebi_ontology" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" : [ { + "@value" : "organic compounds" + }, { + "@value" : "organic entity" + }, { + "@value" : "organic molecular entities" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "CHEBI:50860" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#3_STAR" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "organic molecular entity" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33582" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_51143", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.geneontology.org/formats/oboInOwl#hasAlternativeId" : [ { + "@value" : "CHEBI:25556" + }, { + "@value" : "CHEBI:7594" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "KEGG:C06061" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasOBONamespace" : [ { + "@value" : "chebi_ontology" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" : [ { + "@value" : "Nitrogenous compounds" + }, { + "@value" : "nitrogen compounds" + }, { + "@value" : "nitrogen molecular entities" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "CHEBI:51143" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#3_STAR" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "nitrogen molecular entity" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33302" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_51422", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "Any organic substituent group, regardless of functional type, having two free valences at carbon atom(s)." + } ], + "http://www.geneontology.org/formats/oboInOwl#hasOBONamespace" : [ { + "@value" : "chebi_ontology" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" : [ { + "@value" : "organodiyl groups" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "CHEBI:51422" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#3_STAR" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "organodiyl group" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_51446" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_51446", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.geneontology.org/formats/oboInOwl#hasOBONamespace" : [ { + "@value" : "chebi_ontology" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "CHEBI:51446" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#1_STAR" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "organic divalent group" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000604" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_5686", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A cyclic compound having as ring members atoms of at least two different elements." + } ], + "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" : [ { + "@value" : "Heterocyclic compound" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasOBONamespace" : [ { + "@value" : "chebi_ontology" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" : [ { + "@value" : "compuesto heterociclico" + }, { + "@value" : "compuestos heterociclicos" + }, { + "@value" : "heterocycle" + }, { + "@value" : "heterocyclic compounds" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "CHEBI:5686" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#3_STAR" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "heterocyclic compound" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33595" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_59999", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A chemical substance is a portion of matter of constant composition, composed of molecular entities of the same type or of different types." + } ], + "http://www.geneontology.org/formats/oboInOwl#hasOBONamespace" : [ { + "@value" : "chebi_ontology" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" : [ { + "@language" : "de", + "@value" : "Chemische Substanz" + }, { + "@value" : "Chemische Substanz" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "CHEBI:59999" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#3_STAR" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "chemical substance" + }, { + "@language" : "de", + "@value" : "chemische Substanz" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_24431" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_60004", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A mixture is a chemical substance composed of multiple molecules, at least two of which are of a different kind." + } ], + "http://www.geneontology.org/formats/oboInOwl#hasOBONamespace" : [ { + "@value" : "chebi_ontology" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" : [ { + "@language" : "de", + "@value" : "Mischung" + }, { + "@value" : "Mischung" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "CHEBI:60004" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#3_STAR" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Mischung" + }, { + "@language" : "en", + "@value" : "mixture" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_59999" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_68452", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "Any monocyclic heteroarene consisting of a five-membered ring containing nitrogen. Azoles can also contain one or more other non-carbon atoms, such as nitrogen, sulfur or oxygen." + } ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "Wikipedia:Azole" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasOBONamespace" : [ { + "@value" : "chebi_ontology" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" : [ { + "@value" : "azoles" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "CHEBI:68452" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#3_STAR" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "azole" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_38101" + }, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_38179" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_72695", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "Any molecule that consists of at least one carbon atom as part of the electrically neutral entity." + } ], + "http://www.geneontology.org/formats/oboInOwl#hasOBONamespace" : [ { + "@value" : "chebi_ontology" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" : [ { + "@value" : "organic compound" + }, { + "@value" : "organic compounds" + }, { + "@value" : "organic molecules" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "CHEBI:72695" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#3_STAR" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "organic molecule" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_25367" + }, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_50860" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_82297", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "An elemental carbon in the form of virtually pure colloidal particles that are produced by incomplete combustion or thermal decomposition of gaseous or liquid hydrocarbons under controlled conditions. A black, finely divided pellet or powder, its properties of specific surface area, particle size and structure, conductivity and colour can be varied by varying the exact conditions for its production. It is used in tyres, rubber and plastic products, printing inks and coatings." + } ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "CAS:1333-86-4" + }, { + "@value" : "KEGG:C19202" + }, { + "@value" : "PMID:24291665" + }, { + "@value" : "PMID:24669321" + }, { + "@value" : "PMID:25071917" + }, { + "@value" : "PMID:26803751" + }, { + "@value" : "Wikipedia:Carbon_black" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasOBONamespace" : [ { + "@value" : "chebi_ontology" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "CHEBI:82297" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#3_STAR" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "carbon black" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33415" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_82298", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/chebi/charge" : [ { + "@value" : "0" + } ], + "http://purl.obolibrary.org/obo/chebi/formula" : [ { + "@value" : "C12H16O15S2" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "CAS:53973-98-1" + }, { + "@value" : "KEGG:C19203" + }, { + "@value" : "KEGG:D05539" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasOBONamespace" : [ { + "@value" : "chebi_ontology" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" : [ { + "@language" : "en", + "@value" : "Carrageenan, degraded" + }, { + "@value" : "Carrageenan, degraded" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "CHEBI:82298" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#2_STAR" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Poligeenan" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000273" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_84291", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "An organic anion in which the charge resides on a sulfur atom." + } ], + "http://www.geneontology.org/formats/oboInOwl#hasOBONamespace" : [ { + "@value" : "chebi_ontology" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" : [ { + "@value" : "organic sulfur anions" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "CHEBI:84291" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#3_STAR" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "organic sulfur anion" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_25696" + }, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_26835" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_84292", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "Any organic sulfur anion resulting from the removal of a proton from any N-substituted dithiocarbamic acid." + } ], + "http://purl.obolibrary.org/obo/chebi/charge" : [ { + "@value" : "-1" + } ], + "http://purl.obolibrary.org/obo/chebi/formula" : [ { + "@value" : "CNS2R2" + } ], + "http://purl.obolibrary.org/obo/chebi/mass" : [ { + "@value" : "90.14800" + } ], + "http://purl.obolibrary.org/obo/chebi/monoisotopicmass" : [ { + "@value" : "89.94722" + } ], + "http://purl.obolibrary.org/obo/chebi/smiles" : [ { + "@value" : "[S-]C(=S)N([*])[*]" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasOBONamespace" : [ { + "@value" : "chebi_ontology" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "CHEBI:84292" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi#3_STAR" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "dithiocarbamate anions" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_84291" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/GO_0003674", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A molecular process that can be carried out by the action of a single macromolecular machine, usually via direct physical interactions with other molecular entities. Function in this sense denotes an action, or activity, that a gene product (or a complex) performs. These actions are described from two distinct but related perspectives: (1) biochemical activity, and (2) role as a component in a larger system/process." + } ], + "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" : [ { + "@value" : "molecular function" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "GO:0003674" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@value" : "Note that, in addition to forming the root of the molecular function ontology, this term is recommended for use for the annotation of gene products whose molecular function is unknown. When this term is used for annotation, it indicates that no information was available about the molecular function of the gene product annotated as of the date the annotation was made; the evidence code 'no data' (ND), is used to indicate this. Despite its name, this is not a type of 'function' in the sense typically defined by upper ontologies such as Basic Formal Ontology (BFO). It is instead a BFO:process carried out by a single gene product or complex." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "molecular_function" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/GO_0008150", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A biological process represents a specific objective that the organism is genetically programmed to achieve. Biological processes are often described by their outcome or ending state, e.g., the biological process of cell division results in the creation of two daughter cells (a divided cell) from a single parent cell. A biological process is accomplished by a particular set of molecular functions carried out by specific gene products (or macromolecular complexes), often in a highly regulated manner and in a particular temporal sequence." + }, { + "@value" : "A biological process represents a specific objective that the organism is genetically programmed to achieve. Biological processes are often described by their outcome or ending state, e.g., the biological process of cell division results in the creation of two daughter cells (a divided cell) from a single parent cell. A biological process is accomplished by a particular set of molecular functions carried out by specific gene products (or macromolecular complexes), often in a highly regulated manner and in a particular temporal sequence." + } ], + "http://www.geneontology.org/formats/oboInOwl#created_by" : [ { + "@value" : "jl" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@value" : "2012-09-19T15:05:24Z" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "Wikipedia:Biological_process" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" : [ { + "@language" : "en", + "@value" : "biological process" + }, { + "@language" : "en", + "@value" : "physiological process" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" : [ { + "@language" : "en", + "@value" : "single organism process" + }, { + "@language" : "en", + "@value" : "single-organism process" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "GO:0008150" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "Note that, in addition to forming the root of the biological process ontology, this term is recommended for use for the annotation of gene products whose biological process is unknown. When this term is used for annotation, it indicates that no information was available about the biological process of the gene product annotated as of the date the annotation was made; the evidence code 'no data' (ND), is used to indicate this." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "biological process" + }, { + "@language" : "de", + "@value" : "biologischer Prozess" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/GO_0016301", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "Catalysis of the transfer of a phosphate group, usually from ATP, to a substrate molecule." + } ], + "http://www.geneontology.org/formats/oboInOwl#hasDbXref" : [ { + "@value" : "Reactome:R-HSA-6788855" + }, { + "@value" : "Reactome:R-HSA-6788867" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" : [ { + "@value" : "phosphokinase activity" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "GO:0016301" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@value" : "Note that this term encompasses all activities that transfer a single phosphate group; although ATP is by far the most common phosphate donor, reactions using other phosphate donors are included in this term." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "kinase activity" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/GO_0003674" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000002", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "example to be eventually removed" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000078" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "example to be eventually removed" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000003", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "measurement unit label" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@language" : "en", + "@value" : "Examples of measurement unit labels are liters, inches, weight per volume." + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000125" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A measurement unit label is as a label that is part of a scalar measurement datum and denotes a unit of measure." + } ], + "http://purl.obolibrary.org/obo/IAO_0000116" : [ { + "@language" : "en", + "@value" : "2009-03-16: provenance: a term measurement unit was\nproposed for OBI (OBI_0000176) , edited by Chris Stoeckert and\nCristian Cocos, and subsequently moved to IAO where the objective for\nwhich the original term was defined was satisfied with the definition\nof this, different, term." + }, { + "@language" : "en", + "@value" : "2009-03-16: review of this term done during during the OBI workshop winter 2009 and the current definition was considered acceptable for use in OBI. If there is a need to modify this definition please notify OBI." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "PERSON: Alan Ruttenberg" + }, { + "@language" : "en", + "@value" : "PERSON: Melanie Courtot" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "measurement unit label" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000009" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000009", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "datum label" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A label is a symbol that is part of some other datum and is used to either partially define the denotation of that datum or to provide a means for identifying the datum as a member of the set of data with the same label" + } ], + "http://purl.obolibrary.org/obo/IAO_0000116" : [ { + "@language" : "en", + "@value" : "http://www.golovchenko.org/cgi-bin/wnsearch?q=label#4n" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "GROUP: IAO" + } ], + "http://purl.obolibrary.org/obo/IAO_0000232" : [ { + "@value" : "9/22/11 BP: changed the rdfs:label for this class from 'label' to 'datum label' to convey that this class is not intended to cover all kinds of labels (stickers, radiolabels, etc.), and not even all kind of textual labels, but rather the kind of labels occuring in a datum. \n" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "datum label" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000010", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "software" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Software is a plan specification composed of a series of instructions that can be \ninterpreted by or directly executed by a processing unit." + } ], + "http://purl.obolibrary.org/obo/IAO_0000116" : [ { + "@language" : "en", + "@value" : "see sourceforge tracker discussion at http://sourceforge.net/tracker/index.php?func=detail&aid=1958818&group_id=177891&atid=886178" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "PERSON: Alan Ruttenberg" + }, { + "@language" : "en", + "@value" : "PERSON: Bjoern Peters" + }, { + "@language" : "en", + "@value" : "PERSON: Chris Stoeckert" + }, { + "@language" : "en", + "@value" : "PERSON: Melanie Courtot" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@language" : "en", + "@value" : "GROUP: OBI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "software" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000015", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "information carrier" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@language" : "en", + "@value" : "In the case of a printed paperback novel the physicality of the ink and of the paper form part of the information bearer. The qualities of appearing black and having a certain pattern for the ink and appearing white for the paper form part of the information carrier in this case." + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000125" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A quality of an information bearer that imparts the information content" + } ], + "http://purl.obolibrary.org/obo/IAO_0000116" : [ { + "@language" : "en", + "@value" : "12/15/09: There is a concern that some ways that carry information may be processes rather than qualities, such as in a 'delayed wave carrier'." + }, { + "@value" : "2014-03-10: We are not certain that all information carriers are qualities. There was a discussion of dropping it." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "PERSON: Alan Ruttenberg" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@language" : "en", + "@value" : "Smith, Ceusters, Ruttenberg, 2000 years of philosophy" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "information carrier" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000027", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "data item" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@language" : "en", + "@value" : "Data items include counts of things, analyte concentrations, and statistical summaries." + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000125" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "An information content entity that is intended to be a truthful statement about something (modulo, e.g., measurement precision or other systematic errors) and is constructed/acquired by a method which reliably tends to produce (approximately) truthful statements." + } ], + "http://purl.obolibrary.org/obo/IAO_0000116" : [ { + "@language" : "en", + "@value" : "2/2/2009 Alan and Bjoern discussing FACS run output data. This is a data item because it is about the cell population. Each element records an event and is typically further composed a set of measurment data items that record the fluorescent intensity stimulated by one of the lasers." + }, { + "@language" : "en", + "@value" : "2009-03-16: data item deliberatly ambiguous: we merged data set and datum to be one entity, not knowing how to define singular versus plural. So data item is more general than datum." + }, { + "@language" : "en", + "@value" : "2009-03-16: removed datum as alternative term as datum specifically refers to singular form, and is thus not an exact synonym." + }, { + "@language" : "en", + "@value" : "JAR: datum -- well, this will be very tricky to define, but maybe some \ninformation-like stuff that might be put into a computer and that is \nmeant, by someone, to denote and/or to be interpreted by some \nprocess... I would include lists, tables, sentences... I think I might \ndefer to Barry, or to Brian Cantwell Smith\n\nJAR: A data item is an approximately justified approximately true approximate belief" + }, { + "@value" : "2014-03-31: See discussion at http://odontomachus.wordpress.com/2014/03/30/aboutness-objects-propositions/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "PERSON: Alan Ruttenberg" + }, { + "@language" : "en", + "@value" : "PERSON: Chris Stoeckert" + }, { + "@language" : "en", + "@value" : "PERSON: Jonathan Rees" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "en", + "@value" : "data" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "data item" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000037", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "dot plot" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@language" : "en", + "@value" : "Dot plot of SSC-H and FSC-H." + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000002" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A dot plot is a report graph which is a graphical representation of data where each data point is represented by a single dot placed on coordinates corresponding to data point values in particular dimensions." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "person:Allyson Lister" + }, { + "@language" : "en", + "@value" : "person:Chris Stoeckert" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@language" : "en", + "@value" : "OBI_0000123" + }, { + "@language" : "en", + "@value" : "group:OBI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "dot plot" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000038" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000038", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "graph" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000125" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A diagram that presents one or more tuples of information by mapping those tuples in to a two dimensional space in a non arbitrary way." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "PERSON: Lawrence Hunter" + }, { + "@language" : "en", + "@value" : "person:Alan Ruttenberg" + }, { + "@language" : "en", + "@value" : "person:Allyson Lister" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@language" : "en", + "@value" : "OBI_0000240" + }, { + "@language" : "en", + "@value" : "group:OBI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "graph" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000309" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000064", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "algorithm" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@language" : "en", + "@value" : "PMID: 18378114.Genomics. 2008 Mar 28. LINKGEN: A new algorithm to process data in genetic linkage studies." + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A plan specification which describes the inputs and output of mathematical functions as well as workflow of execution for achieving an predefined objective. Algorithms are realized usually by means of implementation as computer programs for execution by automata." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "Philippe Rocca-Serra" + }, { + "@language" : "en", + "@value" : "PlanAndPlannedProcess Branch" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@language" : "en", + "@value" : "OBI_0000270" + }, { + "@language" : "en", + "@value" : "adapted from discussion on OBI list (Matthew Pocock, Christian Cocos, Alan Ruttenberg)" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "algorithm" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000078", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "curation status specification" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000125" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "The curation status of the term. The allowed values come from an enumerated list of predefined terms. See the specification of these instances for more detailed definitions of each enumerated value." + } ], + "http://purl.obolibrary.org/obo/IAO_0000116" : [ { + "@language" : "en", + "@value" : "Better to represent curation as a process with parts and then relate labels to that process (in IAO meeting)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "PERSON:Bill Bug" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@language" : "en", + "@value" : "GROUP:OBI:" + }, { + "@language" : "en", + "@value" : "OBI_0000266" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "curation status specification" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000102" + } ], + "http://www.w3.org/2002/07/owl#equivalentClass" : [ { + "@id" : "_:genid292" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000100", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "data set" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@language" : "en", + "@value" : "Intensity values in a CEL file or from multiple CEL files comprise a data set (as opposed to the CEL files themselves)." + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000125" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A data item that is an aggregate of other data items of the same type that have something in common. Averages and distributions can be determined for data sets." + } ], + "http://purl.obolibrary.org/obo/IAO_0000116" : [ { + "@language" : "en", + "@value" : "2009/10/23 Alan Ruttenberg. The intention is that this term represent collections of like data. So this isn't for, e.g. the whole contents of a cel file, which includes parameters, metadata etc. This is more like java arrays of a certain rather specific type" + }, { + "@value" : "2014-05-05: Data sets are aggregates and thus must include two or more data items. We have chosen not to add logical axioms to make this restriction." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "person:Allyson Lister" + }, { + "@language" : "en", + "@value" : "person:Chris Stoeckert" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@language" : "en", + "@value" : "OBI_0000042" + }, { + "@language" : "en", + "@value" : "group:OBI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "data set" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000027" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000101", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "image" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000122" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "An image is an affine projection to a two dimensional surface, of measurements of some quality of an entity or entities repeated at regular intervals across a spatial range, where the measurements are represented as color and luminosity on the projected on surface." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "person:Alan Ruttenberg" + }, { + "@language" : "en", + "@value" : "person:Allyson" + }, { + "@language" : "en", + "@value" : "person:Chris Stoeckert" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@language" : "en", + "@value" : "OBI_0000030" + }, { + "@language" : "en", + "@value" : "group:OBI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "image" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000308" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000102", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "data about an ontology part" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Data about an ontology part is a data item about a part of an ontology, for example a term" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "Person:Alan Ruttenberg" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "data about an ontology part" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000027" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000103", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "failed exploratory term" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "The term was used in an attempt to structure part of the ontology but in retrospect failed to do a good job" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "Person:Alan Ruttenberg" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000225" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "failed exploratory term" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000109", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "measurement datum" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@language" : "en", + "@value" : "Examples of measurement data are the recoding of the weight of a mouse as {40,mass,\"grams\"}, the recording of an observation of the behavior of the mouse {,process,\"agitated\"}, the recording of the expression level of a gene as measured through the process of microarray experiment {3.4,luminosity,}." + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000125" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A measurement datum is an information content entity that is a recording of the output of a measurement such as produced by a device." + } ], + "http://purl.obolibrary.org/obo/IAO_0000116" : [ { + "@language" : "en", + "@value" : "2/2/2009 is_specified_output of some assay?" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "person:Chris Stoeckert" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@language" : "en", + "@value" : "OBI_0000305" + }, { + "@language" : "en", + "@value" : "group:OBI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "measurement datum" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000027" + }, { + "@id" : "_:genid302" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000111", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000112", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "example of usage" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000122" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A phrase describing how a term should be used and/or a citation to a work which uses it. May also include other kinds of examples that facilitate immediate understanding, such as widely know prototypes or instances of a class, or cases where a relation is said to hold." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "PERSON:Daniel Schober" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@language" : "en", + "@value" : "GROUP:OBI:" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@id" : "http://purl.obolibrary.org/obo/iao.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "example of usage" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000114", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "has curation status" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "PERSON:Alan Ruttenberg" + }, { + "@language" : "en", + "@value" : "PERSON:Bill Bug" + }, { + "@language" : "en", + "@value" : "PERSON:Melanie Courtot" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "has curation status" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000115", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "definition" + }, { + "@value" : "definition" + }, { + "@value" : "textual definition" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000122" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "The official OBI definition, explaining the meaning of a class or property. Shall be Aristotelian, formalized and normalized. Can be augmented with colloquial definitions." + }, { + "@language" : "en", + "@value" : "The official definition, explaining the meaning of a class or property. Shall be Aristotelian, formalized and normalized. Can be augmented with colloquial definitions." + } ], + "http://purl.obolibrary.org/obo/IAO_0000116" : [ { + "@language" : "en", + "@value" : "2012-04-05: \nBarry Smith\n\nThe official OBI definition, explaining the meaning of a class or property: 'Shall be Aristotelian, formalized and normalized. Can be augmented with colloquial definitions' is terrible.\n\nCan you fix to something like:\n\nA statement of necessary and sufficient conditions explaining the meaning of an expression referring to a class or property.\n\nAlan Ruttenberg\n\nYour proposed definition is a reasonable candidate, except that it is very common that necessary and sufficient conditions are not given. Mostly they are necessary, occasionally they are necessary and sufficient or just sufficient. Often they use terms that are not themselves defined and so they effectively can't be evaluated by those criteria. \n\nOn the specifics of the proposed definition:\n\nWe don't have definitions of 'meaning' or 'expression' or 'property'. For 'reference' in the intended sense I think we use the term 'denotation'. For 'expression', I think we you mean symbol, or identifier. For 'meaning' it differs for class and property. For class we want documentation that let's the intended reader determine whether an entity is instance of the class, or not. For property we want documentation that let's the intended reader determine, given a pair of potential relata, whether the assertion that the relation holds is true. The 'intended reader' part suggests that we also specify who, we expect, would be able to understand the definition, and also generalizes over human and computer reader to include textual and logical definition. \n\nPersonally, I am more comfortable weakening definition to documentation, with instructions as to what is desirable. \n\nWe also have the outstanding issue of how to aim different definitions to different audiences. A clinical audience reading chebi wants a different sort of definition documentation/definition from a chemistry trained audience, and similarly there is a need for a definition that is adequate for an ontologist to work with. " + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "PERSON:Daniel Schober" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@language" : "en", + "@value" : "GROUP:OBI:" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@id" : "http://purl.obolibrary.org/obo/iao.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "definition" + }, { + "@value" : "definition" + }, { + "@value" : "textual definition" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000116", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000117", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000118", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "alternative term" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000125" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "An alternative name for a class or property which means the same thing as the preferred name (semantically equivalent)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "PERSON:Daniel Schober" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@language" : "en", + "@value" : "GROUP:OBI:" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@id" : "http://purl.obolibrary.org/obo/iao.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "alternative term" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000119", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "definition source" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000122" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Formal citation, e.g. identifier in external database to indicate / attribute source(s) for the definition. Free text indicate / attribute source(s) for the definition. EXAMPLE: Author Name, URI, MeSH Term C04, PUBMED ID, Wiki uri on 31.01.2007" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "PERSON:Daniel Schober" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@language" : "en", + "@value" : "Discussion on obo-discuss mailing-list, see http://bit.ly/hgm99w" + }, { + "@language" : "en", + "@value" : "GROUP:OBI:" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@id" : "http://purl.obolibrary.org/obo/iao.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "definition source" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "metadata complete" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Class has all its metadata, but is either not guaranteed to be in its final location in the asserted IS_A hierarchy or refers to another class that is not complete." + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000078" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "metadata complete" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000121", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "organizational term" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Term created to ease viewing/sort terms for development purpose, and will not be included in a release" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "PERSON:Alan Ruttenberg" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000078" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "organizational term" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000122", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "ready for release" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Class has undergone final review, is ready for use, and will be included in the next release. Any class lacking \"ready_for_release\" should be considered likely to change place in hierarchy, have its definition refined, or be obsoleted in the next release. Those classes deemed \"ready_for_release\" will also derived from a chain of ancestor classes that are also \"ready_for_release.\"" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000078" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "ready for release" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "metadata incomplete" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Class is being worked on; however, the metadata (including definition) are not complete or sufficiently clear to the branch editors." + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000078" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "metadata incomplete" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000124", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Nothing done yet beyond assigning a unique class ID and proposing a preferred term." + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000078" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "uncurated" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000125", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "pending final vetting" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "All definitions, placement in the asserted IS_A hierarchy and required minimal metadata are complete. The class is awaiting a final review by someone other than the term editor." + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000078" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "pending final vetting" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000136", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@language" : "en", + "@value" : "This document is about information artifacts and their representations" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000125" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A (currently) primitive relation that relates an information artifact to an entity." + } ], + "http://purl.obolibrary.org/obo/IAO_0000116" : [ { + "@language" : "en", + "@value" : "7/6/2009 Alan Ruttenberg. Following discussion with Jonathan Rees, and introduction of \"mentions\" relation. Weaken the is_about relationship to be primitive. \n\nWe will try to build it back up by elaborating the various subproperties that are more precisely defined.\n\nSome currently missing phenomena that should be considered \"about\" are predications - \"The only person who knows the answer is sitting beside me\" , Allegory, Satire, and other literary forms that can be topical without explicitly mentioning the topic." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "person:Alan Ruttenberg" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@language" : "en", + "@value" : "Smith, Ceusters, Ruttenberg, 2000 years of philosophy" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "is about" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000178", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "material information bearer" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@language" : "en", + "@value" : "A page of a paperback novel with writing on it. The paper itself is a material information bearer, the pattern of ink is the information carrier." + }, { + "@language" : "en", + "@value" : "a brain" + }, { + "@language" : "en", + "@value" : "a hard drive" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000122" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A material entity in which a concretization of an information content entity inheres." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "GROUP: IAO" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "material information bearer" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000179", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "histogram" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000122" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A histogram is a report graph which is a statistical description of a\ndistribution in terms of occurrence frequencies of different event classes." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "PERSON:Chris Stoeckert" + }, { + "@language" : "en", + "@value" : "PERSON:James Malone" + }, { + "@language" : "en", + "@value" : "PERSON:Melanie Courtot" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@language" : "en", + "@value" : "GROUP:OBI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "histogram" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000038" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000180", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "heatmap" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000122" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A heatmap is a report graph which is a graphical representation of data\nwhere the values taken by a variable(s) are shown as colors in a\ntwo-dimensional map." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "PERSON:Chris Stoeckert" + }, { + "@language" : "en", + "@value" : "PERSON:James Malone" + }, { + "@language" : "en", + "@value" : "PERSON:Melanie Courtot" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@language" : "en", + "@value" : "GROUP:OBI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "heatmap" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000038" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000183", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "dendrogram" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@language" : "en", + "@value" : "Dendrograms are often used in computational biology to\nillustrate the clustering of genes." + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000122" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A dendrogram is a report graph which is a tree diagram\nfrequently used to illustrate the arrangement of the clusters produced by a\nclustering algorithm." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "PERSON:Chris Stoeckert" + }, { + "@language" : "en", + "@value" : "PERSON:James Malone" + }, { + "@language" : "en", + "@value" : "PERSON:Melanie Courtot" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@language" : "en", + "@value" : "WEB: http://en.wikipedia.org/wiki/Dendrogram" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "dendrogram" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000038" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000184", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "scatter plot" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@language" : "en", + "@value" : "Comparison of gene expression values in two samples can be displayed in a scatter plot" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000122" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A scatterplot is a graph which uses Cartesian coordinates to display values for two variables for a set of data. The data is displayed as a collection of points, each having the value of one variable determining the position on the horizontal axis and the value of the other variable determining the position on the vertical axis." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "PERSON:Chris Stoeckert" + }, { + "@language" : "en", + "@value" : "PERSON:James Malone" + }, { + "@language" : "en", + "@value" : "PERSON:Melanie Courtot" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "en", + "@value" : "scattergraph" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@language" : "en", + "@value" : "WEB: http://en.wikipedia.org/wiki/Scatterplot" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "scatter plot" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000038" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000225", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "obsolescence reason specification" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000125" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "The reason for which a term has been deprecated. The allowed values come from an enumerated list of predefined terms. See the specification of these instances for more detailed definitions of each enumerated value." + } ], + "http://purl.obolibrary.org/obo/IAO_0000116" : [ { + "@language" : "en", + "@value" : "The creation of this class has been inspired in part by Werner Ceusters' paper, Applying evolutionary terminology auditing to the Gene Ontology." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "PERSON: Alan Ruttenberg" + }, { + "@language" : "en", + "@value" : "PERSON: Melanie Courtot" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "obsolescence reason specification" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000102" + } ], + "http://www.w3.org/2002/07/owl#equivalentClass" : [ { + "@id" : "_:genid303" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000226", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "placeholder removed" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000225" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "placeholder removed" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000227", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "terms merged" + } ], + "http://purl.obolibrary.org/obo/IAO_0000116" : [ { + "@language" : "en", + "@value" : "An editor note should explain what were the merged terms and the reason for the merge." + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000225" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "terms merged" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000228", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "term imported" + } ], + "http://purl.obolibrary.org/obo/IAO_0000116" : [ { + "@language" : "en", + "@value" : "This is to be used when the original term has been replaced by a term imported from an other ontology. An editor note should indicate what is the URI of the new term to use." + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000225" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "term imported" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000229", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "term split" + } ], + "http://purl.obolibrary.org/obo/IAO_0000116" : [ { + "@language" : "en", + "@value" : "This is to be used when a term has been split in two or more new terms. An editor note should indicate the reason for the split and indicate the URIs of the new terms created." + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000225" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "term split" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000232", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000233", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000234", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000308", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "figure" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@language" : "en", + "@value" : "Any picture, diagram or table" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "An information content entity consisting of a two dimensional arrangement of information content entities such that the arrangement itself is about something." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "PERSON: Lawrence Hunter" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "figure" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000309", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "diagram" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@language" : "en", + "@value" : "A molecular structure ribbon cartoon showing helices, turns and sheets and their relations to each other in space." + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A figure that expresses one or more propositions" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "PERSON: Lawrence Hunter" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "diagram" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000308" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000310", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "document" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@language" : "en", + "@value" : "A journal article, patent application, laboratory notebook, or a book" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A collection of information content entities intended to be understood together as a whole" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "PERSON: Lawrence Hunter" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "document" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000409", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "denotator type" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@language" : "en", + "@value" : "The Basic Formal Ontology ontology makes a distinction between Universals and defined classes, where the formal are \"natural kinds\" and the latter arbitrary collections of entities." + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A denotator type indicates how a term should be interpreted from an ontological perspective." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "Alan Ruttenberg" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@language" : "en", + "@value" : "Barry Smith, Werner Ceusters" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "denotator type" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000102" + } ], + "http://www.w3.org/2002/07/owl#equivalentClass" : [ { + "@id" : "_:genid309" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000410", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "universal" + } ], + "http://purl.obolibrary.org/obo/IAO_0000116" : [ { + "@language" : "en", + "@value" : "Hard to give a definition for. Intuitively a \"natural kind\" rather than a collection of any old things, which a class is able to be, formally. At the meta level, universals are defined as positives, are disjoint with their siblings, have single asserted parents." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "Alan Ruttenberg" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@language" : "en", + "@value" : "A Formal Theory of Substances, Qualities, and Universals, http://ontology.buffalo.edu/bfo/SQU.pdf" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000409" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "universal" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000412", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "imported from" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000125" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "For external terms/classes, the ontology from which the term was imported" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "PERSON:Alan Ruttenberg" + }, { + "@language" : "en", + "@value" : "PERSON:Melanie Courtot" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@language" : "en", + "@value" : "GROUP:OBI:" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@id" : "http://purl.obolibrary.org/obo/iao.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "imported from" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000420", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "defined class" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A defined class is a class that is defined by a set of logically necessary and sufficient conditions but is not a universal" + } ], + "http://purl.obolibrary.org/obo/IAO_0000116" : [ { + "@language" : "en", + "@value" : "\"definitions\", in some readings, always are given by necessary and sufficient conditions. So one must be careful (and this is difficult sometimes) to distinguish between defined classes and universal." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "Alan Ruttenberg" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000409" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "defined class" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000421", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "named class expression" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A named class expression is a logical expression that is given a name. The name can be used in place of the expression." + } ], + "http://purl.obolibrary.org/obo/IAO_0000116" : [ { + "@language" : "en", + "@value" : "named class expressions are used in order to have more concise logical definition but their extensions may not be interesting classes on their own. In languages such as OWL, with no provisions for macros, these show up as actuall classes. Tools may with to not show them as such, and to replace uses of the macros with their expansions" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "Alan Ruttenberg" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000409" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "named class expression" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000423", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "to be replaced with external ontology term" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Terms with this status should eventually replaced with a term from another ontology." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "Alan Ruttenberg" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@language" : "en", + "@value" : "group:OBI" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000078" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "to be replaced with external ontology term" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000424", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000428", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "requires discussion" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A term that is metadata complete, has been reviewed, and problems have been identified that require discussion before release. Such a term requires editor note(s) to identify the outstanding issues." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "Alan Ruttenberg" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@language" : "en", + "@value" : "group:OBI" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000078" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "requires discussion" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000589", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000600", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000601", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000602", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000700", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "http://purl.obolibrary.org/obo/IAO_0010000", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000011", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "planned process" + }, { + "@value" : "planned process" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@value" : "Injecting mice with a vaccine in order to test its efficacy" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000122" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A process that realizes a plan which is the concretization of a plan specification." + } ], + "http://purl.obolibrary.org/obo/IAO_0000116" : [ { + "@value" : "'Plan' includes a future direction sense. That can be problematic if plans are changed during their execution. There are however implicit contingencies for protocols that an agent has in his mind that can be considered part of the plan, even if the agent didn't have them in mind before. Therefore, a planned process can diverge from what the agent would have said the plan was before executing it, by adjusting to problems encountered during execution (e.g. choosing another reagent with equivalent properties, if the originally planned one has run out.)" + }, { + "@value" : "We are only considering successfully completed planned processes. A plan may be modified, and details added during execution. For a given planned process, the associated realized plan specification is the one encompassing all changes made during execution. This means that all processes in which an agent acts towards achieving some \nobjectives is a planned process." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Bjoern Peters" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "branch derived" + } ], + "http://purl.obolibrary.org/obo/IAO_0000232" : [ { + "@language" : "en", + "@value" : "This class merges the previously separated objective driven process and planned process, as they the separation proved hard to maintain. (1/22/09, branch call)" + }, { + "@value" : "6/11/9: Edited at workshop. Used to include: is initiated by an agent" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/obi.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "planned process" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000014", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "regulator role" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@language" : "en", + "@value" : "Fact sheet - Regulating the companies The role of the regulator. Ofwat is the economic regulator of the water and sewerage industry in England and Wales. http://www.ofwat.gov.uk/aptrix/ofwat/publish.nsf/Content/roleofregulator_factsheet170805" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "a regulatory role involved with making and/or enforcing relevant legislation and governmental orders" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "Person:Jennifer Fostel" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "regulator" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@language" : "en", + "@value" : "OBI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "regulator role" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000017" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000017", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "regulatory role" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@language" : "en", + "@value" : "Regulatory agency, Ethics committee, Approval letter; example: Browse these EPA Regulatory Role subtopics http://www.epa.gov/ebtpages/enviregulatoryrole.html Feb 29, 2008" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "a role which inheres in material entities and is realized in the processes of making, enforcing or being defined by legislation or orders issued by a governmental body." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "GROUP: Role branch" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@language" : "en", + "@value" : "OBI, CDISC" + } ], + "http://purl.obolibrary.org/obo/IAO_0000232" : [ { + "@language" : "en", + "@value" : "govt agents responsible for creating regulations; proxies for enforcing regulations. CDISC definition: regulatory authorities. Bodies having the power to regulate. NOTE: In the ICH GCP guideline the term includes the authorities that review submitted clinical data and those that conduct inspections. These bodies are sometimes referred to as competent" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "regulatory role" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000023" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000018", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "material supplier role" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@value" : "Jackson Labs is an organization which provide mice as experimental material" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "a role realized through the process of supplying materials such as animal subjects, reagents or other materials used in an investigation." + } ], + "http://purl.obolibrary.org/obo/IAO_0000116" : [ { + "@value" : "Supplier role is a special kind of service, e.g. biobank" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "PERSON:Jennifer Fostel" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "material provider role" + }, { + "@value" : "supplier" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "material supplier role" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000947" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000023", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "classified data set" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000125" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A data set that is produced as the output of a class prediction data transformation and consists of a data set with assigned class labels." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "PERSON: James Malone" + }, { + "@value" : "PERSON: Monnie McGee" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "data set with assigned class labels" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "classified data set" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000100" + }, { + "@id" : "_:genid314" + } ], + "http://www.w3.org/2002/07/owl#equivalentClass" : [ { + "@id" : "_:genid313" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000047", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "processed material" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@language" : "en", + "@value" : "Examples include gel matrices, filter paper, parafilm and buffer solutions, mass spectrometer, tissue samples" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000122" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Is a material entity that is created or changed during material processing." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "PERSON: Alan Ruttenberg" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "processed material" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "_:genid315" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000067", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "evaluant role" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@language" : "en", + "@value" : "When a specimen of blood is assayed for glucose concentration, the blood has the evaluant role. When measuring the mass of a mouse, the evaluant is the mouse. When measuring the time of DNA replication, the evaluant is the DNA. When measuring the intensity of light on a surface, the evaluant is the light source." + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000122" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "a role that inheres in a material entity that is realized in an assay in which data is generated about the bearer of the evaluant role" + } ], + "http://purl.obolibrary.org/obo/IAO_0000116" : [ { + "@language" : "en", + "@value" : "Role call - 17nov-08: JF and MC think an evaluant role is always specified input of a process. Even in the case where we have an assay taking blood as evaluant and outputting blood, the blood is not the specified output at the end of the assay (the concentration of glucose in the blood is)" + }, { + "@language" : "en", + "@value" : "examples of features that could be described in an evaluant: quality.... e.g. \"contains 10 pg/ml IL2\", or \"no glucose detected\")" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "GROUP: Role Branch" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "OBI" + } ], + "http://purl.obolibrary.org/obo/IAO_0000232" : [ { + "@value" : "Feb 10, 2009. changes after discussion at OBI Consortium Workshop Feb 2-6, 2009. accepted as core term." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "evaluant role" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000023" + }, { + "@id" : "_:genid316" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000070", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "assay" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@value" : "Assay the wavelength of light emitted by excited Neon atoms. Count of geese flying over a house." + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000122" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A planned process with the objective to produce information about the material entity that is the evaluant, by physically examining it or its proxies." + } ], + "http://purl.obolibrary.org/obo/IAO_0000116" : [ { + "@value" : "12/3/12: BP: the reference to the 'physical examination' is included to point out that a prediction is not an assay, as that does not require physical examiniation." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "PlanAndPlannedProcess Branch" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "en", + "@value" : "measuring" + }, { + "@language" : "en", + "@value" : "scientific observation" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@language" : "en", + "@value" : "OBI branch derived" + } ], + "http://purl.obolibrary.org/obo/OBI_0001847" : [ { + "@value" : "study assay" + } ], + "http://purl.obolibrary.org/obo/OBI_9991118" : [ { + "@value" : "any method" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "assay" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000011" + }, { + "@id" : "_:genid317" + } ], + "http://www.w3.org/2002/07/owl#disjointWith" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0200000" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000094", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "material processing" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@value" : "A cell lysis, production of a cloning vector, creating a buffer." + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000122" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A planned process which results in physical changes in a specified input material" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "PERSON: Bjoern Peters" + }, { + "@value" : "PERSON: Frank Gibson" + }, { + "@value" : "PERSON: Jennifer Fostel" + }, { + "@value" : "PERSON: Melanie Courtot" + }, { + "@value" : "PERSON: Philippe Rocca Serra" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "en", + "@value" : "material transformation" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@language" : "en", + "@value" : "OBI branch derived" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "material processing" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000011" + }, { + "@id" : "_:genid318" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000112", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "specimen role" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@value" : "liver section; a portion of a culture of cells; a nemotode or other animal once no longer a subject (generally killed); portion of blood from a patient." + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000122" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "a role borne by a material entity that is gained during a specimen collection process and that can be realized by use of the specimen in an investigation" + } ], + "http://purl.obolibrary.org/obo/IAO_0000116" : [ { + "@language" : "en", + "@value" : "blood taken from animal: animal continues in study, whereas blood has role specimen.\nsomething taken from study subject, leaves the study and becomes the specimen." + }, { + "@language" : "en", + "@value" : "parasite example\n- when parasite in people we study people, people are subjects and parasites are specimen\n- when parasite extracted, they become subject in the following study\nspecimen can later be subject." + }, { + "@value" : "22Jun09. The definition includes whole organisms, and can include a human. The link between specimen role and study subject role has been removed. A specimen taken as part of a case study is not considered to be a population representative, while a specimen taken as representing a population, e.g. person taken from a cohort, blood specimen taken from an animal) would be considered a population representative and would also bear material sample role." + }, { + "@value" : "Note: definition is in specimen creation objective which is defined as an objective to obtain and store a material entity for potential use as an input during an investigation." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "GROUP: Role Branch" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "OBI" + } ], + "http://purl.obolibrary.org/obo/IAO_0000233" : [ { + "@id" : "https://github.com/obi-ontology/obi/issues/1013" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "specimen role" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000023" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000245", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "organization" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@language" : "en", + "@value" : "PMID: 16353909.AAPS J. 2005 Sep 22;7(2):E274-80. Review. The joint food and agriculture organization of the United Nations/World Health Organization Expert Committee on Food Additives and its role in the evaluation of the safety of veterinary drug residues in foods." + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000122" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "An entity that can bear roles, has members, and has a set of organization rules. Members of organizations are either organizations themselves or individual people. Members can bear specific organization member roles that are determined in the organization rules. The organization rules also determine how decisions are made on behalf of the organization by the organization members." + } ], + "http://purl.obolibrary.org/obo/IAO_0000116" : [ { + "@language" : "en", + "@value" : "BP: The definition summarizes long email discussions on the OBI developer, roles, biomaterial and denrie branches. It leaves open if an organization is a material entity or a dependent continuant, as no consensus was reached on that. The current placement as material is therefore temporary, in order to move forward with development. Here is the entire email summary, on which the definition is based:\n\n1) there are organization_member_roles (president, treasurer, branch\neditor), with individual persons as bearers\n\n2) there are organization_roles (employer, owner, vendor, patent holder)\n\n3) an organization has a charter / rules / bylaws, which specify what roles\nthere are, how they should be realized, and how to modify the\ncharter/rules/bylaws themselves.\n\nIt is debatable what the organization itself is (some kind of dependent\ncontinuant or an aggregate of people). This also determines who/what the\nbearer of organization_roles' are. My personal favorite is still to define\norganization as a kind of 'legal entity', but thinking it through leads to\nall kinds of questions that are clearly outside the scope of OBI.\n\nInterestingly enough, it does not seem to matter much where we place\norganization itself, as long as we can subclass it (University, Corporation,\nGovernment Agency, Hospital), instantiate it (Affymetrix, NCBI, NIH, ISO,\nW3C, University of Oklahoma), and have it play roles.\n\nThis leads to my proposal: We define organization through the statements 1 -\n3 above, but without an 'is a' statement for now. We can leave it in its\ncurrent place in the is_a hierarchy (material entity) or move it up to\n'continuant'. We leave further clarifications to BFO, and close this issue\nfor now." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "PERSON: Alan Ruttenberg" + }, { + "@value" : "PERSON: Bjoern Peters" + }, { + "@value" : "PERSON: Philippe Rocca-Serra" + }, { + "@value" : "PERSON: Susanna Sansone" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "GROUP: OBI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "organization" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000272", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "protocol" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@language" : "en", + "@value" : "PCR protocol, has objective specification, amplify DNA fragment of interest, and has action specification describes the amounts of experimental reagents used (e..g. buffers, dNTPS, enzyme), and the temperature and cycle time settings for running the PCR." + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000122" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A plan specification which has sufficient level of detail and quantitative information to communicate it between investigation agents, so that different investigation agents will reliably be able to independently reproduce the process." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "PlanAndPlannedProcess Branch" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@language" : "en", + "@value" : "OBI branch derived + wikipedia (http://en.wikipedia.org/wiki/Protocol_%28natural_sciences%29)" + } ], + "http://purl.obolibrary.org/obo/OBI_0001847" : [ { + "@value" : "study protocol" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "protocol" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000293", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "has_specified_input" + }, { + "@value" : "has_specified_input" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@language" : "en", + "@value" : "see is_input_of example_of_usage" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000122" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "The inverse property of is_specified_input_of" + } ], + "http://purl.obolibrary.org/obo/IAO_0000116" : [ { + "@value" : "8/17/09: specified inputs of one process are not necessarily specified inputs of a larger process that it is part of. This is in contrast to how 'has participant' works." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "PERSON: Alan Ruttenberg" + }, { + "@value" : "PERSON: Bjoern Peters" + }, { + "@value" : "PERSON: Larry Hunter" + }, { + "@value" : "PERSON: Melanie Coutot" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/obi.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000011" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "has_specified_input" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0000057" + } ], + "http://www.w3.org/2002/07/owl#equivalentProperty" : [ { + "@id" : "_:genid5" + } ], + "http://www.w3.org/2002/07/owl#inverseOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000295" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000295", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "is_specified_input_of" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@language" : "en", + "@value" : "some Autologous EBV(Epstein-Barr virus)-transformed B-LCL (B lymphocyte cell line) is_input_for instance of Chromum Release Assay described at https://wiki.cbil.upenn.edu/obiwiki/index.php/Chromium_Release_assay" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000122" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A relation between a planned process and a continuant participating in that process that is not created during the process. The presence of the continuant during the process is explicitly specified in the plan specification which the process realizes the concretization of." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "Alan Ruttenberg" + }, { + "@value" : "PERSON:Bjoern Peters" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "is_specified_input_of" + } ], + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000011" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0000056" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000299", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "has_specified_output" + }, { + "@value" : "has_specified_output" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000122" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "The inverse property of is_specified_output_of" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "PERSON: Alan Ruttenberg" + }, { + "@value" : "PERSON: Bjoern Peters" + }, { + "@value" : "PERSON: Larry Hunter" + }, { + "@value" : "PERSON: Melanie Courtot" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/obi.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000011" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "has_specified_output" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0000057" + } ], + "http://www.w3.org/2002/07/owl#equivalentProperty" : [ { + "@id" : "_:genid6" + } ], + "http://www.w3.org/2002/07/owl#inverseOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000312" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000312", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "is_specified_output_of" + }, { + "@value" : "is_specified_output_of" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000122" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A relation between a planned process and a continuant participating in that process. The presence of the continuant at the end of the process is explicitly specified in the objective specification which the process realizes the concretization of." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "Alan Ruttenberg" + }, { + "@value" : "PERSON:Bjoern Peters" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/obi.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "is_specified_output_of" + } ], + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000011" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0000056" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000317", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "Transformation-ML" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@language" : "en", + "@value" : "Transformation-ML file describing parameter transformations used in a GvHD experiment." + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000125" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Transformation-ML is a format standard of a digital entity that is conformant with the Transformation-ML standard.(http://wiki.ficcs.org/ficcs/Transformation-ML?action=AttachFile&do=get&target=Transformation-ML_v1.0.26.pdf)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "person:Jennifer Fostel" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "web-page:http://wiki.ficcs.org/ficcs/Transformation-ML?action=AttachFile&do=get&target=Transformation-ML_v1.0.26.pdf" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Transformation-ML" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000321", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "ACS" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@language" : "en", + "@value" : "d06.acs, ACS1.0 data file of well D06 of plate 2 of part 1 of a GvHD experiment." + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000125" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "ACS is a format standard of a digital entity that is conformant with the Analytical Cytometry Standard. (http://www.isac-net.org/content/view/607/150/)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "person:Jennifer Fostel" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "web-page:http://www.isac-net.org/content/view/607/150/" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "ACS" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000322", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "XML" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@language" : "en", + "@value" : "RDF/XML file, OWL file, Compensation-ML file, WSDL document, SVG document" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000125" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "XML is a format standard of a digital entity that is conformant with the W3C Extensible Markup Language Recommendation.(http://www.w3.org/XML/)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "person:Jennifer Fostel" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "web-page:http://www.w3.org/XML/" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "XML" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000324", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "RDF" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@language" : "en", + "@value" : "A FOAF file, a SKOS file, an OWL file." + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000125" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "RDF is a format standard of a digital entity that is conformant with the W3C Resource Description Framework RDF/XML Syntax specification.(http://www.w3.org/RDF/)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "person:Jennifer Fostel" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "web-page:http://www.w3.org/RDF/" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "RDF" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000325", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "zip" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@language" : "en", + "@value" : "MagicDraw MDZIP archive, Java JAR file." + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000125" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "zip is a format standard of a digital entity that is conformant with the PKWARE .ZIP file format specification (http://www.pkware.com/index.php?option=com_content&task=view&id=59&Itemid=103/)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "person:Jennifer Fostel" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "web-page:http://www.pkware.com/index.php?option=com_content&task=view&id=59&Itemid=103/" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "zip" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000326", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "tar" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@language" : "en", + "@value" : "Example.tar file." + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000125" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "tar is a format standard of a digital entity that is conformant with the tape archive file format as standardized by POSIX.1-1998, POSIX.1-2001, or any other tar format compliant with the GNU tar specification. (http://www.gnu.org/software/tar/manual/)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "person:Jennifer Fostel" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "web-page:http://www.gnu.org/software/tar/manual/" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "tar" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000327", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "FCS" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@language" : "en", + "@value" : "d01.fcs, FCS3 data file of well D06 of plate 2 of part 1 of a GvHD experiment." + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000125" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "FCS is a format standard of a digital entity that is conformant with the Flow Cytometry Data File Standard.(http://www.fcspress.com/)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "person:Jennifer Fostel" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "web-page:http://www.fcspress.com/" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "FCS" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000329", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "Compensation-ML" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@language" : "en", + "@value" : "compfoo.xml, Compensation-ML file describing compensation used in a GvHD experiment" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000125" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Compensation-ML is a format standard of a digital entity that is conformant with the Compensation-ML standard. (http://wiki.ficcs.org/ficcs/Compensation-ML?action=AttachFile&do=get&target=Compensation-ML_v1.0.24.pdf)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "person:Jennifer Fostel" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "web-page:http://wiki.ficcs.org/ficcs/Compensation-ML?action=AttachFile&do=get&target=Compensation-ML_v1.0.24.pdf" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Compensation-ML" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000330", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "Gating-ML" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@language" : "en", + "@value" : "foogate.xml, Gating-ML file describing gates used in a GvHD experiment." + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000125" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Gating-ML is a format standard of a digital entity that is conformant with the Gating-ML standard. (http://www.flowcyt.org/gating/)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "person:Jennifer Fostel" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "web-page:http://www.flowcyt.org/gating/" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Gating-ML" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000332", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "OWL" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@language" : "en", + "@value" : "OBI ontology file, Basic Formal Ontology file, BIRNLex file, BioPAX file." + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000125" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "OWL is a format standard of a digital entity that is conformant with the W3C Web Ontology Language specification.(http://www.w3.org/2004/OWL/)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "person:Jennifer Fostel" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "web-page:http://www.w3.org/2004/OWL/" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "OWL" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000371", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "heat function" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000122" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A heat function is a function that increases the internal kinetic energy of a material" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Bill Bug" + }, { + "@value" : "Daniel Schober" + }, { + "@value" : "Frank Gibson" + }, { + "@value" : "Melanie Courtot" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "heat function" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000034" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000379", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "mechanical function" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000122" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A mechanical function is a function that is realised via mechanical work (through an certain amount of energy transferred by some force)." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Bill Bug" + }, { + "@value" : "Daniel Schober" + }, { + "@value" : "Frank Gibson" + }, { + "@value" : "Melanie Courtot" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@language" : "en", + "@value" : "http://en.wikipedia.org/wiki/Mechanical_work" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "mechanical function" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000034" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000387", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "cool function" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000122" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A cool function is a function to decrease the internal kinetic energy of a material below the initial kinetic energy of that type of material." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Daniel Schober" + }, { + "@value" : "Frank Gibson" + }, { + "@value" : "Melanie Courtot" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "cool function" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000034" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000401", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "environment control function" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000122" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "An environmental control function is a function that regulates a contained environment within specified parameter ranges. For example the control of light exposure, humidity and temperature." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Bill Bug" + }, { + "@value" : "Daniel Schober" + }, { + "@value" : "Frank Gibson" + }, { + "@value" : "Melanie Courtot" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "environment control function" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000034" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000417", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "achieves_planned_objective" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@value" : "A cell sorting process achieves the objective specification 'material separation objective'" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "This relation obtains between a planned process and a objective specification when the criteria specified in the objective specification are met at the end of the planned process." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "BP, AR, PPPB branch" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "PPPB branch derived" + } ], + "http://purl.obolibrary.org/obo/IAO_0000232" : [ { + "@value" : "modified according to email thread from 1/23/09 in accordince with DT and PPPB branch" + } ], + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000011" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "achieves_planned_objective" + } ], + "http://www.w3.org/2002/07/owl#inverseOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000833" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000450", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "regulatory agency" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@value" : "The US Environmental Protection Agency" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000122" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A regulatory agency is a organization that has responsibility over or for the legislation (acts and regulations) for a given sector of the government." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "GROUP: OBI Biomaterial Branch" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "WEB: en.wikipedia.org/wiki/Regulator" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "regulatory agency" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000245" + }, { + "@id" : "_:genid323" + } ], + "http://www.w3.org/2002/07/owl#equivalentClass" : [ { + "@id" : "_:genid319" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000453", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "measure function" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@value" : "A glucometer measures blood glucose concentration, the glucometer has a measure function." + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000122" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Measure function is a function that is borne by a processed material and realized in a process in which information about some entity is expressed relative to some reference." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "PERSON: Daniel Schober" + }, { + "@value" : "PERSON: Helen Parkinson" + }, { + "@value" : "PERSON: Melanie Courtot" + }, { + "@value" : "PERSON:Frank Gibson" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "measure function" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000034" + }, { + "@id" : "_:genid324" + }, { + "@id" : "_:genid325" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000457", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "manufacturing" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000122" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Manufacturing is a process with the intent to produce a processed material which will have a function for future use. A person or organization (having manufacturer role) is a participant in this process" + } ], + "http://purl.obolibrary.org/obo/IAO_0000116" : [ { + "@language" : "en", + "@value" : "This includes a single scientist making a processed material for personal use." + }, { + "@value" : "Manufacturing implies reproducibility and responsibility AR" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "PERSON: Bjoern Peters" + }, { + "@value" : "PERSON: Frank Gibson" + }, { + "@value" : "PERSON: Jennifer Fostel" + }, { + "@value" : "PERSON: Melanie Courtot" + }, { + "@value" : "PERSON: Philippe Rocca-Serra" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "GROUP: OBI PlanAndPlannedProcess Branch" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "manufacturing" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000094" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000462", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Affymetrix" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@value" : "Affymetrix supplied microarray" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "An organization which supplies technology, tools and protocols for use in high throughput applications" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000835" + }, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002989" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Affymetrix" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000571", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "manufacturer role" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@value" : "With respect to The Accuri C6 Flow Cytometer System, the organization Accuri bears the role manufacturer role. With respect to a transformed line of tissue culture cells derived by a specific lab, the lab whose personnel isolated the cll line bears the role manufacturer role. With respect to a specific antibody produced by an individual scientist, the scientist who purifies, characterizes and distributes the anitbody bears the role manufacturer role." + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "Manufacturer role is a role which inheres in a person or organization and which is realized by a manufacturing process." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "GROUP: Role Branch" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "OBI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "manufacturer role" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000023" + }, { + "@id" : "_:genid327" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000648", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "clustered data set" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@value" : "A clustered data set is the output of a K means clustering data transformation" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000125" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A data set that is produced as the output of a class discovery data transformation and consists of a data set with assigned discovered class labels." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "PERSON: James Malone" + }, { + "@value" : "PERSON: Monnie McGee" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "data set with assigned discovered class labels" + } ], + "http://purl.obolibrary.org/obo/IAO_0000232" : [ { + "@value" : "AR thinks could be a data item instead" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "clustered data set" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000100" + }, { + "@id" : "_:genid329" + } ], + "http://www.w3.org/2002/07/owl#equivalentClass" : [ { + "@id" : "_:genid328" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000659", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "specimen collection process" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@value" : "drawing blood from a patient for analysis, collecting a piece of a plant for depositing in a herbarium, buying meat from a butcher in order to measure its protein content in an investigation" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000122" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A planned process with the objective of collecting a specimen." + } ], + "http://purl.obolibrary.org/obo/IAO_0000116" : [ { + "@value" : "Note: definition is in specimen creation objective which is defined as an objective to obtain and store a material entity for potential use as an input during an investigation." + }, { + "@value" : "Philly2013: A specimen collection can have as part a material entity acquisition, such as ordering from a bank. The distinction is that specimen collection necessarily involves the creation of a specimen role. However ordering cell lines cells from ATCC for use in an investigation is NOT a specimen collection, because the cell lines already have a specimen role." + }, { + "@value" : "Philly2013: The specimen_role for the specimen is created during the specimen collection process." + }, { + "@value" : "label changed to 'specimen collection process' on 10/27/2014, details see tracker:\nhttp://sourceforge.net/p/obi/obi-terms/716/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Bjoern Peters" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "specimen collection" + } ], + "http://purl.obolibrary.org/obo/IAO_0000232" : [ { + "@value" : "5/31/2012: This process is not necessarily an acquisition, as specimens may be collected from materials already in posession" + }, { + "@value" : "6/9/09: used at workshop" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "specimen collection process" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000011" + }, { + "@id" : "_:genid330" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000663", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "class prediction data transformation" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000122" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A class prediction data transformation (sometimes called supervised classification) is a data transformation that has objective class prediction." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "James Malone" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "supervised classification data transformation" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@language" : "en", + "@value" : "PERSON: James Malone" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "class prediction data transformation" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0200000" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000700", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "support vector machine" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A support vector machine is a data transformation with a class prediction objective based on the construction of a separating hyperplane that maximizes the margin between two data sets of vectors in n-dimensional space." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "James Malone" + }, { + "@value" : "Ryan Brinkman" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "SVM" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "PERSON: Ryan Brinkman" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "support vector machine" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000663" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000707", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "decision tree building data transformation" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A decision tree building data transformation is a data transformation that has objective decision tree induction." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "James Malone" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@language" : "en", + "@value" : "PERSON: James Malone" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "decision tree building data transformation" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0200000" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000713", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "GenePattern software" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "a software that provides access to more than 100 tools for gene expression analysis, proteomics, SNP analysis and common data processing tasks." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "James Malone" + }, { + "@value" : "Person:Helen Parkinson" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "WEB: http://www.broadinstitute.org/cancer/software/genepattern/" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "GenePattern software" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000010" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000726", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "peak matching" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "Peak matching is a data transformation performed on a dataset of a graph of ordered data points (e.g. a spectrum) with the objective of pattern matching local maxima above a noise threshold" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "James Malone" + }, { + "@value" : "Ryan Brinkman" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "PERSON: Ryan Brinkman" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "peak matching" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0200000" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000727", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "k-nearest neighbors" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000125" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A k-nearest neighbors is a data transformation which achieves a class discovery or partitioning objective, in which an input data object with vector y is assigned to a class label based upon the k closest training data set points to y; where k is the largest value that class label is assigned." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "James Malone" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "k-NN" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@language" : "en", + "@value" : "PERSON: James Malone" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "k-nearest neighbors" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/APOLLO_SV_00000796" + }, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0200171" + }, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0200175" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000749", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "CART" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000122" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A CART (classification and regression trees) is a data transformation method for producing a classification or regression model with a tree-based structure." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "James Malone" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "classification and regression trees" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@language" : "en", + "@value" : "BOOK: David J. Hand, Heikki Mannila and Padhraic Smyth (2001) Principles of Data Mining." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "CART" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000707" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000752", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Thermo" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Philippe Rocca-Serra" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000835" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Thermo" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000753", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Waters" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Philippe Rocca-Serra" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000835" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Waters" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000754", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "BIO-RAD" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Philippe Rocca-Serra" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000835" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "BIO-RAD" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000755", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "GenePattern hierarchical clustering" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "James Malone" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0200042" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "GenePattern hierarchical clustering" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000756", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Ambion" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Philippe Rocca-Serra" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000835" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Ambion" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000757", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Helicos" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Philippe Rocca-Serra" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000835" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Helicos" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000758", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Roche" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Philippe Rocca-Serra" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000835" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Roche" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000759", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Illumina" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Philippe Rocca-Serra" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000835" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Illumina" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000760", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "GenePattern PCA" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0200051" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "GenePattern PCA" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000761", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "GenePattern module SVM" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "GenePattern module SVM is a GenePattern software module which is used to run a support vector machine data transformation." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "James Malone" + }, { + "@value" : "Ryan Brinkman" + } ], + "http://purl.obolibrary.org/obo/IAO_0000136" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000775" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000713" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "GenePattern module SVM" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000762", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "GenePattern k-nearest neighbors" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "James Malone" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000727" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "GenePattern k-nearest neighbors" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000763", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "GenePattern LOOCV" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0200033" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "GenePattern LOOCV" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000764", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "GenePattern k-means clustering" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "James Malone" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0200041" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "GenePattern k-means clustering" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000765", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Agilent" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Philippe Rocca-Serra" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000835" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Agilent" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000766", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "GenePattern module KMeansClustering" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "GenePattern module KMeansClustering is a GenePattern software module which is used to perform a k Means clustering data transformation." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "James Malone" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "PERSON: James Malone" + } ], + "http://purl.obolibrary.org/obo/IAO_0000136" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000764" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000713" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "GenePattern module KMeansClustering" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000767", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "GenePattern CART" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "James Malone" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000749" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "GenePattern CART" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000768", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "GenePattern module CARTXValidation" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "GenePattern module CARTXValidation is a GenePattern software module which uses a CART decision tree induction with a leave one out cross validation data transformations." + } ], + "http://purl.obolibrary.org/obo/IAO_0000136" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000763" + }, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000767" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000713" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "GenePattern module CARTXValidation" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000769", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Li-Cor" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Philippe Rocca-Serra" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000835" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Li-Cor" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000770", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Bruker Corporation" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Philippe Rocca-Serra" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000835" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Bruker Corporation" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000771", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "GenePattern module KNNXValidation" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "GenePattern module KNNXValidation is a GenePattern software module which uses a k-nearest neighbours clustering with a leave one out cross validation data transformations." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "James Malone" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "PERSON: James Malone" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000713" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "GenePattern module KNNXValidation" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000772", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "GenePattern module PeakMatch" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://purl.obolibrary.org/obo/IAO_0000136" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000778" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000713" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "GenePattern module PeakMatch" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000773", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "GenePattern module KNN" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "GenePattern module KNN is a GenePattern software module which perform a k-nearest neighbors data transformation." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "James Malone" + } ], + "http://purl.obolibrary.org/obo/IAO_0000136" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000762" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000713" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "GenePattern module KNN" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000774", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "GenePattern module HierarchicalClustering" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "GenePattern module HierarchicalClustering is a GenePattern software module which is used to perform a hierarchical clustering data transformation." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "James Malone" + }, { + "@value" : "PERSON: James Malone" + } ], + "http://purl.obolibrary.org/obo/IAO_0000136" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000755" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000713" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "GenePattern module HierarchicalClustering" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000775", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "GenePattern SVM" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "James Malone" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000700" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "GenePattern SVM" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000776", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Applied Biosystems" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Philippe Rocca-Serra" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000835" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Applied Biosystems" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000777", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "GenePattern module PCA" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "GenePattern module PCA is a GenePattern software module which is used to perform a principal components analysis dimensionality reduction data transformation." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "James Malone" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "PERSON: James Malone" + } ], + "http://purl.obolibrary.org/obo/IAO_0000136" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000760" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000713" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "GenePattern module PCA" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000778", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "GenePattern peak matching" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "James Malone" + }, { + "@value" : "Ryan Brinkman" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000726" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "GenePattern peak matching" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000779", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Bruker Daltonics" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Philippe Rocca-Serra" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000835" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Bruker Daltonics" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000780", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "GenePattern HeatMapViewer data visualization" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "The GenePattern process of generating Heat Maps from clustered data." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "James Malone" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0200190" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "GenePattern HeatMapViewer data visualization" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000781", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "GenePattern HierarchicalClusteringViewer data visualization" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "The GenePattern process of generating hierarchical clustering visualization from clustered data." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "James Malone" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0200190" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "GenePattern HierarchicalClusteringViewer data visualization" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000782", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "GenePattern module HeatMapViewer" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A GenePattern software module which is used to generate a heatmap view of data." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "James Malone" + } ], + "http://purl.obolibrary.org/obo/IAO_0000136" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000780" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000713" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "GenePattern module HeatMapViewer" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000783", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "GenePattern module HierarchicalClusteringViewer" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A GenePattern software module which is used to generate a view of data that has been hierarchically clustered." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "James Malone" + } ], + "http://purl.obolibrary.org/obo/IAO_0000136" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000781" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000713" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "GenePattern module HierarchicalClusteringViewer" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000792", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "statistical model validation" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@value" : "Using the expression levels of 20 proteins to predict whether a cancer patient will respond to a drug. A practical goal would be to determine which subset of the 20 features should be used to produce the best predictive model. - wikipedia" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A data transformation which assesses how the results of a statistical analysis will generalize to an independent data set." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Helen Parkinson" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://en.wikipedia.org/wiki/Cross-validation_%28statistics%29" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "statistical model validation" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0200171" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000829", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Sysmex Corporation, Kobe, Japan" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "WEB:http://www.sysmex.com/" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000835" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Sysmex Corporation, Kobe, Japan" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000832", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "measurement device" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@value" : "A ruler, a microarray scanner, a Geiger counter." + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000122" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A device in which a measure function inheres." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "GROUP:OBI Philly workshop" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "OBI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "measurement device" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000968" + }, { + "@id" : "_:genid335" + } ], + "http://www.w3.org/2002/07/owl#equivalentClass" : [ { + "@id" : "_:genid331" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000833", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "objective_achieved_by" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000122" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "This relation obtains between an objective specification and a planned process when the criteria specified in the objective specification are met at the end of the planned process." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "OBI" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "OBI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "objective_achieved_by" + } ], + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000011" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000835", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "manufacturer" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A person or organization that has a manufacturer role" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "manufacturer" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "_:genid336" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000901", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "U.S. Food and Drug Administration" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "FDA" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000450" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "U.S. Food and Drug Administration" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000946", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "sterilization function" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "a function to remove viable organisms from an input material" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "sterilization function" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000034" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000947", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "service provider role" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@value" : "Jackson Lab provides experimental animals, EBI provides training on databases, a core facility provides access to a DNA sequencer." + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "is a role which inheres in a person or organization and is realized in in a planned process which provides access to training, materials or execution of protocols for an organization or person" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "PERSON:Helen Parkinson" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "service provider role" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000023" + }, { + "@id" : "_:genid337" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000953", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "processed specimen" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@value" : "A tissue sample that has been sliced and stained for a histology study.\nA blood specimen that has been centrifuged to obtain the white blood cells." + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000122" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A specimen that has been intentionally physically modified." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Bjoern Peters" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "Bjoern Peters" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@value" : "A tissue sample that has been sliced and stained for a histology study." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "processed specimen" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000047" + }, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0100051" + } ], + "http://www.w3.org/2002/07/owl#equivalentClass" : [ { + "@id" : "_:genid338" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000958", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "right handed" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000963" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "right handed" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000963", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "categorical label" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@value" : "The labels 'positive' vs. 'negative', or 'left handed', 'right handed', 'ambidexterous', or 'strongly binding', 'weakly binding' , 'not binding', or '+++', '++', '+', '-' etc. form scales of categorical labels." + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A label that is part of a categorical datum and that indicates the value of the data item on the categorical scale." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Bjoern Peters" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "Bjoern Peters" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "categorical label" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000009" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000968", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "device" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@value" : "A voltmeter is a measurement device which is intended to perform some measure function." + }, { + "@value" : "An autoclave is a device that sterlizes instruments or contaminated waste by applying high temperature and pressure." + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000122" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A material entity that is designed to perform a function in a scientific investigation, but is not a reagent." + } ], + "http://purl.obolibrary.org/obo/IAO_0000116" : [ { + "@value" : "2012-12-17 JAO: In common lab usage, there is a distinction made between devices and reagents that is difficult to model. Therefore we have chosen to specifically exclude reagents from the definition of \"device\", and are enumerating the types of roles that a reagent can perform.\n\n2013-6-5 MHB: The following clarifications are outcomes of the May 2013 Philly Workshop. Reagents are distinguished from devices that also participate in scientific techniques by the fact that reagents are chemical or biological in nature and necessarily participate in some chemical interaction or reaction during the realization of their experimental role. By contrast, devices do not participate in such chemical reactions/interactions. Note that there are cases where devices use reagent components during their operation, where the reagent-device distinction is less clear. For example:\n\n(1) An HPLC machine is considered a device, but has a column that holds a stationary phase resin as an operational component. This resin qualifies as a device if it participates purely in size exclusion, but bears a reagent role that is realized in the running of a column if it interacts electrostatically or chemically with the evaluant. The container the resin is in (“the column”) considered alone is a device. So the entire column as well as the entire HPLC machine are devices that have a reagent as an operating part.\n\n(2) A pH meter is a device, but its electrode component bears a reagent role in virtue of its interacting directly with the evaluant in execution of an assay.\n\n(3) A gel running box is a device that has a metallic lead as a component that participates in a chemical reaction with the running buffer when a charge is passed through it. This metallic lead is considered to have a reagent role as a component of this device realized in the running of a gel.\n\nIn the examples above, a reagent is an operational component of a device, but the device itself does not realize a reagent role (as bearing a reagent role is not transitive across the part_of relation). In this way, the asserted disjointness between a reagent and device holds, as both roles are never realized in the same bearer during execution of an assay." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "PERSON: Helen Parkinson" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "instrument" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "OBI development call 2012-12-17." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "device" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000047" + }, { + "@id" : "_:genid341" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000979", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "ambidexterous" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000963" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "ambidexterous" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000998", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "left handed" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000963" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "left handed" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0001000", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "questionnaire" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A document with a set of printed or written questions with a choice of answers, devised for the purposes of a survey or statistical study." + } ], + "http://purl.obolibrary.org/obo/IAO_0000116" : [ { + "@language" : "en", + "@value" : "JT: It plays a role in collecting data that could be fleshed out more; but I'm thinking it is, in itself, an edited document. \nJZ: based on textual definition of edited document, it can be defined as N&S. I prefer to leave questionnaire as a document now. We can add more restrictions in the future and use that to determine it is an edited document or not." + }, { + "@value" : "Need to clarify if this is a document or a directive information entity (or what their connection is))" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "PERSON: Jessica Turner" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@language" : "en", + "@value" : "Merriam-Webster" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "questionnaire" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000310" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0001004", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Edingburgh handedness inventory" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "The Edinburgh Handedness Inventory is a set of questions used to assess the dominance of a person's right or left hand in everyday activities." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "PERSON:Alan Ruttenberg" + }, { + "@value" : "PERSON:Jessica Turner" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "PMID:5146491#Oldfield, R.C. (1971). The assessment and analysis of handedness: The Edinburgh inventory. Neuropsychologia, 9, 97-113" + }, { + "@value" : "WEB:http://www.cse.yorku.ca/course_archive/2006-07/W/4441/EdinburghInventory.html" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0001000" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Edingburgh handedness inventory" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0001034", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "environmental control device" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@value" : "A growth chamber is an environmental control device." + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "An environmental control device is a device which has the function to control some aspect of the environment such as temperature, or humidity." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Helen Parkinson" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "OBI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "environmental control device" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000968" + }, { + "@id" : "_:genid350" + } ], + "http://www.w3.org/2002/07/owl#equivalentClass" : [ { + "@id" : "_:genid342" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0001112", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "autoclave" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A device that is used to sterilize equipment and supplies by subjecting them to high pressure steam at 121 C or more, typically for 15 to 20 minutes depending on the size of the load and the contents." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "PERSON: Erik Segerdell" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "J. Black, Microbiology, Prentice Hall (1993) pg. 334; http://en.wikipedia.org/wiki/Autoclave" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "autoclave" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0001034" + }, { + "@id" : "_:genid355" + }, { + "@id" : "_:genid356" + }, { + "@id" : "_:genid357" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0001213", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "eBioscience" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Karin Breuer" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "WEB:http://www.ebioscience.com/" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000835" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "eBioscience" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0001224", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Cytopeia" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Karin Breuer" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "WEB:http://www.cytopeia.com/" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000835" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Cytopeia" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0001287", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Exalpha Biological" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Karin Breuer" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "WEB:http://www.exalpha.com/" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000835" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Exalpha Biological" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0001312", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Apogee Flow Systems" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Karin Breuer" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "WEB:http://www.apogeeflow.com/" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000835" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Apogee Flow Systems" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0001320", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Exbio Antibodies" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Karin Breuer" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "WEB:http://www.exbio.cz/" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000835" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Exbio Antibodies" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0001321", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Becton Dickinson (BD Biosciences)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Karin Breuer" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "WEB:http://www.bdbiosciences.com/" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000835" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Becton Dickinson (BD Biosciences)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0001338", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Dako Cytomation" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Karin Breuer" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "WEB:http://www.dakousa.com/" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000835" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Dako Cytomation" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0001340", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Millipore" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Karin Breuer" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "WEB:http://www.guavatechnologies.com/" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000835" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Millipore" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0001347", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Antigenix" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Karin Breuer" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "WEB:http://www.antigenix.com/" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000835" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Antigenix" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0001355", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Partec" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Karin Breuer" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "WEB:http://www.partec.de/" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000835" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Partec" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0001372", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Beckman Coulter" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Karin Breuer" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "WEB:http://www.beckmancoulter.com/" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000835" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Beckman Coulter" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0001375", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Advanced Instruments Inc. (AI Companies)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Karin Breuer" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "WEB:http://www.aicompanies.com/" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000835" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Advanced Instruments Inc. (AI Companies)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0001424", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Miltenyi Biotec" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Karin Breuer" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "WEB:http://www.miltenyibiotec.com/" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000835" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Miltenyi Biotec" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0001428", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "AES Chemunex" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Karin Breuer" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "WEB:http://www.aeschemunex.com/" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000835" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "AES Chemunex" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0001431", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Bentley Instruments" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Karin Breuer" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "WEB:http://bentleyinstruments.com/" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000835" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Bentley Instruments" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0001434", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Invitrogen" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Karin Breuer" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "WEB:http://www.invitrogen.com/" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000835" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Invitrogen" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0001443", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Luminex" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Karin Breuer" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "WEB:http://www.luminexcorp.com/" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000835" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Luminex" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0001458", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "CytoBuoy" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Karin Breuer" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "WEB:http://www.cytobuoy.com/" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000835" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "CytoBuoy" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0001847", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "ISA alternative term" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000122" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "An alternative term used by the ISA tools project (http://isa-tools.org)." + } ], + "http://purl.obolibrary.org/obo/IAO_0000116" : [ { + "@value" : "Requested by Alejandra Gonzalez-Beltran\nhttps://sourceforge.net/tracker/?func=detail&aid=3603413&group_id=177891&atid=886178" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Person: Alejandra Gonzalez-Beltran" + }, { + "@value" : "Person: Philippe Rocca-Serra" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "ISA tools project (http://isa-tools.org)" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "ISA alternative term" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0001855", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Nimblegen" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "An organization that focuses on manufacturing target enrichment probe pools for DNA sequencing." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Person: Jie Zheng" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000835" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Nimblegen" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0001856", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Pacific Biosciences" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "An organization that supplies tools for studying the synthesis and regulation of DNA, RNA and protein. It developed a powerful technology platform called single molecule real-time (SMRT) technology which enables real-time analysis of biomolecules with single molecule resolution." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Person: Jie Zheng" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000835" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Pacific Biosciences" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0001860", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "NanoString Technologies" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "An organization that supplies life science tools for translational research and molecular diagnostics based on a novel digital molecular barcoding technology. The NanoString platform can provide simple, multiplexed digital profiling of single molecules." + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000835" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "NanoString Technologies" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0001930", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "categorical value specification" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A value specification that is specifies one category out of a fixed number of nominal categories" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "PERSON:Bjoern Peters" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "categorical value specification" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0001933" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0001933", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "value specification" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@value" : "The value of 'positive' in a classification scheme of \"positive or negative\"; the value of '20g' on the quantitative scale of mass." + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000122" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "An information content entity that specifies a value within a classification scheme or on a quantitative scale." + } ], + "http://purl.obolibrary.org/obo/IAO_0000116" : [ { + "@value" : "This term is currently a descendant of 'information content entity', which requires that it 'is about' something. A value specification of '20g' for a measurement data item of the mass of a particular mouse 'is about' the mass of that mouse. However there are cases where a value specification is not clearly about any particular. In the future we may change 'value specification' to remove the 'is about' requirement." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "PERSON:Bjoern Peters" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "value specification" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0001938", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "has value specification" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A relation between an information content entity and a value specification that specifies its value." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "PERSON: James A. Overton" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "OBI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "has value specification" + } ], + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0001933" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000051" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002076", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "collection of specimens" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@language" : "en", + "@value" : "Blood cells collected from multiple donors over the course of a study." + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000125" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A material entity that has two or more specimens as its parts." + } ], + "http://purl.obolibrary.org/obo/IAO_0000116" : [ { + "@value" : "Details see tracker: https://sourceforge.net/p/obi/obi-terms/778/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "Person: Chris Stoeckert, Jie Zheng" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "OBIB, OBI" + } ], + "http://purl.org/dc/elements/1.1/source" : [ { + "@value" : "Biobank" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "collection of specimens" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002193", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Thermo Fisher Scientific" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "An organization that is an American multinational, biotechnology product development company, created in 2006 by the merger of Thermo Electron and Fisher Scientific." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://en.wikipedia.org/wiki/Thermo_Fisher_Scientific" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000245" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Thermo Fisher Scientific" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002205", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "histologic grade according to AJCC 7th edition" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@value" : "G1:Well differentiated" + }, { + "@value" : "G4: Undifferentiated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A categorical value specification that is a histologic grade assigned to a tumor slide specimen according to the American Joint Committee on Cancer (AJCC) 7th Edition grading system." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "NCI BBRB, OBI" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "histologic grade according to AJCC 7th edition" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0001930" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002206", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "G1: Well differentiated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A histologic grade according to AJCC 7th edition indicating that the tumor cells and the organization of the tumor tissue appear close to normal." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "G1" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://www.cancer.gov/about-cancer/diagnosis-staging/prognosis/tumor-grade-fact-sheet" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002205" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "G1: Well differentiated" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002207", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "G2: Moderately differentiated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A histologic grade according to AJCC 7th edition indicating that the tumor cells are moderately differentiated and reflect an intermediate grade." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "G2" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://www.cancer.gov/about-cancer/diagnosis-staging/prognosis/tumor-grade-fact-sheet" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002205" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "G2: Moderately differentiated" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002208", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "G3: Poorly differentiated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A histologic grade according to AJCC 7th edition indicating that the tumor cells are poorly differentiated and do not look like normal cells and tissue." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "G3" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://www.cancer.gov/about-cancer/diagnosis-staging/prognosis/tumor-grade-fact-sheet" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002205" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "G3: Poorly differentiated" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002209", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "G4: Undifferentiated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A histologic grade according to AJCC 7th edition indicating that the tumor cells are undifferentiated and do not look like normal cells and tissue." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "G4" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://www.cancer.gov/about-cancer/diagnosis-staging/prognosis/tumor-grade-fact-sheet" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002205" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "G4: Undifferentiated" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002210", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "histologic grade according to the Fuhrman Nuclear Grading System" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A categorical value specification that is a histologic grade assigned to a tumor slide specimen according to the Fuhrman Nuclear Grading System." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "Histologic Grade (Fuhrman Nuclear Grading System)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "NCI BBRB, OBI" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "histologic grade according to the Fuhrman Nuclear Grading System" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0001930" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002211", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "G1 (Fuhrman)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A histologic grade according to the Fuhrman Nuclear Grading System indicating that nuclei are round, uniform, approximately 10um and that nucleoli are inconspicuous or absent." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "Grade 1" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "NCI BBRB, OBI" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002210" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "G1 (Fuhrman)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002212", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "G2 (Fuhrman)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A histologic grade according to the Fuhrman Nuclear Grading System indicating that nuclei are slightly irregular, approximately 15um and nucleoli are evident." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "Grade 2" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "NCI BBRB, OBI" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002210" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "G2 (Fuhrman)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002213", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "G3 (Fuhrman)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A histologic grade according to the Fuhrman Nuclear Grading System indicating that nuclei are very irregular, approximately 20um and nucleoli large and prominent." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "Grade 3" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "NCI BBRB, OBI" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002210" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "G3 (Fuhrman)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002214", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "G4 (Fuhrman)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A histologic grade according to the Fuhrman Nuclear Grading System indicating that nuclei arei bizarre and multilobulated, 20um or greater and nucleoli are prominent and chromatin clumped." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "Grade 4" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "NCI BBRB, OBI" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002210" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "G4 (Fuhrman)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002215", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "histologic grade for ovarian tumor" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A categorical value specification that is a histologic grade assigned to a ovarian tumor." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "NCI BBRB, OBI" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "histologic grade for ovarian tumor" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0001930" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002216", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "histologic grade for ovarian tumor according to a two-tier grading system" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A histologic grade for ovarian tumor that is from a two-tier histological classification of tumors." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "NCI BBRB, OBI" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "histologic grade for ovarian tumor according to a two-tier grading system" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002215" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002217", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Low grade ovarian tumor" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A histologic grade for ovarian tumor according to a two-tier grading system indicating that the tumor is low grade." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "Low grade" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "NCI BBRB, OBI" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002216" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Low grade ovarian tumor" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002218", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "High grade ovarian tumor" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A histologic grade for ovarian tumor according to a two-tier grading system indicating that the tumor is high grade." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "High grade" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "NCI BBRB, OBI" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002216" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "High grade ovarian tumor" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002219", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "histologic grade for ovarian tumor according to the World Health Organization" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A histologic grade for ovarian tumor that is from a histological classification by the World Health Organization (WHO)." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "NCI BBRB, OBI" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "histologic grade for ovarian tumor according to the World Health Organization" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002215" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002220", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "G1 (WHO)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A histologic grade for ovarian tumor according to the World Health Organization indicating that the tumor is well differentiated." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "G1" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "NCI BBRB, OBI" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002219" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "G1 (WHO)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002221", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "G2 (WHO)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A histologic grade for ovarian tumor according to the World Health Organization indicating that the tumor is moderately differentiated." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "G2" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "NCI BBRB, OBI" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002219" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "G2 (WHO)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002222", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "G3 (WHO)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A histologic grade for ovarian tumor according to the World Health Organization indicating that the tumor is poorly differentiated." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "G3" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "NCI BBRB, OBI" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002219" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "G3 (WHO)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002223", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "G4 (WHO)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A histologic grade for ovarian tumor according to the World Health Organization indicating that the tumor is undifferentiated." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "G4" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "NCI BBRB, OBI" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002219" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "G4 (WHO)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002224", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pathologic primary tumor stage for colon and rectum according to AJCC 7th edition" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A categorical value specification that is a pathologic finding about one or more characteristics of colorectal cancer following the rules of the TNM American Joint Committee on Cancer (AJCC) version 7 classification system as they pertain to staging of the primary tumor. TNM pathologic primary tumor findings are based on clinical findings supplemented by histopathologic examination of one or more tissue specimens acquired during surgery." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "pT: Pathologic spread colorectal primary tumor (AJCC 7th Edition)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "NCI BBRB, OBI" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pathologic primary tumor stage for colon and rectum according to AJCC 7th edition" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0001930" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002225", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pT0 (colon)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic primary tumor stage for colon and rectum according to AJCC 7th edition indicating that there is no evidence of primary tumor." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_t/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002224" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pT0 (colon)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002226", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pTis (colon)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic primary tumor stage for colon and rectum according to AJCC 7th edition indicating carcinoma in situ (intraepithelial or invasion of lamina propria)." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_t/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002224" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pTis (colon)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002227", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pT1 (colon)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic primary tumor stage for colon and rectum according to AJCC 7th edition indicating that the tumor invades submucosa." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_t/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002224" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pT1 (colon)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002228", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pT2 (colon)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic primary tumor stage for colon and rectum according to AJCC 7th edition indicating that the tumor invades muscularis propria." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_t/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002224" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pT2 (colon)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002229", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pT3 (colon)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic primary tumor stage for colon and rectum according to AJCC 7th edition indicating that the tumor invades subserosa or into non-peritionealized pericolic or perirectal tissues." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_t/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002224" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pT3 (colon)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002230", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pT4a (colon)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic primary tumor stage for colon and rectum according to AJCC 7th edition indicating that the tumor perforates visceral peritoneum." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_t/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002224" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pT4a (colon)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002231", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pT4b (colon)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic primary tumor stage for colon and rectum according to AJCC 7th edition indicating that the tumor directly invades other organs or structures." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_t/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002224" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pT4b (colon)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002232", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pathologic primary tumor stage for lung according to AJCC 7th edition" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A categorical value specification that is a pathologic finding about one or more characteristics of lung cancer following the rules of the TNM American Joint Committee on Cancer (AJCC) version 7 classification system as they pertain to staging of the primary tumor. TNM pathologic primary tumor findings are based on clinical findings supplemented by histopathologic examination of one or more tissue specimens acquired during surgery." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "pT: Pathologic spread lung primary tumor (AJCC 7th Edition)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "NCI BBRB, OBI" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pathologic primary tumor stage for lung according to AJCC 7th edition" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0001930" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002233", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pT0 (lung)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that there is no evidence of primary tumor." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002232" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pT0 (lung)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002234", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pTis (lung)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic primary tumor stage for lung according to AJCC 7th edition indicating carcinoma in situ." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002232" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pTis (lung)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002235", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pT1 (lung)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that the tumor is 3 cm or less in greatest dimension, surrounded by lung or visceral pleura without bronchoscopic evidence of invasion more proximal than the lobar bronchus (i.e., not in the main bronchus)." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002232" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pT1 (lung)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002236", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pT1a (lung)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that the tumor is 2 cm or less in greatest dimension." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002232" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pT1a (lung)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002237", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pT1b (lung)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that the tumor is more than 2 cm but not more than 3 cm in greatest dimension." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002232" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pT1b (lung)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002238", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pT2 (lung)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that the tumor is more than 3 cm but not more than 7 cm or the tumor has any of the following features: involves main bronchus, 2 cm or more distal to the carina, invades visceral pleura, associated with atelectasis or obstructive pneumonitis that extends to the hilar region but does not involve the entire lung." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002232" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pT2 (lung)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002239", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pT2a (lung)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that the tumor is more than 3 cm but not more than 5 cm in greatest dimension." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002232" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pT2a (lung)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002240", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pT2b (lung)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that the tumor is more than 5 cm but not more than 7 cm in greatest dimension." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002232" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pT2b (lung)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002241", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pT3 (lung)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that the tumor is more than 7 cm or one that directly invades any of: parietal pleura, chest wall (including superior sulcus tumors), diaphragm, phrenic nerve, mediastinal pleura, parietal pericardiu or the tumor is in the main bronchus less than 2 cm distal to the carina but without involvement of the carina or there is associated atelectasis or obstructive pneumonitis of the entire lung or there is separate tumor nodule(s) in the same lobe as the primary." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002232" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pT3 (lung)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002242", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pT4 (lung)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that the tumor of any size that invades any of the following: mediastinum, heart, great vessels, trachea, recurrent laryngeal nerve, esophagus, vertebral body, carina or there is separate tumor nodule(s) in a different ipsilateral lobe to that of the primary." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002232" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pT4 (lung)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002243", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pathologic primary tumor stage for kidney according to AJCC 7th edition" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A categorical value specification that is a pathologic finding about one or more characteristics of renal cancer following the rules of the TNM AJCC v7 classification system as they pertain to staging of the primary tumor. TNM pathologic primary tumor findings are based on clinical findings supplemented by histopathologic examination of one or more tissue specimens acquired during surgery." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "pT: Pathologic spread kidney primary tumor (AJCC 7th Edition)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "NCI BBRB, OBI" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pathologic primary tumor stage for kidney according to AJCC 7th edition" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0001930" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002244", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pT0 (kidney)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that there is no evidence of primary tumor." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002243" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pT0 (kidney)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002245", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pT1 (kidney)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor is 7 cm or less in greatest dimension and limited to the kidney." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002243" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pT1 (kidney)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002246", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pT1a (kidney)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor is 4 cm or less." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002243" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pT1a (kidney)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002247", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pT1b (kidney)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor is more than 4 cm but not more than 7 cm." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002243" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pT1b (kidney)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002248", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pT2 (kidney)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor is more than 7 cm in greatest dimension and limited to the kidney." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002243" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pT2 (kidney)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002249", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pT2a (kidney)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor is more than 7 cm but not more than 10 cm." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002243" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pT2a (kidney)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002250", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pT2b (kidney)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor is more than 10 cm and limited to the kidney." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002243" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pT2b (kidney)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002251", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pT3 (kidney)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor extends into major veins or perinephric tissues but not into the ipsilateral adrenal gland and not beyond the Gerota fascia." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002243" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pT3 (kidney)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002252", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pT3a (kidney)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor grossly extends into the renal vein or its segmental (muscle containing) branches, or the tumor invades perirenal and/or renal sinus fat (peripelvic) fat but not beyond Gerota fascia." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002243" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pT3a (kidney)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002253", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pT3b (kidney)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor grossly extends into vena cava below diaphragm." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002243" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pT3b (kidney)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002254", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pT3c (kidney)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor grossly extends into vena cava above the diaphragm or Invades the wall of the vena cava." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002243" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pT3c (kidney)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002255", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pT4 (kidney)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor invades beyond Gerota fascia (including contiguous extension into the ipsilateral adrenal gland)." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002243" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pT4 (kidney)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002256", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pathologic primary tumor stage for ovary according to AJCC 7th edition" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A categorical value specification that is a pathologic finding about one or more characteristics of ovarian cancer following the rules of the TNM AJCC v7 classification system as they pertain to staging of the primary tumor. TNM pathologic primary tumor findings are based on clinical findings supplemented by histopathologic examination of one or more tissue specimens acquired during surgery." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "pT: Pathologic spread ovarian primary tumor (AJCC 7th Edition)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "NCI BBRB, OBI" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pathologic primary tumor stage for ovary according to AJCC 7th edition" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0001930" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002257", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pT0 (ovary)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that there is no evidence of primary tumor." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002256" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pT0 (ovary)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002258", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pT1 (ovary)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor is limited to the ovaries (one or both)." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002256" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pT1 (ovary)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002259", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pT1a (ovary)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor is limited to one ovary; capsule intact, no tumor on ovarian surface and no malignant cells in ascites or peritoneal washings." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002256" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pT1a (ovary)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002260", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pT1b (ovary)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor is limited to both ovaries; capsule intact, no tumor on ovarian surface and no malignant cells in ascites or peritoneal washings." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002256" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pT1b (ovary)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002261", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pT1c (ovary)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor is limited to one or both ovaries with capsule ruptured, tumor on ovarian surface, or malignant cells in ascites or peritoneal washings." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002256" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pT1c (ovary)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002262", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pT2 (ovary)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor involves one or both ovaries with pelvic extension." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002256" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pT2 (ovary)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002263", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pT2a (ovary)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor has extension and/or implants on uterus and/or tube(s) and no malignant cells in ascites or peritoneal washings." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002256" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pT2a (ovary)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002264", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pT2b (ovary)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor has extension to other pelvic tissues and no malignant cells in ascites or peritoneal washings." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002256" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pT2b (ovary)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002265", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pT2c (ovary)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor has pelvic extension with malignant cells in ascites or peritoneal washings." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002256" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pT2c (ovary)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002266", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pT3 (ovary)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor involves one or both ovaries with microscopically confirmed peritoneal metastasis outside the pelvis and/or regional lymph node metastasis." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002256" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pT3 (ovary)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002267", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pT3a (ovary)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor has microscopic peritoneal metastasis beyond pelvis." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002256" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pT3a (ovary)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002268", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pT3b (ovary)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor has macroscopic peritoneal, metastatasis beyond pelvis, 2 cm or less in greatest dimension." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002256" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pT3b (ovary)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002269", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pT3c (ovary)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor has peritoneal metastasis beyond pelvis, more than 2 cm in greatest dimension and/or regional lymph node metastasis." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002256" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pT3c (ovary)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002270", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pathologic lymph node stage for colon and rectum according to AJCC 7th edition" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A categorical value specification that is a pathologic finding about one or more characteristics of colorectal cancer following the rules of the TNM AJCC v7 classification system as they pertain to staging of regional lymph nodes." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "pN: Pathologic spread colon lymph nodes (AJCC 7th Edition)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "NCI BBRB, OBI" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pathologic lymph node stage for colon and rectum according to AJCC 7th edition" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0001930" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002271", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pN0 (colon)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic lymph node stage for colon and rectum according to AJCC 7th edition indicating no regional lymph node metastsis." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_n/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002270" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pN0 (colon)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002272", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pN1 (colon)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic lymph node stage for colon and rectum according to AJCC 7th edition indicating metastasis in 1-3 regional lymph nodes." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_n/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002270" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pN1 (colon)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002273", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pN1a (colon)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic lymph node stage for colon and rectum according to AJCC 7th edition indicating metastasis in 1 regional lymph node." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_n/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002270" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pN1a (colon)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002274", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pN1b (colon)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic lymph node stage for colon and rectum according to AJCC 7th edition indicating metastasis in 2-3 regional lymph nodes." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_n/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002270" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pN1b (colon)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002275", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pN1c (colon)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic lymph node stage for colon and rectum according to AJCC 7th edition indicating tumor deposit(s), i.e., satellites in the subserosa, or in non-peritonealized pericolic or perirectal soft tissue without regional lymph node metastasis." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_n/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002270" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pN1c (colon)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002276", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pN2 (colon)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic lymph node stage for colon and rectum according to AJCC 7th edition indicating metastasis in 4 or more regional lymph nodes." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_n/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002270" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pN2 (colon)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002277", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pN2a (colon)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic lymph node stage for colon and rectum according to AJCC 7th edition indicating metastasis in 4 to 6 regional lymph nodes." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_n/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002270" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pN2a (colon)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002278", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pN2b (colon)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic lymph node stage for colon and rectum according to AJCC 7th edition indicating metastasis in 7 or more regional lymph nodes." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_n/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002270" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pN2b (colon)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002279", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pathologic lymph node stage for lung according to AJCC 7th edition" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A categorical value specification that is a pathologic finding about one or more characteristics of lung cancer following the rules of the TNM AJCC v7 classification system as they pertain to staging of regional lymph nodes." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "pN: Pathologic spread colon lymph nodes (AJCC 7th Edition)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "NCI BBRB, OBI" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pathologic lymph node stage for lung according to AJCC 7th edition" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0001930" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002280", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pN0 (lung)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic lymph node stage for lung according to AJCC 7th edition indicating no regional lymph node metastasis." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_n/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002279" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pN0 (lung)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002281", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pN1 (lung)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic lymph node stage for lung according to AJCC 7th edition indicating metastasis in ipsilateral peribronchial and/or ipsilateral hilar lymph nodes and intrapulmonary nodes, including involvement by direct extension." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_n/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002279" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pN1 (lung)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002282", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pN2 (lung)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic lymph node stage for lung according to AJCC 7th edition indicating metastasis in ipsilateral mediastinal and/or subcarinal lymph node(s)." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_n/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002279" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pN2 (lung)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002283", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pN3 (lung)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic lymph node stage for lung according to AJCC 7th edition indicating metastasis in contralateral mediastinal, contralateral hilar, ipsilateral or contralateral scalene, or supraclavicular lymph node(s)." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_n/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002279" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pN3 (lung)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002284", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pathologic lymph node stage for kidney according to AJCC 7th edition" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A categorical value specification that is a pathologic finding about one or more characteristics of renal cancer following the rules of the TNM AJCC v7 classification system as they pertain to staging of regional lymph nodes." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "pN: Pathologic spread kidney lymph nodes (AJCC 7th Edition)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "NCI BBRB, OBI" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pathologic lymph node stage for kidney according to AJCC 7th edition" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0001930" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002285", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pN0 (kidney)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic lymph node stage for kidney according to AJCC 7th edition indicating that there is no regional lymph node metastasis." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_n/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002284" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pN0 (kidney)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002286", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pN1 (kidney)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic lymph node stage for kidney according to AJCC 7th edition indicating that there is regional lymph node metastasis." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_n/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002284" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pN1 (kidney)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002287", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pathologic lymph node stage for ovary according to AJCC 7th edition" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A categorical value specification that is a pathologic finding about one or more characteristics of ovarian cancer following the rules of the TNM AJCC v7 classification system as they pertain to staging of regional lymph nodes." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "pN: Pathologic spread ovarian lymph nodes (AJCC 7th Edition)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "NCI BBRB, OBI" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pathologic lymph node stage for ovary according to AJCC 7th edition" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0001930" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002288", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pN0 (ovary)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic lymph node stage for ovary according to AJCC 7th edition indicating that there is no regional lymph node metastasis." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_n/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002287" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pN0 (ovary)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002289", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pN1 (ovary)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic lymph node stage for ovary according to AJCC 7th edition indicating that there is regional lymph node metastasis." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_n/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002287" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pN1 (ovary)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002290", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pathologic distant metastases stage for colon according to AJCC 7th edition" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A categorical value specification that is a pathologic finding about one or more characteristics of colon cancer following the rules of the TNM AJCC v7 classification system as they pertain to distant metastases. TNM pathologic distant metastasis findings are based on clinical findings supplemented by histopathologic examination of one or more tissue specimens acquired during surgery." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "M: colon distant metastases (AJCC 7th Edition)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "NCI BBRB, OBI" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pathologic distant metastases stage for colon according to AJCC 7th edition" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0001930" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002291", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "cM0 (colon)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic distant metastases stage for colon according to AJCC 7th edition indicating that there are no symptoms or signs of distant metastasis." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://en.wikipedia.org/wiki/Cancer_staging#Pathological_M_Categorization_.28cM_and_pM.29" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002290" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "cM0 (colon)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002292", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "cM1 (colon)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic distant metastases stage for colon according to AJCC 7th edition indicating that there is clinical evidence of distant metastases by history, physical examination, imaging studies, or invasive procedures, but without microscopic evidence of the presumed distant metastases." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://en.wikipedia.org/wiki/Cancer_staging#Pathological_M_Categorization_.28cM_and_pM.29" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002290" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "cM1 (colon)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002293", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "cM1a (colon)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic distant metastases stage for colon according to AJCC 7th edition indicating that metastasis is confined to one organ based on clinical assessment." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_m/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002290" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "cM1a (colon)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002294", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "cM1b (colon)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic distant metastases stage for colon according to AJCC 7th edition indicating that metastasis is in more than one organ or the peritoneum based on clinical assessment." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_m/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002290" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "cM1b (colon)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002295", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pM1 (colon)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic distant metastases stage for colon according to AJCC 7th edition indicating that there is microscopic evidence confirming distant metastatic disease." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_m/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002290" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pM1 (colon)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002296", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pM1a (colon)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic distant metastases stage for colon according to AJCC 7th edition indicating that metastasis is confined to one organ and histologically confirmed." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_m/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002290" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pM1a (colon)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002297", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pM1b (colon)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic distant metastases stage for colon according to AJCC 7th edition indicating that metastasis is in more than one organ or the peritoneum and histologically confirmed." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_m/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002290" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pM1b (colon)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002298", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pathologic distant metastases stage for lung according to AJCC 7th edition" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A categorical value specification that is a pathologic finding about one or more characteristics of lung cancer following the rules of the TNM AJCC v7 classification system as they pertain to distant metastases. TNM pathologic distant metastasis findings are based on clinical findings supplemented by histopathologic examination of one or more tissue specimens acquired during surgery." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "M: lung distant metastases (AJCC 7th Edition)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "NCI BBRB, OBI" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pathologic distant metastases stage for lung according to AJCC 7th edition" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0001930" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002299", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "cM0 (lung)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic distant metastases stage for lung according to AJCC 7th edition indicating that there is no distant metastasis." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_m/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002298" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "cM0 (lung)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002300", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "cM1 (lung)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic distant metastases stage for lung according to AJCC 7th edition indicating that there are distant metastases based on clinical assessment." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_m/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002298" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "cM1 (lung)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002301", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "cM1a (lung)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic distant metastases stage for lung according to AJCC 7th edition indicating that metastasis is based on clinical assessment and a separate tumor nodule(s) in a contralateral lobe; tumor with pleural nodules OR malignant pleural or pericardial effusion." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_m/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002298" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "cM1a (lung)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002302", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "cM1b (lung)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic distant metastases stage for lung according to AJCC 7th edition indicating that there is a distant metastases based on clinical assessment." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_m/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002298" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "cM1b (lung)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002303", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pM1 (lung)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic distant metastases stage for lung according to AJCC 7th edition indicating that there is a distant metastases that is histologically confirmed." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_m/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002298" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pM1 (lung)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002304", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pM1a (lung)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic distant metastases stage for lung according to AJCC 7th edition indicating that metastasis is histologically confirmed and a separate tumor nodule(s) in a contralateral lobe; tumor with pleural nodules OR malignant pleural or pericardial effusion." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_m/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002298" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pM1a (lung)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002305", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pM1b (lung)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic distant metastases stage for lung according to AJCC 7th edition indicating that there is a distant metastases that is histologically confirmed and associated with distant lymph nodes or carcinomatosis." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_m/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002298" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pM1b (lung)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002306", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pathologic distant metastases stage for kidney according to AJCC 7th edition" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A categorical value specification that is a pathologic finding about one or more characteristics of renal cancer following the rules of the TNM AJCC v7 classification system as they pertain to distant metastases. TNM pathologic distant metastasis findings are based on clinical findings supplemented by histopathologic examination of one or more tissue specimens acquired during surgery." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "M: kidney distant Metastases (AJCC 7th Edition)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "NCI BBRB, OBI" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pathologic distant metastases stage for kidney according to AJCC 7th edition" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0001930" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002307", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "cM0 (kidney)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic distant metastases stage for kidney according to AJCC 7th edition indicating that there is no distant metastasis." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_m/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002306" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "cM0 (kidney)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002308", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "cM1 (kidney)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic distant metastases stage for kidney according to AJCC 7th edition indicating that there are distant metastases based on clinical assessment." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_m/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002306" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "cM1 (kidney)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002309", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pM1 (kidney)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic distant metastases stage for kidney according to AJCC 7th edition indicating that there is a distant metastases that is histologically confirmed." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_m/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002306" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pM1 (kidney)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002310", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pathologic distant metastases stage for ovary according to AJCC 7th edition" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A categorical value specification that is a pathologic finding about one or more characteristics of ovarian cancer following the rules of the TNM AJCC v7 classification system as they pertain to distant metastases. TNM pathologic distant metastasis findings are based on clinical findings supplemented by histopathologic examination of one or more tissue specimens acquired during surgery." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "M: ovarian distant metastases (AJCC 7th Edition)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "NCI BBRB, OBI" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pathologic distant metastases stage for ovary according to AJCC 7th edition" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0001930" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002311", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "cM0 (ovary)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic distant metastases stage for ovary according to AJCC 7th edition indicating that there is no distant metastasis." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_m/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002310" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "cM0 (ovary)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002312", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "cM1 (ovary)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic distant metastases stage for ovary according to AJCC 7th edition indicating that there is distant metastasis except peritoneal metastasis based on clinical assessment." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_m/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002310" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "cM1 (ovary)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002313", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pM1 (ovary)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A pathologic distant metastases stage for ovary according to AJCC 7th edition indicating that there is distant metastasis except peritoneal metastasis that is histologically confirmed." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_m/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002310" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pM1 (ovary)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002314", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "clinical tumor stage group according to AJCC 7th edition" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A categorical value specification that is an assessment of the stage of a cancer according to the American Joint Committee on Cancer (AJCC) v7 staging systems." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "Clinical tumor stage group (AJCC 7th Edition)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "NCI BBRB, OBI" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "clinical tumor stage group according to AJCC 7th edition" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0001930" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002315", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Occult Carcinoma (AJCC 7th)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A clinical tumor stage group according to AJCC 7th edition indicating a small carcinoma, either asymptomatic or giving rise to metastases without symptoms due to the primary carcinoma." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "Occult Carcinoma" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://www.medilexicon.com/dictionary/14371" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002314" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Occult Carcinoma (AJCC 7th)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002316", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Stage 0 (AJCC 7th)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A clinical tumor stage group according to AJCC 7th edition indicating a carcinoma in situ (or melanoma in situ for melanoma of the skin or germ cell neoplasia in situ for testicular germ cell tumors) and generally is considered to have no metastatic potential." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "Stage 0" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://en.wikipedia.org/wiki/Cancer_staging" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002314" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Stage 0 (AJCC 7th)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002317", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Stage I (AJCC 7th)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A clinical tumor stage group according to AJCC 7th edition indicating cancers that are smaller or less deeply invasive without regional disease or nodes." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "Stage I" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://en.wikipedia.org/wiki/Cancer_staging" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002314" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Stage I (AJCC 7th)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002318", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Stage IIA (AJCC 7th)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A clinical tumor stage group according to AJCC 7th edition indicating cancers with increasing tumor or nodal extent but less than in Stage III and with differing characteristics from IIB and IIC." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "Stage IIA" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://en.wikipedia.org/wiki/Cancer_staging" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002314" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Stage IIA (AJCC 7th)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002319", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Stage IIB (AJCC 7th)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A clinical tumor stage group according to AJCC 7th edition indicating cancers with increasing tumor or nodal extent but less than in Stage III and with differing characteristics from IIA and IIC." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "Stage IIB" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://en.wikipedia.org/wiki/Cancer_staging" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002314" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Stage IIB (AJCC 7th)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002320", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Stage IIC (AJCC 7th)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A clinical tumor stage group according to AJCC 7th edition indicating cancers with increasing tumor or nodal extent but less than in Stage III and with differing characteristics from IIA and IIB." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "Stage IIC" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://en.wikipedia.org/wiki/Cancer_staging" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002314" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Stage IIC (AJCC 7th)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002321", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Stage IIIA (AJCC 7th)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A clinical tumor stage group according to AJCC 7th edition indicating cancers with increasing tumor or nodal extent greater than in Stage II and with differing characteristics from IIIB and IIIC." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "Stage IIIA" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://en.wikipedia.org/wiki/Cancer_staging" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002314" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Stage IIIA (AJCC 7th)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002322", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Stage IIIB (AJCC 7th)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A clinical tumor stage group according to AJCC 7th edition indicating cancers with increasing tumor or nodal extent greater than in Stage II and with differing characteristics from IIIA and IIIC." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "Stage IIIB" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://en.wikipedia.org/wiki/Cancer_staging" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002314" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Stage IIIB (AJCC 7th)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002323", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Stage IIIC (AJCC 7th)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A clinical tumor stage group according to AJCC 7th edition indicating cancers with increasing tumor or nodal extent greater than in Stage II and with differing characteristics from IIIA and IIIB." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "Stage IIIC" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://en.wikipedia.org/wiki/Cancer_staging" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002314" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Stage IIIC (AJCC 7th)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002324", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Stage IVA (AJCC 7th)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A clinical tumor stage group according to AJCC 7th edition indicating cancers in patients who present with distant metastases at diagnosis and with differing characteristics from IVB." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "Stage IVA" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://en.wikipedia.org/wiki/Cancer_staging" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002314" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Stage IVA (AJCC 7th)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002325", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Stage IVB (AJCC 7th)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A clinical tumor stage group according to AJCC 7th edition indicating cancers in patients who present with distant metastases at diagnosis and with differing characteristics from IVA." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "Stage IVB" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://en.wikipedia.org/wiki/Cancer_staging" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002314" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Stage IVB (AJCC 7th)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002326", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "International Federation of Gynecology and Obstetrics cervical cancer stage value specification" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A categorical value specification that is an assessment of the stage of a gynecologic cancer according to the International Federation of Gynecology and Obstetrics (FIGO) staging systems." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "Clinical FIGO stage" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "NCI BBRB, OBI" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "International Federation of Gynecology and Obstetrics cervical cancer stage value specification" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0001930" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002327", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Stage IA (FIGO)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating invasive carcinoma which can be diagnosed only by microscopy, with deepest invasion <5 mm and the largest extension <7 mm." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "Stage IA" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://en.wikipedia.org/wiki/Cervical_cancer_staging" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002326" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Stage IA (FIGO)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002328", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Stage IA1 (FIGO)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating measured stromal invasion of <3.0 mm in depth and extension of <7.0 mm." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "Stage IA1" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://en.wikipedia.org/wiki/Cervical_cancer_staging" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002326" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Stage IA1 (FIGO)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002329", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Stage IA2 (FIGO)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating measured stromal invasion of >3.0 mm and not >5.0 mm with an extension of not >7.0 mm." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "Stage IA2" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://en.wikipedia.org/wiki/Cervical_cancer_staging" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002326" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Stage IA2 (FIGO)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002330", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Stage IB (FIGO)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating clinically visible lesions limited to the cervix uteri or pre-clinical cancers greater than stage IA" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "Stage IB" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://en.wikipedia.org/wiki/Cervical_cancer_staging" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002326" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Stage IB (FIGO)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002331", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Stage IB1 (FIGO)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating clinically visible lesion limited to the cervix uteri or pre-clinical cancers greater than stage IA <4.0 cm in greatest dimension." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "Stage IB1" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://en.wikipedia.org/wiki/Cervical_cancer_staging" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002326" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Stage IB1 (FIGO)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002332", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Stage IB2 (FIGO)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating clinically visible lesion limited to the cervix uteri or pre-clinical cancers greater than stage IA >4.0 cm in greatest dimension." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "Stage IB2" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://en.wikipedia.org/wiki/Cervical_cancer_staging" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002326" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Stage IB2 (FIGO)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002333", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Stage IIA (FIGO)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating cervical carcinoma invades beyond the uterus, but not to the pelvic wall or to the lower third of the vagina without parametrial invasion." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "Stage IIA" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://en.wikipedia.org/wiki/Cervical_cancer_staging" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002326" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Stage IIA (FIGO)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002334", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Stage IIA1 (FIGO)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating cervical carcinoma invades beyond the uterus, but not to the pelvic wall or to the lower third of the vagina without parametrial invasion and clinically visible lesion <4.0 cm in greatest dimension." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "Stage IIA1" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://en.wikipedia.org/wiki/Cervical_cancer_staging" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002326" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Stage IIA1 (FIGO)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002335", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Stage IIA2 (FIGO)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating cervical carcinoma invades beyond the uterus, but not to the pelvic wall or to the lower third of the vagina without parametrial invasion and clinically visible lesion >4.0 cm in greatest dimension." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "Stage IIA2" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://en.wikipedia.org/wiki/Cervical_cancer_staging" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002326" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Stage IIA2 (FIGO)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002336", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Stage IIB (FIGO)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating cervical carcinoma invades beyond the uterus, but not to the pelvic wall or to the lower third of the vagina with obvious parametrial invasion." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "Stage IIB" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://en.wikipedia.org/wiki/Cervical_cancer_staging" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002326" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Stage IIB (FIGO)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002337", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Stage IIIA (FIGO)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating tumour involves lower third of the vagina, with no extension to the pelvic wall." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "Stage IIIA" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://en.wikipedia.org/wiki/Cervical_cancer_staging" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002326" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Stage IIIA (FIGO)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002338", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Stage IIIB (FIGO)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating extension to the pelvic wall and/or hydronephrosis or non-functioning kidney." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "Stage IIIB" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://en.wikipedia.org/wiki/Cervical_cancer_staging" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002326" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Stage IIIB (FIGO)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002339", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Stage IVA (FIGO)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating spread of the growth to adjacent organs." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "Stage IVA" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://en.wikipedia.org/wiki/Cervical_cancer_staging" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002326" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Stage IVA (FIGO)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002340", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Stage IVB (FIGO)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating spread to distant organs." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "Stage IVB" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://en.wikipedia.org/wiki/Cervical_cancer_staging" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002326" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Stage IVB (FIGO)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002341", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "International Federation of Gynecology and Obstetrics ovarian cancer stage value specification" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A categorical value specification that is a pathologic finding about one or more characteristics of ovarian cancer following the rules of the FIGO classification system." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "Pathologic Tumor Stage Grouping for ovarian cancer (FIGO)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "NCI BBRB, OBI" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "International Federation of Gynecology and Obstetrics ovarian cancer stage value specification" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0001930" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002342", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Stage 1 (FIGO)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T1, N0, and M0." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "Stage 1" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002341" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Stage 1 (FIGO)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002343", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Stage 1A (FIGO)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T1a, N0, and M0." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "Stage 1A" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002341" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Stage 1A (FIGO)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002344", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Stage 1B (FIGO)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T1b, N0, and M0." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "Stage 1B" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002341" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Stage 1B (FIGO)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002345", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Stage 1C (FIGO)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T1c, N0, and M0." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "Stage 1C" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002341" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Stage 1C (FIGO)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002346", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Stage 2 (FIGO)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T2, N0, and M0." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "Stage 2" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002341" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Stage 2 (FIGO)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002347", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Stage 2A (FIGO)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T2a, N0, and M0." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "Stage 2A" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002341" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Stage 2A (FIGO)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002348", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Stage 2B (FIGO)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T2b, N0, and M0." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "Stage 2B" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002341" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Stage 2B (FIGO)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002349", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Stage 2C (FIGO)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T2c, N0, and M0." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "Stage 2C" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002341" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Stage 2C (FIGO)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002350", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Stage 3 (FIGO)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of (T3, N0, and M0) or (T3,3a,3b, NX, and M0)." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "Stage 3" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002341" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Stage 3 (FIGO)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002351", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Stage 3A (FIGO)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T3a, N0, and M0 ." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "Stage 3A" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002341" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Stage 3A (FIGO)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002352", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Stage 3B (FIGO)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T3b, N0, and M0 ." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "Stage 3B" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002341" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Stage 3B (FIGO)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002353", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Stage 3C (FIGO)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of (T3c, N0,X and M0) or (any T, N1 and M0)." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "Stage 3C" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002341" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Stage 3C (FIGO)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002354", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Stage 4 (FIGO)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of any T, any N, and M1." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "Stage 4" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002341" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Stage 4 (FIGO)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002355", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Stage Unknown (FIGO)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of (T0, N0, and M0) or (T1,1a-1c,2,2a-2c, NX, and M0) or (TX, N0,X, M0)." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "Stage Unknown" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002341" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Stage Unknown (FIGO)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002356", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "performance status value specification" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A categorical value specification that is an assessment of a participant's performance status (general well-being and activities of daily life)." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "Performance Status Scale" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://en.wikipedia.org/wiki/Performance_status" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "performance status value specification" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0001930" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002357", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Eastern Cooperative Oncology Group score value specification" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A performance status value specification designed by the Eastern Cooperative Oncology Group to assess disease progression and its affect on the daily living abilities of the patient." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "ECOG score" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "NCI BBRB, OBI" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Eastern Cooperative Oncology Group score value specification" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002356" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002358", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "3: symptomatic in bed more than 50% of the day but not bed ridden" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "An Eastern Cooperative Oncology Group score value specification indicating a patient is symptomatic and in bed for more than 50% of the day but is not bed ridden." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "NCI BBRB, OBI" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002357" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "3: symptomatic in bed more than 50% of the day but not bed ridden" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002359", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "2: symptomatic but in bed less than 50% of the day" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "An Eastern Cooperative Oncology Group score value specification indicating a patient is symptomatic but is in bed for less than 50% of the day." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "NCI BBRB, OBI" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002357" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "2: symptomatic but in bed less than 50% of the day" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002360", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "4: bed ridden" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "An Eastern Cooperative Oncology Group score value specification indicating a patient is symptomatic and is bed ridden." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "NCI BBRB, OBI" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002357" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "4: bed ridden" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002361", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "0: asymptomatic" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "An Eastern Cooperative Oncology Group score value specification indicating a patient is asymptomatic." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "NCI BBRB, OBI" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002357" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "0: asymptomatic" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002362", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "1: symptomatic but fully ambulatory" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "An Eastern Cooperative Oncology Group score value specification indicating a patient is symptomatic but is fully ambulatory." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "NCI BBRB, OBI" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002357" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "1: symptomatic but fully ambulatory" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002363", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Karnofsky score vaue specification" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A performance status value specification designed for classifying patients 16 years of age or older by their functional impairment." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "Karnofsky Score" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "NCI BBRB, OBI" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Karnofsky score vaue specification" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002356" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002364", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "100: asymptomatic" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A Karnofsky score vaue specification indicating that a patient is asymptomatic." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "NCI BBRB, OBI" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002363" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "100: asymptomatic" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002365", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "80-90: symptomatic but fully ambulatory" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A Karnofsky score vaue specification indicating that a patient is symptomatic but fully ambulatory." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "NCI BBRB, OBI" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002363" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "80-90: symptomatic but fully ambulatory" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002366", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "60-70: symptomatic but in bed less than 50% of the day" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A Karnofsky score vaue specification indicating that a patient is symptomatic but in bed less than 50% of the day." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "NCI BBRB, OBI" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002363" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "60-70: symptomatic but in bed less than 50% of the day" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002367", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "40-50: symptomatic, in bed more than 50% of the day, but not bed ridden" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A Karnofsky score vaue specification indicating that a patient is symptomatic, in bed more than 50% of the day, but not bed ridden." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Chris Stoeckert, Helena Ellis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "NCI BBRB, OBI" + } ], + "http://purl.obolibrary.org/obo/IAO_0000234" : [ { + "@value" : "NCI BBRB" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002363" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "40-50: symptomatic, in bed more than 50% of the day, but not bed ridden" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002755", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Oxford Nanopore Technologies" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "An organization that is developing and selling nanopore sequencing products and is based in the UK." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "James A. Overton" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://en.wikipedia.org/wiki/Oxford_Nanopore_Technologies" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000835" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Oxford Nanopore Technologies" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002903", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "BioGents" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "An organization that manufactures mosquito traps and other mosquito control products." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "John Judkins" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "WEB:https://eu.biogents.com/about-biogents/" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000835" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "BioGents" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0002989", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "material supplier" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A person or organization that provides material supplies to other people or organizations." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Rebecca Jackson" + } ], + "http://purl.obolibrary.org/obo/IAO_0000233" : [ { + "@value" : "https://github.com/obi-ontology/obi/issues/1289" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "material supplier" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "_:genid358" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0003495", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "Abbott" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A manufacturer of rapid point-of-care assay devices." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "John Judkins ORCID:0000-0001-6595-0902" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "WEB:https://www.globalpointofcare.abbott/en/about.html" + } ], + "http://purl.obolibrary.org/obo/IAO_0000233" : [ { + "@value" : "https://github.com/obi-ontology/obi/issues/1456" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000835" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "Abbott" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0003496", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "J. Mitra" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A manufacturer of in vitro diagnostic assay kits in India." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "John Judkins ORCID:0000-0001-6595-0902" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "WEB:https://jmitra.co.in/about-us/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000233" : [ { + "@value" : "https://github.com/obi-ontology/obi/issues/1456" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000835" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "J. Mitra" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0003497", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "InBios" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A manufacturer that specializes in in vitro diagnostic devices designed to test for infectious diseases." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "John Judkins ORCID:0000-0001-6595-0902" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "WEB:https://inbios.com/about/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000233" : [ { + "@value" : "https://github.com/obi-ontology/obi/issues/1456" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000835" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "InBios" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0100051", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "specimen" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@value" : "Biobanking of blood taken and stored in a freezer for potential future investigations stores specimen." + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000122" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A material entity that has the specimen role." + } ], + "http://purl.obolibrary.org/obo/IAO_0000116" : [ { + "@value" : "Note: definition is in specimen creation objective which is defined as an objective to obtain and store a material entity for potential use as an input during an investigation." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "PERSON: James Malone" + }, { + "@value" : "PERSON: Philippe Rocca-Serra" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@language" : "en", + "@value" : "GROUP: OBI Biomaterial Branch" + } ], + "http://purl.obolibrary.org/obo/IAO_0000233" : [ { + "@id" : "https://github.com/obi-ontology/obi/issues/1013" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "specimen" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "_:genid359" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0200000", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "data transformation" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@value" : "The application of a clustering protocol to microarray data or the application of a statistical testing method on a primary data set to determine a p-value." + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000122" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A planned process that produces output data from input data." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "Elisabetta Manduchi" + }, { + "@language" : "en", + "@value" : "Helen Parkinson" + }, { + "@language" : "en", + "@value" : "James Malone" + }, { + "@language" : "en", + "@value" : "Melanie Courtot" + }, { + "@language" : "en", + "@value" : "Richard Scheuermann" + }, { + "@language" : "en", + "@value" : "Ryan Brinkman" + }, { + "@language" : "en", + "@value" : "Tina Hernandez-Boussard" + }, { + "@value" : "Philippe Rocca-Serra" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "en", + "@value" : "data analysis" + }, { + "@language" : "en", + "@value" : "data processing" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@language" : "en", + "@value" : "Branch editors" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/obi.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "data transformation" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000011" + }, { + "@id" : "_:genid360" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0200033", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "leave one out cross validation method" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@value" : "The authors conducted leave-one-out cross validation to estimate the strength and accuracy of the differentially expressed filtered genes. http://bioinformatics.oxfordjournals.org/cgi/content/abstract/19/3/368" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "is a data transformation : leave-one-out cross-validation (LOOCV) involves using a single observation from the original sample as the validation data, and the remaining observations as the training data. This is repeated such that each observation in the sample is used once as the validation data" + } ], + "http://purl.obolibrary.org/obo/IAO_0000116" : [ { + "@value" : "2009-11-10. Tracker: https://sourceforge.net/tracker/?func=detail&aid=2893049&group_id=177891&atid=886178" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Person:Helen Parkinson" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "leave one out cross validation method" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000792" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0200041", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "k-means clustering" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000125" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A k-means clustering is a data transformation which achieves a class discovery or partitioning objective, which takes as input a collection of objects (represented as points in multidimensional space) and which partitions them into a specified number k of clusters. The algorithm attempts to find the centers of natural clusters in the data. The most common form of the algorithm starts by partitioning the input points into k initial sets, either at random or using some heuristic data. It then calculates the mean point, or centroid, of each set. It constructs a new partition by associating each point with the closest centroid. Then the centroids are recalculated for the new clusters, and the algorithm repeated by alternate applications of these two steps until convergence, which is obtained when the points no longer switch clusters (or alternatively centroids are no longer changed)." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "James Malone" + }, { + "@value" : "Elisabetta Manduchi" + }, { + "@value" : "Philippe Rocca-Serra" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@language" : "en", + "@value" : "WEB: http://en.wikipedia.org/wiki/K-means" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "k-means clustering" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/APOLLO_SV_00000796" + }, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0200171" + }, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0200175" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0200042", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "hierarchical clustering" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000125" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A hierarchical clustering is a data transformation which achieves a class discovery objective, which takes as input data item and builds a hierarchy of clusters. The traditional representation of this hierarchy is a tree (visualized by a dendrogram), with the individual input objects at one end (leaves) and a single cluster containing every object at the other (root)." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "James Malone" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@language" : "en", + "@value" : "WEB: http://en.wikipedia.org/wiki/Data_clustering#Hierarchical_clustering" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "hierarchical clustering" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/APOLLO_SV_00000796" + }, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0200175" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0200050", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "dimensionality reduction" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000122" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A dimensionality reduction is data partitioning which transforms each input m-dimensional vector (x_1, x_2, ..., x_m) into an output n-dimensional vector (y_1, y_2, ..., y_n), where n is smaller than m." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "Elisabetta Manduchi" + }, { + "@language" : "en", + "@value" : "James Malone" + }, { + "@language" : "en", + "@value" : "Melanie Courtot" + }, { + "@value" : "Philippe Rocca-Serra" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "data projection" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@language" : "en", + "@value" : "PERSON: Elisabetta Manduchi" + }, { + "@language" : "en", + "@value" : "PERSON: James Malone" + }, { + "@language" : "en", + "@value" : "PERSON: Melanie Courtot" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "dimensionality reduction" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/APOLLO_SV_00000796" + }, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0200175" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0200051", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "principal components analysis dimensionality reduction" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000122" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A principal components analysis dimensionality reduction is a dimensionality reduction achieved by applying principal components analysis and by keeping low-order principal components and excluding higher-order ones." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "Elisabetta Manduchi" + }, { + "@language" : "en", + "@value" : "James Malone" + }, { + "@language" : "en", + "@value" : "Melanie Courtot" + }, { + "@value" : "Philippe Rocca-Serra" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "en", + "@value" : "pca data reduction" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@language" : "en", + "@value" : "PERSON: Elisabetta Manduchi" + }, { + "@language" : "en", + "@value" : "PERSON: James Malone" + }, { + "@language" : "en", + "@value" : "PERSON: Melanie Courtot" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "principal components analysis dimensionality reduction" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0200050" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0200111", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "data visualization" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@value" : "Generation of a heatmap from a microarray dataset" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000122" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "An planned process that creates images, diagrams or animations from the input data." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@language" : "en", + "@value" : "Elisabetta Manduchi" + }, { + "@language" : "en", + "@value" : "James Malone" + }, { + "@language" : "en", + "@value" : "Melanie Courtot" + }, { + "@language" : "en", + "@value" : "Tina Boussard" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "en", + "@value" : "visualization" + }, { + "@value" : "data encoding as image" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@language" : "en", + "@value" : "PERSON: Elisabetta Manduchi" + }, { + "@language" : "en", + "@value" : "PERSON: James Malone" + }, { + "@language" : "en", + "@value" : "PERSON: Melanie Courtot" + }, { + "@language" : "en", + "@value" : "PERSON: Tina Boussard" + } ], + "http://purl.obolibrary.org/obo/IAO_0000232" : [ { + "@value" : "Possible future hierarchy might include this:\ninformation_encoding\n>data_encoding\n>>image_encoding" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "data visualization" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000011" + }, { + "@id" : "_:genid361" + }, { + "@id" : "_:genid362" + }, { + "@id" : "_:genid366" + }, { + "@id" : "_:genid367" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0200171", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "partitioning data transformation" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A partitioning data transformation is a data transformation that has objective partitioning." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "James Malone" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@language" : "en", + "@value" : "PERSON: James Malone" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "partitioning data transformation" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0200000" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0200175", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "class discovery data transformation" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000122" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A class discovery data transformation (sometimes called unsupervised classification) is a data transformation that has objective class discovery." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "James Malone" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "clustering data transformation" + }, { + "@value" : "unsupervised classification data transformation" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@language" : "en", + "@value" : "PERSON: James Malone" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "class discovery data transformation" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0200000" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_0200190", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "clustered data visualization" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000123" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A data visualization which has input of a clustered data set and produces an output of a report graph which is capable of rendering data of this type." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "James Malone" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "clustered data visualization" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0200111" + }, { + "@id" : "_:genid371" + }, { + "@id" : "_:genid378" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/OBI_9991118", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "IEDB alternative term" + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000122" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "An alternative term used by the IEDB." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "PERSON:Randi Vita, Jason Greenbaum, Bjoern Peters" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "IEDB" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "IEDB alternative term" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/PATO_0000033", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "concentration of" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A quality inhering in a substance by virtue of the amount of the bearer's there is mixed with another substance." + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/pato.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "concentration of" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/PATO_0002182" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/PATO_0000051", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "morphology" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A quality of a single physical entity inhering in the bearer by virtue of the bearer's size or shape or structure." + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/pato.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "morphology" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/PATO_0001241" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/PATO_0000122", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "length" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A 1-D extent quality which is equal to the distance between two points." + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/pato.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "length" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/PATO_0000051" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/PATO_0000146", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "temperature" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A physical quality of the thermal energy of a system." + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/pato.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "temperature" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/PATO_0001018" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/PATO_0001018", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "physical quality" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A quality of a physical entity that exists through action of continuants at the physical level of organisation in relation to other entities." + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/pato.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "physical quality" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/PATO_0001241" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/PATO_0001025", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pressure" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A physical quality that inheres in a bearer by virtue of the bearer's amount of force per unit area it exerts." + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/pato.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pressure" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/PATO_0001018" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/PATO_0001241", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "physical object quality" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A quality which inheres in a continuant." + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/pato.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "physical object quality" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/PATO_0001291", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "electromagnetic (EM) radiation quality" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A physical quality that inheres in an bearer by virtue of how that bearer interacts with electromagnetic radiation." + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/pato.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "electromagnetic (EM) radiation quality" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/PATO_0001739" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/PATO_0001300", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "optical quality" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "An EM radiation quality in which the EM radiation is within the fiat range of the spectrum visible deemed to be light." + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/pato.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "optical quality" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/PATO_0001291" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/PATO_0001546", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "quality of a solid" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A physical quality inhering in a bearer by virtue of the bearer's exhibiting the physical characteristics of an entity characterized by particles arranged such that their shape and volume are relatively stable." + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/pato.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "quality of a solid" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/PATO_0002198" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/PATO_0001548", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "quality of a liquid" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A physical quality inhering in an entity exhibiting the physical characteristics of an amorphous (non-crystalline) form of matter between a gas and a solid that has a definite volume, but no definite shape." + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/pato.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "quality of a liquid" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/PATO_0002198" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/PATO_0001739", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "radiation quality" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A quality that inheres in an bearer by virtue of how that bearer interacts with radiation." + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/pato.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "radiation quality" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/PATO_0001018" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/PATO_0002182", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "molecular quality" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A quality which inheres in a molecular entity, a single molecule, atom, ion, radical etc." + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/pato.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "molecular quality" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/PATO_0001241" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/PATO_0002198", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "quality of a substance" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A quality inhering in a bearer by virtue of its constitution." + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/pato.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "quality of a substance" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/PATO_0001018" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0000052", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "inheres in" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@language" : "en", + "@value" : "this fragility inheres in this vase" + }, { + "@language" : "en", + "@value" : "this fragility is a characteristic of this vase" + }, { + "@language" : "en", + "@value" : "this red color inheres in this apple" + }, { + "@language" : "en", + "@value" : "this red color is a characteristic of this apple" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "a relation between a specifically dependent continuant (the characteristic) and any other entity (the bearer), in which the characteristic depends on the bearer for its existence." + }, { + "@language" : "en", + "@value" : "a relation between a specifically dependent continuant (the dependent) and an independent continuant (the bearer), in which the dependent specifically depends on the bearer for its existence" + } ], + "http://purl.obolibrary.org/obo/IAO_0000116" : [ { + "@language" : "en", + "@value" : "A dependent inheres in its bearer at all times for which the dependent exists." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "en", + "@value" : "inheres_in" + } ], + "http://purl.obolibrary.org/obo/RO_0001900" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0001901" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@value" : "Note that this relation was previously called \"inheres in\", but was changed to be called \"characteristic of\" because BFO2 uses \"inheres in\" in a more restricted fashion. This relation differs from BFO2:inheres_in in two respects: (1) it does not impose a range constraint, and thus it allows qualities of processes, as well as of information entities, whereas BFO2 restricts inheres_in to only apply to independent continuants (2) it is declared functional, i.e. something can only be a characteristic of one thing." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "characteristic of" + }, { + "@language" : "en", + "@value" : "inheres in" + } ], + "http://www.w3.org/2002/07/owl#inverseOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0000053" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0000053", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#InverseFunctionalProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "bearer of" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@language" : "en", + "@value" : "this apple is bearer of this red color" + }, { + "@language" : "en", + "@value" : "this vase is bearer of this fragility" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Inverse of characteristic_of" + }, { + "@language" : "en", + "@value" : "a relation between an independent continuant (the bearer) and a specifically dependent continuant (the dependent), in which the dependent specifically depends on the bearer for its existence" + } ], + "http://purl.obolibrary.org/obo/IAO_0000116" : [ { + "@language" : "en", + "@value" : "A bearer can have many dependents, and its dependents can exist for different periods of time, but none of its dependents can exist when the bearer does not exist." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "en", + "@value" : "bearer_of" + }, { + "@language" : "en", + "@value" : "is bearer of" + } ], + "http://purl.obolibrary.org/obo/RO_0001900" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0001901" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "bearer of" + }, { + "@language" : "en", + "@value" : "has characteristic" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0000056", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "participates in" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@language" : "en", + "@value" : "this blood clot participates in this blood coagulation" + }, { + "@language" : "en", + "@value" : "this input material (or this output material) participates in this process" + }, { + "@language" : "en", + "@value" : "this investigator participates in this investigation" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "a relation between a continuant and a process, in which the continuant is somehow involved in the process" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "en", + "@value" : "participates_in" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "participates in" + } ], + "http://www.w3.org/2002/07/owl#inverseOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0000057" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0000057", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@language" : "en", + "@value" : "has participant" + } ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@language" : "en", + "@value" : "this blood coagulation has participant this blood clot" + }, { + "@language" : "en", + "@value" : "this investigation has participant this investigator" + }, { + "@language" : "en", + "@value" : "this process has participant this input material (or this output material)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "a relation between a process and a continuant, in which the continuant is somehow involved in the process" + } ], + "http://purl.obolibrary.org/obo/IAO_0000116" : [ { + "@language" : "en", + "@value" : "Has_participant is a primitive instance-level relation between a process, a continuant, and a time at which the continuant participates in some way in the process. The relation obtains, for example, when this particular process of oxygen exchange across this particular alveolar membrane has_participant this particular sample of hemoglobin at this particular time." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "en", + "@value" : "has_participant" + } ], + "http://purl.org/dc/elements/1.1/source" : [ { + "@value" : "http://www.obofoundry.org/ro/#OBO_REL:has_participant" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "has participant" + } ], + "http://www.w3.org/2002/07/owl#propertyChainAxiom" : [ { + "@list" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000051" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0000057" + } ] + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0000058", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@language" : "en", + "@value" : "A journal article is an information artifact that inheres in some number of printed journals. For each copy of the printed journal there is some quality that carries the journal article, such as a pattern of ink. The journal article (a generically dependent continuant) is concretized as the quality (a specifically dependent continuant), and both depend on that copy of the printed journal (an independent continuant)." + }, { + "@language" : "en", + "@value" : "An investigator reads a protocol and forms a plan to carry out an assay. The plan is a realizable entity (a specifically dependent continuant) that concretizes the protocol (a generically dependent continuant), and both depend on the investigator (an independent continuant). The plan is then realized by the assay (a process)." + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A relationship between a generically dependent continuant and a specifically dependent continuant, in which the generically dependent continuant depends on some independent continuant in virtue of the fact that the specifically dependent continuant also depends on that same independent continuant. A generically dependent continuant may be concretized as multiple specifically dependent continuants." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "is concretized as" + } ], + "http://www.w3.org/2002/07/owl#inverseOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0000059" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0000059", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@language" : "en", + "@value" : "A journal article is an information artifact that inheres in some number of printed journals. For each copy of the printed journal there is some quality that carries the journal article, such as a pattern of ink. The quality (a specifically dependent continuant) concretizes the journal article (a generically dependent continuant), and both depend on that copy of the printed journal (an independent continuant)." + }, { + "@language" : "en", + "@value" : "An investigator reads a protocol and forms a plan to carry out an assay. The plan is a realizable entity (a specifically dependent continuant) that concretizes the protocol (a generically dependent continuant), and both depend on the investigator (an independent continuant). The plan is then realized by the assay (a process)." + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A relationship between a specifically dependent continuant and a generically dependent continuant, in which the generically dependent continuant depends on some independent continuant in virtue of the fact that the specifically dependent continuant also depends on that same independent continuant. Multiple specifically dependent continuants can concretize the same generically dependent continuant." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "concretizes" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0000079", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@language" : "en", + "@value" : "this catalysis function is a function of this enzyme" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "a relation between a function and an independent continuant (the bearer), in which the function specifically depends on the bearer for its existence" + } ], + "http://purl.obolibrary.org/obo/IAO_0000116" : [ { + "@language" : "en", + "@value" : "A function inheres in its bearer at all times for which the function exists, however the function need not be realized at all the times that the function exists." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "en", + "@value" : "function_of" + }, { + "@language" : "en", + "@value" : "is function of" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@value" : "This relation is modeled after the BFO relation of the same name which was in BFO2, but is used in a more restricted sense - specifically, we model this relation as functional (inherited from characteristic-of). Note that this relation is now removed from BFO2020." + } ], + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000034" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "function of" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0000052" + } ], + "http://www.w3.org/2002/07/owl#inverseOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0000085" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0000080", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@language" : "en", + "@value" : "this red color is a quality of this apple" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "a relation between a quality and an independent continuant (the bearer), in which the quality specifically depends on the bearer for its existence" + } ], + "http://purl.obolibrary.org/obo/IAO_0000116" : [ { + "@language" : "en", + "@value" : "A quality inheres in its bearer at all times for which the quality exists." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "en", + "@value" : "is quality of" + }, { + "@language" : "en", + "@value" : "quality_of" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@value" : "This relation is modeled after the BFO relation of the same name which was in BFO2, but is used in a more restricted sense - specifically, we model this relation as functional (inherited from characteristic-of). Note that this relation is now removed from BFO2020." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "quality of" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0000052" + } ], + "http://www.w3.org/2002/07/owl#inverseOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0000086" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0000081", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@language" : "en", + "@value" : "this investigator role is a role of this person" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "a relation between a role and an independent continuant (the bearer), in which the role specifically depends on the bearer for its existence" + } ], + "http://purl.obolibrary.org/obo/IAO_0000116" : [ { + "@language" : "en", + "@value" : "A role inheres in its bearer at all times for which the role exists, however the role need not be realized at all the times that the role exists." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "en", + "@value" : "is role of" + }, { + "@language" : "en", + "@value" : "role_of" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@value" : "This relation is modeled after the BFO relation of the same name which was in BFO2, but is used in a more restricted sense - specifically, we model this relation as functional (inherited from characteristic-of). Note that this relation is now removed from BFO2020." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "role of" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0000052" + } ], + "http://www.w3.org/2002/07/owl#inverseOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0000087" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0000085", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@language" : "en", + "@value" : "this enzyme has function this catalysis function (more colloquially: this enzyme has this catalysis function)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "a relation between an independent continuant (the bearer) and a function, in which the function specifically depends on the bearer for its existence" + } ], + "http://purl.obolibrary.org/obo/IAO_0000116" : [ { + "@language" : "en", + "@value" : "A bearer can have many functions, and its functions can exist for different periods of time, but none of its functions can exist when the bearer does not exist. A function need not be realized at all the times that the function exists." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "en", + "@value" : "has_function" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "has function" + } ], + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000034" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0000053" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0000086", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@language" : "en", + "@value" : "this apple has quality this red color" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "a relation between an independent continuant (the bearer) and a quality, in which the quality specifically depends on the bearer for its existence" + } ], + "http://purl.obolibrary.org/obo/IAO_0000116" : [ { + "@language" : "en", + "@value" : "A bearer can have many qualities, and its qualities can exist for different periods of time, but none of its qualities can exist when the bearer does not exist." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "en", + "@value" : "has_quality" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "has quality" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0000053" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0000087", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@language" : "en", + "@value" : "this person has role this investigator role (more colloquially: this person has this role of investigator)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "a relation between an independent continuant (the bearer) and a role, in which the role specifically depends on the bearer for its existence" + } ], + "http://purl.obolibrary.org/obo/IAO_0000116" : [ { + "@language" : "en", + "@value" : "A bearer can have many roles, and its roles can exist for different periods of time, but none of its roles can exist when the bearer does not exist. A role need not be realized at all the times that the role exists." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "en", + "@value" : "has_role" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "has role" + } ], + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000023" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0000053" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0000091", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "a relation between an independent continuant (the bearer) and a disposition, in which the disposition specifically depends on the bearer for its existence" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "has disposition" + } ], + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000016" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0000053" + } ], + "http://www.w3.org/2002/07/owl#inverseOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0000092" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0000092", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "inverse of has disposition" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002259" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@value" : "This relation is modeled after the BFO relation of the same name which was in BFO2, but is used in a more restricted sense - specifically, we model this relation as functional (inherited from characteristic-of). Note that this relation is now removed from BFO2020." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "disposition of" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0000052" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0001900", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "An assertion that holds between an OWL Object Property and a temporal interpretation that elucidates how OWL Class Axioms that use this property are to be interpreted in a temporal context." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "temporal interpretation" + } ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso" : [ { + "@id" : "http://purl.obolibrary.org/obo/ro/docs/temporal-semantics/" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002013", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A 'has regulatory component activity' B if A and B are GO molecular functions (GO_0003674), A has_component B and A is regulated by B." + } ], + "http://www.geneontology.org/formats/oboInOwl#created_by" : [ { + "@value" : "dos" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#dateTime", + "@value" : "2017-05-24T09:30:46Z" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "has regulatory component activity" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002017" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002334" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002014", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A relationship that holds between a GO molecular function and a component of that molecular function that negatively regulates the activity of the whole. More formally, A 'has regulatory component activity' B iff :A and B are GO molecular functions (GO_0003674), A has_component B and A is negatively regulated by B." + } ], + "http://www.geneontology.org/formats/oboInOwl#created_by" : [ { + "@value" : "dos" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#dateTime", + "@value" : "2017-05-24T09:31:01Z" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@value" : "By convention GO molecular functions are classified by their effector function. Internal regulatory functions are treated as components. For example, NMDA glutmate receptor activity is a cation channel activity with positive regulatory component 'glutamate binding' and negative regulatory components including 'zinc binding' and 'magnesium binding'." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "has negative regulatory component activity" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002013" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002335" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002015", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A relationship that holds between a GO molecular function and a component of that molecular function that positively regulates the activity of the whole. More formally, A 'has regulatory component activity' B iff :A and B are GO molecular functions (GO_0003674), A has_component B and A is positively regulated by B." + } ], + "http://www.geneontology.org/formats/oboInOwl#created_by" : [ { + "@value" : "dos" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#dateTime", + "@value" : "2017-05-24T09:31:17Z" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@value" : "By convention GO molecular functions are classified by their effector function and internal regulatory functions are treated as components. So, for example calmodulin has a protein binding activity that has positive regulatory component activity calcium binding activity. Receptor tyrosine kinase activity is a tyrosine kinase activity that has positive regulatory component 'ligand binding'." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "has positive regulatory component activity" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002013" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002336" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002017", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://www.geneontology.org/formats/oboInOwl#created_by" : [ { + "@value" : "dos" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#dateTime", + "@value" : "2017-05-24T09:44:33Z" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@value" : "A 'has component activity' B if A is A and B are molecular functions (GO_0003674) and A has_component B." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "has component activity" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002018" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002018", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "w 'has process component' p if p and w are processes, w 'has part' p and w is such that it can be directly disassembled into into n parts p, p2, p3, ..., pn, where these parts are of similar type." + } ], + "http://www.geneontology.org/formats/oboInOwl#created_by" : [ { + "@value" : "dos" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#dateTime", + "@value" : "2017-05-24T09:49:21Z" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "has component process" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002180" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002022", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://www.geneontology.org/formats/oboInOwl#created_by" : [ { + "@value" : "dos" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#dateTime", + "@value" : "2017-09-17T13:52:24Z" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@value" : "Process(P2) is directly regulated by process(P1) iff: P1 regulates P2 via direct physical interaction between an agent executing P1 (or some part of P1) and an agent executing P2 (or some part of P2). For example, if protein A has protein binding activity(P1) that targets protein B and this binding regulates the kinase activity (P2) of protein B then P1 directly regulates P2." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "directly regulated by" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002334" + } ], + "http://www.w3.org/2002/07/owl#inverseOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002578" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002023", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "Process(P2) is directly negatively regulated by process(P1) iff: P1 negatively regulates P2 via direct physical interaction between an agent executing P1 (or some part of P1) and an agent executing P2 (or some part of P2). For example, if protein A has protein binding activity(P1) that targets protein B and this binding negatively regulates the kinase activity (P2) of protein B then P2 directly negatively regulated by P1." + } ], + "http://www.geneontology.org/formats/oboInOwl#created_by" : [ { + "@value" : "dos" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#dateTime", + "@value" : "2017-09-17T13:52:38Z" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "directly negatively regulated by" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002022" + } ], + "http://www.w3.org/2002/07/owl#inverseOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002630" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002024", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "Process(P2) is directly postively regulated by process(P1) iff: P1 positively regulates P2 via direct physical interaction between an agent executing P1 (or some part of P1) and an agent executing P2 (or some part of P2). For example, if protein A has protein binding activity(P1) that targets protein B and this binding positively regulates the kinase activity (P2) of protein B then P2 is directly postively regulated by P1." + } ], + "http://www.geneontology.org/formats/oboInOwl#created_by" : [ { + "@value" : "dos" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#dateTime", + "@value" : "2017-09-17T13:52:47Z" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "directly positively regulated by" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002022" + } ], + "http://www.w3.org/2002/07/owl#inverseOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002629" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002025", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A 'has effector activity' B if A and B are GO molecular functions (GO_0003674), A 'has component activity' B and B is the effector (output function) of B. Each compound function has only one effector activity." + } ], + "http://www.geneontology.org/formats/oboInOwl#created_by" : [ { + "@value" : "dos" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#dateTime", + "@value" : "2017-09-22T14:14:36Z" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@value" : "This relation is designed for constructing compound molecular functions, typically in combination with one or more regulatory component activity relations." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "has effector activity" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002017" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002086", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#TransitiveProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "David Osumi-Sutherland" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "X ends_after Y iff: end(Y) before_or_simultaneous_with end(X)" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "ends after" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002222" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002087", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "David Osumi-Sutherland" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "starts_at_end_of" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "X immediately_preceded_by Y iff: end(X) simultaneous_with start(Y)" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "immediately preceded by" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000062" + } ], + "http://www.w3.org/2002/07/owl#inverseOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002090" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002090", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@id" : "https://orcid.org/0000-0002-7073-9172" + }, { + "@value" : "David Osumi-Sutherland" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "ends_at_start_of" + }, { + "@value" : "meets" + } ], + "http://purl.obolibrary.org/obo/RO_0002575" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000063" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "X immediately_precedes_Y iff: end(X) simultaneous_with start(Y)" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "immediately precedes" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000063" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002131", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#SymmetricProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000125" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "x overlaps y if and only if there exists some z such that x has part z and z part of y" + } ], + "http://purl.obolibrary.org/obo/IAO_0000424" : [ { + "@value" : "http://purl.obolibrary.org/obo/BFO_0000051 some (http://purl.obolibrary.org/obo/BFO_0000050 some ?Y)" + } ], + "http://purl.obolibrary.org/obo/RO_0001900" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0001901" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension" + }, { + "@id" : "http://purl.obolibrary.org/obo/valid_for_gocam" + }, { + "@id" : "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "overlaps" + } ], + "http://www.w3.org/2002/07/owl#propertyChainAxiom" : [ { + "@list" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000050" + }, { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000050" + } ] + }, { + "@id" : "_:genid16" + }, { + "@list" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000051" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002131" + } ] + }, { + "@list" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002131" + }, { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000050" + } ] + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002180", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000125" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "w 'has component' p if w 'has part' p and w is such that it can be directly disassembled into into n parts p, p2, p3, ..., pn, where these parts are of similar type." + } ], + "http://purl.obolibrary.org/obo/IAO_0000116" : [ { + "@value" : "The definition of 'has component' is still under discussion. The challenge is in providing a definition that does not imply transitivity." + } ], + "http://purl.obolibrary.org/obo/IAO_0000232" : [ { + "@language" : "en", + "@value" : "For use in recording has_part with a cardinality constraint, because OWL does not permit cardinality constraints to be used in combination with transitive object properties. In situations where you would want to say something like 'has part exactly 5 digit, you would instead use has_component exactly 5 digit." + } ], + "http://purl.obolibrary.org/obo/RO_0001900" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0001901" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "has component" + } ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso" : [ { + "@id" : "http://ontologydesignpatterns.org/wiki/Submissions:Componency" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000051" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002211", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#TransitiveProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "p regulates q iff p is causally upstream of q, the execution of p is not constant and varies according to specific conditions, and p influences the rate or magnitude of execution of q due to an effect either on some enabler of q or some enabler of a part of q." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@id" : "https://orcid.org/0000-0001-7476-6306" + }, { + "@id" : "https://orcid.org/0000-0002-3837-8864" + }, { + "@id" : "https://orcid.org/0000-0002-6601-2165" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@id" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations" + }, { + "@value" : "GO" + } ], + "http://purl.obolibrary.org/obo/IAO_0000232" : [ { + "@value" : "Regulation precludes parthood; the regulatory process may not be within the regulated process." + } ], + "http://purl.obolibrary.org/obo/IAO_0000589" : [ { + "@value" : "regulates (processual)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000600" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#boolean", + "@value" : "false" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension" + }, { + "@id" : "http://purl.obolibrary.org/obo/valid_for_go_ontology" + }, { + "@id" : "http://purl.obolibrary.org/obo/valid_for_gocam" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "regulates" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002411" + } ], + "http://www.w3.org/2002/07/owl#inverseOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002334" + } ], + "http://www.w3.org/2002/07/owl#propertyChainAxiom" : [ { + "@list" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002211" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002025" + } ] + }, { + "@list" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002578" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002578" + } ] + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002212", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "p negatively regulates q iff p regulates q, and p decreases the rate or magnitude of execution of q." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@id" : "https://orcid.org/0000-0002-6601-2165" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@id" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations" + } ], + "http://purl.obolibrary.org/obo/IAO_0000589" : [ { + "@value" : "negatively regulates (process to process)" + } ], + "http://purl.obolibrary.org/obo/RO_0004050" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002211" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension" + }, { + "@id" : "http://purl.obolibrary.org/obo/valid_for_go_ontology" + }, { + "@id" : "http://purl.obolibrary.org/obo/valid_for_gocam" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "negatively regulates" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002211" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002305" + } ], + "http://www.w3.org/2002/07/owl#inverseOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002335" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002213", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#TransitiveProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "p positively regulates q iff p regulates q, and p increases the rate or magnitude of execution of q." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@id" : "https://orcid.org/0000-0002-6601-2165" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@id" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations" + } ], + "http://purl.obolibrary.org/obo/IAO_0000589" : [ { + "@value" : "positively regulates (process to process)" + } ], + "http://purl.obolibrary.org/obo/RO_0004049" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002211" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension" + }, { + "@id" : "http://purl.obolibrary.org/obo/valid_for_go_ontology" + }, { + "@id" : "http://purl.obolibrary.org/obo/valid_for_gocam" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "positively regulates" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002211" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002304" + } ], + "http://www.w3.org/2002/07/owl#inverseOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002336" + } ], + "http://www.w3.org/2002/07/owl#propertyChainAxiom" : [ { + "@list" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002212" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002212" + } ] + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002215", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@value" : "mechanosensory neuron capable of detection of mechanical stimulus involved in sensory perception (GO:0050974)" + }, { + "@value" : "osteoclast SubClassOf 'capable of' some 'bone resorption'" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A relation between a material entity (such as a cell) and a process, in which the material entity has the ability to carry out the process. " + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@id" : "https://orcid.org/0000-0002-6601-2165" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "has function realized in" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@id" : "http://www.ncbi.nlm.nih.gov/pubmed/20123131" + }, { + "@id" : "http://www.ncbi.nlm.nih.gov/pubmed/21208450" + } ], + "http://purl.obolibrary.org/obo/IAO_0000232" : [ { + "@value" : "For compatibility with BFO, this relation has a shortcut definition in which the expression \"capable of some P\" expands to \"bearer_of (some realized_by only P)\"." + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "capable of" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002216" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002216", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "c stands in this relationship to p if and only if there exists some p' such that c is capable_of p', and p' is part_of p." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@id" : "https://orcid.org/0000-0002-6601-2165" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "has function in" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "capable of part of" + } ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso" : [ { + "@id" : "http://purl.obolibrary.org/obo/ro/docs/reflexivity/" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002500" + } ], + "http://www.w3.org/2002/07/owl#propertyChainAxiom" : [ { + "@id" : "_:genid29" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002222", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000125" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@id" : "https://orcid.org/0000-0002-6601-2165" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@id" : "https://en.wikipedia.org/wiki/Allen%27s_interval_algebra" + } ], + "http://purl.obolibrary.org/obo/IAO_0000232" : [ { + "@value" : "Do not use this relation directly. It is ended as a grouping for relations between occurrents involving the relative timing of their starts and ends." + } ], + "http://purl.org/dc/terms/source" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#anyURI", + "@value" : "https://docs.google.com/document/d/1kBv1ep_9g3sTR-SD3jqzFqhuwo9TPNF-l-9fUDbO6rM/edit?pli=1" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@value" : "A relation that holds between two occurrents. This is a grouping relation that collects together all the Allen relations." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "temporally related to" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002233", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000125" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "p has input c iff: p is a process, c is a material entity, c is a participant in p, c is present at the start of p, and the state of c is modified during p." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@id" : "https://orcid.org/0000-0002-6601-2165" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "consumes" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension" + }, { + "@id" : "http://purl.obolibrary.org/obo/valid_for_go_ontology" + }, { + "@id" : "http://purl.obolibrary.org/obo/valid_for_gocam" + }, { + "@id" : "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "has input" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0000057" + } ], + "http://www.w3.org/2002/07/owl#inverseOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002352" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002259", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#SubsetProperty" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002263", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@value" : "A faulty traffic light (material entity) whose malfunctioning (a process) is causally upstream of a traffic collision (a process): the traffic light acts upstream of the collision." + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "c acts upstream of p if and only if c enables some f that is involved in p' and p' occurs chronologically before p, is not part of p, and affects the execution of p. c is a material entity and f, p, p' are processes." + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/valid_for_go_gp2term" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "acts upstream of" + } ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso" : [ { + "@id" : "http://wiki.geneontology.org/index.php/Acts_upstream_of" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002264" + } ], + "http://www.w3.org/2002/07/owl#propertyChainAxiom" : [ { + "@list" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002327" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002411" + } ] + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002264", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@value" : "A gene product that has some activity, where that activity may be a part of a pathway or upstream of the pathway." + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "c acts upstream of or within p if c is enables f, and f is causally upstream of or within p. c is a material entity and p is an process." + } ], + "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" : [ { + "@value" : "affects" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/valid_for_go_gp2term" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "acts upstream of or within" + } ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso" : [ { + "@id" : "http://wiki.geneontology.org/index.php/Acts_upstream_of_or_within" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002500" + } ], + "http://www.w3.org/2002/07/owl#propertyChainAxiom" : [ { + "@list" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002327" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002418" + } ] + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002304", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "p is causally upstream of, positive effect q iff p is casually upstream of q, and the execution of p is required for the execution of q." + } ], + "http://purl.obolibrary.org/obo/RO_0004049" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002411" + } ], + "http://purl.org/dc/terms/creator" : [ { + "@id" : "https://orcid.org/0000-0002-6601-2165" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension" + }, { + "@id" : "http://purl.obolibrary.org/obo/valid_for_gocam" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@value" : "holds between x and y if and only if x is causally upstream of y and the progression of x increases the frequency, rate or extent of y" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "causally upstream of, positive effect" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002411" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0004047" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002305", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "p is causally upstream of, negative effect q iff p is casually upstream of q, and the execution of p decreases the execution of q." + } ], + "http://purl.obolibrary.org/obo/RO_0004050" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002411" + } ], + "http://purl.org/dc/terms/creator" : [ { + "@id" : "https://orcid.org/0000-0002-6601-2165" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension" + }, { + "@id" : "http://purl.obolibrary.org/obo/valid_for_gocam" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "causally upstream of, negative effect" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002411" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0004046" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002327", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@value" : "a particular instances of akt-2 enables some instance of protein kinase activity" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "c enables p iff c is capable of p and c acts to execute p." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@id" : "https://orcid.org/0000-0002-6601-2165" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "catalyzes" + }, { + "@value" : "executes" + }, { + "@value" : "has" + }, { + "@value" : "is catalyzing" + }, { + "@value" : "is executing" + } ], + "http://purl.obolibrary.org/obo/IAO_0000232" : [ { + "@value" : "This relation differs from the parent relation 'capable of' in that the parent is weaker and only expresses a capability that may not be actually realized, whereas this relation is always realized." + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/valid_for_go_gp2term" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "enables" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002215" + } ], + "http://www.w3.org/2002/07/owl#inverseOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002333" + } ], + "http://www.w3.org/2002/07/owl#propertyChainAxiom" : [ { + "@list" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002327" + }, { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000051" + } ] + }, { + "@list" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002327" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002017" + } ] + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002331", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "c involved_in p if and only if c enables some process p', and p' is part of p" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@id" : "https://orcid.org/0000-0002-6601-2165" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "actively involved in" + }, { + "@value" : "enables part of" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "involved in" + } ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso" : [ { + "@id" : "http://wiki.geneontology.org/index.php/Involved_in" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0000056" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002431" + } ], + "http://www.w3.org/2002/07/owl#propertyChainAxiom" : [ { + "@list" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002327" + }, { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000050" + } ] + }, { + "@list" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002331" + }, { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000050" + } ] + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002333", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "inverse of enables" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@id" : "https://orcid.org/0000-0002-6601-2165" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/valid_for_gocam" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "enabled by" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0000057" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002334", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#TransitiveProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "inverse of regulates" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@id" : "https://orcid.org/0000-0002-6601-2165" + } ], + "http://purl.obolibrary.org/obo/IAO_0000589" : [ { + "@value" : "regulated by (processual)" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002259" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "regulated by" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002427" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002335", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "inverse of negatively regulates" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@id" : "https://orcid.org/0000-0002-6601-2165" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002259" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "negatively regulated by" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002334" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002336", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "inverse of positively regulates" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@id" : "https://orcid.org/0000-0002-6601-2165" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002259" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "positively regulated by" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002334" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002350", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@value" : "An organism that is a member of a population of organisms" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "is member of is a mereological relation between a item and a collection." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "is member of" + }, { + "@value" : "member part of" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "SIO" + } ], + "http://purl.obolibrary.org/obo/RO_0001900" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0001901" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "member of" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000050" + } ], + "http://www.w3.org/2002/07/owl#inverseOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002351" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002351", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#IrreflexiveProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "has member is a mereological relation between a collection and an item." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "SIO" + } ], + "http://purl.obolibrary.org/obo/RO_0001900" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0001901" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "has member" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000051" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002352", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "inverse of has input" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@id" : "https://orcid.org/0000-0002-6601-2165" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002259" + }, { + "@id" : "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "input of" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0000056" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002404", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000428" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "inverse of upstream of" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@id" : "https://orcid.org/0000-0002-6601-2165" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "causally downstream of" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000062" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002427" + } ], + "http://www.w3.org/2002/07/owl#inverseOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002411" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002405", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000428" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@id" : "https://orcid.org/0000-0002-6601-2165" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "immediately causally downstream of" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002087" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002404" + } ], + "http://www.w3.org/2002/07/owl#inverseOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002412" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002407", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#TransitiveProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "p indirectly positively regulates q iff p is indirectly causally upstream of q and p positively regulates q." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@id" : "https://orcid.org/0000-0002-6601-2165" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "indirectly activates" + } ], + "http://purl.obolibrary.org/obo/RO_0002579" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002213" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "indirectly positively regulates" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002213" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0012012" + } ], + "http://www.w3.org/2002/07/owl#propertyChainAxiom" : [ { + "@list" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002407" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002629" + } ] + }, { + "@list" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002409" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002409" + } ] + }, { + "@list" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002629" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002407" + } ] + }, { + "@list" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002629" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002629" + } ] + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002409", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#TransitiveProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "p indirectly negatively regulates q iff p is indirectly causally upstream of q and p negatively regulates q." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@id" : "https://orcid.org/0000-0002-6601-2165" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "indirectly inhibits" + } ], + "http://purl.obolibrary.org/obo/RO_0002579" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002212" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "indirectly negatively regulates" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002212" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0012012" + } ], + "http://www.w3.org/2002/07/owl#propertyChainAxiom" : [ { + "@list" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002409" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002630" + } ] + }, { + "@list" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002630" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002409" + } ] + }, { + "@list" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002630" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002630" + } ] + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002411", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#TransitiveProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "p is causally upstream of q iff p is causally related to q, the end of p precedes the end of q, and p is not an occurrent part of q." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@id" : "https://orcid.org/0000-0002-6601-2165" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension" + }, { + "@id" : "http://purl.obolibrary.org/obo/valid_for_gocam" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "causally upstream of" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000063" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002418" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002412", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "p is immediately causally upstream of q iff p is causally upstream of q, and the end of p is coincident with the beginning of q." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@id" : "https://orcid.org/0000-0002-6601-2165" + } ], + "http://purl.obolibrary.org/obo/RO_0002575" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002411" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "immediately causally upstream of" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002090" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002411" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002418", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#TransitiveProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "p is 'causally upstream or within' q iff p is causally related to q, and the end of p precedes, or is coincident with, the end of q." + } ], + "http://purl.obolibrary.org/obo/IAO_0000116" : [ { + "@value" : "We would like to make this disjoint with 'preceded by', but this is prohibited in OWL2" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@id" : "https://orcid.org/0000-0002-6601-2165" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "influences (processual)" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" : [ { + "@value" : "affects" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "causally upstream of or within" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002501" + } ], + "http://www.w3.org/2002/07/owl#inverseOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002427" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002423", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "logical macro assertion on an annotation property" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002427", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#TransitiveProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "inverse of causally upstream of or within" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@id" : "https://orcid.org/0000-0002-6601-2165" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@id" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002259" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "causally downstream of or within" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002501" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002428", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "c involved in regulation of p if c is involved in some p' and p' regulates some p" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@id" : "https://orcid.org/0000-0002-6601-2165" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "involved in regulation of" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002263" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002431" + } ], + "http://www.w3.org/2002/07/owl#propertyChainAxiom" : [ { + "@list" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002327" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002211" + } ] + }, { + "@list" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002331" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002211" + } ] + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002429", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "c involved in regulation of p if c is involved in some p' and p' positively regulates some p" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@id" : "https://orcid.org/0000-0002-6601-2165" + } ], + "http://purl.obolibrary.org/obo/RO_0004049" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002428" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "involved in positive regulation of" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002428" + } ], + "http://www.w3.org/2002/07/owl#propertyChainAxiom" : [ { + "@list" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002327" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002213" + } ] + }, { + "@list" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002331" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002213" + } ] + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002430", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "c involved in regulation of p if c is involved in some p' and p' negatively regulates some p" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@id" : "https://orcid.org/0000-0002-6601-2165" + } ], + "http://purl.obolibrary.org/obo/RO_0004050" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002428" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "involved in negative regulation of" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002428" + } ], + "http://www.w3.org/2002/07/owl#propertyChainAxiom" : [ { + "@list" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002327" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002212" + } ] + }, { + "@list" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002331" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002212" + } ] + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002431", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "c involved in or regulates p if and only if either (i) c is involved in p or (ii) c is involved in regulation of p" + } ], + "http://purl.obolibrary.org/obo/IAO_0000116" : [ { + "@value" : "OWL does not allow defining object properties via a Union" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@id" : "https://orcid.org/0000-0002-6601-2165" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "involved in or reguates" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "involved in or involved in regulation of" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002264" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002500" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002434", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#SymmetricProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A relationship that holds between two entities in which the processes executed by the two entities are causally connected." + } ], + "http://purl.obolibrary.org/obo/IAO_0000116" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#anyURI", + "@value" : "Considering relabeling as 'pairwise interacts with'" + }, { + "@value" : "This relation and all sub-relations can be applied to either (1) pairs of entities that are interacting at any moment of time (2) populations or species of entity whose members have the disposition to interact (3) classes whose members have the disposition to interact." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@id" : "https://orcid.org/0000-0002-6601-2165" + } ], + "http://purl.obolibrary.org/obo/IAO_0000232" : [ { + "@value" : "Note that this relationship type, and sub-relationship types may be redundant with process terms from other ontologies. For example, the symbiotic relationship hierarchy parallels GO. The relations are provided as a convenient shortcut. Consider using the more expressive processual form to capture your data. In the future, these relations will be linked to their cognate processes through rules." + } ], + "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" : [ { + "@value" : "in pairwise interaction with" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "interacts with" + } ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#anyURI", + "@value" : "http://purl.obolibrary.org/obo/ro/docs/interaction-relations/" + } ], + "http://www.w3.org/2004/02/skos/core#closeMatch" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#anyURI", + "@value" : "http://purl.obolibrary.org/obo/MI_0914" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002436", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#SymmetricProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "An interaction relationship in which the two partners are molecular entities that directly physically interact with each other for example via a stable binding interaction or a brief interaction during which one modifies the other." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@id" : "https://orcid.org/0000-0002-6601-2165" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "binds" + }, { + "@value" : "molecularly binds with" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "molecularly interacts with" + } ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso" : [ { + "@id" : "http://purl.obolibrary.org/obo/ECO_0000353" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002434" + } ], + "http://www.w3.org/2004/02/skos/core#closeMatch" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#anyURI", + "@value" : "http://purl.obolibrary.org/obo/MI_0915" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002447", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000116" : [ { + "@value" : "Axiomatization to GO to be added later" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@id" : "https://orcid.org/0000-0002-6601-2165" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "An interaction relation between x and y in which x catalyzes a reaction in which a phosphate group is added to y." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "phosphorylates" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002436" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002448", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "The entity A, immediately upstream of the entity B, has an activity that regulates an activity performed by B. For example, A and B may be gene products and binding of B by A regulates the kinase activity of B.\n\nA and B can be physically interacting but not necessarily. Immediately upstream means there are no intermediate entity between A and B." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@id" : "https://orcid.org/0000-0002-6601-2165" + }, { + "@id" : "https://orcid.org/0000-0003-4639-4431" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" : [ { + "@value" : "molecularly controls" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "directly regulates activity of" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002436" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0011002" + } ], + "http://www.w3.org/2002/07/owl#propertyChainAxiom" : [ { + "@list" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002327" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002211" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002333" + } ] + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002449", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "The entity A, immediately upstream of the entity B, has an activity that negatively regulates an activity performed by B. \nFor example, A and B may be gene products and binding of B by A negatively regulates the kinase activity of B." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@id" : "https://orcid.org/0000-0002-6601-2165" + }, { + "@id" : "https://orcid.org/0000-0003-4639-4431" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "directly inhibits" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" : [ { + "@value" : "molecularly decreases activity of" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "directly negatively regulates activity of" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002448" + } ], + "http://www.w3.org/2002/07/owl#propertyChainAxiom" : [ { + "@list" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002327" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002630" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002333" + } ] + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002450", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "The entity A, immediately upstream of the entity B, has an activity that positively regulates an activity performed by B. \nFor example, A and B may be gene products and binding of B by A positively regulates the kinase activity of B." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@id" : "https://orcid.org/0000-0002-6601-2165" + }, { + "@id" : "https://orcid.org/0000-0003-4639-4431" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "directly activates" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" : [ { + "@value" : "molecularly increases activity of" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "directly positively regulates activity of" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002448" + } ], + "http://www.w3.org/2002/07/owl#propertyChainAxiom" : [ { + "@list" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002327" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002629" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002333" + } ] + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002500", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A relationship between a material entity and a process where the material entity has some causal role that influences the process" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@id" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "causal agent in process" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002595" + } ], + "http://www.w3.org/2002/07/owl#inverseOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002608" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002501", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "p is causally related to q if and only if p or any part of p and q or any part of q are linked by a chain of events where each event pair is one where the execution of p influences the execution of q. p may be upstream, downstream, part of, or a container of q." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@id" : "https://orcid.org/0000-0002-6601-2165" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@id" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations" + } ], + "http://purl.obolibrary.org/obo/IAO_0000232" : [ { + "@value" : "Do not use this relation directly. It is intended as a grouping for a diverse set of relations, all involving cause and effect." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "causal relation between processes" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002506", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000116" : [ { + "@value" : "The intent is that the process branch of the causal property hierarchy is primary (causal relations hold between occurrents/processes), and that the material branch is defined in terms of the process branch" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@id" : "https://orcid.org/0000-0002-6601-2165" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@id" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations" + } ], + "http://purl.obolibrary.org/obo/IAO_0000232" : [ { + "@value" : "Do not use this relation directly. It is intended as a grouping for a diverse set of relations, all involving cause and effect." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "causal relation between entities" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002559", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@id" : "https://orcid.org/0000-0002-6601-2165" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@id" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations" + } ], + "http://purl.obolibrary.org/obo/IAO_0000589" : [ { + "@value" : "causally influenced by (entity-centric)" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "causally influenced by" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002506" + } ], + "http://www.w3.org/2002/07/owl#inverseOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002566" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002566", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "The entity or characteristic A is causally upstream of the entity or characteristic B, A having an effect on B. An entity corresponds to any biological type of entity as long as a mass is measurable. A characteristic corresponds to a particular specificity of an entity (e.g., phenotype, shape, size)." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@id" : "https://orcid.org/0000-0002-6601-2165" + }, { + "@id" : "https://orcid.org/0000-0003-4639-4431" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@id" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations" + } ], + "http://purl.obolibrary.org/obo/IAO_0000589" : [ { + "@value" : "causally influences (entity-centric)" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "causally influences" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002506" + } ], + "http://www.w3.org/2002/07/owl#propertyChainAxiom" : [ { + "@list" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002327" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002411" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002233" + } ] + }, { + "@list" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002327" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002411" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002333" + } ] + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002575", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "relation p is the direct form of relation q iff p is a subPropertyOf q, p does not have the Transitive characteristic, q does have the Transitive characteristic, and for all x, y: x q y -> exists z1, z2, ..., zn such that x p z1 ... z2n y" + } ], + "http://purl.obolibrary.org/obo/IAO_0000116" : [ { + "@value" : "The general property hierarchy is:\n\n \"directly P\" SubPropertyOf \"P\"\n Transitive(P)\n\nWhere we have an annotation assertion\n\n \"directly P\" \"is direct form of\" \"P\"" + } ], + "http://purl.obolibrary.org/obo/RO_0002423" : [ { + "@value" : "If we have the annotation P is-direct-form-of Q, and we have inverses P' and Q', then it follows that P' is-direct-form-of Q'" + } ], + "http://purl.org/dc/terms/creator" : [ { + "@id" : "https://orcid.org/0000-0002-6601-2165" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "is direct form of" + } ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso" : [ { + "@id" : "http://purl.obolibrary.org/obo/ro/docs/direct-and-indirect-relations/" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002578", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "p directly regulates q iff p is immediately causally upstream of q and p regulates q." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@id" : "https://orcid.org/0000-0002-6601-2165" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@id" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations" + } ], + "http://purl.obolibrary.org/obo/IAO_0000589" : [ { + "@value" : "directly regulates (processual)" + } ], + "http://purl.obolibrary.org/obo/RO_0002575" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002211" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension" + }, { + "@id" : "http://purl.obolibrary.org/obo/valid_for_go_ontology" + }, { + "@id" : "http://purl.obolibrary.org/obo/valid_for_gocam" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "directly regulates" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002211" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002412" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002579", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002582", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "If R <- P o Q is a defining property chain axiom, then (1) R -> P o Q holds and (2) Q is either reflexive or locally reflexive. A corollary of this is that P SubPropertyOf R." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "is a defining property chain axiom where second argument is reflexive" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002584", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@value" : "gland SubClassOf 'has part structure that is capable of' some 'secretion by cell'" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "s 'has part structure that is capable of' p if and only if there exists some part x such that s 'has part' x and x 'capable of' p" + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@id" : "https://orcid.org/0000-0002-6601-2165" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "has part structure that is capable of" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002595" + } ], + "http://www.w3.org/2002/07/owl#propertyChainAxiom" : [ { + "@list" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000051" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002215" + } ] + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002595", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A relationship that holds between a material entity and a process in which causality is involved, with either the material entity or some part of the material entity exerting some influence over the process, or the process influencing some aspect of the material entity." + } ], + "http://purl.obolibrary.org/obo/IAO_0000116" : [ { + "@value" : "Do not use this relation directly. It is intended as a grouping for a diverse set of relations, all involving cause and effect." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@id" : "https://orcid.org/0000-0002-6601-2165" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@id" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "causal relation between material entity and a process" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002596", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@value" : "pyrethroid -> growth" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "Holds between c and p if and only if c is capable of some activity a, and a regulates p." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@id" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "capable of regulating" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002500" + } ], + "http://www.w3.org/2002/07/owl#propertyChainAxiom" : [ { + "@list" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002215" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002211" + } ] + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002597", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "Holds between c and p if and only if c is capable of some activity a, and a negatively regulates p." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@id" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "capable of negatively regulating" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002596" + } ], + "http://www.w3.org/2002/07/owl#propertyChainAxiom" : [ { + "@list" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002215" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002212" + } ] + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002598", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@value" : "renin -> arteriolar smooth muscle contraction" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "Holds between c and p if and only if c is capable of some activity a, and a positively regulates p." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@id" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "capable of positively regulating" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002596" + } ], + "http://www.w3.org/2002/07/owl#propertyChainAxiom" : [ { + "@list" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002215" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002213" + } ] + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002608", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "Inverse of 'causal agent in process'" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@id" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "process has causal agent" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002629", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "p directly positively regulates q iff p is immediately causally upstream of q, and p positively regulates q." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@id" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations" + } ], + "http://purl.obolibrary.org/obo/IAO_0000589" : [ { + "@value" : "directly positively regulates (process to process)" + } ], + "http://purl.obolibrary.org/obo/RO_0004049" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002578" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension" + }, { + "@id" : "http://purl.obolibrary.org/obo/valid_for_go_ontology" + }, { + "@id" : "http://purl.obolibrary.org/obo/valid_for_gocam" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "directly positively regulates" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002213" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002578" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002630", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "p directly negatively regulates q iff p is immediately causally upstream of q, and p negatively regulates q." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@id" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations" + } ], + "http://purl.obolibrary.org/obo/IAO_0000589" : [ { + "@value" : "directly negatively regulates (process to process)" + } ], + "http://purl.obolibrary.org/obo/RO_0004050" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002578" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension" + }, { + "@id" : "http://purl.obolibrary.org/obo/valid_for_go_ontology" + }, { + "@id" : "http://purl.obolibrary.org/obo/valid_for_gocam" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "directly negatively regulates" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002212" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002578" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0004032", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/RO_0004049" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002264" + } ], + "http://www.geneontology.org/formats/oboInOwl#created_by" : [ { + "@id" : "https://orcid.org/0000-0002-6601-2165" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#dateTime", + "@value" : "2018-01-26T23:49:30Z" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/valid_for_go_gp2term" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "acts upstream of or within, positive effect" + } ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso" : [ { + "@id" : "http://wiki.geneontology.org/index.php/Acts_upstream_of_or_within,_positive_effect" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002264" + } ], + "http://www.w3.org/2002/07/owl#propertyChainAxiom" : [ { + "@list" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002327" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0004047" + } ] + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0004033", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/RO_0004050" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002264" + } ], + "http://www.geneontology.org/formats/oboInOwl#created_by" : [ { + "@id" : "https://orcid.org/0000-0002-6601-2165" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#dateTime", + "@value" : "2018-01-26T23:49:51Z" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/valid_for_go_gp2term" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "acts upstream of or within, negative effect" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002264" + } ], + "http://www.w3.org/2002/07/owl#propertyChainAxiom" : [ { + "@list" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002327" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0004046" + } ] + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0004034", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "c 'acts upstream of, positive effect' p if c is enables f, and f is causally upstream of p, and the direction of f is positive" + } ], + "http://purl.obolibrary.org/obo/RO_0004049" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002263" + } ], + "http://www.geneontology.org/formats/oboInOwl#created_by" : [ { + "@id" : "https://orcid.org/0000-0002-6601-2165" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#dateTime", + "@value" : "2018-01-26T23:53:14Z" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/valid_for_go_gp2term" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "acts upstream of, positive effect" + } ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso" : [ { + "@id" : "http://wiki.geneontology.org/index.php/Acts_upstream_of,_positive_effect" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002263" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0004032" + } ], + "http://www.w3.org/2002/07/owl#propertyChainAxiom" : [ { + "@list" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002327" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002304" + } ] + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0004035", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "c 'acts upstream of, negative effect' p if c is enables f, and f is causally upstream of p, and the direction of f is negative" + } ], + "http://purl.obolibrary.org/obo/RO_0004050" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002263" + } ], + "http://www.geneontology.org/formats/oboInOwl#created_by" : [ { + "@id" : "https://orcid.org/0000-0002-6601-2165" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#dateTime", + "@value" : "2018-01-26T23:53:22Z" + } ], + "http://www.geneontology.org/formats/oboInOwl#inSubset" : [ { + "@id" : "http://purl.obolibrary.org/obo/valid_for_go_gp2term" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "acts upstream of, negative effect" + } ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso" : [ { + "@id" : "http://wiki.geneontology.org/index.php/Acts_upstream_of,_negative_effect" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002263" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0004033" + } ], + "http://www.w3.org/2002/07/owl#propertyChainAxiom" : [ { + "@list" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002327" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0002305" + } ] + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0004046", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/RO_0004050" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002418" + } ], + "http://www.geneontology.org/formats/oboInOwl#created_by" : [ { + "@id" : "https://orcid.org/0000-0002-6601-2165" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#dateTime", + "@value" : "2018-03-13T23:55:05Z" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "causally upstream of or within, negative effect" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002418" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0004047", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/RO_0004049" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002418" + } ], + "http://www.geneontology.org/formats/oboInOwl#created_by" : [ { + "@id" : "https://orcid.org/0000-0002-6601-2165" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#dateTime", + "@value" : "2018-03-13T23:55:19Z" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "causally upstream of or within, positive effect" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002418" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0004049", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ], + "http://www.geneontology.org/formats/oboInOwl#created_by" : [ { + "@id" : "https://orcid.org/0000-0002-6601-2165" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#dateTime", + "@value" : "2018-03-14T00:03:16Z" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "is positive form of" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0004050", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ], + "http://www.geneontology.org/formats/oboInOwl#created_by" : [ { + "@id" : "https://orcid.org/0000-0002-6601-2165" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#dateTime", + "@value" : "2018-03-14T00:03:24Z" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "is negative form of" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0011002", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "The entity A has an activity that regulates an activity of the entity B. For example, A and B are gene products where the catalytic activity of A regulates the kinase activity of B." + } ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@id" : "https://orcid.org/0000-0003-4639-4431" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "regulates activity of" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002566" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0012011", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "p is indirectly causally upstream of q iff p is causally upstream of q and there exists some process r such that p is causally upstream of r and r is causally upstream of q." + } ], + "http://www.geneontology.org/formats/oboInOwl#created_by" : [ { + "@value" : "pg" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#dateTime", + "@value" : "2022-09-26T06:07:17Z" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "indirectly causally upstream of" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002411" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0012012", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "p indirectly regulates q iff p is indirectly causally upstream of q and p regulates q." + } ], + "http://www.geneontology.org/formats/oboInOwl#created_by" : [ { + "@value" : "pg" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#dateTime", + "@value" : "2022-09-26T06:08:01Z" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "indirectly regulates" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002211" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0012011" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0019000", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A relationship that holds between a process and a characteristic in which process (P) regulates characteristic (C) iff: P results in the existence of C OR affects the intensity or magnitude of C." + } ], + "http://purl.org/dc/terms/contributor" : [ { + "@id" : "https://orcid.org/0000-0002-8688-6599" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "regulates characteristic" + } ], + "http://www.w3.org/2002/07/owl#propertyChainAxiom" : [ { + "@list" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002211" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0019000" + } ] + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0019001", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A relationship that holds between a process and a characteristic in which process (P) positively regulates characteristic (C) iff: P results in an increase in the intensity or magnitude of C." + } ], + "http://purl.org/dc/terms/contributor" : [ { + "@id" : "https://orcid.org/0000-0002-8688-6599" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "positively regulates characteristic" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0019000" + } ], + "http://www.w3.org/2002/07/owl#propertyChainAxiom" : [ { + "@list" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002213" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0019001" + } ] + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/RO_0019002", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A relationship that holds between a process and a characteristic in which process (P) negatively regulates characteristic (C) iff: P results in a decrease in the intensity or magnitude of C." + } ], + "http://purl.org/dc/terms/contributor" : [ { + "@id" : "https://orcid.org/0000-0002-8688-6599" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "negatively regulates characteristic" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0019000" + } ], + "http://www.w3.org/2002/07/owl#propertyChainAxiom" : [ { + "@list" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002212" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0019001" + } ] + }, { + "@list" : [ { + "@id" : "http://purl.obolibrary.org/obo/RO_0002213" + }, { + "@id" : "http://purl.obolibrary.org/obo/RO_0019002" + } ] + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/UO_0000001", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "length unit" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A unit which is a standard measure of the distance between two points." + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "length unit" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000003" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/UO_0000002", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "mass unit" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A unit which is a standard measure of the amount of matter/energy of a physical object." + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "mass unit" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000003" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/UO_0000003", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "time unit" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A unit which is a standard measure of the dimension in which events occur in sequence." + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "time unit" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000003" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/UO_0000005", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "temperature unit" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "temperature unit" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000003" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/UO_0000006", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "substance unit" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "substance unit" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000003" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/UO_0000008", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "meter" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A length unit which is equal to the length of the path traveled by light in vacuum during a time interval of 1/299 792 458 of a second." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "m" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000001" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "meter" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/UO_0000009", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "kilogram" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A mass unit which is equal to the mass of the International Prototype Kilogram kept by the BIPM at Svres, France." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "kg" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000002" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "kilogram" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/UO_0000010", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "second" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A time unit which is equal to the duration of 9 192 631 770 periods of the radiation corresponding to the transition between the two hyperfine levels of the ground state of the caesium 133 atom." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "s" + }, { + "@value" : "sec" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000003" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "second" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/UO_0000015", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "centimeter" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A length unit which is equal to one hundredth of a meter or 10^[-2] m." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "cm" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000001" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "centimeter" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/UO_0000016", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "millimeter" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A length unit which is equal to one thousandth of a meter or 10^[-3] m." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "mm" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000001" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "millimeter" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/UO_0000017", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "micrometer" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A length unit which is equal to one millionth of a meter or 10^[-6] m." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "um" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000001" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "micrometer" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/UO_0000018", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "nanometer" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A length unit which is equal to one thousandth of one millionth of a meter or 10^[-9] m." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "nm" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000001" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "nanometer" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/UO_0000019", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "angstrom" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A length unit which is equal to 10 [-10] m." + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000001" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "angstrom" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/UO_0000021", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "gram" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A mass unit which is equal to one thousandth of a kilogram or 10^[-3] kg." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "g" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000002" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "gram" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/UO_0000022", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "milligram" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A mass unit which is equal to one thousandth of a gram or 10^[-3] g." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "mg" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000002" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "milligram" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/UO_0000023", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "microgram" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A mass unit which is equal to one millionth of a gram or 10^[-6] g." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "ug" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000002" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "microgram" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/UO_0000024", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "nanogram" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A mass unit which is equal to one thousandth of one millionth of a gram or 10^[-9] g." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "ng" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000002" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "nanogram" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/UO_0000025", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "picogram" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A mass unit which is equal to 10^[-12] g." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "pg" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000002" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "picogram" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/UO_0000027", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "degree Celsius" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A temperature unit which is equal to one kelvin degree. However, they have their zeros at different points. The centigrade scale has its zero at 273.15 K." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "C" + }, { + "@value" : "degree C" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000005" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "degree Celsius" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/UO_0000031", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "minute" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A time unit which is equal to 60 seconds." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "min" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000003" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "minute" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/UO_0000032", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "hour" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A time unit which is equal to 3600 seconds or 60 minutes." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "h" + }, { + "@value" : "hr" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000003" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "hour" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/UO_0000033", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "day" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A time unit which is equal to 24 hours." + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000003" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "day" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/UO_0000034", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "week" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A time unit which is equal to 7 days." + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000003" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "week" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/UO_0000035", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "month" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A time unit which is approximately equal to the length of time of one of cycle of the moon's phases which in science is taken to be equal to 30 days." + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000003" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "month" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/UO_0000036", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "year" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A time unit which is equal to 12 months which is science is taken to be equal to 365.25 days." + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000003" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "year" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/UO_0000039", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "micromole" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A substance unit equal to a millionth of a mol or 10^[-6] mol." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "umol" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000006" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "micromole" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/UO_0000041", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "nanomole" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A substance unit equal to one thousandth of one millionth of a mole or 10^[-9] mol." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "nmol" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000006" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "nanomole" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/UO_0000042", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "picomole" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A substance unit equal to 10^[-12] mol." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "pmol" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000006" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "picomole" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/UO_0000051", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "concentration unit" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "concentration unit" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000003" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/UO_0000062", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "molar" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A unit of concentration which expresses a concentration of 1 mole of solute per liter of solution (mol/L)." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "M" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000051" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "molar" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/UO_0000063", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "millimolar" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A unit of molarity which is equal to one thousandth of a molar or 10^[-3] M." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "mM" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000051" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "millimolar" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/UO_0000064", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "micromolar" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A unit of molarity which is equal to one millionth of a molar or 10^[-6] M." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "uM" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000051" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "micromolar" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/UO_0000065", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "nanomolar" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A unit of molarity which is equal to one thousandth of one millionth of a molar or 10^[-9] M." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "nM" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000051" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "nanomolar" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/UO_0000066", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "picomolar" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A unit of molarity which is equal to 10^[-12] M." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "pM" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000051" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "picomolar" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/UO_0000095", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "volume unit" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "volume unit" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000003" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/UO_0000097", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "cubic centimeter" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A volume unit which is equal to one millionth of a cubic meter or 10^[-9] m^[3], or to 1 ml." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "cc" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000095" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "cubic centimeter" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/UO_0000098", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "milliliter" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A volume unit which is equal to one thousandth of a liter or 10^[-3] L, or to 1 cubic centimeter." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "ml" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000095" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "milliliter" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/UO_0000099", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "liter" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A volume unit which is equal to one thousandth of a cubic meter or 10^[-3] m^[3], or to 1 decimeter." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "L" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000095" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "liter" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/UO_0000100", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "cubic decimeter" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A volume unit which is equal to one thousand of a cubic meter or 10^[-3] m^[3], or to 1 L." + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000095" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "cubic decimeter" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/UO_0000101", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "microliter" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A volume unit which is equal to one millionth of a liter or 10^[-6] L." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "ul" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000095" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "microliter" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/UO_0000102", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "nanoliter" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A volume unit which is equal to one thousandth of one millionth of a liter or 10^[-9] L." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "nl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000095" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "nanoliter" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/UO_0000103", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "picoliter" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A volume unit which is equal to 10^[-12] L." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "pl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000095" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "picoliter" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/UO_0000105", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "frequency unit" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "frequency unit" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000003" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/UO_0000106", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "hertz" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A frequency unit which is equal to 1 complete cycle of a recurring phenomenon in 1 second." + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000105" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "hertz" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/UO_0000163", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "mass percentage" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A dimensionless concentration unit which denotes the mass of a substance in a mixture as a percentage of the mass of the entire mixture." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "% w/w" + }, { + "@value" : "percent weight pr weight" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000051" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "mass percentage" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/UO_0000164", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "mass volume percentage" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A dimensionless concentration unit which denotes the mass of the substance in a mixture as a percentage of the volume of the entire mixture." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "% w/v" + }, { + "@value" : "percent vol per vol" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000051" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "mass volume percentage" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/UO_0000165", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "volume percentage" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A dimensionless concentration unit which denotes the volume of the solute in mL per 100 mL of the resulting solution." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "% v/v" + }, { + "@value" : "percent vol per vol" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000051" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "volume percentage" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/UO_0000175", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "gram per liter" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A mass unit density which is equal to mass of an object in grams divided by the volume in liters." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "g per L" + }, { + "@value" : "g/L" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000051" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "gram per liter" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/UO_0000176", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "milligram per milliliter" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A mass unit density which is equal to mass of an object in milligrams divided by the volume in milliliters." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "mg per ml" + }, { + "@value" : "mg/ml" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000051" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "milligram per milliliter" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/UO_0000195", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "degree Fahrenheit" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A temperature unit which is equal to 5/9ths of a kelvin. Negative 40 degrees Fahrenheit is equal to negative 40 degrees Celsius." + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000005" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "degree Fahrenheit" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/UO_0000196", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "pH" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A dimensionless concentration notation which denotes the acidity of a solution in terms of activity of hydrogen ions (H+)." + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000051" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "pH" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/UO_0000207", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "milliliter per liter" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A volume per unit volume unit which is equal to one millionth of a liter of solute in one liter of solution." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "ml per L" + }, { + "@value" : "ml/l" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000051" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "milliliter per liter" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/UO_0000208", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "gram per deciliter" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A mass density unit which is equal to mass of an object in grams divided by the volume in deciliters." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "g/dl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000051" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "gram per deciliter" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/UO_0000212", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "colony forming unit per volume" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A concentration unit which a measure of viable bacterial numbers in a given volume." + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000051" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "colony forming unit per volume" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/UO_0000270", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "volumetric flow rate unit" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "volumetric flow rate unit" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000003" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/UO_0000271", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "microliters per minute" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A volumetric flow rate unit which is equal to one microliter volume through a given surface in one minute." + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000270" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "microliters per minute" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/UO_0000280", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "rate unit" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "rate unit" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000003" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/UO_0000281", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "count per nanomolar second" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A rate unit which is equal to one over one nanomolar second." + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000280" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "count per nanomolar second" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/UO_0000282", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "count per molar second" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A rate unit which is equal to one over one molar second." + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000280" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "count per molar second" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/UO_0000284", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "count per nanomolar" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A rate unit which is equal to one over one nanomolar." + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000280" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "count per nanomolar" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/UO_0000285", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "count per molar" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A rate unit which is equal to one over one molar." + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000280" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "count per molar" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/UO_0000301", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ], + "http://purl.obolibrary.org/obo/IAO_0000111" : [ { + "@value" : "microgram per liter" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "A mass unit density which is equal to mass of an object in micrograms divided by the volume in liters." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "ng/ml" + }, { + "@value" : "ug/L" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000051" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "microgram per liter" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/chebi#1_STAR", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#SubsetProperty" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/chebi#2_STAR", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#SubsetProperty" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/chebi#3_STAR", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#SubsetProperty" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/chebi#IUPAC_NAME", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#SynonymTypeProperty" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/chebi/charge", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "http://purl.obolibrary.org/obo/chebi/formula", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "http://purl.obolibrary.org/obo/chebi/inchi", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "http://purl.obolibrary.org/obo/chebi/inchikey", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "http://purl.obolibrary.org/obo/chebi/mass", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "http://purl.obolibrary.org/obo/chebi/monoisotopicmass", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "http://purl.obolibrary.org/obo/chebi/smiles", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "http://purl.obolibrary.org/obo/digitrubber/digitrubber-full.owl", + "@type" : [ "http://www.w3.org/2002/07/owl#Ontology" ], + "http://omv.ontoware.org/2005/05/ontology#hasOntologySyntax" : [ { + "@id" : "http://www.w3.org/ns/formats/RDF_XML" + } ], + "http://purl.obolibrary.org/obo/IAO_0000700" : [ { + "@id" : "http://www.purl.org/OntoMeta/DigitRubber#1" + } ], + "http://purl.org/dc/elements/1.1/creator" : [ { + "@id" : "https://orcid.org/0000-0000-0000-0000" + } ], + "http://purl.org/dc/terms/bibliographicCitation" : [ { + "@language" : "en", + "@value" : "TIB (2023): DigitRubber Ontology. An ontology demonstrating rich ontology for rubber extrusion. PURL: http://www.purl.org/OntoMeta/DigitRubberOntology." + } ], + "http://purl.org/dc/terms/contributor" : [ { + "@id" : "http://purl.obolibrary.org/obo/digitrubber/0000-0000-0000-0000" + } ], + "http://purl.org/dc/terms/created" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#dateTime", + "@value" : "2023-06-01T08:05:00" + } ], + "http://purl.org/dc/terms/description" : [ { + "@language" : "en", + "@value" : "DigitRubber Ontology" + } ], + "http://purl.org/dc/terms/format" : [ { + "@id" : "https://www.iana.org/assignments/media-types/application/rdf+xml" + } ], + "http://purl.org/dc/terms/license" : [ { + "@id" : "https://creativecommons.org/licenses/unspecified" + } ], + "http://purl.org/dc/terms/modified" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#dateTime", + "@value" : "2023-09-26T10:19:00" + } ], + "http://purl.org/dc/terms/references" : [ { + "@id" : "https://zenodo.org/record/0000000" + } ], + "http://purl.org/dc/terms/subject" : [ { + "@id" : "https://purl.org/linsearch/fer" + } ], + "http://purl.org/dc/terms/title" : [ { + "@language" : "en", + "@value" : "DigitRubber Ontology" + } ], + "http://purl.org/ontology/bibo/status" : [ { + "@language" : "en", + "@value" : "active" + } ], + "http://purl.org/pav/derivedFrom" : [ { + "@id" : "http://www.purl.org/DigitRubberOntology/0.0.1" + } ], + "http://purl.org/vocab/vann/preferredNamespacePrefix" : [ { + "@value" : "DRO" + } ], + "http://schema.org/funder" : [ { + "@id" : "https://ror.org/" + } ], + "http://schema.org/inLanguage" : [ { + "@id" : "https://id.loc.gov/vocabulary/iso639-2/eng" + } ], + "http://usefulinc.com/ns/doap#audience" : [ { + "@language" : "en", + "@value" : "DigitRubber ontology has been developed for rubber extrusion" + } ], + "http://usefulinc.com/ns/doap#bug-database" : [ { + "@id" : "https://github.com/TIBHannover/DIGIT-RUBBER/issues" + } ], + "http://usefulinc.com/ns/doap#repository" : [ { + "@id" : "https://github.com/TIBHannover/DIGIT-RUBBER" + } ], + "http://www.geneontology.org/formats/oboInOwl#date" : [ { + "@value" : "01:06:2023 08:05" + } ], + "http://www.loc.gov/premis/rdf/v3/documentation" : [ { + "@id" : "https://tibhannover.github.io/DIGIT-RUBBER/" + } ], + "http://www.w3.org/2002/07/owl#versionIRI" : [ { + "@id" : "http://purl.obolibrary.org/obo/digitrubber/releases/2023-06-01/digitrubber-full.owl" + } ], + "http://www.w3.org/2002/07/owl#versionInfo" : [ { + "@value" : "v2023-Sep-26" + } ], + "http://www.w3.org/ns/adms#versionNotes" : [ { + "@language" : "en", + "@value" : "A description of changes between last version and current version of the ontology." + } ], + "http://www.w3.org/ns/dcat#distribution" : [ { + "@id" : "http://www.purl.org/OntoMeta/DigitRubber.owl" + } ], + "https://vocab.org/vann/example" : [ { + "@id" : "http://www.purl.org/OntoMeta/DigitRubber/docs/descriptionOfUse" + } ], + "https://w3id.org/mod#acronym" : [ { + "@value" : "DRO" + } ], + "https://w3id.org/mod#competencyQuestion" : [ { + "@id" : "https://github.com/TIBHannover/DIGIT-RUBBER/tree/main/preliminary_data/Competeny%20Questions" + } ], + "https://w3id.org/mod#hasFormalityLevel" : [ { + "@language" : "en", + "@value" : "The DigitRubber ontology aplies OWL2 EL (cf. https://www.w3.org/TR/2012/REC-owl2-profiles-20121211/#OWL_2_EL)" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/obi.owl", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ] +}, { + "@id" : "http://purl.obolibrary.org/obo/ro.owl#x", + "@type" : [ "http://www.w3.org/2003/11/swrl#Variable" ] +}, { + "@id" : "http://purl.obolibrary.org/obo/ro.owl#y", + "@type" : [ "http://www.w3.org/2003/11/swrl#Variable" ] +}, { + "@id" : "http://purl.obolibrary.org/obo/ro.owl#z", + "@type" : [ "http://www.w3.org/2003/11/swrl#Variable" ] +}, { + "@id" : "http://purl.obolibrary.org/obo/ro/subsets#ro-eco", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#SubsetProperty" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#SubsetProperty" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/valid_for_go_gp2term", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#SubsetProperty" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/valid_for_go_ontology", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#SubsetProperty" + } ] +}, { + "@id" : "http://purl.obolibrary.org/obo/valid_for_gocam", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://www.geneontology.org/formats/oboInOwl#SubsetProperty" + } ] +}, { + "@id" : "http://purl.org/dc/elements/1.1/contributor", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ], + "http://purl.org/dc/elements/1.1/description" : [ { + "@language" : "en-us", + "@value" : "Examples of a Contributor include a person, an \n organisation, or a service. Typically, the name of a \n Contributor should be used to indicate the entity." + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en-us", + "@value" : "An entity responsible for making contributions to the\n content of the resource." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@id" : "http://purl.org/dc/elements/1.1/" + } ] +}, { + "@id" : "http://purl.org/dc/elements/1.1/creator", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "http://purl.org/dc/elements/1.1/date", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "http://purl.org/dc/elements/1.1/description", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "http://purl.org/dc/elements/1.1/language", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ], + "http://purl.org/dc/elements/1.1/description" : [ { + "@language" : "en-us", + "@value" : "Recommended best practice is to use RFC 3066 [RFC3066],\n which, in conjunction with ISO 639 [ISO639], defines two-\n and three-letter primary language tags with optional\n subtags. Examples include \"en\" or \"eng\" for English,\n \"akk\" for Akkadian, and \"en-GB\" for English used in the\n United Kingdom." + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en-us", + "@value" : "A language of the intellectual content of the resource." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@id" : "http://purl.org/dc/elements/1.1/" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en-us", + "@value" : "Language" + }, { + "@value" : "Language" + } ] +}, { + "@id" : "http://purl.org/dc/elements/1.1/source", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "http://purl.org/dc/terms/bibliographicCitation", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "http://purl.org/dc/terms/contributor", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "http://purl.org/dc/terms/created", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "http://purl.org/dc/terms/creator", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "http://purl.org/dc/terms/description", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "description" + } ] +}, { + "@id" : "http://purl.org/dc/terms/format", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "http://purl.org/dc/terms/identifier", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "http://purl.org/dc/terms/license", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ], + "http://purl.obolibrary.org/obo/IAO_0000117" : [ { + "@value" : "Mark Miller" + } ], + "http://purl.org/dc/elements/1.1/date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#dateTime", + "@value" : "2018-05-11T13:47:29Z" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "license" + } ] +}, { + "@id" : "http://purl.org/dc/terms/modified", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "http://purl.org/dc/terms/references", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "http://purl.org/dc/terms/source", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "http://purl.org/dc/terms/subject", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "http://purl.org/dc/terms/title", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "title" + } ] +}, { + "@id" : "http://purl.org/ontology/bibo/status", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "http://purl.org/pav/derivedFrom", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "http://purl.org/pav/lastUpdateOn", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "http://purl.org/vocab/vann/preferredNamespacePrefix", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "http://schema.org/funder", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "http://schema.org/inLanguage", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "http://swrl.stanford.edu/ontologies/3.3/swrla.owl#isRuleEnabled", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "http://usefulinc.com/ns/doap#audience", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "http://usefulinc.com/ns/doap#bug-database", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "http://usefulinc.com/ns/doap#repository", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "http://www.geneontology.org/formats/oboInOwl#SubsetProperty", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "http://www.geneontology.org/formats/oboInOwl#SynonymTypeProperty", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "http://www.geneontology.org/formats/oboInOwl#created_by", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "http://www.geneontology.org/formats/oboInOwl#creation_date", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "http://www.geneontology.org/formats/oboInOwl#date", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasAlternativeId", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "has_alternative_id" + } ] +}, { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasDbXref", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "has_exact_synonym" + } ] +}, { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasOBONamespace", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "has_obo_namespace" + } ] +}, { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "has_related_synonym" + } ] +}, { + "@id" : "http://www.geneontology.org/formats/oboInOwl#hasSynonymType", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "http://www.geneontology.org/formats/oboInOwl#id", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "http://www.geneontology.org/formats/oboInOwl#inSubset", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@value" : "in_subset" + } ] +}, { + "@id" : "http://www.geneontology.org/formats/oboInOwl#source", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "http://www.loc.gov/premis/rdf/v3/documentation", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "http://www.w3.org/2000/01/rdf-schema#comment", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "http://www.w3.org/2000/01/rdf-schema#label", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "http://www.w3.org/2001/XMLSchema#Date", + "@type" : [ "http://www.w3.org/2000/01/rdf-schema#Datatype" ] +}, { + "@id" : "http://www.w3.org/2001/XMLSchema#date", + "@type" : [ "http://www.w3.org/2000/01/rdf-schema#Datatype" ] +}, { + "@id" : "http://www.w3.org/2002/07/owl#Thing", + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "The class of OWL individuals." + } ], + "http://purl.org/dc/terms/contributor" : [ { + "@language" : "en", + "@value" : "Akhilesh Vyas" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Thing" + } ] +}, { + "@id" : "http://www.w3.org/2004/02/skos/core#closeMatch", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "http://www.w3.org/ns/adms#versionNotes", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "http://www.w3.org/ns/dcat#distribution", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "https://vocab.org/vann/example", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "https://w3id.org/mod#acronym", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "https://w3id.org/mod#competencyQuestion", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "https://w3id.org/mod#hasFormalityLevel", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000001", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "In relation to optical measuring methods a \nrating for the precision of a reconstructed\nmeasurement object" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "en", + "@value" : "is quality measurement (http://purl.obolibrary.org/obo/IAO_0000221 - m is a quality measurement of q at t. When q is a quality, there is a measurement process p that has specified output m, a measurement datum, that is about q). TIB terminological service." + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "18.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "measurement quality [imr]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "quality" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000002", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "definded rigid Object based as result of an \nextrusion process" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "extrudate [imr]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "material entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000003", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "geometry [imr]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "quality" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000004", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A coherent set of direct positions in space. The positions are held within a Spatial Reference System (SRS)." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://www.opengis.net/ont/geosparql#Geometry" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://www.opengis.net/ont/geosparql#" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "18.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "geosparql" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "geometry [geosparql]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "quality" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000005", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A gathering of individual points with an \nwith an unstructured spatial structure" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "point cloud [imr]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000006", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "geometrical method to determine distances \nbetween to points" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "triangulation [imr]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "plan specification" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000007", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" : [ { + "@value" : "mm" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "millimeter [imr]" + }, { + "@language" : "en", + "@value" : "millimeter [imr]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://www.w3.org/2002/07/owl#Thing" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "quality" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000008", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "\"A length unit which is equal to one thousandth of a meter or 10^[-3] m.\" [NIST:NIST]" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "en", + "@value" : "mm MILLIMETER Millimeter millimeter(s) millimeter" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://ontobee.org/ontology/UO?iri=http://purl.obolibrary.org/obo/UO_0000016" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "18.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" : [ { + "@value" : "mm" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "Imported from ontocomons, also present in TIB terminological service" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NIST (OntoCommons)" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "millimeter [nist]" + }, { + "@language" : "en", + "@value" : "millimeter [nist]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://www.w3.org/2002/07/owl#Thing" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "quality" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000009", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "uppermost layer of the extrudate" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "surface of extrudate [imr]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://www.w3.org/2002/07/owl#Thing" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "immaterial entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000010", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "cutout of a single line of the extrudate surface" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "line in the surface of extrudate [imr]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://www.w3.org/2002/07/owl#Thing" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "immaterial entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000011", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://ontobee.org/ontology/PATO?iri=http://purl.obolibrary.org/obo/PATO_0000052" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "https://ontobee.org/ontology/PATO" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "15.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "PATO" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "shape [imr]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://www.w3.org/2002/07/owl#Thing" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "immaterial entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000012", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "The spatial arrangement of something as distinct from its substance." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/NCIT_C25677" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "18.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "shape [ncit]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://www.w3.org/2002/07/owl#Thing" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "immaterial entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000013", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A morphological quality inhering in a bearer by virtue of the bearer's ratios of distances between its features (points, edges, surfaces and also holes etc)." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/PATO_0000052" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "https://ontobee.org/ontology/PATO" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "18.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "PATO" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "shape [pato]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://www.w3.org/2002/07/owl#Thing" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "immaterial entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000014", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "use of different algorithms to determine the \nexact allignment respectively the characteristik shared edges" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "stitching process [imr]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "process" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000015", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "alligning of single measurements to form a \nconnected/combined measurement" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "stitching method [imr]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "plan specification" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000016", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "distance between sensor and extrudate [imr]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "quality" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000017", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "ideal dimensions and shape of the\nextrudate defined by the manufacturer" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "extrudate norm [imr]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000018", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "a quantity expressing by how much the\nmembers of a group differ from the mean\n value for the group" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "15.08.2021" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "standard deviation [imr]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000019", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "The standard deviation is a measure of the amount of variation or dispersion of a set of values. [Wikipedia]" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.allotrope.org/ontologies/result#AFR_0002192" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.allotrope.org/" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "from ontocommons skos:definition" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "standard deviation [Wikipedia]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000020", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A measure of the range of values in a set of numbers. Standard deviation is a statistic used as a measure of the dispersion or variation in a distribution, equal to the square root of the arithmetic mean of the squares of the deviations from the arithmetic mean." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/NCIT_C53322" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "18.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "TIB terminological service" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCIT" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "standard deviation [ncit]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000021", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "\"The interior (intrinsic) orientation of a camera comprises all instrumental and mathematical elements which completely describe the imaging model within the camera. By taking proper account of the interior orientation, the real camera conforms to the pinhole camera model. It is a requirement of the model that there exists a reproducible image coordinate system so that geometric image values, such as measured image coordinates, can be transformed into the physical-mathematical imaging model.\" (Luhmann et al. 2020: 162). A standard model of describing the interior orientation was proposed by D.C. Brown (1971)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "Luhmann, Robson, Kyle & Boehm (2020): Close-Range Photogrammetry and 3D Imaging, 3rd ed. De Gruyter: Berlin, Boston" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "0" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "interior orientation [jade]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000022", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "\"The camera coordinate system has its origin at the perspective centre of the image. It is further defined by reference features fixed in the camera (fiducial marks, réseau, sensor system). It can therefore be reconstructed from the image and related to an image measuring device\" (Luhmann et al. 2020: 278)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "Luhmann, Robson, Kyle & Boehm (2020): Close-Range Photogrammetry and 3D Imaging, 3rd ed. De Gruyter: Berlin, Boston" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "camera coordinate system [jade]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "quality" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000023", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "\"The exterior orientation consists of six parameters which describe the spatial position and orientation of the camera coordinate system with respect to the global object coordinate system\" (Luhmann et al. 2020: 277)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "Luhmann, Robson, Kyle & Boehm (2020): Close-Range Photogrammetry and 3D Imaging, 3rd ed. De Gruyter: Berlin, Boston" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "exterior orientation [jade]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000024", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "\"The photogrammetric determination of the parameters of interior orientation is usually referred to as calibration. This is based on the idea that once a mechanically stable camera is calibrated, it may be moved from one image taking location to another whilst retaining its calibration.\" (Luhmann, Robson et al. 2020: 170)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "Luhmann, Robson, Kyle & Boehm (2020): Close-Range Photogrammetry and 3D Imaging, 3rd ed. De Gruyter: Berlin, Boston" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "camera calibration [jade]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "quality" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000025", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "\"Bundle adjustment [...] is a method for the simultaneous numerical fit of an unlimited number of spatially distributed images (bundles of rays). It makes use of photogrammetric observations (measured image points), survey observations and an object coordinate system. Using tie points, single images are merged into a global model in which the object surface can be reconstructed in three dimensions.\" (Luhmann et al. 2020: 349f.)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "en", + "@value" : "bundle block adjustment" + }, { + "@language" : "en", + "@value" : "bundle triangulation" + }, { + "@language" : "en", + "@value" : "multi-image orientation" + }, { + "@language" : "en", + "@value" : "multi-image triangulation" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "Luhmann, Robson, Kyle & Boehm (2020): Close-Range Photogrammetry and 3D Imaging, 3rd ed. De Gruyter: Berlin, Boston" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "bundle adjustment [jade]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "plan specification" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000026", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "An agent is a system that perceives its environment through sensors and can interact with it through actions." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Agent" + }, { + "@language" : "en", + "@value" : "agent [ita]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000023" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "role" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000027", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "An active power or cause (as principle, substance, physical or biological factor, etc.) that produces a specific effect." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/NCIT_C1708" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "22.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "22.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCIT" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "agent [ncti]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000023" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "role" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000028", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Approximation is a technique for approximating a value using historical or available observations from the domain." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Approximationsmethode" + }, { + "@language" : "en", + "@value" : "approximation [ita]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "plan specification" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000029", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Function approximation is a technique for estimating an unknown underlying function using historical or available observations from the domain." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Funktionsapproximationsmethode" + }, { + "@language" : "en", + "@value" : "function approximation [ita]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "plan specification" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000030", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Reinforcement learning is a set of machine learning methods in which an agent autonomously learns a strategy to maximize a reward. Algorithms follow the trail-and-error principle, thus try several strategies and repeat those with a higher reward. During the training the agent produces an input, while the target output is only known to a teacher. The teacher gives feedback to the agent in form of a reward." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "bestärkendes Lernen" + }, { + "@language" : "en", + "@value" : "reinforcement learning [ita]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "plan specification" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000031", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Libraries in programming languages are collections of prewritten code that users can use to optimize tasks." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Bibliothek" + }, { + "@language" : "en", + "@value" : "library [ita]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000032", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Clustering or cluster analysis is a unsupervised machine learning technique, which groups the unlabelled dataset. It can be defined as a way of grouping the data points into different clusters, consisting of similar data points." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Clusteranalyse" + }, { + "@language" : "en", + "@value" : "cluster analysis [ita]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "plan specification" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000033", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Methods for grouping objects into subsets such that those within each cluster are more closely related to one another than objects assigned to different clusters." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/NCIT_C15426" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "22.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "22.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCIT" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "cluster analysis [ncti]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "plan specification" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000034", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A Database is a System for describing, storing and retrieving large amounts of data." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Data Mining" + }, { + "@language" : "en", + "@value" : "data mining [ita]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "plan specification" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000035", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "An information set with a regular structure. Although it can be applied to any set of information the term was invented to refer to computerized data, and is used almost exclusively in computing." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://edamontology.org/topic_3473" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://edamontology.org" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "22.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "22.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "http://edamontology.org" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "EDAM" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "data mining [edam]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "plan specification" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000036", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A Database is a System for describing, storing and retrieving large amounts of data." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "ITA" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Datenbank" + }, { + "@language" : "en", + "@value" : "database [ita]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "material entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000037", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "An information set with a regular structure. Although it can be applied to any set of information the term was invented to refer to computerized data, and is used almost exclusively in computing." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/NCIT_C15426" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "23.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "23.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCTI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "database [ncti]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "material entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000038", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Deep learning is a class of machine learning algorithms that uses multiple layers to progressively extract higher-level features from the raw input. There is no universally agreed-upon threshold of depth that divides shallow learning from deep learning, but most researchers agree that deep learning involves CAP depth higher than 2. The CAP (credit assignment path) is the chain of transformations from input to output. CAPs describe potentially causal connections between input and output. For simple neural networks (feedforward neural networks) this treshhold is reached with at least two hidden layers." + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Deep Learning" + }, { + "@language" : "en", + "@value" : "deep learning [ita]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "plan specification" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000039", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A subset of machine learning that is part of the broader family of machine learning methodologies based on artificial neural networks. A deep neural network has multiple layers between input and output layers to progressively extract higher level features from the raw input. (After DeepAI Machine Learning Glossary and Terms) [ NCI ]" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/NCIT_C176258" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "23.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "23.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCTI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "deep learning [ncti]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "plan specification" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000040", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "The input layer of a neural network is composed of artificial input neurons, and brings the initial data into the system for further processing by subsequent layers of artificial neurons. The input layer is the very beginning of the workflow for the artificial neural network." + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Eingangsvektor" + }, { + "@language" : "en", + "@value" : "input layer [ita]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000041", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Elastomers are dimensionally stable but elastically deformable plastics. They are producest by vulcanization of rubber." + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Elastomere" + }, { + "@language" : "en", + "@value" : "elastomers [ita]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "material entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000042", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "The output layer in an artificial neural network is the last layer of neurons that produces given outputs for the program." + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Ergebnisvektor" + }, { + "@language" : "en", + "@value" : "output layer [ita]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000043", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Extrusion is a process used to create objects of a fixed cross-sectional profile by pushing material through a die of the desired cross-section." + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Extrusion" + }, { + "@language" : "en", + "@value" : "extrusion [ita]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "process" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000044", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A transformation in which an atom or group Y connected to two other atoms or groups X and Z is lost from a molecule, leading to a product in which X is bonded to Z, e.g. X-Y-Z --> X-Z + Y." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/REX_0000100" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/rex.owl" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "23.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "23.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "http://purl.obolibrary.org/obo/rex.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "REX" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "extrusion [rex]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "process" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000045", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A process used to create objects of a fixed cross-sectional profile by forcing or drawing a material through a die." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/CHMO_0001613" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/chmo.owl" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "23.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "23.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "http://purl.obolibrary.org/obo/chmo.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "CHMO" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "extrusion [chmo]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "process" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000046", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "In neural networks, a hidden layer is located between the input and output of the algorithm, in which the function applies weights to the inputs and directs them through an activation function as the output. In short, the hidden layers perform nonlinear transformations of the inputs entered into the network." + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Hidden-Layer" + }, { + "@language" : "en", + "@value" : "hidden layer [ita]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000047", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Industrie 4.0 is the intelligent networking of machines and processes in the industrial environment, with the help of information and communication technology and thus digitization of the industrial production." + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Industrie 4.0" + }, { + "@language" : "en", + "@value" : "Industrie 4.0 [ita]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "plan specification" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000048", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Rubber is an elastic substance made either from the juice of particular tropical trees or artificially. It is raw material for car tires and other technical products." + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Kautschuk" + }, { + "@language" : "en", + "@value" : "rubber [ita]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "material entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000049", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Artifical intelligence is a branch of computer science dealing with the automation of intelligent behavior. Can be used in technical areas as methods of machine learning." + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Artificial Intelligence (AI) [ita]" + }, { + "@language" : "de", + "@value" : "Künstliche Intelligenz (KI)" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "plan specification" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000050", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Artificial intelligence is the branch of computer science that deals with writing computer programs that can solve problems creatively." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/NCIT_C16309" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "23.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "23.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCTI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Artificial Intelligence (AI) [ncti]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "plan specification" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000051", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Machine learning is a sub-area of ​​artificial intelligence that deals with artificial systems that adapt their actions to external conditions so that their output is improved according to defined standards. For this purpose, algorithms build a model based on training data. The algorithms does not learn to memorize, but uses patterns and laws, so the systems can also process unknown data. The learning algorithms are divided into supervised learning, unsupervised learning and reinforcement learning." + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "machine learning [ita]" + }, { + "@language" : "de", + "@value" : "maschinelles Lernen" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "plan specification" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000052", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A computing system (inspired by biological neural networks) that learns (progressively improves its ability) to do tasks by considering examples without task-specific programming. (After DeepAI Machine Learning Glossary and Terms)" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/NCIT_C176231" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "23.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "23.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCIT" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "machine learning [ncti]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "plan specification" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000053", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A planned process in which statistical techniques are used to give computers the ability to learn about patterns in data, without being explicitly programmed. Learning is defined in this case as progressively improving performance on a specific task." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/OBI_0002587" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/obi.owl" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "23.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "23.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "http://purl.obolibrary.org/obo/obi.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "OBI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "machine learning [obi]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "plan specification" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000054", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A topic concerning the application of artificial intelligence methods to algorithms, in order to create methods that can learn from data in order to generate an ouput, rather than relying on explicitly encoded information only." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://edamontology.org/topic_3474" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://edamontology.org" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "23.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "23.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "http://edamontology.org" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "EDAM" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "machine learning [edam]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "plan specification" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000055", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Microcontrollers are compact integrated circuits designed to govern a specific operation in an embedded system. Typically a microcontroller includes a processor, memory and input/output peripherals on a single chip." + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Mikrocontroller" + }, { + "@language" : "en", + "@value" : "microcontroller [ita]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "material entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000056", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Mixing is the first of the three areas of an extrusion line, where the input material is homogenized and mixed. This occurs within a screw element through shearing and mixing of the input material." + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Mischen" + }, { + "@language" : "en", + "@value" : "mixing [ita]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "process" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000057", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "The combining of components, particles or layers into a more homogeneous state. The mixing may be achieved manually or mechanically by shifting the material with stirrers or pumps or by revolving or shaking the container. The process μst not permit segregation of particles of different size or properties. Homogeneity may be considered to have been achieved in a practical sense when the sampling error of the processed portion is negligible compared to the total error of the measurement system." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/CHMO_0001685" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/chmo.owl" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "23.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "23.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "http://purl.obolibrary.org/obo/chmo.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "CHMO" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "mixing [chmo]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "process" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000058", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "To bring or combine together or with something else; add as an additional element or part." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/NCIT_C64925" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "23.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "23.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCTI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "mixing [ncti]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "process" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000059", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Pattern recognition is the automated recognition of patterns and regularities in data. Pattern recognition has its origins in statistics and engineering; some modern approches include the use of machine learning, due to the increased availability of big data and a new abundance of processing power." + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Mustererkennung" + }, { + "@language" : "en", + "@value" : "pattern recognition [ita]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "plan specification" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000060", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A branch of artificial intelligence concerned with the identification of visual or audio patterns by computers.For the computer to recognize the patterns, the patterns must be converted into digital signals and compared with patterns already stored in memory.Some uses of this technology are in character recognition, voice recognition, handwriting recognition, and robotics. (High-Tech Dictionary) [ NCI ]" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/NCIT_C16961" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "23.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "23.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCTI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "pattern recognition [ncti]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "plan specification" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000061", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Artificial neural networks (ANNs) are based on a reduced set of concepts from biological neural systems. It is composed of different Layeres, an input layer, one or more hidden layers and an output layer. Each layer consists of several artificial neurons. The connections of the biological neuron are modeled in artificial neural networks as weights between the artificial neurons. A positive weight reflects an excitatory connection, while negative values mean inhibitory connections. An activation function controls the amplitude of the output. They can be used to model complex relationships between inputs and outputs or to find patterns in data. Thereby ANNs can be trained by machine learning techniques to approximate a function, when the complexity of the data or task makes the design of such function by hand impractical. Other tasks in which ANNs can be trained are classification, including pattern recognition, clustering and Data processing, including clustering." + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "neural network [ita]" + }, { + "@language" : "de", + "@value" : "neuronales Netz" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "plan specification" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000062", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A computer algorithm to solve non-linear optimization problems. The algorithm was derived in analogy to the way the densely interconnected, parallel structure of the brain processes information." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/NCIT_C17429" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "23.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "23.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCTI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "neural network [ncti]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "plan specification" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000063", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Online characterisation is the characterization of the material properties during the process and on the real process line in order to be able to react to fluctuations during production." + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Online-Charakterisierung" + }, { + "@language" : "en", + "@value" : "online characterisation [ita]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "process" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000064", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "In online optimization decisions are made directly in the real process section and without knowledge of future results. Also often the data of the problem instance is not complete." + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Online-Optimierung" + }, { + "@language" : "en", + "@value" : "online optimization [ita]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "process" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000065", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Optimizers are algorithms or methods used to solve optimization problems by minimize an error function (loss function) or to maximize the efficiency of production. Optimizers are mathematical functions which are dependent on model's learnable parameters i.e Weights & Biases." + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Optimierungsmethoden" + }, { + "@language" : "en", + "@value" : "optimization [ita]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "process" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000066", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "An activity that attempts to find the best solution to a problem." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/NCIT_C78561" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "23.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "23.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCTI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "optimization [ncti]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "process" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000067", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Production-in-the-Loop describes a method, in which information from the production process is continuously recorded and the process is adapted to the changing framework conditions on the basis of this information." + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Production-in-the-Loop [ita]" + }, { + "@language" : "de", + "@value" : "Production-in-the-loop" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "plan specification" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000068", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Regression analysis consists of a set of machine learning methods that allow us to predict a continuous outcome variable (y) based on the value of one or multiple predictor variables (x). Regression is a supervised learning technique, in which Algorithems build a mathematical Modell or equation that defines y as a funktion of x." + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Regressionsanalyse" + }, { + "@language" : "en", + "@value" : "regression analysis [ita]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "plan specification" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000069", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A simulation environment is a virtual environment that maps/models the real process. A simulation model thus makes it possible to train control tasks using learning algorithms offline, i.e. not on the real system but on the computer. Neural networks can be used to create such model." + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Simulationsumgebung" + }, { + "@language" : "en", + "@value" : "simulation environment [ita]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "material entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000070", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "The test dataset is a subset of the dataset that is held back from training the model and given to the learning algorithm to test the trained model. Typically it consists of 20% to 30% of the original dataset. It is the sample of data used to provide an unbiased evaluation of a final model fit on the training dataset." + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Test-Dataset" + }, { + "@language" : "en", + "@value" : "test dataset [ita]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000071", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "The train dataset is a subset of the dataset that is given to the learning algorithm to train a model. Typically it consists of 70% to 80% of the original dataset. It is the sample of data used to fit the model." + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Train-Dataset" + }, { + "@language" : "en", + "@value" : "train dataset [ita]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000072", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Supervised learning is the machine learning task of learning a function that maps an input to an output based on example input-output pairs. It infers a function from labeled training data consisting of a set of training examples. In supervised learning, each example is a pair consisting of an input object (typically a vector) and a desired output value (target)." + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "supervised learning [ita]" + }, { + "@language" : "de", + "@value" : "überwachtes Lernen" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "plan specification" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000073", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A machine learning process using a function that maps an input to an output based on example input-output pairs. It infers a function from labeled training data consisting of a set of training examples." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "en", + "@value" : "supervised machine learning" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/OBI_0002588" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/obi.owl" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "23.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "23.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "http://purl.obolibrary.org/obo/obi.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "OBI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "supervised learning [obi]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "plan specification" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000074", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Unsupervised learning is a type of algorithm that learns patterns from untagged data. The hope is that through mimicry, which is an important mode of learning in people, the machine is forced to build a compact internal representation of its world and then generate imaginative content from it. Unsupervised methods exhibit self-organization that captures patterns as probability densities or a combination of neural feature preferences." + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "unsupervised learning [ita]" + }, { + "@language" : "de", + "@value" : "unüberwachtes Lernen" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "plan specification" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000075", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A machine learning process that infers a function describing the structure of \"unlabeled\" data (i.e. data that has not been classified or categorized)." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "en", + "@value" : "unsupervised machine learning" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/OBI_0002589" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/obi.owl" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "23.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "23.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "http://purl.obolibrary.org/obo/obi.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "OBI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "unsupervised learning [obi]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "plan specification" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000076", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "The validation dataset is the sample of data used to provide an unbiased evaluation of a model fit on the training dataset while tuning model hyperparameters. The evaluation becomes more biased as skill on the validation dataset is incorporated into the model configuration." + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Validation-Dataset" + }, { + "@language" : "en", + "@value" : "validation dataset [ita]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000077", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Validation data is to \"validate\" that your neural network hasn't rather memorized your training data and has thus actually learned some meaningful aspects of the data so that the model can be later used (generalized) to unseen, held-out \"test dataset\"." + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Validierung" + }, { + "@language" : "en", + "@value" : "validation [ita]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "process" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000078", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "The act of validating; finding or testing the truth of something." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/NCIT_C16237" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "23.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "23.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCTI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "validation [ncti]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "process" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000079", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "a planned process with objective to check that the accuracy or the quality of a claim or prediction satisfies some criteria and which is assessed by comparing with independent results" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/OBI_0302911" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/obi.owl" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "23.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "23.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "http://purl.obolibrary.org/obo/obi.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "OBI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "validation [obi]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "process" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000080", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Validate some data." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://edamontology.org/operation_2428" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://edamontology.org" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "23.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "23.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "http://edamontology.org" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "EDAM" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "validation [edam]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "process" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000081", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Rolling is the second of the three areas of the extrusion line. Where the material is homogenised." + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Walzen" + }, { + "@language" : "en", + "@value" : "rolling [ita]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "process" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000082", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Twin screw extruders have two screws, which have more shear and mixing capability than the single screw in a singel screw extruder. Depending on the direction of rotation of the screws, a distinction is made between counter-rotating and co-rotating twin-screw extruders." + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Zweischneckenextruder" + }, { + "@language" : "en", + "@value" : "twin screw extruder [ita]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "material entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000083", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Control variable that specifies at which temperature mixing takes place." + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Mischungstemperatur" + }, { + "@language" : "en", + "@value" : "Mixing temperature [ita]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "quality" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000084", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Rücksprache DIK" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Stamp pressure [ita]" + }, { + "@language" : "de", + "@value" : "Stemepeldruck" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "quality" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000085", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Control value that specifies at which speed mixing takes place" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Drehzahl (Mischer)" + }, { + "@language" : "en", + "@value" : "rotation speed (Mixer) [ita]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "quality" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000086", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Control value that specifies how long mixing takes place" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Mischzeit" + }, { + "@language" : "en", + "@value" : "Mixing time [ita]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "quality" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000087", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Measured variable that indicates how high the torque is during mixing." + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Drehmoment (Mischer)" + }, { + "@language" : "en", + "@value" : "Torque (mixer) [ita]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "quality" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000088", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Torque is the effectiveness of a force to produce rotation about an axis, measured by the product of the force and the perpendicular distance from the line of action of the force to the axis." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://www.ontology-of-units-of-measure.org/resource/om-2/Torque" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://www.ontology-of-units-of-measure.org/resource/om-2" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "23.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "23.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "http://www.ontology-of-units-of-measure.org/resource/om-2" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "OM" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Torque (mixer) [om]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "quality" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000089", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Control variable that indicates how high the speed of the screw is during extrusion." + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Schneckendrezahl" + }, { + "@language" : "en", + "@value" : "Screw speed [ita]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "quality" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000090", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Measured variable that indicates how high the torque of the screw is during extrusion." + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Schneckendrehmoment" + }, { + "@language" : "en", + "@value" : "Screw torque [ita]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "quality" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000091", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Control variable that indicates how high the temperature of the screw is during extrusion." + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Temperierung Schnecke" + }, { + "@language" : "en", + "@value" : "Tempering screw [ita]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "quality" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000092", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Control variable that indicates how high the temperature of the feed roller is during extrusion." + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Temperierung Speisewalze" + }, { + "@language" : "en", + "@value" : "Tempering Feed roller [ita]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "quality" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000093", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Control variable that indicates how high the temperature of the cylinder is during extrusion." + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Temperierung Zylinder" + }, { + "@language" : "en", + "@value" : "Tempering cylinder [ita]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "quality" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000094", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Measured variable that indicates how high the pressure in the cylinder is during extrusion." + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Cylinder pressure [ita]" + }, { + "@language" : "de", + "@value" : "Zylinderdruck" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "quality" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000095", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Control variable that indicates how high the temperature of the tool is during extrusion." + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Tempering Tool [ita]" + }, { + "@language" : "de", + "@value" : "Temperiung Werkzeug" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "quality" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000096", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Measured variable that indicates how high the pressure in the tool is during extrusion." + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Tool pressure [ita]" + }, { + "@language" : "de", + "@value" : "Werkzeugdruck" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "quality" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000097", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Measured variable that indicates what the temperature is at the surface of the material." + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Near-surface mass temperature in the tool [ita]" + }, { + "@language" : "de", + "@value" : "Oberflächennahe Massentemperatur im Werkzeug" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "quality" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000098", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Measured variable that indicates how the temperature is distributed radially over the screw channel." + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Radial temperature profile of the mixture in the screw channel [ita]" + }, { + "@language" : "de", + "@value" : "Radiales Temperaturprofil der Mischung im Schneckenkanal" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "quality" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000099", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "System parameter that indicates how large the outlet surface of the rubber is." + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Austrittsfläche" + }, { + "@language" : "en", + "@value" : "Outlet surface [ita]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "quality" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000100", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "The throughput indicates how many kilograms of rubber are extruded in a given unit of time." + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Durchsatz" + }, { + "@language" : "en", + "@value" : "Throughput [ita]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "quality" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000101", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A class of units in the system under study (e.g, machines, spare parts)" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Marvin Auf der Landwehr" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "collection of material entities [hsh]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "material entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000102", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A circumstance, fact, or influence that contributes to the costs associated with an entity (e.g., wages, number)" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "factor [hsh]" + }, { + "@language" : "de", + "@value" : "faktor [hsh]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000103", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Anything that contributes causally to a result." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/NCIT_C25506" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "22.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "22.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCTI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "factor [ncti]" + }, { + "@language" : "de", + "@value" : "faktor [ncti]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000104", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A data item that is a member of a minimal set of independent variables that can be used to model the dependent reponses in a set of related experiments." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/PROCO_0000005" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/proco.owl" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "22.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "22.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "PROCO" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "factor [proco]" + }, { + "@language" : "de", + "@value" : "faktor [proco]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000105", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A multiplicand in a mathematical product expression. [Allotrope]" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.allotrope.org/ontologies/result#AFR_0000924>" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.allotrope.org/ontologies" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "15.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "skos:definition" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "allotrope" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "factor [allotrope]" + }, { + "@language" : "de", + "@value" : "faktor [allotrope]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000106", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Cumulative expression for the value of all costs groups within the system under study" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Marvin Auf der Landwehr" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "cost [hsh]" + }, { + "@language" : "de", + "@value" : "kosten [hsh]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000107", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "The amount paid, charged, or engaged to be paid, for purchasing goods, services and financial instruments." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/NCIT_C69088" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "22.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "22.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCTI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "cost [ncti]" + }, { + "@language" : "de", + "@value" : "kosten [ncti]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000108", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Cumulative expression for the value of overarching entity groups (e.g., human ressource, maintenance) within the system under study" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Marvin Auf der Landwehr" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "cost group [hsh]" + }, { + "@language" : "de", + "@value" : "kostengruppe [hsh]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000109", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A cost group for all cost values occuring from entity sub-groups in the human ressource cost group and the associated factors" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Marvin Auf der Landwehr" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "human ressource cost [hsh]" + }, { + "@language" : "de", + "@value" : "personalkosten [hsh]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000110", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A cost group for all cost values occuring from entity sub-groups in the maintenance cost group and the associated factors" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Marvin Auf der Landwehr" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "maintenance cost [hsh]" + }, { + "@language" : "de", + "@value" : "wartungskosten [hsh]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000111", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A cost group for all cost values occuring from entity sub-groups in the energy cost group and the associated factors" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Marvin Auf der Landwehr" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "energiekosten [hsh]" + }, { + "@language" : "en", + "@value" : "energy cost [hsh]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000112", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A cost group for all cost values occuring from entity sub-groups in the material cost group and the associated factors" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Marvin Auf der Landwehr" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "material cost [hsh]" + }, { + "@language" : "de", + "@value" : "materialkosten [hsh]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000113", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A cost group for all cost values occuring from entity sub-groups in the storage cost group and the associated factors" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Marvin Auf der Landwehr" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "lagerhaltungskosten [hsh]" + }, { + "@language" : "en", + "@value" : "storage cost [hsh]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000114", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A cost group for all cost values occuring from entity sub-groups in the production cost group and the associated factors" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Marvin Auf der Landwehr" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "production cost [hsh]" + }, { + "@language" : "de", + "@value" : "produktionskosten [hsh]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000115", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A cost group for all cost values occuring from entity sub-groups in the investment cost group and the associated factors" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Marvin Auf der Landwehr" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "investitionskosten [hsh]" + }, { + "@language" : "en", + "@value" : "investment cost [hsh]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000116", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A cost group for all cost values occuring from entity sub-groups in the waste management cost group and the associated factors" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Marvin Auf der Landwehr" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "abfallmanagementkosten [hsh]" + }, { + "@language" : "en", + "@value" : "waste management cost [hsh]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000117", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A cost group for the total sales value generated in a time period X by the system under investigation" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Marvin Auf der Landwehr" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "turnover [hsh]" + }, { + "@language" : "de", + "@value" : "umsatz [hsh]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000118", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "An apparatus using mechanical power and having several parts, each with a definite function and together performing a particular task, required for operations in the system under investigation. Constitutes an entity in the maintenance cost, energy cost, production cost, investment cost and turnover cost group." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Marvin Auf der Landwehr" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "machine [hsh]" + }, { + "@language" : "de", + "@value" : "maschine [hsh]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "material entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000119", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "The state of an unit within an individual entity sub-group with regard to its working order (e.g., good, defective, not working)." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Marvin Auf der Landwehr" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Operating status [hsh]" + }, { + "@language" : "de", + "@value" : "zustand [hsh]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "quality" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000120", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A state of being, such as a state of health." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/NCIT_C25457" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "22.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "22.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCIT" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "condition [ncti]" + }, { + "@language" : "de", + "@value" : "zustand [ncti]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "quality" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000121", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "The shapes that the focus nodes need to conform to before a rule is executed on them." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://www.w3.org/ns/shacl#condition" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://www.w3.org/ns/shacl#" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "22.08.2023" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "22.08.2023" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "shacl" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "condition [shacl]" + }, { + "@language" : "de", + "@value" : "zustand [shacl]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "quality" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000122", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Used to specify ranges for qualities that act as conditions on a system/sensor's operation. For example, wind speed of 10-60m/s may be used as the condition on a SystemProperty, for example, to state that a sensor has a particular accuracy in that" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://www.w3.org/ns/ssn/systems/Condition" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://www.w3.org/ns/ssn/systems/" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "22.08.2024" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "22.08.2024" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "ssn" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "condition [ssn]" + }, { + "@language" : "de", + "@value" : "zustand [ssn]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "quality" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000123", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "The basic materials from which a finished product is made in the system under investigation. Constitutes an entity in the material cost and waste management cost group." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Marvin Auf der Landwehr" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "raw material [hsh]" + }, { + "@language" : "de", + "@value" : "rohmaterial [hsh]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "material entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000124", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Processed raw materials that are not used for final consumption but as input for the production of finished goods in the system under investigation. Constitutes an entity in the material cost and waste management cost group." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Marvin Auf der Landwehr" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "halbfabrikat [hsh]" + }, { + "@language" : "en", + "@value" : "semi-finished product [hsh]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "material entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000125", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "The product that emerges at the end of the production process of the system under study. Constitutes an entity in the material cost, production cost, and waste management cost group." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Marvin Auf der Landwehr" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "endprodukt [hsh]" + }, { + "@language" : "en", + "@value" : "finished product [hsh]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "material entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000126", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A duplicate part to replace a lost or damaged part of a machine entity unit in the system under investigation. Constitutes an entity sub-group of the wear parts entity." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Marvin Auf der Landwehr" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "ersatzteil [hsh]" + }, { + "@language" : "en", + "@value" : "spare parts [hsh]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "material entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000127", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Parts pf a machine entity unit that are bound to wear out with repetitive use and will require periodic repair or replacement based on maintenance interval in the system under investigation. Constitutes an entity of the maintenance cost and material cost group." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Marvin Auf der Landwehr" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "verschleißteil [hsh]" + }, { + "@language" : "en", + "@value" : "wear parts [hsh]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "material entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000128", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Materials used to wrap or protect raw materials, semi-finished products, and finished products." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Marvin Auf der Landwehr" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "packaging [hsh]" + }, { + "@language" : "de", + "@value" : "verpackung [hsh]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "material entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000129", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A person who operates a machine entity unit in the system under investigation. Constitutes an entity of the human resource and the production cost group." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "operator [hsh]" + }, { + "@language" : "en", + "@value" : "operator [hsh]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000023" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "role" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000130", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A person that operates some apparatus or machine." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/NCIT_C48036" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "22.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "22.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCTI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "operator [ncti]" + }, { + "@language" : "en", + "@value" : "operator [ncti]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000023" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "role" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000131", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A person who supervises and coordinates the work of employees who set up and operate machine entity units in the system under investigation. Constitutes an entity of the human ressource and the production cost group." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "supervisor [hsh]" + }, { + "@language" : "en", + "@value" : "supervisor [hsh]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000023" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "role" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000132", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "An individual who is responsible for managing or operating a business, organization, team or department." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/NCIT_C134832" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "22.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "22.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCTI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "supervisor [ncti]" + }, { + "@language" : "en", + "@value" : "supervisor [ncti]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000023" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "role" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000133", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Designated administrator over one or more groups/teams working to produce a resource, or over one or more steps of a development process" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://w3id.org/nfdi4ing/metadata4ing#Supervisor" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://w3id.org/nfdi4ing/metadata4ing#" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "22.08.2023" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "22.08.2023" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "m4i" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "supervisor [m4i]" + }, { + "@language" : "en", + "@value" : "supervisor [m4i]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000023" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "role" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000134", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A person who supports an operator in the system under investigation. Constitutes an entity of the human ressource and the production cost group." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "hilfskraft [hsh]" + }, { + "@language" : "en", + "@value" : "operational assistant [hsh]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000023" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "role" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000135", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A person who handles a company's incoming and outgoing raw materials, semi-finished prodcuts as well as finished products, and who manages stocks in the system under investigation. Constitutes an entity of the human ressource and the storage cost group." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "lagerist [hsh]" + }, { + "@language" : "en", + "@value" : "warehouse clerk [hsh]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000023" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "role" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000136", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A person who monitors the quality of incoming and outgoing products or materials in the system under investigation. Constitutes an entity of the human ressource and the production cost group." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "quality inspector [hsh]" + }, { + "@language" : "de", + "@value" : "qualitätsprüfer [hsh]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000023" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "role" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000137", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A mode of transport that is employed to transport raw materials, semi-finished goods and finished goods within the system under investigation." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Marvin Auf der Landwehr" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "conveyor vehicle [hsh]" + }, { + "@language" : "de", + "@value" : "fördermittel [hsh]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "material entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000138", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A maintenance metric that measures the average amount of time a non-repairable asset operates before it fails in the system under investigation. Constitutes a factor of the maintenance cost group." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Marvin Auf der Landwehr" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "mean time to failure [hsh]" + }, { + "@language" : "de", + "@value" : "mittlere zeit bis zum ausfall [hsh]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000139", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A maintenance metric that measures the average time required to troubleshoot and repair failed equipment. Constitutes a factor of the maintenance cost group." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Marvin Auf der Landwehr" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "mean time to repair [hsh]" + }, { + "@language" : "de", + "@value" : "mittlere reperaturdauer [hsh]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000140", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "The schedule for all anticipated maintenance activities regarding machine entites within the system under investigation. Constitutes a factor of the maintenance cost group." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "maintenance interval [hsh]" + }, { + "@language" : "de", + "@value" : "wartungsintevall [hsh]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000141", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Type of planning time: Fixed time interval for the scheduled maintenance of a technical system or its parts." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://iirds.tekom.de/iirds#MaintenanceInterval" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://iirds.tekom.de/iirds#" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "15.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "rdfs:comment" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "iiRDS" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "maintenance interval [iirds]" + }, { + "@language" : "de", + "@value" : "wartungsintevall" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000142", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "The averafe time that is required to conduct scheduled maintenance activities for a machine entity unit. Constitutes a factor of the maintenance cost group." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Marvin Auf der Landwehr" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "maintenance duration [hsh]" + }, { + "@language" : "de", + "@value" : "wartungsdauer [hsh]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000143", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "The amount of electricity (kw/h) that is consumed by all entities in the system under investigation. Constitutes a factor of the energy cost, storage cost and production cost group." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Marvin Auf der Landwehr" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "energy consumption [hsh]" + }, { + "@language" : "de", + "@value" : "stromverbrauch [hsh]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000144", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "The expenditure that incurs for acquiring a single unit of an entity sub-group in the system under investigation. Constitutes a factor of the maintenance cost, material cost, and storage cost group." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Marvin Auf der Landwehr" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "stückkosten [hsh]" + }, { + "@language" : "en", + "@value" : "unit cost [hsh]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000145", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A composite particle, comprising of strongly bound or fused smaller particles, where the resulting external surface area may be significantly smaller than the sum of calculated surface areas of the individual components." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@id" : "http://enanomapper.github.io/ontologies/releases/10.0/enanomapper.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.enanomapper.org/onto/ENM_9000002" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Lars M Vogt" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "31.09.2023" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@value" : "2023-09-01T09:55:19.791625Z" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "ENM:9000002" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "ENM" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Aggregat" + }, { + "@language" : "en", + "@value" : "aggregate [enm]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_60004" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000146", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A collection of weakly bound particles or aggregates where the resulting surface area is similar to the sum of the surface areas of the individual components." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@id" : "http://enanomapper.github.io/ontologies/releases/10.0/enanomapper.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.enanomapper.org/onto/ENM_9000001" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Lars M Vogt" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "31.09.2023" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@value" : "2023-09-01T10:05:41.878142Z" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "ENM:9000001" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "ENM" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Agglomerat" + }, { + "@language" : "en", + "@value" : "agglomerate [enm]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000273" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000147", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A particle in the physical sciences is a small localized object to which can be ascribed physical properties. [Wikipedia]" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@id" : "http://purl.allotrope.org/voc/afo/merged/REC/2023/06/merged-without-qudt-and-inferred" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.allotrope.org/ontologies/material#AFM_0000435" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Lars M Vogt" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "31.09.2023" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@value" : "2023-09-01T10:30:08.82821Z" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "AFM:0000435" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "AFM" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Partikel (Physik)" + }, { + "@language" : "en", + "@value" : "particle (physics) [afo]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000148", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A structure that has a roof and walls and stands more or less permanently in one place." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/NCIT_C80231" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "22.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "22.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCIT" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Gebäude" + }, { + "@language" : "en", + "@value" : "building" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "material entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000150", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "The amount of raw materials, semi-finisehd products or finished products passing through a machine entity in the time X in the system under investigation." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Marvin Auf der Landwehr" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "durchsatz [hsh]" + }, { + "@language" : "en", + "@value" : "throughput [hsh]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000151", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "All costs that are derived from costs groups encompassing overhead charges or subsidiary work." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Marvin Auf der Landwehr" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "indirect cost [hsh]" + }, { + "@language" : "de", + "@value" : "indirekte kosten [hsh]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000152", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "All costs that are derived from costs groups that are directly related to the production of goods in the system under study." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Marvin Auf der Landwehr" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "direct cost [hsh]" + }, { + "@language" : "de", + "@value" : "direkte kosten [hsh]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000153", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Costs that can be identified with a particular project or program." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/NCIT_C19579" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "22.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "22.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCTI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "direct cost" + }, { + "@language" : "de", + "@value" : "direkte kosten" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000154", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A single system element (e.g., extruder 1, tool 1) within an entity sub-group in the system under investigation." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Marvin Auf der Landwehr" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "einheit [hsh]" + }, { + "@language" : "en", + "@value" : "unit [hsh]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "material entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000155", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A property representing the unit of measure in which a nutrient or food component is typically expressed, ex., gram (g), minigram (mg), microgram (mcg), joule, or kilojoule." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/NCIT_P355" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "22.08.2018" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "22.08.2018" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCTI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "einheit [ncti]" + }, { + "@language" : "en", + "@value" : "unit [ncti]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "material entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000156", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "The property used in conjunction with a nutrient or food component, typically expressed in gram (g), milligram (mg), microgram (mcg), joule, or kilojoule." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/NCIT_C68553" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "22.08.2019" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "22.08.2019" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCTI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "einheit [ncti]" + }, { + "@language" : "en", + "@value" : "unit [ncti]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "material entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000157", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A single undivided thing occurring in the composition of something else." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/NCIT_C44278" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "22.08.2020" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "22.08.2020" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCTI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "einheit [ncti]" + }, { + "@language" : "en", + "@value" : "unit [ncti]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "material entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000158", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Class designed to distinguish the different types of units that are available in variables from datasets or parameters" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://w3id.org/okn/o/sd#Unit" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "https://w3id.org/okn/o/sd" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "22.08.2021" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "22.08.2021" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "SD" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "einheit [sd]" + }, { + "@language" : "en", + "@value" : "unit [sd]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "material entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000159", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "\"A unit of measurement is a standardized quantity of a physical quality.\" [Wikipedia:Wikipedia]" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/UO_0000000" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "22.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "22.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "UO" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "einheit [uo]" + }, { + "@language" : "en", + "@value" : "unit [uo]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "material entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000160", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A machine that pushes unvulcanized rubber compounds through an extrusion die under pressure. Constitutes an entity sub-group of the machine entity." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Marvin Auf der Landwehr" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "extruder [hsh]" + }, { + "@language" : "en", + "@value" : "extruder [hsh]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "material entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000161", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A machine that mixes polymers and additives in the manufacture of plastic and rubber products. Constitutes an entity sub-group of the machine entity." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Marvin Auf der Landwehr" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Knetmaschine [hsh]" + }, { + "@language" : "en", + "@value" : "banbury mixer [hsh]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "material entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000162", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A machine that assembles assembles all components and semi-finished products to produce a tyre. Constitutes an entity sub-group of the machine entity." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Marvin Auf der Landwehr" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "reifenproduktionsmaschine [hsh]" + }, { + "@language" : "en", + "@value" : "tire building machine [hsh]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "material entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000163", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A pneumtaic machine that cuts rubber materials. Constitutes an entity sub-group of the machine entity." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Marvin Auf der Landwehr" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "cutter [hsh]" + }, { + "@language" : "de", + "@value" : "schneidemaschine [hsh]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "material entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000164", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A machine that combines a series of hard pressure rollers used to finish or smooth a sheet of rubber material. Constitutes an entity sub-group of the machine entity." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Marvin Auf der Landwehr" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Kalandar [hsh]" + }, { + "@language" : "en", + "@value" : "calandar [hsh]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "material entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000165", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "An automated system that transports good to, within and from storage areas. Constitutes an entity sub-group of the machine entity." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Marvin Auf der Landwehr" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "lagerroboter [hsh]" + }, { + "@language" : "en", + "@value" : "storage robot [hsh]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "material entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000166", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "An overhead crane with a girder configuration supported by freestanding legs that move on wheels to transport goods. Constitutes an entity sub-group of the machine entity." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Marvin Auf der Landwehr" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "gantry crane [hsh]" + }, { + "@language" : "de", + "@value" : "portalkran [hsh]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "material entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000167", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A machine that is measures the tire uniformity for complete vehicle wheels and determines the radial and lateral force fluctuations of the rolling wheel. Constitutes an entity sub-group of the machine entity." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Marvin Auf der Landwehr" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "gleichförmigkeitsmessautomat [hsh]" + }, { + "@language" : "en", + "@value" : "uniformity grading machine [hsh]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "material entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000168", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A powered industrial truck used to lift and move materials over short distances. Constitutes an entity sub-group of the conveyor vehicle entity." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Marvin Auf der Landwehr" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "forklift [hsh]" + }, { + "@language" : "de", + "@value" : "gabelstapler [hsh]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "material entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000169", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A continuous moving strip or surface that is used for transporting objects between different destinations. Constitutes an entity sub-group of the conveyor vehicle entity." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Marvin Auf der Landwehr" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "conveyor [hsh]" + }, { + "@language" : "de", + "@value" : "fördertechnik [hsh]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "material entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000170", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A small truck for lifting and transporting loads. Constitutes an entity sub-group of the conveyor vehicle entity." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Marvin Auf der Landwehr" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "hubwagen [hsh]" + }, { + "@language" : "en", + "@value" : "lift truck [hsh]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "material entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000171", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "An object shaped for repair and installation purposes, with the help of which something is processed or manufactured.Constitutes an entity sub-group of the wear parts entity." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Marvin Auf der Landwehr" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "tools [hsh]" + }, { + "@language" : "de", + "@value" : "wekzeuge [hsh]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "material entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000172", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A set of small wear parts required to maintain and repair a machine entity. Constitutes an entity sub-group of the wear parts entity." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Marvin Auf der Landwehr" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "kleinteile [hsh]" + }, { + "@language" : "en", + "@value" : "small parts [hsh]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "material entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000173", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Components required to maintain and repair a machine entity. Constitutes an entity sub-group of the wear parts entity." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "ganze komponenten [hsh]" + }, { + "@language" : "en", + "@value" : "whole components [hsh]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "material entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000174", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Equipment that is employed for producing light in the system under investigation. Constitutes an entity sub-group of the building entity." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Marvin Auf der Landwehr" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "beleuchtung [hsh]" + }, { + "@language" : "en", + "@value" : "lighting [hsh]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "material entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000175", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Equipment that is employed for cooling and heating in the system under investigation. Constitutes an entity sub-group of the building entity." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Marvin Auf der Landwehr" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "air conditioning [hsh]" + }, { + "@language" : "de", + "@value" : "klimatisierung [hsh]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "material entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000176", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Equipment that is employed for managerial purposes in the system under investigation." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Marvin Auf der Landwehr" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "büroausstattung [hsh]" + }, { + "@language" : "en", + "@value" : "office equipment [hsh]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "material entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000177", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "An elastic material obtained from the latex sap of trees. Constitutes an entity sub-group of the raw material entity." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Marvin Auf der Landwehr" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "narural rubber [hsh]" + }, { + "@language" : "de", + "@value" : "naturkautschuk [hsh]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "material entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000178", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "The natural extract of tropical rubber plants." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/NCIT_C106043" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "22.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "22.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCIT" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "narural rubber [ncti]" + }, { + "@language" : "de", + "@value" : "naturkautschuk [ncti]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "material entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000179", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Any of several substances similar to natural rubber in properties and uses, produced synthetically. Constitutes an entity sub-group of the raw material entity." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Marvin Auf der Landwehr" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Synthetic rubber [hsh]" + }, { + "@language" : "de", + "@value" : "synthetikkautschuk [hsh]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "material entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000180", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Material that is required to manipulate the properties of rubber products. Constitutes an entity sub-group of the raw material entity." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Marvin Auf der Landwehr" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "filling material [hsh]" + }, { + "@language" : "de", + "@value" : "füllstoffe [hsh]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "material entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000181", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Material that is used to support the structure of rubber based products (e.g., steel cords). Constitutes an entity sub-group of the raw material entity." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Marvin Auf der Landwehr" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "reinforcing materials [hsh]" + }, { + "@language" : "de", + "@value" : "verstärkungsmaterialien [hsh]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "material entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000182", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A substance added to a synthetic resin to produce or promote plasticity and flexibility and to reduce brittleness. Constitutes an entity sub-group of the raw material entity." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Marvin Auf der Landwehr" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "plasticizer [hsh]" + }, { + "@language" : "de", + "@value" : "weichmacher [hsh]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "material entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000183", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A substance added to plastics or other materials to make or keep them soft or pliable." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/NCIT_C55826" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "22.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "22.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "plasticiser" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCIT" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "plasticizer [ncti]" + }, { + "@language" : "de", + "@value" : "weichmacher [ncti]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "material entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000184", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Any compound that is used as an additive to increase the plasticity or fluidity of a substance, particularly but not exclusively to synthetic polymers." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/CHEBI_79056" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi.owl" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "22.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "22.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "plasticiser" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "CHEBI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "plasticizer [chebi]" + }, { + "@language" : "de", + "@value" : "weichmacher [chebi]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "material entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000185", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Chemicals added to rubber to alter its physical properties. Constitutes an entity sub-group of the raw material entity." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Marvin Auf der Landwehr" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "vulcanization chemicals [hsh]" + }, { + "@language" : "de", + "@value" : "vulkanisationschemikalien [hsh]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "material entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000186", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Additional substances that are employed to product rubber-based products. Constitutes an entity sub-group of the raw material entity." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Marvin Auf der Landwehr" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "other additives [hsh]" + }, { + "@language" : "de", + "@value" : "sonstige additive [hsh]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "material entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000187", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A non-destructive light scattering technique that provides detailed information about the chemical structure upon the interaction of light with the chemical bonds within a material based on periodic changes of polarizabilities, usually manifested as energy loss (gain) with respect to the incident light." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://www.horiba.com/ind/raman-imaging-and-spectroscopy/" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Georgios Ctistis" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Raman spectroscopy [ifnano]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "plan specification" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000188", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Any type of vibrational spectroscopy where the Raman scattering of monochromatic light, usually from a laser in the visible, near infrared, or near ultraviolet range by a sample is detected. [CHMO]" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.allotrope.org/ontologies/process#AFP_0000047" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "17.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "http://purl.allotrope.org/ontologies/" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "allotrope.org" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Raman spectroscopy [allotrope]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "plan specification" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000189", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Emission of electromagnetic energy with a shorter frequency (longer wavelength) than that of the incident monochromatic light. Arises from the low probability absorption of quanta with a higher energy than that required for a transition: the difference in energy is emitted as a lower frequency (energy) photon. Allows analysis of vibrational and rotational energy levels using visible incident light. [ NCI ]" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/NCIT_C17157" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "18.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Raman spectroscopy [ncit]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "plan specification" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000190", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A graph that shows the intensity of radiation at different wavelengths or the response of the atomic or molecular system to different wavelengths of the radiation" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://chem.libretexts.org/Bookshelves/Physical_and_Theoretical_Chemistry_Textbook_Maps/Book%3A_Quantum_States_of_Atoms_and_Molecules_(Zielinksi_et_al)/01%3A_Spectroscopy#:~:text=A%20spectrum%20is%20a%20graph,different%20wavelengths%20of%20the%20radiation." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Christoph Lenth" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Spectrum [ifnano]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ], + "https://www.tib.eu/digitrubber#refersToCompetenceQuestion" : [ { + "@value" : "IFNANO:01_CQ" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000191", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A spectrum is a data distribution function of a measured quantity in a spectroscopy against some experimental parameter. [Allotrope]" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.allotrope.org/ontologies/result#AFR_0000068" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "17.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "http://purl.allotrope.org/ontologies/" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "allotrope.org" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Spectrum [allotrope]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000192", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "An array of entities, such as light waves or particles, ordered in accordance with the magnitudes of a common physical property, such as wavelength or mass." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/NCIT_C84383" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "18.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Spectrum [ncit]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000193", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A graph presents a number of peaks, showing the intensity and wavelength position of the Raman scattered light, in which each peak corresponds to a specific molecular bond vibration." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://www.horiba.com/ind/raman-imaging-and-spectroscopy/" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Christoph Lenth" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Raman spectrum [ifnano]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000194", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A plot of intensity vs. Raman shift (cm-1) obtained by measuring the Raman scattering of monochromatic light from a sample. [CHMO]" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.allotrope.org/ontologies/result#AFR_0000519" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "17.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "http://purl.allotrope.org/ontologies/" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "allotrope.org (chmo)" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Raman spectrum [allotrope]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000195", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Fourier transform infrared involves the probing of matter with infrared radiation. It is based on periodic changes in dipole moments caused by molecular vibrations during the absorption of IR radiation and gives spectroscopic fingerprints." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://www.hamamatsu.com/eu/en/applications/analytical-equipment/infrared-spectroscopy.html" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Yaman Alsalka (IFNANO)" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@value" : "31.03.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@value" : "Method" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "FTIR spectroscopy [ifnano]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "plan specification" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000196", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "An attenuated total reflection accessory operates by measuring the changes that occur in a totally internally reflected infrared beam when the beam comes into contact with a sample." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@language" : "en", + "@value" : "https://cmdis.rpi.edu/sites/default/files/ATR_FTIR.pdf" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Yamen Alsalka (IFNANO)" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@value" : "31.03.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@value" : "Method" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "ATR-FTIR" + }, { + "@language" : "en", + "@value" : "ATR-FTIR [ifnano]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "plan specification" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000197", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "It arises when groups differ statistically in their distributions on characteristics relevant to a given situation." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://www.sciencedirect.com/science/article/pii/B0123693985005442" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Yamen Alsalka (IFNANO)" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@value" : "31.03.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Statistical discrimination [ifnano]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "plan specification" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000198", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "The chemical discipline that uses mathematical and statistical methods, (a) to design or select optimal measurement procedures and experiments, and (b) to provide maximum chemical information by analyzing chemical data." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://www.wiley-vch.de/de/fachgebiete/naturwissenschaften/chemometrics-978-3-527-34097-2" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Christoph Lenth" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@value" : "31.03.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Chemometrics [ifnano]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "plan specification" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000199", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Natural and synthetic rubber materials that are modified and shaped into rubber products through the rubber extrusion process." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://www.extrudedrubber.net/" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Yamen Alsalka (IFNANO)" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@value" : "31.03.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Raw rubber samples [ifnano]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "material entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000200", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "The degree to which two or more quantities or events are associated, a statistical relation between two or more variables such that systematic changes in the value of one variable are accompanied by systematic changes in the others. The collelation can be described by mathematical functions (often a linear function is used). It’s a common tool for describing simple relationships without making a statement about cause and effect." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://www.jmp.com/en_ca/statistics-knowledge-portal/what-is-correlation.html; http://purl.obolibrary.org/obo/NCIT_C48834" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Yamen Alsalka (IFNANO)" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "06.06.2023" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@value" : "31.03.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@value" : "Correlations are useful for describing simple relationships among data" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Correlation [ifnano]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000201", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "The degree to which two or more quantities or events are linearly associated, a statistical relation between two or more variables such that systematic changes in the value of one variable are accompanied by systematic changes in the others." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/NCIT_C48834" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "18.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCIT" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Correlation [ncit]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000202", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000112" : [ { + "@value" : "The concentration of Zinc in the extrudate is 0.5 g/L." + } ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A quality of a substance in terms of its amount per unit volume in a mixture." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "en", + "@value" : "Konzentration" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://en.wikipedia.org/wiki/Concentration" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Sven Schwabe (IFNANO)" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "06.04.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "31.03.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" : [ { + "@value" : "conc." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "concentration [ifnano]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "quality" + } ], + "https://www.tib.eu/digitrubber#refersToCompetenceQuestion" : [ { + "@value" : "IFNANO:01_CQ; IFNANO:02_CQ; IFNANO:03_CQ" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000203", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "The quantity kind concentration" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://www.materials.fraunhofer.de/ontologies/BWMD_ontology/mid#BWMD_00298" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "https://www.materials.fraunhofer.de/ontologies/BWMD_ontology" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "17.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "https://www.materials.fraunhofer.de/ontologies/BWMD_ontology" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "BWMD" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "concentration [bwmd]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "quality" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000204", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A concentration (datum) is a quantification facet that quantifies a quality inhering in a substance by virtue of the amount of the bearer's there is mixed with another substance. [Allotrope]" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.allotrope.org/ontologies/result#AFR_0002036" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.allotrope.org/ontologies/" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "17.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "http://purl.allotrope.org/ontologies/" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "allotrope.org" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "concentration [allotrope]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "quality" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000205", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "The quantity of a substance per unit volume or weight; a measure of the amount of substance present in a unit amount of mixture, particularly, the amount of solute dissolved in a solvent. The amounts can be expressed as moles, masses, volumes, or parts." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/NCIT_C41185" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "19.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCIT" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "concentration [ncit]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "quality" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000206", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "The concentration of a chemical compound." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://edamontology.org/data_2140" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://edamontology.org" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "19.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "http://edamontology.org" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "EDAM" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "concentration [edam]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "quality" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000207", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Experimental method output expressing the contribution of one constituent to the composition of a mixture." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/CHMO_0002820" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/chmo.owl" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "19.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "http://purl.obolibrary.org/obo/chmo.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "CHMO" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "concentration [chmo]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "quality" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000208", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "the strength of a solution; number of molecules of a substance in a given volume" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.dataone.org/odo/ECSO_00001120" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.dataone.org/odo/ECSO8.owl" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "19.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "http://purl.dataone.org/odo/ECSO8.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "ECSO" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "concentration [ecso]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "quality" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000209", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Product of the process of Extrusion" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "en", + "@value" : "Extrudat" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://en.wikipedia.org/wiki/Extrusionn" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Sven Schwabe (IFNANO)" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "06.04.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "31.03.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "extrudate [ifnano]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "material entity" + } ], + "https://www.tib.eu/digitrubber#refersToCompetenceQuestion" : [ { + "@value" : "IFNANO:02_CQ; IFNANO:03_CQ" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000210", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Extrusion is a process used to create objects of a fixed cross-sectional profile by pushing material through a die of the desired cross-section." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "en", + "@value" : "Extrusion" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://en.wikipedia.org/wiki/Extrusion" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Sven Schwabe (IFNANO)" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "06.04.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "31.03.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "extrusion [ifnano]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "process" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000211", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A transformation in which an atom or group Y connected to two other atoms or groups X and Z is lost from a molecule, leading to a product in which X is bonded to Z, e.g. X-Y-Z --> X-Z + Y." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/REX_0000100" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/rex.owl" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "19.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "http://purl.obolibrary.org/obo/rex.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "REX" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "extrusion [rex]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "process" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000212", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A process used to create objects of a fixed cross-sectional profile by forcing or drawing a material through a die." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/CHMO_0001613" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/chmo.owl" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "19.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "http://purl.obolibrary.org/obo/chmo.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "CHMO" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "extrusion [chmo]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "process" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000213", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Laser induced breakdown spectroscopy is a type of atomic emission spectroscopy which uses a highly energetic laser pulse as the excitation source. The laser is focused to form a plasma, which atomizes and excites samples. The Emission of these excited species is analyzed to identify and quantify the elements contained in the sample." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "en", + "@value" : "Laserinduzierte Plasmaspektroskopie" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://en.wikipedia.org/wiki/Laser-induced_breakdown_spectroscopy" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Sven Schwabe (IFNANO)" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "06.04.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "31.03.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" : [ { + "@value" : "LIBS" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Laser induced breakdown spectroscopy [ifnano]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "plan specification" + } ], + "https://www.tib.eu/digitrubber#refersToCompetenceQuestion" : [ { + "@value" : "IFNANO:01_CQ; IFNANO:02_CQ; IFNANO:03_CQ" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000214", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A type of atomic emission spectrometry where a high energy laser pulse is used to generate a plasma which acts as the excitation source." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/CHMO_0000258" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/chmo.owl" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "19.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "http://purl.obolibrary.org/obo/chmo.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "CHMO" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Laser induced breakdown spectroscopy [chmo]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "plan specification" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000215", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A quality of a sample in terms of homogenity, or the distribution of concentration of a specific component in a mixture, in a macroscopic body." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "en", + "@value" : "Verteilungsgüte; homogenity" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Sven Schwabe (IFNANO)" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "06.04.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "31.03.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "distribution quality [ifnano]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "quality" + } ], + "https://www.tib.eu/digitrubber#refersToCompetenceQuestion" : [ { + "@value" : "IFNANO:02_CQ; IFNANO:03_CQ" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000216", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "In Spectroscopy, peaks are features of a spectrum. A peak comprise a restricted region of a spectrum, which is absorbed or emitted with high intensity. It is defined as a local maximum in the spectrum." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Sven Schwabe (IFNANO)" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "06.06.2023" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "31.03.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@value" : "in Spectroscopy" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "peak[ifnano]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ], + "https://www.tib.eu/digitrubber#refersToCompetenceQuestion" : [ { + "@value" : "IFNANO:01_CQ" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000217", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A peak describes a part of a data distribution function at a definite range of the experimental parameter (independent variable) of the distribution function. This definition includes a single data point of the distribution function. [Allotrope]" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.allotrope.org/ontologies/result#AFR_0000413" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.allotrope.org/ontologies/" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "17.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "http://purl.allotrope.org/ontologies/" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "allotrope.org" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "peak [allotrope]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000218", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "The most extreme possible amount or value; the highest point." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/NCIT_C48054" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "19.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCIT" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "peak [ncit]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000219", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Is to reliably assign new samples to existing classes in a given population." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "Unscrambler X" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Yamen Alsalka" + } ], + "http://www.geneontology.org/formats/oboInOwl#created_by" : [ { + "@value" : "Yamen Alsalka" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@value" : "2023-06-06T09:45:47.151055Z" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Classification [ifnano]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000220", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A localized region of relatively large ion signal in a mass spectrum. Although peaks are often associated with particular ions, the terms peak and ion should not be used interchangeably." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/MS_1000231" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/ms.owl" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "19.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "http://purl.obolibrary.org/obo/ms.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "MS" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "peak [ms]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000221", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Unprocessed data obtained from spectrometric devices" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "en", + "@value" : "Rohspektrum" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Sven Schwabe (IFNANO)" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "06.04.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "31.03.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "raw spectrum [ifnano]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ], + "https://www.tib.eu/digitrubber#refersToCompetenceQuestion" : [ { + "@value" : "IFNANO:01_CQ" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000222", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Result of different mathematical processes conducted on raw Spectra. Processing steps include e.g. normalization and baseline correction" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "en", + "@value" : "bearbeitetes Spektrum; verarbeitetes Spektrum" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Sven Schwabe (IFNANO)" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "06.04.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "31.03.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "processed spectrum [ifnano]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ], + "https://www.tib.eu/digitrubber#refersToCompetenceQuestion" : [ { + "@value" : "IFNANO:01_CQ" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000223", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Principal component analysis (PCA) is the process of computing the principal components and using them to perform a change of basis on the data." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "en", + "@value" : "Hauptkomponentenanalyse" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://en.wikipedia.org/wiki/Principal_component_analysis" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Sven Schwabe (IFNANO)" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "06.04.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "31.03.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "principal component analysis [ifnano]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "plan specification" + } ], + "https://www.tib.eu/digitrubber#refersToCompetenceQuestion" : [ { + "@value" : "IFNANO:01_CQ" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000224", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A vector space transform used to reduce the dimensionality in a dataset while retaining those characteristics of the dataset that contribute most to its variance." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/NCIT_C49291" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "19.08.2023" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCIT" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "principal component analysis [ncit]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "plan specification" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000225", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A statistical procedure that uses an orthogonal transformation to convert a set of observations of possibly correlated variables into a set of values of linearly uncorrelated variables called principal components." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://edamontology.org/operation_3960" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://edamontology.org" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "19.08.2023" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "http://edamontology.org" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "EDAM" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "principal component analysis [edam]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "plan specification" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000226", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Measurement using photometry" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Photometric Measurement Process [ifnano]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "process" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000227", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Metadata are data, which belong to a measurement. They complete the measurment data providing information about the condition under which the measurements have been taken place." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Christoph Lenth" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Metadata [ifnano]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000228", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Data about data; information that describes another set of data." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/NCIT_C52095" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "19.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCIT" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Metadata [ncit]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000229", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Measurement method using visible light to analyse the property of a substance" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@id" : "https://de.wikipedia.org/wiki/Photometrie" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Christoph Lenth" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "06.06.2023" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@value" : "31.03.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Photometry [ifnano]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "plan specification" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000230", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Measurement of the properties of light, especially luminous intensity." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/NCIT_C65109" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "19.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCIT" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Photometry [ncit]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "plan specification" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000231", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Determination concentrations using a color chart" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@id" : "https://de.wikipedia.org/wiki/Kolorimetrie" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Christoph Lenth" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@value" : "31.03.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Colorimetry (chemical method) [ifnano]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "plan specification" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000232", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "The determination of the spectral absorbance of a solution. This method is often used to determine the concentration of a chemical in a solution. [CHMO]" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.allotrope.org/ontologies/process#AFP_0002309" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "17.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "http://purl.allotrope.org/ontologies/" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "allotrope.org" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Colorimetry [allotrope]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "plan specification" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000233", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "An assessment used to quantify and describe the colors within the visible spectrum of light." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/NCIT_C111096" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.allotrope.org/ontologies/" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "19.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "http://purl.allotrope.org/ontologies/" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCTI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Colorimetry [ncit]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "plan specification" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000234", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Digital representation of an image. Images are represented in natural numbers." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Image data [ifnano]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000235", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Digital representation of an image using a natural number defining the red, green and blue proportion for each pixel" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "RGB image data [ifnano]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000236", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Commen form of representing a digital picture: The picture is represented as a XY-Grid of Data-Points containing the color and brightness information." + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "format" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Picture grid [ifnano]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000237", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Element of the picture grid" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "format" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Pixel [ifnano]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000238", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "The smallest resolvable rectangular area of an image, either on a screen or stored in memory." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/NCIT_C48367" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "19.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCIT" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Pixel [ncit]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000239", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "The use of a digital computer to process digital images through an algorithm." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Digital image processing [ifnano]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "plan specification" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000240", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Using image data and eventually digital image processing in order to generate a corellation between this data and an analytical target." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Chrstoph Lenth" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "06.06.2023" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@value" : "31.03.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Image analysis (Chemometrics) [ifnano]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "plan specification" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000241", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Image analysis is the discovering of patterns in an image that are correlated to qualities of the material entity the image represents or of abstract patterns. [Allotrope]" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.allotrope.org/ontologies/process#AFP_0003540" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "18.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "allotrope" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "allotrope.org" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Image analysis [allotrope]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "plan specification" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000242", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "The analysis of a image (typically a digital image) of some type in order to extract information from it." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://edamontology.org/operation_3443" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "19.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "EDAM" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Image analysis [edam]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "plan specification" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000243", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "The information represented by one or more variables, which has to be predicted by data analysis in instrumental analytics" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Christoph Lenth" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@value" : "31.03.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "analytical target [ifnano]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@language" : "en", + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000244", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "In terms of digtal image procession: correction methods to compensate image errors caused by lense distorsion or perspective." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Jan Geweke" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Geometry correction [ifnano]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "plan specification" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000245", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Linear discriminant analysis (LDA), normal discriminant analysis (NDA), or discriminant function analysis is a generalization of Fisher's linear discriminant, a method used in statistics and other fields, to find a linear combination of features that characterizes or separates two or more classes of objects or events." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@id" : "https://de.frwiki.wiki/wiki/Analyse_discriminante_lin%C3%A9aire" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Christoph Lenth" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@value" : "31.03.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Linear discriminant analysis [ifnano]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "plan specification" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000246", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Machine learning task of learning a function that maps an input to an output based on example input-output pairs." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Christoph Lenth" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Supervised learning [ifnano]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "plan specification" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000247", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A machine learning process using a function that maps an input to an output based on example input-output pairs. It infers a function from labeled training data consisting of a set of training examples." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/OBI_0002588" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "19.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "http://purl.obolibrary.org/obo/obi.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "OBI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Supervised learning [obi]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "plan specification" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000248", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A type of algorithm that learns patterns from untagged data" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Christoph Lenth" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Unsupervised learning [ifnano]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "plan specification" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000249", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A machine learning process that infers a function describing the structure of \"unlabeled\" data (i.e. data that has not been classified or categorized)." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/OBI_0002589" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "19.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "http://purl.obolibrary.org/obo/obi.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "OBI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Unsupervised learning [obi]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "plan specification" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000250", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A type of histogram that acts as a graphical representation of the tonal distribution in a digital image. It plots the number of pixels for each tonal value." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Jan Geweke" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Image histogramm / histogramm [ifnano]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000251", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A multidimensional histogram of the distribution of color in an image" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Color histogramm [ifnano]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000252", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "8-bit number [ifnano]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000253", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "16-bit number [ifnano]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000254", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "counting events" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Sven Schwabe (IFNANO)" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "06.04.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "31.03.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "unit" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "count [ifnano]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000255", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "The number of objects counted. [Allotrope]" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.allotrope.org/ontologies/property#AFX_0000604" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "17.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "allotrope" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "allotrope.org" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "count [allotrope]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000256", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A datum that has non-negative integer values that is about the number of discrete things. [Allotrope]" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.allotrope.org/ontologies/result#AFR_0000984" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "17.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "allotrope" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "allotrope.org" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "count [allotrope]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000257", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Determining the number or amount of something." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/NCIT_C25463" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "19.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCIT" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "count [ncit]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000258", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "a count is a data item denoted by an integer and represented the number of instances or occurences of an entity" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/STATO_0000047" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/ms.owl" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "19.08.2023" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "http://purl.obolibrary.org/obo/ms.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "MS" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "count [ms]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000260", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A single undivided thing (unit) based on or subject to individual judgment or preference, and not by necessity, reason, or principle." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/NCIT_C75765" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "19.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCIT" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "arbitrary units" + }, { + "@language" : "de", + "@value" : "willkürliche Einheiten" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000261", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "The chemical element zinc" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "en", + "@value" : "Zink" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://en.wikipedia.org/wiki/Zinc" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Sven Schwabe (IFNANO)" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "06.04.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "31.03.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" : [ { + "@value" : "Zn" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "zinc [ifnano]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "material entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000262", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "The chemical element zinc" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://www.materials.fraunhofer.de/ontologies/BWMD_ontology/mid#BWMD_00096" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "https://www.materials.fraunhofer.de/ontologies/BWMD_ontology" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "17.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "https://www.materials.fraunhofer.de/ontologies/BWMD_ontology" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "BWMD" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "zinc [bwmd]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "material entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000263", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "An element with atomic symbol Zn, atomic number 30, and atomic weight 65.39." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/NCIT_C948" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "19.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCIT" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "zinc [ncit]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "material entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000264", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A zinc group element atom that has formula Zn." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/CHEBI_27363" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://www.ebi.ac.uk/efo/efo.owl" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "19.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "http://www.ebi.ac.uk/efo/efo.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "EFO" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "zinc [efo]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "material entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000265", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A measure of the amount of variation of a set of values." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "en", + "@value" : "Standardabweichung" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Sven Schwabe (IFNANO)" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "06.04.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "31.03.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" : [ { + "@value" : "std.dev." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Standard deviation [ifnano]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000266", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "The standard deviation is a measure of the amount of variation or dispersion of a set of values. [Wikipedia]" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.allotrope.org/ontologies/result#AFR_0002192" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "17.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "allotrope" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "allotrope.org" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Standard deviation [allotrope]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000267", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A pre-processing technique used to separate true spectroscopic signals from interference effects or remove background effects, stains, or traces of compounds. It adjusts the spectral offset." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@id" : "https://doi.org/10.1016/j.chemolab.2011.07.005" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Yamen Alsalka" + } ], + "http://www.geneontology.org/formats/oboInOwl#created_by" : [ { + "@value" : "Yamen Alsalka" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@value" : "06.06.2023" + }, { + "@value" : "2023-06-06T09:31:50.060206Z" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "baseline correction [ifnano]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000268", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "The standard deviation of a random variable, statistical population, data set, or probability distribution is a measure of variation which correspond to the average distance from the mean of the data set to any given point of that dataset. It also corresponds to the square root of its variance." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/STATO_0000237" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/ms.owl" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "19.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "http://purl.obolibrary.org/obo/ms.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "MS" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Standard deviation [ms]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000269", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "The viscosity of rubber using a standard test method and Mooney Viscometer." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://www.astm.org/d1646-19a.html" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Yamen Alsalka" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Mooney viscosity [ifnano]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000270", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Asubstance which is capable of forming covalent bonds with a\nsequence of additional like or unlike molecules under the conditions of the relevant polymerforming reaction used for the particular process" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Monomer [ifnano]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "material entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000271", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A chemical subunit that can undergo polymerization by bonding to other subunits." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/NCIT_C63845" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "19.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCIT" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Monomer [ncit]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "material entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000272", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "a substance consisting of molecules characterised by the sequence of one or more\ntypes of monomer unit. Such molecules must be distributed over a range of molecular weights." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Yamen Alsalka" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "polymer [ifnano]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_60004" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "material entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000273", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A polymer is a mixture, which is composed of macromolecules of different kinds and which may be differentiated by composition, length, degree of branching etc.." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/CHEBI_60027" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/chebi.owl" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "19.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" : [ { + "@language" : "de", + "@value" : "Kunststoff" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "CHEBI:60027" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "http://purl.obolibrary.org/obo/chebi.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "CHEBI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Polymer" + }, { + "@language" : "en", + "@value" : "polymer [chebi]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_60004" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "material entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000274", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A substance made up of variable numbers of repeating structural units linked through covalent bonds." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/NCIT_C48803" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "19.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCTI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "polymer [ncit]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_60004" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "material entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000276", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "The relative proportions of monomers that make up a particular chemical polymer (raw rubber)." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Christoph Lenth" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Polymer Composition [ifnano]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000277", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Composition of the material or substance." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://www.aidimme.es/FurnitureSectorOntology.owl#hasComposition" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://www.aidimme.es/FurnitureSectorOntology.owl" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "17.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "http://www.aidimme.es/FurnitureSectorOntology.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "Furniture Sector Ontology" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Composition [fso]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000278", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A single physical entity inhering in an bearer by virtue of the bearer's quantities or relative ratios of subparts. [PATO]" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/PATO_0000025" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "17.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "PATO" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "PATO" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Composition [pato]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000279", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "The way in which something is made, especially in terms of its different parts; its constituents." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/NCIT_C53414" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "19.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCTI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Composition [ncit]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "information content entity" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000280", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A material entity, which is part of a larger set of the same material entity" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "en", + "@value" : "Probe; Materialprobe" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "https://en.wikipedia.org/wiki/Sample_(material)" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Sven Schwabe (IFNANO)" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "06.04.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "06.04.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "for materials, sample is also a term used in statistics, graphics and other fileds" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "sample [ifnano]" + } ], + "https://www.tib.eu/digitrubber#coarseClassification" : [ { + "@value" : "material entity" + } ], + "https://www.tib.eu/digitrubber#refersToCompetenceQuestion" : [ { + "@value" : "IFNANO:01_CQ; IFNANO:02_CQ" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000281", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Group of interlocked aggregates that are easily separated by normal rubber processing" + }, { + "@language" : "de", + "@value" : "Verbund von zusammenhängenden Aggregaten, die bei normaler Kautschukverarbeitung leicht getrennt werden können" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "0" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Agglomerat [dik]" + }, { + "@language" : "en", + "@value" : "agglomerate [dik]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000273" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000282", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Rigid group of coalesced particles which is the smallest entity that can be dispersed by normal rubber processing" + }, { + "@language" : "de", + "@value" : "Starre Gruppe von koaleszierten Partikeln, welche die kleinste Einheit ist, die bei normaler Kautschukverarbeitung dispergiert werden kann" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Aggregat [dik]" + }, { + "@language" : "en", + "@value" : "aggregate [dik]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_60004" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000283", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "Kleinste erkennbare sphärische oder beinahe sphärische Einheit, die als solche einzeln existieren kann" + }, { + "@language" : "en", + "@value" : "Smallest discernible spherical or nearly spherical unit which can exist separately" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "de", + "@value" : "Teilchen" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "23.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "de", + "@value" : "Die Partikel bilden in der Regel Gruppen, die als Aggregate bezeichnet werden." + }, { + "@language" : "en", + "@value" : "Groups of particles are generally coalesced into aggregates." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Partikel [dik]" + }, { + "@language" : "en", + "@value" : "particle [dik]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_59999" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000284", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "An object with finite mass and size parameters." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/NCIT_C63850" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "23.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "23.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCIT" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Partikel [ncit]" + }, { + "@language" : "en", + "@value" : "particle [ncit]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_24431" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000285", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "Substanz, aufgebaut aus Molekülen, die gekennzeichnet sind durch eine Vielzahl von einer oder mehreren Arten von Atomen oder Atom-Gruppierungen (konstitutive Einheiten), die wiederholt aneinandergereiht sind, in einer Menge, so dass ein gewünschtes Eigenschaftsbild erlangt wird, das sich durch die Addition oder die Entfernung einer oder mehrerer konstitutioneller Einheiten nicht wesentlich ändert" + }, { + "@language" : "en", + "@value" : "substance composed of molecules characterized by the multiple repetition of one or more species of atoms or groups of atoms (constitutional units) linked to each other in amounts sufficient to provide a set of properties that do not vary markedly with the addition or removal of one or a few of the constitutional units" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Polymer [dik]" + }, { + "@language" : "en", + "@value" : "Polymer [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000289", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "Natur- oder synthetischer Kautschuk, gewöhnlich in Ballen- oder Paketform, welcher das Ausgangsmaterial für die Herstellung von Gummiprodukten darstellt" + }, { + "@language" : "en", + "@value" : "natural or synthetic rubber, usually in bales or packages, forming the starting material for the manufacture of rubber products" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "de", + "@value" : "unbehandelter Kautschuk" + }, { + "@language" : "en", + "@value" : "virgin rubber" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "It is normally free from compounding ingredients but may also, for example, take the form of a masterbatch with oil and/or filler." + }, { + "@language" : "de", + "@value" : "Rohkautschuk ist normalerweise frei von Mischungsbestandteilen, kann jedoch zum Beispiel auch als Masterbatch mit Öl und/oder Füllstoff vorliegen." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Raw Rubber [dik]" + }, { + "@language" : "de", + "@value" : "Rohkautschuk [dik]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_28798" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000290", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "Kautschuk, der durch nicht biologische Polymerisation eines oder mehrerer Monomere hergestellt wird" + }, { + "@language" : "en", + "@value" : "rubber produced by non-biologically polymerizing one or more monomers" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Synthesekautschuk [dik]" + }, { + "@language" : "en", + "@value" : "Synthetic Rubber [dik]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_28798" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000291", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "Kautschuk mit einer gesättigten Kohlenstoffkette vom Polymethylen-Typ" + }, { + "@language" : "en", + "@value" : "Rubber with a saturated carbon chain of the polymethylene type" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "ISO 1629:2013(E)" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "04.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "M-Gruppe Kautschuk [dik]" + }, { + "@language" : "en", + "@value" : "M-group Rubber [dik]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_28798" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000292", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "Terpolymer aus Ethylen, Propylen und einem Dien mit dem restlichen ungesättigten Anteil des polymerisierten Diens in der Seitenkette" + }, { + "@language" : "en", + "@value" : "Terpolymer of ethylene, propylene and a diene with the remaining unsaturated portion of the polymerized diene in the side chain" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "ISO 1629:2013(E)" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" : [ { + "@value" : "EPDM" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Ethylen-Propylen-Dien-‎Kautschuk ‎[dik]" + }, { + "@language" : "en", + "@value" : "Ethylene Propylene Diene Rubber [dik]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_28798" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000293", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "Kautschuktyp, der eine ungesättigte Kohlenstoffhauptkette hat, die zumeist auf Butadien oder substituiertem Butadien basiert" + }, { + "@language" : "en", + "@value" : "type of rubber having an unsaturated carbon main chain derived mostly from butadiene or a substituted butadiene" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Diene Rubber [dik]" + }, { + "@language" : "de", + "@value" : "Dienkautschuk [dik]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_28798" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000294", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "Handelsname für ein spezifischen EPDM-Kautschuk" + }, { + "@language" : "en", + "@value" : "Trade name for a specific EPDM rubber" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "04.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Keltan 5470C [dik]" + }, { + "@language" : "en", + "@value" : "Keltan 5470C [dik]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000273" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000295", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "fester Mischungsbestandteil in Teilchenform, welcher aus technischen oder wirtschaftlichen Gründen zu einem relativ großen Anteil zu Kautschuk oder Kautschuklatex zugegeben werden kann" + }, { + "@language" : "en", + "@value" : "solid compounding ingredient, in particulate form, which may be added in relatively large proportions to a rubber or rubber latex for technical or economic purposes" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Filler [dik]" + }, { + "@language" : "de", + "@value" : "Füllstoff [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000296", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "Mischungsbestandteil, der im Wesentlichen aus mehr als 95 % elementaren Kohlenstoffs in der Form beinahe sphärischer Partikel mit maximalen Durchmessern kleiner als 1 μm besteht, im Allgemeinen zu Aggregaten koalesziert" + }, { + "@language" : "en", + "@value" : "compounding ingredient consisting essentially of more than 95 % elemental carbon in the form of nearspherical particles with major diameters less than 1 μm, generally coalesced into aggregates" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "Carbon black is produced by incomplete burning or thermal decomposition of hydrocarbons." + }, { + "@language" : "de", + "@value" : "Ruß wird durch unvollständige Verbrennung oder thermische Zersetzung von Kohlenwasserstoffen produziert." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Carbon Black [dik]" + }, { + "@language" : "de", + "@value" : "Ruß [dik]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_82297" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000297", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "An elemental carbon in the form of virtually pure colloidal particles that are produced by incomplete combustion or thermal decomposition of gaseous or liquid hydrocarbons under controlled conditions. A black, finely divided pellet or powder, its properties of specific surface area, particle size and structure, conductivity and colour can be varied by varying the exact conditions for its production. It is used in tyres, rubber and plastic products, printing inks and coatings." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/chebi.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_82297" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "24.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "24.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "CHEBI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Carbon Black [chebi]" + }, { + "@language" : "de", + "@value" : "Ruß [chebi]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_82298" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000298", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "Der Buchstabe \"N\" wird verwendet, um eine normale Vulkanisationsgeschwindigkeit anzugeben, die typisch ist für Furnace Blacks, die nicht speziell modifiziert wurden, um die Vulkanisierungsgeschwindigkeit zu ändern" + }, { + "@language" : "en", + "@value" : "The letter “N” is used to indicate a normal curing rate typical of furnace blacks that have received no special modification to alter their influence on the rate of cure of rubber." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "ASTM D1765-10" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "05.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "N-Carbon Black [dik]" + }, { + "@language" : "de", + "@value" : "N-Ruß [dik]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000297" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000299", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "Der Buchstabe \"S\" wird für Channel Blacks oder für Furnace Blacks verwendet, die so modifiziert wurden, dass sie die Vulkanisationsgeschwindigkeit verringern." + }, { + "@language" : "en", + "@value" : "The letter “S” is used for channel blacks or for furnace blacks that have been modified to effectively reduce the curing rate of rubber." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "ASTM D1765-10" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "05.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "S-Carbon Black [dik]" + }, { + "@language" : "de", + "@value" : "S-Ruß [dik]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000297" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000300", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "An N carbon black with an average nitrogen surface area of 33 to 39 m²/g." + }, { + "@language" : "de", + "@value" : "Ein N-Ruß mit einer durchschnittlichen Stickstoff-Oberfläche von 33 bis 39 m²/g." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "ASTM D1765-10" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "05.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "N600-Carbon Black [dik]" + }, { + "@language" : "de", + "@value" : "N600-Ruß [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000301", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "Handelsname für ein spezifischen N600-Ruß" + }, { + "@language" : "en", + "@value" : "Trade name for a specific N600-carbon black" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Corax N660 [dik]" + }, { + "@language" : "en", + "@value" : "Corax N660 [dik]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000297" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000302", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "Mischungsbestandteil, welcher in geringen Mengen verwendet wird, um die Viskosität einer unvulkanisierten Kautschukmischung oder die Härte eines Vulkanisats zu verringern" + }, { + "@language" : "en", + "@value" : "compounding ingredient used in small proportions to reduce the viscosity of an unvulcanized rubber mix or the hardness of a vulcanizate" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Softener [dik]" + }, { + "@language" : "de", + "@value" : "Weichmacher ‎[dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000303", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "Prozessöl aus Kohlenwasserstoffen, das größtenteils oder vollständig aus Alkanen besteht" + }, { + "@language" : "en", + "@value" : "hydrocarbon process oil, most or all of which is composed of alkanes" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Paraffinic Oil [dik]" + }, { + "@language" : "de", + "@value" : "Paraffinöl [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000304", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "Handelsname für ein spezifisches Paraffinöl" + }, { + "@language" : "en", + "@value" : "Trade name for a specific paraffinic oil" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "‎P460 [dik]" + }, { + "@language" : "en", + "@value" : "‎P460 [dik]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000303" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000305", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "hydrocarbon oil derived from petroleum or other sources and used as an extender or processing aid" + }, { + "@language" : "de", + "@value" : "Öl auf Basis von Kohlenwasserstoffen, welches aus Erdöl oder anderen Quellen stammt und als Extender oder Verarbeitungshilfsmittel eingesetzt wird" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Process Oil [dik]" + }, { + "@language" : "de", + "@value" : "‎Prozessöl‎ [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000306", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "Mischungsbestandteil, der die Verarbeitbarkeit einer Kautschukmischung verbessert" + }, { + "@language" : "en", + "@value" : "compounding ingredient which improves the processability of a rubber compound or mix" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Processing Aid [dik]" + }, { + "@language" : "de", + "@value" : "Verarbeitungshilfsmittel [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000307", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "Mischungsbestandteil zur Verzögerung einer alterungsbedingten Verschlechterung" + }, { + "@language" : "en", + "@value" : "compounding ingredient used to retard deterioration by ageing" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "de", + "@value" : "Alterungsschutzmittel ist eine allgemeine Benennung für bestimmte Additive wie Antioxidantien, Ozonschutzmittel, Wachse und andere Schutzmittel." + }, { + "@language" : "en", + "@value" : "Antidegradant is a generic term for certain additives such as antioxidants, antiozonants, waxes and other protective materials." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Alterungsschutzmittel [dik]" + }, { + "@language" : "en", + "@value" : "antidegradant [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000308", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "Handelsname für ein spezifisches Alterungsschutzmittel" + }, { + "@language" : "en", + "@value" : "Trade name for a specific antidegradant" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Antilux 500‎ [dik]" + }, { + "@language" : "en", + "@value" : "Antilux 500‎ [dik]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000307" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000309", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "compounding ingredient used in small proportions to increase the effectiveness of an accelerator" + }, { + "@language" : "de", + "@value" : "in kleinen Mengen eingesetzter Mischungsbestandteil zur Erhöhung der Effektivität eines Beschleunigers" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Aktivator [dik]" + }, { + "@language" : "en", + "@value" : "activator [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000310", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A class of substances that binds to, activates and increases the activity of a target." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/NCIT_C154897" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "24.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "24.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCIT" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Aktivator [ncit]" + }, { + "@language" : "en", + "@value" : "activator [ncit]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000311", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Zinc Oxide [dik]" + }, { + "@language" : "de", + "@value" : "Zinkoxid [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000312", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "Handelsname für ein spezifisches Zinkoxid" + }, { + "@language" : "en", + "@value" : "Trade name for a specific zinc oxide" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Zinkoxid Rotsiegel [dik]" + }, { + "@language" : "en", + "@value" : "Zinkoxid Rotsiegel [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000313", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Stearic Acid [dik]" + }, { + "@language" : "de", + "@value" : "Stearinsäure [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000314", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A saturated long-chain fatty acid with an 18-carbon backbone. Stearic acid is found in various animal and plant fats, and is a major component of cocoa butter and shea butter." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/NCIT_C68426" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "24.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "24.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCIT" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Stearic Acid [ncit]" + }, { + "@language" : "de", + "@value" : "Stearinsäure [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000315", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "Handelsname für eine spezifische Stearinsäure" + }, { + "@language" : "en", + "@value" : "Trade name for a specific stearic acid" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "PALMERA B 1802-CG [dik]" + }, { + "@language" : "en", + "@value" : "PALMERA B 1802-CG [dik]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000313" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000316", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "compounding ingredient used in small amounts with a vulcanizing agent to increase the speed of vulcanization and/or enhance the physical properties of the vulcanizate" + }, { + "@language" : "de", + "@value" : "in kleinen Mengen mit einem Vulkanisationsmittel eingesetzter Mischungsbestandteil zur Beschleunigung der Vulkanisationsgeschwindigkeit und/oder Verbesserung der physikalischen Eigenschaften des Vulkanisates" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Beschleuniger [dik]" + }, { + "@language" : "en", + "@value" : "accelerator [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000317", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "in einem Vulkanisationssystem verwendeter Hauptbeschleuniger" + }, { + "@language" : "en", + "@value" : "principal accelerator used in a vulcanizing system" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Primärbeschleuniger [dik]" + }, { + "@language" : "en", + "@value" : "primary accelerator [dik]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000316" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000318", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "Beschleuniger, der in niedrigen Konzentrationen zusammen mit dem Erstbeschleuniger eingesetzt wird, um Vernetzungsgeschwindigkeit und Vulkanisateigenschaften zu optimieren" + }, { + "@language" : "en", + "@value" : "accelerator used in low concentrations with the primary accelerator to optimize cure rate and vulcanizate properties" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "de", + "@value" : "Verstärker" + }, { + "@language" : "en", + "@value" : "booster" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Zweitbeschleuniger [dik]" + }, { + "@language" : "en", + "@value" : "secondary accelerator [dik]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000316" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000319", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "An azole in which the five-membered heterocyclic aromatic skeleton contains a N atom and one S atom." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/chebi.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_43732" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "05.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Thiazol [dik]" + }, { + "@language" : "en", + "@value" : "Thiazole [dik]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_38418" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000320", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "de", + "@value" : "Dibenzothiazyldisulfid; 2,2′-Dithiobis(benzothiazol); Thiofid" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "05.05.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" : [ { + "@value" : "MBTS" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Di(benzothiazol-2-yl)disulfid [dik]" + }, { + "@language" : "en", + "@value" : "di(benzothiazol-2-yl)disulfide [dik]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_35489" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000321", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "An organic disulfide resulting from the formal oxidative coupling of the thiol groups of two molecules of 1,3-benzothiazole-2-thiol. It is used as an accelerator in the rubber industry." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/chebi.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_53239" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "24.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "24.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "CHEBI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Di(benzothiazol-2-yl)disulfid [chebi]" + }, { + "@language" : "en", + "@value" : "di(benzothiazol-2-yl)disulfide [chebi]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_35489" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000322", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "Handelsname für ein spezifisches Di(benzothiazol-2-yl)disulfid" + }, { + "@language" : "en", + "@value" : "Trade name for a specific di(benzothiazol-2-yl)disulfide" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "05.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Vulkacit MBTS [dik]" + }, { + "@language" : "en", + "@value" : "Vulkacit MBTS [dik]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000321" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000323", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "05.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Thiuram [dik]" + }, { + "@language" : "en", + "@value" : "Thiuram [dik]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000316" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000324", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "05.05.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" : [ { + "@value" : "TBzTD" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Tetrabenzylthiuramdisulfid [dik]" + }, { + "@language" : "en", + "@value" : "Tetrabenzylthiuramdisulfide [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000325", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "Handelsname für ein spezifisches Tetrabenzylthiuramdisulfid" + }, { + "@language" : "en", + "@value" : "Trade name for a specific tetrabenzylthiuramdisulfide" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Luvomaxx TbzTD [dik]" + }, { + "@language" : "en", + "@value" : "Luvomaxx TbzTD [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000326", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Dithiocarbamat [dik]" + }, { + "@language" : "en", + "@value" : "dithiocarbamate [dik]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_84292" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000327", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A member of the class of dithiocarbamate anions resulting from the deprotonation of both of the dithiocarbamic acid moieties of ethylenebis(dithiocarbamic acid). The major species at pH 7.3." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "en", + "@value" : "ethylenebis" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/chebi.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_77308" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "24.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "24.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "CHEBI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Dithiocarbamat [chebi]" + }, { + "@language" : "en", + "@value" : "dithiocarbamate [chebi]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_84292" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000328", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "05.05.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" : [ { + "@value" : "ZBDC" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Zinc Dibenzyldithiocarbamate [dik]" + }, { + "@language" : "de", + "@value" : "Zink-Dibenzyldithiocarbamat [dik]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000316" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000329", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "Handelsname für ein spezifisches Zink-Dibenzyldithiocarbamat" + }, { + "@language" : "en", + "@value" : "Trade name for a specific zinc dibenzyldithiocarbamate" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Rhenogran ‎ZBDC 80‎ [dik]" + }, { + "@language" : "en", + "@value" : "Rhenogran ‎ZBDC 80‎ [dik]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000328" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000330", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "Mischungsbestandteil, der die Vernetzung des Kautschuks bewirkt" + }, { + "@language" : "en", + "@value" : "compounding ingredient that produces crosslinking in rubber" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "de", + "@value" : "Vernetzer; Vernetzungsmittel" + }, { + "@language" : "en", + "@value" : "curative; curing agent" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Vulcanizing Agent [dik]" + }, { + "@language" : "de", + "@value" : "Vulkanisationsmittel [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000331", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "Kombination aus Vulkanisationsmittel und, falls erforderlich, Beschleunigern, Aktivatoren, Verzögerern, etc., die verwendet wird, um die gewünschte Vulkanisationscharakteristik und Vulkanisateigenschaften herzustellen" + }, { + "@language" : "en", + "@value" : "combination of vulcanizing agent and, as required, accelerators, activators, retarders, etc., used to produce the desired vulcanization characteristics and vulcanizate properties" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Vulcanizing System [dik]" + }, { + "@language" : "de", + "@value" : "Vulkanisationssystem [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000332", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "Geschwindigkeit, mit der eine Kautschukmischung nach Einsetzen der initialen Vulkanisation weitervernetzt" + }, { + "@language" : "en", + "@value" : "rate at which a rubber compound vulcanizes after having reached the point of incipient vulcanization" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "de", + "@value" : "Vulkanisationsgeschwindigkeit" + }, { + "@language" : "en", + "@value" : "vulcanization rate" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Cure Rate [dik]" + }, { + "@language" : "de", + "@value" : "Vernetzungsgeschwindigkeit [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000333", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "Mischungsbestandteil, eingesetzt zur Verringerung der Tendenz einer Kautschukmischung, vorzeitig zu vulkanisieren" + }, { + "@language" : "en", + "@value" : "compounding ingredient used to reduce the tendency of a rubber compound to vulcanize prematurely" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Retarder [dik]" + }, { + "@language" : "de", + "@value" : "Verzögerer [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000334", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Schwefel [dik]" + }, { + "@language" : "en", + "@value" : "Sulfur [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000335", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "Masse an Mischungsbestandteilen, die zu 100 Masseeinheiten Kautschuk hinzugefügt werden" + }, { + "@language" : "en", + "@value" : "mass of compounding ingredient added to one hundred mass units of elastomer" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "de", + "@value" : "Anteile pro hundert Teile Kautschuk; pphr" + }, { + "@language" : "en", + "@value" : "parts per hundred rubber; pphr" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "PHR [dik]" + }, { + "@language" : "en", + "@value" : "PHR [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000336", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "Liste der Mischungsbestandteile und ihrer Mengenverhältnisse, die bei der Herstellung einer Mischung verwendet werden" + }, { + "@language" : "en", + "@value" : "list of compounding ingredients and their proportions, used in the preparation of a compound" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "de", + "@value" : "Mischungsrezeptur" + }, { + "@language" : "en", + "@value" : "recipe" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Formulation [dik]" + }, { + "@language" : "de", + "@value" : "Rezeptur [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000337", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "Substanz, die zu einem Kautschuk oder einem Latex gegeben wird, um eine Mischung herzustellen" + }, { + "@language" : "en", + "@value" : "substance added to a rubber or rubber latex to form a mix" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Compounding Ingredient [dik]" + }, { + "@language" : "de", + "@value" : "Mischungsbestandteil‎ [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000338", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "gründliche Mischung von Kautschuken oder anderen polymerbildenden Materialien mit allen Bestandteilen, die für das fertige Produkt notwendig sind" + }, { + "@language" : "en", + "@value" : "intimate mixture of a rubber or rubbers or other polymer-forming materials with all the ingredients necessary for the finished product" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "de", + "@value" : "Kautschukmischung" + }, { + "@language" : "en", + "@value" : "rubber compound" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Compound [dik]" + }, { + "@language" : "de", + "@value" : "Mischung [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000339", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Safety Data Sheet [dik]" + }, { + "@language" : "de", + "@value" : "Sicherheitsdatenblatt [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000340", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Product Data Sheet [dik]" + }, { + "@language" : "de", + "@value" : "Produktdatenblatt [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000341", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "Maschine mit zwei gegensätzlich drehenden Walzen, häufig erwärmbar oder kühlbar, welche gewöhnlich mit verschiedenen Umfangsgeschwindigkeiten betrieben werden, und mit einstellbarem Walzenspalt zum Mastizieren, Mischen, Verschneiden, Vorwärmen oder zum Auswalzen" + }, { + "@language" : "en", + "@value" : "machine with two counter-rotating rolls, frequently heated or cooled, usually driven at different speeds, and having an adjustable nip for mastication, mixing, blending, warm-up or sheeting" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "de", + "@value" : "Zwei-Rollen-Walzwerk" + }, { + "@language" : "en", + "@value" : "two-roll mill" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Mill [dik]" + }, { + "@language" : "de", + "@value" : "Walzwerk [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000342", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "Zylinder, der ein rotierendes Hauptelement eines Kalanders oder eines Walzwerks bildet" + }, { + "@language" : "en", + "@value" : "cylinder forming a major, rotating member of a calender or mill" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "de", + "@value" : "Walzenzylinder" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Roll [dik]" + }, { + "@language" : "de", + "@value" : "Walze [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000343", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "10.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Festwalze [dik]" + }, { + "@language" : "en", + "@value" : "Fixed Roll [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000344", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "10.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Setting Roll [dik]" + }, { + "@language" : "de", + "@value" : "Stellwalze [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000345", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A physical quality which inheres in a bearer by virtue of its speed rotating around itself." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "en", + "@value" : "speed" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "10.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Drehzahl [dik]" + }, { + "@language" : "en", + "@value" : "Rotational Frequency [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000346", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "10.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Drehzahleinheit [dik]" + }, { + "@language" : "en", + "@value" : "Rotational Frequency Unit [dik]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000105" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000347", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "\"A unit which is a standard measure of the number of rotations in a given time.\" [NIST:NIST]" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "24.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "24.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "UO" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Drehzahleinheit [ou]" + }, { + "@language" : "en", + "@value" : "Rotational Frequency Unit [uo]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000105" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000348", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "10.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Frequency Unit [dik]" + }, { + "@language" : "de", + "@value" : "Frequenzeinheit [dik]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://www.w3.org/2002/07/owl#Thing" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000349", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "\"A unit which is a standard measure of the number of repetitive actions in a particular time.\" [NIST:NIST]" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000105" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "24.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "24.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "UO" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Frequency Unit [uo]" + }, { + "@language" : "de", + "@value" : "Frequenzeinheit [uo]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://www.w3.org/2002/07/owl#Thing" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000350", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "An indication of the type of unit of measure being used to express a number of regular events in a given time per unit of time." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "en", + "@value" : "Unit of Frequency" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/NCIT_C67313" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "24.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "24.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCTI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Frequency Unit [ncit]" + }, { + "@language" : "de", + "@value" : "Frequenzeinheit [ncit]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://www.w3.org/2002/07/owl#Thing" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000351", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A rotational frequency unit which is equal to the number of completed turns in a period of time that equals to 1 second." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "10.05.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" : [ { + "@value" : "1/s" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Turns per Second [dik]" + }, { + "@language" : "de", + "@value" : "Umdrehungen pro Sekunde [dik]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://www.w3.org/2002/07/owl#Thing" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000352", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "\"A rotational frequency unit which is equal to the number complete turn in a period of time that equals to 1 second.\" [NIST:NIST]" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "26.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "26.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "UO" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Turns per Second [uo]" + }, { + "@language" : "de", + "@value" : "Umdrehungen pro Sekunde [uo]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://www.w3.org/2002/07/owl#Thing" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000353", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A rotational frequency unit which is equal to the number of completed turns in a period of time that equals to 1 minute." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "10.05.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" : [ { + "@value" : "1/min" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Turns per Minute [dik]" + }, { + "@language" : "de", + "@value" : "Umdrehungen pro Minute [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000354", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "Is a supervised classification method and it is used to build classification rules of a number of prespecified clases." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "Unscrambler X" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Yamen Alsalka" + } ], + "http://www.geneontology.org/formats/oboInOwl#created_by" : [ { + "@value" : "Yamen Alsalka" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@value" : "2023-06-06T09:49:37.530555Z" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Discriminant analysis [ifnano]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000355", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "10.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Festwalzen-Drehzahl [dik]" + }, { + "@language" : "en", + "@value" : "Fixed Roll Speed [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000356", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "10.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Setting Roll Speed [dik]" + }, { + "@language" : "de", + "@value" : "Stellwalzen-Drehzahl [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000357", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "10.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Temperatur [dik]" + }, { + "@language" : "en", + "@value" : "Temperature [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000358", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A measure of the average kinetic energy of a system of particles. Temperature may be quantified, in the context of thermodynamics, as the potential of one system to transfer thermal energy to another system until both systems reach a state of thermal equilibrium." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/NCIT_C25206" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "24.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "24.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCTI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Temperatur [ncit]" + }, { + "@language" : "en", + "@value" : "Temperature [ncit]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000359", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A physical quality of the thermal energy of a system." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/pato.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/PATO_0000146" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "24.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "24.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "PATO" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Temperatur [pato]" + }, { + "@language" : "en", + "@value" : "Temperature [pato]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000360", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Temperature is the extent to which an object is hot." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://www.ontology-of-units-of-measure.org/resource/om-2/Temperature" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "24.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "24.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "UM" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Temperatur [om]" + }, { + "@language" : "en", + "@value" : "Temperature [om]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000361", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Temperature is a physical quality of the thermal energy of a system." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://www.ebi.ac.uk/efo/efo.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://www.ebi.ac.uk/efo/EFO_0001702" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "24.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "24.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "EFO" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Temperatur [efo]" + }, { + "@language" : "en", + "@value" : "Temperature [efo]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000362", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "10.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Temperature Unit [dik]" + }, { + "@language" : "de", + "@value" : "Temperatureinheit [dik]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://www.w3.org/2002/07/owl#Thing" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000363", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "\"A unit which is a standard measure of the average kinetic energy of the particles in a sample of matter.\" [Wikipedia:Wikipedia]" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000005" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "24.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "24.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "UO" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Temperature Unit [uo]" + }, { + "@language" : "de", + "@value" : "Temperatureinheit [uo]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://www.w3.org/2002/07/owl#Thing" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000364", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "An indication of the type of unit of measure being used to express a temperature." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "de", + "@value" : "Unit of Temperature" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/NCIT_C44276" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "24.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "24.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCTI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Temperature Unit [ncit]" + }, { + "@language" : "de", + "@value" : "Temperatureinheit [ncit]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://www.w3.org/2002/07/owl#Thing" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000365", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "de", + "@value" : "Temperierungsgerät; Temperierungsaggregat; Temperiersteuergerät" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "10.05.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" : [ { + "@value" : "TCU" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Temperature Control Unit [dik]" + }, { + "@language" : "de", + "@value" : "Temperatursteuergerät [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000366", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "10.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Festwalzen-Temperatursteuergerät [dik]" + }, { + "@language" : "en", + "@value" : "Fixed Roll Temperature Control Unit [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000367", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "10.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Setting Roll Temperature Control Unit [dik]" + }, { + "@language" : "de", + "@value" : "Stellwalzen-Temperatursteuergerät [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000368", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "10.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Festwalzen-Temperatur [dik]" + }, { + "@language" : "en", + "@value" : "Fixed Roll Temperature [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000369", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "10.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Setting Roll Temperature [dik]" + }, { + "@language" : "de", + "@value" : "Stellwalzen-Temperatur [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000370", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "Abstand zwischen den Walzenoberflächen einer Walze oder eines Kalanders, gemessen zwischen den Mittelpunkten" + }, { + "@language" : "en", + "@value" : "radial clearance between the roll surfaces of a mill or calender on a line of centres" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "NIP [dik]" + }, { + "@language" : "de", + "@value" : "Walzenspalt [dik]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://www.w3.org/2002/07/owl#Thing" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000371", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Process of converting a rubber or rubber mix, rubber dough or coagulated latex into a form in which the thickness is small in proportion to the length" + }, { + "@language" : "de", + "@value" : "Prozess der Überführung von Kautschuk oder einer Kautschukmischung, Gummilösung oder koaguliertem Latex in eine Form, bei der die Dicke klein gegenüber der Länge ist" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "de", + "@value" : "Plattenziehen" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Auswalzen [dik]" + }, { + "@language" : "en", + "@value" : "Sheeting [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000372", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Distribution of one or more ingredients into a rubber, a rubber blend or a continuum material, by the application of shearing forces, in order to confer optimum and uniform properties" + }, { + "@language" : "de", + "@value" : "Verteilen eines oder mehrerer Bestandteile in Kautschuk, Kautschukblends oder einer kontinuierlichen Phase durch Anwendung von Scherkräften, um optimale und homogene Eigenschaften zu erhalten" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Dispergierung [dik]" + }, { + "@language" : "en", + "@value" : "Dispersion [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000373", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "Prozess der irreversiblen Reduzierung der Molmasse des Kautschuks, entweder im rohen oder im gemischten Zustand, durch das Einbringen mechanischer Arbeit (Scherung) und durch atmosphärischen Sauerstoff, manchmal unter Zuhilfenahme von Abbaumitteln und Wärme" + }, { + "@language" : "en", + "@value" : "the molecular mass of a rubber, in either the raw or the mixed state, by the action of mechanical work (shear) and atmospheric oxygen, sometimes assisted by peptizers and heat" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Mastication [dik]" + }, { + "@language" : "de", + "@value" : "Mastikation [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000374", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "The process by which food is torn or crushed by the teeth." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/NCIT_C62062" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "24.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "24.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCTI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Mastication [ncit]" + }, { + "@language" : "de", + "@value" : "Mastikation [ncit]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000375", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "The process of biting and mashing food with the teeth prior to swallowing." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/hp.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/GO_0071626" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "24.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "24.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "HP" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Mastication [hp]" + }, { + "@language" : "de", + "@value" : "Mastikation [hp]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000376", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "relative Einfachheit, mit welcher Rohkautschuk oder Kautschukmischungen in einer Maschine zur Kautschukverarbeitung gehandhabt werden kann" + }, { + "@language" : "en", + "@value" : "relative ease with which raw or compounded rubbers can be handled in rubber-processing machinery" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Processability [dik]" + }, { + "@language" : "de", + "@value" : "Verarbeitbarkeit [dik]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000003" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000377", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A device for mixing/blending materials or signals." + }, { + "@language" : "de", + "@value" : "Ein Gerät zum Mischen/Vermischen von Materialien oder Signalen." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Mischer [dik]" + }, { + "@language" : "en", + "@value" : "Mixer Device [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000378", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A mechanical device designed to blend materials or an electronic device designed to blend signals." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/NCIT_C50071" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "24.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "24.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCIT" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Mischer [ncit]" + }, { + "@language" : "en", + "@value" : "Mixer Device [ncit]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000379", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A mixer device designed for mechanically mixing/blending materials." + }, { + "@language" : "de", + "@value" : "Eine Mischvorrichtung, die zum mechanischen Mischen von Materialien bestimmt ist." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Mechanical Mixer [dik]" + }, { + "@language" : "de", + "@value" : "Mechanischer Mischer [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000380", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A mechanical component designed to blend materials." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/NCIT_C172142" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "24.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "24.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCIT" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Mechanical Mixer [ncit]" + }, { + "@language" : "de", + "@value" : "Mechanischer Mischer [ncit]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000381", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "Maschine mit Temperaturregelung, welche einen oder mehrere Rotoren in einer geschlossenen Kammer beinhaltet und zum Mastizieren und/oder zur Einarbeitung und Dispersion von Mischungsbestandteilen in den Kautschuk genutzt wird" + }, { + "@language" : "en", + "@value" : "machine with temperature controls containing one or more rotors operating in a closed cavity used to masticate and/or to incorporate and disperse compounding ingredients into the rubber" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "de", + "@value" : "Kneter" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Innenmischer [dik]" + }, { + "@language" : "en", + "@value" : "Internal Mixer [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000382", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Rotor [dik]" + }, { + "@language" : "en", + "@value" : "Rotor [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000383", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Mischkammer [dik]" + }, { + "@language" : "en", + "@value" : "Mixing Chamber [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000384", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Drop Door [dik]" + }, { + "@language" : "de", + "@value" : "Klappsattel [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000385", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Stamp [dik]" + }, { + "@language" : "de", + "@value" : "Stempel [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000386", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Rotor Speed [dik]" + }, { + "@language" : "de", + "@value" : "Rotor-Drehzahl [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000387", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Rotor Temperature Control Unit [dik]" + }, { + "@language" : "de", + "@value" : "Rotor-Temperatursteuergerät [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000388", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Rotor Temperature [dik]" + }, { + "@language" : "de", + "@value" : "Rotor-Temperatur [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000389", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Mischkammer-Temperatursteuergerät [dik]" + }, { + "@language" : "en", + "@value" : "Mixing Chamber Temperature Control Unit [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000390", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Mischkammer-Temperatur [dik]" + }, { + "@language" : "en", + "@value" : "Mixing Chamber Temperature [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000391", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Drop Door Temperature Control Unit [dik]" + }, { + "@language" : "de", + "@value" : "Klappsattel-Temperatursteuergerät [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000392", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Drop Door Temperature [dik]" + }, { + "@language" : "de", + "@value" : "Klappsattel-Temperatur [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000393", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Stamp Temperature Control Unit [dik]" + }, { + "@language" : "de", + "@value" : "Stempel-Temperatursteuergerät [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000394", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Stamp Temperature [dik]" + }, { + "@language" : "de", + "@value" : "Stempel-Temperatur [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000395", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Drehmoment [dik]" + }, { + "@language" : "en", + "@value" : "Torque [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000396", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Torque is the effectiveness of a force to produce rotation about an axis, measured by the product of the force and the perpendicular distance from the line of action of the force to the axis." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://www.ontology-of-units-of-measure.org/resource/om-2" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://www.ontology-of-units-of-measure.org/resource/om-2/Torque" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "24.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "24.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "UO" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Drehmoment [om]" + }, { + "@language" : "en", + "@value" : "Torque [om]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000397", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Drehmoment Einheit [dik]" + }, { + "@language" : "en", + "@value" : "Torque Unit [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000398", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" : [ { + "@value" : "Nm" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Newtonmeter [dik]" + }, { + "@language" : "en", + "@value" : "Newtonmeter [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000399", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Rotor Torque [dik]" + }, { + "@language" : "de", + "@value" : "Rotor-Drehmoment [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000400", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Mass Temperature [dik]" + }, { + "@language" : "de", + "@value" : "Massetemperatur [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000401", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Length [dik]" + }, { + "@language" : "de", + "@value" : "Länge [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000402", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "The linear extent in space from one end of something to the other end, or the extent of something from beginning to end." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/NCIT_C25334" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "24.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "24.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCIT" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Length [ncit]" + }, { + "@language" : "de", + "@value" : "Länge [ncit]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000403", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A 1-D extent quality which is equal to the distance between two points." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/pato.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/PATO_0000122" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "24.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "24.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "PATO" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Length [pato]" + }, { + "@language" : "de", + "@value" : "Länge [pato]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000404", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Length is the amount of space between two geographical points along a curve. It is a base quantity in the International System of Units and other systems of units. Length is speed times time. The metre, a base unit of length in the International System of Units, is defined in terms of speed of light during a certain time interval." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://www.ontology-of-units-of-measure.org/resource/om-2" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://www.ontology-of-units-of-measure.org/resource/om-2/Length" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "24.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "24.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "OM" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Length [om]" + }, { + "@language" : "de", + "@value" : "Länge [om]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000405", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "PEFF keyword for the sequence length." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/ms.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/PEFF_0001006" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "24.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "24.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "MS" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Length [ms]" + }, { + "@language" : "de", + "@value" : "Länge [ms]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000406", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Length Unit [dik]" + }, { + "@language" : "de", + "@value" : "Längen Einheit [dik]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://www.w3.org/2002/07/owl#Thing" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000407", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "\"A unit which is a standard measure of the distance between two points.\" [Wikipedia:Wikipedia]" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000001" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "24.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "24.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "UO" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Length Unit [uo]" + }, { + "@language" : "de", + "@value" : "Längen Einheit [uo]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://www.w3.org/2002/07/owl#Thing" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000408", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "An indication of the type of unit of measure being used to express a length or distance." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "de", + "@value" : "Unit of Length" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/NCIT_C42578" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "24.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "24.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCIT" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Length Unit [ncit]" + }, { + "@language" : "de", + "@value" : "Längen Einheit [ncit]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://www.w3.org/2002/07/owl#Thing" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000409", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" : [ { + "@value" : "mm" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "millimeter [dik]" + }, { + "@language" : "en", + "@value" : "millimeter [dik]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://www.w3.org/2002/07/owl#Thing" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000410", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A metric unit of length equal to one thousandth of a meter (10E-3 meter) or approximately 0.03937 inch." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/NCIT_C28251" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "24.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "24.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCIT" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "millimeter [ncit]" + }, { + "@language" : "en", + "@value" : "millimeter [ncit]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://www.w3.org/2002/07/owl#Thing" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000411", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "\"A length unit which is equal to one thousandth of a meter or 10^[-3] m.\" [NIST:NIST]" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000016" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "24.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "24.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "UO" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "millimeter [uo]" + }, { + "@language" : "en", + "@value" : "millimeter [uo]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://www.w3.org/2002/07/owl#Thing" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000412", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Stamp Distance [dik]" + }, { + "@language" : "de", + "@value" : "Stempelweg [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000413", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Zugabereihenfolge [dik]" + }, { + "@language" : "en", + "@value" : "addition sequence [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000414", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Time of Addition [dik]" + }, { + "@language" : "de", + "@value" : "Zugabezeitpunkt [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000415", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Leistung [dik]" + }, { + "@language" : "en", + "@value" : "Power [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000416", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A physical quality inhering in a bearer by virtue of the bearer's rate of doing work." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/pato.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/PATO_0001024" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "24.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "24.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "PATO" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Leistung [pato]" + }, { + "@language" : "en", + "@value" : "Power [pato]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000417", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Power is the time rate at which work is done. It is a derived quantity in the International System of Units. Power is energy divided by time." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://www.ontology-of-units-of-measure.org/resource/om-2" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://www.ontology-of-units-of-measure.org/resource/om-2/Power" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "24.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "24.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "OM" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Leistung [om]" + }, { + "@language" : "en", + "@value" : "Power [om]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000418", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Electrical Power [dik]" + }, { + "@language" : "de", + "@value" : "Elektrische Leistung [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000419", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Mischzeit [dik]" + }, { + "@language" : "en", + "@value" : "Mixing Time [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000420", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A physical quality which inheres in a bearer by virtue of the ratio of the volume of a substance contained in the bearer and the bearer's own volume." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Filling Ratio [dik]" + }, { + "@language" : "de", + "@value" : "Füllgrad [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000421", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Mischstufenanzahl [dik]" + }, { + "@language" : "en", + "@value" : "Number of Mixing Stages [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000422", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Product of one mixing operation" + }, { + "@language" : "de", + "@value" : "Produkt eines Mischungsvorganges" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Charge [dik]" + }, { + "@language" : "en", + "@value" : "batch [dik]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000423" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000423", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A quantity of people or things treated or regarded as a group, especially when subdivided from a larger group." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/NCIT_C67073" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "24.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCIT" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Charge" + }, { + "@language" : "en", + "@value" : "batch [ncit]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000424", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "Maschine, die mit Hilfe einer Schnecke oder einer hydraulischen Presse kontinuierlich ein Material formt, indem dieses durch eine oder mehrere Schablonen gepresst wird" + }, { + "@language" : "en", + "@value" : "machine which, through the use of a screw or a hydraulic ram, continuously shapes a material by forcing it through a die or dies" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Extruder [dik]" + }, { + "@language" : "en", + "@value" : "Extruder [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000425", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "10.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Einschneckenextruder [dik]" + }, { + "@language" : "en", + "@value" : "Single Screw Extruder [dik]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000424" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000426", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "10.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Pin Extruder [dik]" + }, { + "@language" : "de", + "@value" : "Stiftextruder [dik]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000424" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000427", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Pin [dik]" + }, { + "@language" : "de", + "@value" : "Stift [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000428", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "rotating member with one or more helical grooves, used to propel rubber along the barrel of an extruder" + }, { + "@language" : "de", + "@value" : "rotierendes Glied mit einer oder mehreren helixförmigen Rillen, das verwendet wird, um einen Kautschuk innerhalb eines Extruderrohrs voranzutreiben" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Schnecke [dik]" + }, { + "@language" : "en", + "@value" : "Screw [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000429", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "Teil eines Extruders, durch den das Material gedrückt wird und um ein Profil des Extrudats zu formen" + }, { + "@language" : "en", + "@value" : "that part of an extruder through which material is forced, forming a profile of the extrudate" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "de", + "@value" : "Werkzeug; Düse" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Die [dik]" + }, { + "@language" : "de", + "@value" : "Schablone [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000430", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "Produkt eines Extrusionsprozesses" + }, { + "@language" : "en", + "@value" : "product of an extrusion process" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Extrudat [dik]" + }, { + "@language" : "en", + "@value" : "Extrudate [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000431", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "Teil eines Extruders, welcher die Schablone mit Halterung enthält" + }, { + "@language" : "en", + "@value" : "that part of an extruder which houses the die and die holder" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Extruder Head [dik]" + }, { + "@language" : "de", + "@value" : "Extruderkopf [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000432", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "continuous shaping of a material by passage through a die" + }, { + "@language" : "de", + "@value" : "kontinuierliches Formen eines Materials, indem dieses durch eine Schablone gepresst wird" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Extrudieren [dik]" + }, { + "@language" : "en", + "@value" : "Extrusion [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000433", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A transformation in which an atom or group Y connected to two other atoms or groups X and Z is lost from a molecule, leading to a product in which X is bonded to Z, e.g. X-Y-Z --> X-Z + Y." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/rex.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/REX_0000100" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "24.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "24.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "REX" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Extrudieren [rex]" + }, { + "@language" : "en", + "@value" : "Extrusion [rex]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000434", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A process used to create objects of a fixed cross-sectional profile by forcing or drawing a material through a die." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/chmo.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHMO_0001613" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "24.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "24.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "CHMO" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Extrudieren [chmo]" + }, { + "@language" : "en", + "@value" : "Extrusion [chmo]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000435", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "Unterschied zwischen den Dimensionen des Profilquerschnittes eines Extrudats und den korrespondierenden Dimensionen des Auslaufkanals, welcher üblicherweise als prozentuelle Zunahme der Fläche des Querschnittes ausgedrückt wird" + }, { + "@language" : "en", + "@value" : "difference between the dimensions of the cross-section of an extrudate and the corresponding dimensions of the die orifice, usually quantified as the percentage increase in the crosssectional area" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Die Swell [dik]" + }, { + "@language" : "de", + "@value" : "Spritzquellung [dik]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://www.w3.org/2002/07/owl#Thing" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000436", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Abzugsgeschwindigkeit [dik]" + }, { + "@language" : "en", + "@value" : "Haul-off Speed [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000437", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Conveyor Belt [dik]" + }, { + "@language" : "de", + "@value" : "Förderband [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000438", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Mass Throughput [dik]" + }, { + "@language" : "de", + "@value" : "Massedurchsatz [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000439", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Druckschwankung [dik]" + }, { + "@language" : "en", + "@value" : "Pressure Variation [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000440", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Geometrieschwankung [dik]" + }, { + "@language" : "en", + "@value" : "Geometry Variation [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000441", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Oberfläche [dik]" + }, { + "@language" : "en", + "@value" : "Surface [dik]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://www.w3.org/2002/07/owl#Thing" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000442", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "The extended two-dimensional outer boundary of a three-dimensional object." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/NCIT_C25245" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "25.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "25.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCIT" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Oberfläche [ncit]" + }, { + "@language" : "en", + "@value" : "Surface [ncit]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://www.w3.org/2002/07/owl#Thing" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000443", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Oberflächenfehler [dik]" + }, { + "@language" : "en", + "@value" : "Surface Defect [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000444", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Oberflächentemperatur [dik]" + }, { + "@language" : "en", + "@value" : "Surface Temperature [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000445", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Schneckendrehzahl [dik]" + }, { + "@language" : "en", + "@value" : "Screw Speed [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000446", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Druck [dik]" + }, { + "@language" : "en", + "@value" : "Pressure [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000447", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A physical quality that inheres in a bearer by virtue of the bearer's amount of force per unit area it exerts." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/pato.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/PATO_0001025" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "25.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "25.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "PATO" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Druck [pato]" + }, { + "@language" : "en", + "@value" : "Pressure [pato]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000448", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Pressure is the force applied to or distributed over a surface. It is a derived quantity in the International System of Units. Pressure is force divided by area." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://www.ontology-of-units-of-measure.org/resource/om-2" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://www.ontology-of-units-of-measure.org/resource/om-2/Pressure" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "25.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "25.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "OM" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Druck [om]" + }, { + "@language" : "en", + "@value" : "Pressure [om]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000449", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Die Geometry [dik]" + }, { + "@language" : "de", + "@value" : "Schablonengeometrie [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000450", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Extrudate Cross Section [dik]" + }, { + "@language" : "de", + "@value" : "Extrudatquerschnitt [dik]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://www.w3.org/2002/07/owl#Thing" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000451", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Sensor [dik]" + }, { + "@language" : "en", + "@value" : "Sensor [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000452", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Device, agent (including humans), or software (simulation) involved in, or implementing, a Procedure. Sensors respond to a stimulus, e.g., a change in the environment, or input data composed from the results of prior Observations, and generate a Result. Sensors can be hosted by Platforms." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://www.w3.org/ns/sosa/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://www.w3.org/ns/sosa/Sensor" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "25.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "25.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "SOSA" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Sensor [sosa]" + }, { + "@language" : "en", + "@value" : "Sensor [sosa]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000453", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A piece of apparatus that is used to measure a physical quantity." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/chmo.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHMO_0002793" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "25.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "25.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "CHMO" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Sensor [chmo]" + }, { + "@language" : "en", + "@value" : "Sensor [chmo]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000454", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Temperature Measuring Sword [dik]" + }, { + "@language" : "de", + "@value" : "Temperaturmessschwert [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000455", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Drucksensor [dik]" + }, { + "@language" : "en", + "@value" : "Pressure Sensor [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000456", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Temperature Sensor [dik]" + }, { + "@language" : "de", + "@value" : "Temperatursensor [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000457", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Gearbox [dik]" + }, { + "@language" : "de", + "@value" : "Getriebe [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000458", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Engine [dik]" + }, { + "@language" : "de", + "@value" : "Motor [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000459", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "en", + "@value" : "motor" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/envo.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/ENVO_01000610" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "25.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "25.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "ENVO" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Engine [envo]" + }, { + "@language" : "de", + "@value" : "Motor [envo]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000460", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Feeding Roll [dik]" + }, { + "@language" : "de", + "@value" : "Speisewalze [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000461", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Pin Zone [dik]" + }, { + "@language" : "de", + "@value" : "Stiftzone [dik]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://www.w3.org/2002/07/owl#Thing" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000462", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Einzugszone [dik]" + }, { + "@language" : "en", + "@value" : "Feeding Zone [dik]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://www.w3.org/2002/07/owl#Thing" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000463", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Molding Zone [dik]" + }, { + "@language" : "de", + "@value" : "Werkzeugzone [dik]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://www.w3.org/2002/07/owl#Thing" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000464", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Feeding Roll Temperature Control Unit [dik]" + }, { + "@language" : "de", + "@value" : "Speisewalzen-Temperatursteuergerät [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000465", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Feeding Roll Temperature [dik]" + }, { + "@language" : "de", + "@value" : "Speisewalzen-Temperatur [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000466", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Schnecken-Temperatursteuergerät [dik]" + }, { + "@language" : "en", + "@value" : "Screw Temperature Control Unit [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000467", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Schnecken-Temperatur [dik]" + }, { + "@language" : "en", + "@value" : "Screw Temperature [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000468", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Einzugszonen-Temperatursteuergerät [dik]" + }, { + "@language" : "en", + "@value" : "Feeding Zone Temperature Control Unit [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000469", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Einzugszonen-Temperatur [dik]" + }, { + "@language" : "en", + "@value" : "Feeding Zone Temperature [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000470", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Pin Zone Temperature Control Unit [dik]" + }, { + "@language" : "de", + "@value" : "Stiftzonen-Temperatursteuergerät [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000471", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Pin Zone Temperature [dik]" + }, { + "@language" : "de", + "@value" : "Stiftzonen-Temperatur [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000472", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Molding Zone Temperature Control Unit [dik]" + }, { + "@language" : "de", + "@value" : "Werkzeugzonen-Temperatursteuergerät [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000473", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Molding Zone Temperature [dik]" + }, { + "@language" : "de", + "@value" : "Werkzeugzonen-Temperatur [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000474", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Vulcanization Time [dik]" + }, { + "@language" : "de", + "@value" : "Vulkanisationszeit [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000475", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "Anzahl von Vernetzungen in einem Vulkanisat je Volumen- oder Masseneinheit" + }, { + "@language" : "en", + "@value" : "number of crosslinks per unit volume or unit mass of vulcanizate" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Crosslink Density [dik]" + }, { + "@language" : "de", + "@value" : "Vernetzungsdichte [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000476", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "Produkt der Vulkanisation einer Kautschukmischung" + }, { + "@language" : "en", + "@value" : "product of the vulcanization of a rubber compound" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "en", + "@value" : "vulcanized rubber" + }, { + "@language" : "de", + "@value" : "vulkanisierter Kautschuk" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Vulcanizate [dik]" + }, { + "@language" : "de", + "@value" : "Vulkanisat [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000477", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "chemical bond or atom(s) joining two rubber chains or two parts of the same rubber chain as a result of vulcanization" + }, { + "@language" : "de", + "@value" : "chemische Bindung oder Atom(e), die zwei Kautschukketten oder zwei Teile derselben Kette verbinden als Ergebnis der Vulkanisation" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "In a vulcanizate, trapped chain entanglements can act as physical crosslinks and contribute to the crosslink density." + }, { + "@language" : "de", + "@value" : "In einem Vulkanisat können eingeschlossene Verschlaufungen als physikalische Vernetzungen fungieren und einen Beitrag zur Vernetzungsdichte leisten." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Crosslink [dik]" + }, { + "@language" : "de", + "@value" : "Vernetzung [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000478", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Any covalent linkage between two polymers or between two different regions of the same polymer." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/NCIT_C47936" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "25.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "25.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCIT" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Crosslink [ncit]" + }, { + "@language" : "de", + "@value" : "Vernetzung [ncit]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000479", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "〈Aktion〉 Erzeugung von Vernetzungen zwischen oder innerhalb von Kautschukketten unter Ausbildung eines Netzwerks" + }, { + "@language" : "en", + "@value" : "〈act of〉 insertion of crosslinks between or within rubber chains to give a network structure" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Crosslinking [dik]" + }, { + "@language" : "de", + "@value" : "Vernetzen [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000480", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "Zustand eines Vulkanisats während des Vulkanisationsverlaufs, gemessen an dessen Struktur oder dessen Eigenschaften" + }, { + "@language" : "en", + "@value" : "condition of a vulcanizate during the course of vulcanization, measured in terms of its structure or properties" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "State of Cure [dik]" + }, { + "@language" : "de", + "@value" : "Vernetzungsgrad [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000481", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "Verfahren, üblicherweise auf Hitze basierend, bei dem Kautschuk durch eine Veränderung seiner chemischen Struktur (zum Beispiel Vernetzung) in einen Zustand überführt wird, in dem die elastischen Eigenschaften erzeugt, wiederhergestellt oder verbessert oder über einen größeren Tempe-raturbereich erweitert werden" + }, { + "@language" : "en", + "@value" : "process, usually involving heat, in which rubber, through a change in its chemical structure (for example, crosslinking), is converted to a condition in which the elastic properties are conferred or re-established or improved or extended over a greater range of temperatures" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "de", + "@value" : "Vernetzung" + }, { + "@language" : "en", + "@value" : "cure" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Vulcanization [dik]" + }, { + "@language" : "de", + "@value" : "Vulkanisation [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000482", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "Druckkessel, der zur Vulkanisation von Kautschuk in Dampf oder Gas genutzt wird" + }, { + "@language" : "en", + "@value" : "pressurized vessel used for vulcanizing rubber in a vapour or gas" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Autoklav [dik]" + }, { + "@language" : "en", + "@value" : "autoclave [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000483", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A device that is used to sterilize equipment and supplies by subjecting them to high pressure steam at 121 C or more, typically for 15 to 20 minutes depending on the size of the load and the contents." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/obi.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0001112" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "25.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "25.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "OBI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Autoklav [obi]" + }, { + "@language" : "en", + "@value" : "autoclave[obi]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000484", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A thick-walled steel vessel used during synthesis methods that require both high pressures and high temperatures." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/chmo.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHMO_0002166" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "25.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "25.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "CHMO" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Autoklav [chmo]" + }, { + "@language" : "en", + "@value" : "autoclave [chmo]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000485", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "Art der Vulkanisation, bei der das Modul des Vulkanisats ein Maximum erreicht und dann über einen längeren Zeiraum bei der entsprechenden Vulkanisationstemperatur nahezu konstant bleibt" + }, { + "@language" : "en", + "@value" : "type of vulcanization during which the modulus of the vulcanizate proceeds to a maximum and then remains essentially constant for a substantial period at the vulcanization temperature" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "de", + "@value" : "Vulkanisationsebene" + }, { + "@language" : "en", + "@value" : "flat cure" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Plateau Cure [dik]" + }, { + "@language" : "de", + "@value" : "Vulkanisationsplateau [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000486", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "Vulkanisationsbedingungen, die notwendig sind, um einen akzeptablen Kompromiss zwischen verschiedenen gewünschten Vulkanisateigenschaften zu erzielen bzw. den optimalen Wert für eine bestimmte Eigenschaft zu erhalten" + }, { + "@language" : "en", + "@value" : "condition of vulcanization required to achieve an acceptable compromise among a number of desired vulcanizate properties or the optimum value of a selected property" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Optimum Cure [dik]" + }, { + "@language" : "de", + "@value" : "Vulkanisationsoptimum [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000487", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "Vulkanisationszustand jenseits des Vulkanisationsoptimums" + }, { + "@language" : "en", + "@value" : "state of vulcanization beyond the optimum cure" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "Overcure is generally caused by too long a time and/or too high a temperature of vulcanization and/or post cure, and/or a surplus of vulcanizing agents." + }, { + "@language" : "de", + "@value" : "Übervulkanisation wird gewöhnlich hervorgerufen durch zu lange Heizzeit und/oder zu hohe Vulkanisations- und/oder Nachvulkanisationstemperatur und/oder ein Übermaß an Vulkanisationsmitteln." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Overcure [dik]" + }, { + "@language" : "de", + "@value" : "Übervulkanisation [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000488", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "Zustand der Vulkanisation unterhalb des Vulkanisationsoptimums" + }, { + "@language" : "en", + "@value" : "state of vulcanization less than the optimum cure" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "Undercure is generally caused by too short a time and/or too low a temperature of vulcanization and/or post cure, and/or a deficiency of vulcanizing agents." + }, { + "@language" : "de", + "@value" : "Untervulkanisation wird im Allgemeinen durch zu kurze Zeit und/oder zu niedrige Vulkanisationstemperatur und/oder Nachvulkanisation und/oder Mängel der Vulkanisationsmittel hervorgerufen." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Undercure [dik]" + }, { + "@language" : "de", + "@value" : "Untervulkanisation [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000489", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "ein oder mehrere Teile, entnommen aus einem Los, um Informationen über dieses Los zu liefern und möglicherweise als Entscheidungsbasis über das Los oder seinen Herstellprozess zu dienen" + }, { + "@language" : "en", + "@value" : "one or more items taken from a lot and intended to provide information on the lot and possibly to serve as a basis for a decision on the lot or on the process which had produced it" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Probe [dik]" + }, { + "@language" : "en", + "@value" : "Sample [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000490", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Feature which is intended to be representative of a FeatureOfInterest on which Observations may be made." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://www.w3.org/ns/sosa/" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://www.w3.org/ns/sosa/Sample" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "25.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "25.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "SOSA" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Probe [sosa]" + }, { + "@language" : "en", + "@value" : "Sample [sosa]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000491", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "tempdef: A sample is a role that is played by an object of interest in an investigation used to obtain generalizable information about the sample source. defprov: Daniel Schober" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://nmrML.org/nmrCV" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://nmrML.org/nmrCV#NMR:1000457" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "25.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "25.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NMRCV" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Probe [nmrcv]" + }, { + "@language" : "en", + "@value" : "Sample [nmrcv]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000492", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "Körper eines Materials von geeigneter Form und Dimension, fertig vorbereitet zur Verwendung in einer Prüfung" + }, { + "@language" : "en", + "@value" : "piece of material of appropriate shape and size, prepared so that it is ready for use in a test" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "de", + "@value" : "Probekörper" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "de", + "@value" : "Die englischen Benennungen „test specimen“ und „specimen“ werden häufig verwendet, um einen „Prüfkörper“ zu bezeichnen." + }, { + "@language" : "en", + "@value" : "The terms “test specimen” and “specimen” are also widely used to denote “test piece”." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Prüfkörper [dik]" + }, { + "@language" : "en", + "@value" : "Test Piece [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000493", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "raw, compounded, vulcanized or partially vulcanized rubber in the form of end-of-life rubber products or factory scrap" + }, { + "@language" : "de", + "@value" : "unverarbeiteter, gemischter, vulkanisierter oder teilvulkanisierter Kautschuk in Form von Altgummierzeugnissen oder Fabrikabfall" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Gummiabfall [dik]" + }, { + "@language" : "en", + "@value" : "Scrap Rubber [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000494", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "raw, compounded, vulcanized or partially vulcanized rubber rejected or generated as waste during product manufacture and found unsuitable for further use unless recycled" + }, { + "@language" : "de", + "@value" : "roher, gemischter, vulkanisierter oder teilweise vulkanisierter Kautschuk, der bei der Produktion ver-worfen oder als Abfall deklariert und für die weitere Verwendung, außer zum Recyceln, als ungeeignet befunden wird" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Factory Scrap [dik]" + }, { + "@language" : "de", + "@value" : "Produktionsabfall [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000495", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/pato.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/PATO_0001241" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "10.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Physical Object Quality [dik]" + }, { + "@language" : "de", + "@value" : "Qualität des physischen Objekts [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000496", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A quality of a physical entity that exists through action of continuants at the physical level of organisation in relation to other entities." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/pato.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/PATO_0001241" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "25.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "25.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "PATO" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Physical Object Quality [pato]" + }, { + "@language" : "de", + "@value" : "Qualität des physischen Objekts [pato]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000497", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/pato.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/PATO_0001018" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "10.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "PATO" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Physical Quality [dik]" + }, { + "@language" : "de", + "@value" : "physikalische Qualität [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000498", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A quality which inheres in a continuant." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/pato.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/PATO_0001018" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "25.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "25.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "PATO" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Physical Quality [pato]" + }, { + "@language" : "de", + "@value" : "physikalische Qualität [pato]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000499", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/pato.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000003" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "10.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "PATO" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Label der Messeinheit [dik]" + }, { + "@language" : "en", + "@value" : "Measurement Unit Label [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000500", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A measurement unit label is as a label that is part of a scalar measurement datum and denotes a unit of measure." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/iao.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000003" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "25.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "25.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "IAO" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Label der Messeinheit [pato]" + }, { + "@language" : "en", + "@value" : "Measurement Unit Label [pato]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000501", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/pato.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000009" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "10.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Bezugspunkt-Label [dik]" + }, { + "@language" : "en", + "@value" : "Datum Label [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000502", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A label is a symbol that is part of some other datum and is used to either partially define the denotation of that datum or to provide a means for identifying the datum as a member of the set of data with the same label" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/iao.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000009" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "25.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "25.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "IAO" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Bezugspunkt-Label [iao]" + }, { + "@language" : "en", + "@value" : "Datum Label [iao]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000503", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "de", + "@value" : "Test" + }, { + "@language" : "en", + "@value" : "testing; test" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/pato.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000070" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "10.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Prüfung [dik]" + }, { + "@language" : "en", + "@value" : "assay [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000504", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A qualitative or quantitative analysis performed to determine the amount of a particular constituent in a sample or the biological or pharmacological properties of a drug." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/NCIT_C60819" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "25.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "25.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCIT" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Prüfung [ncit]" + }, { + "@language" : "en", + "@value" : "assay [ncit]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000505", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A planned process with the objective to produce information about the material entity that is the evaluant, by physically examining it or its proxies." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/obi.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000070" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "25.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "25.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "OBI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Prüfung [obi]" + }, { + "@language" : "en", + "@value" : "assay [obi]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000506", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "An assay with the objective to produce information about the density of the material entity that is the evaluant, by physically examining it or its proxies." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "10.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Density Measurement Assay [dik]" + }, { + "@language" : "de", + "@value" : "Prüfung zur Dichtemessung [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000507", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "Masse pro Volumeneinheit eines Materials inklusive eventueller Hohlräume" + }, { + "@language" : "en", + "@value" : "mass per unit volume of a material, including any voids present" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "de", + "@value" : "Dichte" + }, { + "@language" : "en", + "@value" : "density; bulk density" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "04.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Mass Density [dik]" + }, { + "@language" : "de", + "@value" : "Massendichte [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000508", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A measure of the compactness of a substance, expressed as its mass per unit volume." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/NCIT_C75762" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "25.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "25.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCIT" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Mass Density [ncit]" + }, { + "@language" : "de", + "@value" : "Massendichte [ncit]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000509", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A physical quality which inheres in a bearer by virtue of some influence is exerted by the bearer's mass per unit size." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/pato.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/PATO_0001019" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "25.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "25.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "PATO" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Mass Density [pato]" + }, { + "@language" : "de", + "@value" : "Massendichte [pato]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000510", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "10.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Mass Density Unit [dik]" + }, { + "@language" : "de", + "@value" : "Massendichte Einheit [dik]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://www.w3.org/2002/07/owl#Thing" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000511", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "\"A density unit which is a standard measure of the mass of a substance in a given volume.\" [UOC:GVG]" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000052" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "25.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "25.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "UO" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Mass Density Unit [uo]" + }, { + "@language" : "de", + "@value" : "Massendichte Einheit [uo]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://www.w3.org/2002/07/owl#Thing" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000512", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "An indication of the type of unit of measure being used to express a mass density." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/NCIT_C42575" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "25.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "25.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCIT" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Massendichte Einheit [ncit]" + }, { + "@language" : "en", + "@value" : "Unit Of Mass Density [ncit]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://www.w3.org/2002/07/owl#Thing" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000513", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "10.05.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" : [ { + "@value" : "g/cm³" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Gram Per Cubic Centimeter [dik]" + }, { + "@language" : "de", + "@value" : "Gramm pro Kubikzentimeter [dik]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://www.w3.org/2002/07/owl#Thing" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000514", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "\"A mass unit density which is equal to mass of an object in grams divided by the volume in cubic centimeters.\" [UOC:GVG]" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000084" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "25.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "25.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "UO" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Gram Per Cubic Centimeter [uo]" + }, { + "@language" : "de", + "@value" : "Gramm pro Kubikzentimeter [uo]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://www.w3.org/2002/07/owl#Thing" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000515", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "An assay with the objective to produce information about the viscosity of the material entity that is the evaluant, by physically examining it or its proxies." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "10.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Prüfung zur Viskositätsmessung [dik]" + }, { + "@language" : "en", + "@value" : "Viscosity Measurement Assay [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000516", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "An assay with the objective to produce information about the Mooney viscosity of the material entity that is the evaluant, by physically examining it or its proxies." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "10.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Mooney Viscosity Measurement Assay [dik]" + }, { + "@language" : "de", + "@value" : "Prüfung zur Mooney-Viskositätsmessung [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000517", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "10.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Viscosity [dik]" + }, { + "@language" : "de", + "@value" : "Viskosität [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000518", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "The resistance of a liquid to sheer forces and flow." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/NCIT_C75912" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "25.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "25.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCIT" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Viscosity [ncit]" + }, { + "@language" : "de", + "@value" : "Viskosität [ncit]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000519", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A physical quality of a fluid inhering in a bearer by virtue of the bearer's disposition to internal resistance to flow." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/pato.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/PATO_0000992" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "25.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "25.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "PATO" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Viscosity [pato]" + }, { + "@language" : "de", + "@value" : "Viskosität [pato]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000520", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "Maß für die Viskosität eines Rohkautschuks oder einer Kautschukmischung, bestimmt mit einem Mooney-Scherscheibenviskosimeter" + }, { + "@language" : "en", + "@value" : "measure of the viscosity of a raw rubber or rubber compound, determined using a Mooney shearing-disc viscometer" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Mooney Viscosity [dik]" + }, { + "@language" : "de", + "@value" : "Mooney Viskosität [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000521", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "10.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Viscosity Unit [dik]" + }, { + "@language" : "de", + "@value" : "Viskositätseinheit [dik]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://www.w3.org/2002/07/owl#Thing" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000522", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "\"A unit which is a standard measure of the internal resistance of fluids to flow.\" [UOC:GVG]" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "25.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "25.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "UO" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Viscosity Unit [uo]" + }, { + "@language" : "de", + "@value" : "Viskositätseinheit [uo]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://www.w3.org/2002/07/owl#Thing" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000523", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A viscosity unit which is a standard measure of the Mooney viscosity." + }, { + "@language" : "de", + "@value" : "Eine Viskositätseinheit, die ein Standardmaß für die Mooney-Viskosität ist." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "10.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Mooney Viscosity Unit [dik]" + }, { + "@language" : "de", + "@value" : "Mooney Viskositätseinheit [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000524", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "10.05.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" : [ { + "@value" : "MU" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Mooney Einheit [dik]" + }, { + "@language" : "en", + "@value" : "Mooney Unit [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000525", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "10.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Quality of a Substance [dik]" + }, { + "@language" : "de", + "@value" : "Qualität eines Stoffes [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000526", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A quality inhering in a bearer by virtue of its constitution." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/pato.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/PATO_0002198" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "25.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "25.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "PATO" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Quality of a Substance [pato]" + }, { + "@language" : "de", + "@value" : "Qualität eines Stoffes [pato]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000527", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "10.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Quality of a Liquid [dik]" + }, { + "@language" : "de", + "@value" : "Qualität einer Flüssigkeit [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000528", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A physical quality inhering in an entity exhibiting the physical characteristics of an amorphous (non-crystalline) form of matter between a gas and a solid that has a definite volume, but no definite shape." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/pato.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/PATO_0001548" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "25.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "25.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "PATO" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Quality of a Liquid [pato]" + }, { + "@language" : "de", + "@value" : "Qualität einer Flüssigkeit [pato]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000529", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "10.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Protocol [dik]" + }, { + "@language" : "de", + "@value" : "Protokoll [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000530", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A rule which guides how an activity should be performed." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/NCIT_C42651" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "25.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "25.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCIT" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Protocol [ncit]" + }, { + "@language" : "de", + "@value" : "Protokoll [ncit]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000531", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A plan specification which has sufficient level of detail and quantitative information to communicate it between investigation agents, so that different investigation agents will reliably be able to independently reproduce the process." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/obi.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000272" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "25.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "25.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "OBI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Protocol [obi]" + }, { + "@language" : "de", + "@value" : "Protokoll [obi]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000532", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A human-readable collection of information about about how a scientific experiment or analysis was carried out that results in a specific set of data or results used for further analysis or to test a specific hypothesis." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://edamontology.org" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://edamontology.org/data_2531" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "25.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "25.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "EDAM" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Protocol [edam]" + }, { + "@language" : "de", + "@value" : "Protokoll [edam]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000533", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A protocol which specifies the conditions, procedures, and instruments used for conducting a measurement assay in a sufficient level of detail to communicate it between investigation agents, so that different investigation agents will reliably be able to independently reproduce the measurement assay." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "10.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Measurement Protocol [dik]" + }, { + "@language" : "de", + "@value" : "Messprotokoll [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000534", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A protocol which specifies the conditions, procedures, and instruments used for conducting a material processing in a sufficient level of detail to communicate it between investigation agents, so that different investigation agents will reliably be able to independently reproduce the material processing." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "10.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Material Processing Protocol [dik]" + }, { + "@language" : "de", + "@value" : "Materialverarbeitungsprotokoll [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000535", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Herstellungsvorschrift [dik]" + }, { + "@language" : "en", + "@value" : "Manufacturing Specification [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000536", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A measurement protocol for reliably reproducing the density measurement assay." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "10.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Density Measurement Protocol [dik]" + }, { + "@language" : "de", + "@value" : "Protokoll zur Dichtemessung [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000537", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A measurement protocol for reliably reproducing the viscosity measurement assay." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "10.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Protokoll zur Viskositätsmessung [dik]" + }, { + "@language" : "en", + "@value" : "Viscosity Measurement Protocol [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000538", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A viscosity measurement protocol for reliably reproducing the Mooney viscosity measurement assay." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "10.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Mooney Viscosity Measurement Protocol [dik]" + }, { + "@language" : "de", + "@value" : "Protokoll zur Mooney-Viskositätsmessung [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000539", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "10.05.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" : [ { + "@value" : "°C" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Degree Celsius [dik]" + }, { + "@language" : "de", + "@value" : "Grad Celsius [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000540", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A unit of temperature of the temperature scale designed so that the freezing point of water is 0 degrees and the boiling point is 100 degrees at standard atmospheric pressure. The current official definition of the Celsius sets 0.01 C to be at the triple point of water and a degree to be 1/273.16 of the difference in temperature between the triple point of water and absolute zero. One degree Celsius represents the same temperature difference as one Kelvin. [ NCI ]" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/NCIT_C42559" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "25.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "25.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCIT" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Degree Celsius [ncit]" + }, { + "@language" : "de", + "@value" : "Grad Celsius [ncit]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000541", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "\"A temperature unit which is equal to one kelvin degree. However, they have their zeros at different points. The centigrade scale has its zero at 273.15 K.\" [NIST:NIST]" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/UO_0000027" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000027" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "25.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "25.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "UO" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Degree Celsius [uo]" + }, { + "@language" : "de", + "@value" : "Grad Celsius [uo]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://www.w3.org/2002/07/owl#Thing" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000542", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "The degree Celsius is a unit of temperature defined as 1 kelvin. The degree Celsius is a derived unit in the International System of Units." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://www.ontology-of-units-of-measure.org/resource/om-2" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsius" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "25.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "25.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "OM" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Degree Celsius [om]" + }, { + "@language" : "de", + "@value" : "Grad Celsius [om]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000543", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "10.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Material Processing [dik]" + }, { + "@language" : "de", + "@value" : "Materialverarbeitung [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000544", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A planned process which results in physical changes in a specified input material" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/obi.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000094" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "25.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "25.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "OBI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Material Processing [obi]" + }, { + "@language" : "de", + "@value" : "Materialverarbeitung [obi]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000545", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/BFO_0000034" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/BFO_0000034" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "10.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Function [dik]" + }, { + "@language" : "de", + "@value" : "Funktion [dik]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://www.w3.org/2002/07/owl#Thing" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000546", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "The normal action performed by a structure or device." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/NCIT_C25518" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "25.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "25.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCIT" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Function [ncit]" + }, { + "@language" : "de", + "@value" : "Funktion [ncit]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://www.w3.org/2002/07/owl#Thing" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000547", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Biological function of a participant or of an interaction." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/mi.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/MI_0613" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "25.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "25.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "MI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Function [mi]" + }, { + "@language" : "de", + "@value" : "Funktion [mi]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://www.w3.org/2002/07/owl#Thing" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000548", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "10.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Device [dik]" + }, { + "@language" : "de", + "@value" : "Gerät [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000549", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "An object contrived for a specific purpose." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/NCIT_C62103" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "25.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "25.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCIT" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Device [ncit]" + }, { + "@language" : "de", + "@value" : "Gerät [ncit]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000550", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A material entity that is designed to perform a function in a scientific investigation, but is not a reagent." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/obi.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000968" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "25.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "25.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "OBI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Device [obi]" + }, { + "@language" : "de", + "@value" : "Gerät [obi]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000551", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "10.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Measurement Device [dik]" + }, { + "@language" : "de", + "@value" : "Messgerät [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000552", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Any device used to determine the dimension of an object." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/NCIT_C81182" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "25.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "25.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCIT" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Measurement Device [ncit]" + }, { + "@language" : "de", + "@value" : "Messgerät [ncit]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000553", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A device in which a measure function inheres." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/obi.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000832" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "25.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "25.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "OBI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Measurement Device [obi]" + }, { + "@language" : "de", + "@value" : "Messgerät [obi]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000554", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "10.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Processed Material [dik]" + }, { + "@language" : "de", + "@value" : "verarbeitetes Material [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000555", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Is a material entity that is created or changed during material processing." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/obi.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/OBI_0000047" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "25.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "25.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "OBI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Processed Material [obi]" + }, { + "@language" : "de", + "@value" : "verarbeitetes Material [obi]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000556", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Mischen [dik]" + }, { + "@language" : "en", + "@value" : "Mixing [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000557", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "The combining of components, particles or layers into a more homogeneous state. The mixing may be achieved manually or mechanically by shifting the material with stirrers or pumps or by revolving or shaking the container. The process μst not permit segregation of particles of different size or properties. Homogeneity may be considered to have been achieved in a practical sense when the sampling error of the processed portion is negligible compared to the total error of the measurement system. [ https://doi.org/10.1351/goldbook.M03945 ]" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/chmo.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHMO_0001685" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "25.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "25.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "CHMO" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Mischen [chmo]" + }, { + "@language" : "en", + "@value" : "Mixing [chmo]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000558", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "To bring or combine together or with something else; add as an additional element or part." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/NCIT_C64925" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "25.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "25.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCTI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Mischen" + }, { + "@language" : "en", + "@value" : "mix" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000559", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "Menge in Gramm an adsorbiertem Iod pro Kilogramm Ruß unter definierten Bedingungen" + }, { + "@language" : "en", + "@value" : "Number of grams of iodine adsorbed per kilogram of carbon black under specified conditions" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "de", + "@value" : "Jodzahl; Iodzahl" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "de", + "@value" : "Die Eigenschaft ist eine Angabe zur Oberfläche eines Rußes. ISO 1304 beinhaltet ein Verfahren für die Bestimmung der Iodzahl." + }, { + "@language" : "en", + "@value" : "The property is an indication of the surface area of a carbon black. ISO 1304 contains a method for the determination of the iodine adsorption number." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Iodine Adsorption Number [dik]" + }, { + "@language" : "de", + "@value" : "Jodadsorptionszahl [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000560", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Specific Surface [dik]" + }, { + "@language" : "de", + "@value" : "Spezifische Oberfläche [dik]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://www.w3.org/2002/07/owl#Thing" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000561", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Mass Specific Surface [dik]" + }, { + "@language" : "de", + "@value" : "Massenbezogene spezifische Oberfläche [dik]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://www.w3.org/2002/07/owl#Thing" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000562", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Volume Specific Surface [dik]" + }, { + "@language" : "de", + "@value" : "Volumenbezogene spezifische Oberfläche [dik]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://www.w3.org/2002/07/owl#Thing" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000563", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "Die Ölabsorptionszahl eines Rußes steht im Zusammenhang mit den Verarbeitungs- und Vulkanisationseigenschaften von Kautschukmischungen die den Ruß enthalten" + }, { + "@language" : "en", + "@value" : "The oil absorption number of a carbon black is related to the processing and vulcanizate properties of rubber compounds containing the carbon black" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "ASTM D2414-12" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Oil Absorption Number [dik]" + }, { + "@language" : "de", + "@value" : "Ölabsorptionszahl [dik]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://www.w3.org/2002/07/owl#Thing" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000564", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "Als kinematische Viskosität bezeichnet man den Quotienten aus der dynamischen Viskosität des Mediums und seiner Dichte" + }, { + "@language" : "en", + "@value" : "Kinematic viscosity is the quotient of the dynamic viscosity of the medium and its density." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Kinematic Viscosity [dik]" + }, { + "@language" : "de", + "@value" : "Kinematische Viskosität [dik]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://www.w3.org/2002/07/owl#Thing" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000565", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "The ratio of the dynamic viscosity (μ) over the density of the fluid (ρ), which is noted as (length)^2/time. https://en.wikipedia.org/wiki/Viscosity#Kinematic_viscosity" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_01200023" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "25.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "25.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "UO" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Kinematic Viscosity [uo]" + }, { + "@language" : "de", + "@value" : "Kinematische Viskosität [uo]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://www.w3.org/2002/07/owl#Thing" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000566", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Erstarrungspunkt [dik]" + }, { + "@language" : "en", + "@value" : "Setting Point [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000567", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Molecular Weight [dik]" + }, { + "@language" : "de", + "@value" : "Molekulargewicht [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000568", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Molecular weight in g/mol, determined from molecular formula or sequence." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/mi.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/MI_2025" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "25.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "25.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "MI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Molecular Weight [mi]" + }, { + "@language" : "de", + "@value" : "Molekulargewicht [mi]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000569", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Säurezahl‎ [dik]" + }, { + "@language" : "en", + "@value" : "acid value [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000570", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Melting Range [dik]" + }, { + "@language" : "de", + "@value" : "Schmelzbereich‎ [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000571", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "03.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Oil Content [dik]" + }, { + "@language" : "de", + "@value" : "Öl-Gehalt‎ [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000572", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "Verhältnis von Schubspannung zu Scherdehnung, wobei jede durch eine komplexe Zahl dargestellt werden kann" + }, { + "@language" : "en", + "@value" : "ratio of the shear stress to the shear strain, where each can be represented by a complex number" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "10.05.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" : [ { + "@value" : "G*" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Complex Shear Modulus [dik]" + }, { + "@language" : "de", + "@value" : "komplexer Schubmodul [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000573", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "Verhältnis von Normalspannung zur Belastung, wobei jede durch eine komplexe Zahl dargestellt werden kann" + }, { + "@language" : "en", + "@value" : "ratio of the normal stress to the normal strain, where each can be represented by a complex number" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "10.05.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" : [ { + "@value" : "E*" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Complex Young’s Modulus [dik]" + }, { + "@language" : "de", + "@value" : "komplexer Young’s Modul [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000574", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "die Komponente einer aufgebrachten Schubspannung, welche in Phase mit der Scherdeformation ist, geteilt durch die Dehnung" + }, { + "@language" : "en", + "@value" : "that component of an applied shear stress which is in phase with the shear strain, divided by the strain" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "de", + "@value" : "Schermodul" + }, { + "@language" : "en", + "@value" : "storage shear modulus" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "10.05.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" : [ { + "@value" : "G'" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Elastic Shear Modulus [dik]" + }, { + "@language" : "de", + "@value" : "Elastizitätsmodul [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000575", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "die Komponente einer angewandten Normalspannung, welche in Phase mit der Normaldehnung ist, geteilt durch die Dehnung" + }, { + "@language" : "en", + "@value" : "that component of an applied normal stress which is in phase with the normal strain, divided by the strain" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "de", + "@value" : "Youngscher Speichermodul" + }, { + "@language" : "en", + "@value" : "storage Young’s modulus" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "10.05.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" : [ { + "@value" : "E'" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Elastic Young’s Modulus [dik]" + }, { + "@language" : "de", + "@value" : "Youngscher Elastizitätsmodul [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000576", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "der Anteil einer aufgebrachten Schubspannung, welche 90° phasenverschoben gegenüber der Scherdeformation ist, geteilt durch die Dehnung" + }, { + "@language" : "en", + "@value" : "that component of an applied shear stress which is in quadrature (90° out of phase) with the shear strain, divided by the strain" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "10.05.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" : [ { + "@value" : "G''" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Loss Shear Modulus [dik]" + }, { + "@language" : "de", + "@value" : "Verlustmodul [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000577", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "der Anteil einer aufgebrachten Normalspannung, welcher 90° phasenverschoben gegenüber der Normaldehnung ist, geteilt durch die Dehnung" + }, { + "@language" : "en", + "@value" : "that component of an applied normal stress which is in quadrature (90° out of phase) with the normal strain, divided by the strain" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "10.05.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" : [ { + "@value" : "E''" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Loss Young’s Modulus [dik]" + }, { + "@language" : "de", + "@value" : "Young’sches Verlustmodul [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000578", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "Maß für die Steifigkeit unter definierten Bedingungen bei Verformung" + }, { + "@language" : "en", + "@value" : "measure of stiffness under specified conditions of deformation" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "10.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "de", + "@value" : "Diese Bezeichnung sollte nicht alleine verwendet werden und sollte einhergehen mit der Art der Verformung, z. B. Druck- oder Schermodul." + }, { + "@language" : "en", + "@value" : "The term should not be used in isolation and should be prefaced by the mode of deformation, e.g. compression modulus or shear modulus." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Modul [dik]" + }, { + "@language" : "en", + "@value" : "Modulus [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000579", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "Verhältnis des Verlustmoduls zum Speichermodul" + }, { + "@language" : "en", + "@value" : "ratio of the viscous modulus to the elastic modulus" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "10.05.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" : [ { + "@value" : "tanδ" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "de", + "@value" : "Es handelt sich dabei um ein Maß für den Verlustfaktor und somit für die Energie, die durch Umwandlung in Wärme verloren geht." + }, { + "@language" : "en", + "@value" : "It is a measure of the loss factor and thus of the energy lost by conversion into heat." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Tan Delta [dik]" + }, { + "@language" : "de", + "@value" : "Tangens delta [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000580", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Viscometer [dik]" + }, { + "@language" : "de", + "@value" : "Viskosimeter [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000581", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "de", + "@value" : "Mooney-Viskosimeter" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "10.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Mooney Shearing-Disc Viscometer [dik]" + }, { + "@language" : "de", + "@value" : "Mooney-Scherscheibenviskosimeter [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000582", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Curemeter [dik]" + }, { + "@language" : "de", + "@value" : "Rheometer [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000583", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "Rheometertyp, bei welchem die auf die Kautschukmischung einwirkenden Kräfte durch eine in der Testprobe eingebettete schwingende Scheibe erzeugt werden, wobei sich die Probe unter Druck in einem abgedichteten Probenaufnehmer befindet" + }, { + "@language" : "en", + "@value" : "type of curemeter in which the force applied to the rubber compound is produced by an oscillating disc embedded in a test sample which is contained under pressure in a sealed cavity" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "10.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Oscillating-Disc Curemeter [dik]" + }, { + "@language" : "de", + "@value" : "oszillierendes Scheibenrheometer [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000584", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "Typ eines Rheometers, bei welchem die Kraft, die auf die Kautschukmischung einwirkt, durch die Oszillation einer von zwei Platten erzeugt wird, die die Kammer bilden, in welcher die Testprobe eingeschlossen ist" + }, { + "@language" : "en", + "@value" : "type of curemeter in which the force applied to the rubber compound is produced by the oscillation of one of the two dies forming the cavity in which the test sample is enclosed" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "10.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Rotorless Curemeter [dik]" + }, { + "@language" : "de", + "@value" : "rotorloser Rheometer [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000585", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "Gerät zur Messung des Fortschritts der Vulkanisation in einer Probe bei der Vulkanisationsstemperatur" + }, { + "@language" : "en", + "@value" : "device that measures the progress of vulcanization in a test sample at the vulcanizing temperature" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "10.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Vulcameter [dik]" + }, { + "@language" : "de", + "@value" : "Vulkameter [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000586", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "Presse, die zwei oder mehrere übereinanderliegende beheizte Platten besitzt, zwischen denen die Formteile gepresst werden" + }, { + "@language" : "en", + "@value" : "press having two or more super-imposed heated platens between which moulds are pressed" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "de", + "@value" : "Etagenpresse; Heizpresse" + }, { + "@language" : "en", + "@value" : "daylight press" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "10.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Platen Press [dik]" + }, { + "@language" : "de", + "@value" : "Plattenpresse [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000587", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "de", + "@value" : "flache Metallplatte (oder Schale), die Hitze und Druck auf ein oder mehrere Formteile überträgt, die sich in einer Presse befinden" + }, { + "@language" : "en", + "@value" : "flat metal plate (or chest) which applies heat and pressure to one or more mould(s) in a press" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN ISO 1382:2016-07" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "10.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Platen [dik]" + }, { + "@language" : "de", + "@value" : "Platte [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000588", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "en", + "@value" : "2-ethylidene-5-norbornene" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" : [ { + "@value" : "ENB" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Ethylidene Norbornene [dik]" + }, { + "@language" : "de", + "@value" : "Ethylidennorbornen [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000589", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "An assay with the objective to produce information about the concentration of a specific substance in the material entity that is the evaluant, by physically examining it or its proxies." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Concentration Measurement Assay [dik]" + }, { + "@language" : "de", + "@value" : "Prüfung zur Konzentrationsmessung [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000590", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A concentration measurement assay with the objective to produce information about the concentration of ethylene in the material entity that is the evaluant, by physically examining it or its proxies." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Ethylene Concentration Measurement Assay [dik]" + }, { + "@language" : "de", + "@value" : "Prüfung zur Ethylen-Konzentrationsmessung [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000591", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A concentration measurement assay with the objective to produce information about the concentration of ethylidene norbornene in the material entity that is the evaluant, by physically examining it or its proxies." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Ethylidene Norbornene Concentration Measurement Assay [dik]" + }, { + "@language" : "de", + "@value" : "Prüfung zur Ethylidennorbornen-Konzentrationsmessung [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000592", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "An assay with the objective to produce information about the molecular weight distribution of the material entity that is the evaluant, by physically examining it or its proxies." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Molecular Weight Distribution Measurement Assay [dik]" + }, { + "@language" : "de", + "@value" : "Prüfung zur Molekulargewichtsverteilung [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000593", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A measurement protocol for reliably reproducing the concentration measurement assay." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Concentration Measurement Protocol [dik]" + }, { + "@language" : "de", + "@value" : "Protokoll zur Konzentrationsmessung [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000594", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A concentration measurement protocol for reliably reproducing the ethylene concentration measurement assay." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "ASTM D3900" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Ethylene Concentration Measurement Protocol [dik]" + }, { + "@language" : "de", + "@value" : "Protokoll zur Ethylen-Konzentrationsmessung [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000595", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A concentration measurement protocol for reliably reproducing the ethylidene norbornene concentration measurement assay." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "ASTM D6047" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Ethylidene Norbornene Concentration Measurement Protocol [dik]" + }, { + "@language" : "de", + "@value" : "Protokoll zur Ethylidennorbornen-Konzentrationsmessung [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000596", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A measurement protocol for reliably reproducing the molecular weight distribution measurement assay." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Molecular Weight Distribution Measurement Protocol [dik]" + }, { + "@language" : "de", + "@value" : "Protokoll zur Molekulargewichtsverteilung [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000597", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "26.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Ethylene Group [dik]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33471" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000598", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Hydrocarbylene Group [dik]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_51422" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000599", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A bivalent group formed by removing two hydrogen atoms from a hydrocarbon, the free valencies of which are not engaged in a double bond." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/chebi.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_33471" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "26.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "26.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "CHEBI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Hydrocarbylene Group [chebi]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_51422" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000600", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "organodiyl group [dik]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_51446" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000601", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Any organic substituent group, regardless of functional type, having two free valences at carbon atom(s)." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/chebi.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_51422" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "26.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "26.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "CHEBI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "organodiyl group [chebi]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_51446" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000602", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "organic divalent group [dik]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000604" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000603", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Organic Group [dik]" + }, { + "@language" : "de", + "@value" : "Organik-Gruppe [dik]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000607" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000604", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Any substituent group or skeleton containing carbon." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/chebi.owl" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "26.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "26.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "CHEBI:33247" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "CHEBI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "organic group [chebi]" + }, { + "@language" : "de", + "@value" : "organische-Gruppe" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000607" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000605", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Gruppe [dik]" + }, { + "@language" : "en", + "@value" : "group [dik]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_24431" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000606", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Any number of entities (members) considered as a unit." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/NCIT_C43359" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "26.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "26.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCIT" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Gruppe [ncit]" + }, { + "@language" : "en", + "@value" : "group [ncit]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_24431" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000607", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A defined linked collection of atoms or a single atom within a molecular entity." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/chebi.owl" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "26.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "26.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "CHEBI:24433" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "CHEBI" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Gruppe [chebi]" + }, { + "@language" : "en", + "@value" : "group [chebi]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_24431" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000609", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Percent [dik]" + }, { + "@language" : "de", + "@value" : "Prozent [dik]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://www.w3.org/2002/07/owl#Thing" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000610", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "\"A dimensionless ratio unit which denotes numbers as fractions of 100.\" [Wikipedia:Wikipedia]" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000187" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "26.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "26.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "UO" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Percent [uo]" + }, { + "@language" : "de", + "@value" : "Prozent [uo]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://www.w3.org/2002/07/owl#Thing" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000611", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "The percent is a unit of dimension one defined as 1/100." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://www.ontology-of-units-of-measure.org/resource/om-2" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://www.ontology-of-units-of-measure.org/resource/om-2/percent" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "26.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "26.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "OM" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Percent [om]" + }, { + "@language" : "de", + "@value" : "Prozent [om]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000612", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Ratio [dik]" + }, { + "@language" : "de", + "@value" : "Verhältnis [dik]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://www.w3.org/2002/07/owl#Thing" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000613", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Quotient of quantities of the same kind for different components within the same system." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/NCIT_C44256" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "26.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "26.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCIT" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Ratio [ncit]" + }, { + "@language" : "de", + "@value" : "Verhältnis [ncit]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://www.w3.org/2002/07/owl#Thing" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000614", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "\"A dimensionless ratio unit which, given a pair of quantities a and b, for which b is a multiple of a, denotes b by giving the multiplier (coefficient) c for a to result in b.\" [UOB:LKSR]" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0010006" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "26.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "26.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "UO" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Ratio [uo]" + }, { + "@language" : "de", + "@value" : "Verhältnis [uo]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://www.w3.org/2002/07/owl#Thing" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000615", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "\"A dimensionless unit which denotes an amount or magnitude of one quantity relative to another.\" [Wikipedia:Wikipedia]" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "26.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "26.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "UO" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Ratio [uo]" + }, { + "@language" : "de", + "@value" : "Verhältnis [uo]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://www.w3.org/2002/07/owl#Thing" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000616", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A ratio is a data item which is formed with two numbers r and s is written r/s, where r is the numerator and s is the denominator. The ratio of r to s is equivalent to the quotient r/s." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/ms.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/STATO_0000184" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "26.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "26.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "MS" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Ratio [ms]" + }, { + "@language" : "de", + "@value" : "Verhältnis [ms]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000617", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Dimensionless Unit [dik]" + }, { + "@language" : "de", + "@value" : "dimensionslose Einheit [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000618", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "\"A unit which is a standard measure of physical quantity consisting of only a numerical number without any units.\" [Wikipedia:Wikipedia]" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/ms.owl" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "26.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "26.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "MS" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Dimensionless Unit [ms]" + }, { + "@language" : "de", + "@value" : "dimensionslose Einheit [ms]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000619", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "en", + "@value" : "weight percent" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/dc/terms/identifier" : [ { + "@value" : "DIN 1310" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" : [ { + "@value" : "wt %" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Mass Percentage [dik]" + }, { + "@language" : "de", + "@value" : "Massenanteil [dik]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000051" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000620", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "\"A dimensionless concentration unit which denotes the mass of a substance in a mixture as a percentage of the mass of the entire mixture.\" [Wikipedia:Wikipedia]" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000163" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "26.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "26.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "UO" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Mass Percentage [uo]" + }, { + "@language" : "de", + "@value" : "Massenanteil [uo]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000051" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000621", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" : [ { + "@value" : "vol %" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Volume Percentage [dik]" + }, { + "@language" : "de", + "@value" : "Volumenprozent [dik]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://www.w3.org/2002/07/owl#Thing" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000622", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "\"A dimensionless concentration unit which denotes the volume of the solute in mL per 100 mL of the resulting solution.\" [UOC:GVG]" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/uo.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/UO_0000165" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "26.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "26.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "UO" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Volume Percentage [uo]" + }, { + "@language" : "de", + "@value" : "Volumenprozent [uo]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://www.w3.org/2002/07/owl#Thing" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000623", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Concentration of [dik]" + }, { + "@language" : "de", + "@value" : "Konzentration von [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000624", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A quality inhering in a substance by virtue of the amount of the bearer's there is mixed with another substance." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/pato.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/PATO_0000033" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "26.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "26.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "PATO" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Concrentration [pato]" + }, { + "@language" : "de", + "@value" : "Konzentration [pato]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000625", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "The concentration of a chemical compound." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://edamontology.org" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://edamontology.org/data_2140" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "26.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "26.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "EDAM" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Concrentration [edam]" + }, { + "@language" : "de", + "@value" : "Konzentration [edam]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000626", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Experimental method output expressing the contribution of one constituent to the composition of a mixture." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/chmo.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHMO_0002820" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "26.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "26.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "CHMO" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Concrentration [chmo]" + }, { + "@language" : "de", + "@value" : "Konzentration [chmo]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000627", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "The quantity of a substance per unit volume or weight; a measure of the amount of substance present in a unit amount of mixture, particularly, the amount of solute dissolved in a solvent. The amounts can be expressed as moles, masses, volumes, or parts." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/ncit.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/NCIT_C41185" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "26.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "26.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "NCIT" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Concrentration [ncit]" + }, { + "@language" : "de", + "@value" : "Konzentration [ncit]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000628", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "the strength of a solution; number of molecules of a substance in a given volume" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.dataone.org/odo/ECSO8.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.dataone.org/odo/ECSO_00001120" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "26.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "26.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "ECSO" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Concrentration [ecso]" + }, { + "@language" : "de", + "@value" : "Konzentration [ecso]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000629", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Molecular Quality [dik]" + }, { + "@language" : "de", + "@value" : "molekulare Qualität [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000630", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A quality which inheres in a molecular entity, a single molecule, atom, ion, radical etc." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/pato.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/PATO_0002182" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "26.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "26.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "PATO" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Molecular Quality [pato]" + }, { + "@language" : "de", + "@value" : "molekulare Qualität [pato]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000631", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A concentration of ethylene inhering in a substance by virtue of the amount of the bearer's there is mixed with ethylene." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Ethylen-Konzentration [dik]" + }, { + "@language" : "en", + "@value" : "Ethylene Concentration [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000632", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A concentration of ethylidene norbornene inhering in a substance by virtue of the amount of the bearer's there is mixed with ethylidene norbornene." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@language" : "en", + "@value" : "ENB-concentration" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Ethylidene Norbornene Concentration [dik]" + }, { + "@language" : "de", + "@value" : "Ethylidennorbornen-Konzentration [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000633", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/CHEBI_29853" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_29853" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Ethylidene Group [dik]" + }, { + "@language" : "de", + "@value" : "Ethylidengruppe [dik]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.obolibrary.org/obo/CHEBI_51422" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000634", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Quality of a Solid [dik]" + }, { + "@language" : "de", + "@value" : "Qualität eines Festkörpers [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000635", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A physical quality inhering in a bearer by virtue of the bearer's exhibiting the physical characteristics of an entity characterized by particles arranged such that their shape and volume are relatively stable." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/pato.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/PATO_0001546" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "26.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "26.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "PATO" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Quality of a Solid [pato]" + }, { + "@language" : "de", + "@value" : "Qualität eines Festkörpers [pato]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000636", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Alexander Aschemann" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "21.05.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Optical Quality [dik]" + }, { + "@language" : "de", + "@value" : "optische Qualität [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000637", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "An EM radiation quality in which the EM radiation is within the fiat range of the spectrum visible deemed to be light." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "http://purl.obolibrary.org/obo/pato.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/PATO_0001300" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Luis Ramos" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "26.08.2022" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#Date", + "@value" : "26.08.2022" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Optical Quality [pato]" + }, { + "@language" : "de", + "@value" : "optische Qualität [dik]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000638", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Is a transformation applied to spectroscopic data to remove scatter effects by centering and scalling each individual spectrum." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "Unscrambler X" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Yamen Alsalka" + } ], + "http://www.geneontology.org/formats/oboInOwl#created_by" : [ { + "@value" : "Yamen Alsalka" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@value" : "2023-06-06T09:53:45.338938Z" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Standard Normal Variate (SNV) [ifnano]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000639", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "Removing noise or spikes in correlated data such as spectroscopic data using a row-oriented transformation." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "Unscrambler X" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Yamen Alsalka" + } ], + "http://www.geneontology.org/formats/oboInOwl#created_by" : [ { + "@value" : "Yamen Alsalka" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@value" : "2023-06-06T09:59:58.658887Z" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Smmothing [ifnano]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000640", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Scaling spectra in order to get all data on approximately the same scale." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "Unscrambler X" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Yamen Alsalka" + } ], + "http://www.geneontology.org/formats/oboInOwl#created_by" : [ { + "@value" : "Yamen Alsalka" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@value" : "2023-06-06T10:03:05.027474Z" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Normalization [ifnano]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000641", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Estimation of unknown response values using a regression model." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "Unscrambler X" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Yamen Alsalka" + } ], + "http://www.geneontology.org/formats/oboInOwl#created_by" : [ { + "@value" : "Yamen Alsalka" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@value" : "2023-06-06T10:05:06.296372Z" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Prediction [ifnano]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000642", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Polybutadiene [butadiene rubber BR] is a synthetic rubber. Polybutadiene rubber is a polymer formed from the polymerization of the monomer 1,3-butadiene. Polybutadiene has a high resistance to wear and is used especially in the manufacture of tires." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "Wikipedia" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Yamen Alsalka" + } ], + "http://www.geneontology.org/formats/oboInOwl#created_by" : [ { + "@value" : "Yamen Alsalka" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@value" : "2023-06-06T10:51:28.399079Z" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Butadiene rubber BR [ifnano]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000179" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000643", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "An atom or group of atoms within a molecule that has similar chemical properties whenever it appears in various compounds. Even if other parts of the molecule are quite different, certain functional groups tend to react in certain ways." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@id" : "https://chem.libretexts.org/Courses/University_of_Kentucky/UK%3A_CHE_103_-_Chemistry_for_Allied_Health_(Soult)/Chapters/Chapter_4%3A_Structure_and_Function/4.4%3A_Functional_Groups#:~:text=A%20functional%20group%20is%20defined,to%20react%20in%20certain%20ways." + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Yamen Alsalka" + } ], + "http://www.geneontology.org/formats/oboInOwl#created_by" : [ { + "@value" : "Yamen Alsalka" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@value" : "2023-06-06T10:12:52.940172Z" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Functional group [ifnano]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000644", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Is a synthetic rubber, a copolymer of isobutylene with isoprene" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "Wikipedia" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Yamen Alsalka" + } ], + "http://www.geneontology.org/formats/oboInOwl#created_by" : [ { + "@value" : "Yamen Alsalka" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@value" : "2023-06-06T12:23:10.166673Z" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Butyl rubber BIIR [ifnano]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000179" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000645", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "EPDM rubber (ethylene propylene diene monomer rubber) is a type of synthetic rubber that is composed of ethylidene norbornene (ENB), dicyclopentadiene (DCPD), and vinyl norbornene (VNB)." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "Wikipedia" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Yamen Alsalka" + } ], + "http://www.geneontology.org/formats/oboInOwl#created_by" : [ { + "@value" : "Yamen Alsalka" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@value" : "2023-06-06T12:27:10.818157Z" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "EPDM rubber [ifnano]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000179" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000646", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A synthetic cis-1,4-polyisoprene, made by the industrial polymerisation of isoprene." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "Wikipedia" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Yamen Alsalka" + } ], + "http://www.geneontology.org/formats/oboInOwl#created_by" : [ { + "@value" : "Yamen Alsalka" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@value" : "2023-06-06T12:30:53.148584Z" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Polyisoprene IR [ifnano]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000179" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000647", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Known as nitrile butadiene rubber and acrylonitrile butadiene rubber, is a synthetic rubber derived from acrylonitrile (ACN) and butadiene." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "Wikipedia" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Yamen Alsalka" + } ], + "http://www.geneontology.org/formats/oboInOwl#created_by" : [ { + "@value" : "Yamen Alsalka" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@value" : "2023-06-06T12:33:41.882181Z" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Nitrile rubber NBR [ifnano]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000179" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000648", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "Is a family of fluorocarbon-based fluoroelastomer materials that contain vinylidene fluoride as a monomer." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "Wikipedia" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Yamen Alsalka" + } ], + "http://www.geneontology.org/formats/oboInOwl#created_by" : [ { + "@value" : "Yamen Alsalka" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@value" : "2023-06-06T12:36:21.319884Z" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Fluororubber FKM [ifnano]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000179" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000649", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Highly Saturated Nitrile. A Higher performance solid rubber material than NBR, achieved through adding Hydrogen Atoms to the Butadiene Segments." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@id" : "https://maclellanrubber.com/definitions/hnbr" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Yamen Alsalka" + } ], + "http://www.geneontology.org/formats/oboInOwl#created_by" : [ { + "@value" : "Yamen Alsalka" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@value" : "2023-06-06T12:40:53.184235Z" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Hydrogenated Nitrile rubber HNBR [ifnano]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000179" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000650", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "Families of synthetic rubbers derived from styrene and butadiene." + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@value" : "Wikipedia" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Yamen Alsalka" + } ], + "http://www.geneontology.org/formats/oboInOwl#created_by" : [ { + "@value" : "Yamen Alsalka" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@value" : "2023-06-06T12:43:20.265544Z" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Styrene-butadiene rubber SBR [ifnano]" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000179" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000651", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@value" : "uncurated" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@language" : "en", + "@value" : "A concentration quality inhering in a bearer by virtue of the bearer's containing acid (hydrogen ions)." + } ], + "http://purl.obolibrary.org/obo/IAO_0000118" : [ { + "@value" : "pH" + } ], + "http://purl.obolibrary.org/obo/IAO_0000119" : [ { + "@id" : "http://purl.obolibrary.org/obo/pato/releases/2022-08-31/pato.owl" + } ], + "http://purl.obolibrary.org/obo/IAO_0000412" : [ { + "@id" : "http://purl.obolibrary.org/obo/PATO_0001842" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "Lars M Vogt" + } ], + "http://purl.org/dc/elements/1.1/language" : [ { + "@value" : "English" + } ], + "http://purl.org/pav/lastUpdateOn" : [ { + "@value" : "01.09.2023" + } ], + "http://www.geneontology.org/formats/oboInOwl#creation_date" : [ { + "@value" : "2023-09-01T09:06:40.923633Z" + } ], + "http://www.geneontology.org/formats/oboInOwl#id" : [ { + "@value" : "PATO:0001842" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "PATO" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "de", + "@value" : "Säuregrad" + }, { + "@language" : "en", + "@value" : "acidity [pato]" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#ROi3BNAY7lNum6bqHYNnKv", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.obolibrary.org/obo/IAO_0000114" : [ { + "@id" : "http://purl.obolibrary.org/obo/IAO_0000120" + }, { + "@value" : "add one of the individual of \"curation status specification\"" + } ], + "http://purl.obolibrary.org/obo/IAO_0000115" : [ { + "@value" : "provide a human-readable definition of the type of entity the class refers to" + } ], + "http://purl.org/dc/elements/1.1/contributor" : [ { + "@value" : "GROUP: TIB" + }, { + "@value" : "PERSON: Lars Vogt" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "template class" + } ] +}, { + "@id" : "https://www.tib.eu/digitrubber#coarseClassification", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "https://www.tib.eu/digitrubber#refersToCompetenceQuestion", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "urn:swrl#A", + "@type" : [ "http://www.w3.org/2003/11/swrl#Variable" ] +}, { + "@id" : "urn:swrl#B", + "@type" : [ "http://www.w3.org/2003/11/swrl#Variable" ] +}, { + "@id" : "urn:swrl#C", + "@type" : [ "http://www.w3.org/2003/11/swrl#Variable" ] +}, { + "@id" : "urn:swrl#D", + "@type" : [ "http://www.w3.org/2003/11/swrl#Variable" ] +}, { + "@id" : "urn:swrl#a1", + "@type" : [ "http://www.w3.org/2003/11/swrl#Variable" ] +}, { + "@id" : "urn:swrl#a2", + "@type" : [ "http://www.w3.org/2003/11/swrl#Variable" ] +}, { + "@id" : "urn:swrl#d", + "@type" : [ "http://www.w3.org/2003/11/swrl#Variable" ] +}, { + "@id" : "urn:swrl#e", + "@type" : [ "http://www.w3.org/2003/11/swrl#Variable" ] +}, { + "@id" : "urn:swrl#eff", + "@type" : [ "http://www.w3.org/2003/11/swrl#Variable" ] +}, { + "@id" : "urn:swrl#g1", + "@type" : [ "http://www.w3.org/2003/11/swrl#Variable" ] +}, { + "@id" : "urn:swrl#g2", + "@type" : [ "http://www.w3.org/2003/11/swrl#Variable" ] +}, { + "@id" : "urn:swrl#in", + "@type" : [ "http://www.w3.org/2003/11/swrl#Variable" ] +}, { + "@id" : "urn:swrl#mf", + "@type" : [ "http://www.w3.org/2003/11/swrl#Variable" ] +}, { + "@id" : "urn:swrl#mf2", + "@type" : [ "http://www.w3.org/2003/11/swrl#Variable" ] +}, { + "@id" : "urn:swrl#x", + "@type" : [ "http://www.w3.org/2003/11/swrl#Variable" ] +}, { + "@id" : "urn:swrl#y", + "@type" : [ "http://www.w3.org/2003/11/swrl#Variable" ] +}, { + "@id" : "urn:swrl#z", + "@type" : [ "http://www.w3.org/2003/11/swrl#Variable" ] +}, { + "@id" : "urn:swrl:var#p", + "@type" : [ "http://www.w3.org/2003/11/swrl#Variable" ] +}, { + "@id" : "urn:swrl:var#q", + "@type" : [ "http://www.w3.org/2003/11/swrl#Variable" ] +}, { + "@id" : "urn:swrl:var#u", + "@type" : [ "http://www.w3.org/2003/11/swrl#Variable" ] +}, { + "@id" : "urn:swrl:var#x", + "@type" : [ "http://www.w3.org/2003/11/swrl#Variable" ] +}, { + "@id" : "urn:swrl:var#y", + "@type" : [ "http://www.w3.org/2003/11/swrl#Variable" ] +}, { + "@id" : "urn:swrl:var#z", + "@type" : [ "http://www.w3.org/2003/11/swrl#Variable" ] +} ] \ No newline at end of file diff --git a/ontology.nt b/ontology.nt new file mode 100644 index 0000000..9cdbc8a --- /dev/null +++ b/ontology.nt @@ -0,0 +1,16229 @@ + . + . + . + . + . + "TIB (2023): DigitRubber Ontology. An ontology demonstrating rich ontology for rubber extrusion. PURL: http://www.purl.org/OntoMeta/DigitRubberOntology."@en . + . + "2023-06-01T08:05:00"^^ . + "DigitRubber Ontology"@en . + . + . + "2023-09-26T10:19:00"^^ . + . + . + "DigitRubber Ontology"@en . + "active"@en . + . + "DRO" . + . + . + "DigitRubber ontology has been developed for rubber extrusion"@en . + . + . + "01:06:2023 08:05" . + . + "v2023-Sep-26" . + "A description of changes between last version and current version of the ontology."@en . + . + . + "DRO" . + . + "The DigitRubber ontology aplies OWL2 EL (cf. https://www.w3.org/TR/2012/REC-owl2-profiles-20121211/#OWL_2_EL)"@en . +# +# +# ################################################################# +# # +# # Annotation properties +# # +# ################################################################# +# +# +# http://omv.ontoware.org/2005/05/ontology#hasOntologySyntax + . +# +# http://purl.obolibrary.org/obo/BFO_0000179 + . +# +# http://purl.obolibrary.org/obo/BFO_0000180 + . +# +# http://purl.obolibrary.org/obo/IAO_0000111 + . +# +# http://purl.obolibrary.org/obo/IAO_0000112 + . + "example of usage"@en . + . + "A phrase describing how a term should be used and/or a citation to a work which uses it. May also include other kinds of examples that facilitate immediate understanding, such as widely know prototypes or instances of a class, or cases where a relation is said to hold."@en . + "PERSON:Daniel Schober"@en . + "GROUP:OBI:"@en . + . + "example of usage"@en . +# +# http://purl.obolibrary.org/obo/IAO_0000114 + . + "has curation status"@en . + "PERSON:Alan Ruttenberg"@en . + "PERSON:Bill Bug"@en . + "PERSON:Melanie Courtot"@en . + "has curation status"@en . +# +# http://purl.obolibrary.org/obo/IAO_0000115 + . + "definition"@en . + "definition" . + "textual definition" . + . + "The official OBI definition, explaining the meaning of a class or property. Shall be Aristotelian, formalized and normalized. Can be augmented with colloquial definitions."@en . + "The official definition, explaining the meaning of a class or property. Shall be Aristotelian, formalized and normalized. Can be augmented with colloquial definitions."@en . + "2012-04-05: \nBarry Smith\n\nThe official OBI definition, explaining the meaning of a class or property: 'Shall be Aristotelian, formalized and normalized. Can be augmented with colloquial definitions' is terrible.\n\nCan you fix to something like:\n\nA statement of necessary and sufficient conditions explaining the meaning of an expression referring to a class or property.\n\nAlan Ruttenberg\n\nYour proposed definition is a reasonable candidate, except that it is very common that necessary and sufficient conditions are not given. Mostly they are necessary, occasionally they are necessary and sufficient or just sufficient. Often they use terms that are not themselves defined and so they effectively can't be evaluated by those criteria. \n\nOn the specifics of the proposed definition:\n\nWe don't have definitions of 'meaning' or 'expression' or 'property'. For 'reference' in the intended sense I think we use the term 'denotation'. For 'expression', I think we you mean symbol, or identifier. For 'meaning' it differs for class and property. For class we want documentation that let's the intended reader determine whether an entity is instance of the class, or not. For property we want documentation that let's the intended reader determine, given a pair of potential relata, whether the assertion that the relation holds is true. The 'intended reader' part suggests that we also specify who, we expect, would be able to understand the definition, and also generalizes over human and computer reader to include textual and logical definition. \n\nPersonally, I am more comfortable weakening definition to documentation, with instructions as to what is desirable. \n\nWe also have the outstanding issue of how to aim different definitions to different audiences. A clinical audience reading chebi wants a different sort of definition documentation/definition from a chemistry trained audience, and similarly there is a need for a definition that is adequate for an ontologist to work with. "@en . + "PERSON:Daniel Schober"@en . + "GROUP:OBI:"@en . + . + "definition"@en . + "definition" . + "textual definition" . +# +# http://purl.obolibrary.org/obo/IAO_0000116 + . +# +# http://purl.obolibrary.org/obo/IAO_0000117 + . +# +# http://purl.obolibrary.org/obo/IAO_0000118 + . + "alternative term"@en . + . + "An alternative name for a class or property which means the same thing as the preferred name (semantically equivalent)"@en . + "PERSON:Daniel Schober"@en . + "GROUP:OBI:"@en . + . + "alternative term"@en . +# +# http://purl.obolibrary.org/obo/IAO_0000119 + . + "definition source"@en . + . + "Formal citation, e.g. identifier in external database to indicate / attribute source(s) for the definition. Free text indicate / attribute source(s) for the definition. EXAMPLE: Author Name, URI, MeSH Term C04, PUBMED ID, Wiki uri on 31.01.2007"@en . + "PERSON:Daniel Schober"@en . + "Discussion on obo-discuss mailing-list, see http://bit.ly/hgm99w"@en . + "GROUP:OBI:"@en . + . + "definition source"@en . +# +# http://purl.obolibrary.org/obo/IAO_0000232 + . +# +# http://purl.obolibrary.org/obo/IAO_0000233 + . +# +# http://purl.obolibrary.org/obo/IAO_0000234 + . +# +# http://purl.obolibrary.org/obo/IAO_0000412 + . + "imported from"@en . + . + "For external terms/classes, the ontology from which the term was imported"@en . + "PERSON:Alan Ruttenberg"@en . + "PERSON:Melanie Courtot"@en . + "GROUP:OBI:"@en . + . + "imported from"@en . +# +# http://purl.obolibrary.org/obo/IAO_0000424 + . +# +# http://purl.obolibrary.org/obo/IAO_0000589 + . +# +# http://purl.obolibrary.org/obo/IAO_0000600 + . +# +# http://purl.obolibrary.org/obo/IAO_0000601 + . +# +# http://purl.obolibrary.org/obo/IAO_0000602 + . +# +# http://purl.obolibrary.org/obo/IAO_0000700 + . +# +# http://purl.obolibrary.org/obo/IAO_0010000 + . +# +# http://purl.obolibrary.org/obo/OBI_0001847 + . + "ISA alternative term"@en . + . + "An alternative term used by the ISA tools project (http://isa-tools.org)." . + "Requested by Alejandra Gonzalez-Beltran\nhttps://sourceforge.net/tracker/?func=detail&aid=3603413&group_id=177891&atid=886178" . + "Person: Alejandra Gonzalez-Beltran" . + "Person: Philippe Rocca-Serra" . + "ISA tools project (http://isa-tools.org)" . + "ISA alternative term"@en . +# +# http://purl.obolibrary.org/obo/OBI_9991118 + . + "IEDB alternative term" . + . + "An alternative term used by the IEDB." . + "PERSON:Randi Vita, Jason Greenbaum, Bjoern Peters" . + "IEDB" . + "IEDB alternative term" . +# +# http://purl.obolibrary.org/obo/RO_0001900 + . + "An assertion that holds between an OWL Object Property and a temporal interpretation that elucidates how OWL Class Axioms that use this property are to be interpreted in a temporal context." . + "temporal interpretation" . + . +# +# http://purl.obolibrary.org/obo/RO_0002259 + . + . +# +# http://purl.obolibrary.org/obo/RO_0002423 + . + "logical macro assertion on an annotation property"@en . +# +# http://purl.obolibrary.org/obo/RO_0002575 + . + "relation p is the direct form of relation q iff p is a subPropertyOf q, p does not have the Transitive characteristic, q does have the Transitive characteristic, and for all x, y: x q y -> exists z1, z2, ..., zn such that x p z1 ... z2n y" . + "The general property hierarchy is:\n\n \"directly P\" SubPropertyOf \"P\"\n Transitive(P)\n\nWhere we have an annotation assertion\n\n \"directly P\" \"is direct form of\" \"P\"" . + "If we have the annotation P is-direct-form-of Q, and we have inverses P' and Q', then it follows that P' is-direct-form-of Q'" . + . + "is direct form of" . + . +# +# http://purl.obolibrary.org/obo/RO_0002579 + . +# +# http://purl.obolibrary.org/obo/RO_0002582 + . + "If R <- P o Q is a defining property chain axiom, then (1) R -> P o Q holds and (2) Q is either reflexive or locally reflexive. A corollary of this is that P SubPropertyOf R." . + "is a defining property chain axiom where second argument is reflexive" . +# +# http://purl.obolibrary.org/obo/RO_0004049 + . + . + "2018-03-14T00:03:16Z"^^ . + "is positive form of" . +# +# http://purl.obolibrary.org/obo/RO_0004050 + . + . + "2018-03-14T00:03:24Z"^^ . + "is negative form of" . +# +# http://purl.obolibrary.org/obo/valid_for_go_annotation_extension + . + . +# +# http://purl.obolibrary.org/obo/valid_for_go_gp2term + . + . +# +# http://purl.obolibrary.org/obo/valid_for_go_ontology + . + . +# +# http://purl.obolibrary.org/obo/valid_for_gocam + . + . +# +# http://purl.obolibrary.org/obo/chebi#IUPAC_NAME + . + . +# +# http://purl.obolibrary.org/obo/chebi#1_STAR + . + . +# +# http://purl.obolibrary.org/obo/chebi#2_STAR + . + . +# +# http://purl.obolibrary.org/obo/chebi#3_STAR + . + . +# +# http://purl.obolibrary.org/obo/chebi/charge + . +# +# http://purl.obolibrary.org/obo/chebi/formula + . +# +# http://purl.obolibrary.org/obo/chebi/inchi + . +# +# http://purl.obolibrary.org/obo/chebi/inchikey + . +# +# http://purl.obolibrary.org/obo/chebi/mass + . +# +# http://purl.obolibrary.org/obo/chebi/monoisotopicmass + . +# +# http://purl.obolibrary.org/obo/chebi/smiles + . +# +# http://purl.obolibrary.org/obo/ro/subsets#ro-eco + . + . +# +# http://purl.org/dc/elements/1.1/contributor + . + "Examples of a Contributor include a person, an \n organisation, or a service. Typically, the name of a \n Contributor should be used to indicate the entity."@en-us . + "An entity responsible for making contributions to the\n content of the resource."@en-us . + . +# +# http://purl.org/dc/elements/1.1/creator + . +# +# http://purl.org/dc/elements/1.1/date + . +# +# http://purl.org/dc/elements/1.1/description + . +# +# http://purl.org/dc/elements/1.1/language + . + "Recommended best practice is to use RFC 3066 [RFC3066],\n which, in conjunction with ISO 639 [ISO639], defines two-\n and three-letter primary language tags with optional\n subtags. Examples include \"en\" or \"eng\" for English,\n \"akk\" for Akkadian, and \"en-GB\" for English used in the\n United Kingdom."@en-us . + "A language of the intellectual content of the resource."@en-us . + . + "Language"@en-us . + "Language" . +# +# http://purl.org/dc/elements/1.1/source + . +# +# http://purl.org/dc/terms/bibliographicCitation + . +# +# http://purl.org/dc/terms/contributor + . +# +# http://purl.org/dc/terms/created + . +# +# http://purl.org/dc/terms/creator + . +# +# http://purl.org/dc/terms/description + . +# +# http://purl.org/dc/terms/format + . +# +# http://purl.org/dc/terms/identifier + . +# +# http://purl.org/dc/terms/license + . +# +# http://purl.org/dc/terms/modified + . +# +# http://purl.org/dc/terms/references + . +# +# http://purl.org/dc/terms/source + . +# +# http://purl.org/dc/terms/subject + . +# +# http://purl.org/dc/terms/title + . +# +# http://purl.org/ontology/bibo/status + . +# +# http://purl.org/pav/derivedFrom + . +# +# http://purl.org/pav/lastUpdateOn + . +# +# http://purl.org/vocab/vann/preferredNamespacePrefix + . +# +# http://schema.org/funder + . +# +# http://schema.org/inLanguage + . +# +# http://swrl.stanford.edu/ontologies/3.3/swrla.owl#isRuleEnabled + . +# +# http://usefulinc.com/ns/doap#audience + . +# +# http://usefulinc.com/ns/doap#bug-database + . +# +# http://usefulinc.com/ns/doap#repository + . +# +# http://www.geneontology.org/formats/oboInOwl#SubsetProperty + . +# +# http://www.geneontology.org/formats/oboInOwl#SynonymTypeProperty + . +# +# http://www.geneontology.org/formats/oboInOwl#created_by + . +# +# http://www.geneontology.org/formats/oboInOwl#creation_date + . +# +# http://www.geneontology.org/formats/oboInOwl#date + . +# +# http://www.geneontology.org/formats/oboInOwl#hasAlternativeId + . + "has_alternative_id" . +# +# http://www.geneontology.org/formats/oboInOwl#hasDbXref + . +# +# http://www.geneontology.org/formats/oboInOwl#hasExactSynonym + . + "has_exact_synonym" . +# +# http://www.geneontology.org/formats/oboInOwl#hasOBONamespace + . + "has_obo_namespace" . +# +# http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym + . + "has_related_synonym" . +# +# http://www.geneontology.org/formats/oboInOwl#hasSynonymType + . +# +# http://www.geneontology.org/formats/oboInOwl#id + . +# +# http://www.geneontology.org/formats/oboInOwl#inSubset + . + "in_subset" . +# +# http://www.geneontology.org/formats/oboInOwl#source + . +# +# http://www.loc.gov/premis/rdf/v3/documentation + . +# +# http://www.w3.org/2000/01/rdf-schema#comment + . +# +# http://www.w3.org/2000/01/rdf-schema#label + . +# +# http://www.w3.org/2004/02/skos/core#closeMatch + . +# +# http://www.w3.org/ns/adms#versionNotes + . +# +# http://www.w3.org/ns/dcat#distribution + . +# +# https://vocab.org/vann/example + . +# +# https://w3id.org/mod#acronym + . +# +# https://w3id.org/mod#competencyQuestion + . +# +# https://w3id.org/mod#hasFormalityLevel + . +# +# https://www.tib.eu/digitrubber#coarseClassification + . +# +# https://www.tib.eu/digitrubber#refersToCompetenceQuestion + . +# +# +# +# ################################################################# +# # +# # Datatypes +# # +# ################################################################# +# +# +# http://www.w3.org/2001/XMLSchema#Date + . +# +# http://www.w3.org/2001/XMLSchema#date + . +# +# +# +# ################################################################# +# # +# # Object Properties +# # +# ################################################################# +# +# +# http://purl.obolibrary.org/obo/BFO_0000050 + . + . + . + . + "is part of"@en . + "my brain is part of my body (continuant parthood, two material entities)"@en . + "my stomach cavity is part of my stomach (continuant parthood, immaterial entity is part of material entity)"@en . + "this day is part of this year (occurrent parthood)"@en . + "a core relation that holds between a part and its whole"@en . + "Everything is part of itself. Any part of any part of a thing is itself part of that thing. Two distinct things cannot be part of each other."@en . + "Occurrents are not subject to change and so parthood between occurrents holds for all the times that the part exists. Many continuants are subject to change, so parthood between continuants will only hold at certain times, but this is difficult to specify in OWL. See http://purl.obolibrary.org/obo/ro/docs/temporal-semantics/"@en . + "Occurrents are not subject to change and so parthood between occurrents holds for all the times that the part exists. Many continuants are subject to change, so parthood between continuants will only hold at certain times, but this is difficult to specify in OWL. See https://code.google.com/p/obo-relations/wiki/ROAndTime"@en . + "Parthood requires the part and the whole to have compatible classes: only an occurrent can be part of an occurrent; only a process can be part of a process; only a continuant can be part of a continuant; only an independent continuant can be part of an independent continuant; only an immaterial entity can be part of an immaterial entity; only a specifically dependent continuant can be part of a specifically dependent continuant; only a generically dependent continuant can be part of a generically dependent continuant. (This list is not exhaustive.)\n\nA continuant cannot be part of an occurrent: use 'participates in'. An occurrent cannot be part of a continuant: use 'has participant'. A material entity cannot be part of an immaterial entity: use 'has location'. A specifically dependent continuant cannot be part of an independent continuant: use 'inheres in'. An independent continuant cannot be part of a specifically dependent continuant: use 'bearer of'."@en . + "part_of"@en . + . + . + . + . + . + "part of"@en . + . + . + "http://www.obofoundry.org/ro/#OBO_REL:part_of" . +# +# http://purl.obolibrary.org/obo/BFO_0000051 + . + . + . + "has part"@en . + "my body has part my brain (continuant parthood, two material entities)"@en . + "my stomach has part my stomach cavity (continuant parthood, material entity has part immaterial entity)"@en . + "this year has part this day (occurrent parthood)"@en . + "a core relation that holds between a whole and its part"@en . + "Everything has itself as a part. Any part of any part of a thing is itself part of that thing. Two distinct things cannot have each other as a part."@en . + "Occurrents are not subject to change and so parthood between occurrents holds for all the times that the part exists. Many continuants are subject to change, so parthood between continuants will only hold at certain times, but this is difficult to specify in OWL. See http://purl.obolibrary.org/obo/ro/docs/temporal-semantics/"@en . + "Occurrents are not subject to change and so parthood between occurrents holds for all the times that the part exists. Many continuants are subject to change, so parthood between continuants will only hold at certain times, but this is difficult to specify in OWL. See https://code.google.com/p/obo-relations/wiki/ROAndTime"@en . + "Parthood requires the part and the whole to have compatible classes: only an occurrent have an occurrent as part; only a process can have a process as part; only a continuant can have a continuant as part; only an independent continuant can have an independent continuant as part; only a specifically dependent continuant can have a specifically dependent continuant as part; only a generically dependent continuant can have a generically dependent continuant as part. (This list is not exhaustive.)\n\nA continuant cannot have an occurrent as part: use 'participates in'. An occurrent cannot have a continuant as part: use 'has participant'. An immaterial entity cannot have a material entity as part: use 'location of'. An independent continuant cannot have a specifically dependent continuant as part: use 'bearer of'. A specifically dependent continuant cannot have an independent continuant as part: use 'inheres in'."@en . + "has_part"@en . + . + . + . + . + "has part"@en . +# +# http://purl.obolibrary.org/obo/BFO_0000054 + . + . + "realized in"@en . + "this disease is realized in this disease course"@en . + "this fragility is realized in this shattering"@en . + "this investigator role is realized in this investigation"@en . + "is realized by"@en . + "realized_in"@en . + "[copied from inverse property 'realizes'] to say that b realizes c at t is to assert that there is some material entity d & b is a process which has participant d at t & c is a disposition or role of which d is bearer_of at t& the type instantiated by b is correlated with the type instantiated by c. (axiom label in BFO2 Reference: [059-003])"@en . + "Paraphrase of elucidation: a relation between a realizable entity and a process, where there is some material entity that is bearer of the realizable entity and participates in the process, and the realizable entity comes to be realized in the course of the process" . + . + "realized in"@en . +# +# http://purl.obolibrary.org/obo/BFO_0000055 + . + "realizes"@en . + "this disease course realizes this disease"@en . + "this investigation realizes this investigator role"@en . + "this shattering realizes this fragility"@en . + "to say that b realizes c at t is to assert that there is some material entity d & b is a process which has participant d at t & c is a disposition or role of which d is bearer_of at t& the type instantiated by b is correlated with the type instantiated by c. (axiom label in BFO2 Reference: [059-003])"@en . + "Paraphrase of elucidation: a relation between a process and a realizable entity, where there is some material entity that is bearer of the realizable entity and participates in the process, and the realizable entity comes to be realized in the course of the process" . + . + "realizes"@en . +# +# http://purl.obolibrary.org/obo/BFO_0000062 + . + . + . + . + _:genid2 . +_:genid2 _:genid1 . +_:genid1 . +_:genid1 . +_:genid1 . +_:genid2 . +_:genid2 . + "preceded by"@en . + "x is preceded by y if and only if the time point at which y ends is before or equivalent to the time point at which x starts. Formally: x preceded by y iff ω(y) <= α(x), where α is a function that maps a process to a start point, and ω is a function that maps a process to an end point."@en . + "An example is: translation preceded_by transcription; aging preceded_by development (not however death preceded_by aging). Where derives_from links classes of continuants, preceded_by links classes of processes. Clearly, however, these two relations are not independent of each other. Thus if cells of type C1 derive_from cells of type C, then any cell division involving an instance of C1 in a given lineage is preceded_by cellular processes involving an instance of C. The assertion P preceded_by P1 tells us something about Ps in general: that is, it tells us something about what happened earlier, given what we know about what happened later. Thus it does not provide information pointing in the opposite direction, concerning instances of P1 in general; that is, that each is such as to be succeeded by some instance of P. Note that an assertion to the effect that P preceded_by P1 is rather weak; it tells us little about the relations between the underlying instances in virtue of which the preceded_by relation obtains. Typically we will be interested in stronger relations, for example in the relation immediately_preceded_by, or in relations which combine preceded_by with a condition to the effect that the corresponding instances of P and P1 share participants, or that their participants are connected by relations of derivation, or (as a first step along the road to a treatment of causality) that the one process in some way affects (for example, initiates or regulates) the other."@en . + "is preceded by"@en . + "preceded_by"@en . + "http://www.obofoundry.org/ro/#OBO_REL:preceded_by" . + . + "preceded by"@en . +# +# http://purl.obolibrary.org/obo/BFO_0000063 + . + . + . + _:genid4 . +_:genid4 _:genid3 . +_:genid3 . +_:genid3 . +_:genid3 . +_:genid4 . +_:genid4 . + "precedes"@en . + "x precedes y if and only if the time point at which x ends is before or equivalent to the time point at which y starts. Formally: x precedes y iff ω(x) <= α(y), where α is a function that maps a process to a start point, and ω is a function that maps a process to an end point."@en . + . + "precedes"@en . +# +# http://purl.obolibrary.org/obo/IAO_0000136 + . + "This document is about information artifacts and their representations"@en . + . + "A (currently) primitive relation that relates an information artifact to an entity."@en . + "7/6/2009 Alan Ruttenberg. Following discussion with Jonathan Rees, and introduction of \"mentions\" relation. Weaken the is_about relationship to be primitive. \n\nWe will try to build it back up by elaborating the various subproperties that are more precisely defined.\n\nSome currently missing phenomena that should be considered \"about\" are predications - \"The only person who knows the answer is sitting beside me\" , Allegory, Satire, and other literary forms that can be topical without explicitly mentioning the topic."@en . + "person:Alan Ruttenberg"@en . + "Smith, Ceusters, Ruttenberg, 2000 years of philosophy"@en . + "is about"@en . +# +# http://purl.obolibrary.org/obo/OBI_0000293 + . + _:genid5 . +_:genid5 . + . + . + . + "has_specified_input"@en . + "has_specified_input" . + "see is_input_of example_of_usage"@en . + . + "The inverse property of is_specified_input_of"@en . + "8/17/09: specified inputs of one process are not necessarily specified inputs of a larger process that it is part of. This is in contrast to how 'has participant' works." . + "PERSON: Alan Ruttenberg"@en . + "PERSON: Bjoern Peters" . + "PERSON: Larry Hunter" . + "PERSON: Melanie Coutot" . + . + "has_specified_input"@en . +# +# http://purl.obolibrary.org/obo/OBI_0000295 + . + . + . + "is_specified_input_of" . + "some Autologous EBV(Epstein-Barr virus)-transformed B-LCL (B lymphocyte cell line) is_input_for instance of Chromum Release Assay described at https://wiki.cbil.upenn.edu/obiwiki/index.php/Chromium_Release_assay"@en . + . + "A relation between a planned process and a continuant participating in that process that is not created during the process. The presence of the continuant during the process is explicitly specified in the plan specification which the process realizes the concretization of."@en . + "Alan Ruttenberg"@en . + "PERSON:Bjoern Peters" . + "is_specified_input_of"@en . +# +# http://purl.obolibrary.org/obo/OBI_0000299 + . + _:genid6 . +_:genid6 . + . + . + . + "has_specified_output"@en . + "has_specified_output" . + . + "The inverse property of is_specified_output_of"@en . + "PERSON: Alan Ruttenberg"@en . + "PERSON: Bjoern Peters" . + "PERSON: Larry Hunter" . + "PERSON: Melanie Courtot" . + . + "has_specified_output"@en . +# +# http://purl.obolibrary.org/obo/OBI_0000312 + . + . + . + "is_specified_output_of"@en . + "is_specified_output_of" . + . + "A relation between a planned process and a continuant participating in that process. The presence of the continuant at the end of the process is explicitly specified in the objective specification which the process realizes the concretization of."@en . + "Alan Ruttenberg"@en . + "PERSON:Bjoern Peters" . + . + "is_specified_output_of"@en . +# +# http://purl.obolibrary.org/obo/OBI_0000417 + . + . + . + "achieves_planned_objective" . + "A cell sorting process achieves the objective specification 'material separation objective'" . + . + "This relation obtains between a planned process and a objective specification when the criteria specified in the objective specification are met at the end of the planned process." . + "BP, AR, PPPB branch" . + "PPPB branch derived" . + "modified according to email thread from 1/23/09 in accordince with DT and PPPB branch" . + "achieves_planned_objective" . +# +# http://purl.obolibrary.org/obo/OBI_0000833 + . + . + "objective_achieved_by" . + . + "This relation obtains between an objective specification and a planned process when the criteria specified in the objective specification are met at the end of the planned process." . + "OBI" . + "OBI" . + "objective_achieved_by" . +# +# http://purl.obolibrary.org/obo/OBI_0001938 + . + . + . + "has value specification" . + . + "A relation between an information content entity and a value specification that specifies its value." . + "PERSON: James A. Overton" . + "OBI" . + "has value specification" . +# +# http://purl.obolibrary.org/obo/RO_0000052 + . + . + . + "inheres in"@en . + "this fragility inheres in this vase"@en . + "this fragility is a characteristic of this vase"@en . + "this red color inheres in this apple"@en . + "this red color is a characteristic of this apple"@en . + "a relation between a specifically dependent continuant (the characteristic) and any other entity (the bearer), in which the characteristic depends on the bearer for its existence."@en . + "a relation between a specifically dependent continuant (the dependent) and an independent continuant (the bearer), in which the dependent specifically depends on the bearer for its existence"@en . + "A dependent inheres in its bearer at all times for which the dependent exists."@en . + "inheres_in"@en . + . + "Note that this relation was previously called \"inheres in\", but was changed to be called \"characteristic of\" because BFO2 uses \"inheres in\" in a more restricted fashion. This relation differs from BFO2:inheres_in in two respects: (1) it does not impose a range constraint, and thus it allows qualities of processes, as well as of information entities, whereas BFO2 restricts inheres_in to only apply to independent continuants (2) it is declared functional, i.e. something can only be a characteristic of one thing." . + "characteristic of"@en . + "inheres in"@en . +# +# http://purl.obolibrary.org/obo/RO_0000053 + . + . + "bearer of"@en . + "this apple is bearer of this red color"@en . + "this vase is bearer of this fragility"@en . + "Inverse of characteristic_of"@en . + "a relation between an independent continuant (the bearer) and a specifically dependent continuant (the dependent), in which the dependent specifically depends on the bearer for its existence"@en . + "A bearer can have many dependents, and its dependents can exist for different periods of time, but none of its dependents can exist when the bearer does not exist."@en . + "bearer_of"@en . + "is bearer of"@en . + . + "bearer of"@en . + "has characteristic"@en . +# +# http://purl.obolibrary.org/obo/RO_0000056 + . + . + "participates in"@en . + "this blood clot participates in this blood coagulation"@en . + "this input material (or this output material) participates in this process"@en . + "this investigator participates in this investigation"@en . + "a relation between a continuant and a process, in which the continuant is somehow involved in the process"@en . + "participates_in"@en . + "participates in"@en . +# +# http://purl.obolibrary.org/obo/RO_0000057 + . + _:genid8 . +_:genid8 _:genid7 . +_:genid7 . +_:genid7 . +_:genid7 . +_:genid8 . +_:genid8 . + "has participant"@en . + "this blood coagulation has participant this blood clot"@en . + "this investigation has participant this investigator"@en . + "this process has participant this input material (or this output material)"@en . + "a relation between a process and a continuant, in which the continuant is somehow involved in the process"@en . + "Has_participant is a primitive instance-level relation between a process, a continuant, and a time at which the continuant participates in some way in the process. The relation obtains, for example, when this particular process of oxygen exchange across this particular alveolar membrane has_participant this particular sample of hemoglobin at this particular time."@en . + "has_participant"@en . + "http://www.obofoundry.org/ro/#OBO_REL:has_participant" . + "has participant"@en . +# +# http://purl.obolibrary.org/obo/RO_0000058 + . + . + "A journal article is an information artifact that inheres in some number of printed journals. For each copy of the printed journal there is some quality that carries the journal article, such as a pattern of ink. The journal article (a generically dependent continuant) is concretized as the quality (a specifically dependent continuant), and both depend on that copy of the printed journal (an independent continuant)."@en . + "An investigator reads a protocol and forms a plan to carry out an assay. The plan is a realizable entity (a specifically dependent continuant) that concretizes the protocol (a generically dependent continuant), and both depend on the investigator (an independent continuant). The plan is then realized by the assay (a process)."@en . + "A relationship between a generically dependent continuant and a specifically dependent continuant, in which the generically dependent continuant depends on some independent continuant in virtue of the fact that the specifically dependent continuant also depends on that same independent continuant. A generically dependent continuant may be concretized as multiple specifically dependent continuants."@en . + "is concretized as"@en . +# +# http://purl.obolibrary.org/obo/RO_0000059 + . + "A journal article is an information artifact that inheres in some number of printed journals. For each copy of the printed journal there is some quality that carries the journal article, such as a pattern of ink. The quality (a specifically dependent continuant) concretizes the journal article (a generically dependent continuant), and both depend on that copy of the printed journal (an independent continuant)."@en . + "An investigator reads a protocol and forms a plan to carry out an assay. The plan is a realizable entity (a specifically dependent continuant) that concretizes the protocol (a generically dependent continuant), and both depend on the investigator (an independent continuant). The plan is then realized by the assay (a process)."@en . + "A relationship between a specifically dependent continuant and a generically dependent continuant, in which the generically dependent continuant depends on some independent continuant in virtue of the fact that the specifically dependent continuant also depends on that same independent continuant. Multiple specifically dependent continuants can concretize the same generically dependent continuant."@en . + "concretizes"@en . +# +# http://purl.obolibrary.org/obo/RO_0000079 + . + . + . + . + "this catalysis function is a function of this enzyme"@en . + "a relation between a function and an independent continuant (the bearer), in which the function specifically depends on the bearer for its existence"@en . + "A function inheres in its bearer at all times for which the function exists, however the function need not be realized at all the times that the function exists."@en . + "function_of"@en . + "is function of"@en . + "This relation is modeled after the BFO relation of the same name which was in BFO2, but is used in a more restricted sense - specifically, we model this relation as functional (inherited from characteristic-of). Note that this relation is now removed from BFO2020." . + "function of"@en . +# +# http://purl.obolibrary.org/obo/RO_0000080 + . + . + . + "this red color is a quality of this apple"@en . + "a relation between a quality and an independent continuant (the bearer), in which the quality specifically depends on the bearer for its existence"@en . + "A quality inheres in its bearer at all times for which the quality exists."@en . + "is quality of"@en . + "quality_of"@en . + "This relation is modeled after the BFO relation of the same name which was in BFO2, but is used in a more restricted sense - specifically, we model this relation as functional (inherited from characteristic-of). Note that this relation is now removed from BFO2020." . + "quality of"@en . +# +# http://purl.obolibrary.org/obo/RO_0000081 + . + . + . + "this investigator role is a role of this person"@en . + "a relation between a role and an independent continuant (the bearer), in which the role specifically depends on the bearer for its existence"@en . + "A role inheres in its bearer at all times for which the role exists, however the role need not be realized at all the times that the role exists."@en . + "is role of"@en . + "role_of"@en . + "This relation is modeled after the BFO relation of the same name which was in BFO2, but is used in a more restricted sense - specifically, we model this relation as functional (inherited from characteristic-of). Note that this relation is now removed from BFO2020." . + "role of"@en . +# +# http://purl.obolibrary.org/obo/RO_0000085 + . + . + . + "this enzyme has function this catalysis function (more colloquially: this enzyme has this catalysis function)"@en . + "a relation between an independent continuant (the bearer) and a function, in which the function specifically depends on the bearer for its existence"@en . + "A bearer can have many functions, and its functions can exist for different periods of time, but none of its functions can exist when the bearer does not exist. A function need not be realized at all the times that the function exists."@en . + "has_function"@en . + "has function"@en . +# +# http://purl.obolibrary.org/obo/RO_0000086 + . + . + "this apple has quality this red color"@en . + "a relation between an independent continuant (the bearer) and a quality, in which the quality specifically depends on the bearer for its existence"@en . + "A bearer can have many qualities, and its qualities can exist for different periods of time, but none of its qualities can exist when the bearer does not exist."@en . + "has_quality"@en . + "has quality"@en . +# +# http://purl.obolibrary.org/obo/RO_0000087 + . + . + . + "this person has role this investigator role (more colloquially: this person has this role of investigator)"@en . + "a relation between an independent continuant (the bearer) and a role, in which the role specifically depends on the bearer for its existence"@en . + "A bearer can have many roles, and its roles can exist for different periods of time, but none of its roles can exist when the bearer does not exist. A role need not be realized at all the times that the role exists."@en . + "has_role"@en . + "has role"@en . +# +# http://purl.obolibrary.org/obo/RO_0000091 + . + . + . + . + "a relation between an independent continuant (the bearer) and a disposition, in which the disposition specifically depends on the bearer for its existence"@en . + "has disposition"@en . +# +# http://purl.obolibrary.org/obo/RO_0000092 + . + . + "inverse of has disposition" . + . + "This relation is modeled after the BFO relation of the same name which was in BFO2, but is used in a more restricted sense - specifically, we model this relation as functional (inherited from characteristic-of). Note that this relation is now removed from BFO2020." . + "disposition of"@en . +# +# http://purl.obolibrary.org/obo/RO_0002013 + . + . + . + "A 'has regulatory component activity' B if A and B are GO molecular functions (GO_0003674), A has_component B and A is regulated by B." . + "dos" . + "2017-05-24T09:30:46Z"^^ . + "has regulatory component activity" . +# +# http://purl.obolibrary.org/obo/RO_0002014 + . + . + . + "A relationship that holds between a GO molecular function and a component of that molecular function that negatively regulates the activity of the whole. More formally, A 'has regulatory component activity' B iff :A and B are GO molecular functions (GO_0003674), A has_component B and A is negatively regulated by B." . + "dos" . + "2017-05-24T09:31:01Z"^^ . + "By convention GO molecular functions are classified by their effector function. Internal regulatory functions are treated as components. For example, NMDA glutmate receptor activity is a cation channel activity with positive regulatory component 'glutamate binding' and negative regulatory components including 'zinc binding' and 'magnesium binding'." . + "has negative regulatory component activity" . +# +# http://purl.obolibrary.org/obo/RO_0002015 + . + . + . + "A relationship that holds between a GO molecular function and a component of that molecular function that positively regulates the activity of the whole. More formally, A 'has regulatory component activity' B iff :A and B are GO molecular functions (GO_0003674), A has_component B and A is positively regulated by B." . + "dos" . + "2017-05-24T09:31:17Z"^^ . + "By convention GO molecular functions are classified by their effector function and internal regulatory functions are treated as components. So, for example calmodulin has a protein binding activity that has positive regulatory component activity calcium binding activity. Receptor tyrosine kinase activity is a tyrosine kinase activity that has positive regulatory component 'ligand binding'." . + "has positive regulatory component activity" . +# +# http://purl.obolibrary.org/obo/RO_0002017 + . + . + "dos" . + "2017-05-24T09:44:33Z"^^ . + "A 'has component activity' B if A is A and B are molecular functions (GO_0003674) and A has_component B." . + "has component activity" . +# +# http://purl.obolibrary.org/obo/RO_0002018 + . + . + "w 'has process component' p if p and w are processes, w 'has part' p and w is such that it can be directly disassembled into into n parts p, p2, p3, ..., pn, where these parts are of similar type." . + "dos" . + "2017-05-24T09:49:21Z"^^ . + "has component process" . +# +# http://purl.obolibrary.org/obo/RO_0002022 + . + . + . + "dos" . + "2017-09-17T13:52:24Z"^^ . + "Process(P2) is directly regulated by process(P1) iff: P1 regulates P2 via direct physical interaction between an agent executing P1 (or some part of P1) and an agent executing P2 (or some part of P2). For example, if protein A has protein binding activity(P1) that targets protein B and this binding regulates the kinase activity (P2) of protein B then P1 directly regulates P2." . + "directly regulated by" . +_:genid9 . +_:genid9 . +_:genid9 . +_:genid9 "Process(P2) is directly regulated by process(P1) iff: P1 regulates P2 via direct physical interaction between an agent executing P1 (or some part of P1) and an agent executing P2 (or some part of P2). For example, if protein A has protein binding activity(P1) that targets protein B and this binding regulates the kinase activity (P2) of protein B then P1 directly regulates P2." . +_:genid9 "GOC:dos" . +# +# http://purl.obolibrary.org/obo/RO_0002023 + . + . + . + "Process(P2) is directly negatively regulated by process(P1) iff: P1 negatively regulates P2 via direct physical interaction between an agent executing P1 (or some part of P1) and an agent executing P2 (or some part of P2). For example, if protein A has protein binding activity(P1) that targets protein B and this binding negatively regulates the kinase activity (P2) of protein B then P2 directly negatively regulated by P1." . + "dos" . + "2017-09-17T13:52:38Z"^^ . + "directly negatively regulated by" . +_:genid10 . +_:genid10 . +_:genid10 . +_:genid10 "Process(P2) is directly negatively regulated by process(P1) iff: P1 negatively regulates P2 via direct physical interaction between an agent executing P1 (or some part of P1) and an agent executing P2 (or some part of P2). For example, if protein A has protein binding activity(P1) that targets protein B and this binding negatively regulates the kinase activity (P2) of protein B then P2 directly negatively regulated by P1." . +_:genid10 "GOC:dos" . +# +# http://purl.obolibrary.org/obo/RO_0002024 + . + . + . + "Process(P2) is directly postively regulated by process(P1) iff: P1 positively regulates P2 via direct physical interaction between an agent executing P1 (or some part of P1) and an agent executing P2 (or some part of P2). For example, if protein A has protein binding activity(P1) that targets protein B and this binding positively regulates the kinase activity (P2) of protein B then P2 is directly postively regulated by P1." . + "dos" . + "2017-09-17T13:52:47Z"^^ . + "directly positively regulated by" . +_:genid11 . +_:genid11 . +_:genid11 . +_:genid11 "Process(P2) is directly postively regulated by process(P1) iff: P1 positively regulates P2 via direct physical interaction between an agent executing P1 (or some part of P1) and an agent executing P2 (or some part of P2). For example, if protein A has protein binding activity(P1) that targets protein B and this binding positively regulates the kinase activity (P2) of protein B then P2 is directly postively regulated by P1." . +_:genid11 "GOC:dos" . +# +# http://purl.obolibrary.org/obo/RO_0002025 + . + . + . + "A 'has effector activity' B if A and B are GO molecular functions (GO_0003674), A 'has component activity' B and B is the effector (output function) of B. Each compound function has only one effector activity." . + "dos" . + "2017-09-22T14:14:36Z"^^ . + "This relation is designed for constructing compound molecular functions, typically in combination with one or more regulatory component activity relations." . + "has effector activity" . +_:genid12 . +_:genid12 . +_:genid12 . +_:genid12 "A 'has effector activity' B if A and B are GO molecular functions (GO_0003674), A 'has component activity' B and B is the effector (output function) of B. Each compound function has only one effector activity." . +_:genid12 "GOC:dos" . +# +# http://purl.obolibrary.org/obo/RO_0002086 + . + . + . + "David Osumi-Sutherland" . + . + "X ends_after Y iff: end(Y) before_or_simultaneous_with end(X)"@en . + "ends after"@en . +# +# http://purl.obolibrary.org/obo/RO_0002087 + . + . + . + "David Osumi-Sutherland" . + "starts_at_end_of" . + "X immediately_preceded_by Y iff: end(X) simultaneous_with start(Y)"@en . + "immediately preceded by"@en . +# +# http://purl.obolibrary.org/obo/RO_0002090 + . + . + . + "David Osumi-Sutherland" . + "ends_at_start_of" . + "meets" . + . + . + "X immediately_precedes_Y iff: end(X) simultaneous_with start(Y)"@en . + "immediately precedes"@en . +# +# http://purl.obolibrary.org/obo/RO_0002131 + . + . + _:genid14 . +_:genid14 _:genid13 . +_:genid13 . +_:genid13 . +_:genid13 . +_:genid14 . +_:genid14 . + _:genid16 . +_:genid16 _:genid15 . +_:genid15 . +_:genid15 . +_:genid15 . +_:genid16 . +_:genid16 . + _:genid19 . +_:genid19 _:genid18 . +_:genid18 . +_:genid18 . +_:genid18 . +_:genid19 . +_:genid19 . + _:genid21 . +_:genid21 _:genid20 . +_:genid20 . +_:genid20 . +_:genid20 . +_:genid21 . +_:genid21 . + . + "x overlaps y if and only if there exists some z such that x has part z and z part of y" . + "http://purl.obolibrary.org/obo/BFO_0000051 some (http://purl.obolibrary.org/obo/BFO_0000050 some ?Y)" . + . + . + . + . + "overlaps"@en . +_:genid17 . +_:genid17 . +_:genid17 . +_:genid17 _:genid16 . +_:genid17 "true"^^ . +# +# http://purl.obolibrary.org/obo/RO_0002180 + . + . + . + "w 'has component' p if w 'has part' p and w is such that it can be directly disassembled into into n parts p, p2, p3, ..., pn, where these parts are of similar type." . + "The definition of 'has component' is still under discussion. The challenge is in providing a definition that does not imply transitivity." . + "For use in recording has_part with a cardinality constraint, because OWL does not permit cardinality constraints to be used in combination with transitive object properties. In situations where you would want to say something like 'has part exactly 5 digit, you would instead use has_component exactly 5 digit."@en . + . + . + "has component"@en . + . +# +# http://purl.obolibrary.org/obo/RO_0002211 + . + . + . + . + _:genid23 . +_:genid23 _:genid22 . +_:genid22 . +_:genid22 . +_:genid22 . +_:genid23 . +_:genid23 . + _:genid25 . +_:genid25 _:genid24 . +_:genid24 . +_:genid24 . +_:genid24 . +_:genid25 . +_:genid25 . + "p regulates q iff p is causally upstream of q, the execution of p is not constant and varies according to specific conditions, and p influences the rate or magnitude of execution of q due to an effect either on some enabler of q or some enabler of a part of q." . + . + . + . + . + "GO" . + "Regulation precludes parthood; the regulatory process may not be within the regulated process." . + "regulates (processual)" . + "false"^^ . + . + . + . + "regulates"@en . +# +# http://purl.obolibrary.org/obo/RO_0002212 + . + . + . + . + "p negatively regulates q iff p regulates q, and p decreases the rate or magnitude of execution of q." . + . + . + "negatively regulates (process to process)" . + . + . + . + . + "negatively regulates"@en . +# +# http://purl.obolibrary.org/obo/RO_0002213 + . + . + . + . + . + _:genid27 . +_:genid27 _:genid26 . +_:genid26 . +_:genid26 . +_:genid26 . +_:genid27 . +_:genid27 . + "p positively regulates q iff p regulates q, and p increases the rate or magnitude of execution of q." . + . + . + "positively regulates (process to process)" . + . + . + . + . + "positively regulates"@en . +# +# http://purl.obolibrary.org/obo/RO_0002215 + . + . + "mechanosensory neuron capable of detection of mechanical stimulus involved in sensory perception (GO:0050974)" . + "osteoclast SubClassOf 'capable of' some 'bone resorption'" . + "A relation between a material entity (such as a cell) and a process, in which the material entity has the ability to carry out the process. " . + . + "has function realized in" . + . + . + "For compatibility with BFO, this relation has a shortcut definition in which the expression \"capable of some P\" expands to \"bearer_of (some realized_by only P)\"." . + . + "capable of"@en . +# +# http://purl.obolibrary.org/obo/RO_0002216 + . + . + _:genid29 . +_:genid29 _:genid28 . +_:genid28 . +_:genid28 . +_:genid28 . +_:genid29 . +_:genid29 . + "c stands in this relationship to p if and only if there exists some p' such that c is capable_of p', and p' is part_of p." . + . + "has function in" . + "capable of part of"@en . + . +_:genid30 . +_:genid30 . +_:genid30 . +_:genid30 _:genid29 . +_:genid30 "true"^^ . +# +# http://purl.obolibrary.org/obo/RO_0002222 + . + . + . + . + "Do not use this relation directly. It is ended as a grouping for relations between occurrents involving the relative timing of their starts and ends." . + "https://docs.google.com/document/d/1kBv1ep_9g3sTR-SD3jqzFqhuwo9TPNF-l-9fUDbO6rM/edit?pli=1"^^ . + . + "A relation that holds between two occurrents. This is a grouping relation that collects together all the Allen relations." . + "temporally related to"@en . +# +# http://purl.obolibrary.org/obo/RO_0002233 + . + . + . + . + "p has input c iff: p is a process, c is a material entity, c is a participant in p, c is present at the start of p, and the state of c is modified during p." . + . + "consumes" . + . + . + . + . + "has input"@en . +# +# http://purl.obolibrary.org/obo/RO_0002263 + . + . + _:genid32 . +_:genid32 _:genid31 . +_:genid31 . +_:genid31 . +_:genid31 . +_:genid32 . +_:genid32 . + "A faulty traffic light (material entity) whose malfunctioning (a process) is causally upstream of a traffic collision (a process): the traffic light acts upstream of the collision." . + "c acts upstream of p if and only if c enables some f that is involved in p' and p' occurs chronologically before p, is not part of p, and affects the execution of p. c is a material entity and f, p, p' are processes." . + . + "acts upstream of" . + . +# +# http://purl.obolibrary.org/obo/RO_0002264 + . + . + _:genid34 . +_:genid34 _:genid33 . +_:genid33 . +_:genid33 . +_:genid33 . +_:genid34 . +_:genid34 . + "A gene product that has some activity, where that activity may be a part of a pathway or upstream of the pathway." . + "c acts upstream of or within p if c is enables f, and f is causally upstream of or within p. c is a material entity and p is an process." . + "affects" . + . + "acts upstream of or within" . + . +# +# http://purl.obolibrary.org/obo/RO_0002304 + . + . + . + "p is causally upstream of, positive effect q iff p is casually upstream of q, and the execution of p is required for the execution of q." . + . + . + . + . + "holds between x and y if and only if x is causally upstream of y and the progression of x increases the frequency, rate or extent of y" . + "causally upstream of, positive effect" . +# +# http://purl.obolibrary.org/obo/RO_0002305 + . + . + . + "p is causally upstream of, negative effect q iff p is casually upstream of q, and the execution of p decreases the execution of q." . + . + . + . + . + "causally upstream of, negative effect" . +# +# http://purl.obolibrary.org/obo/RO_0002327 + . + . + . + _:genid36 . +_:genid36 _:genid35 . +_:genid35 . +_:genid35 . +_:genid35 . +_:genid36 . +_:genid36 . + _:genid38 . +_:genid38 _:genid37 . +_:genid37 . +_:genid37 . +_:genid37 . +_:genid38 . +_:genid38 . + "a particular instances of akt-2 enables some instance of protein kinase activity" . + "c enables p iff c is capable of p and c acts to execute p." . + . + "catalyzes" . + "executes" . + "has" . + "is catalyzing" . + "is executing" . + "This relation differs from the parent relation 'capable of' in that the parent is weaker and only expresses a capability that may not be actually realized, whereas this relation is always realized." . + . + "enables"@en . +# +# http://purl.obolibrary.org/obo/RO_0002331 + . + . + . + _:genid40 . +_:genid40 _:genid39 . +_:genid39 . +_:genid39 . +_:genid39 . +_:genid40 . +_:genid40 . + _:genid42 . +_:genid42 _:genid41 . +_:genid41 . +_:genid41 . +_:genid41 . +_:genid42 . +_:genid42 . + "c involved_in p if and only if c enables some process p', and p' is part of p" . + . + "actively involved in" . + "enables part of" . + "involved in"@en . + . +# +# http://purl.obolibrary.org/obo/RO_0002333 + . + . + "inverse of enables" . + . + . + "enabled by"@en . +# +# http://purl.obolibrary.org/obo/RO_0002334 + . + . + . + "inverse of regulates" . + . + "regulated by (processual)" . + . + "regulated by"@en . +# +# http://purl.obolibrary.org/obo/RO_0002335 + . + . + "inverse of negatively regulates" . + . + . + "negatively regulated by"@en . +# +# http://purl.obolibrary.org/obo/RO_0002336 + . + . + "inverse of positively regulates" . + . + . + "positively regulated by"@en . +# +# http://purl.obolibrary.org/obo/RO_0002350 + . + . + . + "An organism that is a member of a population of organisms" . + "is member of is a mereological relation between a item and a collection." . + "is member of" . + "member part of" . + "SIO" . + . + "member of"@en . +# +# http://purl.obolibrary.org/obo/RO_0002351 + . + . + . + "has member is a mereological relation between a collection and an item." . + "SIO" . + . + "has member"@en . +# +# http://purl.obolibrary.org/obo/RO_0002352 + . + . + "inverse of has input" . + . + . + . + "input of"@en . +# +# http://purl.obolibrary.org/obo/RO_0002404 + . + . + . + . + . + "inverse of upstream of" . + . + "causally downstream of"@en . +# +# http://purl.obolibrary.org/obo/RO_0002405 + . + . + . + . + . + . + "immediately causally downstream of"@en . +# +# http://purl.obolibrary.org/obo/RO_0002407 + . + . + . + . + _:genid44 . +_:genid44 _:genid43 . +_:genid43 . +_:genid43 . +_:genid43 . +_:genid44 . +_:genid44 . + _:genid46 . +_:genid46 _:genid45 . +_:genid45 . +_:genid45 . +_:genid45 . +_:genid46 . +_:genid46 . + _:genid48 . +_:genid48 _:genid47 . +_:genid47 . +_:genid47 . +_:genid47 . +_:genid48 . +_:genid48 . + _:genid50 . +_:genid50 _:genid49 . +_:genid49 . +_:genid49 . +_:genid49 . +_:genid50 . +_:genid50 . + "p indirectly positively regulates q iff p is indirectly causally upstream of q and p positively regulates q." . + . + "indirectly activates" . + . + "indirectly positively regulates"@en . +# +# http://purl.obolibrary.org/obo/RO_0002409 + . + . + . + . + _:genid52 . +_:genid52 _:genid51 . +_:genid51 . +_:genid51 . +_:genid51 . +_:genid52 . +_:genid52 . + _:genid54 . +_:genid54 _:genid53 . +_:genid53 . +_:genid53 . +_:genid53 . +_:genid54 . +_:genid54 . + _:genid56 . +_:genid56 _:genid55 . +_:genid55 . +_:genid55 . +_:genid55 . +_:genid56 . +_:genid56 . + "p indirectly negatively regulates q iff p is indirectly causally upstream of q and p negatively regulates q." . + . + "indirectly inhibits" . + . + "indirectly negatively regulates"@en . +# +# http://purl.obolibrary.org/obo/RO_0002411 + . + . + . + . + "p is causally upstream of q iff p is causally related to q, the end of p precedes the end of q, and p is not an occurrent part of q." . + . + . + . + "causally upstream of"@en . +# +# http://purl.obolibrary.org/obo/RO_0002412 + . + . + . + "p is immediately causally upstream of q iff p is causally upstream of q, and the end of p is coincident with the beginning of q." . + . + . + "immediately causally upstream of"@en . +# +# http://purl.obolibrary.org/obo/RO_0002418 + . + . + . + . + "p is 'causally upstream or within' q iff p is causally related to q, and the end of p precedes, or is coincident with, the end of q." . + "We would like to make this disjoint with 'preceded by', but this is prohibited in OWL2" . + . + "influences (processual)" . + "affects" . + "causally upstream of or within" . +# +# http://purl.obolibrary.org/obo/RO_0002427 + . + . + . + "inverse of causally upstream of or within" . + . + . + . + "causally downstream of or within" . +# +# http://purl.obolibrary.org/obo/RO_0002428 + . + . + . + _:genid58 . +_:genid58 _:genid57 . +_:genid57 . +_:genid57 . +_:genid57 . +_:genid58 . +_:genid58 . + _:genid60 . +_:genid60 _:genid59 . +_:genid59 . +_:genid59 . +_:genid59 . +_:genid60 . +_:genid60 . + "c involved in regulation of p if c is involved in some p' and p' regulates some p" . + . + "involved in regulation of" . +# +# http://purl.obolibrary.org/obo/RO_0002429 + . + . + _:genid62 . +_:genid62 _:genid61 . +_:genid61 . +_:genid61 . +_:genid61 . +_:genid62 . +_:genid62 . + _:genid64 . +_:genid64 _:genid63 . +_:genid63 . +_:genid63 . +_:genid63 . +_:genid64 . +_:genid64 . + "c involved in regulation of p if c is involved in some p' and p' positively regulates some p" . + . + . + "involved in positive regulation of" . +# +# http://purl.obolibrary.org/obo/RO_0002430 + . + . + _:genid66 . +_:genid66 _:genid65 . +_:genid65 . +_:genid65 . +_:genid65 . +_:genid66 . +_:genid66 . + _:genid68 . +_:genid68 _:genid67 . +_:genid67 . +_:genid67 . +_:genid67 . +_:genid68 . +_:genid68 . + "c involved in regulation of p if c is involved in some p' and p' negatively regulates some p" . + . + . + "involved in negative regulation of" . +# +# http://purl.obolibrary.org/obo/RO_0002431 + . + . + . + "c involved in or regulates p if and only if either (i) c is involved in p or (ii) c is involved in regulation of p" . + "OWL does not allow defining object properties via a Union" . + . + "involved in or reguates" . + "involved in or involved in regulation of" . +# +# http://purl.obolibrary.org/obo/RO_0002434 + . + . + "A relationship that holds between two entities in which the processes executed by the two entities are causally connected." . + "Considering relabeling as 'pairwise interacts with'"^^ . + "This relation and all sub-relations can be applied to either (1) pairs of entities that are interacting at any moment of time (2) populations or species of entity whose members have the disposition to interact (3) classes whose members have the disposition to interact." . + . + "Note that this relationship type, and sub-relationship types may be redundant with process terms from other ontologies. For example, the symbiotic relationship hierarchy parallels GO. The relations are provided as a convenient shortcut. Consider using the more expressive processual form to capture your data. In the future, these relations will be linked to their cognate processes through rules." . + "in pairwise interaction with" . + . + "interacts with" . + "http://purl.obolibrary.org/obo/ro/docs/interaction-relations/"^^ . + "http://purl.obolibrary.org/obo/MI_0914"^^ . +# +# http://purl.obolibrary.org/obo/RO_0002436 + . + . + . + "An interaction relationship in which the two partners are molecular entities that directly physically interact with each other for example via a stable binding interaction or a brief interaction during which one modifies the other." . + . + "binds" . + "molecularly binds with" . + "molecularly interacts with" . + . + "http://purl.obolibrary.org/obo/MI_0915"^^ . +# +# http://purl.obolibrary.org/obo/RO_0002447 + . + . + "Axiomatization to GO to be added later" . + . + "An interaction relation between x and y in which x catalyzes a reaction in which a phosphate group is added to y." . + "phosphorylates" . +# +# http://purl.obolibrary.org/obo/RO_0002448 + . + . + . + _:genid71 . +_:genid71 _:genid70 . +_:genid70 _:genid69 . +_:genid69 . +_:genid69 . +_:genid69 . +_:genid70 . +_:genid70 . +_:genid71 . +_:genid71 . + "The entity A, immediately upstream of the entity B, has an activity that regulates an activity performed by B. For example, A and B may be gene products and binding of B by A regulates the kinase activity of B.\n\nA and B can be physically interacting but not necessarily. Immediately upstream means there are no intermediate entity between A and B." . + . + . + "molecularly controls" . + "directly regulates activity of" . +# +# http://purl.obolibrary.org/obo/RO_0002449 + . + . + _:genid74 . +_:genid74 _:genid73 . +_:genid73 _:genid72 . +_:genid72 . +_:genid72 . +_:genid72 . +_:genid73 . +_:genid73 . +_:genid74 . +_:genid74 . + "The entity A, immediately upstream of the entity B, has an activity that negatively regulates an activity performed by B. \nFor example, A and B may be gene products and binding of B by A negatively regulates the kinase activity of B." . + . + . + "directly inhibits" . + "molecularly decreases activity of" . + "directly negatively regulates activity of" . +# +# http://purl.obolibrary.org/obo/RO_0002450 + . + . + _:genid77 . +_:genid77 _:genid76 . +_:genid76 _:genid75 . +_:genid75 . +_:genid75 . +_:genid75 . +_:genid76 . +_:genid76 . +_:genid77 . +_:genid77 . + "The entity A, immediately upstream of the entity B, has an activity that positively regulates an activity performed by B. \nFor example, A and B may be gene products and binding of B by A positively regulates the kinase activity of B." . + . + . + "directly activates" . + "molecularly increases activity of" . + "directly positively regulates activity of" . +# +# http://purl.obolibrary.org/obo/RO_0002500 + . + . + . + "A relationship between a material entity and a process where the material entity has some causal role that influences the process" . + . + "causal agent in process" . +# +# http://purl.obolibrary.org/obo/RO_0002501 + . + "p is causally related to q if and only if p or any part of p and q or any part of q are linked by a chain of events where each event pair is one where the execution of p influences the execution of q. p may be upstream, downstream, part of, or a container of q." . + . + . + "Do not use this relation directly. It is intended as a grouping for a diverse set of relations, all involving cause and effect." . + "causal relation between processes" . +# +# http://purl.obolibrary.org/obo/RO_0002506 + . + "The intent is that the process branch of the causal property hierarchy is primary (causal relations hold between occurrents/processes), and that the material branch is defined in terms of the process branch" . + . + . + "Do not use this relation directly. It is intended as a grouping for a diverse set of relations, all involving cause and effect." . + "causal relation between entities" . +# +# http://purl.obolibrary.org/obo/RO_0002559 + . + . + . + . + . + "causally influenced by (entity-centric)" . + "causally influenced by" . +# +# http://purl.obolibrary.org/obo/RO_0002566 + . + . + _:genid80 . +_:genid80 _:genid79 . +_:genid79 _:genid78 . +_:genid78 . +_:genid78 . +_:genid78 . +_:genid79 . +_:genid79 . +_:genid80 . +_:genid80 . + _:genid83 . +_:genid83 _:genid82 . +_:genid82 _:genid81 . +_:genid81 . +_:genid81 . +_:genid81 . +_:genid82 . +_:genid82 . +_:genid83 . +_:genid83 . + "The entity or characteristic A is causally upstream of the entity or characteristic B, A having an effect on B. An entity corresponds to any biological type of entity as long as a mass is measurable. A characteristic corresponds to a particular specificity of an entity (e.g., phenotype, shape, size)." . + . + . + . + "causally influences (entity-centric)" . + "causally influences" . +# +# http://purl.obolibrary.org/obo/RO_0002578 + . + . + . + "p directly regulates q iff p is immediately causally upstream of q and p regulates q." . + . + . + "directly regulates (processual)" . + . + . + . + . + "directly regulates" . +# +# http://purl.obolibrary.org/obo/RO_0002584 + . + . + _:genid85 . +_:genid85 _:genid84 . +_:genid84 . +_:genid84 . +_:genid84 . +_:genid85 . +_:genid85 . + "gland SubClassOf 'has part structure that is capable of' some 'secretion by cell'" . + "s 'has part structure that is capable of' p if and only if there exists some part x such that s 'has part' x and x 'capable of' p" . + . + "has part structure that is capable of" . +# +# http://purl.obolibrary.org/obo/RO_0002595 + . + "A relationship that holds between a material entity and a process in which causality is involved, with either the material entity or some part of the material entity exerting some influence over the process, or the process influencing some aspect of the material entity." . + "Do not use this relation directly. It is intended as a grouping for a diverse set of relations, all involving cause and effect." . + . + . + "causal relation between material entity and a process" . +# +# http://purl.obolibrary.org/obo/RO_0002596 + . + . + _:genid87 . +_:genid87 _:genid86 . +_:genid86 . +_:genid86 . +_:genid86 . +_:genid87 . +_:genid87 . + "pyrethroid -> growth" . + "Holds between c and p if and only if c is capable of some activity a, and a regulates p." . + . + "capable of regulating" . +# +# http://purl.obolibrary.org/obo/RO_0002597 + . + . + _:genid89 . +_:genid89 _:genid88 . +_:genid88 . +_:genid88 . +_:genid88 . +_:genid89 . +_:genid89 . + "Holds between c and p if and only if c is capable of some activity a, and a negatively regulates p." . + . + "capable of negatively regulating" . +# +# http://purl.obolibrary.org/obo/RO_0002598 + . + . + _:genid91 . +_:genid91 _:genid90 . +_:genid90 . +_:genid90 . +_:genid90 . +_:genid91 . +_:genid91 . + "renin -> arteriolar smooth muscle contraction" . + "Holds between c and p if and only if c is capable of some activity a, and a positively regulates p." . + . + "capable of positively regulating" . +# +# http://purl.obolibrary.org/obo/RO_0002608 + . + "Inverse of 'causal agent in process'" . + . + "process has causal agent" . +# +# http://purl.obolibrary.org/obo/RO_0002629 + . + . + . + "p directly positively regulates q iff p is immediately causally upstream of q, and p positively regulates q." . + . + "directly positively regulates (process to process)" . + . + . + . + . + "directly positively regulates" . +# +# http://purl.obolibrary.org/obo/RO_0002630 + . + . + . + "p directly negatively regulates q iff p is immediately causally upstream of q, and p negatively regulates q." . + . + "directly negatively regulates (process to process)" . + . + . + . + . + "directly negatively regulates" . +# +# http://purl.obolibrary.org/obo/RO_0004032 + . + . + _:genid93 . +_:genid93 _:genid92 . +_:genid92 . +_:genid92 . +_:genid92 . +_:genid93 . +_:genid93 . + . + . + "2018-01-26T23:49:30Z"^^ . + . + "acts upstream of or within, positive effect" . + . +# +# http://purl.obolibrary.org/obo/RO_0004033 + . + . + _:genid95 . +_:genid95 _:genid94 . +_:genid94 . +_:genid94 . +_:genid94 . +_:genid95 . +_:genid95 . + . + . + "2018-01-26T23:49:51Z"^^ . + . + "acts upstream of or within, negative effect" . +# +# http://purl.obolibrary.org/obo/RO_0004034 + . + . + . + _:genid97 . +_:genid97 _:genid96 . +_:genid96 . +_:genid96 . +_:genid96 . +_:genid97 . +_:genid97 . + "c 'acts upstream of, positive effect' p if c is enables f, and f is causally upstream of p, and the direction of f is positive" . + . + . + "2018-01-26T23:53:14Z"^^ . + . + "acts upstream of, positive effect" . + . +# +# http://purl.obolibrary.org/obo/RO_0004035 + . + . + . + _:genid99 . +_:genid99 _:genid98 . +_:genid98 . +_:genid98 . +_:genid98 . +_:genid99 . +_:genid99 . + "c 'acts upstream of, negative effect' p if c is enables f, and f is causally upstream of p, and the direction of f is negative" . + . + . + "2018-01-26T23:53:22Z"^^ . + . + "acts upstream of, negative effect" . + . +# +# http://purl.obolibrary.org/obo/RO_0004046 + . + . + . + . + "2018-03-13T23:55:05Z"^^ . + "causally upstream of or within, negative effect" . +# +# http://purl.obolibrary.org/obo/RO_0004047 + . + . + . + . + "2018-03-13T23:55:19Z"^^ . + "causally upstream of or within, positive effect" . +# +# http://purl.obolibrary.org/obo/RO_0011002 + . + . + "The entity A has an activity that regulates an activity of the entity B. For example, A and B are gene products where the catalytic activity of A regulates the kinase activity of B." . + . + "regulates activity of" . +# +# http://purl.obolibrary.org/obo/RO_0012011 + . + . + "p is indirectly causally upstream of q iff p is causally upstream of q and there exists some process r such that p is causally upstream of r and r is causally upstream of q." . + "pg" . + "2022-09-26T06:07:17Z"^^ . + "indirectly causally upstream of"@en . +# +# http://purl.obolibrary.org/obo/RO_0012012 + . + . + . + "p indirectly regulates q iff p is indirectly causally upstream of q and p regulates q." . + "pg" . + "2022-09-26T06:08:01Z"^^ . + "indirectly regulates"@en . +# +# http://purl.obolibrary.org/obo/RO_0019000 + . + _:genid101 . +_:genid101 _:genid100 . +_:genid100 . +_:genid100 . +_:genid100 . +_:genid101 . +_:genid101 . + "A relationship that holds between a process and a characteristic in which process (P) regulates characteristic (C) iff: P results in the existence of C OR affects the intensity or magnitude of C." . + . + "regulates characteristic" . +# +# http://purl.obolibrary.org/obo/RO_0019001 + . + . + _:genid103 . +_:genid103 _:genid102 . +_:genid102 . +_:genid102 . +_:genid102 . +_:genid103 . +_:genid103 . + "A relationship that holds between a process and a characteristic in which process (P) positively regulates characteristic (C) iff: P results in an increase in the intensity or magnitude of C." . + . + "positively regulates characteristic" . +# +# http://purl.obolibrary.org/obo/RO_0019002 + . + . + _:genid105 . +_:genid105 _:genid104 . +_:genid104 . +_:genid104 . +_:genid104 . +_:genid105 . +_:genid105 . + _:genid107 . +_:genid107 _:genid106 . +_:genid106 . +_:genid106 . +_:genid106 . +_:genid107 . +_:genid107 . + "A relationship that holds between a process and a characteristic in which process (P) negatively regulates characteristic (C) iff: P results in a decrease in the intensity or magnitude of C." . + . + "negatively regulates characteristic" . +# +# +# +# ################################################################# +# # +# # Classes +# # +# ################################################################# +# +# +# http://purl.obolibrary.org/obo/APOLLO_SV_00000008 + . + . + "A planned process that has specified output a software product and that involves the creation of source code."@en . + "Mathias Brochhausen"@en . + "William R. Hogan"@en . + "http://en.wikipedia.org/wiki/Software_development" . + "A planned process resulting in a software product involving the creation of source code."@en . + "software development"@en . +# +# http://purl.obolibrary.org/obo/APOLLO_SV_00000796 + . + _:genid108 . +_:genid108 . +_:genid108 _:genid111 . +_:genid111 _:genid109 . +_:genid109 . +_:genid109 _:genid110 . +_:genid110 . +_:genid110 . +_:genid110 . +_:genid109 . +_:genid111 . +_:genid111 . + . + _:genid112 . +_:genid112 . +_:genid112 . +_:genid112 . + "creating a data set"@en . + "A planned process that has a data set as its specified output."@en . + "William R. Hogan"@en . + "data set creation"@en . + "dataset creation"@en . + "dataset creating"@en . +# +# http://purl.obolibrary.org/obo/BFO_0000016 + . + . + "disposition" . + "Disposition" . + "an atom of element X has the disposition to decay to an atom of element Y"@en . + "certain people have a predisposition to colon cancer"@en . + "children are innately disposed to categorize objects in certain ways."@en . + "the cell wall is disposed to filter chemicals in endocytosis and exocytosis"@en . + "BFO 2 Reference: Dispositions exist along a strength continuum. Weaker forms of disposition are realized in only a fraction of triggering cases. These forms occur in a significant number of cases of a similar type."@en . + "b is a disposition means: b is a realizable entity & b’s bearer is some material entity & b is such that if it ceases to exist, then its bearer is physically changed, & b’s realization occurs when and because this bearer is in some special physical circumstances, & this realization occurs in virtue of the bearer’s physical make-up. (axiom label in BFO2 Reference: [062-002])"@en . + "If b is a realizable entity then for all t at which b exists, b s-depends_on some material entity at t. (axiom label in BFO2 Reference: [063-002])"@en . + "(forall (x t) (if (and (RealizableEntity x) (existsAt x t)) (exists (y) (and (MaterialEntity y) (specificallyDepends x y t))))) // axiom label in BFO2 CLIF: [063-002] " . + "(forall (x) (if (Disposition x) (and (RealizableEntity x) (exists (y) (and (MaterialEntity y) (bearerOfAt x y t)))))) // axiom label in BFO2 CLIF: [062-002] " . + . + "disposition"@en . +_:genid113 . +_:genid113 . +_:genid113 . +_:genid113 "b is a disposition means: b is a realizable entity & b’s bearer is some material entity & b is such that if it ceases to exist, then its bearer is physically changed, & b’s realization occurs when and because this bearer is in some special physical circumstances, & this realization occurs in virtue of the bearer’s physical make-up. (axiom label in BFO2 Reference: [062-002])"@en . +_:genid113 . +_:genid114 . +_:genid114 . +_:genid114 . +_:genid114 "If b is a realizable entity then for all t at which b exists, b s-depends_on some material entity at t. (axiom label in BFO2 Reference: [063-002])"@en . +_:genid114 . +_:genid115 . +_:genid115 . +_:genid115 . +_:genid115 "(forall (x t) (if (and (RealizableEntity x) (existsAt x t)) (exists (y) (and (MaterialEntity y) (specificallyDepends x y t))))) // axiom label in BFO2 CLIF: [063-002] " . +_:genid115 . +_:genid116 . +_:genid116 . +_:genid116 . +_:genid116 "(forall (x) (if (Disposition x) (and (RealizableEntity x) (exists (y) (and (MaterialEntity y) (bearerOfAt x y t)))))) // axiom label in BFO2 CLIF: [062-002] " . +_:genid116 . +# +# http://purl.obolibrary.org/obo/BFO_0000023 + . + "role" . + "Role" . + "John’s role of husband to Mary is dependent on Mary’s role of wife to John, and both are dependent on the object aggregate comprising John and Mary as member parts joined together through the relational quality of being married."@en . + "the priest role"@en . + "the role of a boundary to demarcate two neighboring administrative territories"@en . + "the role of a building in serving as a military target"@en . + "the role of a stone in marking a property boundary"@en . + "the role of subject in a clinical trial"@en . + "the student role"@en . + "A realizable entity the manifestation of which brings about some result or end that is not essential to a continuant in virtue of the kind of thing that it is but that can be served or participated in by that kind of continuant in some kinds of natural, social or institutional contexts."@en . + "BFO 2 Reference: One major family of examples of non-rigid universals involves roles, and ontologies developed for corresponding administrative purposes may consist entirely of representatives of entities of this sort. Thus ‘professor’, defined as follows,b instance_of professor at t =Def. there is some c, c instance_of professor role & c inheres_in b at t.denotes a non-rigid universal and so also do ‘nurse’, ‘student’, ‘colonel’, ‘taxpayer’, and so forth. (These terms are all, in the jargon of philosophy, phase sortals.) By using role terms in definitions, we can create a BFO conformant treatment of such entities drawing on the fact that, while an instance of professor may be simultaneously an instance of trade union member, no instance of the type professor role is also (at any time) an instance of the type trade union member role (any more than any instance of the type color is at any time an instance of the type length).If an ontology of employment positions should be defined in terms of roles following the above pattern, this enables the ontology to do justice to the fact that individuals instantiate the corresponding universals – professor, sergeant, nurse – only during certain phases in their lives."@en . + "b is a role means: b is a realizable entity & b exists because there is some single bearer that is in some special physical, social, or institutional set of circumstances in which this bearer does not have to be& b is not such that, if it ceases to exist, then the physical make-up of the bearer is thereby changed. (axiom label in BFO2 Reference: [061-001])"@en . + "(forall (x) (if (Role x) (RealizableEntity x))) // axiom label in BFO2 CLIF: [061-001] " . + . + "role"@en . +_:genid117 . +_:genid117 . +_:genid117 . +_:genid117 "b is a role means: b is a realizable entity & b exists because there is some single bearer that is in some special physical, social, or institutional set of circumstances in which this bearer does not have to be& b is not such that, if it ceases to exist, then the physical make-up of the bearer is thereby changed. (axiom label in BFO2 Reference: [061-001])"@en . +_:genid117 . +_:genid118 . +_:genid118 . +_:genid118 . +_:genid118 "(forall (x) (if (Role x) (RealizableEntity x))) // axiom label in BFO2 CLIF: [061-001] " . +_:genid118 . +# +# http://purl.obolibrary.org/obo/BFO_0000034 + . + . + "function" . + "Function" . + "the function of a hammer to drive in nails"@en . + "the function of a heart pacemaker to regulate the beating of a heart through electricity"@en . + "the function of amylase in saliva to break down starch into sugar"@en . + "BFO 2 Reference: In the past, we have distinguished two varieties of function, artifactual function and biological function. These are not asserted subtypes of BFO:function however, since the same function – for example: to pump, to transport – can exist both in artifacts and in biological entities. The asserted subtypes of function that would be needed in order to yield a separate monoheirarchy are not artifactual function, biological function, etc., but rather transporting function, pumping function, etc."@en . + "A function is a disposition that exists in virtue of the bearer’s physical make-up and this physical make-up is something the bearer possesses because it came into being, either through evolution (in the case of natural biological entities) or through intentional design (in the case of artifacts), in order to realize processes of a certain sort. (axiom label in BFO2 Reference: [064-001])"@en . + "(forall (x) (if (Function x) (Disposition x))) // axiom label in BFO2 CLIF: [064-001] " . + . + "function"@en . +_:genid119 . +_:genid119 . +_:genid119 . +_:genid119 "A function is a disposition that exists in virtue of the bearer’s physical make-up and this physical make-up is something the bearer possesses because it came into being, either through evolution (in the case of natural biological entities) or through intentional design (in the case of artifacts), in order to realize processes of a certain sort. (axiom label in BFO2 Reference: [064-001])"@en . +_:genid119 . +_:genid120 . +_:genid120 . +_:genid120 . +_:genid120 "(forall (x) (if (Function x) (Disposition x))) // axiom label in BFO2 CLIF: [064-001] " . +_:genid120 . +# +# http://purl.obolibrary.org/obo/CHEBI_133602 + . + . + . + . + "Any form of carbon black which has a particle size of less than 100 nm in each dimension." . + "PMCID:PMC3190904" . + "PMID:21525001" . + "PMID:22753103" . + "PMID:24078381" . + "PMID:24283474" . + "PMID:25056782" . + "PMID:25071917" . + "PMID:25184212" . + "PMID:25451823" . + "PMID:25833640" . + "PMID:25966413" . + "PMID:26066782" . + "PMID:26551751" . + "PMID:26914170" . + "PMID:27460290" . + "PMID:27534448" . + "chebi_ontology" . + "carbon black nanoparticles" . + "CHEBI:133602" . + . + "carbon black nanoparticle" . +_:genid121 . +_:genid121 . +_:genid121 . +_:genid121 "PMCID:PMC3190904" . +_:genid121 "Europe PMC" . +_:genid122 . +_:genid122 . +_:genid122 . +_:genid122 "PMID:21525001" . +_:genid122 "Europe PMC" . +_:genid123 . +_:genid123 . +_:genid123 . +_:genid123 "PMID:22753103" . +_:genid123 "Europe PMC" . +_:genid124 . +_:genid124 . +_:genid124 . +_:genid124 "PMID:24078381" . +_:genid124 "Europe PMC" . +_:genid125 . +_:genid125 . +_:genid125 . +_:genid125 "PMID:24283474" . +_:genid125 "Europe PMC" . +_:genid126 . +_:genid126 . +_:genid126 . +_:genid126 "PMID:25056782" . +_:genid126 "Europe PMC" . +_:genid127 . +_:genid127 . +_:genid127 . +_:genid127 "PMID:25071917" . +_:genid127 "Europe PMC" . +_:genid128 . +_:genid128 . +_:genid128 . +_:genid128 "PMID:25184212" . +_:genid128 "Europe PMC" . +_:genid129 . +_:genid129 . +_:genid129 . +_:genid129 "PMID:25451823" . +_:genid129 "Europe PMC" . +_:genid130 . +_:genid130 . +_:genid130 . +_:genid130 "PMID:25833640" . +_:genid130 "Europe PMC" . +_:genid131 . +_:genid131 . +_:genid131 . +_:genid131 "PMID:25966413" . +_:genid131 "Europe PMC" . +_:genid132 . +_:genid132 . +_:genid132 . +_:genid132 "PMID:26066782" . +_:genid132 "Europe PMC" . +_:genid133 . +_:genid133 . +_:genid133 . +_:genid133 "PMID:26551751" . +_:genid133 "Europe PMC" . +_:genid134 . +_:genid134 . +_:genid134 . +_:genid134 "PMID:26914170" . +_:genid134 "Europe PMC" . +_:genid135 . +_:genid135 . +_:genid135 . +_:genid135 "PMID:27460290" . +_:genid135 "Europe PMC" . +_:genid136 . +_:genid136 . +_:genid136 . +_:genid136 "PMID:27534448" . +_:genid136 "Europe PMC" . +_:genid137 . +_:genid137 . +_:genid137 . +_:genid137 "carbon black nanoparticles" . +_:genid137 "ChEBI" . +# +# http://purl.obolibrary.org/obo/CHEBI_17514 + . + . + "A pseudohalide anion that is the conjugate base of hydrogen cyanide." . + "-1" . + "CN" . + "InChI=1S/CN/c1-2/q-1" . + "XFXPMWWXUTWYJX-UHFFFAOYSA-N" . + "26.01740" . + "26.00362" . + "[C-]#N" . + "CHEBI:14038" . + "CHEBI:3969" . + "CHEBI:41780" . + "Beilstein:1900509" . + "CAS:57-12-5" . + "Gmelin:89" . + "HMDB:HMDB0002084" . + "KEGG:C00177" . + "MetaCyc:CPD-13584" . + "PDBeChem:CYN" . + "PMID:11386635" . + "PMID:14871577" . + "PMID:17554165" . + "PMID:7839575" . + "Reaxys:1900509" . + "Wikipedia:Cyanide" . + "Cyanide" . + "cyanide" . + "nitridocarbonate(1-)" . + "chebi_ontology" . + "CN(-)" . + "CN-" . + "CYANIDE ION" . + "Prussiate" . + "Zyanid" . + "CHEBI:17514" . + . + "cyanide" . +_:genid138 . +_:genid138 . +_:genid138 . +_:genid138 "Beilstein:1900509" . +_:genid138 "Beilstein" . +_:genid139 . +_:genid139 . +_:genid139 . +_:genid139 "CAS:57-12-5" . +_:genid139 "ChemIDplus" . +_:genid140 . +_:genid140 . +_:genid140 . +_:genid140 "CAS:57-12-5" . +_:genid140 "KEGG COMPOUND" . +_:genid141 . +_:genid141 . +_:genid141 . +_:genid141 "CAS:57-12-5" . +_:genid141 "NIST Chemistry WebBook" . +_:genid142 . +_:genid142 . +_:genid142 . +_:genid142 "Gmelin:89" . +_:genid142 "Gmelin" . +_:genid143 . +_:genid143 . +_:genid143 . +_:genid143 "PMID:11386635" . +_:genid143 "Europe PMC" . +_:genid144 . +_:genid144 . +_:genid144 . +_:genid144 "PMID:14871577" . +_:genid144 "Europe PMC" . +_:genid145 . +_:genid145 . +_:genid145 . +_:genid145 "PMID:17554165" . +_:genid145 "Europe PMC" . +_:genid146 . +_:genid146 . +_:genid146 . +_:genid146 "PMID:7839575" . +_:genid146 "Europe PMC" . +_:genid147 . +_:genid147 . +_:genid147 . +_:genid147 "Reaxys:1900509" . +_:genid147 "Reaxys" . +_:genid148 . +_:genid148 . +_:genid148 . +_:genid148 "Cyanide" . +_:genid148 "ChEBI" . +_:genid149 . +_:genid149 . +_:genid149 . +_:genid149 "Cyanide" . +_:genid149 "KEGG_COMPOUND" . +_:genid150 . +_:genid150 . +_:genid150 . +_:genid150 "cyanide" . +_:genid150 "IUPAC" . +_:genid150 . +_:genid151 . +_:genid151 . +_:genid151 . +_:genid151 "nitridocarbonate(1-)" . +_:genid151 "IUPAC" . +_:genid151 . +_:genid152 . +_:genid152 . +_:genid152 . +_:genid152 "CN(-)" . +_:genid152 "IUPAC" . +_:genid153 . +_:genid153 . +_:genid153 . +_:genid153 "CN-" . +_:genid153 "KEGG_COMPOUND" . +_:genid154 . +_:genid154 . +_:genid154 . +_:genid154 "CYANIDE ION" . +_:genid154 "PDBeChem" . +_:genid155 . +_:genid155 . +_:genid155 . +_:genid155 "Prussiate" . +_:genid155 "KEGG_COMPOUND" . +_:genid156 . +_:genid156 . +_:genid156 . +_:genid156 "Zyanid" . +_:genid156 "ChEBI" . +# +# http://purl.obolibrary.org/obo/CHEBI_22563 + . + . + "A monoatomic or polyatomic species having one or more elementary charges of the electron." . + "Anion" . + "anion" . + "chebi_ontology" . + "Anionen" . + "aniones" . + "anions" . + "CHEBI:22563" . + . + "anion" . +_:genid157 . +_:genid157 . +_:genid157 . +_:genid157 "Anion" . +_:genid157 "ChEBI" . +_:genid158 . +_:genid158 . +_:genid158 . +_:genid158 "anion" . +_:genid158 "ChEBI" . +_:genid159 . +_:genid159 . +_:genid159 . +_:genid159 "anion" . +_:genid159 "IUPAC" . +_:genid159 . +_:genid160 . +_:genid160 . +_:genid160 . +_:genid160 "Anionen" . +_:genid160 "ChEBI" . +_:genid161 . +_:genid161 . +_:genid161 . +_:genid161 "aniones" . +_:genid161 "ChEBI" . +_:genid162 . +_:genid162 . +_:genid162 . +_:genid162 "anions" . +_:genid162 "IUPAC" . +# +# http://purl.obolibrary.org/obo/CHEBI_23367 + . + . + "Any constitutionally or isotopically distinct atom, molecule, ion, ion pair, radical, radical ion, complex, conformer etc., identifiable as a separately distinguishable entity." . + "molecular entity" . + "chebi_ontology" . + "entidad molecular" . + "entidades moleculares" . + "entite moleculaire" . + "molecular entities" . + "molekulare Entitaet" . + "CHEBI:23367" . + . + "molecular entity" . +_:genid163 . +_:genid163 . +_:genid163 . +_:genid163 "molecular entity" . +_:genid163 "IUPAC" . +_:genid163 . +_:genid164 . +_:genid164 . +_:genid164 . +_:genid164 "entidad molecular" . +_:genid164 "IUPAC" . +_:genid165 . +_:genid165 . +_:genid165 . +_:genid165 "entidades moleculares" . +_:genid165 "IUPAC" . +_:genid166 . +_:genid166 . +_:genid166 . +_:genid166 "entite moleculaire" . +_:genid166 "IUPAC" . +_:genid167 . +_:genid167 . +_:genid167 . +_:genid167 "molecular entities" . +_:genid167 "IUPAC" . +_:genid168 . +_:genid168 . +_:genid168 . +_:genid168 "molekulare Entitaet" . +_:genid168 "ChEBI" . +# +# http://purl.obolibrary.org/obo/CHEBI_24431 + . + "A chemical entity is a physical entity of interest in chemistry including molecular entities, parts thereof, and chemical substances."@en . + "chemical entity" . + "chebi_ontology" . + "CHEBI:24431" . + . + "chemical entity"@en . + "chemische Entität"@de . +_:genid169 . +_:genid169 . +_:genid169 . +_:genid169 "chemical entity" . +_:genid169 "UniProt" . +# +# http://purl.obolibrary.org/obo/CHEBI_24532 + . + . + . + . + "A cyclic compound having as ring members atoms of carbon and at least of one other element." . + "chebi_ontology" . + "organic heterocycle" . + "organic heterocyclic compounds" . + "CHEBI:24532" . + . + "organic heterocyclic compound" . +_:genid170 . +_:genid170 . +_:genid170 . +_:genid170 "organic heterocycle" . +_:genid170 "ChEBI" . +_:genid171 . +_:genid171 . +_:genid171 . +_:genid171 "organic heterocyclic compounds" . +_:genid171 "ChEBI" . +# +# http://purl.obolibrary.org/obo/CHEBI_24870 + . + . + "A molecular entity having a net electric charge." . + "Ion" . + "ion" . + "chebi_ontology" . + "Ionen" . + "iones" . + "ions" . + "CHEBI:24870" . + . + "ion" . +_:genid172 . +_:genid172 . +_:genid172 . +_:genid172 "Ion" . +_:genid172 "ChEBI" . +_:genid173 . +_:genid173 . +_:genid173 . +_:genid173 "ion" . +_:genid173 "ChEBI" . +_:genid174 . +_:genid174 . +_:genid174 . +_:genid174 "ion" . +_:genid174 "IUPAC" . +_:genid174 . +_:genid175 . +_:genid175 . +_:genid175 . +_:genid175 "Ionen" . +_:genid175 "ChEBI" . +_:genid176 . +_:genid176 . +_:genid176 . +_:genid176 "iones" . +_:genid176 "ChEBI" . +_:genid177 . +_:genid177 . +_:genid177 . +_:genid177 "ions" . +_:genid177 "ChEBI" . +# +# http://purl.obolibrary.org/obo/CHEBI_25367 + . + . + "Any polyatomic entity that is an electrically neutral entity consisting of more than one atom." . + "molecule" . + "chebi_ontology" . + "Molekuel" . + "molecula" . + "molecules" . + "neutral molecular compounds" . + "CHEBI:25367" . + . + "molecule" . +_:genid178 . +_:genid178 . +_:genid178 . +_:genid178 "molecule" . +_:genid178 "IUPAC" . +_:genid179 . +_:genid179 . +_:genid179 . +_:genid179 "Molekuel" . +_:genid179 "ChEBI" . +_:genid180 . +_:genid180 . +_:genid180 . +_:genid180 "molecula" . +_:genid180 "IUPAC" . +_:genid181 . +_:genid181 . +_:genid181 . +_:genid181 "molecules" . +_:genid181 "IUPAC" . +_:genid182 . +_:genid182 . +_:genid182 . +_:genid182 "neutral molecular compounds" . +_:genid182 "IUPAC" . +# +# http://purl.obolibrary.org/obo/CHEBI_25696 + . + . + . + "Any organic ion with a net negative charge." . + "chebi_ontology" . + "organic anions" . + "CHEBI:25696" . + . + "organic anion" . +_:genid183 . +_:genid183 . +_:genid183 . +_:genid183 "organic anions" . +_:genid183 "ChEBI" . +# +# http://purl.obolibrary.org/obo/CHEBI_25699 + . + . + . + "chebi_ontology" . + "organic ions" . + "CHEBI:25699" . + . + "organic ion" . +_:genid184 . +_:genid184 . +_:genid184 . +_:genid184 "organic ions" . +_:genid184 "ChEBI" . +# +# http://purl.obolibrary.org/obo/CHEBI_26835 + . + . + "sulfur molecular entity" . + "chebi_ontology" . + "sulfur molecular entities" . + "CHEBI:26835" . + . + "sulfur molecular entity" . +_:genid185 . +_:genid185 . +_:genid185 . +_:genid185 "sulfur molecular entity" . +_:genid185 "ChEBI" . +_:genid186 . +_:genid186 . +_:genid186 . +_:genid186 "sulfur molecular entities" . +_:genid186 "ChEBI" . +# +# http://purl.obolibrary.org/obo/CHEBI_28798 + . + . + "A polymer consisting of cis-linked prenyl units."@en . + "0" . + "(C5H8)n.H2" . + "CHEBI:26584" . + "CHEBI:8905" . + "KEGG:C02321" . + "Rubber particle"@en . + "Rubber particle" . + "chebi_ontology" . + "Rubber"@en . + "Rubber (all-cis)"@en . + "Rubber" . + "Rubber (all-cis)" . + "CHEBI:28798" . + . + "rubber particle [chebi]"@en . +_:genid187 . +_:genid187 . +_:genid187 . +_:genid187 "Rubber particle" . +_:genid187 "KEGG_COMPOUND" . +_:genid188 . +_:genid188 . +_:genid188 . +_:genid188 "Rubber" . +_:genid188 "KEGG_COMPOUND" . +_:genid189 . +_:genid189 . +_:genid189 . +_:genid189 "Rubber (all-cis)" . +_:genid189 "KEGG_COMPOUND" . +# +# http://purl.obolibrary.org/obo/CHEBI_33259 + . + . + "A molecular entity all atoms of which have the same atomic number." . + "chebi_ontology" . + "homoatomic entity" . + "homoatomic molecular entities" . + "homoatomic molecular entity" . + "CHEBI:33259" . + . + "elemental molecular entity" . +_:genid190 . +_:genid190 . +_:genid190 . +_:genid190 "homoatomic entity" . +_:genid190 "ChEBI" . +_:genid191 . +_:genid191 . +_:genid191 . +_:genid191 "homoatomic molecular entities" . +_:genid191 "ChEBI" . +_:genid192 . +_:genid192 . +_:genid192 . +_:genid192 "homoatomic molecular entity" . +_:genid192 "ChEBI" . +# +# http://purl.obolibrary.org/obo/CHEBI_33261 + . + . + . + "An organosulfur compound is a compound containing at least one carbon-sulfur bond." . + "CHEBI:23010" . + "CHEBI:25714" . + "Wikipedia:Organosulfur_compounds" . + "organosulfur compound" . + "chebi_ontology" . + "organosulfur compounds" . + "CHEBI:33261" . + . + "organosulfur compound" . +_:genid193 . +_:genid193 . +_:genid193 . +_:genid193 "organosulfur compound" . +_:genid193 "ChEBI" . +_:genid194 . +_:genid194 . +_:genid194 . +_:genid194 "organosulfur compounds" . +_:genid194 "ChEBI" . +# +# http://purl.obolibrary.org/obo/CHEBI_33273 + . + . + . + "An anion consisting of more than one atom." . + "chebi_ontology" . + "polyatomic anions" . + "CHEBI:33273" . + . + "polyatomic anion" . +_:genid195 . +_:genid195 . +_:genid195 . +_:genid195 "polyatomic anions" . +_:genid195 "ChEBI" . +# +# http://purl.obolibrary.org/obo/CHEBI_33285 + . + . + "A heteroorganic entity is an organic molecular entity in which carbon atoms or organic groups are bonded directly to one or more heteroatoms." . + "chebi_ontology" . + "heteroorganic entities" . + "organoelement compounds" . + "CHEBI:33285" . + . + "heteroorganic entity" . +_:genid196 . +_:genid196 . +_:genid196 . +_:genid196 "heteroorganic entities" . +_:genid196 "ChEBI" . +_:genid197 . +_:genid197 . +_:genid197 . +_:genid197 "organoelement compounds" . +_:genid197 "ChEBI" . +# +# http://purl.obolibrary.org/obo/CHEBI_33302 + . + . + "A p-block molecular entity containing any pnictogen." . + "pnictogen molecular entity" . + "chebi_ontology" . + "pnictogen molecular entities" . + "CHEBI:33302" . + . + "pnictogen molecular entity" . +_:genid198 . +_:genid198 . +_:genid198 . +_:genid198 "pnictogen molecular entity" . +_:genid198 "ChEBI" . +_:genid199 . +_:genid199 . +_:genid199 . +_:genid199 "pnictogen molecular entities" . +_:genid199 "ChEBI" . +# +# http://purl.obolibrary.org/obo/CHEBI_33304 + . + . + "Any p-block molecular entity containing a chalcogen." . + "chalcogen molecular entity" . + "chebi_ontology" . + "chalcogen compounds" . + "chalcogen molecular entities" . + "CHEBI:33304" . + . + "chalcogen molecular entity" . +_:genid200 . +_:genid200 . +_:genid200 . +_:genid200 "chalcogen molecular entity" . +_:genid200 "ChEBI" . +_:genid201 . +_:genid201 . +_:genid201 . +_:genid201 "chalcogen compounds" . +_:genid201 "ChEBI" . +_:genid202 . +_:genid202 . +_:genid202 . +_:genid202 "chalcogen molecular entities" . +_:genid202 "ChEBI" . +# +# http://purl.obolibrary.org/obo/CHEBI_33415 + . + . + . + "CAS:7440-44-0" . + "CAS:82600-58-6" . + "Gmelin:8868" . + "chebi_ontology" . + "carbon" . + "CHEBI:33415" . + . + "elemental carbon" . +_:genid203 . +_:genid203 . +_:genid203 . +_:genid203 "CAS:7440-44-0" . +_:genid203 "ChemIDplus" . +_:genid204 . +_:genid204 . +_:genid204 . +_:genid204 "CAS:7440-44-0" . +_:genid204 "NIST Chemistry WebBook" . +_:genid205 . +_:genid205 . +_:genid205 . +_:genid205 "CAS:82600-58-6" . +_:genid205 "NIST Chemistry WebBook" . +_:genid206 . +_:genid206 . +_:genid206 . +_:genid206 "Gmelin:8868" . +_:genid206 "Gmelin" . +_:genid207 . +_:genid207 . +_:genid207 . +_:genid207 "carbon" . +_:genid207 "ChemIDplus" . +# +# http://purl.obolibrary.org/obo/CHEBI_33471 + . + . + "A bivalent group formed by removing two hydrogen atoms from a hydrocarbon, the free valencies of which are not engaged in a double bond." . + "hydrocarbylene group" . + "hydrocarbylene groups" . + "chebi_ontology" . + "groupe hydrocarbylene" . + "grupo hidrocarbileno" . + "grupos hidrocarbileno" . + "CHEBI:33471" . + . + "hydrocarbylene group" . +_:genid208 . +_:genid208 . +_:genid208 . +_:genid208 "hydrocarbylene group" . +_:genid208 "IUPAC" . +_:genid208 . +_:genid209 . +_:genid209 . +_:genid209 . +_:genid209 "hydrocarbylene groups" . +_:genid209 "IUPAC" . +_:genid209 . +_:genid210 . +_:genid210 . +_:genid210 . +_:genid210 "groupe hydrocarbylene" . +_:genid210 "IUPAC" . +_:genid211 . +_:genid211 . +_:genid211 . +_:genid211 "grupo hidrocarbileno" . +_:genid211 "IUPAC" . +_:genid212 . +_:genid212 . +_:genid212 . +_:genid212 "grupos hidrocarbileno" . +_:genid212 "IUPAC" . +# +# http://purl.obolibrary.org/obo/CHEBI_33579 + . + . + "A molecular entity containing one or more atoms from any of groups 1, 2, 13, 14, 15, 16, 17, and 18 of the periodic table." . + "chebi_ontology" . + "main group compounds" . + "main group molecular entities" . + "CHEBI:33579" . + . + "main group molecular entity" . +_:genid213 . +_:genid213 . +_:genid213 . +_:genid213 "main group compounds" . +_:genid213 "ChEBI" . +_:genid214 . +_:genid214 . +_:genid214 . +_:genid214 "main group molecular entities" . +_:genid214 "ChEBI" . +# +# http://purl.obolibrary.org/obo/CHEBI_33582 + . + . + "carbon group molecular entity" . + "chebi_ontology" . + "carbon group molecular entities" . + "CHEBI:33582" . + . + "carbon group molecular entity" . +_:genid215 . +_:genid215 . +_:genid215 . +_:genid215 "carbon group molecular entity" . +_:genid215 "ChEBI" . +_:genid216 . +_:genid216 . +_:genid216 . +_:genid216 "carbon group molecular entities" . +_:genid216 "ChEBI" . +# +# http://purl.obolibrary.org/obo/CHEBI_33595 + . + . + "Any molecule that consists of a series of atoms joined together to form a ring." . + "Wikipedia:Cyclic_compound" . + "chebi_ontology" . + "cyclic compounds" . + "CHEBI:33595" . + . + "cyclic compound" . +_:genid217 . +_:genid217 . +_:genid217 . +_:genid217 "cyclic compounds" . +_:genid217 "ChEBI" . +# +# http://purl.obolibrary.org/obo/CHEBI_33655 + . + . + "A cyclically conjugated molecular entity with a stability (due to delocalization) significantly greater than that of a hypothetical localized structure (e.g. Kekule structure) is said to possess aromatic character." . + "aromatic compounds" . + "aromatic molecular entity" . + "chebi_ontology" . + "aromatics" . + "aromatische Verbindungen" . + "CHEBI:33655" . + . + "aromatic compound" . +_:genid218 . +_:genid218 . +_:genid218 . +_:genid218 "aromatic compounds" . +_:genid218 "IUPAC" . +_:genid218 . +_:genid219 . +_:genid219 . +_:genid219 . +_:genid219 "aromatic molecular entity" . +_:genid219 "IUPAC" . +_:genid219 . +_:genid220 . +_:genid220 . +_:genid220 . +_:genid220 "aromatics" . +_:genid220 "ChEBI" . +_:genid221 . +_:genid221 . +_:genid221 . +_:genid221 "aromatische Verbindungen" . +_:genid221 "ChEBI" . +# +# http://purl.obolibrary.org/obo/CHEBI_33659 + . + . + . + "chebi_ontology" . + "organic aromatic compounds" . + "CHEBI:33659" . + . + "organic aromatic compound" . +_:genid222 . +_:genid222 . +_:genid222 . +_:genid222 "organic aromatic compounds" . +_:genid222 "ChEBI" . +# +# http://purl.obolibrary.org/obo/CHEBI_33675 + . + . + "A main group molecular entity that contains one or more atoms of a p-block element." . + "chebi_ontology" . + "p-block compounds" . + "p-block molecular entities" . + "p-block molecular entitiy" . + "CHEBI:33675" . + . + "p-block molecular entity" . +_:genid223 . +_:genid223 . +_:genid223 . +_:genid223 "p-block compounds" . +_:genid223 "ChEBI" . +_:genid224 . +_:genid224 . +_:genid224 . +_:genid224 "p-block molecular entities" . +_:genid224 "ChEBI" . +_:genid225 . +_:genid225 . +_:genid225 . +_:genid225 "p-block molecular entitiy" . +_:genid225 "ChEBI" . +# +# http://purl.obolibrary.org/obo/CHEBI_33832 + . + . + . + "Any organic molecule that consists of atoms connected in the form of a ring." . + "chebi_ontology" . + "organic cyclic compounds" . + "CHEBI:33832" . + . + "organic cyclic compound" . +_:genid226 . +_:genid226 . +_:genid226 . +_:genid226 "organic cyclic compounds" . +_:genid226 "ChEBI" . +# +# http://purl.obolibrary.org/obo/CHEBI_33833 + . + . + . + "A heterocyclic compound formally derived from an arene by replacement of one or more methine (-C=) and/or vinylene (-CH=CH-) groups by trivalent or divalent heteroatoms, respectively, in such a way as to maintain the continuous pi-electron system characteristic of aromatic systems and a number of out-of-plane pi-electrons corresponding to the Hueckel rule (4n+2)." . + "heteroarenes" . + "chebi_ontology" . + "hetarenes" . + "CHEBI:33833" . + . + "heteroarene" . +_:genid227 . +_:genid227 . +_:genid227 . +_:genid227 "heteroarenes" . +_:genid227 "IUPAC" . +_:genid227 . +_:genid228 . +_:genid228 . +_:genid228 . +_:genid228 "hetarenes" . +_:genid228 "IUPAC" . +# +# http://purl.obolibrary.org/obo/CHEBI_35352 + . + . + . + "Any heteroorganic entity containing at least one carbon-nitrogen bond." . + "organonitrogen compounds" . + "chebi_ontology" . + "organonitrogens" . + "CHEBI:35352" . + . + "organonitrogen compound" . +_:genid229 . +_:genid229 . +_:genid229 . +_:genid229 "organonitrogen compounds" . +_:genid229 "IUPAC" . +_:genid229 . +_:genid230 . +_:genid230 . +_:genid230 . +_:genid230 "organonitrogens" . +_:genid230 "ChEBI" . +# +# http://purl.obolibrary.org/obo/CHEBI_35489 + . + . + . + "Compounds of structure RSSR in which R and R' are organic groups." . + "0" . + "S2R2" . + "64.13000" . + "63.94414" . + "[*]SS[*]" . + "disulfides" . + "chebi_ontology" . + "an organic disulfide" . + "organic disulfides" . + "CHEBI:35489" . + . + "organic disulfide" . +_:genid231 . +_:genid231 . +_:genid231 . +_:genid231 "disulfides" . +_:genid231 "IUPAC" . +_:genid231 . +_:genid232 . +_:genid232 . +_:genid232 . +_:genid232 "an organic disulfide" . +_:genid232 "UniProt" . +_:genid233 . +_:genid233 . +_:genid233 . +_:genid233 "organic disulfides" . +_:genid233 "ChEBI" . +# +# http://purl.obolibrary.org/obo/CHEBI_36357 + . + . + "Any molecular entity consisting of more than one atom." . + "chebi_ontology" . + "polyatomic entities" . + "CHEBI:36357" . + . + "polyatomic entity" . +_:genid234 . +_:genid234 . +_:genid234 . +_:genid234 "polyatomic entities" . +_:genid234 "ChEBI" . +# +# http://purl.obolibrary.org/obo/CHEBI_36358 + . + . + . + "An ion consisting of more than one atom." . + "chebi_ontology" . + "polyatomic ions" . + "CHEBI:36358" . + . + "polyatomic ion" . +_:genid235 . +_:genid235 . +_:genid235 . +_:genid235 "polyatomic ions" . +_:genid235 "ChEBI" . +# +# http://purl.obolibrary.org/obo/CHEBI_36828 + . + . + "pseudohalide ions" . + "chebi_ontology" . + "pseudohalide anions" . + "pseudohalides" . + "pseudohalogen anion" . + "pseudohalogen ion" . + "CHEBI:36828" . + . + "pseudohalide anion" . +_:genid236 . +_:genid236 . +_:genid236 . +_:genid236 "pseudohalide ions" . +_:genid236 "IUPAC" . +_:genid236 . +_:genid237 . +_:genid237 . +_:genid237 . +_:genid237 "pseudohalide anions" . +_:genid237 "ChEBI" . +_:genid238 . +_:genid238 . +_:genid238 . +_:genid238 "pseudohalides" . +_:genid238 "ChEBI" . +_:genid239 . +_:genid239 . +_:genid239 . +_:genid239 "pseudohalogen anion" . +_:genid239 "ChEBI" . +_:genid240 . +_:genid240 . +_:genid240 . +_:genid240 "pseudohalogen ion" . +_:genid240 "ChEBI" . +# +# http://purl.obolibrary.org/obo/CHEBI_36829 + . + . + . + "chebi_ontology" . + "polyatomic monoanions" . + "CHEBI:36829" . + . + "polyatomic monoanion" . +_:genid241 . +_:genid241 . +_:genid241 . +_:genid241 "polyatomic monoanions" . +_:genid241 "ChEBI" . +# +# http://purl.obolibrary.org/obo/CHEBI_36830 + . + . + "-1" . + "chebi_ontology" . + "monoanions" . + "CHEBI:36830" . + . + "monoanion" . +_:genid242 . +_:genid242 . +_:genid242 . +_:genid242 "monoanions" . +_:genid242 "ChEBI" . +# +# http://purl.obolibrary.org/obo/CHEBI_36962 + . + . + . + "An organochalcogen compound is a compound containing at least one carbon-chalcogen bond." . + "organochalcogen compound" . + "chebi_ontology" . + "organochalcogen compounds" . + "CHEBI:36962" . + . + "organochalcogen compound" . +_:genid243 . +_:genid243 . +_:genid243 . +_:genid243 "organochalcogen compound" . +_:genid243 "ChEBI" . +_:genid244 . +_:genid244 . +_:genid244 . +_:genid244 "organochalcogen compounds" . +_:genid244 "ChEBI" . +# +# http://purl.obolibrary.org/obo/CHEBI_38101 + . + . + . + "Any organonitrogen compound containing a cyclic component with nitrogen and at least one other element as ring member atoms." . + "chebi_ontology" . + "heterocyclic organonitrogen compounds" . + "organonitrogen heterocyclic compounds" . + "CHEBI:38101" . + . + "organonitrogen heterocyclic compound" . +_:genid245 . +_:genid245 . +_:genid245 . +_:genid245 "heterocyclic organonitrogen compounds" . +_:genid245 "ChEBI" . +_:genid246 . +_:genid246 . +_:genid246 . +_:genid246 "organonitrogen heterocyclic compounds" . +_:genid246 "ChEBI" . +# +# http://purl.obolibrary.org/obo/CHEBI_38106 + . + . + . + "chebi_ontology" . + "heterocyclic organosulfur compounds" . + "organosulfur heterocyclic compounds" . + "CHEBI:38106" . + . + "organosulfur heterocyclic compound" . +_:genid247 . +_:genid247 . +_:genid247 . +_:genid247 "heterocyclic organosulfur compounds" . +_:genid247 "ChEBI" . +_:genid248 . +_:genid248 . +_:genid248 . +_:genid248 "organosulfur heterocyclic compounds" . +_:genid248 "ChEBI" . +# +# http://purl.obolibrary.org/obo/CHEBI_38179 + . + . + "chebi_ontology" . + "monocyclic heteroarenes" . + "CHEBI:38179" . + . + "monocyclic heteroarene" . +_:genid249 . +_:genid249 . +_:genid249 . +_:genid249 "monocyclic heteroarenes" . +_:genid249 "ChEBI" . +# +# http://purl.obolibrary.org/obo/CHEBI_38418 + . + . + "CHEBI:26949" . + "CHEBI:38417" . + "1,3-thiazoles" . + "chebi_ontology" . + "CHEBI:38418" . + . + "1,3-thiazoles" . +_:genid250 . +_:genid250 . +_:genid250 . +_:genid250 "1,3-thiazoles" . +_:genid250 "ChEBI" . +# +# http://purl.obolibrary.org/obo/CHEBI_48343 + . + . + "Compounds of structure RSSR'." . + "chebi_ontology" . + "disulfides" . + "CHEBI:48343" . + . + "disulfide" . +_:genid251 . +_:genid251 . +_:genid251 . +_:genid251 "disulfides" . +_:genid251 "ChEBI" . +# +# http://purl.obolibrary.org/obo/CHEBI_48901 + . + . + . + "An azole in which the five-membered heterocyclic aromatic skeleton contains a N atom and one S atom." . + "chebi_ontology" . + "thiazole" . + "CHEBI:48901" . + . + "thiazoles" . +_:genid252 . +_:genid252 . +_:genid252 . +_:genid252 "thiazole" . +_:genid252 "ChEBI" . +# +# http://purl.obolibrary.org/obo/CHEBI_50795 + . + . + "A nanometre sized object." . + "chebi_ontology" . + "nanoestructura" . + "CHEBI:50795" . + . + "nanostructure" . +_:genid253 . +_:genid253 . +_:genid253 . +_:genid253 "nanoestructura" . +_:genid253 "ChEBI" . +# +# http://purl.obolibrary.org/obo/CHEBI_50803 + . + . + "A nanosized spherical or capsule-shaped structure." . + "chebi_ontology" . + "NP" . + "Nanoteilchen" . + "nanoparticles" . + "nanoparticula" . + "nanoparticule" . + "CHEBI:50803" . + . + "nanoparticle" . +_:genid254 . +_:genid254 . +_:genid254 . +_:genid254 "NP" . +_:genid254 "ChEBI" . +_:genid255 . +_:genid255 . +_:genid255 . +_:genid255 "Nanoteilchen" . +_:genid255 "ChEBI" . +_:genid256 . +_:genid256 . +_:genid256 . +_:genid256 "nanoparticles" . +_:genid256 "ChEBI" . +_:genid257 . +_:genid257 . +_:genid257 . +_:genid257 "nanoparticula" . +_:genid257 "ChEBI" . +_:genid258 . +_:genid258 . +_:genid258 . +_:genid258 "nanoparticule" . +_:genid258 "ChEBI" . +# +# http://purl.obolibrary.org/obo/CHEBI_50812 + . + . + . + "chebi_ontology" . + "carbon nanostructures" . + "CHEBI:50812" . + . + "carbon nanostructure" . +_:genid259 . +_:genid259 . +_:genid259 . +_:genid259 "carbon nanostructures" . +_:genid259 "ChEBI" . +# +# http://purl.obolibrary.org/obo/CHEBI_50860 + . + . + "Any molecular entity that contains carbon." . + "CHEBI:25700" . + "CHEBI:33244" . + "chebi_ontology" . + "organic compounds" . + "organic entity" . + "organic molecular entities" . + "CHEBI:50860" . + . + "organic molecular entity" . +_:genid260 . +_:genid260 . +_:genid260 . +_:genid260 "organic compounds" . +_:genid260 "ChEBI" . +_:genid261 . +_:genid261 . +_:genid261 . +_:genid261 "organic entity" . +_:genid261 "ChEBI" . +_:genid262 . +_:genid262 . +_:genid262 . +_:genid262 "organic molecular entities" . +_:genid262 "ChEBI" . +# +# http://purl.obolibrary.org/obo/CHEBI_51143 + . + . + "CHEBI:25556" . + "CHEBI:7594" . + "KEGG:C06061" . + "chebi_ontology" . + "Nitrogenous compounds" . + "nitrogen compounds" . + "nitrogen molecular entities" . + "CHEBI:51143" . + . + "nitrogen molecular entity" . +_:genid263 . +_:genid263 . +_:genid263 . +_:genid263 "Nitrogenous compounds" . +_:genid263 "KEGG_COMPOUND" . +_:genid264 . +_:genid264 . +_:genid264 . +_:genid264 "nitrogen compounds" . +_:genid264 "ChEBI" . +_:genid265 . +_:genid265 . +_:genid265 . +_:genid265 "nitrogen molecular entities" . +_:genid265 "ChEBI" . +# +# http://purl.obolibrary.org/obo/CHEBI_51422 + . + . + "Any organic substituent group, regardless of functional type, having two free valences at carbon atom(s)." . + "chebi_ontology" . + "organodiyl groups" . + "CHEBI:51422" . + . + "organodiyl group" . +_:genid266 . +_:genid266 . +_:genid266 . +_:genid266 "organodiyl groups" . +_:genid266 "ChEBI" . +# +# http://purl.obolibrary.org/obo/CHEBI_51446 + . + . + "chebi_ontology" . + "CHEBI:51446" . + . + "organic divalent group" . +# +# http://purl.obolibrary.org/obo/CHEBI_5686 + . + . + "A cyclic compound having as ring members atoms of at least two different elements." . + "Heterocyclic compound" . + "chebi_ontology" . + "compuesto heterociclico" . + "compuestos heterociclicos" . + "heterocycle" . + "heterocyclic compounds" . + "CHEBI:5686" . + . + "heterocyclic compound" . +_:genid267 . +_:genid267 . +_:genid267 . +_:genid267 "Heterocyclic compound" . +_:genid267 "KEGG_COMPOUND" . +_:genid268 . +_:genid268 . +_:genid268 . +_:genid268 "compuesto heterociclico" . +_:genid268 "IUPAC" . +_:genid269 . +_:genid269 . +_:genid269 . +_:genid269 "compuestos heterociclicos" . +_:genid269 "IUPAC" . +_:genid270 . +_:genid270 . +_:genid270 . +_:genid270 "heterocycle" . +_:genid270 "ChEBI" . +_:genid271 . +_:genid271 . +_:genid271 . +_:genid271 "heterocyclic compounds" . +_:genid271 "ChEBI" . +# +# http://purl.obolibrary.org/obo/CHEBI_59999 + . + . + "A chemical substance is a portion of matter of constant composition, composed of molecular entities of the same type or of different types."@en . + "chebi_ontology" . + "Chemische Substanz"@de . + "Chemische Substanz" . + "CHEBI:59999" . + . + "chemical substance"@en . + "chemische Substanz"@de . +_:genid272 . +_:genid272 . +_:genid272 . +_:genid272 "Chemische Substanz" . +_:genid272 "ChEBI" . +# +# http://purl.obolibrary.org/obo/CHEBI_60004 + . + . + "A mixture is a chemical substance composed of multiple molecules, at least two of which are of a different kind."@en . + "chebi_ontology" . + "Mischung"@de . + "Mischung" . + "CHEBI:60004" . + . + "Mischung"@de . + "mixture"@en . +_:genid273 . +_:genid273 . +_:genid273 . +_:genid273 "Mischung" . +_:genid273 "ChEBI" . +# +# http://purl.obolibrary.org/obo/CHEBI_68452 + . + . + . + "Any monocyclic heteroarene consisting of a five-membered ring containing nitrogen. Azoles can also contain one or more other non-carbon atoms, such as nitrogen, sulfur or oxygen." . + "Wikipedia:Azole" . + "chebi_ontology" . + "azoles" . + "CHEBI:68452" . + . + "azole" . +_:genid274 . +_:genid274 . +_:genid274 . +_:genid274 "azoles" . +_:genid274 "ChEBI" . +# +# http://purl.obolibrary.org/obo/CHEBI_72695 + . + . + . + "Any molecule that consists of at least one carbon atom as part of the electrically neutral entity." . + "chebi_ontology" . + "organic compound" . + "organic compounds" . + "organic molecules" . + "CHEBI:72695" . + . + "organic molecule" . +_:genid275 . +_:genid275 . +_:genid275 . +_:genid275 "organic compound" . +_:genid275 "ChEBI" . +_:genid276 . +_:genid276 . +_:genid276 . +_:genid276 "organic compounds" . +_:genid276 "ChEBI" . +_:genid277 . +_:genid277 . +_:genid277 . +_:genid277 "organic molecules" . +_:genid277 "ChEBI" . +# +# http://purl.obolibrary.org/obo/CHEBI_82297 + . + . + "An elemental carbon in the form of virtually pure colloidal particles that are produced by incomplete combustion or thermal decomposition of gaseous or liquid hydrocarbons under controlled conditions. A black, finely divided pellet or powder, its properties of specific surface area, particle size and structure, conductivity and colour can be varied by varying the exact conditions for its production. It is used in tyres, rubber and plastic products, printing inks and coatings." . + "CAS:1333-86-4" . + "KEGG:C19202" . + "PMID:24291665" . + "PMID:24669321" . + "PMID:25071917" . + "PMID:26803751" . + "Wikipedia:Carbon_black" . + "chebi_ontology" . + "CHEBI:82297" . + . + "carbon black" . +_:genid278 . +_:genid278 . +_:genid278 . +_:genid278 "CAS:1333-86-4" . +_:genid278 "ChemIDplus" . +_:genid279 . +_:genid279 . +_:genid279 . +_:genid279 "CAS:1333-86-4" . +_:genid279 "KEGG COMPOUND" . +_:genid280 . +_:genid280 . +_:genid280 . +_:genid280 "PMID:24291665" . +_:genid280 "Europe PMC" . +_:genid281 . +_:genid281 . +_:genid281 . +_:genid281 "PMID:24669321" . +_:genid281 "Europe PMC" . +_:genid282 . +_:genid282 . +_:genid282 . +_:genid282 "PMID:25071917" . +_:genid282 "Europe PMC" . +_:genid283 . +_:genid283 . +_:genid283 . +_:genid283 "PMID:26803751" . +_:genid283 "Europe PMC" . +# +# http://purl.obolibrary.org/obo/CHEBI_82298 + . + . + "0" . + "C12H16O15S2" . + "CAS:53973-98-1" . + "KEGG:C19203" . + "KEGG:D05539" . + "chebi_ontology" . + "Carrageenan, degraded"@en . + "Carrageenan, degraded" . + "CHEBI:82298" . + . + "Poligeenan"@en . +_:genid284 . +_:genid284 . +_:genid284 . +_:genid284 "CAS:53973-98-1" . +_:genid284 "KEGG COMPOUND" . +_:genid285 . +_:genid285 . +_:genid285 . +_:genid285 "Carrageenan, degraded" . +_:genid285 "KEGG_COMPOUND" . +# +# http://purl.obolibrary.org/obo/CHEBI_84291 + . + . + . + "An organic anion in which the charge resides on a sulfur atom." . + "chebi_ontology" . + "organic sulfur anions" . + "CHEBI:84291" . + . + "organic sulfur anion" . +_:genid286 . +_:genid286 . +_:genid286 . +_:genid286 "organic sulfur anions" . +_:genid286 "ChEBI" . +# +# http://purl.obolibrary.org/obo/CHEBI_84292 + . + . + "Any organic sulfur anion resulting from the removal of a proton from any N-substituted dithiocarbamic acid." . + "-1" . + "CNS2R2" . + "90.14800" . + "89.94722" . + "[S-]C(=S)N([*])[*]" . + "chebi_ontology" . + "CHEBI:84292" . + . + "dithiocarbamate anions" . +# +# http://purl.obolibrary.org/obo/GO_0003674 + . + "A molecular process that can be carried out by the action of a single macromolecular machine, usually via direct physical interactions with other molecular entities. Function in this sense denotes an action, or activity, that a gene product (or a complex) performs. These actions are described from two distinct but related perspectives: (1) biochemical activity, and (2) role as a component in a larger system/process." . + "molecular function" . + "GO:0003674" . + "Note that, in addition to forming the root of the molecular function ontology, this term is recommended for use for the annotation of gene products whose molecular function is unknown. When this term is used for annotation, it indicates that no information was available about the molecular function of the gene product annotated as of the date the annotation was made; the evidence code 'no data' (ND), is used to indicate this. Despite its name, this is not a type of 'function' in the sense typically defined by upper ontologies such as Basic Formal Ontology (BFO). It is instead a BFO:process carried out by a single gene product or complex." . + "molecular_function"@en . +_:genid287 . +_:genid287 . +_:genid287 . +_:genid287 "A molecular process that can be carried out by the action of a single macromolecular machine, usually via direct physical interactions with other molecular entities. Function in this sense denotes an action, or activity, that a gene product (or a complex) performs. These actions are described from two distinct but related perspectives: (1) biochemical activity, and (2) role as a component in a larger system/process." . +_:genid287 "GOC:pdt" . +# +# http://purl.obolibrary.org/obo/GO_0008150 + . + "A biological process represents a specific objective that the organism is genetically programmed to achieve. Biological processes are often described by their outcome or ending state, e.g., the biological process of cell division results in the creation of two daughter cells (a divided cell) from a single parent cell. A biological process is accomplished by a particular set of molecular functions carried out by specific gene products (or macromolecular complexes), often in a highly regulated manner and in a particular temporal sequence."@en . + "A biological process represents a specific objective that the organism is genetically programmed to achieve. Biological processes are often described by their outcome or ending state, e.g., the biological process of cell division results in the creation of two daughter cells (a divided cell) from a single parent cell. A biological process is accomplished by a particular set of molecular functions carried out by specific gene products (or macromolecular complexes), often in a highly regulated manner and in a particular temporal sequence." . + "jl" . + "2012-09-19T15:05:24Z" . + "Wikipedia:Biological_process" . + "biological process"@en . + "physiological process"@en . + "single organism process"@en . + "single-organism process"@en . + "GO:0008150" . + "Note that, in addition to forming the root of the biological process ontology, this term is recommended for use for the annotation of gene products whose biological process is unknown. When this term is used for annotation, it indicates that no information was available about the biological process of the gene product annotated as of the date the annotation was made; the evidence code 'no data' (ND), is used to indicate this."@en . + "biological process"@en . + "biologischer Prozess"@de . +_:genid288 . +_:genid288 . +_:genid288 . +_:genid288 "A biological process represents a specific objective that the organism is genetically programmed to achieve. Biological processes are often described by their outcome or ending state, e.g., the biological process of cell division results in the creation of two daughter cells (a divided cell) from a single parent cell. A biological process is accomplished by a particular set of molecular functions carried out by specific gene products (or macromolecular complexes), often in a highly regulated manner and in a particular temporal sequence." . +_:genid288 "GOC:pdt" . +# +# http://purl.obolibrary.org/obo/GO_0016301 + . + . + "Catalysis of the transfer of a phosphate group, usually from ATP, to a substrate molecule." . + "Reactome:R-HSA-6788855" . + "Reactome:R-HSA-6788867" . + "phosphokinase activity" . + "GO:0016301" . + "Note that this term encompasses all activities that transfer a single phosphate group; although ATP is by far the most common phosphate donor, reactions using other phosphate donors are included in this term." . + "kinase activity" . +_:genid289 . +_:genid289 . +_:genid289 . +_:genid289 "Catalysis of the transfer of a phosphate group, usually from ATP, to a substrate molecule." . +_:genid289 "ISBN:0198506732" . +_:genid290 . +_:genid290 . +_:genid290 . +_:genid290 "Reactome:R-HSA-6788855" . +_:genid290 "FN3KRP phosphorylates PsiAm, RibAm" . +_:genid291 . +_:genid291 . +_:genid291 . +_:genid291 "Reactome:R-HSA-6788867" . +_:genid291 "FN3K phosphorylates ketosamines" . +# +# http://purl.obolibrary.org/obo/IAO_0000003 + . + . + "measurement unit label"@en . + "Examples of measurement unit labels are liters, inches, weight per volume."@en . + . + "A measurement unit label is as a label that is part of a scalar measurement datum and denotes a unit of measure."@en . + "2009-03-16: provenance: a term measurement unit was\nproposed for OBI (OBI_0000176) , edited by Chris Stoeckert and\nCristian Cocos, and subsequently moved to IAO where the objective for\nwhich the original term was defined was satisfied with the definition\nof this, different, term."@en . + "2009-03-16: review of this term done during during the OBI workshop winter 2009 and the current definition was considered acceptable for use in OBI. If there is a need to modify this definition please notify OBI."@en . + "PERSON: Alan Ruttenberg"@en . + "PERSON: Melanie Courtot"@en . + "measurement unit label"@en . +# +# http://purl.obolibrary.org/obo/IAO_0000009 + . + "datum label"@en . + . + "A label is a symbol that is part of some other datum and is used to either partially define the denotation of that datum or to provide a means for identifying the datum as a member of the set of data with the same label"@en . + "http://www.golovchenko.org/cgi-bin/wnsearch?q=label#4n"@en . + "GROUP: IAO"@en . + "9/22/11 BP: changed the rdfs:label for this class from 'label' to 'datum label' to convey that this class is not intended to cover all kinds of labels (stickers, radiolabels, etc.), and not even all kind of textual labels, but rather the kind of labels occuring in a datum. \n" . + "datum label"@en . +# +# http://purl.obolibrary.org/obo/IAO_0000010 + . + "software"@en . + . + "Software is a plan specification composed of a series of instructions that can be \ninterpreted by or directly executed by a processing unit."@en . + "see sourceforge tracker discussion at http://sourceforge.net/tracker/index.php?func=detail&aid=1958818&group_id=177891&atid=886178"@en . + "PERSON: Alan Ruttenberg"@en . + "PERSON: Bjoern Peters"@en . + "PERSON: Chris Stoeckert"@en . + "PERSON: Melanie Courtot"@en . + "GROUP: OBI"@en . + "software"@en . +# +# http://purl.obolibrary.org/obo/IAO_0000015 + . + "information carrier"@en . + "In the case of a printed paperback novel the physicality of the ink and of the paper form part of the information bearer. The qualities of appearing black and having a certain pattern for the ink and appearing white for the paper form part of the information carrier in this case."@en . + . + "A quality of an information bearer that imparts the information content"@en . + "12/15/09: There is a concern that some ways that carry information may be processes rather than qualities, such as in a 'delayed wave carrier'."@en . + "2014-03-10: We are not certain that all information carriers are qualities. There was a discussion of dropping it." . + "PERSON: Alan Ruttenberg"@en . + "Smith, Ceusters, Ruttenberg, 2000 years of philosophy"@en . + "information carrier"@en . +# +# http://purl.obolibrary.org/obo/IAO_0000027 + . + "data item"@en . + "Data items include counts of things, analyte concentrations, and statistical summaries."@en . + . + "An information content entity that is intended to be a truthful statement about something (modulo, e.g., measurement precision or other systematic errors) and is constructed/acquired by a method which reliably tends to produce (approximately) truthful statements."@en . + "2/2/2009 Alan and Bjoern discussing FACS run output data. This is a data item because it is about the cell population. Each element records an event and is typically further composed a set of measurment data items that record the fluorescent intensity stimulated by one of the lasers."@en . + "2009-03-16: data item deliberatly ambiguous: we merged data set and datum to be one entity, not knowing how to define singular versus plural. So data item is more general than datum."@en . + "2009-03-16: removed datum as alternative term as datum specifically refers to singular form, and is thus not an exact synonym."@en . + "JAR: datum -- well, this will be very tricky to define, but maybe some \ninformation-like stuff that might be put into a computer and that is \nmeant, by someone, to denote and/or to be interpreted by some \nprocess... I would include lists, tables, sentences... I think I might \ndefer to Barry, or to Brian Cantwell Smith\n\nJAR: A data item is an approximately justified approximately true approximate belief"@en . + "2014-03-31: See discussion at http://odontomachus.wordpress.com/2014/03/30/aboutness-objects-propositions/" . + "PERSON: Alan Ruttenberg"@en . + "PERSON: Chris Stoeckert"@en . + "PERSON: Jonathan Rees"@en . + "data"@en . + "data item"@en . +# +# http://purl.obolibrary.org/obo/IAO_0000037 + . + . + "dot plot"@en . + "Dot plot of SSC-H and FSC-H."@en . + . + "A dot plot is a report graph which is a graphical representation of data where each data point is represented by a single dot placed on coordinates corresponding to data point values in particular dimensions."@en . + "person:Allyson Lister"@en . + "person:Chris Stoeckert"@en . + "OBI_0000123"@en . + "group:OBI"@en . + "dot plot"@en . +# +# http://purl.obolibrary.org/obo/IAO_0000038 + . + . + "graph"@en . + . + "A diagram that presents one or more tuples of information by mapping those tuples in to a two dimensional space in a non arbitrary way."@en . + "PERSON: Lawrence Hunter"@en . + "person:Alan Ruttenberg"@en . + "person:Allyson Lister"@en . + "OBI_0000240"@en . + "group:OBI"@en . + "graph"@en . +# +# http://purl.obolibrary.org/obo/IAO_0000064 + . + "algorithm"@en . + "PMID: 18378114.Genomics. 2008 Mar 28. LINKGEN: A new algorithm to process data in genetic linkage studies."@en . + . + "A plan specification which describes the inputs and output of mathematical functions as well as workflow of execution for achieving an predefined objective. Algorithms are realized usually by means of implementation as computer programs for execution by automata."@en . + "Philippe Rocca-Serra"@en . + "PlanAndPlannedProcess Branch"@en . + "OBI_0000270"@en . + "adapted from discussion on OBI list (Matthew Pocock, Christian Cocos, Alan Ruttenberg)"@en . + "algorithm"@en . +# +# http://purl.obolibrary.org/obo/IAO_0000078 + . + _:genid292 . +_:genid292 _:genid301 . +_:genid301 _:genid300 . +_:genid300 _:genid299 . +_:genid299 _:genid298 . +_:genid298 _:genid297 . +_:genid297 _:genid296 . +_:genid296 _:genid295 . +_:genid295 _:genid294 . +_:genid294 _:genid293 . +_:genid293 . +_:genid293 . +_:genid293 . +_:genid294 . +_:genid294 . +_:genid295 . +_:genid295 . +_:genid296 . +_:genid296 . +_:genid297 . +_:genid297 . +_:genid298 . +_:genid298 . +_:genid299 . +_:genid299 . +_:genid300 . +_:genid300 . +_:genid301 . +_:genid301 . +_:genid292 . + . + "curation status specification"@en . + . + "The curation status of the term. The allowed values come from an enumerated list of predefined terms. See the specification of these instances for more detailed definitions of each enumerated value."@en . + "Better to represent curation as a process with parts and then relate labels to that process (in IAO meeting)"@en . + "PERSON:Bill Bug"@en . + "GROUP:OBI:"@en . + "OBI_0000266"@en . + "curation status specification"@en . +# +# http://purl.obolibrary.org/obo/IAO_0000100 + . + . + "data set"@en . + "Intensity values in a CEL file or from multiple CEL files comprise a data set (as opposed to the CEL files themselves)."@en . + . + "A data item that is an aggregate of other data items of the same type that have something in common. Averages and distributions can be determined for data sets."@en . + "2009/10/23 Alan Ruttenberg. The intention is that this term represent collections of like data. So this isn't for, e.g. the whole contents of a cel file, which includes parameters, metadata etc. This is more like java arrays of a certain rather specific type"@en . + "2014-05-05: Data sets are aggregates and thus must include two or more data items. We have chosen not to add logical axioms to make this restriction." . + "person:Allyson Lister"@en . + "person:Chris Stoeckert"@en . + "OBI_0000042"@en . + "group:OBI"@en . + "data set"@en . +# +# http://purl.obolibrary.org/obo/IAO_0000101 + . + . + "image"@en . + . + "An image is an affine projection to a two dimensional surface, of measurements of some quality of an entity or entities repeated at regular intervals across a spatial range, where the measurements are represented as color and luminosity on the projected on surface."@en . + "person:Alan Ruttenberg"@en . + "person:Allyson"@en . + "person:Chris Stoeckert"@en . + "OBI_0000030"@en . + "group:OBI"@en . + "image"@en . +# +# http://purl.obolibrary.org/obo/IAO_0000102 + . + . + "data about an ontology part"@en . + "Data about an ontology part is a data item about a part of an ontology, for example a term"@en . + "Person:Alan Ruttenberg"@en . + "data about an ontology part"@en . +# +# http://purl.obolibrary.org/obo/IAO_0000109 + . + . + _:genid302 . +_:genid302 . +_:genid302 . +_:genid302 . + "measurement datum"@en . + "Examples of measurement data are the recoding of the weight of a mouse as {40,mass,\"grams\"}, the recording of an observation of the behavior of the mouse {,process,\"agitated\"}, the recording of the expression level of a gene as measured through the process of microarray experiment {3.4,luminosity,}."@en . + . + "A measurement datum is an information content entity that is a recording of the output of a measurement such as produced by a device."@en . + "2/2/2009 is_specified_output of some assay?"@en . + "person:Chris Stoeckert"@en . + "OBI_0000305"@en . + "group:OBI"@en . + "measurement datum"@en . +# +# http://purl.obolibrary.org/obo/IAO_0000178 + . + "material information bearer"@en . + "A page of a paperback novel with writing on it. The paper itself is a material information bearer, the pattern of ink is the information carrier."@en . + "a brain"@en . + "a hard drive"@en . + . + "A material entity in which a concretization of an information content entity inheres."@en . + "GROUP: IAO"@en . + "material information bearer"@en . +# +# http://purl.obolibrary.org/obo/IAO_0000179 + . + . + "histogram"@en . + . + "A histogram is a report graph which is a statistical description of a\ndistribution in terms of occurrence frequencies of different event classes."@en . + "PERSON:Chris Stoeckert"@en . + "PERSON:James Malone"@en . + "PERSON:Melanie Courtot"@en . + "GROUP:OBI"@en . + "histogram"@en . +# +# http://purl.obolibrary.org/obo/IAO_0000180 + . + . + "heatmap"@en . + . + "A heatmap is a report graph which is a graphical representation of data\nwhere the values taken by a variable(s) are shown as colors in a\ntwo-dimensional map."@en . + "PERSON:Chris Stoeckert"@en . + "PERSON:James Malone"@en . + "PERSON:Melanie Courtot"@en . + "GROUP:OBI"@en . + "heatmap"@en . +# +# http://purl.obolibrary.org/obo/IAO_0000183 + . + . + "dendrogram"@en . + "Dendrograms are often used in computational biology to\nillustrate the clustering of genes."@en . + . + "A dendrogram is a report graph which is a tree diagram\nfrequently used to illustrate the arrangement of the clusters produced by a\nclustering algorithm."@en . + "PERSON:Chris Stoeckert"@en . + "PERSON:James Malone"@en . + "PERSON:Melanie Courtot"@en . + "WEB: http://en.wikipedia.org/wiki/Dendrogram"@en . + "dendrogram"@en . +# +# http://purl.obolibrary.org/obo/IAO_0000184 + . + . + "scatter plot"@en . + "Comparison of gene expression values in two samples can be displayed in a scatter plot"@en . + . + "A scatterplot is a graph which uses Cartesian coordinates to display values for two variables for a set of data. The data is displayed as a collection of points, each having the value of one variable determining the position on the horizontal axis and the value of the other variable determining the position on the vertical axis."@en . + "PERSON:Chris Stoeckert"@en . + "PERSON:James Malone"@en . + "PERSON:Melanie Courtot"@en . + "scattergraph"@en . + "WEB: http://en.wikipedia.org/wiki/Scatterplot"@en . + "scatter plot"@en . +# +# http://purl.obolibrary.org/obo/IAO_0000225 + . + _:genid303 . +_:genid303 _:genid308 . +_:genid308 _:genid307 . +_:genid307 _:genid306 . +_:genid306 _:genid305 . +_:genid305 _:genid304 . +_:genid304 . +_:genid304 . +_:genid304 . +_:genid305 . +_:genid305 . +_:genid306 . +_:genid306 . +_:genid307 . +_:genid307 . +_:genid308 . +_:genid308 . +_:genid303 . + . + "obsolescence reason specification"@en . + . + "The reason for which a term has been deprecated. The allowed values come from an enumerated list of predefined terms. See the specification of these instances for more detailed definitions of each enumerated value."@en . + "The creation of this class has been inspired in part by Werner Ceusters' paper, Applying evolutionary terminology auditing to the Gene Ontology."@en . + "PERSON: Alan Ruttenberg"@en . + "PERSON: Melanie Courtot"@en . + "obsolescence reason specification"@en . +# +# http://purl.obolibrary.org/obo/IAO_0000308 + . + "figure"@en . + "Any picture, diagram or table"@en . + . + "An information content entity consisting of a two dimensional arrangement of information content entities such that the arrangement itself is about something."@en . + "PERSON: Lawrence Hunter"@en . + "figure"@en . +# +# http://purl.obolibrary.org/obo/IAO_0000309 + . + . + "diagram"@en . + "A molecular structure ribbon cartoon showing helices, turns and sheets and their relations to each other in space."@en . + . + "A figure that expresses one or more propositions"@en . + "PERSON: Lawrence Hunter"@en . + "diagram"@en . +# +# http://purl.obolibrary.org/obo/IAO_0000310 + . + "document"@en . + "A journal article, patent application, laboratory notebook, or a book"@en . + . + "A collection of information content entities intended to be understood together as a whole"@en . + "PERSON: Lawrence Hunter"@en . + "document"@en . +# +# http://purl.obolibrary.org/obo/IAO_0000409 + . + _:genid309 . +_:genid309 _:genid312 . +_:genid312 _:genid311 . +_:genid311 _:genid310 . +_:genid310 . +_:genid310 . +_:genid310 . +_:genid311 . +_:genid311 . +_:genid312 . +_:genid312 . +_:genid309 . + . + "denotator type"@en . + "The Basic Formal Ontology ontology makes a distinction between Universals and defined classes, where the formal are \"natural kinds\" and the latter arbitrary collections of entities."@en . + "A denotator type indicates how a term should be interpreted from an ontological perspective."@en . + "Alan Ruttenberg"@en . + "Barry Smith, Werner Ceusters"@en . + "denotator type"@en . +# +# http://purl.obolibrary.org/obo/OBI_0000011 + . + "planned process"@en . + "planned process" . + "Injecting mice with a vaccine in order to test its efficacy" . + . + "A process that realizes a plan which is the concretization of a plan specification."@en . + "'Plan' includes a future direction sense. That can be problematic if plans are changed during their execution. There are however implicit contingencies for protocols that an agent has in his mind that can be considered part of the plan, even if the agent didn't have them in mind before. Therefore, a planned process can diverge from what the agent would have said the plan was before executing it, by adjusting to problems encountered during execution (e.g. choosing another reagent with equivalent properties, if the originally planned one has run out.)" . + "We are only considering successfully completed planned processes. A plan may be modified, and details added during execution. For a given planned process, the associated realized plan specification is the one encompassing all changes made during execution. This means that all processes in which an agent acts towards achieving some \nobjectives is a planned process." . + "Bjoern Peters" . + "branch derived" . + "This class merges the previously separated objective driven process and planned process, as they the separation proved hard to maintain. (1/22/09, branch call)"@en . + "6/11/9: Edited at workshop. Used to include: is initiated by an agent" . + . + "planned process"@en . +# +# http://purl.obolibrary.org/obo/OBI_0000014 + . + . + "regulator role" . + "Fact sheet - Regulating the companies The role of the regulator. Ofwat is the economic regulator of the water and sewerage industry in England and Wales. http://www.ofwat.gov.uk/aptrix/ofwat/publish.nsf/Content/roleofregulator_factsheet170805"@en . + . + "a regulatory role involved with making and/or enforcing relevant legislation and governmental orders"@en . + "Person:Jennifer Fostel"@en . + "regulator" . + "OBI"@en . + "regulator role"@en . +# +# http://purl.obolibrary.org/obo/OBI_0000017 + . + . + "regulatory role"@en . + "Regulatory agency, Ethics committee, Approval letter; example: Browse these EPA Regulatory Role subtopics http://www.epa.gov/ebtpages/enviregulatoryrole.html Feb 29, 2008"@en . + . + "a role which inheres in material entities and is realized in the processes of making, enforcing or being defined by legislation or orders issued by a governmental body."@en . + "GROUP: Role branch"@en . + "OBI, CDISC"@en . + "govt agents responsible for creating regulations; proxies for enforcing regulations. CDISC definition: regulatory authorities. Bodies having the power to regulate. NOTE: In the ICH GCP guideline the term includes the authorities that review submitted clinical data and those that conduct inspections. These bodies are sometimes referred to as competent"@en . + "regulatory role"@en . +# +# http://purl.obolibrary.org/obo/OBI_0000018 + . + . + "material supplier role" . + "Jackson Labs is an organization which provide mice as experimental material" . + . + "a role realized through the process of supplying materials such as animal subjects, reagents or other materials used in an investigation."@en . + "Supplier role is a special kind of service, e.g. biobank" . + "PERSON:Jennifer Fostel"@en . + "material provider role" . + "supplier" . + "material supplier role"@en . +# +# http://purl.obolibrary.org/obo/OBI_0000023 + . + _:genid313 . +_:genid313 . +_:genid313 . +_:genid313 . + . + _:genid314 . +_:genid314 . +_:genid314 . +_:genid314 . + "classified data set" . + . + "A data set that is produced as the output of a class prediction data transformation and consists of a data set with assigned class labels."@en . + "PERSON: James Malone" . + "PERSON: Monnie McGee" . + "data set with assigned class labels" . + "classified data set"@en . +# +# http://purl.obolibrary.org/obo/OBI_0000047 + . + _:genid315 . +_:genid315 . +_:genid315 . +_:genid315 . + "processed material"@en . + "Examples include gel matrices, filter paper, parafilm and buffer solutions, mass spectrometer, tissue samples"@en . + . + "Is a material entity that is created or changed during material processing."@en . + "PERSON: Alan Ruttenberg"@en . + "processed material"@en . +# +# http://purl.obolibrary.org/obo/OBI_0000067 + . + . + _:genid316 . +_:genid316 . +_:genid316 . +_:genid316 . + "evaluant role"@en . + "When a specimen of blood is assayed for glucose concentration, the blood has the evaluant role. When measuring the mass of a mouse, the evaluant is the mouse. When measuring the time of DNA replication, the evaluant is the DNA. When measuring the intensity of light on a surface, the evaluant is the light source."@en . + . + "a role that inheres in a material entity that is realized in an assay in which data is generated about the bearer of the evaluant role"@en . + "Role call - 17nov-08: JF and MC think an evaluant role is always specified input of a process. Even in the case where we have an assay taking blood as evaluant and outputting blood, the blood is not the specified output at the end of the assay (the concentration of glucose in the blood is)"@en . + "examples of features that could be described in an evaluant: quality.... e.g. \"contains 10 pg/ml IL2\", or \"no glucose detected\")"@en . + "GROUP: Role Branch" . + "OBI" . + "Feb 10, 2009. changes after discussion at OBI Consortium Workshop Feb 2-6, 2009. accepted as core term." . + "evaluant role"@en . +# +# http://purl.obolibrary.org/obo/OBI_0000070 + . + . + _:genid317 . +_:genid317 . +_:genid317 . +_:genid317 . + . + "assay"@en . + "Assay the wavelength of light emitted by excited Neon atoms. Count of geese flying over a house." . + . + "A planned process with the objective to produce information about the material entity that is the evaluant, by physically examining it or its proxies."@en . + "12/3/12: BP: the reference to the 'physical examination' is included to point out that a prediction is not an assay, as that does not require physical examiniation." . + "PlanAndPlannedProcess Branch"@en . + "measuring"@en . + "scientific observation"@en . + "OBI branch derived"@en . + "study assay" . + "any method" . + "assay"@en . +# +# http://purl.obolibrary.org/obo/OBI_0000094 + . + . + _:genid318 . +_:genid318 . +_:genid318 . +_:genid318 . + "material processing" . + "A cell lysis, production of a cloning vector, creating a buffer." . + . + "A planned process which results in physical changes in a specified input material"@en . + "PERSON: Bjoern Peters"@en . + "PERSON: Frank Gibson" . + "PERSON: Jennifer Fostel" . + "PERSON: Melanie Courtot" . + "PERSON: Philippe Rocca Serra" . + "material transformation"@en . + "OBI branch derived"@en . + "material processing"@en . +# +# http://purl.obolibrary.org/obo/OBI_0000112 + . + . + "specimen role" . + "liver section; a portion of a culture of cells; a nemotode or other animal once no longer a subject (generally killed); portion of blood from a patient." . + . + "a role borne by a material entity that is gained during a specimen collection process and that can be realized by use of the specimen in an investigation"@en . + "blood taken from animal: animal continues in study, whereas blood has role specimen.\nsomething taken from study subject, leaves the study and becomes the specimen."@en . + "parasite example\n- when parasite in people we study people, people are subjects and parasites are specimen\n- when parasite extracted, they become subject in the following study\nspecimen can later be subject."@en . + "22Jun09. The definition includes whole organisms, and can include a human. The link between specimen role and study subject role has been removed. A specimen taken as part of a case study is not considered to be a population representative, while a specimen taken as representing a population, e.g. person taken from a cohort, blood specimen taken from an animal) would be considered a population representative and would also bear material sample role." . + "Note: definition is in specimen creation objective which is defined as an objective to obtain and store a material entity for potential use as an input during an investigation." . + "GROUP: Role Branch" . + "OBI" . + . + "specimen role"@en . +# +# http://purl.obolibrary.org/obo/OBI_0000245 + . + "organization"@en . + "PMID: 16353909.AAPS J. 2005 Sep 22;7(2):E274-80. Review. The joint food and agriculture organization of the United Nations/World Health Organization Expert Committee on Food Additives and its role in the evaluation of the safety of veterinary drug residues in foods."@en . + . + "An entity that can bear roles, has members, and has a set of organization rules. Members of organizations are either organizations themselves or individual people. Members can bear specific organization member roles that are determined in the organization rules. The organization rules also determine how decisions are made on behalf of the organization by the organization members."@en . + "BP: The definition summarizes long email discussions on the OBI developer, roles, biomaterial and denrie branches. It leaves open if an organization is a material entity or a dependent continuant, as no consensus was reached on that. The current placement as material is therefore temporary, in order to move forward with development. Here is the entire email summary, on which the definition is based:\n\n1) there are organization_member_roles (president, treasurer, branch\neditor), with individual persons as bearers\n\n2) there are organization_roles (employer, owner, vendor, patent holder)\n\n3) an organization has a charter / rules / bylaws, which specify what roles\nthere are, how they should be realized, and how to modify the\ncharter/rules/bylaws themselves.\n\nIt is debatable what the organization itself is (some kind of dependent\ncontinuant or an aggregate of people). This also determines who/what the\nbearer of organization_roles' are. My personal favorite is still to define\norganization as a kind of 'legal entity', but thinking it through leads to\nall kinds of questions that are clearly outside the scope of OBI.\n\nInterestingly enough, it does not seem to matter much where we place\norganization itself, as long as we can subclass it (University, Corporation,\nGovernment Agency, Hospital), instantiate it (Affymetrix, NCBI, NIH, ISO,\nW3C, University of Oklahoma), and have it play roles.\n\nThis leads to my proposal: We define organization through the statements 1 -\n3 above, but without an 'is a' statement for now. We can leave it in its\ncurrent place in the is_a hierarchy (material entity) or move it up to\n'continuant'. We leave further clarifications to BFO, and close this issue\nfor now."@en . + "PERSON: Alan Ruttenberg" . + "PERSON: Bjoern Peters" . + "PERSON: Philippe Rocca-Serra" . + "PERSON: Susanna Sansone" . + "GROUP: OBI" . + "organization"@en . +# +# http://purl.obolibrary.org/obo/OBI_0000272 + . + "protocol"@en . + "PCR protocol, has objective specification, amplify DNA fragment of interest, and has action specification describes the amounts of experimental reagents used (e..g. buffers, dNTPS, enzyme), and the temperature and cycle time settings for running the PCR."@en . + . + "A plan specification which has sufficient level of detail and quantitative information to communicate it between investigation agents, so that different investigation agents will reliably be able to independently reproduce the process."@en . + "PlanAndPlannedProcess Branch"@en . + "OBI branch derived + wikipedia (http://en.wikipedia.org/wiki/Protocol_%28natural_sciences%29)"@en . + "study protocol" . + "protocol"@en . +# +# http://purl.obolibrary.org/obo/OBI_0000371 + . + . + "heat function"@en . + . + "A heat function is a function that increases the internal kinetic energy of a material"@en . + "Bill Bug" . + "Daniel Schober" . + "Frank Gibson" . + "Melanie Courtot" . + "heat function"@en . +# +# http://purl.obolibrary.org/obo/OBI_0000379 + . + . + "mechanical function"@en . + . + "A mechanical function is a function that is realised via mechanical work (through an certain amount of energy transferred by some force)."@en . + "Bill Bug" . + "Daniel Schober" . + "Frank Gibson" . + "Melanie Courtot" . + "http://en.wikipedia.org/wiki/Mechanical_work"@en . + "mechanical function"@en . +# +# http://purl.obolibrary.org/obo/OBI_0000387 + . + . + "cool function"@en . + . + "A cool function is a function to decrease the internal kinetic energy of a material below the initial kinetic energy of that type of material."@en . + "Daniel Schober" . + "Frank Gibson" . + "Melanie Courtot" . + "cool function"@en . +# +# http://purl.obolibrary.org/obo/OBI_0000401 + . + . + "environment control function"@en . + . + "An environmental control function is a function that regulates a contained environment within specified parameter ranges. For example the control of light exposure, humidity and temperature."@en . + "Bill Bug" . + "Daniel Schober" . + "Frank Gibson" . + "Melanie Courtot" . + "environment control function"@en . +# +# http://purl.obolibrary.org/obo/OBI_0000450 + . + _:genid319 . +_:genid319 . +_:genid319 _:genid322 . +_:genid322 _:genid320 . +_:genid320 . +_:genid320 _:genid321 . +_:genid321 . +_:genid321 . +_:genid321 . +_:genid320 . +_:genid322 . +_:genid322 . + . + _:genid323 . +_:genid323 . +_:genid323 . +_:genid323 . + "regulatory agency"@en . + "The US Environmental Protection Agency" . + . + "A regulatory agency is a organization that has responsibility over or for the legislation (acts and regulations) for a given sector of the government."@en . + "GROUP: OBI Biomaterial Branch" . + "WEB: en.wikipedia.org/wiki/Regulator" . + "regulatory agency"@en . +# +# http://purl.obolibrary.org/obo/OBI_0000453 + . + . + _:genid324 . +_:genid324 . +_:genid324 . +_:genid324 . + _:genid325 . +_:genid325 _:genid326 . +_:genid326 . +_:genid326 . +_:genid326 . +_:genid325 . +_:genid325 . + "measure function"@en . + "A glucometer measures blood glucose concentration, the glucometer has a measure function." . + . + "Measure function is a function that is borne by a processed material and realized in a process in which information about some entity is expressed relative to some reference."@en . + "PERSON: Daniel Schober" . + "PERSON: Helen Parkinson" . + "PERSON: Melanie Courtot" . + "PERSON:Frank Gibson" . + "measure function"@en . +# +# http://purl.obolibrary.org/obo/OBI_0000457 + . + . + "manufacturing" . + . + "Manufacturing is a process with the intent to produce a processed material which will have a function for future use. A person or organization (having manufacturer role) is a participant in this process"@en . + "This includes a single scientist making a processed material for personal use."@en . + "Manufacturing implies reproducibility and responsibility AR" . + "PERSON: Bjoern Peters" . + "PERSON: Frank Gibson" . + "PERSON: Jennifer Fostel" . + "PERSON: Melanie Courtot" . + "PERSON: Philippe Rocca-Serra" . + "GROUP: OBI PlanAndPlannedProcess Branch" . + "manufacturing"@en . +# +# http://purl.obolibrary.org/obo/OBI_0000571 + . + . + _:genid327 . +_:genid327 . +_:genid327 . +_:genid327 . + "manufacturer role" . + "With respect to The Accuri C6 Flow Cytometer System, the organization Accuri bears the role manufacturer role. With respect to a transformed line of tissue culture cells derived by a specific lab, the lab whose personnel isolated the cll line bears the role manufacturer role. With respect to a specific antibody produced by an individual scientist, the scientist who purifies, characterizes and distributes the anitbody bears the role manufacturer role." . + . + "Manufacturer role is a role which inheres in a person or organization and which is realized by a manufacturing process." . + "GROUP: Role Branch" . + "OBI" . + "manufacturer role" . +# +# http://purl.obolibrary.org/obo/OBI_0000648 + . + _:genid328 . +_:genid328 . +_:genid328 . +_:genid328 . + . + _:genid329 . +_:genid329 . +_:genid329 . +_:genid329 . + "clustered data set" . + "A clustered data set is the output of a K means clustering data transformation" . + . + "A data set that is produced as the output of a class discovery data transformation and consists of a data set with assigned discovered class labels."@en . + "PERSON: James Malone" . + "PERSON: Monnie McGee" . + "data set with assigned discovered class labels" . + "AR thinks could be a data item instead" . + "clustered data set"@en . +# +# http://purl.obolibrary.org/obo/OBI_0000659 + . + . + _:genid330 . +_:genid330 . +_:genid330 . +_:genid330 . + "specimen collection process" . + "drawing blood from a patient for analysis, collecting a piece of a plant for depositing in a herbarium, buying meat from a butcher in order to measure its protein content in an investigation" . + . + "A planned process with the objective of collecting a specimen." . + "Note: definition is in specimen creation objective which is defined as an objective to obtain and store a material entity for potential use as an input during an investigation." . + "Philly2013: A specimen collection can have as part a material entity acquisition, such as ordering from a bank. The distinction is that specimen collection necessarily involves the creation of a specimen role. However ordering cell lines cells from ATCC for use in an investigation is NOT a specimen collection, because the cell lines already have a specimen role." . + "Philly2013: The specimen_role for the specimen is created during the specimen collection process." . + "label changed to 'specimen collection process' on 10/27/2014, details see tracker:\nhttp://sourceforge.net/p/obi/obi-terms/716/" . + "Bjoern Peters" . + "specimen collection" . + "5/31/2012: This process is not necessarily an acquisition, as specimens may be collected from materials already in posession" . + "6/9/09: used at workshop" . + "specimen collection process" . +# +# http://purl.obolibrary.org/obo/OBI_0000663 + . + . + "class prediction data transformation"@en . + . + "A class prediction data transformation (sometimes called supervised classification) is a data transformation that has objective class prediction."@en . + "James Malone" . + "supervised classification data transformation" . + "PERSON: James Malone"@en . + "class prediction data transformation"@en . +# +# http://purl.obolibrary.org/obo/OBI_0000700 + . + . + "support vector machine" . + . + "A support vector machine is a data transformation with a class prediction objective based on the construction of a separating hyperplane that maximizes the margin between two data sets of vectors in n-dimensional space." . + "James Malone" . + "Ryan Brinkman" . + "SVM" . + "PERSON: Ryan Brinkman" . + "support vector machine" . +# +# http://purl.obolibrary.org/obo/OBI_0000707 + . + . + "decision tree building data transformation"@en . + . + "A decision tree building data transformation is a data transformation that has objective decision tree induction."@en . + "James Malone" . + "PERSON: James Malone"@en . + "decision tree building data transformation"@en . +# +# http://purl.obolibrary.org/obo/OBI_0000713 + . + . + "GenePattern software" . + . + "a software that provides access to more than 100 tools for gene expression analysis, proteomics, SNP analysis and common data processing tasks." . + "James Malone" . + "Person:Helen Parkinson" . + "WEB: http://www.broadinstitute.org/cancer/software/genepattern/" . + "GenePattern software" . +# +# http://purl.obolibrary.org/obo/OBI_0000726 + . + . + "peak matching" . + . + "Peak matching is a data transformation performed on a dataset of a graph of ordered data points (e.g. a spectrum) with the objective of pattern matching local maxima above a noise threshold" . + "James Malone" . + "Ryan Brinkman" . + "PERSON: Ryan Brinkman" . + "peak matching" . +# +# http://purl.obolibrary.org/obo/OBI_0000727 + . + . + . + . + "k-nearest neighbors"@en . + . + "A k-nearest neighbors is a data transformation which achieves a class discovery or partitioning objective, in which an input data object with vector y is assigned to a class label based upon the k closest training data set points to y; where k is the largest value that class label is assigned."@en . + "James Malone"@en . + "k-NN" . + "PERSON: James Malone"@en . + "k-nearest neighbors"@en . +# +# http://purl.obolibrary.org/obo/OBI_0000749 + . + . + "CART"@en . + . + "A CART (classification and regression trees) is a data transformation method for producing a classification or regression model with a tree-based structure."@en . + "James Malone"@en . + "classification and regression trees" . + "BOOK: David J. Hand, Heikki Mannila and Padhraic Smyth (2001) Principles of Data Mining."@en . + "CART"@en . +# +# http://purl.obolibrary.org/obo/OBI_0000792 + . + . + "statistical model validation" . + "Using the expression levels of 20 proteins to predict whether a cancer patient will respond to a drug. A practical goal would be to determine which subset of the 20 features should be used to produce the best predictive model. - wikipedia" . + . + "A data transformation which assesses how the results of a statistical analysis will generalize to an independent data set." . + "Helen Parkinson" . + "http://en.wikipedia.org/wiki/Cross-validation_%28statistics%29" . + "statistical model validation" . +# +# http://purl.obolibrary.org/obo/OBI_0000832 + . + _:genid331 . +_:genid331 . +_:genid331 _:genid334 . +_:genid334 _:genid332 . +_:genid332 . +_:genid332 _:genid333 . +_:genid333 . +_:genid333 . +_:genid333 . +_:genid332 . +_:genid334 . +_:genid334 . + . + _:genid335 . +_:genid335 . +_:genid335 . +_:genid335 . + "measurement device" . + "A ruler, a microarray scanner, a Geiger counter." . + . + "A device in which a measure function inheres." . + "GROUP:OBI Philly workshop" . + "OBI" . + "measurement device" . +# +# http://purl.obolibrary.org/obo/OBI_0000835 + . + _:genid336 . +_:genid336 . +_:genid336 . +_:genid336 . + "manufacturer" . + . + "A person or organization that has a manufacturer role" . + "manufacturer"@en . +# +# http://purl.obolibrary.org/obo/OBI_0000946 + . + . + "sterilization function" . + . + "a function to remove viable organisms from an input material" . + "sterilization function" . +# +# http://purl.obolibrary.org/obo/OBI_0000947 + . + . + _:genid337 . +_:genid337 . +_:genid337 . +_:genid337 . + "service provider role" . + "Jackson Lab provides experimental animals, EBI provides training on databases, a core facility provides access to a DNA sequencer." . + . + "is a role which inheres in a person or organization and is realized in in a planned process which provides access to training, materials or execution of protocols for an organization or person" . + "PERSON:Helen Parkinson" . + "service provider role" . +# +# http://purl.obolibrary.org/obo/OBI_0000953 + . + _:genid338 . +_:genid338 . +_:genid338 _:genid340 . +_:genid340 _:genid339 . +_:genid339 . +_:genid339 . +_:genid339 . +_:genid340 . +_:genid340 . + . + . + "processed specimen" . + "A tissue sample that has been sliced and stained for a histology study.\nA blood specimen that has been centrifuged to obtain the white blood cells." . + . + "A specimen that has been intentionally physically modified." . + "Bjoern Peters" . + "Bjoern Peters" . + "A tissue sample that has been sliced and stained for a histology study." . + "processed specimen" . +# +# http://purl.obolibrary.org/obo/OBI_0000963 + . + . + "categorical label" . + "The labels 'positive' vs. 'negative', or 'left handed', 'right handed', 'ambidexterous', or 'strongly binding', 'weakly binding' , 'not binding', or '+++', '++', '+', '-' etc. form scales of categorical labels." . + . + "A label that is part of a categorical datum and that indicates the value of the data item on the categorical scale." . + "Bjoern Peters" . + "Bjoern Peters" . + "categorical label" . +# +# http://purl.obolibrary.org/obo/OBI_0000968 + . + . + _:genid341 . +_:genid341 . +_:genid341 . +_:genid341 . + "device" . + "A voltmeter is a measurement device which is intended to perform some measure function." . + "An autoclave is a device that sterlizes instruments or contaminated waste by applying high temperature and pressure." . + . + "A material entity that is designed to perform a function in a scientific investigation, but is not a reagent." . + "2012-12-17 JAO: In common lab usage, there is a distinction made between devices and reagents that is difficult to model. Therefore we have chosen to specifically exclude reagents from the definition of \"device\", and are enumerating the types of roles that a reagent can perform.\n\n2013-6-5 MHB: The following clarifications are outcomes of the May 2013 Philly Workshop. Reagents are distinguished from devices that also participate in scientific techniques by the fact that reagents are chemical or biological in nature and necessarily participate in some chemical interaction or reaction during the realization of their experimental role. By contrast, devices do not participate in such chemical reactions/interactions. Note that there are cases where devices use reagent components during their operation, where the reagent-device distinction is less clear. For example:\n\n(1) An HPLC machine is considered a device, but has a column that holds a stationary phase resin as an operational component. This resin qualifies as a device if it participates purely in size exclusion, but bears a reagent role that is realized in the running of a column if it interacts electrostatically or chemically with the evaluant. The container the resin is in (“the column”) considered alone is a device. So the entire column as well as the entire HPLC machine are devices that have a reagent as an operating part.\n\n(2) A pH meter is a device, but its electrode component bears a reagent role in virtue of its interacting directly with the evaluant in execution of an assay.\n\n(3) A gel running box is a device that has a metallic lead as a component that participates in a chemical reaction with the running buffer when a charge is passed through it. This metallic lead is considered to have a reagent role as a component of this device realized in the running of a gel.\n\nIn the examples above, a reagent is an operational component of a device, but the device itself does not realize a reagent role (as bearing a reagent role is not transitive across the part_of relation). In this way, the asserted disjointness between a reagent and device holds, as both roles are never realized in the same bearer during execution of an assay." . + "PERSON: Helen Parkinson" . + "instrument" . + "OBI development call 2012-12-17." . + "device" . +# +# http://purl.obolibrary.org/obo/OBI_0001000 + . + . + "questionnaire" . + . + "A document with a set of printed or written questions with a choice of answers, devised for the purposes of a survey or statistical study."@en . + "JT: It plays a role in collecting data that could be fleshed out more; but I'm thinking it is, in itself, an edited document. \nJZ: based on textual definition of edited document, it can be defined as N&S. I prefer to leave questionnaire as a document now. We can add more restrictions in the future and use that to determine it is an edited document or not."@en . + "Need to clarify if this is a document or a directive information entity (or what their connection is))" . + "PERSON: Jessica Turner"@en . + "Merriam-Webster"@en . + "questionnaire" . +# +# http://purl.obolibrary.org/obo/OBI_0001034 + . + _:genid342 . +_:genid342 . +_:genid342 _:genid349 . +_:genid349 _:genid343 . +_:genid343 . +_:genid343 _:genid344 . +_:genid344 _:genid345 . +_:genid345 _:genid348 . +_:genid348 _:genid347 . +_:genid347 _:genid346 . +_:genid346 . +_:genid346 . +_:genid346 . +_:genid347 . +_:genid347 . +_:genid348 . +_:genid348 . +_:genid345 . +_:genid344 . +_:genid344 . +_:genid343 . +_:genid349 . +_:genid349 . + . + _:genid350 . +_:genid350 _:genid351 . +_:genid351 _:genid354 . +_:genid354 _:genid353 . +_:genid353 _:genid352 . +_:genid352 . +_:genid352 . +_:genid352 . +_:genid353 . +_:genid353 . +_:genid354 . +_:genid354 . +_:genid351 . +_:genid350 . +_:genid350 . + "environmental control device" . + "A growth chamber is an environmental control device." . + . + "An environmental control device is a device which has the function to control some aspect of the environment such as temperature, or humidity." . + "Helen Parkinson" . + "OBI" . + "environmental control device" . +# +# http://purl.obolibrary.org/obo/OBI_0001112 + . + . + _:genid355 . +_:genid355 . +_:genid355 . +_:genid355 . + _:genid356 . +_:genid356 . +_:genid356 . +_:genid356 . + _:genid357 . +_:genid357 . +_:genid357 . +_:genid357 . + "autoclave" . + . + "A device that is used to sterilize equipment and supplies by subjecting them to high pressure steam at 121 C or more, typically for 15 to 20 minutes depending on the size of the load and the contents." . + "PERSON: Erik Segerdell" . + "J. Black, Microbiology, Prentice Hall (1993) pg. 334; http://en.wikipedia.org/wiki/Autoclave" . + "autoclave" . +# +# http://purl.obolibrary.org/obo/OBI_0001930 + . + . + "categorical value specification" . + . + "A value specification that is specifies one category out of a fixed number of nominal categories" . + "PERSON:Bjoern Peters" . + "categorical value specification" . +# +# http://purl.obolibrary.org/obo/OBI_0001933 + . + "value specification" . + "The value of 'positive' in a classification scheme of \"positive or negative\"; the value of '20g' on the quantitative scale of mass." . + . + "An information content entity that specifies a value within a classification scheme or on a quantitative scale." . + "This term is currently a descendant of 'information content entity', which requires that it 'is about' something. A value specification of '20g' for a measurement data item of the mass of a particular mouse 'is about' the mass of that mouse. However there are cases where a value specification is not clearly about any particular. In the future we may change 'value specification' to remove the 'is about' requirement." . + "PERSON:Bjoern Peters" . + "value specification"@en . +# +# http://purl.obolibrary.org/obo/OBI_0002076 + . + "collection of specimens"@en . + "Blood cells collected from multiple donors over the course of a study."@en . + . + "A material entity that has two or more specimens as its parts."@en . + "Details see tracker: https://sourceforge.net/p/obi/obi-terms/778/" . + "Person: Chris Stoeckert, Jie Zheng"@en . + "OBIB, OBI" . + "Biobank" . + "collection of specimens"@en . +# +# http://purl.obolibrary.org/obo/OBI_0002205 + . + . + "histologic grade according to AJCC 7th edition" . + "G1:Well differentiated" . + "G4: Undifferentiated" . + . + "A categorical value specification that is a histologic grade assigned to a tumor slide specimen according to the American Joint Committee on Cancer (AJCC) 7th Edition grading system." . + "Chris Stoeckert, Helena Ellis" . + "NCI BBRB, OBI" . + "NCI BBRB" . + "histologic grade according to AJCC 7th edition" . +# +# http://purl.obolibrary.org/obo/OBI_0002210 + . + . + "histologic grade according to the Fuhrman Nuclear Grading System" . + . + "A categorical value specification that is a histologic grade assigned to a tumor slide specimen according to the Fuhrman Nuclear Grading System." . + "Chris Stoeckert, Helena Ellis" . + "Histologic Grade (Fuhrman Nuclear Grading System)" . + "NCI BBRB, OBI" . + "NCI BBRB" . + "histologic grade according to the Fuhrman Nuclear Grading System" . +# +# http://purl.obolibrary.org/obo/OBI_0002215 + . + . + "histologic grade for ovarian tumor" . + . + "A categorical value specification that is a histologic grade assigned to a ovarian tumor." . + "Chris Stoeckert, Helena Ellis" . + "NCI BBRB, OBI" . + "NCI BBRB" . + "histologic grade for ovarian tumor" . +# +# http://purl.obolibrary.org/obo/OBI_0002216 + . + . + "histologic grade for ovarian tumor according to a two-tier grading system" . + . + "A histologic grade for ovarian tumor that is from a two-tier histological classification of tumors." . + "Chris Stoeckert, Helena Ellis" . + "NCI BBRB, OBI" . + "NCI BBRB" . + "histologic grade for ovarian tumor according to a two-tier grading system" . +# +# http://purl.obolibrary.org/obo/OBI_0002219 + . + . + "histologic grade for ovarian tumor according to the World Health Organization" . + . + "A histologic grade for ovarian tumor that is from a histological classification by the World Health Organization (WHO)." . + "Chris Stoeckert, Helena Ellis" . + "NCI BBRB, OBI" . + "NCI BBRB" . + "histologic grade for ovarian tumor according to the World Health Organization" . +# +# http://purl.obolibrary.org/obo/OBI_0002224 + . + . + "pathologic primary tumor stage for colon and rectum according to AJCC 7th edition" . + . + "A categorical value specification that is a pathologic finding about one or more characteristics of colorectal cancer following the rules of the TNM American Joint Committee on Cancer (AJCC) version 7 classification system as they pertain to staging of the primary tumor. TNM pathologic primary tumor findings are based on clinical findings supplemented by histopathologic examination of one or more tissue specimens acquired during surgery." . + "Chris Stoeckert, Helena Ellis" . + "pT: Pathologic spread colorectal primary tumor (AJCC 7th Edition)" . + "NCI BBRB, OBI" . + "NCI BBRB" . + "pathologic primary tumor stage for colon and rectum according to AJCC 7th edition" . +# +# http://purl.obolibrary.org/obo/OBI_0002232 + . + . + "pathologic primary tumor stage for lung according to AJCC 7th edition" . + . + "A categorical value specification that is a pathologic finding about one or more characteristics of lung cancer following the rules of the TNM American Joint Committee on Cancer (AJCC) version 7 classification system as they pertain to staging of the primary tumor. TNM pathologic primary tumor findings are based on clinical findings supplemented by histopathologic examination of one or more tissue specimens acquired during surgery." . + "Chris Stoeckert, Helena Ellis" . + "pT: Pathologic spread lung primary tumor (AJCC 7th Edition)" . + "NCI BBRB, OBI" . + "NCI BBRB" . + "pathologic primary tumor stage for lung according to AJCC 7th edition" . +# +# http://purl.obolibrary.org/obo/OBI_0002243 + . + . + "pathologic primary tumor stage for kidney according to AJCC 7th edition" . + . + "A categorical value specification that is a pathologic finding about one or more characteristics of renal cancer following the rules of the TNM AJCC v7 classification system as they pertain to staging of the primary tumor. TNM pathologic primary tumor findings are based on clinical findings supplemented by histopathologic examination of one or more tissue specimens acquired during surgery." . + "Chris Stoeckert, Helena Ellis" . + "pT: Pathologic spread kidney primary tumor (AJCC 7th Edition)" . + "NCI BBRB, OBI" . + "NCI BBRB" . + "pathologic primary tumor stage for kidney according to AJCC 7th edition" . +# +# http://purl.obolibrary.org/obo/OBI_0002256 + . + . + "pathologic primary tumor stage for ovary according to AJCC 7th edition" . + . + "A categorical value specification that is a pathologic finding about one or more characteristics of ovarian cancer following the rules of the TNM AJCC v7 classification system as they pertain to staging of the primary tumor. TNM pathologic primary tumor findings are based on clinical findings supplemented by histopathologic examination of one or more tissue specimens acquired during surgery." . + "Chris Stoeckert, Helena Ellis" . + "pT: Pathologic spread ovarian primary tumor (AJCC 7th Edition)" . + "NCI BBRB, OBI" . + "NCI BBRB" . + "pathologic primary tumor stage for ovary according to AJCC 7th edition" . +# +# http://purl.obolibrary.org/obo/OBI_0002270 + . + . + "pathologic lymph node stage for colon and rectum according to AJCC 7th edition" . + . + "A categorical value specification that is a pathologic finding about one or more characteristics of colorectal cancer following the rules of the TNM AJCC v7 classification system as they pertain to staging of regional lymph nodes." . + "Chris Stoeckert, Helena Ellis" . + "pN: Pathologic spread colon lymph nodes (AJCC 7th Edition)" . + "NCI BBRB, OBI" . + "NCI BBRB" . + "pathologic lymph node stage for colon and rectum according to AJCC 7th edition" . +# +# http://purl.obolibrary.org/obo/OBI_0002279 + . + . + "pathologic lymph node stage for lung according to AJCC 7th edition" . + . + "A categorical value specification that is a pathologic finding about one or more characteristics of lung cancer following the rules of the TNM AJCC v7 classification system as they pertain to staging of regional lymph nodes." . + "Chris Stoeckert, Helena Ellis" . + "pN: Pathologic spread colon lymph nodes (AJCC 7th Edition)" . + "NCI BBRB, OBI" . + "NCI BBRB" . + "pathologic lymph node stage for lung according to AJCC 7th edition" . +# +# http://purl.obolibrary.org/obo/OBI_0002284 + . + . + "pathologic lymph node stage for kidney according to AJCC 7th edition" . + . + "A categorical value specification that is a pathologic finding about one or more characteristics of renal cancer following the rules of the TNM AJCC v7 classification system as they pertain to staging of regional lymph nodes." . + "Chris Stoeckert, Helena Ellis" . + "pN: Pathologic spread kidney lymph nodes (AJCC 7th Edition)" . + "NCI BBRB, OBI" . + "NCI BBRB" . + "pathologic lymph node stage for kidney according to AJCC 7th edition" . +# +# http://purl.obolibrary.org/obo/OBI_0002287 + . + . + "pathologic lymph node stage for ovary according to AJCC 7th edition" . + . + "A categorical value specification that is a pathologic finding about one or more characteristics of ovarian cancer following the rules of the TNM AJCC v7 classification system as they pertain to staging of regional lymph nodes." . + "Chris Stoeckert, Helena Ellis" . + "pN: Pathologic spread ovarian lymph nodes (AJCC 7th Edition)" . + "NCI BBRB, OBI" . + "NCI BBRB" . + "pathologic lymph node stage for ovary according to AJCC 7th edition" . +# +# http://purl.obolibrary.org/obo/OBI_0002290 + . + . + "pathologic distant metastases stage for colon according to AJCC 7th edition" . + . + "A categorical value specification that is a pathologic finding about one or more characteristics of colon cancer following the rules of the TNM AJCC v7 classification system as they pertain to distant metastases. TNM pathologic distant metastasis findings are based on clinical findings supplemented by histopathologic examination of one or more tissue specimens acquired during surgery." . + "Chris Stoeckert, Helena Ellis" . + "M: colon distant metastases (AJCC 7th Edition)" . + "NCI BBRB, OBI" . + "NCI BBRB" . + "pathologic distant metastases stage for colon according to AJCC 7th edition" . +# +# http://purl.obolibrary.org/obo/OBI_0002298 + . + . + "pathologic distant metastases stage for lung according to AJCC 7th edition" . + . + "A categorical value specification that is a pathologic finding about one or more characteristics of lung cancer following the rules of the TNM AJCC v7 classification system as they pertain to distant metastases. TNM pathologic distant metastasis findings are based on clinical findings supplemented by histopathologic examination of one or more tissue specimens acquired during surgery." . + "Chris Stoeckert, Helena Ellis" . + "M: lung distant metastases (AJCC 7th Edition)" . + "NCI BBRB, OBI" . + "NCI BBRB" . + "pathologic distant metastases stage for lung according to AJCC 7th edition" . +# +# http://purl.obolibrary.org/obo/OBI_0002306 + . + . + "pathologic distant metastases stage for kidney according to AJCC 7th edition" . + . + "A categorical value specification that is a pathologic finding about one or more characteristics of renal cancer following the rules of the TNM AJCC v7 classification system as they pertain to distant metastases. TNM pathologic distant metastasis findings are based on clinical findings supplemented by histopathologic examination of one or more tissue specimens acquired during surgery." . + "Chris Stoeckert, Helena Ellis" . + "M: kidney distant Metastases (AJCC 7th Edition)" . + "NCI BBRB, OBI" . + "NCI BBRB" . + "pathologic distant metastases stage for kidney according to AJCC 7th edition" . +# +# http://purl.obolibrary.org/obo/OBI_0002310 + . + . + "pathologic distant metastases stage for ovary according to AJCC 7th edition" . + . + "A categorical value specification that is a pathologic finding about one or more characteristics of ovarian cancer following the rules of the TNM AJCC v7 classification system as they pertain to distant metastases. TNM pathologic distant metastasis findings are based on clinical findings supplemented by histopathologic examination of one or more tissue specimens acquired during surgery." . + "Chris Stoeckert, Helena Ellis" . + "M: ovarian distant metastases (AJCC 7th Edition)" . + "NCI BBRB, OBI" . + "NCI BBRB" . + "pathologic distant metastases stage for ovary according to AJCC 7th edition" . +# +# http://purl.obolibrary.org/obo/OBI_0002314 + . + . + "clinical tumor stage group according to AJCC 7th edition" . + . + "A categorical value specification that is an assessment of the stage of a cancer according to the American Joint Committee on Cancer (AJCC) v7 staging systems." . + "Chris Stoeckert, Helena Ellis" . + "Clinical tumor stage group (AJCC 7th Edition)" . + "NCI BBRB, OBI" . + "NCI BBRB" . + "clinical tumor stage group according to AJCC 7th edition" . +# +# http://purl.obolibrary.org/obo/OBI_0002326 + . + . + "International Federation of Gynecology and Obstetrics cervical cancer stage value specification" . + . + "A categorical value specification that is an assessment of the stage of a gynecologic cancer according to the International Federation of Gynecology and Obstetrics (FIGO) staging systems." . + "Chris Stoeckert, Helena Ellis" . + "Clinical FIGO stage" . + "NCI BBRB, OBI" . + "NCI BBRB" . + "International Federation of Gynecology and Obstetrics cervical cancer stage value specification" . +# +# http://purl.obolibrary.org/obo/OBI_0002341 + . + . + "International Federation of Gynecology and Obstetrics ovarian cancer stage value specification" . + . + "A categorical value specification that is a pathologic finding about one or more characteristics of ovarian cancer following the rules of the FIGO classification system." . + "Chris Stoeckert, Helena Ellis" . + "Pathologic Tumor Stage Grouping for ovarian cancer (FIGO)" . + "NCI BBRB, OBI" . + "NCI BBRB" . + "International Federation of Gynecology and Obstetrics ovarian cancer stage value specification" . +# +# http://purl.obolibrary.org/obo/OBI_0002356 + . + . + "performance status value specification" . + . + "A categorical value specification that is an assessment of a participant's performance status (general well-being and activities of daily life)." . + "Chris Stoeckert, Helena Ellis" . + "Performance Status Scale" . + "https://en.wikipedia.org/wiki/Performance_status" . + "NCI BBRB" . + "performance status value specification" . +# +# http://purl.obolibrary.org/obo/OBI_0002357 + . + . + "Eastern Cooperative Oncology Group score value specification" . + . + "A performance status value specification designed by the Eastern Cooperative Oncology Group to assess disease progression and its affect on the daily living abilities of the patient." . + "Chris Stoeckert, Helena Ellis" . + "ECOG score" . + "NCI BBRB, OBI" . + "NCI BBRB" . + "Eastern Cooperative Oncology Group score value specification" . +# +# http://purl.obolibrary.org/obo/OBI_0002363 + . + . + "Karnofsky score vaue specification" . + . + "A performance status value specification designed for classifying patients 16 years of age or older by their functional impairment." . + "Chris Stoeckert, Helena Ellis" . + "Karnofsky Score" . + "NCI BBRB, OBI" . + "NCI BBRB" . + "Karnofsky score vaue specification" . +# +# http://purl.obolibrary.org/obo/OBI_0002989 + . + _:genid358 . +_:genid358 . +_:genid358 . +_:genid358 . + "material supplier" . + . + "A person or organization that provides material supplies to other people or organizations." . + "Rebecca Jackson" . + "https://github.com/obi-ontology/obi/issues/1289" . + "material supplier"@en . +# +# http://purl.obolibrary.org/obo/OBI_0100051 + . + _:genid359 . +_:genid359 . +_:genid359 . +_:genid359 . + "specimen"@en . + "Biobanking of blood taken and stored in a freezer for potential future investigations stores specimen." . + . + "A material entity that has the specimen role."@en . + "Note: definition is in specimen creation objective which is defined as an objective to obtain and store a material entity for potential use as an input during an investigation." . + "PERSON: James Malone" . + "PERSON: Philippe Rocca-Serra" . + "GROUP: OBI Biomaterial Branch"@en . + . + "specimen"@en . +# +# http://purl.obolibrary.org/obo/OBI_0200000 + . + . + _:genid360 . +_:genid360 . +_:genid360 . +_:genid360 . + "data transformation"@en . + "The application of a clustering protocol to microarray data or the application of a statistical testing method on a primary data set to determine a p-value." . + . + "A planned process that produces output data from input data."@en . + "Elisabetta Manduchi"@en . + "Helen Parkinson"@en . + "James Malone"@en . + "Melanie Courtot"@en . + "Richard Scheuermann"@en . + "Ryan Brinkman"@en . + "Tina Hernandez-Boussard"@en . + "Philippe Rocca-Serra" . + "data analysis"@en . + "data processing"@en . + "Branch editors"@en . + . + "data transformation"@en . +# +# http://purl.obolibrary.org/obo/OBI_0200033 + . + . + "leave one out cross validation method"@en . + "The authors conducted leave-one-out cross validation to estimate the strength and accuracy of the differentially expressed filtered genes. http://bioinformatics.oxfordjournals.org/cgi/content/abstract/19/3/368" . + . + "is a data transformation : leave-one-out cross-validation (LOOCV) involves using a single observation from the original sample as the validation data, and the remaining observations as the training data. This is repeated such that each observation in the sample is used once as the validation data" . + "2009-11-10. Tracker: https://sourceforge.net/tracker/?func=detail&aid=2893049&group_id=177891&atid=886178" . + "Person:Helen Parkinson" . + "leave one out cross validation method"@en . +# +# http://purl.obolibrary.org/obo/OBI_0200041 + . + . + . + . + "k-means clustering"@en . + . + "A k-means clustering is a data transformation which achieves a class discovery or partitioning objective, which takes as input a collection of objects (represented as points in multidimensional space) and which partitions them into a specified number k of clusters. The algorithm attempts to find the centers of natural clusters in the data. The most common form of the algorithm starts by partitioning the input points into k initial sets, either at random or using some heuristic data. It then calculates the mean point, or centroid, of each set. It constructs a new partition by associating each point with the closest centroid. Then the centroids are recalculated for the new clusters, and the algorithm repeated by alternate applications of these two steps until convergence, which is obtained when the points no longer switch clusters (or alternatively centroids are no longer changed)."@en . + "James Malone"@en . + "Elisabetta Manduchi" . + "Philippe Rocca-Serra" . + "WEB: http://en.wikipedia.org/wiki/K-means"@en . + "k-means clustering"@en . +# +# http://purl.obolibrary.org/obo/OBI_0200042 + . + . + . + "hierarchical clustering"@en . + . + "A hierarchical clustering is a data transformation which achieves a class discovery objective, which takes as input data item and builds a hierarchy of clusters. The traditional representation of this hierarchy is a tree (visualized by a dendrogram), with the individual input objects at one end (leaves) and a single cluster containing every object at the other (root)."@en . + "James Malone"@en . + "WEB: http://en.wikipedia.org/wiki/Data_clustering#Hierarchical_clustering"@en . + "hierarchical clustering"@en . +# +# http://purl.obolibrary.org/obo/OBI_0200050 + . + . + . + "dimensionality reduction"@en . + . + "A dimensionality reduction is data partitioning which transforms each input m-dimensional vector (x_1, x_2, ..., x_m) into an output n-dimensional vector (y_1, y_2, ..., y_n), where n is smaller than m."@en . + "Elisabetta Manduchi"@en . + "James Malone"@en . + "Melanie Courtot"@en . + "Philippe Rocca-Serra" . + "data projection" . + "PERSON: Elisabetta Manduchi"@en . + "PERSON: James Malone"@en . + "PERSON: Melanie Courtot"@en . + "dimensionality reduction"@en . +# +# http://purl.obolibrary.org/obo/OBI_0200051 + . + . + "principal components analysis dimensionality reduction"@en . + . + "A principal components analysis dimensionality reduction is a dimensionality reduction achieved by applying principal components analysis and by keeping low-order principal components and excluding higher-order ones."@en . + "Elisabetta Manduchi"@en . + "James Malone"@en . + "Melanie Courtot"@en . + "Philippe Rocca-Serra" . + "pca data reduction"@en . + "PERSON: Elisabetta Manduchi"@en . + "PERSON: James Malone"@en . + "PERSON: Melanie Courtot"@en . + "principal components analysis dimensionality reduction"@en . +# +# http://purl.obolibrary.org/obo/OBI_0200111 + . + . + _:genid361 . +_:genid361 . +_:genid361 . +_:genid361 . + _:genid362 . +_:genid362 _:genid363 . +_:genid363 _:genid365 . +_:genid365 _:genid364 . +_:genid364 . +_:genid364 . +_:genid364 . +_:genid365 . +_:genid365 . +_:genid363 . +_:genid362 . +_:genid362 . + _:genid366 . +_:genid366 . +_:genid366 . +_:genid366 . + _:genid367 . +_:genid367 _:genid368 . +_:genid368 _:genid370 . +_:genid370 _:genid369 . +_:genid369 . +_:genid369 . +_:genid369 . +_:genid370 . +_:genid370 . +_:genid368 . +_:genid367 . +_:genid367 . + "data visualization" . + "Generation of a heatmap from a microarray dataset" . + . + "An planned process that creates images, diagrams or animations from the input data."@en . + "Elisabetta Manduchi"@en . + "James Malone"@en . + "Melanie Courtot"@en . + "Tina Boussard"@en . + "visualization"@en . + "data encoding as image" . + "PERSON: Elisabetta Manduchi"@en . + "PERSON: James Malone"@en . + "PERSON: Melanie Courtot"@en . + "PERSON: Tina Boussard"@en . + "Possible future hierarchy might include this:\ninformation_encoding\n>data_encoding\n>>image_encoding" . + "data visualization"@en . +# +# http://purl.obolibrary.org/obo/OBI_0200171 + . + . + "partitioning data transformation"@en . + . + "A partitioning data transformation is a data transformation that has objective partitioning."@en . + "James Malone" . + "PERSON: James Malone"@en . + "partitioning data transformation"@en . +# +# http://purl.obolibrary.org/obo/OBI_0200175 + . + . + "class discovery data transformation"@en . + . + "A class discovery data transformation (sometimes called unsupervised classification) is a data transformation that has objective class discovery."@en . + "James Malone" . + "clustering data transformation" . + "unsupervised classification data transformation" . + "PERSON: James Malone"@en . + "class discovery data transformation"@en . +# +# http://purl.obolibrary.org/obo/OBI_0200190 + . + . + _:genid371 . +_:genid371 _:genid372 . +_:genid372 _:genid377 . +_:genid377 _:genid376 . +_:genid376 _:genid375 . +_:genid375 _:genid374 . +_:genid374 _:genid373 . +_:genid373 . +_:genid373 . +_:genid373 . +_:genid374 . +_:genid374 . +_:genid375 . +_:genid375 . +_:genid376 . +_:genid376 . +_:genid377 . +_:genid377 . +_:genid372 . +_:genid371 . +_:genid371 . + _:genid378 . +_:genid378 . +_:genid378 . +_:genid378 . + "clustered data visualization" . + . + "A data visualization which has input of a clustered data set and produces an output of a report graph which is capable of rendering data of this type." . + "James Malone" . + "clustered data visualization" . +# +# http://purl.obolibrary.org/obo/PATO_0000033 + . + . + "concentration of" . + "A quality inhering in a substance by virtue of the amount of the bearer's there is mixed with another substance." . + . + "concentration of" . +# +# http://purl.obolibrary.org/obo/PATO_0000051 + . + . + "morphology" . + "A quality of a single physical entity inhering in the bearer by virtue of the bearer's size or shape or structure." . + . + "morphology" . +# +# http://purl.obolibrary.org/obo/PATO_0000122 + . + . + "length" . + "A 1-D extent quality which is equal to the distance between two points." . + . + "length" . +# +# http://purl.obolibrary.org/obo/PATO_0000146 + . + . + "temperature" . + "A physical quality of the thermal energy of a system." . + . + "temperature" . +# +# http://purl.obolibrary.org/obo/PATO_0001018 + . + . + "physical quality" . + "A quality of a physical entity that exists through action of continuants at the physical level of organisation in relation to other entities." . + . + "physical quality" . +# +# http://purl.obolibrary.org/obo/PATO_0001025 + . + . + "pressure" . + "A physical quality that inheres in a bearer by virtue of the bearer's amount of force per unit area it exerts." . + . + "pressure" . +# +# http://purl.obolibrary.org/obo/PATO_0001241 + . + "physical object quality" . + "A quality which inheres in a continuant." . + . + "physical object quality"@en . +# +# http://purl.obolibrary.org/obo/PATO_0001291 + . + . + "electromagnetic (EM) radiation quality" . + "A physical quality that inheres in an bearer by virtue of how that bearer interacts with electromagnetic radiation." . + . + "electromagnetic (EM) radiation quality" . +# +# http://purl.obolibrary.org/obo/PATO_0001300 + . + . + "optical quality" . + "An EM radiation quality in which the EM radiation is within the fiat range of the spectrum visible deemed to be light." . + . + "optical quality" . +# +# http://purl.obolibrary.org/obo/PATO_0001546 + . + . + "quality of a solid" . + "A physical quality inhering in a bearer by virtue of the bearer's exhibiting the physical characteristics of an entity characterized by particles arranged such that their shape and volume are relatively stable." . + . + "quality of a solid" . +# +# http://purl.obolibrary.org/obo/PATO_0001548 + . + . + "quality of a liquid" . + "A physical quality inhering in an entity exhibiting the physical characteristics of an amorphous (non-crystalline) form of matter between a gas and a solid that has a definite volume, but no definite shape." . + . + "quality of a liquid" . +# +# http://purl.obolibrary.org/obo/PATO_0001739 + . + . + "radiation quality" . + "A quality that inheres in an bearer by virtue of how that bearer interacts with radiation." . + . + "radiation quality" . +# +# http://purl.obolibrary.org/obo/PATO_0002182 + . + . + "molecular quality" . + "A quality which inheres in a molecular entity, a single molecule, atom, ion, radical etc." . + . + "molecular quality" . +# +# http://purl.obolibrary.org/obo/PATO_0002198 + . + . + "quality of a substance" . + "A quality inhering in a bearer by virtue of its constitution." . + . + "quality of a substance" . +# +# http://purl.obolibrary.org/obo/UO_0000001 + . + . + "length unit" . + "A unit which is a standard measure of the distance between two points." . + . + "length unit" . +# +# http://purl.obolibrary.org/obo/UO_0000002 + . + . + "mass unit" . + "A unit which is a standard measure of the amount of matter/energy of a physical object." . + . + "mass unit" . +# +# http://purl.obolibrary.org/obo/UO_0000003 + . + . + "time unit" . + "A unit which is a standard measure of the dimension in which events occur in sequence." . + . + "time unit" . +# +# http://purl.obolibrary.org/obo/UO_0000005 + . + . + "temperature unit" . + . + "temperature unit" . +# +# http://purl.obolibrary.org/obo/UO_0000006 + . + . + "substance unit" . + . + "substance unit" . +# +# http://purl.obolibrary.org/obo/UO_0000051 + . + . + "concentration unit" . + . + "concentration unit" . +# +# http://purl.obolibrary.org/obo/UO_0000095 + . + . + "volume unit" . + . + "volume unit" . +# +# http://purl.obolibrary.org/obo/UO_0000105 + . + . + "frequency unit" . + . + "frequency unit" . +# +# http://purl.obolibrary.org/obo/UO_0000270 + . + . + "volumetric flow rate unit" . + . + "volumetric flow rate unit" . +# +# http://purl.obolibrary.org/obo/UO_0000280 + . + . + "rate unit" . + . + "rate unit" . +# +# http://www.w3.org/2002/07/owl#Thing + "The class of OWL individuals."@en . + "Akhilesh Vyas"@en . + "Thing"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000001 + . + "uncurated" . + "In relation to optical measuring methods a \nrating for the precision of a reconstructed\nmeasurement object"@en . + "is quality measurement (http://purl.obolibrary.org/obo/IAO_0000221 - m is a quality measurement of q at t. When q is a quality, there is a measurement process p that has specified output m, a measurement datum, that is about q). TIB terminological service."@en . + "18.08.2022" . + "measurement quality [imr]"@en . + "quality" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000002 + . + "definded rigid Object based as result of an \nextrusion process"@en . + "extrudate [imr]"@en . + "material entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000003 + . + "geometry [imr]"@en . + "quality" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000004 + . + "uncurated" . + "A coherent set of direct positions in space. The positions are held within a Spatial Reference System (SRS)."@en . + "http://www.opengis.net/ont/geosparql#Geometry" . + . + "English" . + "18.08.2022" . + "geosparql" . + "geometry [geosparql]"@en . + "quality" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000005 + . + "A gathering of individual points with an \nwith an unstructured spatial structure"@en . + "point cloud [imr]"@en . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000006 + . + "geometrical method to determine distances \nbetween to points"@en . + "triangulation [imr]"@en . + "plan specification" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000007 + . + . + "uncurated" . + "mm" . + "millimeter [imr]"@de . + "millimeter [imr]"@en . + "quality" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000008 + . + . + "uncurated" . + "\"A length unit which is equal to one thousandth of a meter or 10^[-3] m.\" [NIST:NIST]"@en . + "mm MILLIMETER Millimeter millimeter(s) millimeter"@en . + "https://ontobee.org/ontology/UO?iri=http://purl.obolibrary.org/obo/UO_0000016" . + . + "English" . + "18.08.2022" . + "mm" . + "Imported from ontocomons, also present in TIB terminological service"@en . + "NIST (OntoCommons)" . + "millimeter [nist]"@de . + "millimeter [nist]"@en . + "quality" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000009 + . + . + "uppermost layer of the extrudate"@en . + "surface of extrudate [imr]"@en . + "immaterial entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000010 + . + . + "cutout of a single line of the extrudate surface"@en . + "line in the surface of extrudate [imr]"@en . + "immaterial entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000011 + . + . + "uncurated" . + "https://ontobee.org/ontology/PATO?iri=http://purl.obolibrary.org/obo/PATO_0000052" . + . + "English" . + "15.08.2022" . + "PATO" . + "shape [imr]"@en . + "immaterial entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000012 + . + . + "uncurated" . + "The spatial arrangement of something as distinct from its substance."@en . + "http://purl.obolibrary.org/obo/NCIT_C25677" . + . + "English" . + "18.08.2022" . + "NCI" . + "shape [ncit]"@en . + "immaterial entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000013 + . + . + "uncurated" . + "A morphological quality inhering in a bearer by virtue of the bearer's ratios of distances between its features (points, edges, surfaces and also holes etc)."@en . + "http://purl.obolibrary.org/obo/PATO_0000052" . + . + "English" . + "18.08.2022" . + "PATO" . + "shape [pato]"@en . + "immaterial entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000014 + . + "use of different algorithms to determine the \nexact allignment respectively the characteristik shared edges"@en . + "stitching process [imr]"@en . + "process" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000015 + . + "alligning of single measurements to form a \nconnected/combined measurement"@en . + "stitching method [imr]"@en . + "plan specification" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000016 + . + "distance between sensor and extrudate [imr]"@en . + "quality" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000017 + . + "ideal dimensions and shape of the\nextrudate defined by the manufacturer"@en . + "extrudate norm [imr]"@en . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000018 + . + "uncurated" . + "a quantity expressing by how much the\nmembers of a group differ from the mean\n value for the group"@en . + "15.08.2021" . + "standard deviation [imr]"@en . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000019 + . + "The standard deviation is a measure of the amount of variation or dispersion of a set of values. [Wikipedia]"@en . + "http://purl.allotrope.org/ontologies/result#AFR_0002192" . + . + "from ontocommons skos:definition"@en . + "standard deviation [Wikipedia]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000020 + . + "uncurated" . + "A measure of the range of values in a set of numbers. Standard deviation is a statistic used as a measure of the dispersion or variation in a distribution, equal to the square root of the arithmetic mean of the squares of the deviations from the arithmetic mean."@en . + "http://purl.obolibrary.org/obo/NCIT_C53322" . + . + "English" . + "18.08.2022" . + "TIB terminological service"@en . + "NCIT" . + "standard deviation [ncit]"@en . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000021 + . + "\"The interior (intrinsic) orientation of a camera comprises all instrumental and mathematical elements which completely describe the imaging model within the camera. By taking proper account of the interior orientation, the real camera conforms to the pinhole camera model. It is a requirement of the model that there exists a reproducible image coordinate system so that geometric image values, such as measured image coordinates, can be transformed into the physical-mathematical imaging model.\" (Luhmann et al. 2020: 162). A standard model of describing the interior orientation was proposed by D.C. Brown (1971)"@en . + "Luhmann, Robson, Kyle & Boehm (2020): Close-Range Photogrammetry and 3D Imaging, 3rd ed. De Gruyter: Berlin, Boston" . + "0"@en . + "interior orientation [jade]"@en . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000022 + . + "\"The camera coordinate system has its origin at the perspective centre of the image. It is further defined by reference features fixed in the camera (fiducial marks, réseau, sensor system). It can therefore be reconstructed from the image and related to an image measuring device\" (Luhmann et al. 2020: 278)"@en . + "Luhmann, Robson, Kyle & Boehm (2020): Close-Range Photogrammetry and 3D Imaging, 3rd ed. De Gruyter: Berlin, Boston" . + "camera coordinate system [jade]"@en . + "quality" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000023 + . + "\"The exterior orientation consists of six parameters which describe the spatial position and orientation of the camera coordinate system with respect to the global object coordinate system\" (Luhmann et al. 2020: 277)"@en . + "Luhmann, Robson, Kyle & Boehm (2020): Close-Range Photogrammetry and 3D Imaging, 3rd ed. De Gruyter: Berlin, Boston" . + "exterior orientation [jade]"@en . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000024 + . + "\"The photogrammetric determination of the parameters of interior orientation is usually referred to as calibration. This is based on the idea that once a mechanically stable camera is calibrated, it may be moved from one image taking location to another whilst retaining its calibration.\" (Luhmann, Robson et al. 2020: 170)"@en . + "Luhmann, Robson, Kyle & Boehm (2020): Close-Range Photogrammetry and 3D Imaging, 3rd ed. De Gruyter: Berlin, Boston" . + "camera calibration [jade]"@en . + "quality" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000025 + . + "\"Bundle adjustment [...] is a method for the simultaneous numerical fit of an unlimited number of spatially distributed images (bundles of rays). It makes use of photogrammetric observations (measured image points), survey observations and an object coordinate system. Using tie points, single images are merged into a global model in which the object surface can be reconstructed in three dimensions.\" (Luhmann et al. 2020: 349f.)"@en . + "bundle block adjustment"@en . + "bundle triangulation"@en . + "multi-image orientation"@en . + "multi-image triangulation"@en . + "Luhmann, Robson, Kyle & Boehm (2020): Close-Range Photogrammetry and 3D Imaging, 3rd ed. De Gruyter: Berlin, Boston" . + "bundle adjustment [jade]"@en . + "plan specification" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000026 + . + . + "An agent is a system that perceives its environment through sensors and can interact with it through actions."@en . + "Agent"@de . + "agent [ita]"@en . + "role" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000027 + . + . + "uncurated" . + "An active power or cause (as principle, substance, physical or biological factor, etc.) that produces a specific effect."@en . + "http://purl.obolibrary.org/obo/NCIT_C1708" . + . + "Luis Ramos" . + "English" . + "22.08.2022" . + "22.08.2022"^^ . + "http://purl.obolibrary.org/obo/ncit.owl"@en . + "NCIT" . + "agent [ncti]"@en . + "role" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000028 + . + "uncurated" . + "Approximation is a technique for approximating a value using historical or available observations from the domain."@en . + "Luis Ramos" . + "English" . + "Approximationsmethode"@de . + "approximation [ita]"@en . + "plan specification" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000029 + . + "uncurated" . + "Function approximation is a technique for estimating an unknown underlying function using historical or available observations from the domain."@en . + "Luis Ramos" . + "English" . + "Funktionsapproximationsmethode"@de . + "function approximation [ita]"@en . + "plan specification" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000030 + . + "uncurated" . + "Reinforcement learning is a set of machine learning methods in which an agent autonomously learns a strategy to maximize a reward. Algorithms follow the trail-and-error principle, thus try several strategies and repeat those with a higher reward. During the training the agent produces an input, while the target output is only known to a teacher. The teacher gives feedback to the agent in form of a reward."@en . + "Luis Ramos" . + "English" . + "bestärkendes Lernen"@de . + "reinforcement learning [ita]"@en . + "plan specification" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000031 + . + "uncurated" . + "Libraries in programming languages are collections of prewritten code that users can use to optimize tasks."@en . + "Luis Ramos" . + "English" . + "Bibliothek"@de . + "library [ita]"@en . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000032 + . + "uncurated" . + "Clustering or cluster analysis is a unsupervised machine learning technique, which groups the unlabelled dataset. It can be defined as a way of grouping the data points into different clusters, consisting of similar data points."@en . + "Luis Ramos" . + "English" . + "Clusteranalyse"@de . + "cluster analysis [ita]"@en . + "plan specification" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000033 + . + "uncurated" . + "Methods for grouping objects into subsets such that those within each cluster are more closely related to one another than objects assigned to different clusters."@en . + "http://purl.obolibrary.org/obo/NCIT_C15426" . + . + "Luis Ramos" . + "English" . + "22.08.2022" . + "22.08.2022"^^ . + "http://purl.obolibrary.org/obo/ncit.owl"@en . + "NCIT" . + "cluster analysis [ncti]"@en . + "plan specification" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000034 + . + "uncurated" . + "A Database is a System for describing, storing and retrieving large amounts of data."@en . + "Luis Ramos" . + "English" . + "Data Mining"@de . + "data mining [ita]"@en . + "plan specification" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000035 + . + "uncurated" . + "An information set with a regular structure. Although it can be applied to any set of information the term was invented to refer to computerized data, and is used almost exclusively in computing."@en . + "http://edamontology.org/topic_3473" . + . + "Luis Ramos" . + "English" . + "22.08.2022" . + "22.08.2022"^^ . + "http://edamontology.org"@en . + "EDAM" . + "data mining [edam]"@en . + "plan specification" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000036 + . + "uncurated" . + "A Database is a System for describing, storing and retrieving large amounts of data."@en . + "ITA" . + "English" . + "Datenbank"@de . + "database [ita]"@en . + "material entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000037 + . + "uncurated" . + "An information set with a regular structure. Although it can be applied to any set of information the term was invented to refer to computerized data, and is used almost exclusively in computing."@en . + "http://purl.obolibrary.org/obo/NCIT_C15426" . + . + "Luis Ramos" . + "English" . + "23.08.2022" . + "23.08.2022"^^ . + "http://purl.obolibrary.org/obo/ncit.owl"@en . + "NCTI" . + "database [ncti]"@en . + "material entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000038 + . + "uncurated" . + "Deep learning is a class of machine learning algorithms that uses multiple layers to progressively extract higher-level features from the raw input. There is no universally agreed-upon threshold of depth that divides shallow learning from deep learning, but most researchers agree that deep learning involves CAP depth higher than 2. The CAP (credit assignment path) is the chain of transformations from input to output. CAPs describe potentially causal connections between input and output. For simple neural networks (feedforward neural networks) this treshhold is reached with at least two hidden layers."@en . + "English" . + "Deep Learning"@de . + "deep learning [ita]"@en . + "plan specification" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000039 + . + "uncurated" . + "A subset of machine learning that is part of the broader family of machine learning methodologies based on artificial neural networks. A deep neural network has multiple layers between input and output layers to progressively extract higher level features from the raw input. (After DeepAI Machine Learning Glossary and Terms) [ NCI ]"@en . + "http://purl.obolibrary.org/obo/NCIT_C176258" . + . + "Luis Ramos" . + "English" . + "23.08.2022" . + "23.08.2022"^^ . + "http://purl.obolibrary.org/obo/ncit.owl"@en . + "NCTI" . + "deep learning [ncti]"@en . + "plan specification" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000040 + . + "uncurated" . + "The input layer of a neural network is composed of artificial input neurons, and brings the initial data into the system for further processing by subsequent layers of artificial neurons. The input layer is the very beginning of the workflow for the artificial neural network."@en . + "English" . + "Eingangsvektor"@de . + "input layer [ita]"@en . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000041 + . + "uncurated" . + "Elastomers are dimensionally stable but elastically deformable plastics. They are producest by vulcanization of rubber."@en . + "English" . + "Elastomere"@de . + "elastomers [ita]"@en . + "material entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000042 + . + "uncurated" . + "The output layer in an artificial neural network is the last layer of neurons that produces given outputs for the program."@en . + "English" . + "Ergebnisvektor"@de . + "output layer [ita]"@en . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000043 + . + "uncurated" . + "Extrusion is a process used to create objects of a fixed cross-sectional profile by pushing material through a die of the desired cross-section."@en . + "English" . + "Extrusion"@de . + "extrusion [ita]"@en . + "process" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000044 + . + "uncurated" . + "A transformation in which an atom or group Y connected to two other atoms or groups X and Z is lost from a molecule, leading to a product in which X is bonded to Z, e.g. X-Y-Z --> X-Z + Y."@en . + "http://purl.obolibrary.org/obo/REX_0000100" . + . + "Luis Ramos" . + "English" . + "23.08.2022" . + "23.08.2022"^^ . + "http://purl.obolibrary.org/obo/rex.owl"@en . + "REX" . + "extrusion [rex]"@en . + "process" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000045 + . + "uncurated" . + "A process used to create objects of a fixed cross-sectional profile by forcing or drawing a material through a die."@en . + "http://purl.obolibrary.org/obo/CHMO_0001613" . + . + "Luis Ramos" . + "English" . + "23.08.2022" . + "23.08.2022"^^ . + "http://purl.obolibrary.org/obo/chmo.owl"@en . + "CHMO" . + "extrusion [chmo]"@en . + "process" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000046 + . + "uncurated" . + "In neural networks, a hidden layer is located between the input and output of the algorithm, in which the function applies weights to the inputs and directs them through an activation function as the output. In short, the hidden layers perform nonlinear transformations of the inputs entered into the network."@en . + "English" . + "Hidden-Layer"@de . + "hidden layer [ita]"@en . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000047 + . + "uncurated" . + "Industrie 4.0 is the intelligent networking of machines and processes in the industrial environment, with the help of information and communication technology and thus digitization of the industrial production."@en . + "English" . + "Industrie 4.0"@de . + "Industrie 4.0 [ita]"@en . + "plan specification" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000048 + . + "uncurated" . + "Rubber is an elastic substance made either from the juice of particular tropical trees or artificially. It is raw material for car tires and other technical products."@en . + "English" . + "Kautschuk"@de . + "rubber [ita]"@en . + "material entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000049 + . + "uncurated" . + "Artifical intelligence is a branch of computer science dealing with the automation of intelligent behavior. Can be used in technical areas as methods of machine learning."@en . + "English" . + "Artificial Intelligence (AI) [ita]"@en . + "Künstliche Intelligenz (KI)"@de . + "plan specification" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000050 + . + "uncurated" . + "Artificial intelligence is the branch of computer science that deals with writing computer programs that can solve problems creatively."@en . + "http://purl.obolibrary.org/obo/NCIT_C16309" . + . + "Luis Ramos" . + "English" . + "23.08.2022" . + "23.08.2022"^^ . + "http://purl.obolibrary.org/obo/ncit.owl"@en . + "NCTI" . + "Artificial Intelligence (AI) [ncti]"@en . + "plan specification" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000051 + . + "uncurated" . + "Machine learning is a sub-area of ​​artificial intelligence that deals with artificial systems that adapt their actions to external conditions so that their output is improved according to defined standards. For this purpose, algorithms build a model based on training data. The algorithms does not learn to memorize, but uses patterns and laws, so the systems can also process unknown data. The learning algorithms are divided into supervised learning, unsupervised learning and reinforcement learning."@en . + "English" . + "machine learning [ita]"@en . + "maschinelles Lernen"@de . + "plan specification" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000052 + . + "uncurated" . + "A computing system (inspired by biological neural networks) that learns (progressively improves its ability) to do tasks by considering examples without task-specific programming. (After DeepAI Machine Learning Glossary and Terms)"@en . + "http://purl.obolibrary.org/obo/NCIT_C176231" . + . + "Luis Ramos" . + "English" . + "23.08.2022" . + "23.08.2022"^^ . + "http://purl.obolibrary.org/obo/ncit.owl"@en . + "NCIT" . + "machine learning [ncti]"@en . + "plan specification" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000053 + . + "uncurated" . + "A planned process in which statistical techniques are used to give computers the ability to learn about patterns in data, without being explicitly programmed. Learning is defined in this case as progressively improving performance on a specific task."@en . + "http://purl.obolibrary.org/obo/OBI_0002587" . + . + "Luis Ramos" . + "English" . + "23.08.2022" . + "23.08.2022"^^ . + "http://purl.obolibrary.org/obo/obi.owl"@en . + "OBI" . + "machine learning [obi]"@en . + "plan specification" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000054 + . + "uncurated" . + "A topic concerning the application of artificial intelligence methods to algorithms, in order to create methods that can learn from data in order to generate an ouput, rather than relying on explicitly encoded information only."@en . + "http://edamontology.org/topic_3474" . + . + "Luis Ramos" . + "English" . + "23.08.2022" . + "23.08.2022"^^ . + "http://edamontology.org"@en . + "EDAM" . + "machine learning [edam]"@en . + "plan specification" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000055 + . + "uncurated" . + "Microcontrollers are compact integrated circuits designed to govern a specific operation in an embedded system. Typically a microcontroller includes a processor, memory and input/output peripherals on a single chip."@en . + "English" . + "Mikrocontroller"@de . + "microcontroller [ita]"@en . + "material entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000056 + . + "uncurated" . + "Mixing is the first of the three areas of an extrusion line, where the input material is homogenized and mixed. This occurs within a screw element through shearing and mixing of the input material."@en . + "English" . + "Mischen"@de . + "mixing [ita]"@en . + "process" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000057 + . + "uncurated" . + "The combining of components, particles or layers into a more homogeneous state. The mixing may be achieved manually or mechanically by shifting the material with stirrers or pumps or by revolving or shaking the container. The process μst not permit segregation of particles of different size or properties. Homogeneity may be considered to have been achieved in a practical sense when the sampling error of the processed portion is negligible compared to the total error of the measurement system."@en . + "http://purl.obolibrary.org/obo/CHMO_0001685" . + . + "Luis Ramos" . + "English" . + "23.08.2022" . + "23.08.2022"^^ . + "http://purl.obolibrary.org/obo/chmo.owl"@en . + "CHMO" . + "mixing [chmo]"@en . + "process" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000058 + . + "uncurated" . + "To bring or combine together or with something else; add as an additional element or part."@en . + "http://purl.obolibrary.org/obo/NCIT_C64925" . + . + "Luis Ramos" . + "English" . + "23.08.2022" . + "23.08.2022"^^ . + "http://purl.obolibrary.org/obo/ncit.owl"@en . + "NCTI" . + "mixing [ncti]"@en . + "process" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000059 + . + "uncurated" . + "Pattern recognition is the automated recognition of patterns and regularities in data. Pattern recognition has its origins in statistics and engineering; some modern approches include the use of machine learning, due to the increased availability of big data and a new abundance of processing power."@en . + "English" . + "Mustererkennung"@de . + "pattern recognition [ita]"@en . + "plan specification" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000060 + . + "uncurated" . + "A branch of artificial intelligence concerned with the identification of visual or audio patterns by computers.For the computer to recognize the patterns, the patterns must be converted into digital signals and compared with patterns already stored in memory.Some uses of this technology are in character recognition, voice recognition, handwriting recognition, and robotics. (High-Tech Dictionary) [ NCI ]"@en . + "http://purl.obolibrary.org/obo/NCIT_C16961" . + . + "Luis Ramos" . + "English" . + "23.08.2022" . + "23.08.2022"^^ . + "http://purl.obolibrary.org/obo/ncit.owl"@en . + "NCTI" . + "pattern recognition [ncti]"@en . + "plan specification" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000061 + . + "uncurated" . + "Artificial neural networks (ANNs) are based on a reduced set of concepts from biological neural systems. It is composed of different Layeres, an input layer, one or more hidden layers and an output layer. Each layer consists of several artificial neurons. The connections of the biological neuron are modeled in artificial neural networks as weights between the artificial neurons. A positive weight reflects an excitatory connection, while negative values mean inhibitory connections. An activation function controls the amplitude of the output. They can be used to model complex relationships between inputs and outputs or to find patterns in data. Thereby ANNs can be trained by machine learning techniques to approximate a function, when the complexity of the data or task makes the design of such function by hand impractical. Other tasks in which ANNs can be trained are classification, including pattern recognition, clustering and Data processing, including clustering."@en . + "English" . + "neural network [ita]"@en . + "neuronales Netz"@de . + "plan specification" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000062 + . + "uncurated" . + "A computer algorithm to solve non-linear optimization problems. The algorithm was derived in analogy to the way the densely interconnected, parallel structure of the brain processes information."@en . + "http://purl.obolibrary.org/obo/NCIT_C17429" . + . + "Luis Ramos" . + "English" . + "23.08.2022" . + "23.08.2022"^^ . + "http://purl.obolibrary.org/obo/ncit.owl"@en . + "NCTI" . + "neural network [ncti]"@en . + "plan specification" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000063 + . + "uncurated" . + "Online characterisation is the characterization of the material properties during the process and on the real process line in order to be able to react to fluctuations during production."@en . + "English" . + "Online-Charakterisierung"@de . + "online characterisation [ita]"@en . + "process" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000064 + . + "uncurated" . + "In online optimization decisions are made directly in the real process section and without knowledge of future results. Also often the data of the problem instance is not complete."@en . + "English" . + "Online-Optimierung"@de . + "online optimization [ita]"@en . + "process" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000065 + . + "uncurated" . + "Optimizers are algorithms or methods used to solve optimization problems by minimize an error function (loss function) or to maximize the efficiency of production. Optimizers are mathematical functions which are dependent on model's learnable parameters i.e Weights & Biases."@en . + "English" . + "Optimierungsmethoden"@de . + "optimization [ita]"@en . + "process" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000066 + . + "uncurated" . + "An activity that attempts to find the best solution to a problem."@en . + "http://purl.obolibrary.org/obo/NCIT_C78561" . + . + "Luis Ramos" . + "English" . + "23.08.2022" . + "23.08.2022"^^ . + "http://purl.obolibrary.org/obo/ncit.owl"@en . + "NCTI" . + "optimization [ncti]"@en . + "process" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000067 + . + "uncurated" . + "Production-in-the-Loop describes a method, in which information from the production process is continuously recorded and the process is adapted to the changing framework conditions on the basis of this information."@en . + "English" . + "Production-in-the-Loop [ita]"@en . + "Production-in-the-loop"@de . + "plan specification" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000068 + . + "uncurated" . + "Regression analysis consists of a set of machine learning methods that allow us to predict a continuous outcome variable (y) based on the value of one or multiple predictor variables (x). Regression is a supervised learning technique, in which Algorithems build a mathematical Modell or equation that defines y as a funktion of x."@en . + "English" . + "Regressionsanalyse"@de . + "regression analysis [ita]"@en . + "plan specification" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000069 + . + "uncurated" . + "A simulation environment is a virtual environment that maps/models the real process. A simulation model thus makes it possible to train control tasks using learning algorithms offline, i.e. not on the real system but on the computer. Neural networks can be used to create such model."@en . + "English" . + "Simulationsumgebung"@de . + "simulation environment [ita]"@en . + "material entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000070 + . + "uncurated" . + "The test dataset is a subset of the dataset that is held back from training the model and given to the learning algorithm to test the trained model. Typically it consists of 20% to 30% of the original dataset. It is the sample of data used to provide an unbiased evaluation of a final model fit on the training dataset."@en . + "English" . + "Test-Dataset"@de . + "test dataset [ita]"@en . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000071 + . + "uncurated" . + "The train dataset is a subset of the dataset that is given to the learning algorithm to train a model. Typically it consists of 70% to 80% of the original dataset. It is the sample of data used to fit the model."@en . + "English" . + "Train-Dataset"@de . + "train dataset [ita]"@en . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000072 + . + "uncurated" . + "Supervised learning is the machine learning task of learning a function that maps an input to an output based on example input-output pairs. It infers a function from labeled training data consisting of a set of training examples. In supervised learning, each example is a pair consisting of an input object (typically a vector) and a desired output value (target)."@en . + "English" . + "supervised learning [ita]"@en . + "überwachtes Lernen"@de . + "plan specification" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000073 + . + "uncurated" . + "A machine learning process using a function that maps an input to an output based on example input-output pairs. It infers a function from labeled training data consisting of a set of training examples."@en . + "supervised machine learning"@en . + "http://purl.obolibrary.org/obo/OBI_0002588" . + . + "Luis Ramos" . + "English" . + "23.08.2022" . + "23.08.2022"^^ . + "http://purl.obolibrary.org/obo/obi.owl"@en . + "OBI" . + "supervised learning [obi]"@en . + "plan specification" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000074 + . + "uncurated" . + "Unsupervised learning is a type of algorithm that learns patterns from untagged data. The hope is that through mimicry, which is an important mode of learning in people, the machine is forced to build a compact internal representation of its world and then generate imaginative content from it. Unsupervised methods exhibit self-organization that captures patterns as probability densities or a combination of neural feature preferences."@en . + "English" . + "unsupervised learning [ita]"@en . + "unüberwachtes Lernen"@de . + "plan specification" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000075 + . + "uncurated" . + "A machine learning process that infers a function describing the structure of \"unlabeled\" data (i.e. data that has not been classified or categorized)."@en . + "unsupervised machine learning"@en . + "http://purl.obolibrary.org/obo/OBI_0002589" . + . + "Luis Ramos" . + "English" . + "23.08.2022" . + "23.08.2022"^^ . + "http://purl.obolibrary.org/obo/obi.owl"@en . + "OBI" . + "unsupervised learning [obi]"@en . + "plan specification" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000076 + . + "uncurated" . + "The validation dataset is the sample of data used to provide an unbiased evaluation of a model fit on the training dataset while tuning model hyperparameters. The evaluation becomes more biased as skill on the validation dataset is incorporated into the model configuration."@en . + "English" . + "Validation-Dataset"@de . + "validation dataset [ita]"@en . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000077 + . + "uncurated" . + "Validation data is to \"validate\" that your neural network hasn't rather memorized your training data and has thus actually learned some meaningful aspects of the data so that the model can be later used (generalized) to unseen, held-out \"test dataset\"."@en . + "English" . + "Validierung"@de . + "validation [ita]"@en . + "process" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000078 + . + "uncurated" . + "The act of validating; finding or testing the truth of something."@en . + "http://purl.obolibrary.org/obo/NCIT_C16237" . + . + "Luis Ramos" . + "English" . + "23.08.2022" . + "23.08.2022"^^ . + "http://purl.obolibrary.org/obo/ncit.owl"@en . + "NCTI" . + "validation [ncti]"@en . + "process" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000079 + . + "uncurated" . + "a planned process with objective to check that the accuracy or the quality of a claim or prediction satisfies some criteria and which is assessed by comparing with independent results"@en . + "http://purl.obolibrary.org/obo/OBI_0302911" . + . + "Luis Ramos" . + "English" . + "23.08.2022" . + "23.08.2022"^^ . + "http://purl.obolibrary.org/obo/obi.owl"@en . + "OBI" . + "validation [obi]"@en . + "process" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000080 + . + "uncurated" . + "Validate some data."@en . + "http://edamontology.org/operation_2428" . + . + "Luis Ramos" . + "English" . + "23.08.2022" . + "23.08.2022"^^ . + "http://edamontology.org"@en . + "EDAM" . + "validation [edam]"@en . + "process" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000081 + . + "uncurated" . + "Rolling is the second of the three areas of the extrusion line. Where the material is homogenised."@en . + "English" . + "Walzen"@de . + "rolling [ita]"@en . + "process" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000082 + . + "uncurated" . + "Twin screw extruders have two screws, which have more shear and mixing capability than the single screw in a singel screw extruder. Depending on the direction of rotation of the screws, a distinction is made between counter-rotating and co-rotating twin-screw extruders."@en . + "English" . + "Zweischneckenextruder"@de . + "twin screw extruder [ita]"@en . + "material entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000083 + . + "uncurated" . + "Control variable that specifies at which temperature mixing takes place."@en . + "English" . + "Mischungstemperatur"@de . + "Mixing temperature [ita]"@en . + "quality" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000084 + . + "uncurated" . + "Rücksprache DIK"@en . + "English" . + "Stamp pressure [ita]"@en . + "Stemepeldruck"@de . + "quality" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000085 + . + "uncurated" . + "Control value that specifies at which speed mixing takes place"@en . + "English" . + "Drehzahl (Mischer)"@de . + "rotation speed (Mixer) [ita]"@en . + "quality" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000086 + . + "uncurated" . + "Control value that specifies how long mixing takes place"@en . + "English" . + "Mischzeit"@de . + "Mixing time [ita]"@en . + "quality" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000087 + . + "uncurated" . + "Measured variable that indicates how high the torque is during mixing."@en . + "English" . + "Drehmoment (Mischer)"@de . + "Torque (mixer) [ita]"@en . + "quality" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000088 + . + "uncurated" . + "Torque is the effectiveness of a force to produce rotation about an axis, measured by the product of the force and the perpendicular distance from the line of action of the force to the axis."@en . + "http://www.ontology-of-units-of-measure.org/resource/om-2/Torque" . + . + "Luis Ramos" . + "English" . + "23.08.2022" . + "23.08.2022"^^ . + "http://www.ontology-of-units-of-measure.org/resource/om-2"@en . + "OM" . + "Torque (mixer) [om]"@en . + "quality" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000089 + . + "uncurated" . + "Control variable that indicates how high the speed of the screw is during extrusion."@en . + "English" . + "Schneckendrezahl"@de . + "Screw speed [ita]"@en . + "quality" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000090 + . + "uncurated" . + "Measured variable that indicates how high the torque of the screw is during extrusion."@en . + "English" . + "Schneckendrehmoment"@de . + "Screw torque [ita]"@en . + "quality" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000091 + . + "uncurated" . + "Control variable that indicates how high the temperature of the screw is during extrusion."@en . + "English" . + "Temperierung Schnecke"@de . + "Tempering screw [ita]"@en . + "quality" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000092 + . + "uncurated" . + "Control variable that indicates how high the temperature of the feed roller is during extrusion."@en . + "English" . + "Temperierung Speisewalze"@de . + "Tempering Feed roller [ita]"@en . + "quality" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000093 + . + "uncurated" . + "Control variable that indicates how high the temperature of the cylinder is during extrusion."@en . + "English" . + "Temperierung Zylinder"@de . + "Tempering cylinder [ita]"@en . + "quality" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000094 + . + "uncurated" . + "Measured variable that indicates how high the pressure in the cylinder is during extrusion."@en . + "English" . + "Cylinder pressure [ita]"@en . + "Zylinderdruck"@de . + "quality" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000095 + . + "uncurated" . + "Control variable that indicates how high the temperature of the tool is during extrusion."@en . + "English" . + "Tempering Tool [ita]"@en . + "Temperiung Werkzeug"@de . + "quality" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000096 + . + "uncurated" . + "Measured variable that indicates how high the pressure in the tool is during extrusion."@en . + "English" . + "Tool pressure [ita]"@en . + "Werkzeugdruck"@de . + "quality" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000097 + . + "uncurated" . + "Measured variable that indicates what the temperature is at the surface of the material."@en . + "English" . + "Near-surface mass temperature in the tool [ita]"@en . + "Oberflächennahe Massentemperatur im Werkzeug"@de . + "quality" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000098 + . + "uncurated" . + "Measured variable that indicates how the temperature is distributed radially over the screw channel."@en . + "English" . + "Radial temperature profile of the mixture in the screw channel [ita]"@en . + "Radiales Temperaturprofil der Mischung im Schneckenkanal"@de . + "quality" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000099 + . + "uncurated" . + "System parameter that indicates how large the outlet surface of the rubber is."@en . + "English" . + "Austrittsfläche"@de . + "Outlet surface [ita]"@en . + "quality" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000100 + . + "uncurated" . + "The throughput indicates how many kilograms of rubber are extruded in a given unit of time."@en . + "English" . + "Durchsatz"@de . + "Throughput [ita]"@en . + "quality" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000101 + . + "A class of units in the system under study (e.g, machines, spare parts)"@en . + "Marvin Auf der Landwehr" . + "collection of material entities [hsh]"@en . + "material entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000102 + . + "A circumstance, fact, or influence that contributes to the costs associated with an entity (e.g., wages, number)"@en . + "factor [hsh]"@en . + "faktor [hsh]"@de . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000103 + . + "uncurated" . + "Anything that contributes causally to a result."@en . + "http://purl.obolibrary.org/obo/NCIT_C25506" . + . + "Luis Ramos" . + "English" . + "22.08.2022" . + "22.08.2022"^^ . + "NCTI" . + "factor [ncti]"@en . + "faktor [ncti]"@de . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000104 + . + "uncurated" . + "A data item that is a member of a minimal set of independent variables that can be used to model the dependent reponses in a set of related experiments."@en . + "http://purl.obolibrary.org/obo/PROCO_0000005" . + . + "Luis Ramos" . + "English" . + "22.08.2022" . + "22.08.2022"^^ . + "PROCO" . + "factor [proco]"@en . + "faktor [proco]"@de . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000105 + . + "uncurated" . + "A multiplicand in a mathematical product expression. [Allotrope]"@en . + "http://purl.allotrope.org/ontologies/result#AFR_0000924>" . + . + "English" . + "15.08.2022" . + "skos:definition"@en . + "allotrope" . + "factor [allotrope]"@en . + "faktor [allotrope]"@de . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000106 + . + "Cumulative expression for the value of all costs groups within the system under study"@en . + "Marvin Auf der Landwehr" . + "cost [hsh]"@en . + "kosten [hsh]"@de . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000107 + . + "uncurated" . + "The amount paid, charged, or engaged to be paid, for purchasing goods, services and financial instruments."@en . + "http://purl.obolibrary.org/obo/NCIT_C69088" . + . + "Luis Ramos" . + "English" . + "22.08.2022" . + "22.08.2022"^^ . + "NCTI" . + "cost [ncti]"@en . + "kosten [ncti]"@de . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000108 + . + "Cumulative expression for the value of overarching entity groups (e.g., human ressource, maintenance) within the system under study"@en . + "Marvin Auf der Landwehr" . + "cost group [hsh]"@en . + "kostengruppe [hsh]"@de . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000109 + . + "A cost group for all cost values occuring from entity sub-groups in the human ressource cost group and the associated factors"@en . + "Marvin Auf der Landwehr" . + "human ressource cost [hsh]"@en . + "personalkosten [hsh]"@de . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000110 + . + "A cost group for all cost values occuring from entity sub-groups in the maintenance cost group and the associated factors"@en . + "Marvin Auf der Landwehr" . + "maintenance cost [hsh]"@en . + "wartungskosten [hsh]"@de . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000111 + . + "A cost group for all cost values occuring from entity sub-groups in the energy cost group and the associated factors"@en . + "Marvin Auf der Landwehr" . + "energiekosten [hsh]"@de . + "energy cost [hsh]"@en . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000112 + . + "A cost group for all cost values occuring from entity sub-groups in the material cost group and the associated factors"@en . + "Marvin Auf der Landwehr" . + "material cost [hsh]"@en . + "materialkosten [hsh]"@de . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000113 + . + "A cost group for all cost values occuring from entity sub-groups in the storage cost group and the associated factors"@en . + "Marvin Auf der Landwehr" . + "lagerhaltungskosten [hsh]"@de . + "storage cost [hsh]"@en . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000114 + . + "A cost group for all cost values occuring from entity sub-groups in the production cost group and the associated factors"@en . + "Marvin Auf der Landwehr" . + "production cost [hsh]"@en . + "produktionskosten [hsh]"@de . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000115 + . + "A cost group for all cost values occuring from entity sub-groups in the investment cost group and the associated factors"@en . + "Marvin Auf der Landwehr" . + "investitionskosten [hsh]"@de . + "investment cost [hsh]"@en . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000116 + . + "A cost group for all cost values occuring from entity sub-groups in the waste management cost group and the associated factors"@en . + "Marvin Auf der Landwehr" . + "abfallmanagementkosten [hsh]"@de . + "waste management cost [hsh]"@en . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000117 + . + "A cost group for the total sales value generated in a time period X by the system under investigation"@en . + "Marvin Auf der Landwehr" . + "turnover [hsh]"@en . + "umsatz [hsh]"@de . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000118 + . + "An apparatus using mechanical power and having several parts, each with a definite function and together performing a particular task, required for operations in the system under investigation. Constitutes an entity in the maintenance cost, energy cost, production cost, investment cost and turnover cost group."@en . + "Marvin Auf der Landwehr" . + "machine [hsh]"@en . + "maschine [hsh]"@de . + "material entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000119 + . + "The state of an unit within an individual entity sub-group with regard to its working order (e.g., good, defective, not working)."@en . + "Marvin Auf der Landwehr" . + "Operating status [hsh]"@en . + "zustand [hsh]"@de . + "quality" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000120 + . + "uncurated" . + "A state of being, such as a state of health."@en . + "http://purl.obolibrary.org/obo/NCIT_C25457" . + . + "Luis Ramos" . + "English" . + "22.08.2022" . + "22.08.2022"^^ . + "NCIT" . + "condition [ncti]"@en . + "zustand [ncti]"@de . + "quality" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000121 + . + "uncurated" . + "The shapes that the focus nodes need to conform to before a rule is executed on them."@en . + "http://www.w3.org/ns/shacl#condition" . + . + "Luis Ramos" . + "English" . + "22.08.2023" . + "22.08.2023"^^ . + "shacl" . + "condition [shacl]"@en . + "zustand [shacl]"@de . + "quality" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000122 + . + "uncurated" . + "Used to specify ranges for qualities that act as conditions on a system/sensor's operation. For example, wind speed of 10-60m/s may be used as the condition on a SystemProperty, for example, to state that a sensor has a particular accuracy in that"@en . + "http://www.w3.org/ns/ssn/systems/Condition" . + . + "Luis Ramos" . + "English" . + "22.08.2024" . + "22.08.2024"^^ . + "ssn" . + "condition [ssn]"@en . + "zustand [ssn]"@de . + "quality" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000123 + . + "The basic materials from which a finished product is made in the system under investigation. Constitutes an entity in the material cost and waste management cost group."@en . + "Marvin Auf der Landwehr" . + "raw material [hsh]"@en . + "rohmaterial [hsh]"@de . + "material entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000124 + . + "Processed raw materials that are not used for final consumption but as input for the production of finished goods in the system under investigation. Constitutes an entity in the material cost and waste management cost group."@en . + "Marvin Auf der Landwehr" . + "halbfabrikat [hsh]"@de . + "semi-finished product [hsh]"@en . + "material entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000125 + . + "The product that emerges at the end of the production process of the system under study. Constitutes an entity in the material cost, production cost, and waste management cost group."@en . + "Marvin Auf der Landwehr" . + "endprodukt [hsh]"@de . + "finished product [hsh]"@en . + "material entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000126 + . + "A duplicate part to replace a lost or damaged part of a machine entity unit in the system under investigation. Constitutes an entity sub-group of the wear parts entity."@en . + "Marvin Auf der Landwehr" . + "ersatzteil [hsh]"@de . + "spare parts [hsh]"@en . + "material entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000127 + . + "Parts pf a machine entity unit that are bound to wear out with repetitive use and will require periodic repair or replacement based on maintenance interval in the system under investigation. Constitutes an entity of the maintenance cost and material cost group."@en . + "Marvin Auf der Landwehr" . + "verschleißteil [hsh]"@de . + "wear parts [hsh]"@en . + "material entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000128 + . + "Materials used to wrap or protect raw materials, semi-finished products, and finished products."@en . + "Marvin Auf der Landwehr" . + "packaging [hsh]"@en . + "verpackung [hsh]"@de . + "material entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000129 + . + . + "A person who operates a machine entity unit in the system under investigation. Constitutes an entity of the human resource and the production cost group."@en . + "operator [hsh]"@de . + "operator [hsh]"@en . + "role" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000130 + . + . + "uncurated" . + "A person that operates some apparatus or machine."@en . + "http://purl.obolibrary.org/obo/NCIT_C48036" . + . + "Luis Ramos" . + "English" . + "22.08.2022" . + "22.08.2022"^^ . + "NCTI" . + "operator [ncti]"@de . + "operator [ncti]"@en . + "role" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000131 + . + . + "A person who supervises and coordinates the work of employees who set up and operate machine entity units in the system under investigation. Constitutes an entity of the human ressource and the production cost group."@en . + "supervisor [hsh]"@de . + "supervisor [hsh]"@en . + "role" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000132 + . + . + "uncurated" . + "An individual who is responsible for managing or operating a business, organization, team or department."@en . + "http://purl.obolibrary.org/obo/NCIT_C134832" . + . + "Luis Ramos" . + "English" . + "22.08.2022" . + "22.08.2022"^^ . + "NCTI" . + "supervisor [ncti]"@de . + "supervisor [ncti]"@en . + "role" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000133 + . + . + "uncurated" . + "Designated administrator over one or more groups/teams working to produce a resource, or over one or more steps of a development process"@en . + "http://w3id.org/nfdi4ing/metadata4ing#Supervisor" . + . + "Luis Ramos" . + "English" . + "22.08.2023" . + "22.08.2023"^^ . + "m4i" . + "supervisor [m4i]"@de . + "supervisor [m4i]"@en . + "role" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000134 + . + . + "A person who supports an operator in the system under investigation. Constitutes an entity of the human ressource and the production cost group."@en . + "hilfskraft [hsh]"@de . + "operational assistant [hsh]"@en . + "role" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000135 + . + . + "A person who handles a company's incoming and outgoing raw materials, semi-finished prodcuts as well as finished products, and who manages stocks in the system under investigation. Constitutes an entity of the human ressource and the storage cost group."@en . + "lagerist [hsh]"@de . + "warehouse clerk [hsh]"@en . + "role" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000136 + . + . + "A person who monitors the quality of incoming and outgoing products or materials in the system under investigation. Constitutes an entity of the human ressource and the production cost group."@en . + "quality inspector [hsh]"@en . + "qualitätsprüfer [hsh]"@de . + "role" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000137 + . + "A mode of transport that is employed to transport raw materials, semi-finished goods and finished goods within the system under investigation."@en . + "Marvin Auf der Landwehr" . + "conveyor vehicle [hsh]"@en . + "fördermittel [hsh]"@de . + "material entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000138 + . + "A maintenance metric that measures the average amount of time a non-repairable asset operates before it fails in the system under investigation. Constitutes a factor of the maintenance cost group."@en . + "Marvin Auf der Landwehr" . + "mean time to failure [hsh]"@en . + "mittlere zeit bis zum ausfall [hsh]"@de . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000139 + . + "A maintenance metric that measures the average time required to troubleshoot and repair failed equipment. Constitutes a factor of the maintenance cost group."@en . + "Marvin Auf der Landwehr" . + "mean time to repair [hsh]"@en . + "mittlere reperaturdauer [hsh]"@de . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000140 + . + "The schedule for all anticipated maintenance activities regarding machine entites within the system under investigation. Constitutes a factor of the maintenance cost group."@en . + "maintenance interval [hsh]"@en . + "wartungsintevall [hsh]"@de . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000141 + . + "uncurated" . + "Type of planning time: Fixed time interval for the scheduled maintenance of a technical system or its parts."@en . + "http://iirds.tekom.de/iirds#MaintenanceInterval" . + . + "English" . + "15.08.2022" . + "rdfs:comment"@en . + "iiRDS" . + "maintenance interval [iirds]"@en . + "wartungsintevall"@de . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000142 + . + "The averafe time that is required to conduct scheduled maintenance activities for a machine entity unit. Constitutes a factor of the maintenance cost group."@en . + "Marvin Auf der Landwehr" . + "maintenance duration [hsh]"@en . + "wartungsdauer [hsh]"@de . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000143 + . + "The amount of electricity (kw/h) that is consumed by all entities in the system under investigation. Constitutes a factor of the energy cost, storage cost and production cost group."@en . + "Marvin Auf der Landwehr" . + "energy consumption [hsh]"@en . + "stromverbrauch [hsh]"@de . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000144 + . + "The expenditure that incurs for acquiring a single unit of an entity sub-group in the system under investigation. Constitutes a factor of the maintenance cost, material cost, and storage cost group."@en . + "Marvin Auf der Landwehr" . + "stückkosten [hsh]"@de . + "unit cost [hsh]"@en . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000145 + . + . + "uncurated" . + "A composite particle, comprising of strongly bound or fused smaller particles, where the resulting external surface area may be significantly smaller than the sum of calculated surface areas of the individual components."@en . + . + . + "Lars M Vogt" . + "English" . + "31.09.2023" . + "2023-09-01T09:55:19.791625Z" . + "ENM:9000002" . + "ENM" . + "Aggregat"@de . + "aggregate [enm]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000146 + . + . + "uncurated" . + "A collection of weakly bound particles or aggregates where the resulting surface area is similar to the sum of the surface areas of the individual components."@en . + . + . + "Lars M Vogt" . + "English" . + "31.09.2023" . + "2023-09-01T10:05:41.878142Z" . + "ENM:9000001" . + "ENM" . + "Agglomerat"@de . + "agglomerate [enm]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000147 + . + "uncurated" . + "A particle in the physical sciences is a small localized object to which can be ascribed physical properties. [Wikipedia]"@en . + . + . + "Lars M Vogt" . + "English" . + "31.09.2023" . + "2023-09-01T10:30:08.82821Z" . + "AFM:0000435" . + "AFM" . + "Partikel (Physik)"@de . + "particle (physics) [afo]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000148 + . + "uncurated" . + "A structure that has a roof and walls and stands more or less permanently in one place."@en . + "http://purl.obolibrary.org/obo/NCIT_C80231" . + . + "Luis Ramos" . + "English" . + "22.08.2022" . + "22.08.2022"^^ . + "NCIT" . + "Gebäude"@de . + "building"@en . + "material entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000150 + . + "The amount of raw materials, semi-finisehd products or finished products passing through a machine entity in the time X in the system under investigation."@en . + "Marvin Auf der Landwehr" . + "durchsatz [hsh]"@de . + "throughput [hsh]"@en . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000151 + . + "All costs that are derived from costs groups encompassing overhead charges or subsidiary work."@en . + "Marvin Auf der Landwehr" . + "indirect cost [hsh]"@en . + "indirekte kosten [hsh]"@de . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000152 + . + "All costs that are derived from costs groups that are directly related to the production of goods in the system under study."@en . + "Marvin Auf der Landwehr" . + "direct cost [hsh]"@en . + "direkte kosten [hsh]"@de . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000153 + . + "uncurated" . + "Costs that can be identified with a particular project or program."@en . + "http://purl.obolibrary.org/obo/NCIT_C19579" . + . + "Luis Ramos" . + "English" . + "22.08.2022" . + "22.08.2022"^^ . + "NCTI" . + "direct cost"@en . + "direkte kosten"@de . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000154 + . + "A single system element (e.g., extruder 1, tool 1) within an entity sub-group in the system under investigation."@en . + "Marvin Auf der Landwehr" . + "einheit [hsh]"@de . + "unit [hsh]"@en . + "material entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000155 + . + "uncurated" . + "A property representing the unit of measure in which a nutrient or food component is typically expressed, ex., gram (g), minigram (mg), microgram (mcg), joule, or kilojoule."@en . + "http://purl.obolibrary.org/obo/NCIT_P355" . + . + "Luis Ramos" . + "English" . + "22.08.2018" . + "22.08.2018"^^ . + "NCTI" . + "einheit [ncti]"@de . + "unit [ncti]"@en . + "material entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000156 + . + "uncurated" . + "The property used in conjunction with a nutrient or food component, typically expressed in gram (g), milligram (mg), microgram (mcg), joule, or kilojoule."@en . + "http://purl.obolibrary.org/obo/NCIT_C68553" . + . + "Luis Ramos" . + "English" . + "22.08.2019" . + "22.08.2019"^^ . + "NCTI" . + "einheit [ncti]"@de . + "unit [ncti]"@en . + "material entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000157 + . + "uncurated" . + "A single undivided thing occurring in the composition of something else."@en . + "http://purl.obolibrary.org/obo/NCIT_C44278" . + . + "Luis Ramos" . + "English" . + "22.08.2020" . + "22.08.2020"^^ . + "NCTI" . + "einheit [ncti]"@de . + "unit [ncti]"@en . + "material entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000158 + . + "uncurated" . + "Class designed to distinguish the different types of units that are available in variables from datasets or parameters"@en . + "https://w3id.org/okn/o/sd#Unit" . + . + "Luis Ramos" . + "English" . + "22.08.2021" . + "22.08.2021"^^ . + "SD" . + "einheit [sd]"@de . + "unit [sd]"@en . + "material entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000159 + . + "uncurated" . + "\"A unit of measurement is a standardized quantity of a physical quality.\" [Wikipedia:Wikipedia]"@en . + "http://purl.obolibrary.org/obo/UO_0000000" . + . + "Luis Ramos" . + "English" . + "22.08.2022" . + "22.08.2022"^^ . + "UO" . + "einheit [uo]"@de . + "unit [uo]"@en . + "material entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000160 + . + "A machine that pushes unvulcanized rubber compounds through an extrusion die under pressure. Constitutes an entity sub-group of the machine entity."@en . + "Marvin Auf der Landwehr" . + "extruder [hsh]"@de . + "extruder [hsh]"@en . + "material entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000161 + . + "A machine that mixes polymers and additives in the manufacture of plastic and rubber products. Constitutes an entity sub-group of the machine entity."@en . + "Marvin Auf der Landwehr" . + "Knetmaschine [hsh]"@de . + "banbury mixer [hsh]"@en . + "material entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000162 + . + "A machine that assembles assembles all components and semi-finished products to produce a tyre. Constitutes an entity sub-group of the machine entity."@en . + "Marvin Auf der Landwehr" . + "reifenproduktionsmaschine [hsh]"@de . + "tire building machine [hsh]"@en . + "material entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000163 + . + "A pneumtaic machine that cuts rubber materials. Constitutes an entity sub-group of the machine entity."@en . + "Marvin Auf der Landwehr" . + "cutter [hsh]"@en . + "schneidemaschine [hsh]"@de . + "material entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000164 + . + "A machine that combines a series of hard pressure rollers used to finish or smooth a sheet of rubber material. Constitutes an entity sub-group of the machine entity."@en . + "Marvin Auf der Landwehr" . + "Kalandar [hsh]"@de . + "calandar [hsh]"@en . + "material entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000165 + . + "An automated system that transports good to, within and from storage areas. Constitutes an entity sub-group of the machine entity."@en . + "Marvin Auf der Landwehr" . + "lagerroboter [hsh]"@de . + "storage robot [hsh]"@en . + "material entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000166 + . + "An overhead crane with a girder configuration supported by freestanding legs that move on wheels to transport goods. Constitutes an entity sub-group of the machine entity."@en . + "Marvin Auf der Landwehr" . + "gantry crane [hsh]"@en . + "portalkran [hsh]"@de . + "material entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000167 + . + "A machine that is measures the tire uniformity for complete vehicle wheels and determines the radial and lateral force fluctuations of the rolling wheel. Constitutes an entity sub-group of the machine entity."@en . + "Marvin Auf der Landwehr" . + "gleichförmigkeitsmessautomat [hsh]"@de . + "uniformity grading machine [hsh]"@en . + "material entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000168 + . + "A powered industrial truck used to lift and move materials over short distances. Constitutes an entity sub-group of the conveyor vehicle entity."@en . + "Marvin Auf der Landwehr" . + "forklift [hsh]"@en . + "gabelstapler [hsh]"@de . + "material entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000169 + . + "A continuous moving strip or surface that is used for transporting objects between different destinations. Constitutes an entity sub-group of the conveyor vehicle entity."@en . + "Marvin Auf der Landwehr" . + "conveyor [hsh]"@en . + "fördertechnik [hsh]"@de . + "material entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000170 + . + "A small truck for lifting and transporting loads. Constitutes an entity sub-group of the conveyor vehicle entity."@en . + "Marvin Auf der Landwehr" . + "hubwagen [hsh]"@de . + "lift truck [hsh]"@en . + "material entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000171 + . + "An object shaped for repair and installation purposes, with the help of which something is processed or manufactured.Constitutes an entity sub-group of the wear parts entity."@en . + "Marvin Auf der Landwehr" . + "tools [hsh]"@en . + "wekzeuge [hsh]"@de . + "material entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000172 + . + "A set of small wear parts required to maintain and repair a machine entity. Constitutes an entity sub-group of the wear parts entity."@en . + "Marvin Auf der Landwehr" . + "kleinteile [hsh]"@de . + "small parts [hsh]"@en . + "material entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000173 + . + "Components required to maintain and repair a machine entity. Constitutes an entity sub-group of the wear parts entity."@en . + "ganze komponenten [hsh]"@de . + "whole components [hsh]"@en . + "material entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000174 + . + "Equipment that is employed for producing light in the system under investigation. Constitutes an entity sub-group of the building entity."@en . + "Marvin Auf der Landwehr" . + "beleuchtung [hsh]"@de . + "lighting [hsh]"@en . + "material entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000175 + . + "Equipment that is employed for cooling and heating in the system under investigation. Constitutes an entity sub-group of the building entity."@en . + "Marvin Auf der Landwehr" . + "air conditioning [hsh]"@en . + "klimatisierung [hsh]"@de . + "material entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000176 + . + "Equipment that is employed for managerial purposes in the system under investigation."@en . + "Marvin Auf der Landwehr" . + "büroausstattung [hsh]"@de . + "office equipment [hsh]"@en . + "material entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000177 + . + "An elastic material obtained from the latex sap of trees. Constitutes an entity sub-group of the raw material entity."@en . + "Marvin Auf der Landwehr" . + "narural rubber [hsh]"@en . + "naturkautschuk [hsh]"@de . + "material entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000178 + . + "uncurated" . + "The natural extract of tropical rubber plants."@en . + "http://purl.obolibrary.org/obo/NCIT_C106043" . + . + "Luis Ramos" . + "English" . + "22.08.2022" . + "22.08.2022"^^ . + "NCIT" . + "narural rubber [ncti]"@en . + "naturkautschuk [ncti]"@de . + "material entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000179 + . + "Any of several substances similar to natural rubber in properties and uses, produced synthetically. Constitutes an entity sub-group of the raw material entity."@en . + "Marvin Auf der Landwehr" . + "Synthetic rubber [hsh]"@en . + "synthetikkautschuk [hsh]"@de . + "material entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000180 + . + "Material that is required to manipulate the properties of rubber products. Constitutes an entity sub-group of the raw material entity."@en . + "Marvin Auf der Landwehr" . + "filling material [hsh]"@en . + "füllstoffe [hsh]"@de . + "material entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000181 + . + "Material that is used to support the structure of rubber based products (e.g., steel cords). Constitutes an entity sub-group of the raw material entity."@en . + "Marvin Auf der Landwehr" . + "reinforcing materials [hsh]"@en . + "verstärkungsmaterialien [hsh]"@de . + "material entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000182 + . + "A substance added to a synthetic resin to produce or promote plasticity and flexibility and to reduce brittleness. Constitutes an entity sub-group of the raw material entity."@en . + "Marvin Auf der Landwehr" . + "plasticizer [hsh]"@en . + "weichmacher [hsh]"@de . + "material entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000183 + . + "uncurated" . + "A substance added to plastics or other materials to make or keep them soft or pliable."@en . + "http://purl.obolibrary.org/obo/NCIT_C55826" . + . + "Luis Ramos" . + "English" . + "22.08.2022" . + "22.08.2022"^^ . + "plasticiser"@en . + "NCIT" . + "plasticizer [ncti]"@en . + "weichmacher [ncti]"@de . + "material entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000184 + . + "uncurated" . + "Any compound that is used as an additive to increase the plasticity or fluidity of a substance, particularly but not exclusively to synthetic polymers."@en . + "http://purl.obolibrary.org/obo/CHEBI_79056" . + . + "Luis Ramos" . + "English" . + "22.08.2022" . + "22.08.2022"^^ . + "plasticiser"@en . + "CHEBI" . + "plasticizer [chebi]"@en . + "weichmacher [chebi]"@de . + "material entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000185 + . + "Chemicals added to rubber to alter its physical properties. Constitutes an entity sub-group of the raw material entity."@en . + "Marvin Auf der Landwehr" . + "vulcanization chemicals [hsh]"@en . + "vulkanisationschemikalien [hsh]"@de . + "material entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000186 + . + "Additional substances that are employed to product rubber-based products. Constitutes an entity sub-group of the raw material entity."@en . + "Marvin Auf der Landwehr" . + "other additives [hsh]"@en . + "sonstige additive [hsh]"@de . + "material entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000187 + . + "A non-destructive light scattering technique that provides detailed information about the chemical structure upon the interaction of light with the chemical bonds within a material based on periodic changes of polarizabilities, usually manifested as energy loss (gain) with respect to the incident light."@en . + "https://www.horiba.com/ind/raman-imaging-and-spectroscopy/" . + "Georgios Ctistis" . + "Raman spectroscopy [ifnano]"@en . + "plan specification" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000188 + . + "uncurated" . + "Any type of vibrational spectroscopy where the Raman scattering of monochromatic light, usually from a laser in the visible, near infrared, or near ultraviolet range by a sample is detected. [CHMO]"@en . + "http://purl.allotrope.org/ontologies/process#AFP_0000047" . + "English" . + "17.08.2022" . + "http://purl.allotrope.org/ontologies/"@en . + "allotrope.org" . + "Raman spectroscopy [allotrope]"@en . + "plan specification" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000189 + . + "uncurated" . + "Emission of electromagnetic energy with a shorter frequency (longer wavelength) than that of the incident monochromatic light. Arises from the low probability absorption of quanta with a higher energy than that required for a transition: the difference in energy is emitted as a lower frequency (energy) photon. Allows analysis of vibrational and rotational energy levels using visible incident light. [ NCI ]"@en . + "http://purl.obolibrary.org/obo/NCIT_C17157" . + . + "English" . + "18.08.2022" . + "http://purl.obolibrary.org/obo/ncit.owl"@en . + "NCI" . + "Raman spectroscopy [ncit]"@en . + "plan specification" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000190 + . + "A graph that shows the intensity of radiation at different wavelengths or the response of the atomic or molecular system to different wavelengths of the radiation"@en . + "https://chem.libretexts.org/Bookshelves/Physical_and_Theoretical_Chemistry_Textbook_Maps/Book%3A_Quantum_States_of_Atoms_and_Molecules_(Zielinksi_et_al)/01%3A_Spectroscopy#:~:text=A%20spectrum%20is%20a%20graph,different%20wavelengths%20of%20the%20radiation." . + "Christoph Lenth" . + "Spectrum [ifnano]"@en . + "information content entity" . + "IFNANO:01_CQ" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000191 + . + "uncurated" . + "A spectrum is a data distribution function of a measured quantity in a spectroscopy against some experimental parameter. [Allotrope]"@en . + "http://purl.allotrope.org/ontologies/result#AFR_0000068" . + "English" . + "17.08.2022" . + "http://purl.allotrope.org/ontologies/"@en . + "allotrope.org" . + "Spectrum [allotrope]"@en . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000192 + . + "uncurated" . + "An array of entities, such as light waves or particles, ordered in accordance with the magnitudes of a common physical property, such as wavelength or mass."@en . + "http://purl.obolibrary.org/obo/NCIT_C84383" . + . + "English" . + "18.08.2022" . + "http://purl.obolibrary.org/obo/ncit.owl"@en . + "NCI" . + "Spectrum [ncit]"@en . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000193 + . + "A graph presents a number of peaks, showing the intensity and wavelength position of the Raman scattered light, in which each peak corresponds to a specific molecular bond vibration."@en . + "https://www.horiba.com/ind/raman-imaging-and-spectroscopy/" . + "Christoph Lenth" . + "Raman spectrum [ifnano]"@en . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000194 + . + "uncurated" . + "A plot of intensity vs. Raman shift (cm-1) obtained by measuring the Raman scattering of monochromatic light from a sample. [CHMO]"@en . + "http://purl.allotrope.org/ontologies/result#AFR_0000519" . + "English" . + "17.08.2022" . + "http://purl.allotrope.org/ontologies/"@en . + "allotrope.org (chmo)" . + "Raman spectrum [allotrope]"@en . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000195 + . + "Fourier transform infrared involves the probing of matter with infrared radiation. It is based on periodic changes in dipole moments caused by molecular vibrations during the absorption of IR radiation and gives spectroscopic fingerprints."@en . + "https://www.hamamatsu.com/eu/en/applications/analytical-equipment/infrared-spectroscopy.html" . + "Yaman Alsalka (IFNANO)" . + "31.03.2022" . + "Method" . + "FTIR spectroscopy [ifnano]"@en . + "plan specification" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000196 + . + "An attenuated total reflection accessory operates by measuring the changes that occur in a totally internally reflected infrared beam when the beam comes into contact with a sample."@en . + "https://cmdis.rpi.edu/sites/default/files/ATR_FTIR.pdf"@en . + "Yamen Alsalka (IFNANO)" . + "31.03.2022" . + "Method" . + "ATR-FTIR"@de . + "ATR-FTIR [ifnano]"@en . + "plan specification" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000197 + . + "It arises when groups differ statistically in their distributions on characteristics relevant to a given situation."@en . + "https://www.sciencedirect.com/science/article/pii/B0123693985005442" . + "Yamen Alsalka (IFNANO)" . + "31.03.2022" . + "Statistical discrimination [ifnano]"@en . + "plan specification" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000198 + . + "The chemical discipline that uses mathematical and statistical methods, (a) to design or select optimal measurement procedures and experiments, and (b) to provide maximum chemical information by analyzing chemical data."@en . + "https://www.wiley-vch.de/de/fachgebiete/naturwissenschaften/chemometrics-978-3-527-34097-2" . + "Christoph Lenth" . + "31.03.2022" . + "Chemometrics [ifnano]"@en . + "plan specification" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000199 + . + "Natural and synthetic rubber materials that are modified and shaped into rubber products through the rubber extrusion process."@en . + "https://www.extrudedrubber.net/" . + "Yamen Alsalka (IFNANO)" . + "31.03.2022" . + "Raw rubber samples [ifnano]"@en . + "material entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000200 + . + "The degree to which two or more quantities or events are associated, a statistical relation between two or more variables such that systematic changes in the value of one variable are accompanied by systematic changes in the others. The collelation can be described by mathematical functions (often a linear function is used). It’s a common tool for describing simple relationships without making a statement about cause and effect."@en . + "https://www.jmp.com/en_ca/statistics-knowledge-portal/what-is-correlation.html; http://purl.obolibrary.org/obo/NCIT_C48834" . + "Yamen Alsalka (IFNANO)" . + "06.06.2023" . + "31.03.2022" . + "Correlations are useful for describing simple relationships among data" . + "Correlation [ifnano]"@en . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000201 + . + "uncurated" . + "The degree to which two or more quantities or events are linearly associated, a statistical relation between two or more variables such that systematic changes in the value of one variable are accompanied by systematic changes in the others."@en . + "http://purl.obolibrary.org/obo/NCIT_C48834" . + . + "English" . + "18.08.2022" . + "http://purl.obolibrary.org/obo/ncit.owl"@en . + "NCIT" . + "Correlation [ncit]"@en . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000202 + . + "The concentration of Zinc in the extrudate is 0.5 g/L." . + "uncurated" . + "A quality of a substance in terms of its amount per unit volume in a mixture."@en . + "Konzentration"@en . + "https://en.wikipedia.org/wiki/Concentration" . + "Sven Schwabe (IFNANO)" . + "English" . + "06.04.2022" . + "31.03.2022"^^ . + "conc." . + "concentration [ifnano]"@en . + "quality" . + "IFNANO:01_CQ; IFNANO:02_CQ; IFNANO:03_CQ" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000203 + . + "uncurated" . + "The quantity kind concentration"@en . + "https://www.materials.fraunhofer.de/ontologies/BWMD_ontology/mid#BWMD_00298" . + . + "English" . + "17.08.2022" . + "https://www.materials.fraunhofer.de/ontologies/BWMD_ontology"@en . + "BWMD" . + "concentration [bwmd]"@en . + "quality" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000204 + . + "uncurated" . + "A concentration (datum) is a quantification facet that quantifies a quality inhering in a substance by virtue of the amount of the bearer's there is mixed with another substance. [Allotrope]"@en . + "http://purl.allotrope.org/ontologies/result#AFR_0002036" . + . + "English" . + "17.08.2022" . + "http://purl.allotrope.org/ontologies/"@en . + "allotrope.org" . + "concentration [allotrope]"@en . + "quality" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000205 + . + "uncurated" . + "The quantity of a substance per unit volume or weight; a measure of the amount of substance present in a unit amount of mixture, particularly, the amount of solute dissolved in a solvent. The amounts can be expressed as moles, masses, volumes, or parts."@en . + "http://purl.obolibrary.org/obo/NCIT_C41185" . + . + "English" . + "19.08.2022" . + "http://purl.obolibrary.org/obo/ncit.owl"@en . + "NCIT" . + "concentration [ncit]"@en . + "quality" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000206 + . + "uncurated" . + "The concentration of a chemical compound."@en . + "http://edamontology.org/data_2140" . + . + "English" . + "19.08.2022" . + "http://edamontology.org"@en . + "EDAM" . + "concentration [edam]"@en . + "quality" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000207 + . + "uncurated" . + "Experimental method output expressing the contribution of one constituent to the composition of a mixture."@en . + "http://purl.obolibrary.org/obo/CHMO_0002820" . + . + "English" . + "19.08.2022" . + "http://purl.obolibrary.org/obo/chmo.owl"@en . + "CHMO" . + "concentration [chmo]"@en . + "quality" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000208 + . + "uncurated" . + "the strength of a solution; number of molecules of a substance in a given volume"@en . + "http://purl.dataone.org/odo/ECSO_00001120" . + . + "English" . + "19.08.2022" . + "http://purl.dataone.org/odo/ECSO8.owl"@en . + "ECSO" . + "concentration [ecso]"@en . + "quality" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000209 + . + "Product of the process of Extrusion"@en . + "Extrudat"@en . + "https://en.wikipedia.org/wiki/Extrusionn" . + "Sven Schwabe (IFNANO)" . + "06.04.2022" . + "31.03.2022"^^ . + "extrudate [ifnano]"@en . + "material entity" . + "IFNANO:02_CQ; IFNANO:03_CQ" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000210 + . + "Extrusion is a process used to create objects of a fixed cross-sectional profile by pushing material through a die of the desired cross-section."@en . + "Extrusion"@en . + "https://en.wikipedia.org/wiki/Extrusion" . + "Sven Schwabe (IFNANO)" . + "06.04.2022" . + "31.03.2022"^^ . + "extrusion [ifnano]"@en . + "process" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000211 + . + "uncurated" . + "A transformation in which an atom or group Y connected to two other atoms or groups X and Z is lost from a molecule, leading to a product in which X is bonded to Z, e.g. X-Y-Z --> X-Z + Y."@en . + "http://purl.obolibrary.org/obo/REX_0000100" . + . + "English" . + "19.08.2022" . + "http://purl.obolibrary.org/obo/rex.owl"@en . + "REX" . + "extrusion [rex]"@en . + "process" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000212 + . + "uncurated" . + "A process used to create objects of a fixed cross-sectional profile by forcing or drawing a material through a die."@en . + "http://purl.obolibrary.org/obo/CHMO_0001613" . + . + "English" . + "19.08.2022" . + "http://purl.obolibrary.org/obo/chmo.owl"@en . + "CHMO" . + "extrusion [chmo]"@en . + "process" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000213 + . + "Laser induced breakdown spectroscopy is a type of atomic emission spectroscopy which uses a highly energetic laser pulse as the excitation source. The laser is focused to form a plasma, which atomizes and excites samples. The Emission of these excited species is analyzed to identify and quantify the elements contained in the sample."@en . + "Laserinduzierte Plasmaspektroskopie"@en . + "https://en.wikipedia.org/wiki/Laser-induced_breakdown_spectroscopy" . + "Sven Schwabe (IFNANO)" . + "06.04.2022" . + "31.03.2022"^^ . + "LIBS" . + "Laser induced breakdown spectroscopy [ifnano]"@en . + "plan specification" . + "IFNANO:01_CQ; IFNANO:02_CQ; IFNANO:03_CQ" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000214 + . + "uncurated" . + "A type of atomic emission spectrometry where a high energy laser pulse is used to generate a plasma which acts as the excitation source."@en . + "http://purl.obolibrary.org/obo/CHMO_0000258" . + . + "English" . + "19.08.2022" . + "http://purl.obolibrary.org/obo/chmo.owl"@en . + "CHMO" . + "Laser induced breakdown spectroscopy [chmo]"@en . + "plan specification" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000215 + . + "A quality of a sample in terms of homogenity, or the distribution of concentration of a specific component in a mixture, in a macroscopic body."@en . + "Verteilungsgüte; homogenity"@en . + "Sven Schwabe (IFNANO)" . + "06.04.2022" . + "31.03.2022"^^ . + "distribution quality [ifnano]"@en . + "quality" . + "IFNANO:02_CQ; IFNANO:03_CQ" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000216 + . + "In Spectroscopy, peaks are features of a spectrum. A peak comprise a restricted region of a spectrum, which is absorbed or emitted with high intensity. It is defined as a local maximum in the spectrum."@en . + "Sven Schwabe (IFNANO)" . + "06.06.2023" . + "31.03.2022"^^ . + "in Spectroscopy" . + "peak[ifnano]"@en . + "information content entity" . + "IFNANO:01_CQ" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000217 + . + "uncurated" . + "A peak describes a part of a data distribution function at a definite range of the experimental parameter (independent variable) of the distribution function. This definition includes a single data point of the distribution function. [Allotrope]"@en . + "http://purl.allotrope.org/ontologies/result#AFR_0000413" . + . + "English" . + "17.08.2022" . + "http://purl.allotrope.org/ontologies/"@en . + "allotrope.org" . + "peak [allotrope]"@en . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000218 + . + "uncurated" . + "The most extreme possible amount or value; the highest point."@en . + "http://purl.obolibrary.org/obo/NCIT_C48054" . + . + "English" . + "19.08.2022" . + "http://purl.obolibrary.org/obo/ncit.owl"@en . + "NCIT" . + "peak [ncit]"@en . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000219 + . + "Is to reliably assign new samples to existing classes in a given population."@en . + "Unscrambler X" . + "Yamen Alsalka" . + "Yamen Alsalka" . + "2023-06-06T09:45:47.151055Z" . + "Classification [ifnano]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000220 + . + "uncurated" . + "A localized region of relatively large ion signal in a mass spectrum. Although peaks are often associated with particular ions, the terms peak and ion should not be used interchangeably."@en . + "http://purl.obolibrary.org/obo/MS_1000231" . + . + "English" . + "19.08.2022" . + "http://purl.obolibrary.org/obo/ms.owl"@en . + "MS" . + "peak [ms]"@en . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000221 + . + "Unprocessed data obtained from spectrometric devices"@en . + "Rohspektrum"@en . + "Sven Schwabe (IFNANO)" . + "06.04.2022" . + "31.03.2022"^^ . + "raw spectrum [ifnano]"@en . + "information content entity" . + "IFNANO:01_CQ" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000222 + . + "Result of different mathematical processes conducted on raw Spectra. Processing steps include e.g. normalization and baseline correction"@en . + "bearbeitetes Spektrum; verarbeitetes Spektrum"@en . + "Sven Schwabe (IFNANO)" . + "06.04.2022" . + "31.03.2022"^^ . + "processed spectrum [ifnano]"@en . + "information content entity" . + "IFNANO:01_CQ" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000223 + . + "Principal component analysis (PCA) is the process of computing the principal components and using them to perform a change of basis on the data."@en . + "Hauptkomponentenanalyse"@en . + "https://en.wikipedia.org/wiki/Principal_component_analysis" . + "Sven Schwabe (IFNANO)" . + "06.04.2022" . + "31.03.2022"^^ . + "principal component analysis [ifnano]"@en . + "plan specification" . + "IFNANO:01_CQ" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000224 + . + "uncurated" . + "A vector space transform used to reduce the dimensionality in a dataset while retaining those characteristics of the dataset that contribute most to its variance."@en . + "http://purl.obolibrary.org/obo/NCIT_C49291" . + . + "English" . + "19.08.2023" . + "http://purl.obolibrary.org/obo/ncit.owl"@en . + "NCIT" . + "principal component analysis [ncit]"@en . + "plan specification" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000225 + . + "uncurated" . + "A statistical procedure that uses an orthogonal transformation to convert a set of observations of possibly correlated variables into a set of values of linearly uncorrelated variables called principal components."@en . + "http://edamontology.org/operation_3960" . + . + "English" . + "19.08.2023" . + "http://edamontology.org"@en . + "EDAM" . + "principal component analysis [edam]"@en . + "plan specification" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000226 + . + "Measurement using photometry"@en . + "Photometric Measurement Process [ifnano]"@en . + "process" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000227 + . + "Metadata are data, which belong to a measurement. They complete the measurment data providing information about the condition under which the measurements have been taken place."@en . + "Christoph Lenth" . + "Metadata [ifnano]"@en . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000228 + . + "uncurated" . + "Data about data; information that describes another set of data."@en . + "http://purl.obolibrary.org/obo/NCIT_C52095" . + . + "English" . + "19.08.2022" . + "http://purl.obolibrary.org/obo/ncit.owl"@en . + "NCIT" . + "Metadata [ncit]"@en . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000229 + . + "Measurement method using visible light to analyse the property of a substance"@en . + . + "Christoph Lenth" . + "06.06.2023" . + "31.03.2022" . + "Photometry [ifnano]"@en . + "plan specification" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000230 + . + "uncurated" . + "Measurement of the properties of light, especially luminous intensity."@en . + "http://purl.obolibrary.org/obo/NCIT_C65109" . + . + "English" . + "19.08.2022" . + "http://purl.obolibrary.org/obo/ncit.owl"@en . + "NCIT" . + "Photometry [ncit]"@en . + "plan specification" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000231 + . + "Determination concentrations using a color chart"@en . + . + "Christoph Lenth" . + "31.03.2022" . + "Colorimetry (chemical method) [ifnano]"@en . + "plan specification" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000232 + . + "uncurated" . + "The determination of the spectral absorbance of a solution. This method is often used to determine the concentration of a chemical in a solution. [CHMO]"@en . + "http://purl.allotrope.org/ontologies/process#AFP_0002309" . + "English" . + "17.08.2022" . + "http://purl.allotrope.org/ontologies/"@en . + "allotrope.org" . + "Colorimetry [allotrope]"@en . + "plan specification" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000233 + . + "uncurated" . + "An assessment used to quantify and describe the colors within the visible spectrum of light."@en . + "http://purl.obolibrary.org/obo/NCIT_C111096" . + . + "English" . + "19.08.2022" . + "http://purl.allotrope.org/ontologies/"@en . + "NCTI" . + "Colorimetry [ncit]"@en . + "plan specification" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000234 + . + "Digital representation of an image. Images are represented in natural numbers."@en . + "Image data [ifnano]"@en . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000235 + . + "Digital representation of an image using a natural number defining the red, green and blue proportion for each pixel"@en . + "RGB image data [ifnano]"@en . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000236 + . + "Commen form of representing a digital picture: The picture is represented as a XY-Grid of Data-Points containing the color and brightness information."@en . + "format"@en . + "Picture grid [ifnano]"@en . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000237 + . + "Element of the picture grid"@en . + "format"@en . + "Pixel [ifnano]"@en . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000238 + . + "uncurated" . + "The smallest resolvable rectangular area of an image, either on a screen or stored in memory."@en . + "http://purl.obolibrary.org/obo/NCIT_C48367" . + . + "English" . + "19.08.2022" . + "http://purl.obolibrary.org/obo/ncit.owl"@en . + "NCIT" . + "Pixel [ncit]"@en . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000239 + . + "The use of a digital computer to process digital images through an algorithm."@en . + "Digital image processing [ifnano]"@en . + "plan specification" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000240 + . + "Using image data and eventually digital image processing in order to generate a corellation between this data and an analytical target."@en . + "Chrstoph Lenth" . + "06.06.2023" . + "31.03.2022" . + "Image analysis (Chemometrics) [ifnano]"@en . + "plan specification" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000241 + . + "uncurated" . + "Image analysis is the discovering of patterns in an image that are correlated to qualities of the material entity the image represents or of abstract patterns. [Allotrope]"@en . + "http://purl.allotrope.org/ontologies/process#AFP_0003540" . + "English" . + "18.08.2022" . + "allotrope"@en . + "allotrope.org" . + "Image analysis [allotrope]"@en . + "plan specification" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000242 + . + "uncurated" . + "The analysis of a image (typically a digital image) of some type in order to extract information from it."@en . + "http://edamontology.org/operation_3443" . + . + "English" . + "19.08.2022" . + "http://purl.obolibrary.org/obo/ncit.owl"@en . + "EDAM" . + "Image analysis [edam]"@en . + "plan specification" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000243 + . + "The information represented by one or more variables, which has to be predicted by data analysis in instrumental analytics"@en . + "Christoph Lenth" . + "31.03.2022" . + "analytical target [ifnano]"@en . + "information content entity"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000244 + . + "In terms of digtal image procession: correction methods to compensate image errors caused by lense distorsion or perspective."@en . + "Jan Geweke" . + "Geometry correction [ifnano]"@en . + "plan specification" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000245 + . + "Linear discriminant analysis (LDA), normal discriminant analysis (NDA), or discriminant function analysis is a generalization of Fisher's linear discriminant, a method used in statistics and other fields, to find a linear combination of features that characterizes or separates two or more classes of objects or events."@en . + . + "Christoph Lenth" . + "31.03.2022" . + "Linear discriminant analysis [ifnano]"@en . + "plan specification" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000246 + . + "Machine learning task of learning a function that maps an input to an output based on example input-output pairs."@en . + "Christoph Lenth" . + "Supervised learning [ifnano]"@en . + "plan specification" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000247 + . + "uncurated" . + "A machine learning process using a function that maps an input to an output based on example input-output pairs. It infers a function from labeled training data consisting of a set of training examples."@en . + "http://purl.obolibrary.org/obo/OBI_0002588" . + "English" . + "19.08.2022" . + "http://purl.obolibrary.org/obo/obi.owl"@en . + "OBI" . + "Supervised learning [obi]"@en . + "plan specification" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000248 + . + "A type of algorithm that learns patterns from untagged data"@en . + "Christoph Lenth" . + "Unsupervised learning [ifnano]"@en . + "plan specification" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000249 + . + "uncurated" . + "A machine learning process that infers a function describing the structure of \"unlabeled\" data (i.e. data that has not been classified or categorized)."@en . + "http://purl.obolibrary.org/obo/OBI_0002589" . + "English" . + "19.08.2022" . + "http://purl.obolibrary.org/obo/obi.owl"@en . + "OBI" . + "Unsupervised learning [obi]"@en . + "plan specification" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000250 + . + "A type of histogram that acts as a graphical representation of the tonal distribution in a digital image. It plots the number of pixels for each tonal value."@en . + "Jan Geweke" . + "Image histogramm / histogramm [ifnano]"@en . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000251 + . + "A multidimensional histogram of the distribution of color in an image"@en . + "Color histogramm [ifnano]"@en . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000252 + . + "8-bit number [ifnano]"@en . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000253 + . + "16-bit number [ifnano]"@en . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000254 + . + "counting events" . + "Sven Schwabe (IFNANO)" . + "06.04.2022" . + "31.03.2022"^^ . + "unit"@en . + "count [ifnano]"@en . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000255 + . + "uncurated" . + "The number of objects counted. [Allotrope]"@en . + "http://purl.allotrope.org/ontologies/property#AFX_0000604" . + "English" . + "17.08.2022" . + "allotrope"@en . + "allotrope.org" . + "count [allotrope]"@en . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000256 + . + "uncurated" . + "A datum that has non-negative integer values that is about the number of discrete things. [Allotrope]"@en . + "http://purl.allotrope.org/ontologies/result#AFR_0000984" . + "English" . + "17.08.2022" . + "allotrope"@en . + "allotrope.org" . + "count [allotrope]"@en . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000257 + . + "uncurated" . + "Determining the number or amount of something."@en . + "http://purl.obolibrary.org/obo/NCIT_C25463" . + . + "English" . + "19.08.2022" . + "http://purl.obolibrary.org/obo/ncit.owl"@en . + "NCIT" . + "count [ncit]"@en . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000258 + . + "uncurated" . + "a count is a data item denoted by an integer and represented the number of instances or occurences of an entity"@en . + "http://purl.obolibrary.org/obo/STATO_0000047" . + . + "English" . + "19.08.2023" . + "http://purl.obolibrary.org/obo/ms.owl"@en . + "MS" . + "count [ms]"@en . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000260 + . + "uncurated" . + "A single undivided thing (unit) based on or subject to individual judgment or preference, and not by necessity, reason, or principle."@en . + "http://purl.obolibrary.org/obo/NCIT_C75765" . + . + "English" . + "19.08.2022" . + "http://purl.obolibrary.org/obo/ncit.owl"@en . + "NCIT" . + "arbitrary units"@en . + "willkürliche Einheiten"@de . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000261 + . + "The chemical element zinc"@en . + "Zink"@en . + "https://en.wikipedia.org/wiki/Zinc" . + "Sven Schwabe (IFNANO)" . + "06.04.2022" . + "31.03.2022"^^ . + "Zn" . + "zinc [ifnano]"@en . + "material entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000262 + . + "uncurated" . + "The chemical element zinc"@en . + "https://www.materials.fraunhofer.de/ontologies/BWMD_ontology/mid#BWMD_00096" . + . + "English" . + "17.08.2022" . + "https://www.materials.fraunhofer.de/ontologies/BWMD_ontology"@en . + "BWMD" . + "zinc [bwmd]"@en . + "material entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000263 + . + "uncurated" . + "An element with atomic symbol Zn, atomic number 30, and atomic weight 65.39."@en . + "http://purl.obolibrary.org/obo/NCIT_C948" . + . + "English" . + "19.08.2022" . + "http://purl.obolibrary.org/obo/ncit.owl"@en . + "NCIT" . + "zinc [ncit]"@en . + "material entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000264 + . + "uncurated" . + "A zinc group element atom that has formula Zn."@en . + "http://purl.obolibrary.org/obo/CHEBI_27363" . + . + "English" . + "19.08.2022" . + "http://www.ebi.ac.uk/efo/efo.owl"@en . + "EFO" . + "zinc [efo]"@en . + "material entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000265 + . + "A measure of the amount of variation of a set of values."@en . + "Standardabweichung"@en . + "Sven Schwabe (IFNANO)" . + "06.04.2022" . + "31.03.2022"^^ . + "std.dev." . + "Standard deviation [ifnano]"@en . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000266 + . + "uncurated" . + "The standard deviation is a measure of the amount of variation or dispersion of a set of values. [Wikipedia]"@en . + "http://purl.allotrope.org/ontologies/result#AFR_0002192" . + "English" . + "17.08.2022" . + "allotrope"@en . + "allotrope.org" . + "Standard deviation [allotrope]"@en . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000267 + . + "A pre-processing technique used to separate true spectroscopic signals from interference effects or remove background effects, stains, or traces of compounds. It adjusts the spectral offset."@en . + . + "Yamen Alsalka" . + "Yamen Alsalka" . + "06.06.2023" . + "2023-06-06T09:31:50.060206Z" . + "baseline correction [ifnano]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000268 + . + "uncurated" . + "The standard deviation of a random variable, statistical population, data set, or probability distribution is a measure of variation which correspond to the average distance from the mean of the data set to any given point of that dataset. It also corresponds to the square root of its variance."@en . + "http://purl.obolibrary.org/obo/STATO_0000237" . + . + "English" . + "19.08.2022" . + "http://purl.obolibrary.org/obo/ms.owl"@en . + "MS" . + "Standard deviation [ms]"@en . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000269 + . + "The viscosity of rubber using a standard test method and Mooney Viscometer."@en . + "https://www.astm.org/d1646-19a.html" . + "Yamen Alsalka" . + "Mooney viscosity [ifnano]"@en . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000270 + . + "Asubstance which is capable of forming covalent bonds with a\nsequence of additional like or unlike molecules under the conditions of the relevant polymerforming reaction used for the particular process"@en . + "Monomer [ifnano]"@en . + "material entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000271 + . + "uncurated" . + "A chemical subunit that can undergo polymerization by bonding to other subunits."@en . + "http://purl.obolibrary.org/obo/NCIT_C63845" . + . + "English" . + "19.08.2022" . + "http://purl.obolibrary.org/obo/ncit.owl"@en . + "NCIT" . + "Monomer [ncit]"@en . + "material entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000272 + . + . + "a substance consisting of molecules characterised by the sequence of one or more\ntypes of monomer unit. Such molecules must be distributed over a range of molecular weights."@en . + "Yamen Alsalka" . + "polymer [ifnano]"@en . + "material entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000273 + . + . + "uncurated" . + "A polymer is a mixture, which is composed of macromolecules of different kinds and which may be differentiated by composition, length, degree of branching etc.."@en . + "http://purl.obolibrary.org/obo/CHEBI_60027" . + . + "English" . + "19.08.2022" . + "Kunststoff"@de . + "CHEBI:60027" . + "http://purl.obolibrary.org/obo/chebi.owl"@en . + "CHEBI" . + "Polymer"@de . + "polymer [chebi]"@en . + "material entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000274 + . + . + "uncurated" . + "A substance made up of variable numbers of repeating structural units linked through covalent bonds."@en . + "http://purl.obolibrary.org/obo/NCIT_C48803" . + . + "English" . + "19.08.2022" . + "http://purl.obolibrary.org/obo/ncit.owl"@en . + "NCTI" . + "polymer [ncit]"@en . + "material entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000276 + . + "The relative proportions of monomers that make up a particular chemical polymer (raw rubber)."@en . + "Christoph Lenth" . + "Polymer Composition [ifnano]"@en . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000277 + . + "uncurated" . + "Composition of the material or substance."@en . + "http://www.aidimme.es/FurnitureSectorOntology.owl#hasComposition" . + . + "English" . + "17.08.2022" . + "http://www.aidimme.es/FurnitureSectorOntology.owl"@en . + "Furniture Sector Ontology" . + "Composition [fso]"@en . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000278 + . + "uncurated" . + "A single physical entity inhering in an bearer by virtue of the bearer's quantities or relative ratios of subparts. [PATO]"@en . + "http://purl.obolibrary.org/obo/PATO_0000025" . + "English" . + "17.08.2022" . + "PATO"@en . + "PATO" . + "Composition [pato]"@en . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000279 + . + "uncurated" . + "The way in which something is made, especially in terms of its different parts; its constituents."@en . + "http://purl.obolibrary.org/obo/NCIT_C53414" . + . + "English" . + "19.08.2022" . + "http://purl.obolibrary.org/obo/ncit.owl"@en . + "NCTI" . + "Composition [ncit]"@en . + "information content entity" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000280 + . + "A material entity, which is part of a larger set of the same material entity"@en . + "Probe; Materialprobe"@en . + "https://en.wikipedia.org/wiki/Sample_(material)" . + "Sven Schwabe (IFNANO)" . + "06.04.2022" . + "06.04.2022"^^ . + "for materials, sample is also a term used in statistics, graphics and other fileds"@en . + "sample [ifnano]"@en . + "material entity" . + "IFNANO:01_CQ; IFNANO:02_CQ" . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000281 + . + . + "Group of interlocked aggregates that are easily separated by normal rubber processing"@en . + "Verbund von zusammenhängenden Aggregaten, die bei normaler Kautschukverarbeitung leicht getrennt werden können"@de . + "Alexander Aschemann" . + "DIN ISO 1382:2016-07" . + "03.05.2022"^^ . + "0"@en . + "Agglomerat [dik]"@de . + "agglomerate [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000282 + . + . + "Rigid group of coalesced particles which is the smallest entity that can be dispersed by normal rubber processing"@en . + "Starre Gruppe von koaleszierten Partikeln, welche die kleinste Einheit ist, die bei normaler Kautschukverarbeitung dispergiert werden kann"@de . + "Alexander Aschemann" . + "DIN ISO 1382:2016-07" . + "03.05.2022"^^ . + "Aggregat [dik]"@de . + "aggregate [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000283 + . + . + "Kleinste erkennbare sphärische oder beinahe sphärische Einheit, die als solche einzeln existieren kann"@de . + "Smallest discernible spherical or nearly spherical unit which can exist separately"@en . + "Teilchen"@de . + "Alexander Aschemann" . + "DIN ISO 1382:2016-07" . + "23.08.2022" . + "03.05.2022"^^ . + "Die Partikel bilden in der Regel Gruppen, die als Aggregate bezeichnet werden."@de . + "Groups of particles are generally coalesced into aggregates."@en . + "Partikel [dik]"@de . + "particle [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000284 + . + . + "uncurated" . + "An object with finite mass and size parameters."@en . + "http://purl.obolibrary.org/obo/ncit.owl" . + . + "Luis Ramos" . + "English" . + "23.08.2022" . + "23.08.2022"^^ . + "NCIT" . + "Partikel [ncit]"@de . + "particle [ncit]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000285 + . + "uncurated" . + "Substanz, aufgebaut aus Molekülen, die gekennzeichnet sind durch eine Vielzahl von einer oder mehreren Arten von Atomen oder Atom-Gruppierungen (konstitutive Einheiten), die wiederholt aneinandergereiht sind, in einer Menge, so dass ein gewünschtes Eigenschaftsbild erlangt wird, das sich durch die Addition oder die Entfernung einer oder mehrerer konstitutioneller Einheiten nicht wesentlich ändert"@de . + "substance composed of molecules characterized by the multiple repetition of one or more species of atoms or groups of atoms (constitutional units) linked to each other in amounts sufficient to provide a set of properties that do not vary markedly with the addition or removal of one or a few of the constitutional units"@en . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "03.05.2022"^^ . + "Polymer [dik]"@de . + "Polymer [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000289 + . + . + "uncurated" . + "Natur- oder synthetischer Kautschuk, gewöhnlich in Ballen- oder Paketform, welcher das Ausgangsmaterial für die Herstellung von Gummiprodukten darstellt"@de . + "natural or synthetic rubber, usually in bales or packages, forming the starting material for the manufacture of rubber products"@en . + "unbehandelter Kautschuk"@de . + "virgin rubber"@en . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "03.05.2022"^^ . + "It is normally free from compounding ingredients but may also, for example, take the form of a masterbatch with oil and/or filler."@en . + "Rohkautschuk ist normalerweise frei von Mischungsbestandteilen, kann jedoch zum Beispiel auch als Masterbatch mit Öl und/oder Füllstoff vorliegen."@de . + "Raw Rubber [dik]"@en . + "Rohkautschuk [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000290 + . + . + "uncurated" . + "Kautschuk, der durch nicht biologische Polymerisation eines oder mehrerer Monomere hergestellt wird"@de . + "rubber produced by non-biologically polymerizing one or more monomers"@en . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "03.05.2022"^^ . + "Synthesekautschuk [dik]"@de . + "Synthetic Rubber [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000291 + . + . + "uncurated" . + "Kautschuk mit einer gesättigten Kohlenstoffkette vom Polymethylen-Typ"@de . + "Rubber with a saturated carbon chain of the polymethylene type"@en . + "Alexander Aschemann" . + "English" . + "ISO 1629:2013(E)" . + "04.05.2022"^^ . + "M-Gruppe Kautschuk [dik]"@de . + "M-group Rubber [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000292 + . + . + "uncurated" . + "Terpolymer aus Ethylen, Propylen und einem Dien mit dem restlichen ungesättigten Anteil des polymerisierten Diens in der Seitenkette"@de . + "Terpolymer of ethylene, propylene and a diene with the remaining unsaturated portion of the polymerized diene in the side chain"@en . + "Alexander Aschemann" . + "English" . + "ISO 1629:2013(E)" . + "03.05.2022"^^ . + "EPDM" . + "Ethylen-Propylen-Dien-‎Kautschuk ‎[dik]"@de . + "Ethylene Propylene Diene Rubber [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000293 + . + . + "uncurated" . + "Kautschuktyp, der eine ungesättigte Kohlenstoffhauptkette hat, die zumeist auf Butadien oder substituiertem Butadien basiert"@de . + "type of rubber having an unsaturated carbon main chain derived mostly from butadiene or a substituted butadiene"@en . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "03.05.2022"^^ . + "Diene Rubber [dik]"@en . + "Dienkautschuk [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000294 + . + . + "uncurated" . + "Handelsname für ein spezifischen EPDM-Kautschuk"@de . + "Trade name for a specific EPDM rubber"@en . + "Alexander Aschemann" . + "English" . + "04.05.2022"^^ . + "Keltan 5470C [dik]"@de . + "Keltan 5470C [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000295 + . + "uncurated" . + "fester Mischungsbestandteil in Teilchenform, welcher aus technischen oder wirtschaftlichen Gründen zu einem relativ großen Anteil zu Kautschuk oder Kautschuklatex zugegeben werden kann"@de . + "solid compounding ingredient, in particulate form, which may be added in relatively large proportions to a rubber or rubber latex for technical or economic purposes"@en . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "03.05.2022"^^ . + "Filler [dik]"@en . + "Füllstoff [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000296 + . + . + "uncurated" . + "Mischungsbestandteil, der im Wesentlichen aus mehr als 95 % elementaren Kohlenstoffs in der Form beinahe sphärischer Partikel mit maximalen Durchmessern kleiner als 1 μm besteht, im Allgemeinen zu Aggregaten koalesziert"@de . + "compounding ingredient consisting essentially of more than 95 % elemental carbon in the form of nearspherical particles with major diameters less than 1 μm, generally coalesced into aggregates"@en . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "03.05.2022"^^ . + "Carbon black is produced by incomplete burning or thermal decomposition of hydrocarbons."@en . + "Ruß wird durch unvollständige Verbrennung oder thermische Zersetzung von Kohlenwasserstoffen produziert."@de . + "Carbon Black [dik]"@en . + "Ruß [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000297 + . + . + "uncurated" . + "An elemental carbon in the form of virtually pure colloidal particles that are produced by incomplete combustion or thermal decomposition of gaseous or liquid hydrocarbons under controlled conditions. A black, finely divided pellet or powder, its properties of specific surface area, particle size and structure, conductivity and colour can be varied by varying the exact conditions for its production. It is used in tyres, rubber and plastic products, printing inks and coatings."@en . + "http://purl.obolibrary.org/obo/chebi.owl" . + . + "Luis Ramos" . + "English" . + "24.08.2022" . + "24.08.2022"^^ . + "CHEBI" . + "Carbon Black [chebi]"@en . + "Ruß [chebi]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000298 + . + . + "uncurated" . + "Der Buchstabe \"N\" wird verwendet, um eine normale Vulkanisationsgeschwindigkeit anzugeben, die typisch ist für Furnace Blacks, die nicht speziell modifiziert wurden, um die Vulkanisierungsgeschwindigkeit zu ändern"@de . + "The letter “N” is used to indicate a normal curing rate typical of furnace blacks that have received no special modification to alter their influence on the rate of cure of rubber."@en . + "Alexander Aschemann" . + "English" . + "ASTM D1765-10" . + "05.05.2022"^^ . + "N-Carbon Black [dik]"@en . + "N-Ruß [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000299 + . + . + "uncurated" . + "Der Buchstabe \"S\" wird für Channel Blacks oder für Furnace Blacks verwendet, die so modifiziert wurden, dass sie die Vulkanisationsgeschwindigkeit verringern."@de . + "The letter “S” is used for channel blacks or for furnace blacks that have been modified to effectively reduce the curing rate of rubber."@en . + "Alexander Aschemann" . + "English" . + "ASTM D1765-10" . + "05.05.2022"^^ . + "S-Carbon Black [dik]"@en . + "S-Ruß [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000300 + . + "uncurated" . + "An N carbon black with an average nitrogen surface area of 33 to 39 m²/g."@en . + "Ein N-Ruß mit einer durchschnittlichen Stickstoff-Oberfläche von 33 bis 39 m²/g."@de . + "Alexander Aschemann" . + "English" . + "ASTM D1765-10" . + "05.05.2022"^^ . + "N600-Carbon Black [dik]"@en . + "N600-Ruß [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000301 + . + . + "uncurated" . + "Handelsname für ein spezifischen N600-Ruß"@de . + "Trade name for a specific N600-carbon black"@en . + "Alexander Aschemann" . + "English" . + "03.05.2022"^^ . + "Corax N660 [dik]"@de . + "Corax N660 [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000302 + . + "uncurated" . + "Mischungsbestandteil, welcher in geringen Mengen verwendet wird, um die Viskosität einer unvulkanisierten Kautschukmischung oder die Härte eines Vulkanisats zu verringern"@de . + "compounding ingredient used in small proportions to reduce the viscosity of an unvulcanized rubber mix or the hardness of a vulcanizate"@en . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "03.05.2022"^^ . + "Softener [dik]"@en . + "Weichmacher ‎[dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000303 + . + "uncurated" . + "Prozessöl aus Kohlenwasserstoffen, das größtenteils oder vollständig aus Alkanen besteht"@de . + "hydrocarbon process oil, most or all of which is composed of alkanes"@en . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "03.05.2022"^^ . + "Paraffinic Oil [dik]"@en . + "Paraffinöl [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000304 + . + . + "uncurated" . + "Handelsname für ein spezifisches Paraffinöl"@de . + "Trade name for a specific paraffinic oil"@en . + "Alexander Aschemann" . + "English" . + "03.05.2022"^^ . + "‎P460 [dik]"@de . + "‎P460 [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000305 + . + "uncurated" . + "hydrocarbon oil derived from petroleum or other sources and used as an extender or processing aid"@en . + "Öl auf Basis von Kohlenwasserstoffen, welches aus Erdöl oder anderen Quellen stammt und als Extender oder Verarbeitungshilfsmittel eingesetzt wird"@de . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "03.05.2022"^^ . + "Process Oil [dik]"@en . + "‎Prozessöl‎ [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000306 + . + "uncurated" . + "Mischungsbestandteil, der die Verarbeitbarkeit einer Kautschukmischung verbessert"@de . + "compounding ingredient which improves the processability of a rubber compound or mix"@en . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "03.05.2022"^^ . + "Processing Aid [dik]"@en . + "Verarbeitungshilfsmittel [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000307 + . + "uncurated" . + "Mischungsbestandteil zur Verzögerung einer alterungsbedingten Verschlechterung"@de . + "compounding ingredient used to retard deterioration by ageing"@en . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "03.05.2022"^^ . + "Alterungsschutzmittel ist eine allgemeine Benennung für bestimmte Additive wie Antioxidantien, Ozonschutzmittel, Wachse und andere Schutzmittel."@de . + "Antidegradant is a generic term for certain additives such as antioxidants, antiozonants, waxes and other protective materials."@en . + "Alterungsschutzmittel [dik]"@de . + "antidegradant [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000308 + . + . + "uncurated" . + "Handelsname für ein spezifisches Alterungsschutzmittel"@de . + "Trade name for a specific antidegradant"@en . + "Alexander Aschemann" . + "English" . + "03.05.2022"^^ . + "Antilux 500‎ [dik]"@de . + "Antilux 500‎ [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000309 + . + "uncurated" . + "compounding ingredient used in small proportions to increase the effectiveness of an accelerator"@en . + "in kleinen Mengen eingesetzter Mischungsbestandteil zur Erhöhung der Effektivität eines Beschleunigers"@de . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "03.05.2022"^^ . + "Aktivator [dik]"@de . + "activator [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000310 + . + "uncurated" . + "A class of substances that binds to, activates and increases the activity of a target."@en . + "http://purl.obolibrary.org/obo/ncit.owl" . + . + "Luis Ramos" . + "English" . + "24.08.2022" . + "24.08.2022"^^ . + "NCIT" . + "Aktivator [ncit]"@de . + "activator [ncit]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000311 + . + "uncurated" . + "English" . + "Zinc Oxide [dik]"@en . + "Zinkoxid [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000312 + . + "uncurated" . + "Handelsname für ein spezifisches Zinkoxid"@de . + "Trade name for a specific zinc oxide"@en . + "Alexander Aschemann" . + "English" . + "03.05.2022"^^ . + "Zinkoxid Rotsiegel [dik]"@de . + "Zinkoxid Rotsiegel [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000313 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "03.05.2022"^^ . + "Stearic Acid [dik]"@en . + "Stearinsäure [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000314 + . + "uncurated" . + "A saturated long-chain fatty acid with an 18-carbon backbone. Stearic acid is found in various animal and plant fats, and is a major component of cocoa butter and shea butter."@en . + "http://purl.obolibrary.org/obo/ncit.owl" . + . + "Luis Ramos" . + "English" . + "24.08.2022" . + "24.08.2022"^^ . + "NCIT" . + "Stearic Acid [ncit]"@en . + "Stearinsäure [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000315 + . + . + "uncurated" . + "Handelsname für eine spezifische Stearinsäure"@de . + "Trade name for a specific stearic acid"@en . + "English" . + "PALMERA B 1802-CG [dik]"@de . + "PALMERA B 1802-CG [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000316 + . + "uncurated" . + "compounding ingredient used in small amounts with a vulcanizing agent to increase the speed of vulcanization and/or enhance the physical properties of the vulcanizate"@en . + "in kleinen Mengen mit einem Vulkanisationsmittel eingesetzter Mischungsbestandteil zur Beschleunigung der Vulkanisationsgeschwindigkeit und/oder Verbesserung der physikalischen Eigenschaften des Vulkanisates"@de . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "03.05.2022"^^ . + "Beschleuniger [dik]"@de . + "accelerator [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000317 + . + . + "uncurated" . + "in einem Vulkanisationssystem verwendeter Hauptbeschleuniger"@de . + "principal accelerator used in a vulcanizing system"@en . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "03.05.2022"^^ . + "Primärbeschleuniger [dik]"@de . + "primary accelerator [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000318 + . + . + "uncurated" . + "Beschleuniger, der in niedrigen Konzentrationen zusammen mit dem Erstbeschleuniger eingesetzt wird, um Vernetzungsgeschwindigkeit und Vulkanisateigenschaften zu optimieren"@de . + "accelerator used in low concentrations with the primary accelerator to optimize cure rate and vulcanizate properties"@en . + "Verstärker"@de . + "booster"@en . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "03.05.2022"^^ . + "Zweitbeschleuniger [dik]"@de . + "secondary accelerator [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000319 + . + . + "uncurated" . + "An azole in which the five-membered heterocyclic aromatic skeleton contains a N atom and one S atom."@en . + "http://purl.obolibrary.org/obo/chebi.owl" . + . + "Alexander Aschemann" . + "English" . + "05.05.2022"^^ . + "Thiazol [dik]"@de . + "Thiazole [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000320 + . + . + "uncurated" . + "Dibenzothiazyldisulfid; 2,2′-Dithiobis(benzothiazol); Thiofid"@de . + "Alexander Aschemann" . + "English" . + "05.05.2022"^^ . + "MBTS" . + "Di(benzothiazol-2-yl)disulfid [dik]"@de . + "di(benzothiazol-2-yl)disulfide [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000321 + . + . + "uncurated" . + "An organic disulfide resulting from the formal oxidative coupling of the thiol groups of two molecules of 1,3-benzothiazole-2-thiol. It is used as an accelerator in the rubber industry."@en . + "http://purl.obolibrary.org/obo/chebi.owl" . + . + "Luis Ramos" . + "English" . + "24.08.2022" . + "24.08.2022"^^ . + "CHEBI" . + "Di(benzothiazol-2-yl)disulfid [chebi]"@de . + "di(benzothiazol-2-yl)disulfide [chebi]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000322 + . + . + "uncurated" . + "Handelsname für ein spezifisches Di(benzothiazol-2-yl)disulfid"@de . + "Trade name for a specific di(benzothiazol-2-yl)disulfide"@en . + "Alexander Aschemann" . + "English" . + "05.05.2022"^^ . + "Vulkacit MBTS [dik]"@de . + "Vulkacit MBTS [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000323 + . + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "05.05.2022"^^ . + "Thiuram [dik]"@de . + "Thiuram [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000324 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "05.05.2022"^^ . + "TBzTD" . + "Tetrabenzylthiuramdisulfid [dik]"@de . + "Tetrabenzylthiuramdisulfide [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000325 + . + "uncurated" . + "Handelsname für ein spezifisches Tetrabenzylthiuramdisulfid"@de . + "Trade name for a specific tetrabenzylthiuramdisulfide"@en . + "Alexander Aschemann" . + "English" . + "03.05.2022"^^ . + "Luvomaxx TbzTD [dik]"@de . + "Luvomaxx TbzTD [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000326 + . + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "03.05.2022"^^ . + "Dithiocarbamat [dik]"@de . + "dithiocarbamate [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000327 + . + . + "uncurated" . + "A member of the class of dithiocarbamate anions resulting from the deprotonation of both of the dithiocarbamic acid moieties of ethylenebis(dithiocarbamic acid). The major species at pH 7.3."@en . + "ethylenebis"@en . + "http://purl.obolibrary.org/obo/chebi.owl" . + . + "Luis Ramos" . + "English" . + "24.08.2022" . + "24.08.2022"^^ . + "CHEBI" . + "Dithiocarbamat [chebi]"@de . + "dithiocarbamate [chebi]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000328 + . + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "05.05.2022"^^ . + "ZBDC" . + "Zinc Dibenzyldithiocarbamate [dik]"@en . + "Zink-Dibenzyldithiocarbamat [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000329 + . + . + "uncurated" . + "Handelsname für ein spezifisches Zink-Dibenzyldithiocarbamat"@de . + "Trade name for a specific zinc dibenzyldithiocarbamate"@en . + "Alexander Aschemann" . + "English" . + "03.05.2022"^^ . + "Rhenogran ‎ZBDC 80‎ [dik]"@de . + "Rhenogran ‎ZBDC 80‎ [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000330 + . + "uncurated" . + "Mischungsbestandteil, der die Vernetzung des Kautschuks bewirkt"@de . + "compounding ingredient that produces crosslinking in rubber"@en . + "Vernetzer; Vernetzungsmittel"@de . + "curative; curing agent"@en . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "03.05.2022"^^ . + "Vulcanizing Agent [dik]"@en . + "Vulkanisationsmittel [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000331 + . + "uncurated" . + "Kombination aus Vulkanisationsmittel und, falls erforderlich, Beschleunigern, Aktivatoren, Verzögerern, etc., die verwendet wird, um die gewünschte Vulkanisationscharakteristik und Vulkanisateigenschaften herzustellen"@de . + "combination of vulcanizing agent and, as required, accelerators, activators, retarders, etc., used to produce the desired vulcanization characteristics and vulcanizate properties"@en . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "03.05.2022"^^ . + "Vulcanizing System [dik]"@en . + "Vulkanisationssystem [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000332 + . + "uncurated" . + "Geschwindigkeit, mit der eine Kautschukmischung nach Einsetzen der initialen Vulkanisation weitervernetzt"@de . + "rate at which a rubber compound vulcanizes after having reached the point of incipient vulcanization"@en . + "Vulkanisationsgeschwindigkeit"@de . + "vulcanization rate"@en . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "03.05.2022"^^ . + "Cure Rate [dik]"@en . + "Vernetzungsgeschwindigkeit [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000333 + . + "uncurated" . + "Mischungsbestandteil, eingesetzt zur Verringerung der Tendenz einer Kautschukmischung, vorzeitig zu vulkanisieren"@de . + "compounding ingredient used to reduce the tendency of a rubber compound to vulcanize prematurely"@en . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "03.05.2022"^^ . + "Retarder [dik]"@en . + "Verzögerer [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000334 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "03.05.2022"^^ . + "Schwefel [dik]"@de . + "Sulfur [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000335 + . + "uncurated" . + "Masse an Mischungsbestandteilen, die zu 100 Masseeinheiten Kautschuk hinzugefügt werden"@de . + "mass of compounding ingredient added to one hundred mass units of elastomer"@en . + "Anteile pro hundert Teile Kautschuk; pphr"@de . + "parts per hundred rubber; pphr"@en . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "03.05.2022"^^ . + "PHR [dik]"@de . + "PHR [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000336 + . + "uncurated" . + "Liste der Mischungsbestandteile und ihrer Mengenverhältnisse, die bei der Herstellung einer Mischung verwendet werden"@de . + "list of compounding ingredients and their proportions, used in the preparation of a compound"@en . + "Mischungsrezeptur"@de . + "recipe"@en . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "03.05.2022"^^ . + "Formulation [dik]"@en . + "Rezeptur [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000337 + . + "uncurated" . + "Substanz, die zu einem Kautschuk oder einem Latex gegeben wird, um eine Mischung herzustellen"@de . + "substance added to a rubber or rubber latex to form a mix"@en . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "03.05.2022"^^ . + "Compounding Ingredient [dik]"@en . + "Mischungsbestandteil‎ [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000338 + . + "uncurated" . + "gründliche Mischung von Kautschuken oder anderen polymerbildenden Materialien mit allen Bestandteilen, die für das fertige Produkt notwendig sind"@de . + "intimate mixture of a rubber or rubbers or other polymer-forming materials with all the ingredients necessary for the finished product"@en . + "Kautschukmischung"@de . + "rubber compound"@en . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "03.05.2022"^^ . + "Compound [dik]"@en . + "Mischung [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000339 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "03.05.2022"^^ . + "Safety Data Sheet [dik]"@en . + "Sicherheitsdatenblatt [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000340 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "03.05.2022"^^ . + "Product Data Sheet [dik]"@en . + "Produktdatenblatt [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000341 + . + "uncurated" . + "Maschine mit zwei gegensätzlich drehenden Walzen, häufig erwärmbar oder kühlbar, welche gewöhnlich mit verschiedenen Umfangsgeschwindigkeiten betrieben werden, und mit einstellbarem Walzenspalt zum Mastizieren, Mischen, Verschneiden, Vorwärmen oder zum Auswalzen"@de . + "machine with two counter-rotating rolls, frequently heated or cooled, usually driven at different speeds, and having an adjustable nip for mastication, mixing, blending, warm-up or sheeting"@en . + "Zwei-Rollen-Walzwerk"@de . + "two-roll mill"@en . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "03.05.2022"^^ . + "Mill [dik]"@en . + "Walzwerk [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000342 + . + "uncurated" . + "Zylinder, der ein rotierendes Hauptelement eines Kalanders oder eines Walzwerks bildet"@de . + "cylinder forming a major, rotating member of a calender or mill"@en . + "Walzenzylinder"@de . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "03.05.2022"^^ . + "Roll [dik]"@en . + "Walze [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000343 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "10.05.2022"^^ . + "Festwalze [dik]"@de . + "Fixed Roll [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000344 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "10.05.2022"^^ . + "Setting Roll [dik]"@en . + "Stellwalze [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000345 + . + "uncurated" . + "A physical quality which inheres in a bearer by virtue of its speed rotating around itself."@en . + "speed"@en . + "Alexander Aschemann" . + "English" . + "10.05.2022"^^ . + "Drehzahl [dik]"@de . + "Rotational Frequency [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000346 + . + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "10.05.2022"^^ . + "Drehzahleinheit [dik]"@de . + "Rotational Frequency Unit [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000347 + . + . + "uncurated" . + "\"A unit which is a standard measure of the number of rotations in a given time.\" [NIST:NIST]"@en . + "http://purl.obolibrary.org/obo/uo.owl" . + "Luis Ramos" . + "English" . + "24.08.2022" . + "24.08.2022"^^ . + "UO" . + "Drehzahleinheit [ou]"@de . + "Rotational Frequency Unit [uo]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000348 + . + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "10.05.2022"^^ . + "Frequency Unit [dik]"@en . + "Frequenzeinheit [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000349 + . + . + "uncurated" . + "\"A unit which is a standard measure of the number of repetitive actions in a particular time.\" [NIST:NIST]"@en . + "http://purl.obolibrary.org/obo/uo.owl" . + . + "Luis Ramos" . + "English" . + "24.08.2022" . + "24.08.2022"^^ . + "UO" . + "Frequency Unit [uo]"@en . + "Frequenzeinheit [uo]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000350 + . + . + "uncurated" . + "An indication of the type of unit of measure being used to express a number of regular events in a given time per unit of time."@en . + "Unit of Frequency"@en . + "http://purl.obolibrary.org/obo/ncit.owl" . + . + "Luis Ramos" . + "English" . + "24.08.2022" . + "24.08.2022"^^ . + "NCTI" . + "Frequency Unit [ncit]"@en . + "Frequenzeinheit [ncit]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000351 + . + . + "uncurated" . + "A rotational frequency unit which is equal to the number of completed turns in a period of time that equals to 1 second."@en . + "Alexander Aschemann" . + "English" . + "10.05.2022"^^ . + "1/s" . + "Turns per Second [dik]"@en . + "Umdrehungen pro Sekunde [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000352 + . + . + "uncurated" . + "\"A rotational frequency unit which is equal to the number complete turn in a period of time that equals to 1 second.\" [NIST:NIST]"@en . + "http://purl.obolibrary.org/obo/uo.owl" . + . + "Luis Ramos" . + "English" . + "26.08.2022" . + "26.08.2022"^^ . + "UO" . + "Turns per Second [uo]"@en . + "Umdrehungen pro Sekunde [uo]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000353 + . + "uncurated" . + "A rotational frequency unit which is equal to the number of completed turns in a period of time that equals to 1 minute."@en . + "Alexander Aschemann" . + "English" . + "10.05.2022"^^ . + "1/min" . + "Turns per Minute [dik]"@en . + "Umdrehungen pro Minute [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000354 + . + "Is a supervised classification method and it is used to build classification rules of a number of prespecified clases." . + "Unscrambler X" . + "Yamen Alsalka" . + "Yamen Alsalka" . + "2023-06-06T09:49:37.530555Z" . + "Discriminant analysis [ifnano]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000355 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "10.05.2022"^^ . + "Festwalzen-Drehzahl [dik]"@de . + "Fixed Roll Speed [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000356 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "10.05.2022"^^ . + "Setting Roll Speed [dik]"@en . + "Stellwalzen-Drehzahl [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000357 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "10.05.2022"^^ . + "Temperatur [dik]"@de . + "Temperature [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000358 + . + "uncurated" . + "A measure of the average kinetic energy of a system of particles. Temperature may be quantified, in the context of thermodynamics, as the potential of one system to transfer thermal energy to another system until both systems reach a state of thermal equilibrium."@en . + "http://purl.obolibrary.org/obo/ncit.owl" . + . + "Luis Ramos" . + "English" . + "24.08.2022" . + "24.08.2022"^^ . + "NCTI" . + "Temperatur [ncit]"@de . + "Temperature [ncit]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000359 + . + "uncurated" . + "A physical quality of the thermal energy of a system."@en . + "http://purl.obolibrary.org/obo/pato.owl" . + . + "Luis Ramos" . + "English" . + "24.08.2022" . + "24.08.2022"^^ . + "PATO" . + "Temperatur [pato]"@de . + "Temperature [pato]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000360 + . + "uncurated" . + "Temperature is the extent to which an object is hot."@en . + "http://purl.obolibrary.org/obo/uo.owl" . + . + "Luis Ramos" . + "English" . + "24.08.2022" . + "24.08.2022"^^ . + "UM" . + "Temperatur [om]"@de . + "Temperature [om]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000361 + . + "uncurated" . + "Temperature is a physical quality of the thermal energy of a system."@en . + "http://www.ebi.ac.uk/efo/efo.owl" . + . + "Luis Ramos" . + "English" . + "24.08.2022" . + "24.08.2022"^^ . + "EFO" . + "Temperatur [efo]"@de . + "Temperature [efo]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000362 + . + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "10.05.2022"^^ . + "Temperature Unit [dik]"@en . + "Temperatureinheit [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000363 + . + . + "uncurated" . + "\"A unit which is a standard measure of the average kinetic energy of the particles in a sample of matter.\" [Wikipedia:Wikipedia]"@en . + "http://purl.obolibrary.org/obo/uo.owl" . + . + "Luis Ramos" . + "English" . + "24.08.2022" . + "24.08.2022"^^ . + "UO" . + "Temperature Unit [uo]"@en . + "Temperatureinheit [uo]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000364 + . + . + "uncurated" . + "An indication of the type of unit of measure being used to express a temperature."@en . + "Unit of Temperature"@de . + "http://purl.obolibrary.org/obo/ncit.owl" . + . + "Luis Ramos" . + "English" . + "24.08.2022" . + "24.08.2022"^^ . + "NCTI" . + "Temperature Unit [ncit]"@en . + "Temperatureinheit [ncit]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000365 + . + "uncurated" . + "Temperierungsgerät; Temperierungsaggregat; Temperiersteuergerät"@de . + "Alexander Aschemann" . + "English" . + "10.05.2022"^^ . + "TCU" . + "Temperature Control Unit [dik]"@en . + "Temperatursteuergerät [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000366 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "10.05.2022"^^ . + "Festwalzen-Temperatursteuergerät [dik]"@de . + "Fixed Roll Temperature Control Unit [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000367 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "10.05.2022"^^ . + "Setting Roll Temperature Control Unit [dik]"@en . + "Stellwalzen-Temperatursteuergerät [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000368 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "10.05.2022"^^ . + "Festwalzen-Temperatur [dik]"@de . + "Fixed Roll Temperature [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000369 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "10.05.2022"^^ . + "Setting Roll Temperature [dik]"@en . + "Stellwalzen-Temperatur [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000370 + . + . + "uncurated" . + "Abstand zwischen den Walzenoberflächen einer Walze oder eines Kalanders, gemessen zwischen den Mittelpunkten"@de . + "radial clearance between the roll surfaces of a mill or calender on a line of centres"@en . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "03.05.2022"^^ . + "NIP [dik]"@en . + "Walzenspalt [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000371 + . + "uncurated" . + "Process of converting a rubber or rubber mix, rubber dough or coagulated latex into a form in which the thickness is small in proportion to the length"@en . + "Prozess der Überführung von Kautschuk oder einer Kautschukmischung, Gummilösung oder koaguliertem Latex in eine Form, bei der die Dicke klein gegenüber der Länge ist"@de . + "Plattenziehen"@de . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "03.05.2022"^^ . + "Auswalzen [dik]"@de . + "Sheeting [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000372 + . + "uncurated" . + "Distribution of one or more ingredients into a rubber, a rubber blend or a continuum material, by the application of shearing forces, in order to confer optimum and uniform properties"@en . + "Verteilen eines oder mehrerer Bestandteile in Kautschuk, Kautschukblends oder einer kontinuierlichen Phase durch Anwendung von Scherkräften, um optimale und homogene Eigenschaften zu erhalten"@de . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "03.05.2022"^^ . + "Dispergierung [dik]"@de . + "Dispersion [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000373 + . + "uncurated" . + "Prozess der irreversiblen Reduzierung der Molmasse des Kautschuks, entweder im rohen oder im gemischten Zustand, durch das Einbringen mechanischer Arbeit (Scherung) und durch atmosphärischen Sauerstoff, manchmal unter Zuhilfenahme von Abbaumitteln und Wärme"@de . + "the molecular mass of a rubber, in either the raw or the mixed state, by the action of mechanical work (shear) and atmospheric oxygen, sometimes assisted by peptizers and heat"@en . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "03.05.2022"^^ . + "Mastication [dik]"@en . + "Mastikation [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000374 + . + "uncurated" . + "The process by which food is torn or crushed by the teeth."@en . + "http://purl.obolibrary.org/obo/ncit.owl" . + . + "Luis Ramos" . + "English" . + "24.08.2022" . + "24.08.2022"^^ . + "NCTI" . + "Mastication [ncit]"@en . + "Mastikation [ncit]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000375 + . + "uncurated" . + "The process of biting and mashing food with the teeth prior to swallowing."@en . + "http://purl.obolibrary.org/obo/hp.owl" . + . + "Luis Ramos" . + "English" . + "24.08.2022" . + "24.08.2022"^^ . + "HP" . + "Mastication [hp]"@en . + "Mastikation [hp]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000376 + . + . + "uncurated" . + "relative Einfachheit, mit welcher Rohkautschuk oder Kautschukmischungen in einer Maschine zur Kautschukverarbeitung gehandhabt werden kann"@de . + "relative ease with which raw or compounded rubbers can be handled in rubber-processing machinery"@en . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "03.05.2022"^^ . + "Processability [dik]"@en . + "Verarbeitbarkeit [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000377 + . + "uncurated" . + "A device for mixing/blending materials or signals."@en . + "Ein Gerät zum Mischen/Vermischen von Materialien oder Signalen."@de . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Mischer [dik]"@de . + "Mixer Device [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000378 + . + "uncurated" . + "A mechanical device designed to blend materials or an electronic device designed to blend signals."@en . + "http://purl.obolibrary.org/obo/ncit.owl" . + . + "Luis Ramos" . + "English" . + "24.08.2022" . + "24.08.2022"^^ . + "NCIT" . + "Mischer [ncit]"@de . + "Mixer Device [ncit]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000379 + . + "uncurated" . + "A mixer device designed for mechanically mixing/blending materials."@en . + "Eine Mischvorrichtung, die zum mechanischen Mischen von Materialien bestimmt ist."@de . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Mechanical Mixer [dik]"@en . + "Mechanischer Mischer [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000380 + . + "uncurated" . + "A mechanical component designed to blend materials."@en . + "http://purl.obolibrary.org/obo/ncit.owl" . + . + "Luis Ramos" . + "English" . + "24.08.2022" . + "24.08.2022"^^ . + "NCIT" . + "Mechanical Mixer [ncit]"@en . + "Mechanischer Mischer [ncit]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000381 + . + "uncurated" . + "Maschine mit Temperaturregelung, welche einen oder mehrere Rotoren in einer geschlossenen Kammer beinhaltet und zum Mastizieren und/oder zur Einarbeitung und Dispersion von Mischungsbestandteilen in den Kautschuk genutzt wird"@de . + "machine with temperature controls containing one or more rotors operating in a closed cavity used to masticate and/or to incorporate and disperse compounding ingredients into the rubber"@en . + "Kneter"@de . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "03.05.2022"^^ . + "Innenmischer [dik]"@de . + "Internal Mixer [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000382 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Rotor [dik]"@de . + "Rotor [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000383 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Mischkammer [dik]"@de . + "Mixing Chamber [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000384 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Drop Door [dik]"@en . + "Klappsattel [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000385 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Stamp [dik]"@en . + "Stempel [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000386 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Rotor Speed [dik]"@en . + "Rotor-Drehzahl [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000387 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Rotor Temperature Control Unit [dik]"@en . + "Rotor-Temperatursteuergerät [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000388 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Rotor Temperature [dik]"@en . + "Rotor-Temperatur [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000389 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Mischkammer-Temperatursteuergerät [dik]"@de . + "Mixing Chamber Temperature Control Unit [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000390 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Mischkammer-Temperatur [dik]"@de . + "Mixing Chamber Temperature [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000391 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Drop Door Temperature Control Unit [dik]"@en . + "Klappsattel-Temperatursteuergerät [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000392 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Drop Door Temperature [dik]"@en . + "Klappsattel-Temperatur [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000393 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Stamp Temperature Control Unit [dik]"@en . + "Stempel-Temperatursteuergerät [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000394 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Stamp Temperature [dik]"@en . + "Stempel-Temperatur [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000395 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Drehmoment [dik]"@de . + "Torque [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000396 + . + "uncurated" . + "Torque is the effectiveness of a force to produce rotation about an axis, measured by the product of the force and the perpendicular distance from the line of action of the force to the axis."@en . + "http://www.ontology-of-units-of-measure.org/resource/om-2" . + . + "Luis Ramos" . + "English" . + "24.08.2022" . + "24.08.2022"^^ . + "UO" . + "Drehmoment [om]"@de . + "Torque [om]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000397 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Drehmoment Einheit [dik]"@de . + "Torque Unit [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000398 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Nm" . + "Newtonmeter [dik]"@de . + "Newtonmeter [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000399 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Rotor Torque [dik]"@en . + "Rotor-Drehmoment [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000400 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Mass Temperature [dik]"@en . + "Massetemperatur [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000401 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Length [dik]"@en . + "Länge [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000402 + . + "uncurated" . + "The linear extent in space from one end of something to the other end, or the extent of something from beginning to end."@en . + "http://purl.obolibrary.org/obo/ncit.owl" . + . + "Luis Ramos" . + "English" . + "24.08.2022" . + "24.08.2022"^^ . + "NCIT" . + "Length [ncit]"@en . + "Länge [ncit]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000403 + . + "uncurated" . + "A 1-D extent quality which is equal to the distance between two points."@en . + "http://purl.obolibrary.org/obo/pato.owl" . + . + "Luis Ramos" . + "English" . + "24.08.2022" . + "24.08.2022"^^ . + "PATO" . + "Length [pato]"@en . + "Länge [pato]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000404 + . + "uncurated" . + "Length is the amount of space between two geographical points along a curve. It is a base quantity in the International System of Units and other systems of units. Length is speed times time. The metre, a base unit of length in the International System of Units, is defined in terms of speed of light during a certain time interval."@en . + "http://www.ontology-of-units-of-measure.org/resource/om-2" . + . + "Luis Ramos" . + "English" . + "24.08.2022" . + "24.08.2022"^^ . + "OM" . + "Length [om]"@en . + "Länge [om]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000405 + . + "uncurated" . + "PEFF keyword for the sequence length."@en . + "http://purl.obolibrary.org/obo/ms.owl" . + . + "Luis Ramos" . + "English" . + "24.08.2022" . + "24.08.2022"^^ . + "MS" . + "Length [ms]"@en . + "Länge [ms]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000406 + . + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Length Unit [dik]"@en . + "Längen Einheit [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000407 + . + . + "uncurated" . + "\"A unit which is a standard measure of the distance between two points.\" [Wikipedia:Wikipedia]"@en . + "http://purl.obolibrary.org/obo/uo.owl" . + . + "Luis Ramos" . + "English" . + "24.08.2022" . + "24.08.2022"^^ . + "UO" . + "Length Unit [uo]"@en . + "Längen Einheit [uo]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000408 + . + . + "uncurated" . + "An indication of the type of unit of measure being used to express a length or distance."@en . + "Unit of Length"@de . + "http://purl.obolibrary.org/obo/ncit.owl" . + . + "Luis Ramos" . + "English" . + "24.08.2022" . + "24.08.2022"^^ . + "NCIT" . + "Length Unit [ncit]"@en . + "Längen Einheit [ncit]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000409 + . + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "mm" . + "millimeter [dik]"@de . + "millimeter [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000410 + . + . + "uncurated" . + "A metric unit of length equal to one thousandth of a meter (10E-3 meter) or approximately 0.03937 inch."@en . + "http://purl.obolibrary.org/obo/ncit.owl" . + . + "Luis Ramos" . + "English" . + "24.08.2022" . + "24.08.2022"^^ . + "NCIT" . + "millimeter [ncit]"@de . + "millimeter [ncit]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000411 + . + . + "uncurated" . + "\"A length unit which is equal to one thousandth of a meter or 10^[-3] m.\" [NIST:NIST]"@en . + "http://purl.obolibrary.org/obo/uo.owl" . + . + "Luis Ramos" . + "English" . + "24.08.2022" . + "24.08.2022"^^ . + "UO" . + "millimeter [uo]"@de . + "millimeter [uo]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000412 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Stamp Distance [dik]"@en . + "Stempelweg [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000413 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Zugabereihenfolge [dik]"@de . + "addition sequence [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000414 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Time of Addition [dik]"@en . + "Zugabezeitpunkt [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000415 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Leistung [dik]"@de . + "Power [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000416 + . + "uncurated" . + "A physical quality inhering in a bearer by virtue of the bearer's rate of doing work."@en . + "http://purl.obolibrary.org/obo/pato.owl" . + . + "Luis Ramos" . + "English" . + "24.08.2022" . + "24.08.2022"^^ . + "PATO" . + "Leistung [pato]"@de . + "Power [pato]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000417 + . + "uncurated" . + "Power is the time rate at which work is done. It is a derived quantity in the International System of Units. Power is energy divided by time."@en . + "http://www.ontology-of-units-of-measure.org/resource/om-2" . + . + "Luis Ramos" . + "English" . + "24.08.2022" . + "24.08.2022"^^ . + "OM" . + "Leistung [om]"@de . + "Power [om]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000418 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Electrical Power [dik]"@en . + "Elektrische Leistung [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000419 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Mischzeit [dik]"@de . + "Mixing Time [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000420 + . + "uncurated" . + "A physical quality which inheres in a bearer by virtue of the ratio of the volume of a substance contained in the bearer and the bearer's own volume."@en . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Filling Ratio [dik]"@en . + "Füllgrad [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000421 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Mischstufenanzahl [dik]"@de . + "Number of Mixing Stages [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000422 + . + . + "uncurated" . + "Product of one mixing operation"@en . + "Produkt eines Mischungsvorganges"@de . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "03.05.2022"^^ . + "Charge [dik]"@de . + "batch [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000423 + . + "uncurated" . + "A quantity of people or things treated or regarded as a group, especially when subdivided from a larger group."@en . + "http://purl.obolibrary.org/obo/ncit.owl" . + . + "Luis Ramos" . + "English" . + "24.08.2022"^^ . + "NCIT" . + "Charge"@de . + "batch [ncit]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000424 + . + "uncurated" . + "Maschine, die mit Hilfe einer Schnecke oder einer hydraulischen Presse kontinuierlich ein Material formt, indem dieses durch eine oder mehrere Schablonen gepresst wird"@de . + "machine which, through the use of a screw or a hydraulic ram, continuously shapes a material by forcing it through a die or dies"@en . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "03.05.2022"^^ . + "Extruder [dik]"@de . + "Extruder [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000425 + . + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "10.05.2022"^^ . + "Einschneckenextruder [dik]"@de . + "Single Screw Extruder [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000426 + . + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "10.05.2022"^^ . + "Pin Extruder [dik]"@en . + "Stiftextruder [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000427 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Pin [dik]"@en . + "Stift [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000428 + . + "uncurated" . + "rotating member with one or more helical grooves, used to propel rubber along the barrel of an extruder"@en . + "rotierendes Glied mit einer oder mehreren helixförmigen Rillen, das verwendet wird, um einen Kautschuk innerhalb eines Extruderrohrs voranzutreiben"@de . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "03.05.2022"^^ . + "Schnecke [dik]"@de . + "Screw [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000429 + . + "uncurated" . + "Teil eines Extruders, durch den das Material gedrückt wird und um ein Profil des Extrudats zu formen"@de . + "that part of an extruder through which material is forced, forming a profile of the extrudate"@en . + "Werkzeug; Düse"@de . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "03.05.2022"^^ . + "Die [dik]"@en . + "Schablone [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000430 + . + "uncurated" . + "Produkt eines Extrusionsprozesses"@de . + "product of an extrusion process"@en . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "03.05.2022"^^ . + "Extrudat [dik]"@de . + "Extrudate [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000431 + . + "uncurated" . + "Teil eines Extruders, welcher die Schablone mit Halterung enthält"@de . + "that part of an extruder which houses the die and die holder"@en . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "03.05.2022"^^ . + "Extruder Head [dik]"@en . + "Extruderkopf [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000432 + . + "uncurated" . + "continuous shaping of a material by passage through a die"@en . + "kontinuierliches Formen eines Materials, indem dieses durch eine Schablone gepresst wird"@de . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "03.05.2022"^^ . + "Extrudieren [dik]"@de . + "Extrusion [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000433 + . + "uncurated" . + "A transformation in which an atom or group Y connected to two other atoms or groups X and Z is lost from a molecule, leading to a product in which X is bonded to Z, e.g. X-Y-Z --> X-Z + Y."@en . + "http://purl.obolibrary.org/obo/rex.owl" . + . + "Luis Ramos" . + "English" . + "24.08.2022" . + "24.08.2022"^^ . + "REX" . + "Extrudieren [rex]"@de . + "Extrusion [rex]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000434 + . + "uncurated" . + "A process used to create objects of a fixed cross-sectional profile by forcing or drawing a material through a die."@en . + "http://purl.obolibrary.org/obo/chmo.owl" . + . + "Luis Ramos" . + "English" . + "24.08.2022" . + "24.08.2022"^^ . + "CHMO" . + "Extrudieren [chmo]"@de . + "Extrusion [chmo]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000435 + . + . + "uncurated" . + "Unterschied zwischen den Dimensionen des Profilquerschnittes eines Extrudats und den korrespondierenden Dimensionen des Auslaufkanals, welcher üblicherweise als prozentuelle Zunahme der Fläche des Querschnittes ausgedrückt wird"@de . + "difference between the dimensions of the cross-section of an extrudate and the corresponding dimensions of the die orifice, usually quantified as the percentage increase in the crosssectional area"@en . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "03.05.2022"^^ . + "Die Swell [dik]"@en . + "Spritzquellung [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000436 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "03.05.2022"^^ . + "Abzugsgeschwindigkeit [dik]"@de . + "Haul-off Speed [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000437 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "03.05.2022"^^ . + "Conveyor Belt [dik]"@en . + "Förderband [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000438 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "03.05.2022"^^ . + "Mass Throughput [dik]"@en . + "Massedurchsatz [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000439 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "03.05.2022"^^ . + "Druckschwankung [dik]"@de . + "Pressure Variation [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000440 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "03.05.2022"^^ . + "Geometrieschwankung [dik]"@de . + "Geometry Variation [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000441 + . + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Oberfläche [dik]"@de . + "Surface [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000442 + . + . + "uncurated" . + "The extended two-dimensional outer boundary of a three-dimensional object."@en . + "http://purl.obolibrary.org/obo/ncit.owl" . + . + "Luis Ramos" . + "English" . + "25.08.2022" . + "25.08.2022"^^ . + "NCIT" . + "Oberfläche [ncit]"@de . + "Surface [ncit]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000443 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "03.05.2022"^^ . + "Oberflächenfehler [dik]"@de . + "Surface Defect [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000444 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "03.05.2022"^^ . + "Oberflächentemperatur [dik]"@de . + "Surface Temperature [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000445 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "03.05.2022"^^ . + "Schneckendrehzahl [dik]"@de . + "Screw Speed [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000446 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Druck [dik]"@de . + "Pressure [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000447 + . + "uncurated" . + "A physical quality that inheres in a bearer by virtue of the bearer's amount of force per unit area it exerts."@en . + "http://purl.obolibrary.org/obo/pato.owl" . + . + "Luis Ramos" . + "English" . + "25.08.2022" . + "25.08.2022"^^ . + "PATO" . + "Druck [pato]"@de . + "Pressure [pato]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000448 + . + "uncurated" . + "Pressure is the force applied to or distributed over a surface. It is a derived quantity in the International System of Units. Pressure is force divided by area."@en . + "http://www.ontology-of-units-of-measure.org/resource/om-2" . + . + "Luis Ramos" . + "English" . + "25.08.2022" . + "25.08.2022"^^ . + "OM" . + "Druck [om]"@de . + "Pressure [om]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000449 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Die Geometry [dik]"@en . + "Schablonengeometrie [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000450 + . + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Extrudate Cross Section [dik]"@en . + "Extrudatquerschnitt [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000451 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Sensor [dik]"@de . + "Sensor [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000452 + . + "uncurated" . + "Device, agent (including humans), or software (simulation) involved in, or implementing, a Procedure. Sensors respond to a stimulus, e.g., a change in the environment, or input data composed from the results of prior Observations, and generate a Result. Sensors can be hosted by Platforms."@en . + "http://www.w3.org/ns/sosa/" . + . + "Luis Ramos" . + "English" . + "25.08.2022" . + "25.08.2022"^^ . + "SOSA" . + "Sensor [sosa]"@de . + "Sensor [sosa]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000453 + . + "uncurated" . + "A piece of apparatus that is used to measure a physical quantity."@en . + "http://purl.obolibrary.org/obo/chmo.owl" . + . + "Luis Ramos" . + "English" . + "25.08.2022" . + "25.08.2022"^^ . + "CHMO" . + "Sensor [chmo]"@de . + "Sensor [chmo]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000454 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "03.05.2022"^^ . + "Temperature Measuring Sword [dik]"@en . + "Temperaturmessschwert [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000455 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "03.05.2022"^^ . + "Drucksensor [dik]"@de . + "Pressure Sensor [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000456 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "03.05.2022"^^ . + "Temperature Sensor [dik]"@en . + "Temperatursensor [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000457 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Gearbox [dik]"@en . + "Getriebe [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000458 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Engine [dik]"@en . + "Motor [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000459 + . + "uncurated" . + "motor"@en . + "http://purl.obolibrary.org/obo/envo.owl" . + . + "Luis Ramos" . + "English" . + "25.08.2022" . + "25.08.2022"^^ . + "ENVO" . + "Engine [envo]"@en . + "Motor [envo]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000460 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Feeding Roll [dik]"@en . + "Speisewalze [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000461 + . + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Pin Zone [dik]"@en . + "Stiftzone [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000462 + . + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Einzugszone [dik]"@de . + "Feeding Zone [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000463 + . + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Molding Zone [dik]"@en . + "Werkzeugzone [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000464 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Feeding Roll Temperature Control Unit [dik]"@en . + "Speisewalzen-Temperatursteuergerät [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000465 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Feeding Roll Temperature [dik]"@en . + "Speisewalzen-Temperatur [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000466 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Schnecken-Temperatursteuergerät [dik]"@de . + "Screw Temperature Control Unit [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000467 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Schnecken-Temperatur [dik]"@de . + "Screw Temperature [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000468 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Einzugszonen-Temperatursteuergerät [dik]"@de . + "Feeding Zone Temperature Control Unit [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000469 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Einzugszonen-Temperatur [dik]"@de . + "Feeding Zone Temperature [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000470 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Pin Zone Temperature Control Unit [dik]"@en . + "Stiftzonen-Temperatursteuergerät [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000471 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Pin Zone Temperature [dik]"@en . + "Stiftzonen-Temperatur [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000472 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Molding Zone Temperature Control Unit [dik]"@en . + "Werkzeugzonen-Temperatursteuergerät [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000473 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Molding Zone Temperature [dik]"@en . + "Werkzeugzonen-Temperatur [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000474 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "03.05.2022"^^ . + "Vulcanization Time [dik]"@en . + "Vulkanisationszeit [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000475 + . + "uncurated" . + "Anzahl von Vernetzungen in einem Vulkanisat je Volumen- oder Masseneinheit"@de . + "number of crosslinks per unit volume or unit mass of vulcanizate"@en . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "03.05.2022"^^ . + "Crosslink Density [dik]"@en . + "Vernetzungsdichte [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000476 + . + "uncurated" . + "Produkt der Vulkanisation einer Kautschukmischung"@de . + "product of the vulcanization of a rubber compound"@en . + "vulcanized rubber"@en . + "vulkanisierter Kautschuk"@de . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "03.05.2022"^^ . + "Vulcanizate [dik]"@en . + "Vulkanisat [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000477 + . + "uncurated" . + "chemical bond or atom(s) joining two rubber chains or two parts of the same rubber chain as a result of vulcanization"@en . + "chemische Bindung oder Atom(e), die zwei Kautschukketten oder zwei Teile derselben Kette verbinden als Ergebnis der Vulkanisation"@de . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "03.05.2022"^^ . + "In a vulcanizate, trapped chain entanglements can act as physical crosslinks and contribute to the crosslink density."@en . + "In einem Vulkanisat können eingeschlossene Verschlaufungen als physikalische Vernetzungen fungieren und einen Beitrag zur Vernetzungsdichte leisten."@de . + "Crosslink [dik]"@en . + "Vernetzung [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000478 + . + "uncurated" . + "Any covalent linkage between two polymers or between two different regions of the same polymer."@en . + "http://purl.obolibrary.org/obo/ncit.owl" . + . + "Luis Ramos" . + "English" . + "25.08.2022" . + "25.08.2022"^^ . + "NCIT" . + "Crosslink [ncit]"@en . + "Vernetzung [ncit]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000479 + . + "uncurated" . + "〈Aktion〉 Erzeugung von Vernetzungen zwischen oder innerhalb von Kautschukketten unter Ausbildung eines Netzwerks"@de . + "〈act of〉 insertion of crosslinks between or within rubber chains to give a network structure"@en . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "03.05.2022"^^ . + "Crosslinking [dik]"@en . + "Vernetzen [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000480 + . + "uncurated" . + "Zustand eines Vulkanisats während des Vulkanisationsverlaufs, gemessen an dessen Struktur oder dessen Eigenschaften"@de . + "condition of a vulcanizate during the course of vulcanization, measured in terms of its structure or properties"@en . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "03.05.2022"^^ . + "State of Cure [dik]"@en . + "Vernetzungsgrad [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000481 + . + "uncurated" . + "Verfahren, üblicherweise auf Hitze basierend, bei dem Kautschuk durch eine Veränderung seiner chemischen Struktur (zum Beispiel Vernetzung) in einen Zustand überführt wird, in dem die elastischen Eigenschaften erzeugt, wiederhergestellt oder verbessert oder über einen größeren Tempe-raturbereich erweitert werden"@de . + "process, usually involving heat, in which rubber, through a change in its chemical structure (for example, crosslinking), is converted to a condition in which the elastic properties are conferred or re-established or improved or extended over a greater range of temperatures"@en . + "Vernetzung"@de . + "cure"@en . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "03.05.2022"^^ . + "Vulcanization [dik]"@en . + "Vulkanisation [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000482 + . + "uncurated" . + "Druckkessel, der zur Vulkanisation von Kautschuk in Dampf oder Gas genutzt wird"@de . + "pressurized vessel used for vulcanizing rubber in a vapour or gas"@en . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "03.05.2022"^^ . + "Autoklav [dik]"@de . + "autoclave [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000483 + . + "uncurated" . + "A device that is used to sterilize equipment and supplies by subjecting them to high pressure steam at 121 C or more, typically for 15 to 20 minutes depending on the size of the load and the contents."@en . + "http://purl.obolibrary.org/obo/obi.owl" . + . + "Luis Ramos" . + "English" . + "25.08.2022" . + "25.08.2022"^^ . + "OBI" . + "Autoklav [obi]"@de . + "autoclave[obi]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000484 + . + "uncurated" . + "A thick-walled steel vessel used during synthesis methods that require both high pressures and high temperatures."@en . + "http://purl.obolibrary.org/obo/chmo.owl" . + . + "Luis Ramos" . + "English" . + "25.08.2022" . + "25.08.2022"^^ . + "CHMO" . + "Autoklav [chmo]"@de . + "autoclave [chmo]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000485 + . + "uncurated" . + "Art der Vulkanisation, bei der das Modul des Vulkanisats ein Maximum erreicht und dann über einen längeren Zeiraum bei der entsprechenden Vulkanisationstemperatur nahezu konstant bleibt"@de . + "type of vulcanization during which the modulus of the vulcanizate proceeds to a maximum and then remains essentially constant for a substantial period at the vulcanization temperature"@en . + "Vulkanisationsebene"@de . + "flat cure"@en . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "03.05.2022"^^ . + "Plateau Cure [dik]"@en . + "Vulkanisationsplateau [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000486 + . + "uncurated" . + "Vulkanisationsbedingungen, die notwendig sind, um einen akzeptablen Kompromiss zwischen verschiedenen gewünschten Vulkanisateigenschaften zu erzielen bzw. den optimalen Wert für eine bestimmte Eigenschaft zu erhalten"@de . + "condition of vulcanization required to achieve an acceptable compromise among a number of desired vulcanizate properties or the optimum value of a selected property"@en . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "03.05.2022"^^ . + "Optimum Cure [dik]"@en . + "Vulkanisationsoptimum [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000487 + . + "uncurated" . + "Vulkanisationszustand jenseits des Vulkanisationsoptimums"@de . + "state of vulcanization beyond the optimum cure"@en . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "03.05.2022"^^ . + "Overcure is generally caused by too long a time and/or too high a temperature of vulcanization and/or post cure, and/or a surplus of vulcanizing agents."@en . + "Übervulkanisation wird gewöhnlich hervorgerufen durch zu lange Heizzeit und/oder zu hohe Vulkanisations- und/oder Nachvulkanisationstemperatur und/oder ein Übermaß an Vulkanisationsmitteln."@de . + "Overcure [dik]"@en . + "Übervulkanisation [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000488 + . + "uncurated" . + "Zustand der Vulkanisation unterhalb des Vulkanisationsoptimums"@de . + "state of vulcanization less than the optimum cure"@en . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "03.05.2022"^^ . + "Undercure is generally caused by too short a time and/or too low a temperature of vulcanization and/or post cure, and/or a deficiency of vulcanizing agents."@en . + "Untervulkanisation wird im Allgemeinen durch zu kurze Zeit und/oder zu niedrige Vulkanisationstemperatur und/oder Nachvulkanisation und/oder Mängel der Vulkanisationsmittel hervorgerufen."@de . + "Undercure [dik]"@en . + "Untervulkanisation [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000489 + . + "uncurated" . + "ein oder mehrere Teile, entnommen aus einem Los, um Informationen über dieses Los zu liefern und möglicherweise als Entscheidungsbasis über das Los oder seinen Herstellprozess zu dienen"@de . + "one or more items taken from a lot and intended to provide information on the lot and possibly to serve as a basis for a decision on the lot or on the process which had produced it"@en . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "03.05.2022"^^ . + "Probe [dik]"@de . + "Sample [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000490 + . + "uncurated" . + "Feature which is intended to be representative of a FeatureOfInterest on which Observations may be made."@en . + "http://www.w3.org/ns/sosa/" . + . + "Luis Ramos" . + "English" . + "25.08.2022" . + "25.08.2022"^^ . + "SOSA" . + "Probe [sosa]"@de . + "Sample [sosa]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000491 + . + "uncurated" . + "tempdef: A sample is a role that is played by an object of interest in an investigation used to obtain generalizable information about the sample source. defprov: Daniel Schober"@en . + "http://nmrML.org/nmrCV" . + . + "Luis Ramos" . + "English" . + "25.08.2022" . + "25.08.2022"^^ . + "NMRCV" . + "Probe [nmrcv]"@de . + "Sample [nmrcv]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000492 + . + "uncurated" . + "Körper eines Materials von geeigneter Form und Dimension, fertig vorbereitet zur Verwendung in einer Prüfung"@de . + "piece of material of appropriate shape and size, prepared so that it is ready for use in a test"@en . + "Probekörper"@de . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "03.05.2022"^^ . + "Die englischen Benennungen „test specimen“ und „specimen“ werden häufig verwendet, um einen „Prüfkörper“ zu bezeichnen."@de . + "The terms “test specimen” and “specimen” are also widely used to denote “test piece”."@en . + "Prüfkörper [dik]"@de . + "Test Piece [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000493 + . + "uncurated" . + "raw, compounded, vulcanized or partially vulcanized rubber in the form of end-of-life rubber products or factory scrap"@en . + "unverarbeiteter, gemischter, vulkanisierter oder teilvulkanisierter Kautschuk in Form von Altgummierzeugnissen oder Fabrikabfall"@de . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "03.05.2022"^^ . + "Gummiabfall [dik]"@de . + "Scrap Rubber [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000494 + . + "uncurated" . + "raw, compounded, vulcanized or partially vulcanized rubber rejected or generated as waste during product manufacture and found unsuitable for further use unless recycled"@en . + "roher, gemischter, vulkanisierter oder teilweise vulkanisierter Kautschuk, der bei der Produktion ver-worfen oder als Abfall deklariert und für die weitere Verwendung, außer zum Recyceln, als ungeeignet befunden wird"@de . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "03.05.2022"^^ . + "Factory Scrap [dik]"@en . + "Produktionsabfall [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000495 + . + "uncurated" . + "http://purl.obolibrary.org/obo/pato.owl" . + . + "Alexander Aschemann" . + "English" . + "10.05.2022"^^ . + "Physical Object Quality [dik]"@en . + "Qualität des physischen Objekts [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000496 + . + "uncurated" . + "A quality of a physical entity that exists through action of continuants at the physical level of organisation in relation to other entities."@en . + "http://purl.obolibrary.org/obo/pato.owl" . + . + "Luis Ramos" . + "English" . + "25.08.2022" . + "25.08.2022"^^ . + "PATO" . + "Physical Object Quality [pato]"@en . + "Qualität des physischen Objekts [pato]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000497 + . + "uncurated" . + "http://purl.obolibrary.org/obo/pato.owl" . + . + "Alexander Aschemann" . + "English" . + "10.05.2022"^^ . + "PATO" . + "Physical Quality [dik]"@en . + "physikalische Qualität [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000498 + . + "uncurated" . + "A quality which inheres in a continuant."@en . + "http://purl.obolibrary.org/obo/pato.owl" . + . + "Luis Ramos" . + "English" . + "25.08.2022" . + "25.08.2022"^^ . + "PATO" . + "Physical Quality [pato]"@en . + "physikalische Qualität [pato]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000499 + . + "uncurated" . + "http://purl.obolibrary.org/obo/pato.owl" . + . + "Alexander Aschemann" . + "English" . + "10.05.2022"^^ . + "PATO" . + "Label der Messeinheit [dik]"@de . + "Measurement Unit Label [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000500 + . + "uncurated" . + "A measurement unit label is as a label that is part of a scalar measurement datum and denotes a unit of measure."@en . + "http://purl.obolibrary.org/obo/iao.owl" . + . + "Luis Ramos" . + "English" . + "25.08.2022" . + "25.08.2022"^^ . + "IAO" . + "Label der Messeinheit [pato]"@de . + "Measurement Unit Label [pato]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000501 + . + "uncurated" . + "http://purl.obolibrary.org/obo/pato.owl" . + . + "Alexander Aschemann" . + "English" . + "10.05.2022"^^ . + "Bezugspunkt-Label [dik]"@de . + "Datum Label [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000502 + . + "uncurated" . + "A label is a symbol that is part of some other datum and is used to either partially define the denotation of that datum or to provide a means for identifying the datum as a member of the set of data with the same label"@en . + "http://purl.obolibrary.org/obo/iao.owl" . + . + "Luis Ramos" . + "English" . + "25.08.2022" . + "25.08.2022"^^ . + "IAO" . + "Bezugspunkt-Label [iao]"@de . + "Datum Label [iao]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000503 + . + "uncurated" . + "Test"@de . + "testing; test"@en . + "http://purl.obolibrary.org/obo/pato.owl" . + . + "Alexander Aschemann" . + "English" . + "10.05.2022"^^ . + "Prüfung [dik]"@de . + "assay [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000504 + . + "uncurated" . + "A qualitative or quantitative analysis performed to determine the amount of a particular constituent in a sample or the biological or pharmacological properties of a drug."@en . + "http://purl.obolibrary.org/obo/ncit.owl" . + . + "Luis Ramos" . + "English" . + "25.08.2022" . + "25.08.2022"^^ . + "NCIT" . + "Prüfung [ncit]"@de . + "assay [ncit]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000505 + . + "uncurated" . + "A planned process with the objective to produce information about the material entity that is the evaluant, by physically examining it or its proxies."@en . + "http://purl.obolibrary.org/obo/obi.owl" . + . + "Luis Ramos" . + "English" . + "25.08.2022" . + "25.08.2022"^^ . + "OBI" . + "Prüfung [obi]"@de . + "assay [obi]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000506 + . + "uncurated" . + "An assay with the objective to produce information about the density of the material entity that is the evaluant, by physically examining it or its proxies."@en . + "Alexander Aschemann" . + "English" . + "10.05.2022"^^ . + "Density Measurement Assay [dik]"@en . + "Prüfung zur Dichtemessung [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000507 + . + "uncurated" . + "Masse pro Volumeneinheit eines Materials inklusive eventueller Hohlräume"@de . + "mass per unit volume of a material, including any voids present"@en . + "Dichte"@de . + "density; bulk density"@en . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "04.05.2022"^^ . + "Mass Density [dik]"@en . + "Massendichte [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000508 + . + "uncurated" . + "A measure of the compactness of a substance, expressed as its mass per unit volume."@en . + "http://purl.obolibrary.org/obo/ncit.owl" . + . + "Luis Ramos" . + "English" . + "25.08.2022" . + "25.08.2022"^^ . + "NCIT" . + "Mass Density [ncit]"@en . + "Massendichte [ncit]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000509 + . + "uncurated" . + "A physical quality which inheres in a bearer by virtue of some influence is exerted by the bearer's mass per unit size."@en . + "http://purl.obolibrary.org/obo/pato.owl" . + . + "Luis Ramos" . + "English" . + "25.08.2022" . + "25.08.2022"^^ . + "PATO" . + "Mass Density [pato]"@en . + "Massendichte [pato]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000510 + . + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "10.05.2022"^^ . + "Mass Density Unit [dik]"@en . + "Massendichte Einheit [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000511 + . + . + "uncurated" . + "\"A density unit which is a standard measure of the mass of a substance in a given volume.\" [UOC:GVG]"@en . + "http://purl.obolibrary.org/obo/uo.owl" . + . + "Luis Ramos" . + "English" . + "25.08.2022" . + "25.08.2022"^^ . + "UO" . + "Mass Density Unit [uo]"@en . + "Massendichte Einheit [uo]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000512 + . + . + "uncurated" . + "An indication of the type of unit of measure being used to express a mass density."@en . + "http://purl.obolibrary.org/obo/ncit.owl" . + . + "Luis Ramos" . + "English" . + "25.08.2022" . + "25.08.2022"^^ . + "NCIT" . + "Massendichte Einheit [ncit]"@de . + "Unit Of Mass Density [ncit]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000513 + . + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "10.05.2022"^^ . + "g/cm³" . + "Gram Per Cubic Centimeter [dik]"@en . + "Gramm pro Kubikzentimeter [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000514 + . + . + "uncurated" . + "\"A mass unit density which is equal to mass of an object in grams divided by the volume in cubic centimeters.\" [UOC:GVG]"@en . + "http://purl.obolibrary.org/obo/uo.owl" . + . + "Luis Ramos" . + "English" . + "25.08.2022" . + "25.08.2022"^^ . + "UO" . + "Gram Per Cubic Centimeter [uo]"@en . + "Gramm pro Kubikzentimeter [uo]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000515 + . + "uncurated" . + "An assay with the objective to produce information about the viscosity of the material entity that is the evaluant, by physically examining it or its proxies."@en . + "Alexander Aschemann" . + "English" . + "10.05.2022"^^ . + "Prüfung zur Viskositätsmessung [dik]"@de . + "Viscosity Measurement Assay [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000516 + . + "uncurated" . + "An assay with the objective to produce information about the Mooney viscosity of the material entity that is the evaluant, by physically examining it or its proxies."@en . + "Alexander Aschemann" . + "English" . + "10.05.2022"^^ . + "Mooney Viscosity Measurement Assay [dik]"@en . + "Prüfung zur Mooney-Viskositätsmessung [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000517 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "10.05.2022"^^ . + "Viscosity [dik]"@en . + "Viskosität [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000518 + . + "uncurated" . + "The resistance of a liquid to sheer forces and flow."@en . + "http://purl.obolibrary.org/obo/ncit.owl" . + . + "Luis Ramos" . + "English" . + "25.08.2022" . + "25.08.2022"^^ . + "NCIT" . + "Viscosity [ncit]"@en . + "Viskosität [ncit]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000519 + . + "uncurated" . + "A physical quality of a fluid inhering in a bearer by virtue of the bearer's disposition to internal resistance to flow."@en . + "http://purl.obolibrary.org/obo/pato.owl" . + . + "Luis Ramos" . + "English" . + "25.08.2022" . + "25.08.2022"^^ . + "PATO" . + "Viscosity [pato]"@en . + "Viskosität [pato]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000520 + . + "uncurated" . + "Maß für die Viskosität eines Rohkautschuks oder einer Kautschukmischung, bestimmt mit einem Mooney-Scherscheibenviskosimeter"@de . + "measure of the viscosity of a raw rubber or rubber compound, determined using a Mooney shearing-disc viscometer"@en . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "03.05.2022"^^ . + "Mooney Viscosity [dik]"@en . + "Mooney Viskosität [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000521 + . + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "10.05.2022"^^ . + "Viscosity Unit [dik]"@en . + "Viskositätseinheit [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000522 + . + . + "uncurated" . + "\"A unit which is a standard measure of the internal resistance of fluids to flow.\" [UOC:GVG]"@en . + "http://purl.obolibrary.org/obo/uo.owl" . + "Luis Ramos" . + "English" . + "25.08.2022" . + "25.08.2022"^^ . + "UO" . + "Viscosity Unit [uo]"@en . + "Viskositätseinheit [uo]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000523 + . + "uncurated" . + "A viscosity unit which is a standard measure of the Mooney viscosity."@en . + "Eine Viskositätseinheit, die ein Standardmaß für die Mooney-Viskosität ist."@de . + "Alexander Aschemann" . + "English" . + "10.05.2022"^^ . + "Mooney Viscosity Unit [dik]"@en . + "Mooney Viskositätseinheit [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000524 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "10.05.2022"^^ . + "MU" . + "Mooney Einheit [dik]"@de . + "Mooney Unit [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000525 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "10.05.2022"^^ . + "Quality of a Substance [dik]"@en . + "Qualität eines Stoffes [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000526 + . + "uncurated" . + "A quality inhering in a bearer by virtue of its constitution."@en . + "http://purl.obolibrary.org/obo/pato.owl" . + . + "Luis Ramos" . + "English" . + "25.08.2022" . + "25.08.2022"^^ . + "PATO" . + "Quality of a Substance [pato]"@en . + "Qualität eines Stoffes [pato]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000527 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "10.05.2022"^^ . + "Quality of a Liquid [dik]"@en . + "Qualität einer Flüssigkeit [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000528 + . + "uncurated" . + "A physical quality inhering in an entity exhibiting the physical characteristics of an amorphous (non-crystalline) form of matter between a gas and a solid that has a definite volume, but no definite shape."@en . + "http://purl.obolibrary.org/obo/pato.owl" . + . + "Luis Ramos" . + "English" . + "25.08.2022" . + "25.08.2022"^^ . + "PATO" . + "Quality of a Liquid [pato]"@en . + "Qualität einer Flüssigkeit [pato]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000529 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "10.05.2022"^^ . + "Protocol [dik]"@en . + "Protokoll [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000530 + . + "uncurated" . + "A rule which guides how an activity should be performed."@en . + "http://purl.obolibrary.org/obo/ncit.owl" . + . + "Luis Ramos" . + "English" . + "25.08.2022" . + "25.08.2022"^^ . + "NCIT" . + "Protocol [ncit]"@en . + "Protokoll [ncit]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000531 + . + "uncurated" . + "A plan specification which has sufficient level of detail and quantitative information to communicate it between investigation agents, so that different investigation agents will reliably be able to independently reproduce the process."@en . + "http://purl.obolibrary.org/obo/obi.owl" . + . + "Luis Ramos" . + "English" . + "25.08.2022" . + "25.08.2022"^^ . + "OBI" . + "Protocol [obi]"@en . + "Protokoll [obi]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000532 + . + "uncurated" . + "A human-readable collection of information about about how a scientific experiment or analysis was carried out that results in a specific set of data or results used for further analysis or to test a specific hypothesis."@en . + "http://edamontology.org" . + . + "Luis Ramos" . + "English" . + "25.08.2022" . + "25.08.2022"^^ . + "EDAM" . + "Protocol [edam]"@en . + "Protokoll [edam]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000533 + . + "uncurated" . + "A protocol which specifies the conditions, procedures, and instruments used for conducting a measurement assay in a sufficient level of detail to communicate it between investigation agents, so that different investigation agents will reliably be able to independently reproduce the measurement assay."@en . + "Alexander Aschemann" . + "English" . + "10.05.2022"^^ . + "Measurement Protocol [dik]"@en . + "Messprotokoll [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000534 + . + "uncurated" . + "A protocol which specifies the conditions, procedures, and instruments used for conducting a material processing in a sufficient level of detail to communicate it between investigation agents, so that different investigation agents will reliably be able to independently reproduce the material processing."@en . + "Alexander Aschemann" . + "English" . + "10.05.2022"^^ . + "Material Processing Protocol [dik]"@en . + "Materialverarbeitungsprotokoll [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000535 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Herstellungsvorschrift [dik]"@de . + "Manufacturing Specification [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000536 + . + "uncurated" . + "A measurement protocol for reliably reproducing the density measurement assay."@en . + "Alexander Aschemann" . + "English" . + "10.05.2022"^^ . + "Density Measurement Protocol [dik]"@en . + "Protokoll zur Dichtemessung [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000537 + . + "uncurated" . + "A measurement protocol for reliably reproducing the viscosity measurement assay."@en . + "Alexander Aschemann" . + "English" . + "10.05.2022"^^ . + "Protokoll zur Viskositätsmessung [dik]"@de . + "Viscosity Measurement Protocol [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000538 + . + "uncurated" . + "A viscosity measurement protocol for reliably reproducing the Mooney viscosity measurement assay."@en . + "Alexander Aschemann" . + "English" . + "10.05.2022"^^ . + "Mooney Viscosity Measurement Protocol [dik]"@en . + "Protokoll zur Mooney-Viskositätsmessung [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000539 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "10.05.2022"^^ . + "°C" . + "Degree Celsius [dik]"@en . + "Grad Celsius [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000540 + . + "uncurated" . + "A unit of temperature of the temperature scale designed so that the freezing point of water is 0 degrees and the boiling point is 100 degrees at standard atmospheric pressure. The current official definition of the Celsius sets 0.01 C to be at the triple point of water and a degree to be 1/273.16 of the difference in temperature between the triple point of water and absolute zero. One degree Celsius represents the same temperature difference as one Kelvin. [ NCI ]"@en . + "http://purl.obolibrary.org/obo/ncit.owl" . + . + "Luis Ramos" . + "English" . + "25.08.2022" . + "25.08.2022"^^ . + "NCIT" . + "Degree Celsius [ncit]"@en . + "Grad Celsius [ncit]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000541 + . + . + "uncurated" . + "\"A temperature unit which is equal to one kelvin degree. However, they have their zeros at different points. The centigrade scale has its zero at 273.15 K.\" [NIST:NIST]"@en . + "http://purl.obolibrary.org/obo/UO_0000027" . + . + "Luis Ramos" . + "English" . + "25.08.2022" . + "25.08.2022"^^ . + "UO" . + "Degree Celsius [uo]"@en . + "Grad Celsius [uo]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000542 + . + "uncurated" . + "The degree Celsius is a unit of temperature defined as 1 kelvin. The degree Celsius is a derived unit in the International System of Units."@en . + "http://www.ontology-of-units-of-measure.org/resource/om-2" . + . + "Luis Ramos" . + "English" . + "25.08.2022" . + "25.08.2022"^^ . + "OM" . + "Degree Celsius [om]"@en . + "Grad Celsius [om]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000543 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "10.05.2022"^^ . + "Material Processing [dik]"@en . + "Materialverarbeitung [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000544 + . + "uncurated" . + "A planned process which results in physical changes in a specified input material"@en . + "http://purl.obolibrary.org/obo/obi.owl" . + . + "Luis Ramos" . + "English" . + "25.08.2022" . + "25.08.2022"^^ . + "OBI" . + "Material Processing [obi]"@en . + "Materialverarbeitung [obi]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000545 + . + . + "uncurated" . + "http://purl.obolibrary.org/obo/BFO_0000034" . + . + "Alexander Aschemann" . + "English" . + "10.05.2022"^^ . + "Function [dik]"@en . + "Funktion [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000546 + . + . + "uncurated" . + "The normal action performed by a structure or device."@en . + "http://purl.obolibrary.org/obo/ncit.owl" . + . + "Luis Ramos" . + "English" . + "25.08.2022" . + "25.08.2022"^^ . + "NCIT" . + "Function [ncit]"@en . + "Funktion [ncit]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000547 + . + . + "uncurated" . + "Biological function of a participant or of an interaction."@en . + "http://purl.obolibrary.org/obo/mi.owl" . + . + "Luis Ramos" . + "English" . + "25.08.2022" . + "25.08.2022"^^ . + "MI" . + "Function [mi]"@en . + "Funktion [mi]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000548 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "10.05.2022"^^ . + "Device [dik]"@en . + "Gerät [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000549 + . + "uncurated" . + "An object contrived for a specific purpose."@en . + "http://purl.obolibrary.org/obo/ncit.owl" . + . + "Luis Ramos" . + "English" . + "25.08.2022" . + "25.08.2022"^^ . + "NCIT" . + "Device [ncit]"@en . + "Gerät [ncit]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000550 + . + "uncurated" . + "A material entity that is designed to perform a function in a scientific investigation, but is not a reagent."@en . + "http://purl.obolibrary.org/obo/obi.owl" . + . + "Luis Ramos" . + "English" . + "25.08.2022" . + "25.08.2022"^^ . + "OBI" . + "Device [obi]"@en . + "Gerät [obi]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000551 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "10.05.2022"^^ . + "Measurement Device [dik]"@en . + "Messgerät [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000552 + . + "uncurated" . + "Any device used to determine the dimension of an object."@en . + "http://purl.obolibrary.org/obo/ncit.owl" . + . + "Luis Ramos" . + "English" . + "25.08.2022" . + "25.08.2022"^^ . + "NCIT" . + "Measurement Device [ncit]"@en . + "Messgerät [ncit]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000553 + . + "uncurated" . + "A device in which a measure function inheres."@en . + "http://purl.obolibrary.org/obo/obi.owl" . + . + "Luis Ramos" . + "English" . + "25.08.2022" . + "25.08.2022"^^ . + "OBI" . + "Measurement Device [obi]"@en . + "Messgerät [obi]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000554 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "10.05.2022"^^ . + "Processed Material [dik]"@en . + "verarbeitetes Material [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000555 + . + "uncurated" . + "Is a material entity that is created or changed during material processing."@en . + "http://purl.obolibrary.org/obo/obi.owl" . + . + "Luis Ramos" . + "English" . + "25.08.2022" . + "25.08.2022"^^ . + "OBI" . + "Processed Material [obi]"@en . + "verarbeitetes Material [obi]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000556 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Mischen [dik]"@de . + "Mixing [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000557 + . + "uncurated" . + "The combining of components, particles or layers into a more homogeneous state. The mixing may be achieved manually or mechanically by shifting the material with stirrers or pumps or by revolving or shaking the container. The process μst not permit segregation of particles of different size or properties. Homogeneity may be considered to have been achieved in a practical sense when the sampling error of the processed portion is negligible compared to the total error of the measurement system. [ https://doi.org/10.1351/goldbook.M03945 ]"@en . + "http://purl.obolibrary.org/obo/chmo.owl" . + . + "Luis Ramos" . + "English" . + "25.08.2022" . + "25.08.2022"^^ . + "CHMO" . + "Mischen [chmo]"@de . + "Mixing [chmo]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000558 + . + "uncurated" . + "To bring or combine together or with something else; add as an additional element or part."@en . + "http://purl.obolibrary.org/obo/ncit.owl" . + . + "Luis Ramos" . + "English" . + "25.08.2022" . + "25.08.2022"^^ . + "NCTI" . + "Mischen"@de . + "mix"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000559 + . + "uncurated" . + "Menge in Gramm an adsorbiertem Iod pro Kilogramm Ruß unter definierten Bedingungen"@de . + "Number of grams of iodine adsorbed per kilogram of carbon black under specified conditions"@en . + "Jodzahl; Iodzahl"@de . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "03.05.2022"^^ . + "Die Eigenschaft ist eine Angabe zur Oberfläche eines Rußes. ISO 1304 beinhaltet ein Verfahren für die Bestimmung der Iodzahl."@de . + "The property is an indication of the surface area of a carbon black. ISO 1304 contains a method for the determination of the iodine adsorption number."@en . + "Iodine Adsorption Number [dik]"@en . + "Jodadsorptionszahl [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000560 + . + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Specific Surface [dik]"@en . + "Spezifische Oberfläche [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000561 + . + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "03.05.2022"^^ . + "Mass Specific Surface [dik]"@en . + "Massenbezogene spezifische Oberfläche [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000562 + . + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Volume Specific Surface [dik]"@en . + "Volumenbezogene spezifische Oberfläche [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000563 + . + . + "uncurated" . + "Die Ölabsorptionszahl eines Rußes steht im Zusammenhang mit den Verarbeitungs- und Vulkanisationseigenschaften von Kautschukmischungen die den Ruß enthalten"@de . + "The oil absorption number of a carbon black is related to the processing and vulcanizate properties of rubber compounds containing the carbon black"@en . + "Alexander Aschemann" . + "English" . + "ASTM D2414-12" . + "03.05.2022"^^ . + "Oil Absorption Number [dik]"@en . + "Ölabsorptionszahl [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000564 + . + . + "uncurated" . + "Als kinematische Viskosität bezeichnet man den Quotienten aus der dynamischen Viskosität des Mediums und seiner Dichte"@de . + "Kinematic viscosity is the quotient of the dynamic viscosity of the medium and its density."@en . + "Alexander Aschemann" . + "English" . + "03.05.2022"^^ . + "Kinematic Viscosity [dik]"@en . + "Kinematische Viskosität [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000565 + . + . + "uncurated" . + "The ratio of the dynamic viscosity (μ) over the density of the fluid (ρ), which is noted as (length)^2/time. https://en.wikipedia.org/wiki/Viscosity#Kinematic_viscosity"@en . + "http://purl.obolibrary.org/obo/uo.owl" . + . + "Luis Ramos" . + "English" . + "25.08.2022" . + "25.08.2022"^^ . + "UO" . + "Kinematic Viscosity [uo]"@en . + "Kinematische Viskosität [uo]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000566 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "03.05.2022"^^ . + "Erstarrungspunkt [dik]"@de . + "Setting Point [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000567 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "03.05.2022"^^ . + "Molecular Weight [dik]"@en . + "Molekulargewicht [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000568 + . + "uncurated" . + "Molecular weight in g/mol, determined from molecular formula or sequence."@en . + "http://purl.obolibrary.org/obo/mi.owl" . + . + "Luis Ramos" . + "English" . + "25.08.2022" . + "25.08.2022"^^ . + "MI" . + "Molecular Weight [mi]"@en . + "Molekulargewicht [mi]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000569 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "03.05.2022"^^ . + "Säurezahl‎ [dik]"@de . + "acid value [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000570 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "03.05.2022"^^ . + "Melting Range [dik]"@en . + "Schmelzbereich‎ [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000571 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "03.05.2022"^^ . + "Oil Content [dik]"@en . + "Öl-Gehalt‎ [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000572 + . + "uncurated" . + "Verhältnis von Schubspannung zu Scherdehnung, wobei jede durch eine komplexe Zahl dargestellt werden kann"@de . + "ratio of the shear stress to the shear strain, where each can be represented by a complex number"@en . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "10.05.2022"^^ . + "G*" . + "Complex Shear Modulus [dik]"@en . + "komplexer Schubmodul [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000573 + . + "uncurated" . + "Verhältnis von Normalspannung zur Belastung, wobei jede durch eine komplexe Zahl dargestellt werden kann"@de . + "ratio of the normal stress to the normal strain, where each can be represented by a complex number"@en . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "10.05.2022"^^ . + "E*" . + "Complex Young’s Modulus [dik]"@en . + "komplexer Young’s Modul [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000574 + . + "uncurated" . + "die Komponente einer aufgebrachten Schubspannung, welche in Phase mit der Scherdeformation ist, geteilt durch die Dehnung"@de . + "that component of an applied shear stress which is in phase with the shear strain, divided by the strain"@en . + "Schermodul"@de . + "storage shear modulus"@en . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "10.05.2022"^^ . + "G'" . + "Elastic Shear Modulus [dik]"@en . + "Elastizitätsmodul [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000575 + . + "uncurated" . + "die Komponente einer angewandten Normalspannung, welche in Phase mit der Normaldehnung ist, geteilt durch die Dehnung"@de . + "that component of an applied normal stress which is in phase with the normal strain, divided by the strain"@en . + "Youngscher Speichermodul"@de . + "storage Young’s modulus"@en . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "10.05.2022"^^ . + "E'" . + "Elastic Young’s Modulus [dik]"@en . + "Youngscher Elastizitätsmodul [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000576 + . + "uncurated" . + "der Anteil einer aufgebrachten Schubspannung, welche 90° phasenverschoben gegenüber der Scherdeformation ist, geteilt durch die Dehnung"@de . + "that component of an applied shear stress which is in quadrature (90° out of phase) with the shear strain, divided by the strain"@en . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "10.05.2022"^^ . + "G''" . + "Loss Shear Modulus [dik]"@en . + "Verlustmodul [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000577 + . + "uncurated" . + "der Anteil einer aufgebrachten Normalspannung, welcher 90° phasenverschoben gegenüber der Normaldehnung ist, geteilt durch die Dehnung"@de . + "that component of an applied normal stress which is in quadrature (90° out of phase) with the normal strain, divided by the strain"@en . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "10.05.2022"^^ . + "E''" . + "Loss Young’s Modulus [dik]"@en . + "Young’sches Verlustmodul [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000578 + . + "uncurated" . + "Maß für die Steifigkeit unter definierten Bedingungen bei Verformung"@de . + "measure of stiffness under specified conditions of deformation"@en . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "10.05.2022"^^ . + "Diese Bezeichnung sollte nicht alleine verwendet werden und sollte einhergehen mit der Art der Verformung, z. B. Druck- oder Schermodul."@de . + "The term should not be used in isolation and should be prefaced by the mode of deformation, e.g. compression modulus or shear modulus."@en . + "Modul [dik]"@de . + "Modulus [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000579 + . + "uncurated" . + "Verhältnis des Verlustmoduls zum Speichermodul"@de . + "ratio of the viscous modulus to the elastic modulus"@en . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "10.05.2022"^^ . + "tanδ" . + "Es handelt sich dabei um ein Maß für den Verlustfaktor und somit für die Energie, die durch Umwandlung in Wärme verloren geht."@de . + "It is a measure of the loss factor and thus of the energy lost by conversion into heat."@en . + "Tan Delta [dik]"@en . + "Tangens delta [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000580 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Viscometer [dik]"@en . + "Viskosimeter [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000581 + . + "uncurated" . + "Mooney-Viskosimeter"@de . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "10.05.2022"^^ . + "Mooney Shearing-Disc Viscometer [dik]"@en . + "Mooney-Scherscheibenviskosimeter [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000582 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Curemeter [dik]"@en . + "Rheometer [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000583 + . + "uncurated" . + "Rheometertyp, bei welchem die auf die Kautschukmischung einwirkenden Kräfte durch eine in der Testprobe eingebettete schwingende Scheibe erzeugt werden, wobei sich die Probe unter Druck in einem abgedichteten Probenaufnehmer befindet"@de . + "type of curemeter in which the force applied to the rubber compound is produced by an oscillating disc embedded in a test sample which is contained under pressure in a sealed cavity"@en . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "10.05.2022"^^ . + "Oscillating-Disc Curemeter [dik]"@en . + "oszillierendes Scheibenrheometer [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000584 + . + "uncurated" . + "Typ eines Rheometers, bei welchem die Kraft, die auf die Kautschukmischung einwirkt, durch die Oszillation einer von zwei Platten erzeugt wird, die die Kammer bilden, in welcher die Testprobe eingeschlossen ist"@de . + "type of curemeter in which the force applied to the rubber compound is produced by the oscillation of one of the two dies forming the cavity in which the test sample is enclosed"@en . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "10.05.2022"^^ . + "Rotorless Curemeter [dik]"@en . + "rotorloser Rheometer [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000585 + . + "uncurated" . + "Gerät zur Messung des Fortschritts der Vulkanisation in einer Probe bei der Vulkanisationsstemperatur"@de . + "device that measures the progress of vulcanization in a test sample at the vulcanizing temperature"@en . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "10.05.2022"^^ . + "Vulcameter [dik]"@en . + "Vulkameter [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000586 + . + "uncurated" . + "Presse, die zwei oder mehrere übereinanderliegende beheizte Platten besitzt, zwischen denen die Formteile gepresst werden"@de . + "press having two or more super-imposed heated platens between which moulds are pressed"@en . + "Etagenpresse; Heizpresse"@de . + "daylight press"@en . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "10.05.2022"^^ . + "Platen Press [dik]"@en . + "Plattenpresse [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000587 + . + "uncurated" . + "flache Metallplatte (oder Schale), die Hitze und Druck auf ein oder mehrere Formteile überträgt, die sich in einer Presse befinden"@de . + "flat metal plate (or chest) which applies heat and pressure to one or more mould(s) in a press"@en . + "Alexander Aschemann" . + "English" . + "DIN ISO 1382:2016-07" . + "10.05.2022"^^ . + "Platen [dik]"@en . + "Platte [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000588 + . + "uncurated" . + "2-ethylidene-5-norbornene"@en . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "ENB" . + "Ethylidene Norbornene [dik]"@en . + "Ethylidennorbornen [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000589 + . + "uncurated" . + "An assay with the objective to produce information about the concentration of a specific substance in the material entity that is the evaluant, by physically examining it or its proxies."@en . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Concentration Measurement Assay [dik]"@en . + "Prüfung zur Konzentrationsmessung [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000590 + . + "uncurated" . + "A concentration measurement assay with the objective to produce information about the concentration of ethylene in the material entity that is the evaluant, by physically examining it or its proxies."@en . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Ethylene Concentration Measurement Assay [dik]"@en . + "Prüfung zur Ethylen-Konzentrationsmessung [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000591 + . + "uncurated" . + "A concentration measurement assay with the objective to produce information about the concentration of ethylidene norbornene in the material entity that is the evaluant, by physically examining it or its proxies."@en . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Ethylidene Norbornene Concentration Measurement Assay [dik]"@en . + "Prüfung zur Ethylidennorbornen-Konzentrationsmessung [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000592 + . + "uncurated" . + "An assay with the objective to produce information about the molecular weight distribution of the material entity that is the evaluant, by physically examining it or its proxies."@en . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Molecular Weight Distribution Measurement Assay [dik]"@en . + "Prüfung zur Molekulargewichtsverteilung [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000593 + . + "uncurated" . + "A measurement protocol for reliably reproducing the concentration measurement assay."@en . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Concentration Measurement Protocol [dik]"@en . + "Protokoll zur Konzentrationsmessung [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000594 + . + "uncurated" . + "A concentration measurement protocol for reliably reproducing the ethylene concentration measurement assay."@en . + "Alexander Aschemann" . + "English" . + "ASTM D3900" . + "21.05.2022"^^ . + "Ethylene Concentration Measurement Protocol [dik]"@en . + "Protokoll zur Ethylen-Konzentrationsmessung [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000595 + . + "uncurated" . + "A concentration measurement protocol for reliably reproducing the ethylidene norbornene concentration measurement assay."@en . + "Alexander Aschemann" . + "English" . + "ASTM D6047" . + "21.05.2022"^^ . + "Ethylidene Norbornene Concentration Measurement Protocol [dik]"@en . + "Protokoll zur Ethylidennorbornen-Konzentrationsmessung [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000596 + . + "uncurated" . + "A measurement protocol for reliably reproducing the molecular weight distribution measurement assay."@en . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Molecular Weight Distribution Measurement Protocol [dik]"@en . + "Protokoll zur Molekulargewichtsverteilung [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000597 + . + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "26.08.2022" . + "21.05.2022"^^ . + "Ethylene Group [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000598 + . + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Hydrocarbylene Group [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000599 + . + . + "uncurated" . + "A bivalent group formed by removing two hydrogen atoms from a hydrocarbon, the free valencies of which are not engaged in a double bond."@en . + "http://purl.obolibrary.org/obo/chebi.owl" . + . + "Luis Ramos" . + "English" . + "26.08.2022" . + "26.08.2022"^^ . + "CHEBI" . + "Hydrocarbylene Group [chebi]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000600 + . + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "organodiyl group [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000601 + . + . + "uncurated" . + "Any organic substituent group, regardless of functional type, having two free valences at carbon atom(s)."@en . + "http://purl.obolibrary.org/obo/chebi.owl" . + . + "Luis Ramos" . + "English" . + "26.08.2022" . + "26.08.2022"^^ . + "CHEBI" . + "organodiyl group [chebi]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000602 + . + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "organic divalent group [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000603 + . + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Organic Group [dik]"@en . + "Organik-Gruppe [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000604 + . + . + "uncurated" . + "Any substituent group or skeleton containing carbon."@en . + "http://purl.obolibrary.org/obo/chebi.owl" . + "Luis Ramos" . + "English" . + "26.08.2022" . + "26.08.2022"^^ . + "CHEBI:33247" . + "CHEBI" . + "organic group [chebi]"@en . + "organische-Gruppe"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000605 + . + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Gruppe [dik]"@de . + "group [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000606 + . + . + "uncurated" . + "Any number of entities (members) considered as a unit."@en . + "http://purl.obolibrary.org/obo/ncit.owl" . + . + "Luis Ramos" . + "English" . + "26.08.2022" . + "26.08.2022"^^ . + "NCIT" . + "Gruppe [ncit]"@de . + "group [ncit]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000607 + . + . + "uncurated" . + "A defined linked collection of atoms or a single atom within a molecular entity."@en . + "http://purl.obolibrary.org/obo/chebi.owl" . + "Luis Ramos" . + "English" . + "26.08.2022" . + "26.08.2022"^^ . + "CHEBI:24433" . + "CHEBI" . + "Gruppe [chebi]"@de . + "group [chebi]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000609 + . + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Percent [dik]"@en . + "Prozent [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000610 + . + . + "uncurated" . + "\"A dimensionless ratio unit which denotes numbers as fractions of 100.\" [Wikipedia:Wikipedia]"@en . + "http://purl.obolibrary.org/obo/uo.owl" . + . + "Luis Ramos" . + "English" . + "26.08.2022" . + "26.08.2022"^^ . + "UO" . + "Percent [uo]"@en . + "Prozent [uo]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000611 + . + "uncurated" . + "The percent is a unit of dimension one defined as 1/100."@en . + "http://www.ontology-of-units-of-measure.org/resource/om-2" . + . + "Luis Ramos" . + "English" . + "26.08.2022" . + "26.08.2022"^^ . + "OM" . + "Percent [om]"@en . + "Prozent [om]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000612 + . + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Ratio [dik]"@en . + "Verhältnis [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000613 + . + . + "uncurated" . + "Quotient of quantities of the same kind for different components within the same system."@en . + "http://purl.obolibrary.org/obo/ncit.owl" . + . + "Luis Ramos" . + "English" . + "26.08.2022" . + "26.08.2022"^^ . + "NCIT" . + "Ratio [ncit]"@en . + "Verhältnis [ncit]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000614 + . + . + "uncurated" . + "\"A dimensionless ratio unit which, given a pair of quantities a and b, for which b is a multiple of a, denotes b by giving the multiplier (coefficient) c for a to result in b.\" [UOB:LKSR]"@en . + "http://purl.obolibrary.org/obo/uo.owl" . + . + "Luis Ramos" . + "English" . + "26.08.2022" . + "26.08.2022"^^ . + "UO" . + "Ratio [uo]"@en . + "Verhältnis [uo]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000615 + . + . + "uncurated" . + "\"A dimensionless unit which denotes an amount or magnitude of one quantity relative to another.\" [Wikipedia:Wikipedia]"@en . + "http://purl.obolibrary.org/obo/uo.owl" . + "Luis Ramos" . + "English" . + "26.08.2022" . + "26.08.2022"^^ . + "UO" . + "Ratio [uo]"@en . + "Verhältnis [uo]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000616 + . + "uncurated" . + "A ratio is a data item which is formed with two numbers r and s is written r/s, where r is the numerator and s is the denominator. The ratio of r to s is equivalent to the quotient r/s."@en . + "http://purl.obolibrary.org/obo/ms.owl" . + . + "Luis Ramos" . + "English" . + "26.08.2022" . + "26.08.2022"^^ . + "MS" . + "Ratio [ms]"@en . + "Verhältnis [ms]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000617 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Dimensionless Unit [dik]"@en . + "dimensionslose Einheit [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000618 + . + "uncurated" . + "\"A unit which is a standard measure of physical quantity consisting of only a numerical number without any units.\" [Wikipedia:Wikipedia]"@en . + "http://purl.obolibrary.org/obo/ms.owl" . + "Luis Ramos" . + "English" . + "26.08.2022" . + "26.08.2022"^^ . + "MS" . + "Dimensionless Unit [ms]"@en . + "dimensionslose Einheit [ms]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000619 + . + . + "uncurated" . + "weight percent"@en . + "Alexander Aschemann" . + "English" . + "DIN 1310" . + "21.05.2022"^^ . + "wt %" . + "Mass Percentage [dik]"@en . + "Massenanteil [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000620 + . + . + "uncurated" . + "\"A dimensionless concentration unit which denotes the mass of a substance in a mixture as a percentage of the mass of the entire mixture.\" [Wikipedia:Wikipedia]"@en . + "http://purl.obolibrary.org/obo/uo.owl" . + . + "Luis Ramos" . + "English" . + "26.08.2022" . + "26.08.2022"^^ . + "UO" . + "Mass Percentage [uo]"@en . + "Massenanteil [uo]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000621 + . + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "vol %" . + "Volume Percentage [dik]"@en . + "Volumenprozent [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000622 + . + . + "uncurated" . + "\"A dimensionless concentration unit which denotes the volume of the solute in mL per 100 mL of the resulting solution.\" [UOC:GVG]"@en . + "http://purl.obolibrary.org/obo/uo.owl" . + . + "Luis Ramos" . + "English" . + "26.08.2022" . + "26.08.2022"^^ . + "UO" . + "Volume Percentage [uo]"@en . + "Volumenprozent [uo]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000623 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Concentration of [dik]"@en . + "Konzentration von [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000624 + . + "uncurated" . + "A quality inhering in a substance by virtue of the amount of the bearer's there is mixed with another substance."@en . + "http://purl.obolibrary.org/obo/pato.owl" . + . + "Luis Ramos" . + "English" . + "26.08.2022" . + "26.08.2022"^^ . + "PATO" . + "Concrentration [pato]"@en . + "Konzentration [pato]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000625 + . + "uncurated" . + "The concentration of a chemical compound."@en . + "http://edamontology.org" . + . + "Luis Ramos" . + "English" . + "26.08.2022" . + "26.08.2022"^^ . + "EDAM" . + "Concrentration [edam]"@en . + "Konzentration [edam]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000626 + . + "uncurated" . + "Experimental method output expressing the contribution of one constituent to the composition of a mixture."@en . + "http://purl.obolibrary.org/obo/chmo.owl" . + . + "Luis Ramos" . + "English" . + "26.08.2022" . + "26.08.2022"^^ . + "CHMO" . + "Concrentration [chmo]"@en . + "Konzentration [chmo]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000627 + . + "uncurated" . + "The quantity of a substance per unit volume or weight; a measure of the amount of substance present in a unit amount of mixture, particularly, the amount of solute dissolved in a solvent. The amounts can be expressed as moles, masses, volumes, or parts."@en . + "http://purl.obolibrary.org/obo/ncit.owl" . + . + "Luis Ramos" . + "English" . + "26.08.2022" . + "26.08.2022"^^ . + "NCIT" . + "Concrentration [ncit]"@en . + "Konzentration [ncit]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000628 + . + "uncurated" . + "the strength of a solution; number of molecules of a substance in a given volume"@en . + "http://purl.dataone.org/odo/ECSO8.owl" . + . + "Luis Ramos" . + "English" . + "26.08.2022" . + "26.08.2022"^^ . + "ECSO" . + "Concrentration [ecso]"@en . + "Konzentration [ecso]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000629 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Molecular Quality [dik]"@en . + "molekulare Qualität [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000630 + . + "uncurated" . + "A quality which inheres in a molecular entity, a single molecule, atom, ion, radical etc."@en . + "http://purl.obolibrary.org/obo/pato.owl" . + . + "Luis Ramos" . + "English" . + "26.08.2022" . + "26.08.2022"^^ . + "PATO" . + "Molecular Quality [pato]"@en . + "molekulare Qualität [pato]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000631 + . + "uncurated" . + "A concentration of ethylene inhering in a substance by virtue of the amount of the bearer's there is mixed with ethylene."@en . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Ethylen-Konzentration [dik]"@de . + "Ethylene Concentration [dik]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000632 + . + "uncurated" . + "A concentration of ethylidene norbornene inhering in a substance by virtue of the amount of the bearer's there is mixed with ethylidene norbornene."@en . + "ENB-concentration"@en . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Ethylidene Norbornene Concentration [dik]"@en . + "Ethylidennorbornen-Konzentration [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000633 + . + . + "uncurated" . + "http://purl.obolibrary.org/obo/CHEBI_29853" . + . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Ethylidene Group [dik]"@en . + "Ethylidengruppe [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000634 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Quality of a Solid [dik]"@en . + "Qualität eines Festkörpers [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000635 + . + "uncurated" . + "A physical quality inhering in a bearer by virtue of the bearer's exhibiting the physical characteristics of an entity characterized by particles arranged such that their shape and volume are relatively stable."@en . + "http://purl.obolibrary.org/obo/pato.owl" . + . + "Luis Ramos" . + "English" . + "26.08.2022" . + "26.08.2022"^^ . + "PATO" . + "Quality of a Solid [pato]"@en . + "Qualität eines Festkörpers [pato]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000636 + . + "uncurated" . + "Alexander Aschemann" . + "English" . + "21.05.2022"^^ . + "Optical Quality [dik]"@en . + "optische Qualität [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000637 + . + "uncurated" . + "An EM radiation quality in which the EM radiation is within the fiat range of the spectrum visible deemed to be light."@en . + "http://purl.obolibrary.org/obo/pato.owl" . + . + "Luis Ramos" . + "English" . + "26.08.2022" . + "26.08.2022"^^ . + "Optical Quality [pato]"@en . + "optische Qualität [dik]"@de . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000638 + . + "Is a transformation applied to spectroscopic data to remove scatter effects by centering and scalling each individual spectrum."@en . + "Unscrambler X" . + "Yamen Alsalka" . + "Yamen Alsalka" . + "2023-06-06T09:53:45.338938Z" . + "Standard Normal Variate (SNV) [ifnano]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000639 + . + "Removing noise or spikes in correlated data such as spectroscopic data using a row-oriented transformation." . + "Unscrambler X" . + "Yamen Alsalka" . + "Yamen Alsalka" . + "2023-06-06T09:59:58.658887Z" . + "Smmothing [ifnano]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000640 + . + "Scaling spectra in order to get all data on approximately the same scale."@en . + "Unscrambler X" . + "Yamen Alsalka" . + "Yamen Alsalka" . + "2023-06-06T10:03:05.027474Z" . + "Normalization [ifnano]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000641 + . + "Estimation of unknown response values using a regression model."@en . + "Unscrambler X" . + "Yamen Alsalka" . + "Yamen Alsalka" . + "2023-06-06T10:05:06.296372Z" . + "Prediction [ifnano]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000642 + . + . + "Polybutadiene [butadiene rubber BR] is a synthetic rubber. Polybutadiene rubber is a polymer formed from the polymerization of the monomer 1,3-butadiene. Polybutadiene has a high resistance to wear and is used especially in the manufacture of tires."@en . + "Wikipedia" . + "Yamen Alsalka" . + "Yamen Alsalka" . + "2023-06-06T10:51:28.399079Z" . + "Butadiene rubber BR [ifnano]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000643 + . + "An atom or group of atoms within a molecule that has similar chemical properties whenever it appears in various compounds. Even if other parts of the molecule are quite different, certain functional groups tend to react in certain ways."@en . + . + "Yamen Alsalka" . + "Yamen Alsalka" . + "2023-06-06T10:12:52.940172Z" . + "Functional group [ifnano]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000644 + . + . + "Is a synthetic rubber, a copolymer of isobutylene with isoprene"@en . + "Wikipedia" . + "Yamen Alsalka" . + "Yamen Alsalka" . + "2023-06-06T12:23:10.166673Z" . + "Butyl rubber BIIR [ifnano]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000645 + . + . + "EPDM rubber (ethylene propylene diene monomer rubber) is a type of synthetic rubber that is composed of ethylidene norbornene (ENB), dicyclopentadiene (DCPD), and vinyl norbornene (VNB)."@en . + "Wikipedia" . + "Yamen Alsalka" . + "Yamen Alsalka" . + "2023-06-06T12:27:10.818157Z" . + "EPDM rubber [ifnano]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000646 + . + . + "A synthetic cis-1,4-polyisoprene, made by the industrial polymerisation of isoprene."@en . + "Wikipedia" . + "Yamen Alsalka" . + "Yamen Alsalka" . + "2023-06-06T12:30:53.148584Z" . + "Polyisoprene IR [ifnano]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000647 + . + . + "Known as nitrile butadiene rubber and acrylonitrile butadiene rubber, is a synthetic rubber derived from acrylonitrile (ACN) and butadiene."@en . + "Wikipedia" . + "Yamen Alsalka" . + "Yamen Alsalka" . + "2023-06-06T12:33:41.882181Z" . + "Nitrile rubber NBR [ifnano]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000648 + . + . + "Is a family of fluorocarbon-based fluoroelastomer materials that contain vinylidene fluoride as a monomer." . + "Wikipedia" . + "Yamen Alsalka" . + "Yamen Alsalka" . + "2023-06-06T12:36:21.319884Z" . + "Fluororubber FKM [ifnano]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000649 + . + . + "Highly Saturated Nitrile. A Higher performance solid rubber material than NBR, achieved through adding Hydrogen Atoms to the Butadiene Segments."@en . + . + "Yamen Alsalka" . + "Yamen Alsalka" . + "2023-06-06T12:40:53.184235Z" . + "Hydrogenated Nitrile rubber HNBR [ifnano]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000650 + . + . + "Families of synthetic rubbers derived from styrene and butadiene."@en . + "Wikipedia" . + "Yamen Alsalka" . + "Yamen Alsalka" . + "2023-06-06T12:43:20.265544Z" . + "Styrene-butadiene rubber SBR [ifnano]"@en . +# +# https://www.tib.eu/digitrubber#DIGITRUBBER_000651 + . + "uncurated" . + "A concentration quality inhering in a bearer by virtue of the bearer's containing acid (hydrogen ions)."@en . + "pH" . + . + . + "Lars M Vogt" . + "English" . + "01.09.2023" . + "2023-09-01T09:06:40.923633Z" . + "PATO:0001842" . + "PATO" . + "Säuregrad"@de . + "acidity [pato]"@en . +# +# https://www.tib.eu/digitrubber#ROi3BNAY7lNum6bqHYNnKv + . + . + "add one of the individual of \"curation status specification\"" . + "provide a human-readable definition of the type of entity the class refers to" . + "GROUP: TIB" . + "PERSON: Lars Vogt" . + "template class"@en . +# +# +# +# ################################################################# +# # +# # Individuals +# # +# ################################################################# +# +# +# http://purl.obolibrary.org/obo/IAO_0000002 + . + . + "example to be eventually removed"@en . + "example to be eventually removed"@en . +# +# http://purl.obolibrary.org/obo/IAO_0000103 + . + . + "failed exploratory term"@en . + "The term was used in an attempt to structure part of the ontology but in retrospect failed to do a good job"@en . + "Person:Alan Ruttenberg"@en . + "failed exploratory term"@en . +# +# http://purl.obolibrary.org/obo/IAO_0000120 + . + . + "metadata complete"@en . + "Class has all its metadata, but is either not guaranteed to be in its final location in the asserted IS_A hierarchy or refers to another class that is not complete."@en . + "metadata complete"@en . +# +# http://purl.obolibrary.org/obo/IAO_0000121 + . + . + "organizational term"@en . + "Term created to ease viewing/sort terms for development purpose, and will not be included in a release"@en . + "PERSON:Alan Ruttenberg" . + "organizational term"@en . +# +# http://purl.obolibrary.org/obo/IAO_0000122 + . + . + "ready for release"@en . + "Class has undergone final review, is ready for use, and will be included in the next release. Any class lacking \"ready_for_release\" should be considered likely to change place in hierarchy, have its definition refined, or be obsoleted in the next release. Those classes deemed \"ready_for_release\" will also derived from a chain of ancestor classes that are also \"ready_for_release.\""@en . + "ready for release"@en . +# +# http://purl.obolibrary.org/obo/IAO_0000123 + . + . + "metadata incomplete"@en . + "Class is being worked on; however, the metadata (including definition) are not complete or sufficiently clear to the branch editors."@en . + "metadata incomplete"@en . +# +# http://purl.obolibrary.org/obo/IAO_0000124 + . + . + "uncurated"@en . + "Nothing done yet beyond assigning a unique class ID and proposing a preferred term."@en . + "uncurated"@en . +# +# http://purl.obolibrary.org/obo/IAO_0000125 + . + . + "pending final vetting"@en . + "All definitions, placement in the asserted IS_A hierarchy and required minimal metadata are complete. The class is awaiting a final review by someone other than the term editor."@en . + "pending final vetting"@en . +# +# http://purl.obolibrary.org/obo/IAO_0000226 + . + . + "placeholder removed"@en . + "placeholder removed"@en . +# +# http://purl.obolibrary.org/obo/IAO_0000227 + . + . + "terms merged"@en . + "An editor note should explain what were the merged terms and the reason for the merge."@en . + "terms merged"@en . +# +# http://purl.obolibrary.org/obo/IAO_0000228 + . + . + "term imported"@en . + "This is to be used when the original term has been replaced by a term imported from an other ontology. An editor note should indicate what is the URI of the new term to use."@en . + "term imported"@en . +# +# http://purl.obolibrary.org/obo/IAO_0000229 + . + . + "term split"@en . + "This is to be used when a term has been split in two or more new terms. An editor note should indicate the reason for the split and indicate the URIs of the new terms created."@en . + "term split"@en . +# +# http://purl.obolibrary.org/obo/IAO_0000410 + . + . + "universal"@en . + "Hard to give a definition for. Intuitively a \"natural kind\" rather than a collection of any old things, which a class is able to be, formally. At the meta level, universals are defined as positives, are disjoint with their siblings, have single asserted parents."@en . + "Alan Ruttenberg"@en . + "A Formal Theory of Substances, Qualities, and Universals, http://ontology.buffalo.edu/bfo/SQU.pdf"@en . + "universal"@en . +# +# http://purl.obolibrary.org/obo/IAO_0000420 + . + . + "defined class"@en . + "A defined class is a class that is defined by a set of logically necessary and sufficient conditions but is not a universal"@en . + "\"definitions\", in some readings, always are given by necessary and sufficient conditions. So one must be careful (and this is difficult sometimes) to distinguish between defined classes and universal."@en . + "Alan Ruttenberg"@en . + "defined class"@en . +# +# http://purl.obolibrary.org/obo/IAO_0000421 + . + . + "named class expression"@en . + "A named class expression is a logical expression that is given a name. The name can be used in place of the expression."@en . + "named class expressions are used in order to have more concise logical definition but their extensions may not be interesting classes on their own. In languages such as OWL, with no provisions for macros, these show up as actuall classes. Tools may with to not show them as such, and to replace uses of the macros with their expansions"@en . + "Alan Ruttenberg"@en . + "named class expression"@en . +# +# http://purl.obolibrary.org/obo/IAO_0000423 + . + . + "to be replaced with external ontology term"@en . + "Terms with this status should eventually replaced with a term from another ontology."@en . + "Alan Ruttenberg"@en . + "group:OBI"@en . + "to be replaced with external ontology term"@en . +# +# http://purl.obolibrary.org/obo/IAO_0000428 + . + . + "requires discussion"@en . + "A term that is metadata complete, has been reviewed, and problems have been identified that require discussion before release. Such a term requires editor note(s) to identify the outstanding issues."@en . + "Alan Ruttenberg"@en . + "group:OBI"@en . + "requires discussion"@en . +# +# http://purl.obolibrary.org/obo/OBI_0000317 + . + "Transformation-ML"@en . + "Transformation-ML file describing parameter transformations used in a GvHD experiment."@en . + . + "Transformation-ML is a format standard of a digital entity that is conformant with the Transformation-ML standard.(http://wiki.ficcs.org/ficcs/Transformation-ML?action=AttachFile&do=get&target=Transformation-ML_v1.0.26.pdf)"@en . + "person:Jennifer Fostel"@en . + "web-page:http://wiki.ficcs.org/ficcs/Transformation-ML?action=AttachFile&do=get&target=Transformation-ML_v1.0.26.pdf" . + "Transformation-ML"@en . +# +# http://purl.obolibrary.org/obo/OBI_0000321 + . + "ACS"@en . + "d06.acs, ACS1.0 data file of well D06 of plate 2 of part 1 of a GvHD experiment."@en . + . + "ACS is a format standard of a digital entity that is conformant with the Analytical Cytometry Standard. (http://www.isac-net.org/content/view/607/150/)"@en . + "person:Jennifer Fostel"@en . + "web-page:http://www.isac-net.org/content/view/607/150/" . + "ACS"@en . +# +# http://purl.obolibrary.org/obo/OBI_0000322 + . + "XML"@en . + "RDF/XML file, OWL file, Compensation-ML file, WSDL document, SVG document"@en . + . + "XML is a format standard of a digital entity that is conformant with the W3C Extensible Markup Language Recommendation.(http://www.w3.org/XML/)"@en . + "person:Jennifer Fostel"@en . + "web-page:http://www.w3.org/XML/" . + "XML"@en . +# +# http://purl.obolibrary.org/obo/OBI_0000324 + . + "RDF"@en . + "A FOAF file, a SKOS file, an OWL file."@en . + . + "RDF is a format standard of a digital entity that is conformant with the W3C Resource Description Framework RDF/XML Syntax specification.(http://www.w3.org/RDF/)"@en . + "person:Jennifer Fostel"@en . + "web-page:http://www.w3.org/RDF/" . + "RDF"@en . +# +# http://purl.obolibrary.org/obo/OBI_0000325 + . + "zip"@en . + "MagicDraw MDZIP archive, Java JAR file."@en . + . + "zip is a format standard of a digital entity that is conformant with the PKWARE .ZIP file format specification (http://www.pkware.com/index.php?option=com_content&task=view&id=59&Itemid=103/)"@en . + "person:Jennifer Fostel"@en . + "web-page:http://www.pkware.com/index.php?option=com_content&task=view&id=59&Itemid=103/" . + "zip"@en . +# +# http://purl.obolibrary.org/obo/OBI_0000326 + . + "tar"@en . + "Example.tar file."@en . + . + "tar is a format standard of a digital entity that is conformant with the tape archive file format as standardized by POSIX.1-1998, POSIX.1-2001, or any other tar format compliant with the GNU tar specification. (http://www.gnu.org/software/tar/manual/)"@en . + "person:Jennifer Fostel"@en . + "web-page:http://www.gnu.org/software/tar/manual/" . + "tar"@en . +# +# http://purl.obolibrary.org/obo/OBI_0000327 + . + "FCS"@en . + "d01.fcs, FCS3 data file of well D06 of plate 2 of part 1 of a GvHD experiment."@en . + . + "FCS is a format standard of a digital entity that is conformant with the Flow Cytometry Data File Standard.(http://www.fcspress.com/)"@en . + "person:Jennifer Fostel"@en . + "web-page:http://www.fcspress.com/" . + "FCS"@en . +# +# http://purl.obolibrary.org/obo/OBI_0000329 + . + "Compensation-ML"@en . + "compfoo.xml, Compensation-ML file describing compensation used in a GvHD experiment"@en . + . + "Compensation-ML is a format standard of a digital entity that is conformant with the Compensation-ML standard. (http://wiki.ficcs.org/ficcs/Compensation-ML?action=AttachFile&do=get&target=Compensation-ML_v1.0.24.pdf)"@en . + "person:Jennifer Fostel"@en . + "web-page:http://wiki.ficcs.org/ficcs/Compensation-ML?action=AttachFile&do=get&target=Compensation-ML_v1.0.24.pdf" . + "Compensation-ML"@en . +# +# http://purl.obolibrary.org/obo/OBI_0000330 + . + "Gating-ML"@en . + "foogate.xml, Gating-ML file describing gates used in a GvHD experiment."@en . + . + "Gating-ML is a format standard of a digital entity that is conformant with the Gating-ML standard. (http://www.flowcyt.org/gating/)"@en . + "person:Jennifer Fostel"@en . + "web-page:http://www.flowcyt.org/gating/" . + "Gating-ML"@en . +# +# http://purl.obolibrary.org/obo/OBI_0000332 + . + "OWL"@en . + "OBI ontology file, Basic Formal Ontology file, BIRNLex file, BioPAX file."@en . + . + "OWL is a format standard of a digital entity that is conformant with the W3C Web Ontology Language specification.(http://www.w3.org/2004/OWL/)"@en . + "person:Jennifer Fostel"@en . + "web-page:http://www.w3.org/2004/OWL/" . + "OWL"@en . +# +# http://purl.obolibrary.org/obo/OBI_0000462 + . + . + . + "Affymetrix" . + "Affymetrix supplied microarray" . + . + "An organization which supplies technology, tools and protocols for use in high throughput applications" . + "Affymetrix" . +# +# http://purl.obolibrary.org/obo/OBI_0000752 + . + . + "Thermo" . + . + "Philippe Rocca-Serra" . + "Thermo" . +# +# http://purl.obolibrary.org/obo/OBI_0000753 + . + . + "Waters" . + . + "Philippe Rocca-Serra" . + "Waters" . +# +# http://purl.obolibrary.org/obo/OBI_0000754 + . + . + "BIO-RAD" . + . + "Philippe Rocca-Serra" . + "BIO-RAD" . +# +# http://purl.obolibrary.org/obo/OBI_0000755 + . + . + "GenePattern hierarchical clustering" . + . + "James Malone" . + "GenePattern hierarchical clustering" . +# +# http://purl.obolibrary.org/obo/OBI_0000756 + . + . + "Ambion" . + . + "Philippe Rocca-Serra" . + "Ambion" . +# +# http://purl.obolibrary.org/obo/OBI_0000757 + . + . + "Helicos" . + . + "Philippe Rocca-Serra" . + "Helicos" . +# +# http://purl.obolibrary.org/obo/OBI_0000758 + . + . + "Roche" . + . + "Philippe Rocca-Serra" . + "Roche" . +# +# http://purl.obolibrary.org/obo/OBI_0000759 + . + . + "Illumina" . + . + "Philippe Rocca-Serra" . + "Illumina" . +# +# http://purl.obolibrary.org/obo/OBI_0000760 + . + . + "GenePattern PCA" . + . + "GenePattern PCA" . +# +# http://purl.obolibrary.org/obo/OBI_0000761 + . + . + . + "GenePattern module SVM" . + . + "GenePattern module SVM is a GenePattern software module which is used to run a support vector machine data transformation." . + "James Malone" . + "Ryan Brinkman" . + "GenePattern module SVM" . +# +# http://purl.obolibrary.org/obo/OBI_0000762 + . + . + "GenePattern k-nearest neighbors" . + . + "James Malone" . + "GenePattern k-nearest neighbors" . +# +# http://purl.obolibrary.org/obo/OBI_0000763 + . + . + "GenePattern LOOCV" . + . + "GenePattern LOOCV" . +# +# http://purl.obolibrary.org/obo/OBI_0000764 + . + . + "GenePattern k-means clustering" . + . + "James Malone" . + "GenePattern k-means clustering" . +# +# http://purl.obolibrary.org/obo/OBI_0000765 + . + . + "Agilent" . + . + "Philippe Rocca-Serra" . + "Agilent" . +# +# http://purl.obolibrary.org/obo/OBI_0000766 + . + . + . + "GenePattern module KMeansClustering" . + . + "GenePattern module KMeansClustering is a GenePattern software module which is used to perform a k Means clustering data transformation." . + "James Malone" . + "PERSON: James Malone" . + "GenePattern module KMeansClustering" . +# +# http://purl.obolibrary.org/obo/OBI_0000767 + . + . + "GenePattern CART" . + . + "James Malone" . + "GenePattern CART" . +# +# http://purl.obolibrary.org/obo/OBI_0000768 + . + . + . + . + "GenePattern module CARTXValidation" . + . + "GenePattern module CARTXValidation is a GenePattern software module which uses a CART decision tree induction with a leave one out cross validation data transformations." . + "GenePattern module CARTXValidation" . +# +# http://purl.obolibrary.org/obo/OBI_0000769 + . + . + "Li-Cor" . + . + "Philippe Rocca-Serra" . + "Li-Cor" . +# +# http://purl.obolibrary.org/obo/OBI_0000770 + . + . + "Bruker Corporation" . + . + "Philippe Rocca-Serra" . + "Bruker Corporation" . +# +# http://purl.obolibrary.org/obo/OBI_0000771 + . + . + "GenePattern module KNNXValidation" . + . + "GenePattern module KNNXValidation is a GenePattern software module which uses a k-nearest neighbours clustering with a leave one out cross validation data transformations." . + "James Malone" . + "PERSON: James Malone" . + "GenePattern module KNNXValidation" . +# +# http://purl.obolibrary.org/obo/OBI_0000772 + . + . + . + "GenePattern module PeakMatch" . + . + "GenePattern module PeakMatch" . +# +# http://purl.obolibrary.org/obo/OBI_0000773 + . + . + . + "GenePattern module KNN" . + . + "GenePattern module KNN is a GenePattern software module which perform a k-nearest neighbors data transformation." . + "James Malone" . + "GenePattern module KNN" . +# +# http://purl.obolibrary.org/obo/OBI_0000774 + . + . + . + "GenePattern module HierarchicalClustering" . + . + "GenePattern module HierarchicalClustering is a GenePattern software module which is used to perform a hierarchical clustering data transformation." . + "James Malone" . + "PERSON: James Malone" . + "GenePattern module HierarchicalClustering" . +# +# http://purl.obolibrary.org/obo/OBI_0000775 + . + . + "GenePattern SVM" . + . + "James Malone" . + "GenePattern SVM" . +# +# http://purl.obolibrary.org/obo/OBI_0000776 + . + . + "Applied Biosystems" . + . + "Philippe Rocca-Serra" . + "Applied Biosystems" . +# +# http://purl.obolibrary.org/obo/OBI_0000777 + . + . + . + "GenePattern module PCA" . + . + "GenePattern module PCA is a GenePattern software module which is used to perform a principal components analysis dimensionality reduction data transformation." . + "James Malone" . + "PERSON: James Malone" . + "GenePattern module PCA" . +# +# http://purl.obolibrary.org/obo/OBI_0000778 + . + . + "GenePattern peak matching" . + . + "James Malone" . + "Ryan Brinkman" . + "GenePattern peak matching" . +# +# http://purl.obolibrary.org/obo/OBI_0000779 + . + . + "Bruker Daltonics" . + . + "Philippe Rocca-Serra" . + "Bruker Daltonics" . +# +# http://purl.obolibrary.org/obo/OBI_0000780 + . + . + "GenePattern HeatMapViewer data visualization" . + . + "The GenePattern process of generating Heat Maps from clustered data." . + "James Malone" . + "GenePattern HeatMapViewer data visualization" . +# +# http://purl.obolibrary.org/obo/OBI_0000781 + . + . + "GenePattern HierarchicalClusteringViewer data visualization" . + . + "The GenePattern process of generating hierarchical clustering visualization from clustered data." . + "James Malone" . + "GenePattern HierarchicalClusteringViewer data visualization" . +# +# http://purl.obolibrary.org/obo/OBI_0000782 + . + . + . + "GenePattern module HeatMapViewer" . + . + "A GenePattern software module which is used to generate a heatmap view of data." . + "James Malone" . + "GenePattern module HeatMapViewer" . +# +# http://purl.obolibrary.org/obo/OBI_0000783 + . + . + . + "GenePattern module HierarchicalClusteringViewer" . + . + "A GenePattern software module which is used to generate a view of data that has been hierarchically clustered." . + "James Malone" . + "GenePattern module HierarchicalClusteringViewer" . +# +# http://purl.obolibrary.org/obo/OBI_0000829 + . + . + "Sysmex Corporation, Kobe, Japan" . + . + "WEB:http://www.sysmex.com/" . + "Sysmex Corporation, Kobe, Japan" . +# +# http://purl.obolibrary.org/obo/OBI_0000901 + . + . + "U.S. Food and Drug Administration" . + . + "FDA" . + "U.S. Food and Drug Administration" . +# +# http://purl.obolibrary.org/obo/OBI_0000958 + . + . + "right handed" . + . + "right handed" . +# +# http://purl.obolibrary.org/obo/OBI_0000979 + . + . + "ambidexterous" . + . + "ambidexterous" . +# +# http://purl.obolibrary.org/obo/OBI_0000998 + . + . + "left handed" . + . + "left handed" . +# +# http://purl.obolibrary.org/obo/OBI_0001004 + . + . + "Edingburgh handedness inventory" . + . + "The Edinburgh Handedness Inventory is a set of questions used to assess the dominance of a person's right or left hand in everyday activities."@en . + "PERSON:Alan Ruttenberg" . + "PERSON:Jessica Turner" . + "PMID:5146491#Oldfield, R.C. (1971). The assessment and analysis of handedness: The Edinburgh inventory. Neuropsychologia, 9, 97-113" . + "WEB:http://www.cse.yorku.ca/course_archive/2006-07/W/4441/EdinburghInventory.html" . + "Edingburgh handedness inventory" . +# +# http://purl.obolibrary.org/obo/OBI_0001213 + . + . + "eBioscience" . + . + "Karin Breuer" . + "WEB:http://www.ebioscience.com/" . + "eBioscience" . +# +# http://purl.obolibrary.org/obo/OBI_0001224 + . + . + "Cytopeia" . + . + "Karin Breuer" . + "WEB:http://www.cytopeia.com/" . + "Cytopeia" . +# +# http://purl.obolibrary.org/obo/OBI_0001287 + . + . + "Exalpha Biological" . + . + "Karin Breuer" . + "WEB:http://www.exalpha.com/" . + "Exalpha Biological" . +# +# http://purl.obolibrary.org/obo/OBI_0001312 + . + . + "Apogee Flow Systems" . + . + "Karin Breuer" . + "WEB:http://www.apogeeflow.com/" . + "Apogee Flow Systems" . +# +# http://purl.obolibrary.org/obo/OBI_0001320 + . + . + "Exbio Antibodies" . + . + "Karin Breuer" . + "WEB:http://www.exbio.cz/" . + "Exbio Antibodies" . +# +# http://purl.obolibrary.org/obo/OBI_0001321 + . + . + "Becton Dickinson (BD Biosciences)" . + . + "Karin Breuer" . + "WEB:http://www.bdbiosciences.com/" . + "Becton Dickinson (BD Biosciences)" . +# +# http://purl.obolibrary.org/obo/OBI_0001338 + . + . + "Dako Cytomation" . + . + "Karin Breuer" . + "WEB:http://www.dakousa.com/" . + "Dako Cytomation" . +# +# http://purl.obolibrary.org/obo/OBI_0001340 + . + . + "Millipore" . + . + "Karin Breuer" . + "WEB:http://www.guavatechnologies.com/" . + "Millipore" . +# +# http://purl.obolibrary.org/obo/OBI_0001347 + . + . + "Antigenix" . + . + "Karin Breuer" . + "WEB:http://www.antigenix.com/" . + "Antigenix" . +# +# http://purl.obolibrary.org/obo/OBI_0001355 + . + . + "Partec" . + . + "Karin Breuer" . + "WEB:http://www.partec.de/" . + "Partec" . +# +# http://purl.obolibrary.org/obo/OBI_0001372 + . + . + "Beckman Coulter" . + . + "Karin Breuer" . + "WEB:http://www.beckmancoulter.com/" . + "Beckman Coulter" . +# +# http://purl.obolibrary.org/obo/OBI_0001375 + . + . + "Advanced Instruments Inc. (AI Companies)" . + . + "Karin Breuer" . + "WEB:http://www.aicompanies.com/" . + "Advanced Instruments Inc. (AI Companies)" . +# +# http://purl.obolibrary.org/obo/OBI_0001424 + . + . + "Miltenyi Biotec" . + . + "Karin Breuer" . + "WEB:http://www.miltenyibiotec.com/" . + "Miltenyi Biotec" . +# +# http://purl.obolibrary.org/obo/OBI_0001428 + . + . + "AES Chemunex" . + . + "Karin Breuer" . + "WEB:http://www.aeschemunex.com/" . + "AES Chemunex" . +# +# http://purl.obolibrary.org/obo/OBI_0001431 + . + . + "Bentley Instruments" . + . + "Karin Breuer" . + "WEB:http://bentleyinstruments.com/" . + "Bentley Instruments" . +# +# http://purl.obolibrary.org/obo/OBI_0001434 + . + . + "Invitrogen" . + . + "Karin Breuer" . + "WEB:http://www.invitrogen.com/" . + "Invitrogen" . +# +# http://purl.obolibrary.org/obo/OBI_0001443 + . + . + "Luminex" . + . + "Karin Breuer" . + "WEB:http://www.luminexcorp.com/" . + "Luminex" . +# +# http://purl.obolibrary.org/obo/OBI_0001458 + . + . + "CytoBuoy" . + . + "Karin Breuer" . + "WEB:http://www.cytobuoy.com/" . + "CytoBuoy" . +# +# http://purl.obolibrary.org/obo/OBI_0001855 + . + . + "Nimblegen" . + . + "An organization that focuses on manufacturing target enrichment probe pools for DNA sequencing." . + "Person: Jie Zheng" . + "Nimblegen" . +# +# http://purl.obolibrary.org/obo/OBI_0001856 + . + . + "Pacific Biosciences" . + . + "An organization that supplies tools for studying the synthesis and regulation of DNA, RNA and protein. It developed a powerful technology platform called single molecule real-time (SMRT) technology which enables real-time analysis of biomolecules with single molecule resolution." . + "Person: Jie Zheng" . + "Pacific Biosciences" . +# +# http://purl.obolibrary.org/obo/OBI_0001860 + . + . + "NanoString Technologies" . + . + "An organization that supplies life science tools for translational research and molecular diagnostics based on a novel digital molecular barcoding technology. The NanoString platform can provide simple, multiplexed digital profiling of single molecules." . + "NanoString Technologies" . +# +# http://purl.obolibrary.org/obo/OBI_0002193 + . + . + "Thermo Fisher Scientific" . + . + "An organization that is an American multinational, biotechnology product development company, created in 2006 by the merger of Thermo Electron and Fisher Scientific." . + "Chris Stoeckert, Helena Ellis" . + "https://en.wikipedia.org/wiki/Thermo_Fisher_Scientific" . + "Thermo Fisher Scientific" . +# +# http://purl.obolibrary.org/obo/OBI_0002206 + . + . + "G1: Well differentiated" . + . + "A histologic grade according to AJCC 7th edition indicating that the tumor cells and the organization of the tumor tissue appear close to normal." . + "Chris Stoeckert, Helena Ellis" . + "G1" . + "https://www.cancer.gov/about-cancer/diagnosis-staging/prognosis/tumor-grade-fact-sheet" . + "NCI BBRB" . + "G1: Well differentiated" . +# +# http://purl.obolibrary.org/obo/OBI_0002207 + . + . + "G2: Moderately differentiated" . + . + "A histologic grade according to AJCC 7th edition indicating that the tumor cells are moderately differentiated and reflect an intermediate grade." . + "Chris Stoeckert, Helena Ellis" . + "G2" . + "https://www.cancer.gov/about-cancer/diagnosis-staging/prognosis/tumor-grade-fact-sheet" . + "NCI BBRB" . + "G2: Moderately differentiated" . +# +# http://purl.obolibrary.org/obo/OBI_0002208 + . + . + "G3: Poorly differentiated" . + . + "A histologic grade according to AJCC 7th edition indicating that the tumor cells are poorly differentiated and do not look like normal cells and tissue." . + "Chris Stoeckert, Helena Ellis" . + "G3" . + "https://www.cancer.gov/about-cancer/diagnosis-staging/prognosis/tumor-grade-fact-sheet" . + "NCI BBRB" . + "G3: Poorly differentiated" . +# +# http://purl.obolibrary.org/obo/OBI_0002209 + . + . + "G4: Undifferentiated" . + . + "A histologic grade according to AJCC 7th edition indicating that the tumor cells are undifferentiated and do not look like normal cells and tissue." . + "Chris Stoeckert, Helena Ellis" . + "G4" . + "https://www.cancer.gov/about-cancer/diagnosis-staging/prognosis/tumor-grade-fact-sheet" . + "NCI BBRB" . + "G4: Undifferentiated" . +# +# http://purl.obolibrary.org/obo/OBI_0002211 + . + . + "G1 (Fuhrman)" . + . + "A histologic grade according to the Fuhrman Nuclear Grading System indicating that nuclei are round, uniform, approximately 10um and that nucleoli are inconspicuous or absent." . + "Chris Stoeckert, Helena Ellis" . + "Grade 1" . + "NCI BBRB, OBI" . + "NCI BBRB" . + "G1 (Fuhrman)" . +# +# http://purl.obolibrary.org/obo/OBI_0002212 + . + . + "G2 (Fuhrman)" . + . + "A histologic grade according to the Fuhrman Nuclear Grading System indicating that nuclei are slightly irregular, approximately 15um and nucleoli are evident." . + "Chris Stoeckert, Helena Ellis" . + "Grade 2" . + "NCI BBRB, OBI" . + "NCI BBRB" . + "G2 (Fuhrman)" . +# +# http://purl.obolibrary.org/obo/OBI_0002213 + . + . + "G3 (Fuhrman)" . + . + "A histologic grade according to the Fuhrman Nuclear Grading System indicating that nuclei are very irregular, approximately 20um and nucleoli large and prominent." . + "Chris Stoeckert, Helena Ellis" . + "Grade 3" . + "NCI BBRB, OBI" . + "NCI BBRB" . + "G3 (Fuhrman)" . +# +# http://purl.obolibrary.org/obo/OBI_0002214 + . + . + "G4 (Fuhrman)" . + . + "A histologic grade according to the Fuhrman Nuclear Grading System indicating that nuclei arei bizarre and multilobulated, 20um or greater and nucleoli are prominent and chromatin clumped." . + "Chris Stoeckert, Helena Ellis" . + "Grade 4" . + "NCI BBRB, OBI" . + "NCI BBRB" . + "G4 (Fuhrman)" . +# +# http://purl.obolibrary.org/obo/OBI_0002217 + . + . + "Low grade ovarian tumor" . + . + "A histologic grade for ovarian tumor according to a two-tier grading system indicating that the tumor is low grade." . + "Chris Stoeckert, Helena Ellis" . + "Low grade" . + "NCI BBRB, OBI" . + "NCI BBRB" . + "Low grade ovarian tumor" . +# +# http://purl.obolibrary.org/obo/OBI_0002218 + . + . + "High grade ovarian tumor" . + . + "A histologic grade for ovarian tumor according to a two-tier grading system indicating that the tumor is high grade." . + "Chris Stoeckert, Helena Ellis" . + "High grade" . + "NCI BBRB, OBI" . + "NCI BBRB" . + "High grade ovarian tumor" . +# +# http://purl.obolibrary.org/obo/OBI_0002220 + . + . + "G1 (WHO)" . + . + "A histologic grade for ovarian tumor according to the World Health Organization indicating that the tumor is well differentiated." . + "Chris Stoeckert, Helena Ellis" . + "G1" . + "NCI BBRB, OBI" . + "NCI BBRB" . + "G1 (WHO)" . +# +# http://purl.obolibrary.org/obo/OBI_0002221 + . + . + "G2 (WHO)" . + . + "A histologic grade for ovarian tumor according to the World Health Organization indicating that the tumor is moderately differentiated." . + "Chris Stoeckert, Helena Ellis" . + "G2" . + "NCI BBRB, OBI" . + "NCI BBRB" . + "G2 (WHO)" . +# +# http://purl.obolibrary.org/obo/OBI_0002222 + . + . + "G3 (WHO)" . + . + "A histologic grade for ovarian tumor according to the World Health Organization indicating that the tumor is poorly differentiated." . + "Chris Stoeckert, Helena Ellis" . + "G3" . + "NCI BBRB, OBI" . + "NCI BBRB" . + "G3 (WHO)" . +# +# http://purl.obolibrary.org/obo/OBI_0002223 + . + . + "G4 (WHO)" . + . + "A histologic grade for ovarian tumor according to the World Health Organization indicating that the tumor is undifferentiated." . + "Chris Stoeckert, Helena Ellis" . + "G4" . + "NCI BBRB, OBI" . + "NCI BBRB" . + "G4 (WHO)" . +# +# http://purl.obolibrary.org/obo/OBI_0002225 + . + . + "pT0 (colon)" . + . + "A pathologic primary tumor stage for colon and rectum according to AJCC 7th edition indicating that there is no evidence of primary tumor." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_t/" . + "NCI BBRB" . + "pT0 (colon)" . +# +# http://purl.obolibrary.org/obo/OBI_0002226 + . + . + "pTis (colon)" . + . + "A pathologic primary tumor stage for colon and rectum according to AJCC 7th edition indicating carcinoma in situ (intraepithelial or invasion of lamina propria)." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_t/" . + "NCI BBRB" . + "pTis (colon)" . +# +# http://purl.obolibrary.org/obo/OBI_0002227 + . + . + "pT1 (colon)" . + . + "A pathologic primary tumor stage for colon and rectum according to AJCC 7th edition indicating that the tumor invades submucosa." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_t/" . + "NCI BBRB" . + "pT1 (colon)" . +# +# http://purl.obolibrary.org/obo/OBI_0002228 + . + . + "pT2 (colon)" . + . + "A pathologic primary tumor stage for colon and rectum according to AJCC 7th edition indicating that the tumor invades muscularis propria." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_t/" . + "NCI BBRB" . + "pT2 (colon)" . +# +# http://purl.obolibrary.org/obo/OBI_0002229 + . + . + "pT3 (colon)" . + . + "A pathologic primary tumor stage for colon and rectum according to AJCC 7th edition indicating that the tumor invades subserosa or into non-peritionealized pericolic or perirectal tissues." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_t/" . + "NCI BBRB" . + "pT3 (colon)" . +# +# http://purl.obolibrary.org/obo/OBI_0002230 + . + . + "pT4a (colon)" . + . + "A pathologic primary tumor stage for colon and rectum according to AJCC 7th edition indicating that the tumor perforates visceral peritoneum." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_t/" . + "NCI BBRB" . + "pT4a (colon)" . +# +# http://purl.obolibrary.org/obo/OBI_0002231 + . + . + "pT4b (colon)" . + . + "A pathologic primary tumor stage for colon and rectum according to AJCC 7th edition indicating that the tumor directly invades other organs or structures." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_t/" . + "NCI BBRB" . + "pT4b (colon)" . +# +# http://purl.obolibrary.org/obo/OBI_0002233 + . + . + "pT0 (lung)" . + . + "A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that there is no evidence of primary tumor." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/" . + "NCI BBRB" . + "pT0 (lung)" . +# +# http://purl.obolibrary.org/obo/OBI_0002234 + . + . + "pTis (lung)" . + . + "A pathologic primary tumor stage for lung according to AJCC 7th edition indicating carcinoma in situ." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/" . + "NCI BBRB" . + "pTis (lung)" . +# +# http://purl.obolibrary.org/obo/OBI_0002235 + . + . + "pT1 (lung)" . + . + "A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that the tumor is 3 cm or less in greatest dimension, surrounded by lung or visceral pleura without bronchoscopic evidence of invasion more proximal than the lobar bronchus (i.e., not in the main bronchus)." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/" . + "NCI BBRB" . + "pT1 (lung)" . +# +# http://purl.obolibrary.org/obo/OBI_0002236 + . + . + "pT1a (lung)" . + . + "A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that the tumor is 2 cm or less in greatest dimension." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/" . + "NCI BBRB" . + "pT1a (lung)" . +# +# http://purl.obolibrary.org/obo/OBI_0002237 + . + . + "pT1b (lung)" . + . + "A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that the tumor is more than 2 cm but not more than 3 cm in greatest dimension." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/" . + "NCI BBRB" . + "pT1b (lung)" . +# +# http://purl.obolibrary.org/obo/OBI_0002238 + . + . + "pT2 (lung)" . + . + "A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that the tumor is more than 3 cm but not more than 7 cm or the tumor has any of the following features: involves main bronchus, 2 cm or more distal to the carina, invades visceral pleura, associated with atelectasis or obstructive pneumonitis that extends to the hilar region but does not involve the entire lung." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/" . + "NCI BBRB" . + "pT2 (lung)" . +# +# http://purl.obolibrary.org/obo/OBI_0002239 + . + . + "pT2a (lung)" . + . + "A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that the tumor is more than 3 cm but not more than 5 cm in greatest dimension." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/" . + "NCI BBRB" . + "pT2a (lung)" . +# +# http://purl.obolibrary.org/obo/OBI_0002240 + . + . + "pT2b (lung)" . + . + "A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that the tumor is more than 5 cm but not more than 7 cm in greatest dimension." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/" . + "NCI BBRB" . + "pT2b (lung)" . +# +# http://purl.obolibrary.org/obo/OBI_0002241 + . + . + "pT3 (lung)" . + . + "A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that the tumor is more than 7 cm or one that directly invades any of: parietal pleura, chest wall (including superior sulcus tumors), diaphragm, phrenic nerve, mediastinal pleura, parietal pericardiu or the tumor is in the main bronchus less than 2 cm distal to the carina but without involvement of the carina or there is associated atelectasis or obstructive pneumonitis of the entire lung or there is separate tumor nodule(s) in the same lobe as the primary." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/" . + "NCI BBRB" . + "pT3 (lung)" . +# +# http://purl.obolibrary.org/obo/OBI_0002242 + . + . + "pT4 (lung)" . + . + "A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that the tumor of any size that invades any of the following: mediastinum, heart, great vessels, trachea, recurrent laryngeal nerve, esophagus, vertebral body, carina or there is separate tumor nodule(s) in a different ipsilateral lobe to that of the primary." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/" . + "NCI BBRB" . + "pT4 (lung)" . +# +# http://purl.obolibrary.org/obo/OBI_0002244 + . + . + "pT0 (kidney)" . + . + "A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that there is no evidence of primary tumor." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/" . + "NCI BBRB" . + "pT0 (kidney)" . +# +# http://purl.obolibrary.org/obo/OBI_0002245 + . + . + "pT1 (kidney)" . + . + "A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor is 7 cm or less in greatest dimension and limited to the kidney." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/" . + "NCI BBRB" . + "pT1 (kidney)" . +# +# http://purl.obolibrary.org/obo/OBI_0002246 + . + . + "pT1a (kidney)" . + . + "A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor is 4 cm or less." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/" . + "NCI BBRB" . + "pT1a (kidney)" . +# +# http://purl.obolibrary.org/obo/OBI_0002247 + . + . + "pT1b (kidney)" . + . + "A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor is more than 4 cm but not more than 7 cm." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/" . + "NCI BBRB" . + "pT1b (kidney)" . +# +# http://purl.obolibrary.org/obo/OBI_0002248 + . + . + "pT2 (kidney)" . + . + "A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor is more than 7 cm in greatest dimension and limited to the kidney." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/" . + "NCI BBRB" . + "pT2 (kidney)" . +# +# http://purl.obolibrary.org/obo/OBI_0002249 + . + . + "pT2a (kidney)" . + . + "A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor is more than 7 cm but not more than 10 cm." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/" . + "NCI BBRB" . + "pT2a (kidney)" . +# +# http://purl.obolibrary.org/obo/OBI_0002250 + . + . + "pT2b (kidney)" . + . + "A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor is more than 10 cm and limited to the kidney." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/" . + "NCI BBRB" . + "pT2b (kidney)" . +# +# http://purl.obolibrary.org/obo/OBI_0002251 + . + . + "pT3 (kidney)" . + . + "A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor extends into major veins or perinephric tissues but not into the ipsilateral adrenal gland and not beyond the Gerota fascia." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/" . + "NCI BBRB" . + "pT3 (kidney)" . +# +# http://purl.obolibrary.org/obo/OBI_0002252 + . + . + "pT3a (kidney)" . + . + "A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor grossly extends into the renal vein or its segmental (muscle containing) branches, or the tumor invades perirenal and/or renal sinus fat (peripelvic) fat but not beyond Gerota fascia." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/" . + "NCI BBRB" . + "pT3a (kidney)" . +# +# http://purl.obolibrary.org/obo/OBI_0002253 + . + . + "pT3b (kidney)" . + . + "A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor grossly extends into vena cava below diaphragm." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/" . + "NCI BBRB" . + "pT3b (kidney)" . +# +# http://purl.obolibrary.org/obo/OBI_0002254 + . + . + "pT3c (kidney)" . + . + "A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor grossly extends into vena cava above the diaphragm or Invades the wall of the vena cava." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/" . + "NCI BBRB" . + "pT3c (kidney)" . +# +# http://purl.obolibrary.org/obo/OBI_0002255 + . + . + "pT4 (kidney)" . + . + "A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor invades beyond Gerota fascia (including contiguous extension into the ipsilateral adrenal gland)." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/" . + "NCI BBRB" . + "pT4 (kidney)" . +# +# http://purl.obolibrary.org/obo/OBI_0002257 + . + . + "pT0 (ovary)" . + . + "A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that there is no evidence of primary tumor." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/" . + "NCI BBRB" . + "pT0 (ovary)" . +# +# http://purl.obolibrary.org/obo/OBI_0002258 + . + . + "pT1 (ovary)" . + . + "A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor is limited to the ovaries (one or both)." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/" . + "NCI BBRB" . + "pT1 (ovary)" . +# +# http://purl.obolibrary.org/obo/OBI_0002259 + . + . + "pT1a (ovary)" . + . + "A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor is limited to one ovary; capsule intact, no tumor on ovarian surface and no malignant cells in ascites or peritoneal washings." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/" . + "NCI BBRB" . + "pT1a (ovary)" . +# +# http://purl.obolibrary.org/obo/OBI_0002260 + . + . + "pT1b (ovary)" . + . + "A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor is limited to both ovaries; capsule intact, no tumor on ovarian surface and no malignant cells in ascites or peritoneal washings." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/" . + "NCI BBRB" . + "pT1b (ovary)" . +# +# http://purl.obolibrary.org/obo/OBI_0002261 + . + . + "pT1c (ovary)" . + . + "A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor is limited to one or both ovaries with capsule ruptured, tumor on ovarian surface, or malignant cells in ascites or peritoneal washings." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/" . + "NCI BBRB" . + "pT1c (ovary)" . +# +# http://purl.obolibrary.org/obo/OBI_0002262 + . + . + "pT2 (ovary)" . + . + "A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor involves one or both ovaries with pelvic extension." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/" . + "NCI BBRB" . + "pT2 (ovary)" . +# +# http://purl.obolibrary.org/obo/OBI_0002263 + . + . + "pT2a (ovary)" . + . + "A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor has extension and/or implants on uterus and/or tube(s) and no malignant cells in ascites or peritoneal washings." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/" . + "NCI BBRB" . + "pT2a (ovary)" . +# +# http://purl.obolibrary.org/obo/OBI_0002264 + . + . + "pT2b (ovary)" . + . + "A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor has extension to other pelvic tissues and no malignant cells in ascites or peritoneal washings." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/" . + "NCI BBRB" . + "pT2b (ovary)" . +# +# http://purl.obolibrary.org/obo/OBI_0002265 + . + . + "pT2c (ovary)" . + . + "A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor has pelvic extension with malignant cells in ascites or peritoneal washings." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/" . + "NCI BBRB" . + "pT2c (ovary)" . +# +# http://purl.obolibrary.org/obo/OBI_0002266 + . + . + "pT3 (ovary)" . + . + "A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor involves one or both ovaries with microscopically confirmed peritoneal metastasis outside the pelvis and/or regional lymph node metastasis." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/" . + "NCI BBRB" . + "pT3 (ovary)" . +# +# http://purl.obolibrary.org/obo/OBI_0002267 + . + . + "pT3a (ovary)" . + . + "A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor has microscopic peritoneal metastasis beyond pelvis." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/" . + "NCI BBRB" . + "pT3a (ovary)" . +# +# http://purl.obolibrary.org/obo/OBI_0002268 + . + . + "pT3b (ovary)" . + . + "A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor has macroscopic peritoneal, metastatasis beyond pelvis, 2 cm or less in greatest dimension." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/" . + "NCI BBRB" . + "pT3b (ovary)" . +# +# http://purl.obolibrary.org/obo/OBI_0002269 + . + . + "pT3c (ovary)" . + . + "A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor has peritoneal metastasis beyond pelvis, more than 2 cm in greatest dimension and/or regional lymph node metastasis." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/" . + "NCI BBRB" . + "pT3c (ovary)" . +# +# http://purl.obolibrary.org/obo/OBI_0002271 + . + . + "pN0 (colon)" . + . + "A pathologic lymph node stage for colon and rectum according to AJCC 7th edition indicating no regional lymph node metastsis." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_n/" . + "NCI BBRB" . + "pN0 (colon)" . +# +# http://purl.obolibrary.org/obo/OBI_0002272 + . + . + "pN1 (colon)" . + . + "A pathologic lymph node stage for colon and rectum according to AJCC 7th edition indicating metastasis in 1-3 regional lymph nodes." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_n/" . + "NCI BBRB" . + "pN1 (colon)" . +# +# http://purl.obolibrary.org/obo/OBI_0002273 + . + . + "pN1a (colon)" . + . + "A pathologic lymph node stage for colon and rectum according to AJCC 7th edition indicating metastasis in 1 regional lymph node." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_n/" . + "NCI BBRB" . + "pN1a (colon)" . +# +# http://purl.obolibrary.org/obo/OBI_0002274 + . + . + "pN1b (colon)" . + . + "A pathologic lymph node stage for colon and rectum according to AJCC 7th edition indicating metastasis in 2-3 regional lymph nodes." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_n/" . + "NCI BBRB" . + "pN1b (colon)" . +# +# http://purl.obolibrary.org/obo/OBI_0002275 + . + . + "pN1c (colon)" . + . + "A pathologic lymph node stage for colon and rectum according to AJCC 7th edition indicating tumor deposit(s), i.e., satellites in the subserosa, or in non-peritonealized pericolic or perirectal soft tissue without regional lymph node metastasis." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_n/" . + "NCI BBRB" . + "pN1c (colon)" . +# +# http://purl.obolibrary.org/obo/OBI_0002276 + . + . + "pN2 (colon)" . + . + "A pathologic lymph node stage for colon and rectum according to AJCC 7th edition indicating metastasis in 4 or more regional lymph nodes." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_n/" . + "NCI BBRB" . + "pN2 (colon)" . +# +# http://purl.obolibrary.org/obo/OBI_0002277 + . + . + "pN2a (colon)" . + . + "A pathologic lymph node stage for colon and rectum according to AJCC 7th edition indicating metastasis in 4 to 6 regional lymph nodes." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_n/" . + "NCI BBRB" . + "pN2a (colon)" . +# +# http://purl.obolibrary.org/obo/OBI_0002278 + . + . + "pN2b (colon)" . + . + "A pathologic lymph node stage for colon and rectum according to AJCC 7th edition indicating metastasis in 7 or more regional lymph nodes." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_n/" . + "NCI BBRB" . + "pN2b (colon)" . +# +# http://purl.obolibrary.org/obo/OBI_0002280 + . + . + "pN0 (lung)" . + . + "A pathologic lymph node stage for lung according to AJCC 7th edition indicating no regional lymph node metastasis." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_n/" . + "NCI BBRB" . + "pN0 (lung)" . +# +# http://purl.obolibrary.org/obo/OBI_0002281 + . + . + "pN1 (lung)" . + . + "A pathologic lymph node stage for lung according to AJCC 7th edition indicating metastasis in ipsilateral peribronchial and/or ipsilateral hilar lymph nodes and intrapulmonary nodes, including involvement by direct extension." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_n/" . + "NCI BBRB" . + "pN1 (lung)" . +# +# http://purl.obolibrary.org/obo/OBI_0002282 + . + . + "pN2 (lung)" . + . + "A pathologic lymph node stage for lung according to AJCC 7th edition indicating metastasis in ipsilateral mediastinal and/or subcarinal lymph node(s)." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_n/" . + "NCI BBRB" . + "pN2 (lung)" . +# +# http://purl.obolibrary.org/obo/OBI_0002283 + . + . + "pN3 (lung)" . + . + "A pathologic lymph node stage for lung according to AJCC 7th edition indicating metastasis in contralateral mediastinal, contralateral hilar, ipsilateral or contralateral scalene, or supraclavicular lymph node(s)." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_n/" . + "NCI BBRB" . + "pN3 (lung)" . +# +# http://purl.obolibrary.org/obo/OBI_0002285 + . + . + "pN0 (kidney)" . + . + "A pathologic lymph node stage for kidney according to AJCC 7th edition indicating that there is no regional lymph node metastasis." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_n/" . + "NCI BBRB" . + "pN0 (kidney)" . +# +# http://purl.obolibrary.org/obo/OBI_0002286 + . + . + "pN1 (kidney)" . + . + "A pathologic lymph node stage for kidney according to AJCC 7th edition indicating that there is regional lymph node metastasis." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_n/" . + "NCI BBRB" . + "pN1 (kidney)" . +# +# http://purl.obolibrary.org/obo/OBI_0002288 + . + . + "pN0 (ovary)" . + . + "A pathologic lymph node stage for ovary according to AJCC 7th edition indicating that there is no regional lymph node metastasis." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_n/" . + "NCI BBRB" . + "pN0 (ovary)" . +# +# http://purl.obolibrary.org/obo/OBI_0002289 + . + . + "pN1 (ovary)" . + . + "A pathologic lymph node stage for ovary according to AJCC 7th edition indicating that there is regional lymph node metastasis." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_n/" . + "NCI BBRB" . + "pN1 (ovary)" . +# +# http://purl.obolibrary.org/obo/OBI_0002291 + . + . + "cM0 (colon)" . + . + "A pathologic distant metastases stage for colon according to AJCC 7th edition indicating that there are no symptoms or signs of distant metastasis." . + "Chris Stoeckert, Helena Ellis" . + "https://en.wikipedia.org/wiki/Cancer_staging#Pathological_M_Categorization_.28cM_and_pM.29" . + "NCI BBRB" . + "cM0 (colon)" . +# +# http://purl.obolibrary.org/obo/OBI_0002292 + . + . + "cM1 (colon)" . + . + "A pathologic distant metastases stage for colon according to AJCC 7th edition indicating that there is clinical evidence of distant metastases by history, physical examination, imaging studies, or invasive procedures, but without microscopic evidence of the presumed distant metastases." . + "Chris Stoeckert, Helena Ellis" . + "https://en.wikipedia.org/wiki/Cancer_staging#Pathological_M_Categorization_.28cM_and_pM.29" . + "NCI BBRB" . + "cM1 (colon)" . +# +# http://purl.obolibrary.org/obo/OBI_0002293 + . + . + "cM1a (colon)" . + . + "A pathologic distant metastases stage for colon according to AJCC 7th edition indicating that metastasis is confined to one organ based on clinical assessment." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_m/" . + "NCI BBRB" . + "cM1a (colon)" . +# +# http://purl.obolibrary.org/obo/OBI_0002294 + . + . + "cM1b (colon)" . + . + "A pathologic distant metastases stage for colon according to AJCC 7th edition indicating that metastasis is in more than one organ or the peritoneum based on clinical assessment." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_m/" . + "NCI BBRB" . + "cM1b (colon)" . +# +# http://purl.obolibrary.org/obo/OBI_0002295 + . + . + "pM1 (colon)" . + . + "A pathologic distant metastases stage for colon according to AJCC 7th edition indicating that there is microscopic evidence confirming distant metastatic disease." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_m/" . + "NCI BBRB" . + "pM1 (colon)" . +# +# http://purl.obolibrary.org/obo/OBI_0002296 + . + . + "pM1a (colon)" . + . + "A pathologic distant metastases stage for colon according to AJCC 7th edition indicating that metastasis is confined to one organ and histologically confirmed." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_m/" . + "NCI BBRB" . + "pM1a (colon)" . +# +# http://purl.obolibrary.org/obo/OBI_0002297 + . + . + "pM1b (colon)" . + . + "A pathologic distant metastases stage for colon according to AJCC 7th edition indicating that metastasis is in more than one organ or the peritoneum and histologically confirmed." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_m/" . + "NCI BBRB" . + "pM1b (colon)" . +# +# http://purl.obolibrary.org/obo/OBI_0002299 + . + . + "cM0 (lung)" . + . + "A pathologic distant metastases stage for lung according to AJCC 7th edition indicating that there is no distant metastasis." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_m/" . + "NCI BBRB" . + "cM0 (lung)" . +# +# http://purl.obolibrary.org/obo/OBI_0002300 + . + . + "cM1 (lung)" . + . + "A pathologic distant metastases stage for lung according to AJCC 7th edition indicating that there are distant metastases based on clinical assessment." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_m/" . + "NCI BBRB" . + "cM1 (lung)" . +# +# http://purl.obolibrary.org/obo/OBI_0002301 + . + . + "cM1a (lung)" . + . + "A pathologic distant metastases stage for lung according to AJCC 7th edition indicating that metastasis is based on clinical assessment and a separate tumor nodule(s) in a contralateral lobe; tumor with pleural nodules OR malignant pleural or pericardial effusion." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_m/" . + "NCI BBRB" . + "cM1a (lung)" . +# +# http://purl.obolibrary.org/obo/OBI_0002302 + . + . + "cM1b (lung)" . + . + "A pathologic distant metastases stage for lung according to AJCC 7th edition indicating that there is a distant metastases based on clinical assessment." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_m/" . + "NCI BBRB" . + "cM1b (lung)" . +# +# http://purl.obolibrary.org/obo/OBI_0002303 + . + . + "pM1 (lung)" . + . + "A pathologic distant metastases stage for lung according to AJCC 7th edition indicating that there is a distant metastases that is histologically confirmed." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_m/" . + "NCI BBRB" . + "pM1 (lung)" . +# +# http://purl.obolibrary.org/obo/OBI_0002304 + . + . + "pM1a (lung)" . + . + "A pathologic distant metastases stage for lung according to AJCC 7th edition indicating that metastasis is histologically confirmed and a separate tumor nodule(s) in a contralateral lobe; tumor with pleural nodules OR malignant pleural or pericardial effusion." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_m/" . + "NCI BBRB" . + "pM1a (lung)" . +# +# http://purl.obolibrary.org/obo/OBI_0002305 + . + . + "pM1b (lung)" . + . + "A pathologic distant metastases stage for lung according to AJCC 7th edition indicating that there is a distant metastases that is histologically confirmed and associated with distant lymph nodes or carcinomatosis." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_m/" . + "NCI BBRB" . + "pM1b (lung)" . +# +# http://purl.obolibrary.org/obo/OBI_0002307 + . + . + "cM0 (kidney)" . + . + "A pathologic distant metastases stage for kidney according to AJCC 7th edition indicating that there is no distant metastasis." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_m/" . + "NCI BBRB" . + "cM0 (kidney)" . +# +# http://purl.obolibrary.org/obo/OBI_0002308 + . + . + "cM1 (kidney)" . + . + "A pathologic distant metastases stage for kidney according to AJCC 7th edition indicating that there are distant metastases based on clinical assessment." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_m/" . + "NCI BBRB" . + "cM1 (kidney)" . +# +# http://purl.obolibrary.org/obo/OBI_0002309 + . + . + "pM1 (kidney)" . + . + "A pathologic distant metastases stage for kidney according to AJCC 7th edition indicating that there is a distant metastases that is histologically confirmed." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_m/" . + "NCI BBRB" . + "pM1 (kidney)" . +# +# http://purl.obolibrary.org/obo/OBI_0002311 + . + . + "cM0 (ovary)" . + . + "A pathologic distant metastases stage for ovary according to AJCC 7th edition indicating that there is no distant metastasis." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_m/" . + "NCI BBRB" . + "cM0 (ovary)" . +# +# http://purl.obolibrary.org/obo/OBI_0002312 + . + . + "cM1 (ovary)" . + . + "A pathologic distant metastases stage for ovary according to AJCC 7th edition indicating that there is distant metastasis except peritoneal metastasis based on clinical assessment." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_m/" . + "NCI BBRB" . + "cM1 (ovary)" . +# +# http://purl.obolibrary.org/obo/OBI_0002313 + . + . + "pM1 (ovary)" . + . + "A pathologic distant metastases stage for ovary according to AJCC 7th edition indicating that there is distant metastasis except peritoneal metastasis that is histologically confirmed." . + "Chris Stoeckert, Helena Ellis" . + "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_m/" . + "NCI BBRB" . + "pM1 (ovary)" . +# +# http://purl.obolibrary.org/obo/OBI_0002315 + . + . + "Occult Carcinoma (AJCC 7th)" . + . + "A clinical tumor stage group according to AJCC 7th edition indicating a small carcinoma, either asymptomatic or giving rise to metastases without symptoms due to the primary carcinoma." . + "Chris Stoeckert, Helena Ellis" . + "Occult Carcinoma" . + "http://www.medilexicon.com/dictionary/14371" . + "NCI BBRB" . + "Occult Carcinoma (AJCC 7th)" . +# +# http://purl.obolibrary.org/obo/OBI_0002316 + . + . + "Stage 0 (AJCC 7th)" . + . + "A clinical tumor stage group according to AJCC 7th edition indicating a carcinoma in situ (or melanoma in situ for melanoma of the skin or germ cell neoplasia in situ for testicular germ cell tumors) and generally is considered to have no metastatic potential." . + "Chris Stoeckert, Helena Ellis" . + "Stage 0" . + "https://en.wikipedia.org/wiki/Cancer_staging" . + "NCI BBRB" . + "Stage 0 (AJCC 7th)" . +# +# http://purl.obolibrary.org/obo/OBI_0002317 + . + . + "Stage I (AJCC 7th)" . + . + "A clinical tumor stage group according to AJCC 7th edition indicating cancers that are smaller or less deeply invasive without regional disease or nodes." . + "Chris Stoeckert, Helena Ellis" . + "Stage I" . + "https://en.wikipedia.org/wiki/Cancer_staging" . + "NCI BBRB" . + "Stage I (AJCC 7th)" . +# +# http://purl.obolibrary.org/obo/OBI_0002318 + . + . + "Stage IIA (AJCC 7th)" . + . + "A clinical tumor stage group according to AJCC 7th edition indicating cancers with increasing tumor or nodal extent but less than in Stage III and with differing characteristics from IIB and IIC." . + "Chris Stoeckert, Helena Ellis" . + "Stage IIA" . + "https://en.wikipedia.org/wiki/Cancer_staging" . + "NCI BBRB" . + "Stage IIA (AJCC 7th)" . +# +# http://purl.obolibrary.org/obo/OBI_0002319 + . + . + "Stage IIB (AJCC 7th)" . + . + "A clinical tumor stage group according to AJCC 7th edition indicating cancers with increasing tumor or nodal extent but less than in Stage III and with differing characteristics from IIA and IIC." . + "Chris Stoeckert, Helena Ellis" . + "Stage IIB" . + "https://en.wikipedia.org/wiki/Cancer_staging" . + "NCI BBRB" . + "Stage IIB (AJCC 7th)" . +# +# http://purl.obolibrary.org/obo/OBI_0002320 + . + . + "Stage IIC (AJCC 7th)" . + . + "A clinical tumor stage group according to AJCC 7th edition indicating cancers with increasing tumor or nodal extent but less than in Stage III and with differing characteristics from IIA and IIB." . + "Chris Stoeckert, Helena Ellis" . + "Stage IIC" . + "https://en.wikipedia.org/wiki/Cancer_staging" . + "NCI BBRB" . + "Stage IIC (AJCC 7th)" . +# +# http://purl.obolibrary.org/obo/OBI_0002321 + . + . + "Stage IIIA (AJCC 7th)" . + . + "A clinical tumor stage group according to AJCC 7th edition indicating cancers with increasing tumor or nodal extent greater than in Stage II and with differing characteristics from IIIB and IIIC." . + "Chris Stoeckert, Helena Ellis" . + "Stage IIIA" . + "https://en.wikipedia.org/wiki/Cancer_staging" . + "NCI BBRB" . + "Stage IIIA (AJCC 7th)" . +# +# http://purl.obolibrary.org/obo/OBI_0002322 + . + . + "Stage IIIB (AJCC 7th)" . + . + "A clinical tumor stage group according to AJCC 7th edition indicating cancers with increasing tumor or nodal extent greater than in Stage II and with differing characteristics from IIIA and IIIC." . + "Chris Stoeckert, Helena Ellis" . + "Stage IIIB" . + "https://en.wikipedia.org/wiki/Cancer_staging" . + "NCI BBRB" . + "Stage IIIB (AJCC 7th)" . +# +# http://purl.obolibrary.org/obo/OBI_0002323 + . + . + "Stage IIIC (AJCC 7th)" . + . + "A clinical tumor stage group according to AJCC 7th edition indicating cancers with increasing tumor or nodal extent greater than in Stage II and with differing characteristics from IIIA and IIIB." . + "Chris Stoeckert, Helena Ellis" . + "Stage IIIC" . + "https://en.wikipedia.org/wiki/Cancer_staging" . + "NCI BBRB" . + "Stage IIIC (AJCC 7th)" . +# +# http://purl.obolibrary.org/obo/OBI_0002324 + . + . + "Stage IVA (AJCC 7th)" . + . + "A clinical tumor stage group according to AJCC 7th edition indicating cancers in patients who present with distant metastases at diagnosis and with differing characteristics from IVB." . + "Chris Stoeckert, Helena Ellis" . + "Stage IVA" . + "https://en.wikipedia.org/wiki/Cancer_staging" . + "NCI BBRB" . + "Stage IVA (AJCC 7th)" . +# +# http://purl.obolibrary.org/obo/OBI_0002325 + . + . + "Stage IVB (AJCC 7th)" . + . + "A clinical tumor stage group according to AJCC 7th edition indicating cancers in patients who present with distant metastases at diagnosis and with differing characteristics from IVA." . + "Chris Stoeckert, Helena Ellis" . + "Stage IVB" . + "https://en.wikipedia.org/wiki/Cancer_staging" . + "NCI BBRB" . + "Stage IVB (AJCC 7th)" . +# +# http://purl.obolibrary.org/obo/OBI_0002327 + . + . + "Stage IA (FIGO)" . + . + "An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating invasive carcinoma which can be diagnosed only by microscopy, with deepest invasion <5 mm and the largest extension <7 mm." . + "Chris Stoeckert, Helena Ellis" . + "Stage IA" . + "https://en.wikipedia.org/wiki/Cervical_cancer_staging" . + "NCI BBRB" . + "Stage IA (FIGO)" . +# +# http://purl.obolibrary.org/obo/OBI_0002328 + . + . + "Stage IA1 (FIGO)" . + . + "An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating measured stromal invasion of <3.0 mm in depth and extension of <7.0 mm." . + "Chris Stoeckert, Helena Ellis" . + "Stage IA1" . + "https://en.wikipedia.org/wiki/Cervical_cancer_staging" . + "NCI BBRB" . + "Stage IA1 (FIGO)" . +# +# http://purl.obolibrary.org/obo/OBI_0002329 + . + . + "Stage IA2 (FIGO)" . + . + "An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating measured stromal invasion of >3.0 mm and not >5.0 mm with an extension of not >7.0 mm." . + "Chris Stoeckert, Helena Ellis" . + "Stage IA2" . + "https://en.wikipedia.org/wiki/Cervical_cancer_staging" . + "NCI BBRB" . + "Stage IA2 (FIGO)" . +# +# http://purl.obolibrary.org/obo/OBI_0002330 + . + . + "Stage IB (FIGO)" . + . + "An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating clinically visible lesions limited to the cervix uteri or pre-clinical cancers greater than stage IA" . + "Chris Stoeckert, Helena Ellis" . + "Stage IB" . + "https://en.wikipedia.org/wiki/Cervical_cancer_staging" . + "NCI BBRB" . + "Stage IB (FIGO)" . +# +# http://purl.obolibrary.org/obo/OBI_0002331 + . + . + "Stage IB1 (FIGO)" . + . + "An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating clinically visible lesion limited to the cervix uteri or pre-clinical cancers greater than stage IA <4.0 cm in greatest dimension." . + "Chris Stoeckert, Helena Ellis" . + "Stage IB1" . + "https://en.wikipedia.org/wiki/Cervical_cancer_staging" . + "NCI BBRB" . + "Stage IB1 (FIGO)" . +# +# http://purl.obolibrary.org/obo/OBI_0002332 + . + . + "Stage IB2 (FIGO)" . + . + "An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating clinically visible lesion limited to the cervix uteri or pre-clinical cancers greater than stage IA >4.0 cm in greatest dimension." . + "Chris Stoeckert, Helena Ellis" . + "Stage IB2" . + "https://en.wikipedia.org/wiki/Cervical_cancer_staging" . + "NCI BBRB" . + "Stage IB2 (FIGO)" . +# +# http://purl.obolibrary.org/obo/OBI_0002333 + . + . + "Stage IIA (FIGO)" . + . + "An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating cervical carcinoma invades beyond the uterus, but not to the pelvic wall or to the lower third of the vagina without parametrial invasion." . + "Chris Stoeckert, Helena Ellis" . + "Stage IIA" . + "https://en.wikipedia.org/wiki/Cervical_cancer_staging" . + "NCI BBRB" . + "Stage IIA (FIGO)" . +# +# http://purl.obolibrary.org/obo/OBI_0002334 + . + . + "Stage IIA1 (FIGO)" . + . + "An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating cervical carcinoma invades beyond the uterus, but not to the pelvic wall or to the lower third of the vagina without parametrial invasion and clinically visible lesion <4.0 cm in greatest dimension." . + "Chris Stoeckert, Helena Ellis" . + "Stage IIA1" . + "https://en.wikipedia.org/wiki/Cervical_cancer_staging" . + "NCI BBRB" . + "Stage IIA1 (FIGO)" . +# +# http://purl.obolibrary.org/obo/OBI_0002335 + . + . + "Stage IIA2 (FIGO)" . + . + "An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating cervical carcinoma invades beyond the uterus, but not to the pelvic wall or to the lower third of the vagina without parametrial invasion and clinically visible lesion >4.0 cm in greatest dimension." . + "Chris Stoeckert, Helena Ellis" . + "Stage IIA2" . + "https://en.wikipedia.org/wiki/Cervical_cancer_staging" . + "NCI BBRB" . + "Stage IIA2 (FIGO)" . +# +# http://purl.obolibrary.org/obo/OBI_0002336 + . + . + "Stage IIB (FIGO)" . + . + "An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating cervical carcinoma invades beyond the uterus, but not to the pelvic wall or to the lower third of the vagina with obvious parametrial invasion." . + "Chris Stoeckert, Helena Ellis" . + "Stage IIB" . + "https://en.wikipedia.org/wiki/Cervical_cancer_staging" . + "NCI BBRB" . + "Stage IIB (FIGO)" . +# +# http://purl.obolibrary.org/obo/OBI_0002337 + . + . + "Stage IIIA (FIGO)" . + . + "An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating tumour involves lower third of the vagina, with no extension to the pelvic wall." . + "Chris Stoeckert, Helena Ellis" . + "Stage IIIA" . + "https://en.wikipedia.org/wiki/Cervical_cancer_staging" . + "NCI BBRB" . + "Stage IIIA (FIGO)" . +# +# http://purl.obolibrary.org/obo/OBI_0002338 + . + . + "Stage IIIB (FIGO)" . + . + "An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating extension to the pelvic wall and/or hydronephrosis or non-functioning kidney." . + "Chris Stoeckert, Helena Ellis" . + "Stage IIIB" . + "https://en.wikipedia.org/wiki/Cervical_cancer_staging" . + "NCI BBRB" . + "Stage IIIB (FIGO)" . +# +# http://purl.obolibrary.org/obo/OBI_0002339 + . + . + "Stage IVA (FIGO)" . + . + "An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating spread of the growth to adjacent organs." . + "Chris Stoeckert, Helena Ellis" . + "Stage IVA" . + "https://en.wikipedia.org/wiki/Cervical_cancer_staging" . + "NCI BBRB" . + "Stage IVA (FIGO)" . +# +# http://purl.obolibrary.org/obo/OBI_0002340 + . + . + "Stage IVB (FIGO)" . + . + "An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating spread to distant organs." . + "Chris Stoeckert, Helena Ellis" . + "Stage IVB" . + "https://en.wikipedia.org/wiki/Cervical_cancer_staging" . + "NCI BBRB" . + "Stage IVB (FIGO)" . +# +# http://purl.obolibrary.org/obo/OBI_0002342 + . + . + "Stage 1 (FIGO)" . + . + "A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T1, N0, and M0." . + "Chris Stoeckert, Helena Ellis" . + "Stage 1" . + "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/" . + "NCI BBRB" . + "Stage 1 (FIGO)" . +# +# http://purl.obolibrary.org/obo/OBI_0002343 + . + . + "Stage 1A (FIGO)" . + . + "A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T1a, N0, and M0." . + "Chris Stoeckert, Helena Ellis" . + "Stage 1A" . + "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/" . + "NCI BBRB" . + "Stage 1A (FIGO)" . +# +# http://purl.obolibrary.org/obo/OBI_0002344 + . + . + "Stage 1B (FIGO)" . + . + "A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T1b, N0, and M0." . + "Chris Stoeckert, Helena Ellis" . + "Stage 1B" . + "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/" . + "NCI BBRB" . + "Stage 1B (FIGO)" . +# +# http://purl.obolibrary.org/obo/OBI_0002345 + . + . + "Stage 1C (FIGO)" . + . + "A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T1c, N0, and M0." . + "Chris Stoeckert, Helena Ellis" . + "Stage 1C" . + "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/" . + "NCI BBRB" . + "Stage 1C (FIGO)" . +# +# http://purl.obolibrary.org/obo/OBI_0002346 + . + . + "Stage 2 (FIGO)" . + . + "A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T2, N0, and M0." . + "Chris Stoeckert, Helena Ellis" . + "Stage 2" . + "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/" . + "NCI BBRB" . + "Stage 2 (FIGO)" . +# +# http://purl.obolibrary.org/obo/OBI_0002347 + . + . + "Stage 2A (FIGO)" . + . + "A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T2a, N0, and M0." . + "Chris Stoeckert, Helena Ellis" . + "Stage 2A" . + "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/" . + "NCI BBRB" . + "Stage 2A (FIGO)" . +# +# http://purl.obolibrary.org/obo/OBI_0002348 + . + . + "Stage 2B (FIGO)" . + . + "A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T2b, N0, and M0." . + "Chris Stoeckert, Helena Ellis" . + "Stage 2B" . + "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/" . + "NCI BBRB" . + "Stage 2B (FIGO)" . +# +# http://purl.obolibrary.org/obo/OBI_0002349 + . + . + "Stage 2C (FIGO)" . + . + "A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T2c, N0, and M0." . + "Chris Stoeckert, Helena Ellis" . + "Stage 2C" . + "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/" . + "NCI BBRB" . + "Stage 2C (FIGO)" . +# +# http://purl.obolibrary.org/obo/OBI_0002350 + . + . + "Stage 3 (FIGO)" . + . + "A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of (T3, N0, and M0) or (T3,3a,3b, NX, and M0)." . + "Chris Stoeckert, Helena Ellis" . + "Stage 3" . + "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/" . + "NCI BBRB" . + "Stage 3 (FIGO)" . +# +# http://purl.obolibrary.org/obo/OBI_0002351 + . + . + "Stage 3A (FIGO)" . + . + "A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T3a, N0, and M0 ." . + "Chris Stoeckert, Helena Ellis" . + "Stage 3A" . + "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/" . + "NCI BBRB" . + "Stage 3A (FIGO)" . +# +# http://purl.obolibrary.org/obo/OBI_0002352 + . + . + "Stage 3B (FIGO)" . + . + "A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T3b, N0, and M0 ." . + "Chris Stoeckert, Helena Ellis" . + "Stage 3B" . + "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/" . + "NCI BBRB" . + "Stage 3B (FIGO)" . +# +# http://purl.obolibrary.org/obo/OBI_0002353 + . + . + "Stage 3C (FIGO)" . + . + "A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of (T3c, N0,X and M0) or (any T, N1 and M0)." . + "Chris Stoeckert, Helena Ellis" . + "Stage 3C" . + "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/" . + "NCI BBRB" . + "Stage 3C (FIGO)" . +# +# http://purl.obolibrary.org/obo/OBI_0002354 + . + . + "Stage 4 (FIGO)" . + . + "A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of any T, any N, and M1." . + "Chris Stoeckert, Helena Ellis" . + "Stage 4" . + "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/" . + "NCI BBRB" . + "Stage 4 (FIGO)" . +# +# http://purl.obolibrary.org/obo/OBI_0002355 + . + . + "Stage Unknown (FIGO)" . + . + "A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of (T0, N0, and M0) or (T1,1a-1c,2,2a-2c, NX, and M0) or (TX, N0,X, M0)." . + "Chris Stoeckert, Helena Ellis" . + "Stage Unknown" . + "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/" . + "NCI BBRB" . + "Stage Unknown (FIGO)" . +# +# http://purl.obolibrary.org/obo/OBI_0002358 + . + . + "3: symptomatic in bed more than 50% of the day but not bed ridden" . + . + "An Eastern Cooperative Oncology Group score value specification indicating a patient is symptomatic and in bed for more than 50% of the day but is not bed ridden." . + "Chris Stoeckert, Helena Ellis" . + "NCI BBRB, OBI" . + "NCI BBRB" . + "3: symptomatic in bed more than 50% of the day but not bed ridden" . +# +# http://purl.obolibrary.org/obo/OBI_0002359 + . + . + "2: symptomatic but in bed less than 50% of the day" . + . + "An Eastern Cooperative Oncology Group score value specification indicating a patient is symptomatic but is in bed for less than 50% of the day." . + "Chris Stoeckert, Helena Ellis" . + "NCI BBRB, OBI" . + "NCI BBRB" . + "2: symptomatic but in bed less than 50% of the day" . +# +# http://purl.obolibrary.org/obo/OBI_0002360 + . + . + "4: bed ridden" . + . + "An Eastern Cooperative Oncology Group score value specification indicating a patient is symptomatic and is bed ridden." . + "Chris Stoeckert, Helena Ellis" . + "NCI BBRB, OBI" . + "NCI BBRB" . + "4: bed ridden" . +# +# http://purl.obolibrary.org/obo/OBI_0002361 + . + . + "0: asymptomatic" . + . + "An Eastern Cooperative Oncology Group score value specification indicating a patient is asymptomatic." . + "Chris Stoeckert, Helena Ellis" . + "NCI BBRB, OBI" . + "NCI BBRB" . + "0: asymptomatic" . +# +# http://purl.obolibrary.org/obo/OBI_0002362 + . + . + "1: symptomatic but fully ambulatory" . + . + "An Eastern Cooperative Oncology Group score value specification indicating a patient is symptomatic but is fully ambulatory." . + "Chris Stoeckert, Helena Ellis" . + "NCI BBRB, OBI" . + "NCI BBRB" . + "1: symptomatic but fully ambulatory" . +# +# http://purl.obolibrary.org/obo/OBI_0002364 + . + . + "100: asymptomatic" . + . + "A Karnofsky score vaue specification indicating that a patient is asymptomatic." . + "Chris Stoeckert, Helena Ellis" . + "NCI BBRB, OBI" . + "NCI BBRB" . + "100: asymptomatic" . +# +# http://purl.obolibrary.org/obo/OBI_0002365 + . + . + "80-90: symptomatic but fully ambulatory" . + . + "A Karnofsky score vaue specification indicating that a patient is symptomatic but fully ambulatory." . + "Chris Stoeckert, Helena Ellis" . + "NCI BBRB, OBI" . + "NCI BBRB" . + "80-90: symptomatic but fully ambulatory" . +# +# http://purl.obolibrary.org/obo/OBI_0002366 + . + . + "60-70: symptomatic but in bed less than 50% of the day" . + . + "A Karnofsky score vaue specification indicating that a patient is symptomatic but in bed less than 50% of the day." . + "Chris Stoeckert, Helena Ellis" . + "NCI BBRB, OBI" . + "NCI BBRB" . + "60-70: symptomatic but in bed less than 50% of the day" . +# +# http://purl.obolibrary.org/obo/OBI_0002367 + . + . + "40-50: symptomatic, in bed more than 50% of the day, but not bed ridden" . + . + "A Karnofsky score vaue specification indicating that a patient is symptomatic, in bed more than 50% of the day, but not bed ridden." . + "Chris Stoeckert, Helena Ellis" . + "NCI BBRB, OBI" . + "NCI BBRB" . + "40-50: symptomatic, in bed more than 50% of the day, but not bed ridden" . +# +# http://purl.obolibrary.org/obo/OBI_0002755 + . + . + "Oxford Nanopore Technologies" . + . + "An organization that is developing and selling nanopore sequencing products and is based in the UK." . + "James A. Overton" . + "https://en.wikipedia.org/wiki/Oxford_Nanopore_Technologies" . + "Oxford Nanopore Technologies" . +# +# http://purl.obolibrary.org/obo/OBI_0002903 + . + . + "BioGents" . + . + "An organization that manufactures mosquito traps and other mosquito control products." . + "John Judkins" . + "WEB:https://eu.biogents.com/about-biogents/" . + "BioGents" . +# +# http://purl.obolibrary.org/obo/OBI_0003495 + . + . + "Abbott" . + . + "A manufacturer of rapid point-of-care assay devices." . + "John Judkins ORCID:0000-0001-6595-0902" . + "WEB:https://www.globalpointofcare.abbott/en/about.html" . + "https://github.com/obi-ontology/obi/issues/1456" . + "Abbott" . +# +# http://purl.obolibrary.org/obo/OBI_0003496 + . + . + "J. Mitra" . + . + "A manufacturer of in vitro diagnostic assay kits in India." . + "John Judkins ORCID:0000-0001-6595-0902" . + "WEB:https://jmitra.co.in/about-us/" . + "https://github.com/obi-ontology/obi/issues/1456" . + "J. Mitra" . +# +# http://purl.obolibrary.org/obo/OBI_0003497 + . + . + "InBios" . + . + "A manufacturer that specializes in in vitro diagnostic devices designed to test for infectious diseases." . + "John Judkins ORCID:0000-0001-6595-0902" . + "WEB:https://inbios.com/about/" . + "https://github.com/obi-ontology/obi/issues/1456" . + "InBios" . +# +# http://purl.obolibrary.org/obo/UO_0000008 + . + . + "meter" . + "A length unit which is equal to the length of the path traveled by light in vacuum during a time interval of 1/299 792 458 of a second." . + "m" . + . + "meter" . +# +# http://purl.obolibrary.org/obo/UO_0000009 + . + . + "kilogram" . + "A mass unit which is equal to the mass of the International Prototype Kilogram kept by the BIPM at Svres, France." . + "kg" . + . + "kilogram" . +# +# http://purl.obolibrary.org/obo/UO_0000010 + . + . + "second" . + "A time unit which is equal to the duration of 9 192 631 770 periods of the radiation corresponding to the transition between the two hyperfine levels of the ground state of the caesium 133 atom." . + "s" . + "sec" . + . + "second" . +# +# http://purl.obolibrary.org/obo/UO_0000015 + . + . + "centimeter" . + "A length unit which is equal to one hundredth of a meter or 10^[-2] m." . + "cm" . + . + "centimeter" . +# +# http://purl.obolibrary.org/obo/UO_0000016 + . + . + "millimeter" . + "A length unit which is equal to one thousandth of a meter or 10^[-3] m." . + "mm" . + . + "millimeter" . +# +# http://purl.obolibrary.org/obo/UO_0000017 + . + . + "micrometer" . + "A length unit which is equal to one millionth of a meter or 10^[-6] m." . + "um" . + . + "micrometer" . +# +# http://purl.obolibrary.org/obo/UO_0000018 + . + . + "nanometer" . + "A length unit which is equal to one thousandth of one millionth of a meter or 10^[-9] m." . + "nm" . + . + "nanometer" . +# +# http://purl.obolibrary.org/obo/UO_0000019 + . + . + "angstrom" . + "A length unit which is equal to 10 [-10] m." . + . + "angstrom" . +# +# http://purl.obolibrary.org/obo/UO_0000021 + . + . + "gram" . + "A mass unit which is equal to one thousandth of a kilogram or 10^[-3] kg." . + "g" . + . + "gram" . +# +# http://purl.obolibrary.org/obo/UO_0000022 + . + . + "milligram" . + "A mass unit which is equal to one thousandth of a gram or 10^[-3] g." . + "mg" . + . + "milligram" . +# +# http://purl.obolibrary.org/obo/UO_0000023 + . + . + "microgram" . + "A mass unit which is equal to one millionth of a gram or 10^[-6] g." . + "ug" . + . + "microgram" . +# +# http://purl.obolibrary.org/obo/UO_0000024 + . + . + "nanogram" . + "A mass unit which is equal to one thousandth of one millionth of a gram or 10^[-9] g." . + "ng" . + . + "nanogram" . +# +# http://purl.obolibrary.org/obo/UO_0000025 + . + . + "picogram" . + "A mass unit which is equal to 10^[-12] g." . + "pg" . + . + "picogram" . +# +# http://purl.obolibrary.org/obo/UO_0000027 + . + . + "degree Celsius" . + "A temperature unit which is equal to one kelvin degree. However, they have their zeros at different points. The centigrade scale has its zero at 273.15 K." . + "C" . + "degree C" . + . + "degree Celsius" . +# +# http://purl.obolibrary.org/obo/UO_0000031 + . + . + "minute" . + "A time unit which is equal to 60 seconds." . + "min" . + . + "minute" . +# +# http://purl.obolibrary.org/obo/UO_0000032 + . + . + "hour" . + "A time unit which is equal to 3600 seconds or 60 minutes." . + "h" . + "hr" . + . + "hour" . +# +# http://purl.obolibrary.org/obo/UO_0000033 + . + . + "day" . + "A time unit which is equal to 24 hours." . + . + "day" . +# +# http://purl.obolibrary.org/obo/UO_0000034 + . + . + "week" . + "A time unit which is equal to 7 days." . + . + "week" . +# +# http://purl.obolibrary.org/obo/UO_0000035 + . + . + "month" . + "A time unit which is approximately equal to the length of time of one of cycle of the moon's phases which in science is taken to be equal to 30 days." . + . + "month" . +# +# http://purl.obolibrary.org/obo/UO_0000036 + . + . + "year" . + "A time unit which is equal to 12 months which is science is taken to be equal to 365.25 days." . + . + "year" . +# +# http://purl.obolibrary.org/obo/UO_0000039 + . + . + "micromole" . + "A substance unit equal to a millionth of a mol or 10^[-6] mol." . + "umol" . + . + "micromole" . +# +# http://purl.obolibrary.org/obo/UO_0000041 + . + . + "nanomole" . + "A substance unit equal to one thousandth of one millionth of a mole or 10^[-9] mol." . + "nmol" . + . + "nanomole" . +# +# http://purl.obolibrary.org/obo/UO_0000042 + . + . + "picomole" . + "A substance unit equal to 10^[-12] mol." . + "pmol" . + . + "picomole" . +# +# http://purl.obolibrary.org/obo/UO_0000062 + . + . + "molar" . + "A unit of concentration which expresses a concentration of 1 mole of solute per liter of solution (mol/L)." . + "M" . + . + "molar" . +# +# http://purl.obolibrary.org/obo/UO_0000063 + . + . + "millimolar" . + "A unit of molarity which is equal to one thousandth of a molar or 10^[-3] M." . + "mM" . + . + "millimolar" . +# +# http://purl.obolibrary.org/obo/UO_0000064 + . + . + "micromolar" . + "A unit of molarity which is equal to one millionth of a molar or 10^[-6] M." . + "uM" . + . + "micromolar" . +# +# http://purl.obolibrary.org/obo/UO_0000065 + . + . + "nanomolar" . + "A unit of molarity which is equal to one thousandth of one millionth of a molar or 10^[-9] M." . + "nM" . + . + "nanomolar" . +# +# http://purl.obolibrary.org/obo/UO_0000066 + . + . + "picomolar" . + "A unit of molarity which is equal to 10^[-12] M." . + "pM" . + . + "picomolar" . +# +# http://purl.obolibrary.org/obo/UO_0000097 + . + . + "cubic centimeter" . + "A volume unit which is equal to one millionth of a cubic meter or 10^[-9] m^[3], or to 1 ml." . + "cc" . + . + "cubic centimeter" . +# +# http://purl.obolibrary.org/obo/UO_0000098 + . + . + "milliliter" . + "A volume unit which is equal to one thousandth of a liter or 10^[-3] L, or to 1 cubic centimeter." . + "ml" . + . + "milliliter" . +# +# http://purl.obolibrary.org/obo/UO_0000099 + . + . + "liter" . + "A volume unit which is equal to one thousandth of a cubic meter or 10^[-3] m^[3], or to 1 decimeter." . + "L" . + . + "liter" . +# +# http://purl.obolibrary.org/obo/UO_0000100 + . + . + "cubic decimeter" . + "A volume unit which is equal to one thousand of a cubic meter or 10^[-3] m^[3], or to 1 L." . + . + "cubic decimeter" . +# +# http://purl.obolibrary.org/obo/UO_0000101 + . + . + "microliter" . + "A volume unit which is equal to one millionth of a liter or 10^[-6] L." . + "ul" . + . + "microliter" . +# +# http://purl.obolibrary.org/obo/UO_0000102 + . + . + "nanoliter" . + "A volume unit which is equal to one thousandth of one millionth of a liter or 10^[-9] L." . + "nl" . + . + "nanoliter" . +# +# http://purl.obolibrary.org/obo/UO_0000103 + . + . + "picoliter" . + "A volume unit which is equal to 10^[-12] L." . + "pl" . + . + "picoliter" . +# +# http://purl.obolibrary.org/obo/UO_0000106 + . + . + "hertz" . + "A frequency unit which is equal to 1 complete cycle of a recurring phenomenon in 1 second." . + . + "hertz" . +# +# http://purl.obolibrary.org/obo/UO_0000163 + . + . + "mass percentage" . + "A dimensionless concentration unit which denotes the mass of a substance in a mixture as a percentage of the mass of the entire mixture." . + "% w/w" . + "percent weight pr weight" . + . + "mass percentage" . +# +# http://purl.obolibrary.org/obo/UO_0000164 + . + . + "mass volume percentage" . + "A dimensionless concentration unit which denotes the mass of the substance in a mixture as a percentage of the volume of the entire mixture." . + "% w/v" . + "percent vol per vol" . + . + "mass volume percentage" . +# +# http://purl.obolibrary.org/obo/UO_0000165 + . + . + "volume percentage" . + "A dimensionless concentration unit which denotes the volume of the solute in mL per 100 mL of the resulting solution." . + "% v/v" . + "percent vol per vol" . + . + "volume percentage" . +# +# http://purl.obolibrary.org/obo/UO_0000175 + . + . + "gram per liter" . + "A mass unit density which is equal to mass of an object in grams divided by the volume in liters." . + "g per L" . + "g/L" . + . + "gram per liter" . +# +# http://purl.obolibrary.org/obo/UO_0000176 + . + . + "milligram per milliliter" . + "A mass unit density which is equal to mass of an object in milligrams divided by the volume in milliliters." . + "mg per ml" . + "mg/ml" . + . + "milligram per milliliter" . +# +# http://purl.obolibrary.org/obo/UO_0000195 + . + . + "degree Fahrenheit" . + "A temperature unit which is equal to 5/9ths of a kelvin. Negative 40 degrees Fahrenheit is equal to negative 40 degrees Celsius." . + . + "degree Fahrenheit" . +# +# http://purl.obolibrary.org/obo/UO_0000196 + . + . + "pH" . + "A dimensionless concentration notation which denotes the acidity of a solution in terms of activity of hydrogen ions (H+)." . + . + "pH" . +# +# http://purl.obolibrary.org/obo/UO_0000207 + . + . + "milliliter per liter" . + "A volume per unit volume unit which is equal to one millionth of a liter of solute in one liter of solution." . + "ml per L" . + "ml/l" . + . + "milliliter per liter" . +# +# http://purl.obolibrary.org/obo/UO_0000208 + . + . + "gram per deciliter" . + "A mass density unit which is equal to mass of an object in grams divided by the volume in deciliters." . + "g/dl" . + . + "gram per deciliter" . +# +# http://purl.obolibrary.org/obo/UO_0000212 + . + . + "colony forming unit per volume" . + "A concentration unit which a measure of viable bacterial numbers in a given volume." . + . + "colony forming unit per volume" . +# +# http://purl.obolibrary.org/obo/UO_0000271 + . + . + "microliters per minute" . + "A volumetric flow rate unit which is equal to one microliter volume through a given surface in one minute." . + . + "microliters per minute" . +# +# http://purl.obolibrary.org/obo/UO_0000281 + . + . + "count per nanomolar second" . + "A rate unit which is equal to one over one nanomolar second." . + . + "count per nanomolar second" . +# +# http://purl.obolibrary.org/obo/UO_0000282 + . + . + "count per molar second" . + "A rate unit which is equal to one over one molar second." . + . + "count per molar second" . +# +# http://purl.obolibrary.org/obo/UO_0000284 + . + . + "count per nanomolar" . + "A rate unit which is equal to one over one nanomolar." . + . + "count per nanomolar" . +# +# http://purl.obolibrary.org/obo/UO_0000285 + . + . + "count per molar" . + "A rate unit which is equal to one over one molar." . + . + "count per molar" . +# +# http://purl.obolibrary.org/obo/UO_0000301 + . + . + "microgram per liter" . + "A mass unit density which is equal to mass of an object in micrograms divided by the volume in liters." . + "ng/ml" . + "ug/L" . + . + "microgram per liter" . +# +# http://purl.obolibrary.org/obo/obi.owl + . +# +# +# +# ################################################################# +# # +# # Annotations +# # +# ################################################################# +# +# + "description" . +# + "Mark Miller" . + "2018-05-11T13:47:29Z"^^ . + "license" . +# + "title" . +# +# +# +# ################################################################# +# # +# # General axioms +# # +# ################################################################# +# +# +_:genid379 . +_:genid379 _:genid387 . +_:genid387 _:genid386 . +_:genid386 _:genid385 . +_:genid385 _:genid384 . +_:genid384 _:genid383 . +_:genid383 _:genid382 . +_:genid382 _:genid381 . +_:genid381 _:genid380 . +_:genid380 . +_:genid380 . +_:genid380 . +_:genid381 . +_:genid381 . +_:genid382 . +_:genid382 . +_:genid383 . +_:genid383 . +_:genid384 . +_:genid384 . +_:genid385 . +_:genid385 . +_:genid386 . +_:genid386 . +_:genid387 . +_:genid387 . +# +_:genid388 . +_:genid388 _:genid392 . +_:genid392 _:genid391 . +_:genid391 _:genid390 . +_:genid390 _:genid389 . +_:genid389 . +_:genid389 . +_:genid389 . +_:genid390 . +_:genid390 . +_:genid391 . +_:genid391 . +_:genid392 . +_:genid392 . +# +# +# +# ################################################################# +# # +# # Rules +# # +# ################################################################# +# +# + . + . + . + . + . + . + . + . + . + . + . + . + . + . + . + . + . + . + . + . + . + . + . + . + . + . +_:genid393 . +_:genid393 _:genid396 . +_:genid396 _:genid394 . +_:genid394 . +_:genid394 _:genid395 . +_:genid395 . +_:genid395 . +_:genid395 . +_:genid395 . +_:genid394 . +_:genid396 _:genid397 . +_:genid397 . +_:genid397 . +_:genid397 . +_:genid396 . +_:genid393 _:genid398 . +_:genid398 . +_:genid398 _:genid399 . +_:genid399 . +_:genid399 . +_:genid399 . +_:genid399 . +_:genid398 . +_:genid400 . +_:genid400 _:genid403 . +_:genid403 _:genid401 . +_:genid401 . +_:genid401 _:genid402 . +_:genid402 . +_:genid402 . +_:genid402 . +_:genid402 . +_:genid401 . +_:genid403 _:genid404 . +_:genid404 . +_:genid404 . +_:genid404 . +_:genid403 . +_:genid400 _:genid405 . +_:genid405 . +_:genid405 _:genid406 . +_:genid406 . +_:genid406 . +_:genid406 . +_:genid406 . +_:genid405 . +_:genid407 . +_:genid407 _:genid410 . +_:genid410 _:genid408 . +_:genid408 . +_:genid408 _:genid409 . +_:genid409 . +_:genid409 . +_:genid409 . +_:genid409 . +_:genid408 . +_:genid410 _:genid411 . +_:genid411 . +_:genid411 . +_:genid411 . +_:genid410 . +_:genid407 _:genid412 . +_:genid412 . +_:genid412 _:genid413 . +_:genid413 . +_:genid413 . +_:genid413 . +_:genid413 . +_:genid412 . +_:genid414 "GP(X)-enables->MF(Y)-has_part->MF(Z) => GP(X) enables MF(Z),\ne.g. if GP X enables ATPase coupled transporter activity' and 'ATPase coupled transporter activity' has_part 'ATPase activity' then GP(X) enables 'ATPase activity'" . +_:genid414 "enabling an MF enables its parts" . +_:genid414 . +_:genid414 _:genid419 . +_:genid419 _:genid417 . +_:genid417 _:genid415 . +_:genid415 . +_:genid415 _:genid416 . +_:genid416 . +_:genid416 . +_:genid416 . +_:genid416 . +_:genid415 . +_:genid417 _:genid418 . +_:genid418 . +_:genid418 . +_:genid418 . +_:genid418 . +_:genid417 . +_:genid419 _:genid420 . +_:genid420 . +_:genid420 . +_:genid420 . +_:genid419 . +_:genid414 _:genid421 . +_:genid421 . +_:genid421 _:genid422 . +_:genid422 . +_:genid422 . +_:genid422 . +_:genid422 . +_:genid421 . +_:genid423 "true"^^ . +_:genid423 "GP(X)-enables->MF(Y)-part_of->BP(Z) => GP(X) involved_in BP(Z) e.g. if X enables 'protein kinase activity' and Y 'part of' 'signal tranduction' then X involved in 'signal transduction'" . +_:genid423 "involved in BP" . +_:genid423 . +_:genid423 _:genid428 . +_:genid428 _:genid426 . +_:genid426 _:genid424 . +_:genid424 . +_:genid424 _:genid425 . +_:genid425 . +_:genid425 . +_:genid425 . +_:genid425 . +_:genid424 . +_:genid426 _:genid427 . +_:genid427 . +_:genid427 . +_:genid427 . +_:genid427 . +_:genid426 . +_:genid428 _:genid429 . +_:genid429 . +_:genid429 . +_:genid429 . +_:genid428 . +_:genid423 _:genid430 . +_:genid430 . +_:genid430 _:genid431 . +_:genid431 . +_:genid431 . +_:genid431 . +_:genid431 . +_:genid430 . +_:genid432 "true"^^ . +_:genid432 "MF(X)-directly_regulates->MF(Y)-enabled_by->GP(Z) => MF(Y)-has_input->GP(Y) e.g. if 'protein kinase activity'(X) directly_regulates 'protein binding activity (Y)and this is enabled by GP(Z) then X has_input Z" . +_:genid432 "infer input from direct reg" . +_:genid432 . +_:genid432 _:genid439 . +_:genid439 _:genid437 . +_:genid437 _:genid435 . +_:genid435 _:genid433 . +_:genid433 . +_:genid433 _:genid434 . +_:genid434 . +_:genid434 . +_:genid434 . +_:genid433 . +_:genid435 _:genid436 . +_:genid436 . +_:genid436 . +_:genid436 . +_:genid435 . +_:genid437 _:genid438 . +_:genid438 . +_:genid438 . +_:genid438 . +_:genid438 . +_:genid437 . +_:genid439 _:genid440 . +_:genid440 . +_:genid440 . +_:genid440 . +_:genid440 . +_:genid439 . +_:genid432 _:genid441 . +_:genid441 . +_:genid441 _:genid442 . +_:genid442 . +_:genid442 . +_:genid442 . +_:genid442 . +_:genid441 . +_:genid443 "If a molecular function (X) has a regulatory subfunction, then any gene product which is an input to that subfunction has an activity that directly_regulates X. Note: this is intended for cases where the regaultory subfunction is protein binding, so it could be tightened with an additional clause to specify this." . +_:genid443 "inferring direct reg edge from input to regulatory subfunction" . +_:genid443 . +_:genid443 _:genid448 . +_:genid448 _:genid446 . +_:genid446 _:genid444 . +_:genid444 . +_:genid444 _:genid445 . +_:genid445 . +_:genid445 . +_:genid445 . +_:genid445 . +_:genid444 . +_:genid446 _:genid447 . +_:genid447 . +_:genid447 . +_:genid447 . +_:genid447 . +_:genid446 . +_:genid448 _:genid449 . +_:genid449 . +_:genid449 . +_:genid449 . +_:genid449 . +_:genid448 . +_:genid443 _:genid450 . +_:genid450 . +_:genid450 _:genid451 . +_:genid451 . +_:genid451 . +_:genid451 . +_:genid451 . +_:genid450 . +_:genid452 "inferring direct neg reg edge from input to regulatory subfunction" . +_:genid452 . +_:genid452 _:genid457 . +_:genid457 _:genid455 . +_:genid455 _:genid453 . +_:genid453 . +_:genid453 _:genid454 . +_:genid454 . +_:genid454 . +_:genid454 . +_:genid454 . +_:genid453 . +_:genid455 _:genid456 . +_:genid456 . +_:genid456 . +_:genid456 . +_:genid456 . +_:genid455 . +_:genid457 _:genid458 . +_:genid458 . +_:genid458 . +_:genid458 . +_:genid458 . +_:genid457 . +_:genid452 _:genid459 . +_:genid459 . +_:genid459 _:genid460 . +_:genid460 . +_:genid460 . +_:genid460 . +_:genid460 . +_:genid459 . +_:genid461 "inferring direct positive reg edge from input to regulatory subfunction" . +_:genid461 . +_:genid461 _:genid466 . +_:genid466 _:genid464 . +_:genid464 _:genid462 . +_:genid462 . +_:genid462 _:genid463 . +_:genid463 . +_:genid463 . +_:genid463 . +_:genid463 . +_:genid462 . +_:genid464 _:genid465 . +_:genid465 . +_:genid465 . +_:genid465 . +_:genid465 . +_:genid464 . +_:genid466 _:genid467 . +_:genid467 . +_:genid467 . +_:genid467 . +_:genid467 . +_:genid466 . +_:genid461 _:genid468 . +_:genid468 . +_:genid468 _:genid469 . +_:genid469 . +_:genid469 . +_:genid469 . +_:genid469 . +_:genid468 . +_:genid470 . +_:genid470 _:genid477 . +_:genid477 _:genid475 . +_:genid475 _:genid473 . +_:genid473 _:genid471 . +_:genid471 . +_:genid471 _:genid472 . +_:genid472 . +_:genid472 . +_:genid472 . +_:genid472 . +_:genid471 . +_:genid473 _:genid474 . +_:genid474 . +_:genid474 . +_:genid474 . +_:genid474 . +_:genid473 . +_:genid475 _:genid476 . +_:genid476 . +_:genid476 . +_:genid476 . +_:genid475 . +_:genid477 _:genid478 . +_:genid478 . +_:genid478 . +_:genid478 . +_:genid478 . +_:genid477 . +_:genid470 _:genid479 . +_:genid479 . +_:genid479 _:genid480 . +_:genid480 . +_:genid480 . +_:genid480 . +_:genid480 . +_:genid479 . +_:genid481 "effector input is compound function input" . +_:genid481 . +_:genid481 _:genid484 . +_:genid484 _:genid482 . +_:genid482 . +_:genid482 _:genid483 . +_:genid483 . +_:genid483 . +_:genid483 . +_:genid483 . +_:genid482 . +_:genid484 _:genid485 . +_:genid485 . +_:genid485 . +_:genid485 . +_:genid485 . +_:genid484 . +_:genid481 _:genid486 . +_:genid486 . +_:genid486 _:genid487 . +_:genid487 . +_:genid487 . +_:genid487 . +_:genid487 . +_:genid486 . +_:genid488 "Input of effector is input of its parent MF" . +_:genid488 . +_:genid488 _:genid491 . +_:genid491 _:genid489 . +_:genid489 . +_:genid489 _:genid490 . +_:genid490 . +_:genid490 . +_:genid490 . +_:genid490 . +_:genid489 . +_:genid491 _:genid492 . +_:genid492 . +_:genid492 . +_:genid492 . +_:genid492 . +_:genid491 . +_:genid488 _:genid493 . +_:genid493 . +_:genid493 _:genid494 . +_:genid494 . +_:genid494 . +_:genid494 . +_:genid494 . +_:genid493 . +_:genid495 "if effector directly positively regulates X, its parent MF directly positively regulates X" . +_:genid495 . +_:genid495 _:genid498 . +_:genid498 _:genid496 . +_:genid496 . +_:genid496 _:genid497 . +_:genid497 . +_:genid497 . +_:genid497 . +_:genid497 . +_:genid496 . +_:genid498 _:genid499 . +_:genid499 . +_:genid499 . +_:genid499 . +_:genid499 . +_:genid498 . +_:genid495 _:genid500 . +_:genid500 . +_:genid500 _:genid501 . +_:genid501 . +_:genid501 . +_:genid501 . +_:genid501 . +_:genid500 . +_:genid502 "if effector directly regulates X, its parent MF directly regulates X" . +_:genid502 . +_:genid502 _:genid505 . +_:genid505 _:genid503 . +_:genid503 . +_:genid503 _:genid504 . +_:genid504 . +_:genid504 . +_:genid504 . +_:genid504 . +_:genid503 . +_:genid505 _:genid506 . +_:genid506 . +_:genid506 . +_:genid506 . +_:genid506 . +_:genid505 . +_:genid502 _:genid507 . +_:genid507 . +_:genid507 _:genid508 . +_:genid508 . +_:genid508 . +_:genid508 . +_:genid508 . +_:genid507 . +_:genid509 "if effector directly negatively regulates X, its parent MF directly negatively regulates X" . +_:genid509 . +_:genid509 _:genid512 . +_:genid512 _:genid510 . +_:genid510 . +_:genid510 _:genid511 . +_:genid511 . +_:genid511 . +_:genid511 . +_:genid511 . +_:genid510 . +_:genid512 _:genid513 . +_:genid513 . +_:genid513 . +_:genid513 . +_:genid513 . +_:genid512 . +_:genid509 _:genid514 . +_:genid514 . +_:genid514 _:genid515 . +_:genid515 . +_:genid515 . +_:genid515 . +_:genid515 . +_:genid514 . +_:genid516 . +_:genid516 _:genid519 . +_:genid519 _:genid517 . +_:genid517 . +_:genid517 _:genid518 . +_:genid518 . +_:genid518 . +_:genid518 . +_:genid518 . +_:genid517 . +_:genid519 _:genid520 . +_:genid520 . +_:genid520 . +_:genid520 . +_:genid520 . +_:genid519 . +_:genid516 _:genid521 . +_:genid521 . +_:genid521 _:genid522 . +_:genid522 . +_:genid522 . +_:genid522 . +_:genid522 . +_:genid521 . +_:genid523 . +_:genid523 _:genid526 . +_:genid526 _:genid524 . +_:genid524 . +_:genid524 _:genid525 . +_:genid525 . +_:genid525 . +_:genid525 . +_:genid525 . +_:genid524 . +_:genid526 _:genid527 . +_:genid527 . +_:genid527 . +_:genid527 . +_:genid527 . +_:genid526 . +_:genid523 _:genid528 . +_:genid528 . +_:genid528 _:genid529 . +_:genid529 . +_:genid529 . +_:genid529 . +_:genid529 . +_:genid528 . +_:genid530 . +_:genid530 _:genid533 . +_:genid533 _:genid531 . +_:genid531 . +_:genid531 _:genid532 . +_:genid532 . +_:genid532 . +_:genid532 . +_:genid532 . +_:genid531 . +_:genid533 _:genid534 . +_:genid534 . +_:genid534 . +_:genid534 . +_:genid534 . +_:genid533 . +_:genid530 _:genid535 . +_:genid535 . +_:genid535 _:genid536 . +_:genid536 . +_:genid536 . +_:genid536 . +_:genid536 . +_:genid535 . +_:genid537 . +_:genid537 _:genid540 . +_:genid540 _:genid538 . +_:genid538 . +_:genid538 _:genid539 . +_:genid539 . +_:genid539 . +_:genid539 . +_:genid539 . +_:genid538 . +_:genid540 _:genid541 . +_:genid541 . +_:genid541 . +_:genid541 . +_:genid541 . +_:genid540 . +_:genid537 _:genid542 . +_:genid542 . +_:genid542 _:genid543 . +_:genid543 . +_:genid543 . +_:genid543 . +_:genid543 . +_:genid542 . +_:genid544 . +_:genid544 _:genid547 . +_:genid547 _:genid545 . +_:genid545 . +_:genid545 _:genid546 . +_:genid546 . +_:genid546 . +_:genid546 . +_:genid546 . +_:genid545 . +_:genid547 _:genid548 . +_:genid548 . +_:genid548 . +_:genid548 . +_:genid548 . +_:genid547 . +_:genid544 _:genid549 . +_:genid549 . +_:genid549 _:genid550 . +_:genid550 . +_:genid550 . +_:genid550 . +_:genid550 . +_:genid549 . +_:genid551 . +_:genid551 _:genid554 . +_:genid554 _:genid552 . +_:genid552 . +_:genid552 _:genid553 . +_:genid553 . +_:genid553 . +_:genid553 . +_:genid553 . +_:genid552 . +_:genid554 _:genid555 . +_:genid555 . +_:genid555 . +_:genid555 . +_:genid555 . +_:genid554 . +_:genid551 _:genid556 . +_:genid556 . +_:genid556 _:genid557 . +_:genid557 . +_:genid557 . +_:genid557 . +_:genid557 . +_:genid556 . +# Generated by the OWL API (version 5.1.18) https://github.com/owlcs/owlapi/ diff --git a/ontology.owl b/ontology.owl new file mode 100644 index 0000000..181ad04 --- /dev/null +++ b/ontology.owl @@ -0,0 +1,23591 @@ + + + + + + + + TIB (2023): DigitRubber Ontology. An ontology demonstrating rich ontology for rubber extrusion. PURL: http://www.purl.org/OntoMeta/DigitRubberOntology. + + 2023-06-01T08:05:00 + DigitRubber Ontology + + + 2023-09-26T10:19:00 + + + DigitRubber Ontology + active + + DRO + + + DigitRubber ontology has been developed for rubber extrusion + + + 01:06:2023 08:05 + + v2023-Sep-26 + A description of changes between last version and current version of the ontology. + + + DRO + + The DigitRubber ontology aplies OWL2 EL (cf. https://www.w3.org/TR/2012/REC-owl2-profiles-20121211/#OWL_2_EL) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + example of usage + + A phrase describing how a term should be used and/or a citation to a work which uses it. May also include other kinds of examples that facilitate immediate understanding, such as widely know prototypes or instances of a class, or cases where a relation is said to hold. + PERSON:Daniel Schober + GROUP:OBI:<http://purl.obolibrary.org/obo/obi> + + example of usage + + + + + + + + + has curation status + PERSON:Alan Ruttenberg + PERSON:Bill Bug + PERSON:Melanie Courtot + has curation status + + + + + + + + + definition + definition + textual definition + + The official OBI definition, explaining the meaning of a class or property. Shall be Aristotelian, formalized and normalized. Can be augmented with colloquial definitions. + The official definition, explaining the meaning of a class or property. Shall be Aristotelian, formalized and normalized. Can be augmented with colloquial definitions. + 2012-04-05: +Barry Smith + +The official OBI definition, explaining the meaning of a class or property: 'Shall be Aristotelian, formalized and normalized. Can be augmented with colloquial definitions' is terrible. + +Can you fix to something like: + +A statement of necessary and sufficient conditions explaining the meaning of an expression referring to a class or property. + +Alan Ruttenberg + +Your proposed definition is a reasonable candidate, except that it is very common that necessary and sufficient conditions are not given. Mostly they are necessary, occasionally they are necessary and sufficient or just sufficient. Often they use terms that are not themselves defined and so they effectively can't be evaluated by those criteria. + +On the specifics of the proposed definition: + +We don't have definitions of 'meaning' or 'expression' or 'property'. For 'reference' in the intended sense I think we use the term 'denotation'. For 'expression', I think we you mean symbol, or identifier. For 'meaning' it differs for class and property. For class we want documentation that let's the intended reader determine whether an entity is instance of the class, or not. For property we want documentation that let's the intended reader determine, given a pair of potential relata, whether the assertion that the relation holds is true. The 'intended reader' part suggests that we also specify who, we expect, would be able to understand the definition, and also generalizes over human and computer reader to include textual and logical definition. + +Personally, I am more comfortable weakening definition to documentation, with instructions as to what is desirable. + +We also have the outstanding issue of how to aim different definitions to different audiences. A clinical audience reading chebi wants a different sort of definition documentation/definition from a chemistry trained audience, and similarly there is a need for a definition that is adequate for an ontologist to work with. + PERSON:Daniel Schober + GROUP:OBI:<http://purl.obolibrary.org/obo/obi> + + definition + definition + textual definition + + + + + + + + + + + + + + + + + + + + + + + alternative term + + An alternative name for a class or property which means the same thing as the preferred name (semantically equivalent) + PERSON:Daniel Schober + GROUP:OBI:<http://purl.obolibrary.org/obo/obi> + + alternative term + + + + + + + + + definition source + + Formal citation, e.g. identifier in external database to indicate / attribute source(s) for the definition. Free text indicate / attribute source(s) for the definition. EXAMPLE: Author Name, URI, MeSH Term C04, PUBMED ID, Wiki uri on 31.01.2007 + PERSON:Daniel Schober + Discussion on obo-discuss mailing-list, see http://bit.ly/hgm99w + GROUP:OBI:<http://purl.obolibrary.org/obo/obi> + + definition source + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + imported from + + For external terms/classes, the ontology from which the term was imported + PERSON:Alan Ruttenberg + PERSON:Melanie Courtot + GROUP:OBI:<http://purl.obolibrary.org/obo/obi> + + imported from + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ISA alternative term + + An alternative term used by the ISA tools project (http://isa-tools.org). + Requested by Alejandra Gonzalez-Beltran +https://sourceforge.net/tracker/?func=detail&aid=3603413&group_id=177891&atid=886178 + Person: Alejandra Gonzalez-Beltran + Person: Philippe Rocca-Serra + ISA tools project (http://isa-tools.org) + ISA alternative term + + + + + + + + + IEDB alternative term + + An alternative term used by the IEDB. + PERSON:Randi Vita, Jason Greenbaum, Bjoern Peters + IEDB + IEDB alternative term + + + + + + + + + An assertion that holds between an OWL Object Property and a temporal interpretation that elucidates how OWL Class Axioms that use this property are to be interpreted in a temporal context. + temporal interpretation + + + + + + + + + + + + + + + + + + + logical macro assertion on an annotation property + + + + + + + + + relation p is the direct form of relation q iff p is a subPropertyOf q, p does not have the Transitive characteristic, q does have the Transitive characteristic, and for all x, y: x q y -> exists z1, z2, ..., zn such that x p z1 ... z2n y + The general property hierarchy is: + + "directly P" SubPropertyOf "P" + Transitive(P) + +Where we have an annotation assertion + + "directly P" "is direct form of" "P" + If we have the annotation P is-direct-form-of Q, and we have inverses P' and Q', then it follows that P' is-direct-form-of Q' + + is direct form of + + + + + + + + + + + + + + + + + If R <- P o Q is a defining property chain axiom, then (1) R -> P o Q holds and (2) Q is either reflexive or locally reflexive. A corollary of this is that P SubPropertyOf R. + is a defining property chain axiom where second argument is reflexive + + + + + + + + + + 2018-03-14T00:03:16Z + is positive form of + + + + + + + + + + 2018-03-14T00:03:24Z + is negative form of + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Examples of a Contributor include a person, an + organisation, or a service. Typically, the name of a + Contributor should be used to indicate the entity. + An entity responsible for making contributions to the + content of the resource. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Recommended best practice is to use RFC 3066 [RFC3066], + which, in conjunction with ISO 639 [ISO639], defines two- + and three-letter primary language tags with optional + subtags. Examples include "en" or "eng" for English, + "akk" for Akkadian, and "en-GB" for English used in the + United Kingdom. + A language of the intellectual content of the resource. + + Language + Language + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + has_alternative_id + + + + + + + + + + + + + + + + has_exact_synonym + + + + + + + + + has_obo_namespace + + + + + + + + + has_related_synonym + + + + + + + + + + + + + + + + + + + + + + + in_subset + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + is part of + my brain is part of my body (continuant parthood, two material entities) + my stomach cavity is part of my stomach (continuant parthood, immaterial entity is part of material entity) + this day is part of this year (occurrent parthood) + a core relation that holds between a part and its whole + Everything is part of itself. Any part of any part of a thing is itself part of that thing. Two distinct things cannot be part of each other. + Occurrents are not subject to change and so parthood between occurrents holds for all the times that the part exists. Many continuants are subject to change, so parthood between continuants will only hold at certain times, but this is difficult to specify in OWL. See http://purl.obolibrary.org/obo/ro/docs/temporal-semantics/ + Occurrents are not subject to change and so parthood between occurrents holds for all the times that the part exists. Many continuants are subject to change, so parthood between continuants will only hold at certain times, but this is difficult to specify in OWL. See https://code.google.com/p/obo-relations/wiki/ROAndTime + Parthood requires the part and the whole to have compatible classes: only an occurrent can be part of an occurrent; only a process can be part of a process; only a continuant can be part of a continuant; only an independent continuant can be part of an independent continuant; only an immaterial entity can be part of an immaterial entity; only a specifically dependent continuant can be part of a specifically dependent continuant; only a generically dependent continuant can be part of a generically dependent continuant. (This list is not exhaustive.) + +A continuant cannot be part of an occurrent: use 'participates in'. An occurrent cannot be part of a continuant: use 'has participant'. A material entity cannot be part of an immaterial entity: use 'has location'. A specifically dependent continuant cannot be part of an independent continuant: use 'inheres in'. An independent continuant cannot be part of a specifically dependent continuant: use 'bearer of'. + part_of + + + + + + part of + + + http://www.obofoundry.org/ro/#OBO_REL:part_of + + + + + + + + + + + has part + my body has part my brain (continuant parthood, two material entities) + my stomach has part my stomach cavity (continuant parthood, material entity has part immaterial entity) + this year has part this day (occurrent parthood) + a core relation that holds between a whole and its part + Everything has itself as a part. Any part of any part of a thing is itself part of that thing. Two distinct things cannot have each other as a part. + Occurrents are not subject to change and so parthood between occurrents holds for all the times that the part exists. Many continuants are subject to change, so parthood between continuants will only hold at certain times, but this is difficult to specify in OWL. See http://purl.obolibrary.org/obo/ro/docs/temporal-semantics/ + Occurrents are not subject to change and so parthood between occurrents holds for all the times that the part exists. Many continuants are subject to change, so parthood between continuants will only hold at certain times, but this is difficult to specify in OWL. See https://code.google.com/p/obo-relations/wiki/ROAndTime + Parthood requires the part and the whole to have compatible classes: only an occurrent have an occurrent as part; only a process can have a process as part; only a continuant can have a continuant as part; only an independent continuant can have an independent continuant as part; only a specifically dependent continuant can have a specifically dependent continuant as part; only a generically dependent continuant can have a generically dependent continuant as part. (This list is not exhaustive.) + +A continuant cannot have an occurrent as part: use 'participates in'. An occurrent cannot have a continuant as part: use 'has participant'. An immaterial entity cannot have a material entity as part: use 'location of'. An independent continuant cannot have a specifically dependent continuant as part: use 'bearer of'. A specifically dependent continuant cannot have an independent continuant as part: use 'inheres in'. + has_part + + + + + has part + + + + + + + + + + realized in + this disease is realized in this disease course + this fragility is realized in this shattering + this investigator role is realized in this investigation + is realized by + realized_in + [copied from inverse property 'realizes'] to say that b realizes c at t is to assert that there is some material entity d & b is a process which has participant d at t & c is a disposition or role of which d is bearer_of at t& the type instantiated by b is correlated with the type instantiated by c. (axiom label in BFO2 Reference: [059-003]) + Paraphrase of elucidation: a relation between a realizable entity and a process, where there is some material entity that is bearer of the realizable entity and participates in the process, and the realizable entity comes to be realized in the course of the process + + realized in + + + + + + + + + realizes + this disease course realizes this disease + this investigation realizes this investigator role + this shattering realizes this fragility + to say that b realizes c at t is to assert that there is some material entity d & b is a process which has participant d at t & c is a disposition or role of which d is bearer_of at t& the type instantiated by b is correlated with the type instantiated by c. (axiom label in BFO2 Reference: [059-003]) + Paraphrase of elucidation: a relation between a process and a realizable entity, where there is some material entity that is bearer of the realizable entity and participates in the process, and the realizable entity comes to be realized in the course of the process + + realizes + + + + + + + + + + + + + + + + preceded by + x is preceded by y if and only if the time point at which y ends is before or equivalent to the time point at which x starts. Formally: x preceded by y iff ω(y) <= α(x), where α is a function that maps a process to a start point, and ω is a function that maps a process to an end point. + An example is: translation preceded_by transcription; aging preceded_by development (not however death preceded_by aging). Where derives_from links classes of continuants, preceded_by links classes of processes. Clearly, however, these two relations are not independent of each other. Thus if cells of type C1 derive_from cells of type C, then any cell division involving an instance of C1 in a given lineage is preceded_by cellular processes involving an instance of C. The assertion P preceded_by P1 tells us something about Ps in general: that is, it tells us something about what happened earlier, given what we know about what happened later. Thus it does not provide information pointing in the opposite direction, concerning instances of P1 in general; that is, that each is such as to be succeeded by some instance of P. Note that an assertion to the effect that P preceded_by P1 is rather weak; it tells us little about the relations between the underlying instances in virtue of which the preceded_by relation obtains. Typically we will be interested in stronger relations, for example in the relation immediately_preceded_by, or in relations which combine preceded_by with a condition to the effect that the corresponding instances of P and P1 share participants, or that their participants are connected by relations of derivation, or (as a first step along the road to a treatment of causality) that the one process in some way affects (for example, initiates or regulates) the other. + is preceded by + preceded_by + http://www.obofoundry.org/ro/#OBO_REL:preceded_by + + preceded by + + + + + + + + + + + + + + + precedes + x precedes y if and only if the time point at which x ends is before or equivalent to the time point at which y starts. Formally: x precedes y iff ω(x) <= α(y), where α is a function that maps a process to a start point, and ω is a function that maps a process to an end point. + + precedes + + + + + + + + + This document is about information artifacts and their representations + + A (currently) primitive relation that relates an information artifact to an entity. + 7/6/2009 Alan Ruttenberg. Following discussion with Jonathan Rees, and introduction of "mentions" relation. Weaken the is_about relationship to be primitive. + +We will try to build it back up by elaborating the various subproperties that are more precisely defined. + +Some currently missing phenomena that should be considered "about" are predications - "The only person who knows the answer is sitting beside me" , Allegory, Satire, and other literary forms that can be topical without explicitly mentioning the topic. + person:Alan Ruttenberg + Smith, Ceusters, Ruttenberg, 2000 years of philosophy + is about + + + + + + + + + + + + + + + + + has_specified_input + has_specified_input + see is_input_of example_of_usage + + The inverse property of is_specified_input_of + 8/17/09: specified inputs of one process are not necessarily specified inputs of a larger process that it is part of. This is in contrast to how 'has participant' works. + PERSON: Alan Ruttenberg + PERSON: Bjoern Peters + PERSON: Larry Hunter + PERSON: Melanie Coutot + + has_specified_input + + + + + + + + + + + is_specified_input_of + some Autologous EBV(Epstein-Barr virus)-transformed B-LCL (B lymphocyte cell line) is_input_for instance of Chromum Release Assay described at https://wiki.cbil.upenn.edu/obiwiki/index.php/Chromium_Release_assay + + A relation between a planned process and a continuant participating in that process that is not created during the process. The presence of the continuant during the process is explicitly specified in the plan specification which the process realizes the concretization of. + Alan Ruttenberg + PERSON:Bjoern Peters + is_specified_input_of + + + + + + + + + + + + + + + + + has_specified_output + has_specified_output + + The inverse property of is_specified_output_of + PERSON: Alan Ruttenberg + PERSON: Bjoern Peters + PERSON: Larry Hunter + PERSON: Melanie Courtot + + has_specified_output + + + + + + + + + + + is_specified_output_of + is_specified_output_of + + A relation between a planned process and a continuant participating in that process. The presence of the continuant at the end of the process is explicitly specified in the objective specification which the process realizes the concretization of. + Alan Ruttenberg + PERSON:Bjoern Peters + + is_specified_output_of + + + + + + + + + + + achieves_planned_objective + A cell sorting process achieves the objective specification 'material separation objective' + + This relation obtains between a planned process and a objective specification when the criteria specified in the objective specification are met at the end of the planned process. + BP, AR, PPPB branch + PPPB branch derived + modified according to email thread from 1/23/09 in accordince with DT and PPPB branch + achieves_planned_objective + + + + + + + + + + objective_achieved_by + + This relation obtains between an objective specification and a planned process when the criteria specified in the objective specification are met at the end of the planned process. + OBI + OBI + objective_achieved_by + + + + + + + + + + + has value specification + + A relation between an information content entity and a value specification that specifies its value. + PERSON: James A. Overton + OBI + has value specification + + + + + + + + + + + inheres in + this fragility inheres in this vase + this fragility is a characteristic of this vase + this red color inheres in this apple + this red color is a characteristic of this apple + a relation between a specifically dependent continuant (the characteristic) and any other entity (the bearer), in which the characteristic depends on the bearer for its existence. + a relation between a specifically dependent continuant (the dependent) and an independent continuant (the bearer), in which the dependent specifically depends on the bearer for its existence + A dependent inheres in its bearer at all times for which the dependent exists. + inheres_in + + Note that this relation was previously called "inheres in", but was changed to be called "characteristic of" because BFO2 uses "inheres in" in a more restricted fashion. This relation differs from BFO2:inheres_in in two respects: (1) it does not impose a range constraint, and thus it allows qualities of processes, as well as of information entities, whereas BFO2 restricts inheres_in to only apply to independent continuants (2) it is declared functional, i.e. something can only be a characteristic of one thing. + characteristic of + inheres in + + + + + + + + + + bearer of + this apple is bearer of this red color + this vase is bearer of this fragility + Inverse of characteristic_of + a relation between an independent continuant (the bearer) and a specifically dependent continuant (the dependent), in which the dependent specifically depends on the bearer for its existence + A bearer can have many dependents, and its dependents can exist for different periods of time, but none of its dependents can exist when the bearer does not exist. + bearer_of + is bearer of + + bearer of + has characteristic + + + + + + + + + + participates in + this blood clot participates in this blood coagulation + this input material (or this output material) participates in this process + this investigator participates in this investigation + a relation between a continuant and a process, in which the continuant is somehow involved in the process + participates_in + participates in + + + + + + + + + + + + + has participant + this blood coagulation has participant this blood clot + this investigation has participant this investigator + this process has participant this input material (or this output material) + a relation between a process and a continuant, in which the continuant is somehow involved in the process + Has_participant is a primitive instance-level relation between a process, a continuant, and a time at which the continuant participates in some way in the process. The relation obtains, for example, when this particular process of oxygen exchange across this particular alveolar membrane has_participant this particular sample of hemoglobin at this particular time. + has_participant + http://www.obofoundry.org/ro/#OBO_REL:has_participant + has participant + + + + + + + + + + A journal article is an information artifact that inheres in some number of printed journals. For each copy of the printed journal there is some quality that carries the journal article, such as a pattern of ink. The journal article (a generically dependent continuant) is concretized as the quality (a specifically dependent continuant), and both depend on that copy of the printed journal (an independent continuant). + An investigator reads a protocol and forms a plan to carry out an assay. The plan is a realizable entity (a specifically dependent continuant) that concretizes the protocol (a generically dependent continuant), and both depend on the investigator (an independent continuant). The plan is then realized by the assay (a process). + A relationship between a generically dependent continuant and a specifically dependent continuant, in which the generically dependent continuant depends on some independent continuant in virtue of the fact that the specifically dependent continuant also depends on that same independent continuant. A generically dependent continuant may be concretized as multiple specifically dependent continuants. + is concretized as + + + + + + + + + A journal article is an information artifact that inheres in some number of printed journals. For each copy of the printed journal there is some quality that carries the journal article, such as a pattern of ink. The quality (a specifically dependent continuant) concretizes the journal article (a generically dependent continuant), and both depend on that copy of the printed journal (an independent continuant). + An investigator reads a protocol and forms a plan to carry out an assay. The plan is a realizable entity (a specifically dependent continuant) that concretizes the protocol (a generically dependent continuant), and both depend on the investigator (an independent continuant). The plan is then realized by the assay (a process). + A relationship between a specifically dependent continuant and a generically dependent continuant, in which the generically dependent continuant depends on some independent continuant in virtue of the fact that the specifically dependent continuant also depends on that same independent continuant. Multiple specifically dependent continuants can concretize the same generically dependent continuant. + concretizes + + + + + + + + + + + + this catalysis function is a function of this enzyme + a relation between a function and an independent continuant (the bearer), in which the function specifically depends on the bearer for its existence + A function inheres in its bearer at all times for which the function exists, however the function need not be realized at all the times that the function exists. + function_of + is function of + This relation is modeled after the BFO relation of the same name which was in BFO2, but is used in a more restricted sense - specifically, we model this relation as functional (inherited from characteristic-of). Note that this relation is now removed from BFO2020. + function of + + + + + + + + + + + this red color is a quality of this apple + a relation between a quality and an independent continuant (the bearer), in which the quality specifically depends on the bearer for its existence + A quality inheres in its bearer at all times for which the quality exists. + is quality of + quality_of + This relation is modeled after the BFO relation of the same name which was in BFO2, but is used in a more restricted sense - specifically, we model this relation as functional (inherited from characteristic-of). Note that this relation is now removed from BFO2020. + quality of + + + + + + + + + + + this investigator role is a role of this person + a relation between a role and an independent continuant (the bearer), in which the role specifically depends on the bearer for its existence + A role inheres in its bearer at all times for which the role exists, however the role need not be realized at all the times that the role exists. + is role of + role_of + This relation is modeled after the BFO relation of the same name which was in BFO2, but is used in a more restricted sense - specifically, we model this relation as functional (inherited from characteristic-of). Note that this relation is now removed from BFO2020. + role of + + + + + + + + + + + this enzyme has function this catalysis function (more colloquially: this enzyme has this catalysis function) + a relation between an independent continuant (the bearer) and a function, in which the function specifically depends on the bearer for its existence + A bearer can have many functions, and its functions can exist for different periods of time, but none of its functions can exist when the bearer does not exist. A function need not be realized at all the times that the function exists. + has_function + has function + + + + + + + + + + this apple has quality this red color + a relation between an independent continuant (the bearer) and a quality, in which the quality specifically depends on the bearer for its existence + A bearer can have many qualities, and its qualities can exist for different periods of time, but none of its qualities can exist when the bearer does not exist. + has_quality + has quality + + + + + + + + + + + this person has role this investigator role (more colloquially: this person has this role of investigator) + a relation between an independent continuant (the bearer) and a role, in which the role specifically depends on the bearer for its existence + A bearer can have many roles, and its roles can exist for different periods of time, but none of its roles can exist when the bearer does not exist. A role need not be realized at all the times that the role exists. + has_role + has role + + + + + + + + + + + + a relation between an independent continuant (the bearer) and a disposition, in which the disposition specifically depends on the bearer for its existence + has disposition + + + + + + + + + + inverse of has disposition + + This relation is modeled after the BFO relation of the same name which was in BFO2, but is used in a more restricted sense - specifically, we model this relation as functional (inherited from characteristic-of). Note that this relation is now removed from BFO2020. + disposition of + + + + + + + + + + + A 'has regulatory component activity' B if A and B are GO molecular functions (GO_0003674), A has_component B and A is regulated by B. + dos + 2017-05-24T09:30:46Z + has regulatory component activity + + + + + + + + + + + A relationship that holds between a GO molecular function and a component of that molecular function that negatively regulates the activity of the whole. More formally, A 'has regulatory component activity' B iff :A and B are GO molecular functions (GO_0003674), A has_component B and A is negatively regulated by B. + dos + 2017-05-24T09:31:01Z + By convention GO molecular functions are classified by their effector function. Internal regulatory functions are treated as components. For example, NMDA glutmate receptor activity is a cation channel activity with positive regulatory component 'glutamate binding' and negative regulatory components including 'zinc binding' and 'magnesium binding'. + has negative regulatory component activity + + + + + + + + + + + A relationship that holds between a GO molecular function and a component of that molecular function that positively regulates the activity of the whole. More formally, A 'has regulatory component activity' B iff :A and B are GO molecular functions (GO_0003674), A has_component B and A is positively regulated by B. + dos + 2017-05-24T09:31:17Z + By convention GO molecular functions are classified by their effector function and internal regulatory functions are treated as components. So, for example calmodulin has a protein binding activity that has positive regulatory component activity calcium binding activity. Receptor tyrosine kinase activity is a tyrosine kinase activity that has positive regulatory component 'ligand binding'. + has positive regulatory component activity + + + + + + + + + + dos + 2017-05-24T09:44:33Z + A 'has component activity' B if A is A and B are molecular functions (GO_0003674) and A has_component B. + has component activity + + + + + + + + + + w 'has process component' p if p and w are processes, w 'has part' p and w is such that it can be directly disassembled into into n parts p, p2, p3, ..., pn, where these parts are of similar type. + dos + 2017-05-24T09:49:21Z + has component process + + + + + + + + + + + dos + 2017-09-17T13:52:24Z + Process(P2) is directly regulated by process(P1) iff: P1 regulates P2 via direct physical interaction between an agent executing P1 (or some part of P1) and an agent executing P2 (or some part of P2). For example, if protein A has protein binding activity(P1) that targets protein B and this binding regulates the kinase activity (P2) of protein B then P1 directly regulates P2. + directly regulated by + + + + + Process(P2) is directly regulated by process(P1) iff: P1 regulates P2 via direct physical interaction between an agent executing P1 (or some part of P1) and an agent executing P2 (or some part of P2). For example, if protein A has protein binding activity(P1) that targets protein B and this binding regulates the kinase activity (P2) of protein B then P1 directly regulates P2. + GOC:dos + + + + + + + + + + + Process(P2) is directly negatively regulated by process(P1) iff: P1 negatively regulates P2 via direct physical interaction between an agent executing P1 (or some part of P1) and an agent executing P2 (or some part of P2). For example, if protein A has protein binding activity(P1) that targets protein B and this binding negatively regulates the kinase activity (P2) of protein B then P2 directly negatively regulated by P1. + dos + 2017-09-17T13:52:38Z + directly negatively regulated by + + + + + Process(P2) is directly negatively regulated by process(P1) iff: P1 negatively regulates P2 via direct physical interaction between an agent executing P1 (or some part of P1) and an agent executing P2 (or some part of P2). For example, if protein A has protein binding activity(P1) that targets protein B and this binding negatively regulates the kinase activity (P2) of protein B then P2 directly negatively regulated by P1. + GOC:dos + + + + + + + + + + + Process(P2) is directly postively regulated by process(P1) iff: P1 positively regulates P2 via direct physical interaction between an agent executing P1 (or some part of P1) and an agent executing P2 (or some part of P2). For example, if protein A has protein binding activity(P1) that targets protein B and this binding positively regulates the kinase activity (P2) of protein B then P2 is directly postively regulated by P1. + dos + 2017-09-17T13:52:47Z + directly positively regulated by + + + + + Process(P2) is directly postively regulated by process(P1) iff: P1 positively regulates P2 via direct physical interaction between an agent executing P1 (or some part of P1) and an agent executing P2 (or some part of P2). For example, if protein A has protein binding activity(P1) that targets protein B and this binding positively regulates the kinase activity (P2) of protein B then P2 is directly postively regulated by P1. + GOC:dos + + + + + + + + + + + A 'has effector activity' B if A and B are GO molecular functions (GO_0003674), A 'has component activity' B and B is the effector (output function) of B. Each compound function has only one effector activity. + dos + 2017-09-22T14:14:36Z + This relation is designed for constructing compound molecular functions, typically in combination with one or more regulatory component activity relations. + has effector activity + + + + + A 'has effector activity' B if A and B are GO molecular functions (GO_0003674), A 'has component activity' B and B is the effector (output function) of B. Each compound function has only one effector activity. + GOC:dos + + + + + + + + + + + David Osumi-Sutherland + + X ends_after Y iff: end(Y) before_or_simultaneous_with end(X) + ends after + + + + + + + + + + + David Osumi-Sutherland + starts_at_end_of + X immediately_preceded_by Y iff: end(X) simultaneous_with start(Y) + immediately preceded by + + + + + + + + + + + David Osumi-Sutherland + ends_at_start_of + meets + + + X immediately_precedes_Y iff: end(X) simultaneous_with start(Y) + immediately precedes + + + + + + + + + + + + + + + + + + + + + + + + + + + x overlaps y if and only if there exists some z such that x has part z and z part of y + http://purl.obolibrary.org/obo/BFO_0000051 some (http://purl.obolibrary.org/obo/BFO_0000050 some ?Y) + + + + + overlaps + + + + + + + + + true + + + + + + + + + + + w 'has component' p if w 'has part' p and w is such that it can be directly disassembled into into n parts p, p2, p3, ..., pn, where these parts are of similar type. + The definition of 'has component' is still under discussion. The challenge is in providing a definition that does not imply transitivity. + For use in recording has_part with a cardinality constraint, because OWL does not permit cardinality constraints to be used in combination with transitive object properties. In situations where you would want to say something like 'has part exactly 5 digit, you would instead use has_component exactly 5 digit. + + + has component + + + + + + + + + + + + + + + + + + + + + p regulates q iff p is causally upstream of q, the execution of p is not constant and varies according to specific conditions, and p influences the rate or magnitude of execution of q due to an effect either on some enabler of q or some enabler of a part of q. + + + + + GO + Regulation precludes parthood; the regulatory process may not be within the regulated process. + regulates (processual) + false + + + + regulates + + + + + + + + + + + + p negatively regulates q iff p regulates q, and p decreases the rate or magnitude of execution of q. + + + negatively regulates (process to process) + + + + + negatively regulates + + + + + + + + + + + + + + + + + p positively regulates q iff p regulates q, and p increases the rate or magnitude of execution of q. + + + positively regulates (process to process) + + + + + positively regulates + + + + + + + + + + mechanosensory neuron capable of detection of mechanical stimulus involved in sensory perception (GO:0050974) + osteoclast SubClassOf 'capable of' some 'bone resorption' + A relation between a material entity (such as a cell) and a process, in which the material entity has the ability to carry out the process. + + has function realized in + + + For compatibility with BFO, this relation has a shortcut definition in which the expression "capable of some P" expands to "bearer_of (some realized_by only P)". + + capable of + + + + + + + + + + + + + + c stands in this relationship to p if and only if there exists some p' such that c is capable_of p', and p' is part_of p. + + has function in + capable of part of + + + + + + + + + + true + + + + + + + + + + + + Do not use this relation directly. It is ended as a grouping for relations between occurrents involving the relative timing of their starts and ends. + https://docs.google.com/document/d/1kBv1ep_9g3sTR-SD3jqzFqhuwo9TPNF-l-9fUDbO6rM/edit?pli=1 + + A relation that holds between two occurrents. This is a grouping relation that collects together all the Allen relations. + temporally related to + + + + + + + + + + + + p has input c iff: p is a process, c is a material entity, c is a participant in p, c is present at the start of p, and the state of c is modified during p. + + consumes + + + + + has input + + + + + + + + + + + + + + A faulty traffic light (material entity) whose malfunctioning (a process) is causally upstream of a traffic collision (a process): the traffic light acts upstream of the collision. + c acts upstream of p if and only if c enables some f that is involved in p' and p' occurs chronologically before p, is not part of p, and affects the execution of p. c is a material entity and f, p, p' are processes. + + acts upstream of + + + + + + + + + + + + + + + A gene product that has some activity, where that activity may be a part of a pathway or upstream of the pathway. + c acts upstream of or within p if c is enables f, and f is causally upstream of or within p. c is a material entity and p is an process. + affects + + acts upstream of or within + + + + + + + + + + + + p is causally upstream of, positive effect q iff p is casually upstream of q, and the execution of p is required for the execution of q. + + + + + holds between x and y if and only if x is causally upstream of y and the progression of x increases the frequency, rate or extent of y + causally upstream of, positive effect + + + + + + + + + + + p is causally upstream of, negative effect q iff p is casually upstream of q, and the execution of p decreases the execution of q. + + + + + causally upstream of, negative effect + + + + + + + + + + + + + + + + + + + a particular instances of akt-2 enables some instance of protein kinase activity + c enables p iff c is capable of p and c acts to execute p. + + catalyzes + executes + has + is catalyzing + is executing + This relation differs from the parent relation 'capable of' in that the parent is weaker and only expresses a capability that may not be actually realized, whereas this relation is always realized. + + enables + + + + + + + + + + + + + + + + + + + c involved_in p if and only if c enables some process p', and p' is part of p + + actively involved in + enables part of + involved in + + + + + + + + + + + inverse of enables + + + enabled by + + + + + + + + + + + inverse of regulates + + regulated by (processual) + + regulated by + + + + + + + + + + inverse of negatively regulates + + + negatively regulated by + + + + + + + + + + inverse of positively regulates + + + positively regulated by + + + + + + + + + + + An organism that is a member of a population of organisms + is member of is a mereological relation between a item and a collection. + is member of + member part of + SIO + + member of + + + + + + + + + + + has member is a mereological relation between a collection and an item. + SIO + + has member + + + + + + + + + + inverse of has input + + + + input of + + + + + + + + + + + + + inverse of upstream of + + causally downstream of + + + + + + + + + + + + + + immediately causally downstream of + + + + + + + + + + + + + + + + + + + + + + + + + + + + p indirectly positively regulates q iff p is indirectly causally upstream of q and p positively regulates q. + + indirectly activates + + indirectly positively regulates + + + + + + + + + + + + + + + + + + + + + + + + p indirectly negatively regulates q iff p is indirectly causally upstream of q and p negatively regulates q. + + indirectly inhibits + + indirectly negatively regulates + + + + + + + + + + + + p is causally upstream of q iff p is causally related to q, the end of p precedes the end of q, and p is not an occurrent part of q. + + + + causally upstream of + + + + + + + + + + + p is immediately causally upstream of q iff p is causally upstream of q, and the end of p is coincident with the beginning of q. + + + immediately causally upstream of + + + + + + + + + + + + p is 'causally upstream or within' q iff p is causally related to q, and the end of p precedes, or is coincident with, the end of q. + We would like to make this disjoint with 'preceded by', but this is prohibited in OWL2 + + influences (processual) + affects + causally upstream of or within + + + + + + + + + + + inverse of causally upstream of or within + + + + causally downstream of or within + + + + + + + + + + + + + + + + + + + c involved in regulation of p if c is involved in some p' and p' regulates some p + + involved in regulation of + + + + + + + + + + + + + + + + + + c involved in regulation of p if c is involved in some p' and p' positively regulates some p + + + involved in positive regulation of + + + + + + + + + + + + + + + + + + c involved in regulation of p if c is involved in some p' and p' negatively regulates some p + + + involved in negative regulation of + + + + + + + + + + + c involved in or regulates p if and only if either (i) c is involved in p or (ii) c is involved in regulation of p + OWL does not allow defining object properties via a Union + + involved in or reguates + involved in or involved in regulation of + + + + + + + + + + A relationship that holds between two entities in which the processes executed by the two entities are causally connected. + Considering relabeling as 'pairwise interacts with' + This relation and all sub-relations can be applied to either (1) pairs of entities that are interacting at any moment of time (2) populations or species of entity whose members have the disposition to interact (3) classes whose members have the disposition to interact. + + Note that this relationship type, and sub-relationship types may be redundant with process terms from other ontologies. For example, the symbiotic relationship hierarchy parallels GO. The relations are provided as a convenient shortcut. Consider using the more expressive processual form to capture your data. In the future, these relations will be linked to their cognate processes through rules. + in pairwise interaction with + + interacts with + http://purl.obolibrary.org/obo/ro/docs/interaction-relations/ + http://purl.obolibrary.org/obo/MI_0914 + + + + + + + + + + + An interaction relationship in which the two partners are molecular entities that directly physically interact with each other for example via a stable binding interaction or a brief interaction during which one modifies the other. + + binds + molecularly binds with + molecularly interacts with + + http://purl.obolibrary.org/obo/MI_0915 + + + + + + + + + + Axiomatization to GO to be added later + + An interaction relation between x and y in which x catalyzes a reaction in which a phosphate group is added to y. + phosphorylates + + + + + + + + + + + + + + + + The entity A, immediately upstream of the entity B, has an activity that regulates an activity performed by B. For example, A and B may be gene products and binding of B by A regulates the kinase activity of B. + +A and B can be physically interacting but not necessarily. Immediately upstream means there are no intermediate entity between A and B. + + + molecularly controls + directly regulates activity of + + + + + + + + + + + + + + + The entity A, immediately upstream of the entity B, has an activity that negatively regulates an activity performed by B. +For example, A and B may be gene products and binding of B by A negatively regulates the kinase activity of B. + + + directly inhibits + molecularly decreases activity of + directly negatively regulates activity of + + + + + + + + + + + + + + + The entity A, immediately upstream of the entity B, has an activity that positively regulates an activity performed by B. +For example, A and B may be gene products and binding of B by A positively regulates the kinase activity of B. + + + directly activates + molecularly increases activity of + directly positively regulates activity of + + + + + + + + + + + A relationship between a material entity and a process where the material entity has some causal role that influences the process + + causal agent in process + + + + + + + + + p is causally related to q if and only if p or any part of p and q or any part of q are linked by a chain of events where each event pair is one where the execution of p influences the execution of q. p may be upstream, downstream, part of, or a container of q. + + + Do not use this relation directly. It is intended as a grouping for a diverse set of relations, all involving cause and effect. + causal relation between processes + + + + + + + + + The intent is that the process branch of the causal property hierarchy is primary (causal relations hold between occurrents/processes), and that the material branch is defined in terms of the process branch + + + Do not use this relation directly. It is intended as a grouping for a diverse set of relations, all involving cause and effect. + causal relation between entities + + + + + + + + + + + + + causally influenced by (entity-centric) + causally influenced by + + + + + + + + + + + + + + + + + + + + The entity or characteristic A is causally upstream of the entity or characteristic B, A having an effect on B. An entity corresponds to any biological type of entity as long as a mass is measurable. A characteristic corresponds to a particular specificity of an entity (e.g., phenotype, shape, size). + + + + causally influences (entity-centric) + causally influences + + + + + + + + + + + p directly regulates q iff p is immediately causally upstream of q and p regulates q. + + + directly regulates (processual) + + + + + directly regulates + + + + + + + + + + + + + + gland SubClassOf 'has part structure that is capable of' some 'secretion by cell' + s 'has part structure that is capable of' p if and only if there exists some part x such that s 'has part' x and x 'capable of' p + + has part structure that is capable of + + + + + + + + + A relationship that holds between a material entity and a process in which causality is involved, with either the material entity or some part of the material entity exerting some influence over the process, or the process influencing some aspect of the material entity. + Do not use this relation directly. It is intended as a grouping for a diverse set of relations, all involving cause and effect. + + + causal relation between material entity and a process + + + + + + + + + + + + + + pyrethroid -> growth + Holds between c and p if and only if c is capable of some activity a, and a regulates p. + + capable of regulating + + + + + + + + + + + + + + Holds between c and p if and only if c is capable of some activity a, and a negatively regulates p. + + capable of negatively regulating + + + + + + + + + + + + + + renin -> arteriolar smooth muscle contraction + Holds between c and p if and only if c is capable of some activity a, and a positively regulates p. + + capable of positively regulating + + + + + + + + + Inverse of 'causal agent in process' + + process has causal agent + + + + + + + + + + + p directly positively regulates q iff p is immediately causally upstream of q, and p positively regulates q. + + directly positively regulates (process to process) + + + + + directly positively regulates + + + + + + + + + + + p directly negatively regulates q iff p is immediately causally upstream of q, and p negatively regulates q. + + directly negatively regulates (process to process) + + + + + directly negatively regulates + + + + + + + + + + + + + + + + 2018-01-26T23:49:30Z + + acts upstream of or within, positive effect + + + + + + + + + + + + + + + + + 2018-01-26T23:49:51Z + + acts upstream of or within, negative effect + + + + + + + + + + + + + + + c 'acts upstream of, positive effect' p if c is enables f, and f is causally upstream of p, and the direction of f is positive + + + 2018-01-26T23:53:14Z + + acts upstream of, positive effect + + + + + + + + + + + + + + + + c 'acts upstream of, negative effect' p if c is enables f, and f is causally upstream of p, and the direction of f is negative + + + 2018-01-26T23:53:22Z + + acts upstream of, negative effect + + + + + + + + + + + + + 2018-03-13T23:55:05Z + causally upstream of or within, negative effect + + + + + + + + + + + + 2018-03-13T23:55:19Z + causally upstream of or within, positive effect + + + + + + + + + + The entity A has an activity that regulates an activity of the entity B. For example, A and B are gene products where the catalytic activity of A regulates the kinase activity of B. + + regulates activity of + + + + + + + + + + p is indirectly causally upstream of q iff p is causally upstream of q and there exists some process r such that p is causally upstream of r and r is causally upstream of q. + pg + 2022-09-26T06:07:17Z + indirectly causally upstream of + + + + + + + + + + + p indirectly regulates q iff p is indirectly causally upstream of q and p regulates q. + pg + 2022-09-26T06:08:01Z + indirectly regulates + + + + + + + + + + + + + A relationship that holds between a process and a characteristic in which process (P) regulates characteristic (C) iff: P results in the existence of C OR affects the intensity or magnitude of C. + + regulates characteristic + + + + + + + + + + + + + + A relationship that holds between a process and a characteristic in which process (P) positively regulates characteristic (C) iff: P results in an increase in the intensity or magnitude of C. + + positively regulates characteristic + + + + + + + + + + + + + + + + + + A relationship that holds between a process and a characteristic in which process (P) negatively regulates characteristic (C) iff: P results in a decrease in the intensity or magnitude of C. + + negatively regulates characteristic + + + + + + + + + + + + + + + + A planned process that has specified output a software product and that involves the creation of source code. + Mathias Brochhausen + William R. Hogan + http://en.wikipedia.org/wiki/Software_development + A planned process resulting in a software product involving the creation of source code. + software development + + + + + + + + + + + + + + + + + + + + + + + + + + + creating a data set + A planned process that has a data set as its specified output. + William R. Hogan + data set creation + dataset creation + dataset creating + + + + + + + + + + disposition + Disposition + an atom of element X has the disposition to decay to an atom of element Y + certain people have a predisposition to colon cancer + children are innately disposed to categorize objects in certain ways. + the cell wall is disposed to filter chemicals in endocytosis and exocytosis + BFO 2 Reference: Dispositions exist along a strength continuum. Weaker forms of disposition are realized in only a fraction of triggering cases. These forms occur in a significant number of cases of a similar type. + b is a disposition means: b is a realizable entity & b’s bearer is some material entity & b is such that if it ceases to exist, then its bearer is physically changed, & b’s realization occurs when and because this bearer is in some special physical circumstances, & this realization occurs in virtue of the bearer’s physical make-up. (axiom label in BFO2 Reference: [062-002]) + If b is a realizable entity then for all t at which b exists, b s-depends_on some material entity at t. (axiom label in BFO2 Reference: [063-002]) + (forall (x t) (if (and (RealizableEntity x) (existsAt x t)) (exists (y) (and (MaterialEntity y) (specificallyDepends x y t))))) // axiom label in BFO2 CLIF: [063-002] + (forall (x) (if (Disposition x) (and (RealizableEntity x) (exists (y) (and (MaterialEntity y) (bearerOfAt x y t)))))) // axiom label in BFO2 CLIF: [062-002] + + disposition + + + + + b is a disposition means: b is a realizable entity & b’s bearer is some material entity & b is such that if it ceases to exist, then its bearer is physically changed, & b’s realization occurs when and because this bearer is in some special physical circumstances, & this realization occurs in virtue of the bearer’s physical make-up. (axiom label in BFO2 Reference: [062-002]) + + + + + + If b is a realizable entity then for all t at which b exists, b s-depends_on some material entity at t. (axiom label in BFO2 Reference: [063-002]) + + + + + + (forall (x t) (if (and (RealizableEntity x) (existsAt x t)) (exists (y) (and (MaterialEntity y) (specificallyDepends x y t))))) // axiom label in BFO2 CLIF: [063-002] + + + + + + (forall (x) (if (Disposition x) (and (RealizableEntity x) (exists (y) (and (MaterialEntity y) (bearerOfAt x y t)))))) // axiom label in BFO2 CLIF: [062-002] + + + + + + + + + + role + Role + John’s role of husband to Mary is dependent on Mary’s role of wife to John, and both are dependent on the object aggregate comprising John and Mary as member parts joined together through the relational quality of being married. + the priest role + the role of a boundary to demarcate two neighboring administrative territories + the role of a building in serving as a military target + the role of a stone in marking a property boundary + the role of subject in a clinical trial + the student role + A realizable entity the manifestation of which brings about some result or end that is not essential to a continuant in virtue of the kind of thing that it is but that can be served or participated in by that kind of continuant in some kinds of natural, social or institutional contexts. + BFO 2 Reference: One major family of examples of non-rigid universals involves roles, and ontologies developed for corresponding administrative purposes may consist entirely of representatives of entities of this sort. Thus ‘professor’, defined as follows,b instance_of professor at t =Def. there is some c, c instance_of professor role & c inheres_in b at t.denotes a non-rigid universal and so also do ‘nurse’, ‘student’, ‘colonel’, ‘taxpayer’, and so forth. (These terms are all, in the jargon of philosophy, phase sortals.) By using role terms in definitions, we can create a BFO conformant treatment of such entities drawing on the fact that, while an instance of professor may be simultaneously an instance of trade union member, no instance of the type professor role is also (at any time) an instance of the type trade union member role (any more than any instance of the type color is at any time an instance of the type length).If an ontology of employment positions should be defined in terms of roles following the above pattern, this enables the ontology to do justice to the fact that individuals instantiate the corresponding universals – professor, sergeant, nurse – only during certain phases in their lives. + b is a role means: b is a realizable entity & b exists because there is some single bearer that is in some special physical, social, or institutional set of circumstances in which this bearer does not have to be& b is not such that, if it ceases to exist, then the physical make-up of the bearer is thereby changed. (axiom label in BFO2 Reference: [061-001]) + (forall (x) (if (Role x) (RealizableEntity x))) // axiom label in BFO2 CLIF: [061-001] + + role + + + + + b is a role means: b is a realizable entity & b exists because there is some single bearer that is in some special physical, social, or institutional set of circumstances in which this bearer does not have to be& b is not such that, if it ceases to exist, then the physical make-up of the bearer is thereby changed. (axiom label in BFO2 Reference: [061-001]) + + + + + + (forall (x) (if (Role x) (RealizableEntity x))) // axiom label in BFO2 CLIF: [061-001] + + + + + + + + + + + function + Function + the function of a hammer to drive in nails + the function of a heart pacemaker to regulate the beating of a heart through electricity + the function of amylase in saliva to break down starch into sugar + BFO 2 Reference: In the past, we have distinguished two varieties of function, artifactual function and biological function. These are not asserted subtypes of BFO:function however, since the same function – for example: to pump, to transport – can exist both in artifacts and in biological entities. The asserted subtypes of function that would be needed in order to yield a separate monoheirarchy are not artifactual function, biological function, etc., but rather transporting function, pumping function, etc. + A function is a disposition that exists in virtue of the bearer’s physical make-up and this physical make-up is something the bearer possesses because it came into being, either through evolution (in the case of natural biological entities) or through intentional design (in the case of artifacts), in order to realize processes of a certain sort. (axiom label in BFO2 Reference: [064-001]) + (forall (x) (if (Function x) (Disposition x))) // axiom label in BFO2 CLIF: [064-001] + + function + + + + + A function is a disposition that exists in virtue of the bearer’s physical make-up and this physical make-up is something the bearer possesses because it came into being, either through evolution (in the case of natural biological entities) or through intentional design (in the case of artifacts), in order to realize processes of a certain sort. (axiom label in BFO2 Reference: [064-001]) + + + + + + (forall (x) (if (Function x) (Disposition x))) // axiom label in BFO2 CLIF: [064-001] + + + + + + + + + + + + + Any form of carbon black which has a particle size of less than 100 nm in each dimension. + PMCID:PMC3190904 + PMID:21525001 + PMID:22753103 + PMID:24078381 + PMID:24283474 + PMID:25056782 + PMID:25071917 + PMID:25184212 + PMID:25451823 + PMID:25833640 + PMID:25966413 + PMID:26066782 + PMID:26551751 + PMID:26914170 + PMID:27460290 + PMID:27534448 + chebi_ontology + carbon black nanoparticles + CHEBI:133602 + + carbon black nanoparticle + + + + + PMCID:PMC3190904 + Europe PMC + + + + + PMID:21525001 + Europe PMC + + + + + PMID:22753103 + Europe PMC + + + + + PMID:24078381 + Europe PMC + + + + + PMID:24283474 + Europe PMC + + + + + PMID:25056782 + Europe PMC + + + + + PMID:25071917 + Europe PMC + + + + + PMID:25184212 + Europe PMC + + + + + PMID:25451823 + Europe PMC + + + + + PMID:25833640 + Europe PMC + + + + + PMID:25966413 + Europe PMC + + + + + PMID:26066782 + Europe PMC + + + + + PMID:26551751 + Europe PMC + + + + + PMID:26914170 + Europe PMC + + + + + PMID:27460290 + Europe PMC + + + + + PMID:27534448 + Europe PMC + + + + + carbon black nanoparticles + ChEBI + + + + + + + + + + A pseudohalide anion that is the conjugate base of hydrogen cyanide. + -1 + CN + InChI=1S/CN/c1-2/q-1 + XFXPMWWXUTWYJX-UHFFFAOYSA-N + 26.01740 + 26.00362 + [C-]#N + CHEBI:14038 + CHEBI:3969 + CHEBI:41780 + Beilstein:1900509 + CAS:57-12-5 + Gmelin:89 + HMDB:HMDB0002084 + KEGG:C00177 + MetaCyc:CPD-13584 + PDBeChem:CYN + PMID:11386635 + PMID:14871577 + PMID:17554165 + PMID:7839575 + Reaxys:1900509 + Wikipedia:Cyanide + Cyanide + cyanide + nitridocarbonate(1-) + chebi_ontology + CN(-) + CN- + CYANIDE ION + Prussiate + Zyanid + CHEBI:17514 + + cyanide + + + + + Beilstein:1900509 + Beilstein + + + + + CAS:57-12-5 + ChemIDplus + + + + + CAS:57-12-5 + KEGG COMPOUND + + + + + CAS:57-12-5 + NIST Chemistry WebBook + + + + + Gmelin:89 + Gmelin + + + + + PMID:11386635 + Europe PMC + + + + + PMID:14871577 + Europe PMC + + + + + PMID:17554165 + Europe PMC + + + + + PMID:7839575 + Europe PMC + + + + + Reaxys:1900509 + Reaxys + + + + + Cyanide + ChEBI + + + + + Cyanide + KEGG_COMPOUND + + + + + cyanide + IUPAC + + + + + + nitridocarbonate(1-) + IUPAC + + + + + + CN(-) + IUPAC + + + + + CN- + KEGG_COMPOUND + + + + + CYANIDE ION + PDBeChem + + + + + Prussiate + KEGG_COMPOUND + + + + + Zyanid + ChEBI + + + + + + + + + + A monoatomic or polyatomic species having one or more elementary charges of the electron. + Anion + anion + chebi_ontology + Anionen + aniones + anions + CHEBI:22563 + + anion + + + + + Anion + ChEBI + + + + + anion + ChEBI + + + + + anion + IUPAC + + + + + + Anionen + ChEBI + + + + + aniones + ChEBI + + + + + anions + IUPAC + + + + + + + + + + Any constitutionally or isotopically distinct atom, molecule, ion, ion pair, radical, radical ion, complex, conformer etc., identifiable as a separately distinguishable entity. + molecular entity + chebi_ontology + entidad molecular + entidades moleculares + entite moleculaire + molecular entities + molekulare Entitaet + CHEBI:23367 + + molecular entity + + + + + molecular entity + IUPAC + + + + + + entidad molecular + IUPAC + + + + + entidades moleculares + IUPAC + + + + + entite moleculaire + IUPAC + + + + + molecular entities + IUPAC + + + + + molekulare Entitaet + ChEBI + + + + + + + + + A chemical entity is a physical entity of interest in chemistry including molecular entities, parts thereof, and chemical substances. + chemical entity + chebi_ontology + CHEBI:24431 + + chemical entity + chemische Entität + + + + + chemical entity + UniProt + + + + + + + + + + + + A cyclic compound having as ring members atoms of carbon and at least of one other element. + chebi_ontology + organic heterocycle + organic heterocyclic compounds + CHEBI:24532 + + organic heterocyclic compound + + + + + organic heterocycle + ChEBI + + + + + organic heterocyclic compounds + ChEBI + + + + + + + + + + A molecular entity having a net electric charge. + Ion + ion + chebi_ontology + Ionen + iones + ions + CHEBI:24870 + + ion + + + + + Ion + ChEBI + + + + + ion + ChEBI + + + + + ion + IUPAC + + + + + + Ionen + ChEBI + + + + + iones + ChEBI + + + + + ions + ChEBI + + + + + + + + + + Any polyatomic entity that is an electrically neutral entity consisting of more than one atom. + molecule + chebi_ontology + Molekuel + molecula + molecules + neutral molecular compounds + CHEBI:25367 + + molecule + + + + + molecule + IUPAC + + + + + Molekuel + ChEBI + + + + + molecula + IUPAC + + + + + molecules + IUPAC + + + + + neutral molecular compounds + IUPAC + + + + + + + + + + + Any organic ion with a net negative charge. + chebi_ontology + organic anions + CHEBI:25696 + + organic anion + + + + + organic anions + ChEBI + + + + + + + + + + + chebi_ontology + organic ions + CHEBI:25699 + + organic ion + + + + + organic ions + ChEBI + + + + + + + + + + sulfur molecular entity + chebi_ontology + sulfur molecular entities + CHEBI:26835 + + sulfur molecular entity + + + + + sulfur molecular entity + ChEBI + + + + + sulfur molecular entities + ChEBI + + + + + + + + + + A polymer consisting of cis-linked prenyl units. + 0 + (C5H8)n.H2 + CHEBI:26584 + CHEBI:8905 + KEGG:C02321 + Rubber particle + Rubber particle + chebi_ontology + Rubber + Rubber (all-cis) + Rubber + Rubber (all-cis) + CHEBI:28798 + + rubber particle [chebi] + + + + + Rubber particle + KEGG_COMPOUND + + + + + Rubber + KEGG_COMPOUND + + + + + Rubber (all-cis) + KEGG_COMPOUND + + + + + + + + + + A molecular entity all atoms of which have the same atomic number. + chebi_ontology + homoatomic entity + homoatomic molecular entities + homoatomic molecular entity + CHEBI:33259 + + elemental molecular entity + + + + + homoatomic entity + ChEBI + + + + + homoatomic molecular entities + ChEBI + + + + + homoatomic molecular entity + ChEBI + + + + + + + + + + + An organosulfur compound is a compound containing at least one carbon-sulfur bond. + CHEBI:23010 + CHEBI:25714 + Wikipedia:Organosulfur_compounds + organosulfur compound + chebi_ontology + organosulfur compounds + CHEBI:33261 + + organosulfur compound + + + + + organosulfur compound + ChEBI + + + + + organosulfur compounds + ChEBI + + + + + + + + + + + An anion consisting of more than one atom. + chebi_ontology + polyatomic anions + CHEBI:33273 + + polyatomic anion + + + + + polyatomic anions + ChEBI + + + + + + + + + + A heteroorganic entity is an organic molecular entity in which carbon atoms or organic groups are bonded directly to one or more heteroatoms. + chebi_ontology + heteroorganic entities + organoelement compounds + CHEBI:33285 + + heteroorganic entity + + + + + heteroorganic entities + ChEBI + + + + + organoelement compounds + ChEBI + + + + + + + + + + A p-block molecular entity containing any pnictogen. + pnictogen molecular entity + chebi_ontology + pnictogen molecular entities + CHEBI:33302 + + pnictogen molecular entity + + + + + pnictogen molecular entity + ChEBI + + + + + pnictogen molecular entities + ChEBI + + + + + + + + + + Any p-block molecular entity containing a chalcogen. + chalcogen molecular entity + chebi_ontology + chalcogen compounds + chalcogen molecular entities + CHEBI:33304 + + chalcogen molecular entity + + + + + chalcogen molecular entity + ChEBI + + + + + chalcogen compounds + ChEBI + + + + + chalcogen molecular entities + ChEBI + + + + + + + + + + + CAS:7440-44-0 + CAS:82600-58-6 + Gmelin:8868 + chebi_ontology + carbon + CHEBI:33415 + + elemental carbon + + + + + CAS:7440-44-0 + ChemIDplus + + + + + CAS:7440-44-0 + NIST Chemistry WebBook + + + + + CAS:82600-58-6 + NIST Chemistry WebBook + + + + + Gmelin:8868 + Gmelin + + + + + carbon + ChemIDplus + + + + + + + + + + A bivalent group formed by removing two hydrogen atoms from a hydrocarbon, the free valencies of which are not engaged in a double bond. + hydrocarbylene group + hydrocarbylene groups + chebi_ontology + groupe hydrocarbylene + grupo hidrocarbileno + grupos hidrocarbileno + CHEBI:33471 + + hydrocarbylene group + + + + + hydrocarbylene group + IUPAC + + + + + + hydrocarbylene groups + IUPAC + + + + + + groupe hydrocarbylene + IUPAC + + + + + grupo hidrocarbileno + IUPAC + + + + + grupos hidrocarbileno + IUPAC + + + + + + + + + + A molecular entity containing one or more atoms from any of groups 1, 2, 13, 14, 15, 16, 17, and 18 of the periodic table. + chebi_ontology + main group compounds + main group molecular entities + CHEBI:33579 + + main group molecular entity + + + + + main group compounds + ChEBI + + + + + main group molecular entities + ChEBI + + + + + + + + + + carbon group molecular entity + chebi_ontology + carbon group molecular entities + CHEBI:33582 + + carbon group molecular entity + + + + + carbon group molecular entity + ChEBI + + + + + carbon group molecular entities + ChEBI + + + + + + + + + + Any molecule that consists of a series of atoms joined together to form a ring. + Wikipedia:Cyclic_compound + chebi_ontology + cyclic compounds + CHEBI:33595 + + cyclic compound + + + + + cyclic compounds + ChEBI + + + + + + + + + + A cyclically conjugated molecular entity with a stability (due to delocalization) significantly greater than that of a hypothetical localized structure (e.g. Kekule structure) is said to possess aromatic character. + aromatic compounds + aromatic molecular entity + chebi_ontology + aromatics + aromatische Verbindungen + CHEBI:33655 + + aromatic compound + + + + + aromatic compounds + IUPAC + + + + + + aromatic molecular entity + IUPAC + + + + + + aromatics + ChEBI + + + + + aromatische Verbindungen + ChEBI + + + + + + + + + + + chebi_ontology + organic aromatic compounds + CHEBI:33659 + + organic aromatic compound + + + + + organic aromatic compounds + ChEBI + + + + + + + + + + A main group molecular entity that contains one or more atoms of a p-block element. + chebi_ontology + p-block compounds + p-block molecular entities + p-block molecular entitiy + CHEBI:33675 + + p-block molecular entity + + + + + p-block compounds + ChEBI + + + + + p-block molecular entities + ChEBI + + + + + p-block molecular entitiy + ChEBI + + + + + + + + + + + Any organic molecule that consists of atoms connected in the form of a ring. + chebi_ontology + organic cyclic compounds + CHEBI:33832 + + organic cyclic compound + + + + + organic cyclic compounds + ChEBI + + + + + + + + + + + A heterocyclic compound formally derived from an arene by replacement of one or more methine (-C=) and/or vinylene (-CH=CH-) groups by trivalent or divalent heteroatoms, respectively, in such a way as to maintain the continuous pi-electron system characteristic of aromatic systems and a number of out-of-plane pi-electrons corresponding to the Hueckel rule (4n+2). + heteroarenes + chebi_ontology + hetarenes + CHEBI:33833 + + heteroarene + + + + + heteroarenes + IUPAC + + + + + + hetarenes + IUPAC + + + + + + + + + + + Any heteroorganic entity containing at least one carbon-nitrogen bond. + organonitrogen compounds + chebi_ontology + organonitrogens + CHEBI:35352 + + organonitrogen compound + + + + + organonitrogen compounds + IUPAC + + + + + + organonitrogens + ChEBI + + + + + + + + + + + Compounds of structure RSSR in which R and R' are organic groups. + 0 + S2R2 + 64.13000 + 63.94414 + [*]SS[*] + disulfides + chebi_ontology + an organic disulfide + organic disulfides + CHEBI:35489 + + organic disulfide + + + + + disulfides + IUPAC + + + + + + an organic disulfide + UniProt + + + + + organic disulfides + ChEBI + + + + + + + + + + Any molecular entity consisting of more than one atom. + chebi_ontology + polyatomic entities + CHEBI:36357 + + polyatomic entity + + + + + polyatomic entities + ChEBI + + + + + + + + + + + An ion consisting of more than one atom. + chebi_ontology + polyatomic ions + CHEBI:36358 + + polyatomic ion + + + + + polyatomic ions + ChEBI + + + + + + + + + + pseudohalide ions + chebi_ontology + pseudohalide anions + pseudohalides + pseudohalogen anion + pseudohalogen ion + CHEBI:36828 + + pseudohalide anion + + + + + pseudohalide ions + IUPAC + + + + + + pseudohalide anions + ChEBI + + + + + pseudohalides + ChEBI + + + + + pseudohalogen anion + ChEBI + + + + + pseudohalogen ion + ChEBI + + + + + + + + + + + chebi_ontology + polyatomic monoanions + CHEBI:36829 + + polyatomic monoanion + + + + + polyatomic monoanions + ChEBI + + + + + + + + + + -1 + chebi_ontology + monoanions + CHEBI:36830 + + monoanion + + + + + monoanions + ChEBI + + + + + + + + + + + An organochalcogen compound is a compound containing at least one carbon-chalcogen bond. + organochalcogen compound + chebi_ontology + organochalcogen compounds + CHEBI:36962 + + organochalcogen compound + + + + + organochalcogen compound + ChEBI + + + + + organochalcogen compounds + ChEBI + + + + + + + + + + + Any organonitrogen compound containing a cyclic component with nitrogen and at least one other element as ring member atoms. + chebi_ontology + heterocyclic organonitrogen compounds + organonitrogen heterocyclic compounds + CHEBI:38101 + + organonitrogen heterocyclic compound + + + + + heterocyclic organonitrogen compounds + ChEBI + + + + + organonitrogen heterocyclic compounds + ChEBI + + + + + + + + + + + chebi_ontology + heterocyclic organosulfur compounds + organosulfur heterocyclic compounds + CHEBI:38106 + + organosulfur heterocyclic compound + + + + + heterocyclic organosulfur compounds + ChEBI + + + + + organosulfur heterocyclic compounds + ChEBI + + + + + + + + + + chebi_ontology + monocyclic heteroarenes + CHEBI:38179 + + monocyclic heteroarene + + + + + monocyclic heteroarenes + ChEBI + + + + + + + + + + CHEBI:26949 + CHEBI:38417 + 1,3-thiazoles + chebi_ontology + CHEBI:38418 + + 1,3-thiazoles + + + + + 1,3-thiazoles + ChEBI + + + + + + + + + + Compounds of structure RSSR'. + chebi_ontology + disulfides + CHEBI:48343 + + disulfide + + + + + disulfides + ChEBI + + + + + + + + + + + An azole in which the five-membered heterocyclic aromatic skeleton contains a N atom and one S atom. + chebi_ontology + thiazole + CHEBI:48901 + + thiazoles + + + + + thiazole + ChEBI + + + + + + + + + + A nanometre sized object. + chebi_ontology + nanoestructura + CHEBI:50795 + + nanostructure + + + + + nanoestructura + ChEBI + + + + + + + + + + A nanosized spherical or capsule-shaped structure. + chebi_ontology + NP + Nanoteilchen + nanoparticles + nanoparticula + nanoparticule + CHEBI:50803 + + nanoparticle + + + + + NP + ChEBI + + + + + Nanoteilchen + ChEBI + + + + + nanoparticles + ChEBI + + + + + nanoparticula + ChEBI + + + + + nanoparticule + ChEBI + + + + + + + + + + + chebi_ontology + carbon nanostructures + CHEBI:50812 + + carbon nanostructure + + + + + carbon nanostructures + ChEBI + + + + + + + + + + Any molecular entity that contains carbon. + CHEBI:25700 + CHEBI:33244 + chebi_ontology + organic compounds + organic entity + organic molecular entities + CHEBI:50860 + + organic molecular entity + + + + + organic compounds + ChEBI + + + + + organic entity + ChEBI + + + + + organic molecular entities + ChEBI + + + + + + + + + + CHEBI:25556 + CHEBI:7594 + KEGG:C06061 + chebi_ontology + Nitrogenous compounds + nitrogen compounds + nitrogen molecular entities + CHEBI:51143 + + nitrogen molecular entity + + + + + Nitrogenous compounds + KEGG_COMPOUND + + + + + nitrogen compounds + ChEBI + + + + + nitrogen molecular entities + ChEBI + + + + + + + + + + Any organic substituent group, regardless of functional type, having two free valences at carbon atom(s). + chebi_ontology + organodiyl groups + CHEBI:51422 + + organodiyl group + + + + + organodiyl groups + ChEBI + + + + + + + + + + chebi_ontology + CHEBI:51446 + + organic divalent group + + + + + + + + + + A cyclic compound having as ring members atoms of at least two different elements. + Heterocyclic compound + chebi_ontology + compuesto heterociclico + compuestos heterociclicos + heterocycle + heterocyclic compounds + CHEBI:5686 + + heterocyclic compound + + + + + Heterocyclic compound + KEGG_COMPOUND + + + + + compuesto heterociclico + IUPAC + + + + + compuestos heterociclicos + IUPAC + + + + + heterocycle + ChEBI + + + + + heterocyclic compounds + ChEBI + + + + + + + + + + A chemical substance is a portion of matter of constant composition, composed of molecular entities of the same type or of different types. + chebi_ontology + Chemische Substanz + Chemische Substanz + CHEBI:59999 + + chemical substance + chemische Substanz + + + + + Chemische Substanz + ChEBI + + + + + + + + + + A mixture is a chemical substance composed of multiple molecules, at least two of which are of a different kind. + chebi_ontology + Mischung + Mischung + CHEBI:60004 + + Mischung + mixture + + + + + Mischung + ChEBI + + + + + + + + + + + Any monocyclic heteroarene consisting of a five-membered ring containing nitrogen. Azoles can also contain one or more other non-carbon atoms, such as nitrogen, sulfur or oxygen. + Wikipedia:Azole + chebi_ontology + azoles + CHEBI:68452 + + azole + + + + + azoles + ChEBI + + + + + + + + + + + Any molecule that consists of at least one carbon atom as part of the electrically neutral entity. + chebi_ontology + organic compound + organic compounds + organic molecules + CHEBI:72695 + + organic molecule + + + + + organic compound + ChEBI + + + + + organic compounds + ChEBI + + + + + organic molecules + ChEBI + + + + + + + + + + An elemental carbon in the form of virtually pure colloidal particles that are produced by incomplete combustion or thermal decomposition of gaseous or liquid hydrocarbons under controlled conditions. A black, finely divided pellet or powder, its properties of specific surface area, particle size and structure, conductivity and colour can be varied by varying the exact conditions for its production. It is used in tyres, rubber and plastic products, printing inks and coatings. + CAS:1333-86-4 + KEGG:C19202 + PMID:24291665 + PMID:24669321 + PMID:25071917 + PMID:26803751 + Wikipedia:Carbon_black + chebi_ontology + CHEBI:82297 + + carbon black + + + + + CAS:1333-86-4 + ChemIDplus + + + + + CAS:1333-86-4 + KEGG COMPOUND + + + + + PMID:24291665 + Europe PMC + + + + + PMID:24669321 + Europe PMC + + + + + PMID:25071917 + Europe PMC + + + + + PMID:26803751 + Europe PMC + + + + + + + + + + 0 + C12H16O15S2 + CAS:53973-98-1 + KEGG:C19203 + KEGG:D05539 + chebi_ontology + Carrageenan, degraded + Carrageenan, degraded + CHEBI:82298 + + Poligeenan + + + + + CAS:53973-98-1 + KEGG COMPOUND + + + + + Carrageenan, degraded + KEGG_COMPOUND + + + + + + + + + + + An organic anion in which the charge resides on a sulfur atom. + chebi_ontology + organic sulfur anions + CHEBI:84291 + + organic sulfur anion + + + + + organic sulfur anions + ChEBI + + + + + + + + + + Any organic sulfur anion resulting from the removal of a proton from any N-substituted dithiocarbamic acid. + -1 + CNS2R2 + 90.14800 + 89.94722 + [S-]C(=S)N([*])[*] + chebi_ontology + CHEBI:84292 + + dithiocarbamate anions + + + + + + + + + A molecular process that can be carried out by the action of a single macromolecular machine, usually via direct physical interactions with other molecular entities. Function in this sense denotes an action, or activity, that a gene product (or a complex) performs. These actions are described from two distinct but related perspectives: (1) biochemical activity, and (2) role as a component in a larger system/process. + molecular function + GO:0003674 + Note that, in addition to forming the root of the molecular function ontology, this term is recommended for use for the annotation of gene products whose molecular function is unknown. When this term is used for annotation, it indicates that no information was available about the molecular function of the gene product annotated as of the date the annotation was made; the evidence code 'no data' (ND), is used to indicate this. Despite its name, this is not a type of 'function' in the sense typically defined by upper ontologies such as Basic Formal Ontology (BFO). It is instead a BFO:process carried out by a single gene product or complex. + molecular_function + + + + + A molecular process that can be carried out by the action of a single macromolecular machine, usually via direct physical interactions with other molecular entities. Function in this sense denotes an action, or activity, that a gene product (or a complex) performs. These actions are described from two distinct but related perspectives: (1) biochemical activity, and (2) role as a component in a larger system/process. + GOC:pdt + + + + + + + + + A biological process represents a specific objective that the organism is genetically programmed to achieve. Biological processes are often described by their outcome or ending state, e.g., the biological process of cell division results in the creation of two daughter cells (a divided cell) from a single parent cell. A biological process is accomplished by a particular set of molecular functions carried out by specific gene products (or macromolecular complexes), often in a highly regulated manner and in a particular temporal sequence. + A biological process represents a specific objective that the organism is genetically programmed to achieve. Biological processes are often described by their outcome or ending state, e.g., the biological process of cell division results in the creation of two daughter cells (a divided cell) from a single parent cell. A biological process is accomplished by a particular set of molecular functions carried out by specific gene products (or macromolecular complexes), often in a highly regulated manner and in a particular temporal sequence. + jl + 2012-09-19T15:05:24Z + Wikipedia:Biological_process + biological process + physiological process + single organism process + single-organism process + GO:0008150 + Note that, in addition to forming the root of the biological process ontology, this term is recommended for use for the annotation of gene products whose biological process is unknown. When this term is used for annotation, it indicates that no information was available about the biological process of the gene product annotated as of the date the annotation was made; the evidence code 'no data' (ND), is used to indicate this. + biological process + biologischer Prozess + + + + + A biological process represents a specific objective that the organism is genetically programmed to achieve. Biological processes are often described by their outcome or ending state, e.g., the biological process of cell division results in the creation of two daughter cells (a divided cell) from a single parent cell. A biological process is accomplished by a particular set of molecular functions carried out by specific gene products (or macromolecular complexes), often in a highly regulated manner and in a particular temporal sequence. + GOC:pdt + + + + + + + + + + Catalysis of the transfer of a phosphate group, usually from ATP, to a substrate molecule. + Reactome:R-HSA-6788855 + Reactome:R-HSA-6788867 + phosphokinase activity + GO:0016301 + Note that this term encompasses all activities that transfer a single phosphate group; although ATP is by far the most common phosphate donor, reactions using other phosphate donors are included in this term. + kinase activity + + + + + Catalysis of the transfer of a phosphate group, usually from ATP, to a substrate molecule. + ISBN:0198506732 + + + + + Reactome:R-HSA-6788855 + FN3KRP phosphorylates PsiAm, RibAm + + + + + Reactome:R-HSA-6788867 + FN3K phosphorylates ketosamines + + + + + + + + + + measurement unit label + Examples of measurement unit labels are liters, inches, weight per volume. + + A measurement unit label is as a label that is part of a scalar measurement datum and denotes a unit of measure. + 2009-03-16: provenance: a term measurement unit was +proposed for OBI (OBI_0000176) , edited by Chris Stoeckert and +Cristian Cocos, and subsequently moved to IAO where the objective for +which the original term was defined was satisfied with the definition +of this, different, term. + 2009-03-16: review of this term done during during the OBI workshop winter 2009 and the current definition was considered acceptable for use in OBI. If there is a need to modify this definition please notify OBI. + PERSON: Alan Ruttenberg + PERSON: Melanie Courtot + measurement unit label + + + + + + + + + datum label + + A label is a symbol that is part of some other datum and is used to either partially define the denotation of that datum or to provide a means for identifying the datum as a member of the set of data with the same label + http://www.golovchenko.org/cgi-bin/wnsearch?q=label#4n + GROUP: IAO + 9/22/11 BP: changed the rdfs:label for this class from 'label' to 'datum label' to convey that this class is not intended to cover all kinds of labels (stickers, radiolabels, etc.), and not even all kind of textual labels, but rather the kind of labels occuring in a datum. + + datum label + + + + + + + + + software + + Software is a plan specification composed of a series of instructions that can be +interpreted by or directly executed by a processing unit. + see sourceforge tracker discussion at http://sourceforge.net/tracker/index.php?func=detail&aid=1958818&group_id=177891&atid=886178 + PERSON: Alan Ruttenberg + PERSON: Bjoern Peters + PERSON: Chris Stoeckert + PERSON: Melanie Courtot + GROUP: OBI + software + + + + + + + + + information carrier + In the case of a printed paperback novel the physicality of the ink and of the paper form part of the information bearer. The qualities of appearing black and having a certain pattern for the ink and appearing white for the paper form part of the information carrier in this case. + + A quality of an information bearer that imparts the information content + 12/15/09: There is a concern that some ways that carry information may be processes rather than qualities, such as in a 'delayed wave carrier'. + 2014-03-10: We are not certain that all information carriers are qualities. There was a discussion of dropping it. + PERSON: Alan Ruttenberg + Smith, Ceusters, Ruttenberg, 2000 years of philosophy + information carrier + + + + + + + + + data item + Data items include counts of things, analyte concentrations, and statistical summaries. + + An information content entity that is intended to be a truthful statement about something (modulo, e.g., measurement precision or other systematic errors) and is constructed/acquired by a method which reliably tends to produce (approximately) truthful statements. + 2/2/2009 Alan and Bjoern discussing FACS run output data. This is a data item because it is about the cell population. Each element records an event and is typically further composed a set of measurment data items that record the fluorescent intensity stimulated by one of the lasers. + 2009-03-16: data item deliberatly ambiguous: we merged data set and datum to be one entity, not knowing how to define singular versus plural. So data item is more general than datum. + 2009-03-16: removed datum as alternative term as datum specifically refers to singular form, and is thus not an exact synonym. + JAR: datum -- well, this will be very tricky to define, but maybe some +information-like stuff that might be put into a computer and that is +meant, by someone, to denote and/or to be interpreted by some +process... I would include lists, tables, sentences... I think I might +defer to Barry, or to Brian Cantwell Smith + +JAR: A data item is an approximately justified approximately true approximate belief + 2014-03-31: See discussion at http://odontomachus.wordpress.com/2014/03/30/aboutness-objects-propositions/ + PERSON: Alan Ruttenberg + PERSON: Chris Stoeckert + PERSON: Jonathan Rees + data + data item + + + + + + + + + + dot plot + Dot plot of SSC-H and FSC-H. + + A dot plot is a report graph which is a graphical representation of data where each data point is represented by a single dot placed on coordinates corresponding to data point values in particular dimensions. + person:Allyson Lister + person:Chris Stoeckert + OBI_0000123 + group:OBI + dot plot + + + + + + + + + + graph + + A diagram that presents one or more tuples of information by mapping those tuples in to a two dimensional space in a non arbitrary way. + PERSON: Lawrence Hunter + person:Alan Ruttenberg + person:Allyson Lister + OBI_0000240 + group:OBI + graph + + + + + + + + + algorithm + PMID: 18378114.Genomics. 2008 Mar 28. LINKGEN: A new algorithm to process data in genetic linkage studies. + + A plan specification which describes the inputs and output of mathematical functions as well as workflow of execution for achieving an predefined objective. Algorithms are realized usually by means of implementation as computer programs for execution by automata. + Philippe Rocca-Serra + PlanAndPlannedProcess Branch + OBI_0000270 + adapted from discussion on OBI list (Matthew Pocock, Christian Cocos, Alan Ruttenberg) + algorithm + + + + + + + + + + + + + + + + + + + + + + + + + curation status specification + + The curation status of the term. The allowed values come from an enumerated list of predefined terms. See the specification of these instances for more detailed definitions of each enumerated value. + Better to represent curation as a process with parts and then relate labels to that process (in IAO meeting) + PERSON:Bill Bug + GROUP:OBI:<http://purl.obolibrary.org/obo/obi> + OBI_0000266 + curation status specification + + + + + + + + + + data set + Intensity values in a CEL file or from multiple CEL files comprise a data set (as opposed to the CEL files themselves). + + A data item that is an aggregate of other data items of the same type that have something in common. Averages and distributions can be determined for data sets. + 2009/10/23 Alan Ruttenberg. The intention is that this term represent collections of like data. So this isn't for, e.g. the whole contents of a cel file, which includes parameters, metadata etc. This is more like java arrays of a certain rather specific type + 2014-05-05: Data sets are aggregates and thus must include two or more data items. We have chosen not to add logical axioms to make this restriction. + person:Allyson Lister + person:Chris Stoeckert + OBI_0000042 + group:OBI + data set + + + + + + + + + + image + + An image is an affine projection to a two dimensional surface, of measurements of some quality of an entity or entities repeated at regular intervals across a spatial range, where the measurements are represented as color and luminosity on the projected on surface. + person:Alan Ruttenberg + person:Allyson + person:Chris Stoeckert + OBI_0000030 + group:OBI + image + + + + + + + + + + data about an ontology part + Data about an ontology part is a data item about a part of an ontology, for example a term + Person:Alan Ruttenberg + data about an ontology part + + + + + + + + + + + + + + + + measurement datum + Examples of measurement data are the recoding of the weight of a mouse as {40,mass,"grams"}, the recording of an observation of the behavior of the mouse {,process,"agitated"}, the recording of the expression level of a gene as measured through the process of microarray experiment {3.4,luminosity,}. + + A measurement datum is an information content entity that is a recording of the output of a measurement such as produced by a device. + 2/2/2009 is_specified_output of some assay? + person:Chris Stoeckert + OBI_0000305 + group:OBI + measurement datum + + + + + + + + + material information bearer + A page of a paperback novel with writing on it. The paper itself is a material information bearer, the pattern of ink is the information carrier. + a brain + a hard drive + + A material entity in which a concretization of an information content entity inheres. + GROUP: IAO + material information bearer + + + + + + + + + + histogram + + A histogram is a report graph which is a statistical description of a +distribution in terms of occurrence frequencies of different event classes. + PERSON:Chris Stoeckert + PERSON:James Malone + PERSON:Melanie Courtot + GROUP:OBI + histogram + + + + + + + + + + heatmap + + A heatmap is a report graph which is a graphical representation of data +where the values taken by a variable(s) are shown as colors in a +two-dimensional map. + PERSON:Chris Stoeckert + PERSON:James Malone + PERSON:Melanie Courtot + GROUP:OBI + heatmap + + + + + + + + + + dendrogram + Dendrograms are often used in computational biology to +illustrate the clustering of genes. + + A dendrogram is a report graph which is a tree diagram +frequently used to illustrate the arrangement of the clusters produced by a +clustering algorithm. + PERSON:Chris Stoeckert + PERSON:James Malone + PERSON:Melanie Courtot + WEB: http://en.wikipedia.org/wiki/Dendrogram + dendrogram + + + + + + + + + + scatter plot + Comparison of gene expression values in two samples can be displayed in a scatter plot + + A scatterplot is a graph which uses Cartesian coordinates to display values for two variables for a set of data. The data is displayed as a collection of points, each having the value of one variable determining the position on the horizontal axis and the value of the other variable determining the position on the vertical axis. + PERSON:Chris Stoeckert + PERSON:James Malone + PERSON:Melanie Courtot + scattergraph + WEB: http://en.wikipedia.org/wiki/Scatterplot + scatter plot + + + + + + + + + + + + + + + + + + + + + obsolescence reason specification + + The reason for which a term has been deprecated. The allowed values come from an enumerated list of predefined terms. See the specification of these instances for more detailed definitions of each enumerated value. + The creation of this class has been inspired in part by Werner Ceusters' paper, Applying evolutionary terminology auditing to the Gene Ontology. + PERSON: Alan Ruttenberg + PERSON: Melanie Courtot + obsolescence reason specification + + + + + + + + + figure + Any picture, diagram or table + + An information content entity consisting of a two dimensional arrangement of information content entities such that the arrangement itself is about something. + PERSON: Lawrence Hunter + figure + + + + + + + + + + diagram + A molecular structure ribbon cartoon showing helices, turns and sheets and their relations to each other in space. + + A figure that expresses one or more propositions + PERSON: Lawrence Hunter + diagram + + + + + + + + + document + A journal article, patent application, laboratory notebook, or a book + + A collection of information content entities intended to be understood together as a whole + PERSON: Lawrence Hunter + document + + + + + + + + + + + + + + + + + + + denotator type + The Basic Formal Ontology ontology makes a distinction between Universals and defined classes, where the formal are "natural kinds" and the latter arbitrary collections of entities. + A denotator type indicates how a term should be interpreted from an ontological perspective. + Alan Ruttenberg + Barry Smith, Werner Ceusters + denotator type + + + + + + + + + planned process + planned process + Injecting mice with a vaccine in order to test its efficacy + + A process that realizes a plan which is the concretization of a plan specification. + 'Plan' includes a future direction sense. That can be problematic if plans are changed during their execution. There are however implicit contingencies for protocols that an agent has in his mind that can be considered part of the plan, even if the agent didn't have them in mind before. Therefore, a planned process can diverge from what the agent would have said the plan was before executing it, by adjusting to problems encountered during execution (e.g. choosing another reagent with equivalent properties, if the originally planned one has run out.) + We are only considering successfully completed planned processes. A plan may be modified, and details added during execution. For a given planned process, the associated realized plan specification is the one encompassing all changes made during execution. This means that all processes in which an agent acts towards achieving some +objectives is a planned process. + Bjoern Peters + branch derived + This class merges the previously separated objective driven process and planned process, as they the separation proved hard to maintain. (1/22/09, branch call) + 6/11/9: Edited at workshop. Used to include: is initiated by an agent + + planned process + + + + + + + + + + regulator role + Fact sheet - Regulating the companies The role of the regulator. Ofwat is the economic regulator of the water and sewerage industry in England and Wales. http://www.ofwat.gov.uk/aptrix/ofwat/publish.nsf/Content/roleofregulator_factsheet170805 + + a regulatory role involved with making and/or enforcing relevant legislation and governmental orders + Person:Jennifer Fostel + regulator + OBI + regulator role + + + + + + + + + + regulatory role + Regulatory agency, Ethics committee, Approval letter; example: Browse these EPA Regulatory Role subtopics http://www.epa.gov/ebtpages/enviregulatoryrole.html Feb 29, 2008 + + a role which inheres in material entities and is realized in the processes of making, enforcing or being defined by legislation or orders issued by a governmental body. + GROUP: Role branch + OBI, CDISC + govt agents responsible for creating regulations; proxies for enforcing regulations. CDISC definition: regulatory authorities. Bodies having the power to regulate. NOTE: In the ICH GCP guideline the term includes the authorities that review submitted clinical data and those that conduct inspections. These bodies are sometimes referred to as competent + regulatory role + + + + + + + + + + material supplier role + Jackson Labs is an organization which provide mice as experimental material + + a role realized through the process of supplying materials such as animal subjects, reagents or other materials used in an investigation. + Supplier role is a special kind of service, e.g. biobank + PERSON:Jennifer Fostel + material provider role + supplier + material supplier role + + + + + + + + + + + + + + + + + + + + + + classified data set + + A data set that is produced as the output of a class prediction data transformation and consists of a data set with assigned class labels. + PERSON: James Malone + PERSON: Monnie McGee + data set with assigned class labels + classified data set + + + + + + + + + + + + + + + processed material + Examples include gel matrices, filter paper, parafilm and buffer solutions, mass spectrometer, tissue samples + + Is a material entity that is created or changed during material processing. + PERSON: Alan Ruttenberg + processed material + + + + + + + + + + + + + + + + evaluant role + When a specimen of blood is assayed for glucose concentration, the blood has the evaluant role. When measuring the mass of a mouse, the evaluant is the mouse. When measuring the time of DNA replication, the evaluant is the DNA. When measuring the intensity of light on a surface, the evaluant is the light source. + + a role that inheres in a material entity that is realized in an assay in which data is generated about the bearer of the evaluant role + Role call - 17nov-08: JF and MC think an evaluant role is always specified input of a process. Even in the case where we have an assay taking blood as evaluant and outputting blood, the blood is not the specified output at the end of the assay (the concentration of glucose in the blood is) + examples of features that could be described in an evaluant: quality.... e.g. "contains 10 pg/ml IL2", or "no glucose detected") + GROUP: Role Branch + OBI + Feb 10, 2009. changes after discussion at OBI Consortium Workshop Feb 2-6, 2009. accepted as core term. + evaluant role + + + + + + + + + + + + + + + + + assay + Assay the wavelength of light emitted by excited Neon atoms. Count of geese flying over a house. + + A planned process with the objective to produce information about the material entity that is the evaluant, by physically examining it or its proxies. + 12/3/12: BP: the reference to the 'physical examination' is included to point out that a prediction is not an assay, as that does not require physical examiniation. + PlanAndPlannedProcess Branch + measuring + scientific observation + OBI branch derived + study assay + any method + assay + + + + + + + + + + + + + + + + material processing + A cell lysis, production of a cloning vector, creating a buffer. + + A planned process which results in physical changes in a specified input material + PERSON: Bjoern Peters + PERSON: Frank Gibson + PERSON: Jennifer Fostel + PERSON: Melanie Courtot + PERSON: Philippe Rocca Serra + material transformation + OBI branch derived + material processing + + + + + + + + + + specimen role + liver section; a portion of a culture of cells; a nemotode or other animal once no longer a subject (generally killed); portion of blood from a patient. + + a role borne by a material entity that is gained during a specimen collection process and that can be realized by use of the specimen in an investigation + blood taken from animal: animal continues in study, whereas blood has role specimen. +something taken from study subject, leaves the study and becomes the specimen. + parasite example +- when parasite in people we study people, people are subjects and parasites are specimen +- when parasite extracted, they become subject in the following study +specimen can later be subject. + 22Jun09. The definition includes whole organisms, and can include a human. The link between specimen role and study subject role has been removed. A specimen taken as part of a case study is not considered to be a population representative, while a specimen taken as representing a population, e.g. person taken from a cohort, blood specimen taken from an animal) would be considered a population representative and would also bear material sample role. + Note: definition is in specimen creation objective which is defined as an objective to obtain and store a material entity for potential use as an input during an investigation. + GROUP: Role Branch + OBI + + specimen role + + + + + + + + + organization + PMID: 16353909.AAPS J. 2005 Sep 22;7(2):E274-80. Review. The joint food and agriculture organization of the United Nations/World Health Organization Expert Committee on Food Additives and its role in the evaluation of the safety of veterinary drug residues in foods. + + An entity that can bear roles, has members, and has a set of organization rules. Members of organizations are either organizations themselves or individual people. Members can bear specific organization member roles that are determined in the organization rules. The organization rules also determine how decisions are made on behalf of the organization by the organization members. + BP: The definition summarizes long email discussions on the OBI developer, roles, biomaterial and denrie branches. It leaves open if an organization is a material entity or a dependent continuant, as no consensus was reached on that. The current placement as material is therefore temporary, in order to move forward with development. Here is the entire email summary, on which the definition is based: + +1) there are organization_member_roles (president, treasurer, branch +editor), with individual persons as bearers + +2) there are organization_roles (employer, owner, vendor, patent holder) + +3) an organization has a charter / rules / bylaws, which specify what roles +there are, how they should be realized, and how to modify the +charter/rules/bylaws themselves. + +It is debatable what the organization itself is (some kind of dependent +continuant or an aggregate of people). This also determines who/what the +bearer of organization_roles' are. My personal favorite is still to define +organization as a kind of 'legal entity', but thinking it through leads to +all kinds of questions that are clearly outside the scope of OBI. + +Interestingly enough, it does not seem to matter much where we place +organization itself, as long as we can subclass it (University, Corporation, +Government Agency, Hospital), instantiate it (Affymetrix, NCBI, NIH, ISO, +W3C, University of Oklahoma), and have it play roles. + +This leads to my proposal: We define organization through the statements 1 - +3 above, but without an 'is a' statement for now. We can leave it in its +current place in the is_a hierarchy (material entity) or move it up to +'continuant'. We leave further clarifications to BFO, and close this issue +for now. + PERSON: Alan Ruttenberg + PERSON: Bjoern Peters + PERSON: Philippe Rocca-Serra + PERSON: Susanna Sansone + GROUP: OBI + organization + + + + + + + + + protocol + PCR protocol, has objective specification, amplify DNA fragment of interest, and has action specification describes the amounts of experimental reagents used (e..g. buffers, dNTPS, enzyme), and the temperature and cycle time settings for running the PCR. + + A plan specification which has sufficient level of detail and quantitative information to communicate it between investigation agents, so that different investigation agents will reliably be able to independently reproduce the process. + PlanAndPlannedProcess Branch + OBI branch derived + wikipedia (http://en.wikipedia.org/wiki/Protocol_%28natural_sciences%29) + study protocol + protocol + + + + + + + + + + heat function + + A heat function is a function that increases the internal kinetic energy of a material + Bill Bug + Daniel Schober + Frank Gibson + Melanie Courtot + heat function + + + + + + + + + + mechanical function + + A mechanical function is a function that is realised via mechanical work (through an certain amount of energy transferred by some force). + Bill Bug + Daniel Schober + Frank Gibson + Melanie Courtot + http://en.wikipedia.org/wiki/Mechanical_work + mechanical function + + + + + + + + + + cool function + + A cool function is a function to decrease the internal kinetic energy of a material below the initial kinetic energy of that type of material. + Daniel Schober + Frank Gibson + Melanie Courtot + cool function + + + + + + + + + + environment control function + + An environmental control function is a function that regulates a contained environment within specified parameter ranges. For example the control of light exposure, humidity and temperature. + Bill Bug + Daniel Schober + Frank Gibson + Melanie Courtot + environment control function + + + + + + + + + + + + + + + + + + + + + + + + + + + regulatory agency + The US Environmental Protection Agency + + A regulatory agency is a organization that has responsibility over or for the legislation (acts and regulations) for a given sector of the government. + GROUP: OBI Biomaterial Branch + WEB: en.wikipedia.org/wiki/Regulator + regulatory agency + + + + + + + + + + + + + + + + + + + + + + + + + + + measure function + A glucometer measures blood glucose concentration, the glucometer has a measure function. + + Measure function is a function that is borne by a processed material and realized in a process in which information about some entity is expressed relative to some reference. + PERSON: Daniel Schober + PERSON: Helen Parkinson + PERSON: Melanie Courtot + PERSON:Frank Gibson + measure function + + + + + + + + + + manufacturing + + Manufacturing is a process with the intent to produce a processed material which will have a function for future use. A person or organization (having manufacturer role) is a participant in this process + This includes a single scientist making a processed material for personal use. + Manufacturing implies reproducibility and responsibility AR + PERSON: Bjoern Peters + PERSON: Frank Gibson + PERSON: Jennifer Fostel + PERSON: Melanie Courtot + PERSON: Philippe Rocca-Serra + GROUP: OBI PlanAndPlannedProcess Branch + manufacturing + + + + + + + + + + + + + + + + manufacturer role + With respect to The Accuri C6 Flow Cytometer System, the organization Accuri bears the role manufacturer role. With respect to a transformed line of tissue culture cells derived by a specific lab, the lab whose personnel isolated the cll line bears the role manufacturer role. With respect to a specific antibody produced by an individual scientist, the scientist who purifies, characterizes and distributes the anitbody bears the role manufacturer role. + + Manufacturer role is a role which inheres in a person or organization and which is realized by a manufacturing process. + GROUP: Role Branch + OBI + manufacturer role + + + + + + + + + + + + + + + + + + + + + + clustered data set + A clustered data set is the output of a K means clustering data transformation + + A data set that is produced as the output of a class discovery data transformation and consists of a data set with assigned discovered class labels. + PERSON: James Malone + PERSON: Monnie McGee + data set with assigned discovered class labels + AR thinks could be a data item instead + clustered data set + + + + + + + + + + + + + + + + specimen collection process + drawing blood from a patient for analysis, collecting a piece of a plant for depositing in a herbarium, buying meat from a butcher in order to measure its protein content in an investigation + + A planned process with the objective of collecting a specimen. + Note: definition is in specimen creation objective which is defined as an objective to obtain and store a material entity for potential use as an input during an investigation. + Philly2013: A specimen collection can have as part a material entity acquisition, such as ordering from a bank. The distinction is that specimen collection necessarily involves the creation of a specimen role. However ordering cell lines cells from ATCC for use in an investigation is NOT a specimen collection, because the cell lines already have a specimen role. + Philly2013: The specimen_role for the specimen is created during the specimen collection process. + label changed to 'specimen collection process' on 10/27/2014, details see tracker: +http://sourceforge.net/p/obi/obi-terms/716/ + Bjoern Peters + specimen collection + 5/31/2012: This process is not necessarily an acquisition, as specimens may be collected from materials already in posession + 6/9/09: used at workshop + specimen collection process + + + + + + + + + + class prediction data transformation + + A class prediction data transformation (sometimes called supervised classification) is a data transformation that has objective class prediction. + James Malone + supervised classification data transformation + PERSON: James Malone + class prediction data transformation + + + + + + + + + + support vector machine + + A support vector machine is a data transformation with a class prediction objective based on the construction of a separating hyperplane that maximizes the margin between two data sets of vectors in n-dimensional space. + James Malone + Ryan Brinkman + SVM + PERSON: Ryan Brinkman + support vector machine + + + + + + + + + + decision tree building data transformation + + A decision tree building data transformation is a data transformation that has objective decision tree induction. + James Malone + PERSON: James Malone + decision tree building data transformation + + + + + + + + + + GenePattern software + + a software that provides access to more than 100 tools for gene expression analysis, proteomics, SNP analysis and common data processing tasks. + James Malone + Person:Helen Parkinson + WEB: http://www.broadinstitute.org/cancer/software/genepattern/ + GenePattern software + + + + + + + + + + peak matching + + Peak matching is a data transformation performed on a dataset of a graph of ordered data points (e.g. a spectrum) with the objective of pattern matching local maxima above a noise threshold + James Malone + Ryan Brinkman + PERSON: Ryan Brinkman + peak matching + + + + + + + + + + + + k-nearest neighbors + + A k-nearest neighbors is a data transformation which achieves a class discovery or partitioning objective, in which an input data object with vector y is assigned to a class label based upon the k closest training data set points to y; where k is the largest value that class label is assigned. + James Malone + k-NN + PERSON: James Malone + k-nearest neighbors + + + + + + + + + + CART + + A CART (classification and regression trees) is a data transformation method for producing a classification or regression model with a tree-based structure. + James Malone + classification and regression trees + BOOK: David J. Hand, Heikki Mannila and Padhraic Smyth (2001) Principles of Data Mining. + CART + + + + + + + + + + statistical model validation + Using the expression levels of 20 proteins to predict whether a cancer patient will respond to a drug. A practical goal would be to determine which subset of the 20 features should be used to produce the best predictive model. - wikipedia + + A data transformation which assesses how the results of a statistical analysis will generalize to an independent data set. + Helen Parkinson + http://en.wikipedia.org/wiki/Cross-validation_%28statistics%29 + statistical model validation + + + + + + + + + + + + + + + + + + + + + + + + + + + measurement device + A ruler, a microarray scanner, a Geiger counter. + + A device in which a measure function inheres. + GROUP:OBI Philly workshop + OBI + measurement device + + + + + + + + + + + + + + + manufacturer + + A person or organization that has a manufacturer role + manufacturer + + + + + + + + + + sterilization function + + a function to remove viable organisms from an input material + sterilization function + + + + + + + + + + + + + + + + service provider role + Jackson Lab provides experimental animals, EBI provides training on databases, a core facility provides access to a DNA sequencer. + + is a role which inheres in a person or organization and is realized in in a planned process which provides access to training, materials or execution of protocols for an organization or person + PERSON:Helen Parkinson + service provider role + + + + + + + + + + + + + + + + + + + processed specimen + A tissue sample that has been sliced and stained for a histology study. +A blood specimen that has been centrifuged to obtain the white blood cells. + + A specimen that has been intentionally physically modified. + Bjoern Peters + Bjoern Peters + A tissue sample that has been sliced and stained for a histology study. + processed specimen + + + + + + + + + + categorical label + The labels 'positive' vs. 'negative', or 'left handed', 'right handed', 'ambidexterous', or 'strongly binding', 'weakly binding' , 'not binding', or '+++', '++', '+', '-' etc. form scales of categorical labels. + + A label that is part of a categorical datum and that indicates the value of the data item on the categorical scale. + Bjoern Peters + Bjoern Peters + categorical label + + + + + + + + + + + + + + + + device + A voltmeter is a measurement device which is intended to perform some measure function. + An autoclave is a device that sterlizes instruments or contaminated waste by applying high temperature and pressure. + + A material entity that is designed to perform a function in a scientific investigation, but is not a reagent. + 2012-12-17 JAO: In common lab usage, there is a distinction made between devices and reagents that is difficult to model. Therefore we have chosen to specifically exclude reagents from the definition of "device", and are enumerating the types of roles that a reagent can perform. + +2013-6-5 MHB: The following clarifications are outcomes of the May 2013 Philly Workshop. Reagents are distinguished from devices that also participate in scientific techniques by the fact that reagents are chemical or biological in nature and necessarily participate in some chemical interaction or reaction during the realization of their experimental role. By contrast, devices do not participate in such chemical reactions/interactions. Note that there are cases where devices use reagent components during their operation, where the reagent-device distinction is less clear. For example: + +(1) An HPLC machine is considered a device, but has a column that holds a stationary phase resin as an operational component. This resin qualifies as a device if it participates purely in size exclusion, but bears a reagent role that is realized in the running of a column if it interacts electrostatically or chemically with the evaluant. The container the resin is in (“the column”) considered alone is a device. So the entire column as well as the entire HPLC machine are devices that have a reagent as an operating part. + +(2) A pH meter is a device, but its electrode component bears a reagent role in virtue of its interacting directly with the evaluant in execution of an assay. + +(3) A gel running box is a device that has a metallic lead as a component that participates in a chemical reaction with the running buffer when a charge is passed through it. This metallic lead is considered to have a reagent role as a component of this device realized in the running of a gel. + +In the examples above, a reagent is an operational component of a device, but the device itself does not realize a reagent role (as bearing a reagent role is not transitive across the part_of relation). In this way, the asserted disjointness between a reagent and device holds, as both roles are never realized in the same bearer during execution of an assay. + PERSON: Helen Parkinson + instrument + OBI development call 2012-12-17. + device + + + + + + + + + + questionnaire + + A document with a set of printed or written questions with a choice of answers, devised for the purposes of a survey or statistical study. + JT: It plays a role in collecting data that could be fleshed out more; but I'm thinking it is, in itself, an edited document. +JZ: based on textual definition of edited document, it can be defined as N&S. I prefer to leave questionnaire as a document now. We can add more restrictions in the future and use that to determine it is an edited document or not. + Need to clarify if this is a document or a directive information entity (or what their connection is)) + PERSON: Jessica Turner + Merriam-Webster + questionnaire + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + environmental control device + A growth chamber is an environmental control device. + + An environmental control device is a device which has the function to control some aspect of the environment such as temperature, or humidity. + Helen Parkinson + OBI + environmental control device + + + + + + + + + + + + + + + + + + + + + + + + + + + + autoclave + + A device that is used to sterilize equipment and supplies by subjecting them to high pressure steam at 121 C or more, typically for 15 to 20 minutes depending on the size of the load and the contents. + PERSON: Erik Segerdell + J. Black, Microbiology, Prentice Hall (1993) pg. 334; http://en.wikipedia.org/wiki/Autoclave + autoclave + + + + + + + + + + categorical value specification + + A value specification that is specifies one category out of a fixed number of nominal categories + PERSON:Bjoern Peters + categorical value specification + + + + + + + + + value specification + The value of 'positive' in a classification scheme of "positive or negative"; the value of '20g' on the quantitative scale of mass. + + An information content entity that specifies a value within a classification scheme or on a quantitative scale. + This term is currently a descendant of 'information content entity', which requires that it 'is about' something. A value specification of '20g' for a measurement data item of the mass of a particular mouse 'is about' the mass of that mouse. However there are cases where a value specification is not clearly about any particular. In the future we may change 'value specification' to remove the 'is about' requirement. + PERSON:Bjoern Peters + value specification + + + + + + + + + collection of specimens + Blood cells collected from multiple donors over the course of a study. + + A material entity that has two or more specimens as its parts. + Details see tracker: https://sourceforge.net/p/obi/obi-terms/778/ + Person: Chris Stoeckert, Jie Zheng + OBIB, OBI + Biobank + collection of specimens + + + + + + + + + + histologic grade according to AJCC 7th edition + G1:Well differentiated + G4: Undifferentiated + + A categorical value specification that is a histologic grade assigned to a tumor slide specimen according to the American Joint Committee on Cancer (AJCC) 7th Edition grading system. + Chris Stoeckert, Helena Ellis + NCI BBRB, OBI + NCI BBRB + histologic grade according to AJCC 7th edition + + + + + + + + + + histologic grade according to the Fuhrman Nuclear Grading System + + A categorical value specification that is a histologic grade assigned to a tumor slide specimen according to the Fuhrman Nuclear Grading System. + Chris Stoeckert, Helena Ellis + Histologic Grade (Fuhrman Nuclear Grading System) + NCI BBRB, OBI + NCI BBRB + histologic grade according to the Fuhrman Nuclear Grading System + + + + + + + + + + histologic grade for ovarian tumor + + A categorical value specification that is a histologic grade assigned to a ovarian tumor. + Chris Stoeckert, Helena Ellis + NCI BBRB, OBI + NCI BBRB + histologic grade for ovarian tumor + + + + + + + + + + histologic grade for ovarian tumor according to a two-tier grading system + + A histologic grade for ovarian tumor that is from a two-tier histological classification of tumors. + Chris Stoeckert, Helena Ellis + NCI BBRB, OBI + NCI BBRB + histologic grade for ovarian tumor according to a two-tier grading system + + + + + + + + + + histologic grade for ovarian tumor according to the World Health Organization + + A histologic grade for ovarian tumor that is from a histological classification by the World Health Organization (WHO). + Chris Stoeckert, Helena Ellis + NCI BBRB, OBI + NCI BBRB + histologic grade for ovarian tumor according to the World Health Organization + + + + + + + + + + pathologic primary tumor stage for colon and rectum according to AJCC 7th edition + + A categorical value specification that is a pathologic finding about one or more characteristics of colorectal cancer following the rules of the TNM American Joint Committee on Cancer (AJCC) version 7 classification system as they pertain to staging of the primary tumor. TNM pathologic primary tumor findings are based on clinical findings supplemented by histopathologic examination of one or more tissue specimens acquired during surgery. + Chris Stoeckert, Helena Ellis + pT: Pathologic spread colorectal primary tumor (AJCC 7th Edition) + NCI BBRB, OBI + NCI BBRB + pathologic primary tumor stage for colon and rectum according to AJCC 7th edition + + + + + + + + + + pathologic primary tumor stage for lung according to AJCC 7th edition + + A categorical value specification that is a pathologic finding about one or more characteristics of lung cancer following the rules of the TNM American Joint Committee on Cancer (AJCC) version 7 classification system as they pertain to staging of the primary tumor. TNM pathologic primary tumor findings are based on clinical findings supplemented by histopathologic examination of one or more tissue specimens acquired during surgery. + Chris Stoeckert, Helena Ellis + pT: Pathologic spread lung primary tumor (AJCC 7th Edition) + NCI BBRB, OBI + NCI BBRB + pathologic primary tumor stage for lung according to AJCC 7th edition + + + + + + + + + + pathologic primary tumor stage for kidney according to AJCC 7th edition + + A categorical value specification that is a pathologic finding about one or more characteristics of renal cancer following the rules of the TNM AJCC v7 classification system as they pertain to staging of the primary tumor. TNM pathologic primary tumor findings are based on clinical findings supplemented by histopathologic examination of one or more tissue specimens acquired during surgery. + Chris Stoeckert, Helena Ellis + pT: Pathologic spread kidney primary tumor (AJCC 7th Edition) + NCI BBRB, OBI + NCI BBRB + pathologic primary tumor stage for kidney according to AJCC 7th edition + + + + + + + + + + pathologic primary tumor stage for ovary according to AJCC 7th edition + + A categorical value specification that is a pathologic finding about one or more characteristics of ovarian cancer following the rules of the TNM AJCC v7 classification system as they pertain to staging of the primary tumor. TNM pathologic primary tumor findings are based on clinical findings supplemented by histopathologic examination of one or more tissue specimens acquired during surgery. + Chris Stoeckert, Helena Ellis + pT: Pathologic spread ovarian primary tumor (AJCC 7th Edition) + NCI BBRB, OBI + NCI BBRB + pathologic primary tumor stage for ovary according to AJCC 7th edition + + + + + + + + + + pathologic lymph node stage for colon and rectum according to AJCC 7th edition + + A categorical value specification that is a pathologic finding about one or more characteristics of colorectal cancer following the rules of the TNM AJCC v7 classification system as they pertain to staging of regional lymph nodes. + Chris Stoeckert, Helena Ellis + pN: Pathologic spread colon lymph nodes (AJCC 7th Edition) + NCI BBRB, OBI + NCI BBRB + pathologic lymph node stage for colon and rectum according to AJCC 7th edition + + + + + + + + + + pathologic lymph node stage for lung according to AJCC 7th edition + + A categorical value specification that is a pathologic finding about one or more characteristics of lung cancer following the rules of the TNM AJCC v7 classification system as they pertain to staging of regional lymph nodes. + Chris Stoeckert, Helena Ellis + pN: Pathologic spread colon lymph nodes (AJCC 7th Edition) + NCI BBRB, OBI + NCI BBRB + pathologic lymph node stage for lung according to AJCC 7th edition + + + + + + + + + + pathologic lymph node stage for kidney according to AJCC 7th edition + + A categorical value specification that is a pathologic finding about one or more characteristics of renal cancer following the rules of the TNM AJCC v7 classification system as they pertain to staging of regional lymph nodes. + Chris Stoeckert, Helena Ellis + pN: Pathologic spread kidney lymph nodes (AJCC 7th Edition) + NCI BBRB, OBI + NCI BBRB + pathologic lymph node stage for kidney according to AJCC 7th edition + + + + + + + + + + pathologic lymph node stage for ovary according to AJCC 7th edition + + A categorical value specification that is a pathologic finding about one or more characteristics of ovarian cancer following the rules of the TNM AJCC v7 classification system as they pertain to staging of regional lymph nodes. + Chris Stoeckert, Helena Ellis + pN: Pathologic spread ovarian lymph nodes (AJCC 7th Edition) + NCI BBRB, OBI + NCI BBRB + pathologic lymph node stage for ovary according to AJCC 7th edition + + + + + + + + + + pathologic distant metastases stage for colon according to AJCC 7th edition + + A categorical value specification that is a pathologic finding about one or more characteristics of colon cancer following the rules of the TNM AJCC v7 classification system as they pertain to distant metastases. TNM pathologic distant metastasis findings are based on clinical findings supplemented by histopathologic examination of one or more tissue specimens acquired during surgery. + Chris Stoeckert, Helena Ellis + M: colon distant metastases (AJCC 7th Edition) + NCI BBRB, OBI + NCI BBRB + pathologic distant metastases stage for colon according to AJCC 7th edition + + + + + + + + + + pathologic distant metastases stage for lung according to AJCC 7th edition + + A categorical value specification that is a pathologic finding about one or more characteristics of lung cancer following the rules of the TNM AJCC v7 classification system as they pertain to distant metastases. TNM pathologic distant metastasis findings are based on clinical findings supplemented by histopathologic examination of one or more tissue specimens acquired during surgery. + Chris Stoeckert, Helena Ellis + M: lung distant metastases (AJCC 7th Edition) + NCI BBRB, OBI + NCI BBRB + pathologic distant metastases stage for lung according to AJCC 7th edition + + + + + + + + + + pathologic distant metastases stage for kidney according to AJCC 7th edition + + A categorical value specification that is a pathologic finding about one or more characteristics of renal cancer following the rules of the TNM AJCC v7 classification system as they pertain to distant metastases. TNM pathologic distant metastasis findings are based on clinical findings supplemented by histopathologic examination of one or more tissue specimens acquired during surgery. + Chris Stoeckert, Helena Ellis + M: kidney distant Metastases (AJCC 7th Edition) + NCI BBRB, OBI + NCI BBRB + pathologic distant metastases stage for kidney according to AJCC 7th edition + + + + + + + + + + pathologic distant metastases stage for ovary according to AJCC 7th edition + + A categorical value specification that is a pathologic finding about one or more characteristics of ovarian cancer following the rules of the TNM AJCC v7 classification system as they pertain to distant metastases. TNM pathologic distant metastasis findings are based on clinical findings supplemented by histopathologic examination of one or more tissue specimens acquired during surgery. + Chris Stoeckert, Helena Ellis + M: ovarian distant metastases (AJCC 7th Edition) + NCI BBRB, OBI + NCI BBRB + pathologic distant metastases stage for ovary according to AJCC 7th edition + + + + + + + + + + clinical tumor stage group according to AJCC 7th edition + + A categorical value specification that is an assessment of the stage of a cancer according to the American Joint Committee on Cancer (AJCC) v7 staging systems. + Chris Stoeckert, Helena Ellis + Clinical tumor stage group (AJCC 7th Edition) + NCI BBRB, OBI + NCI BBRB + clinical tumor stage group according to AJCC 7th edition + + + + + + + + + + International Federation of Gynecology and Obstetrics cervical cancer stage value specification + + A categorical value specification that is an assessment of the stage of a gynecologic cancer according to the International Federation of Gynecology and Obstetrics (FIGO) staging systems. + Chris Stoeckert, Helena Ellis + Clinical FIGO stage + NCI BBRB, OBI + NCI BBRB + International Federation of Gynecology and Obstetrics cervical cancer stage value specification + + + + + + + + + + International Federation of Gynecology and Obstetrics ovarian cancer stage value specification + + A categorical value specification that is a pathologic finding about one or more characteristics of ovarian cancer following the rules of the FIGO classification system. + Chris Stoeckert, Helena Ellis + Pathologic Tumor Stage Grouping for ovarian cancer (FIGO) + NCI BBRB, OBI + NCI BBRB + International Federation of Gynecology and Obstetrics ovarian cancer stage value specification + + + + + + + + + + performance status value specification + + A categorical value specification that is an assessment of a participant's performance status (general well-being and activities of daily life). + Chris Stoeckert, Helena Ellis + Performance Status Scale + https://en.wikipedia.org/wiki/Performance_status + NCI BBRB + performance status value specification + + + + + + + + + + Eastern Cooperative Oncology Group score value specification + + A performance status value specification designed by the Eastern Cooperative Oncology Group to assess disease progression and its affect on the daily living abilities of the patient. + Chris Stoeckert, Helena Ellis + ECOG score + NCI BBRB, OBI + NCI BBRB + Eastern Cooperative Oncology Group score value specification + + + + + + + + + + Karnofsky score vaue specification + + A performance status value specification designed for classifying patients 16 years of age or older by their functional impairment. + Chris Stoeckert, Helena Ellis + Karnofsky Score + NCI BBRB, OBI + NCI BBRB + Karnofsky score vaue specification + + + + + + + + + + + + + + + material supplier + + A person or organization that provides material supplies to other people or organizations. + Rebecca Jackson + https://github.com/obi-ontology/obi/issues/1289 + material supplier + + + + + + + + + + + + + + + specimen + Biobanking of blood taken and stored in a freezer for potential future investigations stores specimen. + + A material entity that has the specimen role. + Note: definition is in specimen creation objective which is defined as an objective to obtain and store a material entity for potential use as an input during an investigation. + PERSON: James Malone + PERSON: Philippe Rocca-Serra + GROUP: OBI Biomaterial Branch + + specimen + + + + + + + + + + + + + + + + data transformation + The application of a clustering protocol to microarray data or the application of a statistical testing method on a primary data set to determine a p-value. + + A planned process that produces output data from input data. + Elisabetta Manduchi + Helen Parkinson + James Malone + Melanie Courtot + Richard Scheuermann + Ryan Brinkman + Tina Hernandez-Boussard + Philippe Rocca-Serra + data analysis + data processing + Branch editors + + data transformation + + + + + + + + + + leave one out cross validation method + The authors conducted leave-one-out cross validation to estimate the strength and accuracy of the differentially expressed filtered genes. http://bioinformatics.oxfordjournals.org/cgi/content/abstract/19/3/368 + + is a data transformation : leave-one-out cross-validation (LOOCV) involves using a single observation from the original sample as the validation data, and the remaining observations as the training data. This is repeated such that each observation in the sample is used once as the validation data + 2009-11-10. Tracker: https://sourceforge.net/tracker/?func=detail&aid=2893049&group_id=177891&atid=886178 + Person:Helen Parkinson + leave one out cross validation method + + + + + + + + + + + + k-means clustering + + A k-means clustering is a data transformation which achieves a class discovery or partitioning objective, which takes as input a collection of objects (represented as points in multidimensional space) and which partitions them into a specified number k of clusters. The algorithm attempts to find the centers of natural clusters in the data. The most common form of the algorithm starts by partitioning the input points into k initial sets, either at random or using some heuristic data. It then calculates the mean point, or centroid, of each set. It constructs a new partition by associating each point with the closest centroid. Then the centroids are recalculated for the new clusters, and the algorithm repeated by alternate applications of these two steps until convergence, which is obtained when the points no longer switch clusters (or alternatively centroids are no longer changed). + James Malone + Elisabetta Manduchi + Philippe Rocca-Serra + WEB: http://en.wikipedia.org/wiki/K-means + k-means clustering + + + + + + + + + + + hierarchical clustering + + A hierarchical clustering is a data transformation which achieves a class discovery objective, which takes as input data item and builds a hierarchy of clusters. The traditional representation of this hierarchy is a tree (visualized by a dendrogram), with the individual input objects at one end (leaves) and a single cluster containing every object at the other (root). + James Malone + WEB: http://en.wikipedia.org/wiki/Data_clustering#Hierarchical_clustering + hierarchical clustering + + + + + + + + + + + dimensionality reduction + + A dimensionality reduction is data partitioning which transforms each input m-dimensional vector (x_1, x_2, ..., x_m) into an output n-dimensional vector (y_1, y_2, ..., y_n), where n is smaller than m. + Elisabetta Manduchi + James Malone + Melanie Courtot + Philippe Rocca-Serra + data projection + PERSON: Elisabetta Manduchi + PERSON: James Malone + PERSON: Melanie Courtot + dimensionality reduction + + + + + + + + + + principal components analysis dimensionality reduction + + A principal components analysis dimensionality reduction is a dimensionality reduction achieved by applying principal components analysis and by keeping low-order principal components and excluding higher-order ones. + Elisabetta Manduchi + James Malone + Melanie Courtot + Philippe Rocca-Serra + pca data reduction + PERSON: Elisabetta Manduchi + PERSON: James Malone + PERSON: Melanie Courtot + principal components analysis dimensionality reduction + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + data visualization + Generation of a heatmap from a microarray dataset + + An planned process that creates images, diagrams or animations from the input data. + Elisabetta Manduchi + James Malone + Melanie Courtot + Tina Boussard + visualization + data encoding as image + PERSON: Elisabetta Manduchi + PERSON: James Malone + PERSON: Melanie Courtot + PERSON: Tina Boussard + Possible future hierarchy might include this: +information_encoding +>data_encoding +>>image_encoding + data visualization + + + + + + + + + + partitioning data transformation + + A partitioning data transformation is a data transformation that has objective partitioning. + James Malone + PERSON: James Malone + partitioning data transformation + + + + + + + + + + class discovery data transformation + + A class discovery data transformation (sometimes called unsupervised classification) is a data transformation that has objective class discovery. + James Malone + clustering data transformation + unsupervised classification data transformation + PERSON: James Malone + class discovery data transformation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + clustered data visualization + + A data visualization which has input of a clustered data set and produces an output of a report graph which is capable of rendering data of this type. + James Malone + clustered data visualization + + + + + + + + + + concentration of + A quality inhering in a substance by virtue of the amount of the bearer's there is mixed with another substance. + + concentration of + + + + + + + + + + morphology + A quality of a single physical entity inhering in the bearer by virtue of the bearer's size or shape or structure. + + morphology + + + + + + + + + + length + A 1-D extent quality which is equal to the distance between two points. + + length + + + + + + + + + + temperature + A physical quality of the thermal energy of a system. + + temperature + + + + + + + + + + physical quality + A quality of a physical entity that exists through action of continuants at the physical level of organisation in relation to other entities. + + physical quality + + + + + + + + + + pressure + A physical quality that inheres in a bearer by virtue of the bearer's amount of force per unit area it exerts. + + pressure + + + + + + + + + physical object quality + A quality which inheres in a continuant. + + physical object quality + + + + + + + + + + electromagnetic (EM) radiation quality + A physical quality that inheres in an bearer by virtue of how that bearer interacts with electromagnetic radiation. + + electromagnetic (EM) radiation quality + + + + + + + + + + optical quality + An EM radiation quality in which the EM radiation is within the fiat range of the spectrum visible deemed to be light. + + optical quality + + + + + + + + + + quality of a solid + A physical quality inhering in a bearer by virtue of the bearer's exhibiting the physical characteristics of an entity characterized by particles arranged such that their shape and volume are relatively stable. + + quality of a solid + + + + + + + + + + quality of a liquid + A physical quality inhering in an entity exhibiting the physical characteristics of an amorphous (non-crystalline) form of matter between a gas and a solid that has a definite volume, but no definite shape. + + quality of a liquid + + + + + + + + + + radiation quality + A quality that inheres in an bearer by virtue of how that bearer interacts with radiation. + + radiation quality + + + + + + + + + + molecular quality + A quality which inheres in a molecular entity, a single molecule, atom, ion, radical etc. + + molecular quality + + + + + + + + + + quality of a substance + A quality inhering in a bearer by virtue of its constitution. + + quality of a substance + + + + + + + + + + length unit + A unit which is a standard measure of the distance between two points. + + length unit + + + + + + + + + + mass unit + A unit which is a standard measure of the amount of matter/energy of a physical object. + + mass unit + + + + + + + + + + time unit + A unit which is a standard measure of the dimension in which events occur in sequence. + + time unit + + + + + + + + + + temperature unit + + temperature unit + + + + + + + + + + substance unit + + substance unit + + + + + + + + + + concentration unit + + concentration unit + + + + + + + + + + volume unit + + volume unit + + + + + + + + + + frequency unit + + frequency unit + + + + + + + + + + volumetric flow rate unit + + volumetric flow rate unit + + + + + + + + + + rate unit + + rate unit + + + + + + + + + The class of OWL individuals. + Akhilesh Vyas + Thing + + + + + + + + + uncurated + In relation to optical measuring methods a +rating for the precision of a reconstructed +measurement object + is quality measurement (http://purl.obolibrary.org/obo/IAO_0000221 - m is a quality measurement of q at t. When q is a quality, there is a measurement process p that has specified output m, a measurement datum, that is about q). TIB terminological service. + 18.08.2022 + measurement quality [imr] + quality + + + + + + + + + definded rigid Object based as result of an +extrusion process + extrudate [imr] + material entity + + + + + + + + + geometry [imr] + quality + + + + + + + + + uncurated + A coherent set of direct positions in space. The positions are held within a Spatial Reference System (SRS). + http://www.opengis.net/ont/geosparql#Geometry + + English + 18.08.2022 + geosparql + geometry [geosparql] + quality + + + + + + + + + A gathering of individual points with an +with an unstructured spatial structure + point cloud [imr] + information content entity + + + + + + + + + geometrical method to determine distances +between to points + triangulation [imr] + plan specification + + + + + + + + + + uncurated + mm + millimeter [imr] + millimeter [imr] + quality + + + + + + + + + + uncurated + "A length unit which is equal to one thousandth of a meter or 10^[-3] m." [NIST:NIST] + mm MILLIMETER Millimeter millimeter(s) millimeter + https://ontobee.org/ontology/UO?iri=http://purl.obolibrary.org/obo/UO_0000016 + + English + 18.08.2022 + mm + Imported from ontocomons, also present in TIB terminological service + NIST (OntoCommons) + millimeter [nist] + millimeter [nist] + quality + + + + + + + + + + uppermost layer of the extrudate + surface of extrudate [imr] + immaterial entity + + + + + + + + + + cutout of a single line of the extrudate surface + line in the surface of extrudate [imr] + immaterial entity + + + + + + + + + + uncurated + https://ontobee.org/ontology/PATO?iri=http://purl.obolibrary.org/obo/PATO_0000052 + + English + 15.08.2022 + PATO + shape [imr] + immaterial entity + + + + + + + + + + uncurated + The spatial arrangement of something as distinct from its substance. + http://purl.obolibrary.org/obo/NCIT_C25677 + + English + 18.08.2022 + NCI + shape [ncit] + immaterial entity + + + + + + + + + + uncurated + A morphological quality inhering in a bearer by virtue of the bearer's ratios of distances between its features (points, edges, surfaces and also holes etc). + http://purl.obolibrary.org/obo/PATO_0000052 + + English + 18.08.2022 + PATO + shape [pato] + immaterial entity + + + + + + + + + use of different algorithms to determine the +exact allignment respectively the characteristik shared edges + stitching process [imr] + process + + + + + + + + + alligning of single measurements to form a +connected/combined measurement + stitching method [imr] + plan specification + + + + + + + + + distance between sensor and extrudate [imr] + quality + + + + + + + + + ideal dimensions and shape of the +extrudate defined by the manufacturer + extrudate norm [imr] + information content entity + + + + + + + + + uncurated + a quantity expressing by how much the +members of a group differ from the mean + value for the group + 15.08.2021 + standard deviation [imr] + information content entity + + + + + + + + + The standard deviation is a measure of the amount of variation or dispersion of a set of values. [Wikipedia] + http://purl.allotrope.org/ontologies/result#AFR_0002192 + + from ontocommons skos:definition + standard deviation [Wikipedia] + + + + + + + + + uncurated + A measure of the range of values in a set of numbers. Standard deviation is a statistic used as a measure of the dispersion or variation in a distribution, equal to the square root of the arithmetic mean of the squares of the deviations from the arithmetic mean. + http://purl.obolibrary.org/obo/NCIT_C53322 + + English + 18.08.2022 + TIB terminological service + NCIT + standard deviation [ncit] + information content entity + + + + + + + + + "The interior (intrinsic) orientation of a camera comprises all instrumental and mathematical elements which completely describe the imaging model within the camera. By taking proper account of the interior orientation, the real camera conforms to the pinhole camera model. It is a requirement of the model that there exists a reproducible image coordinate system so that geometric image values, such as measured image coordinates, can be transformed into the physical-mathematical imaging model." (Luhmann et al. 2020: 162). A standard model of describing the interior orientation was proposed by D.C. Brown (1971) + Luhmann, Robson, Kyle & Boehm (2020): Close-Range Photogrammetry and 3D Imaging, 3rd ed. De Gruyter: Berlin, Boston + 0 + interior orientation [jade] + information content entity + + + + + + + + + "The camera coordinate system has its origin at the perspective centre of the image. It is further defined by reference features fixed in the camera (fiducial marks, réseau, sensor system). It can therefore be reconstructed from the image and related to an image measuring device" (Luhmann et al. 2020: 278) + Luhmann, Robson, Kyle & Boehm (2020): Close-Range Photogrammetry and 3D Imaging, 3rd ed. De Gruyter: Berlin, Boston + camera coordinate system [jade] + quality + + + + + + + + + "The exterior orientation consists of six parameters which describe the spatial position and orientation of the camera coordinate system with respect to the global object coordinate system" (Luhmann et al. 2020: 277) + Luhmann, Robson, Kyle & Boehm (2020): Close-Range Photogrammetry and 3D Imaging, 3rd ed. De Gruyter: Berlin, Boston + exterior orientation [jade] + information content entity + + + + + + + + + "The photogrammetric determination of the parameters of interior orientation is usually referred to as calibration. This is based on the idea that once a mechanically stable camera is calibrated, it may be moved from one image taking location to another whilst retaining its calibration." (Luhmann, Robson et al. 2020: 170) + Luhmann, Robson, Kyle & Boehm (2020): Close-Range Photogrammetry and 3D Imaging, 3rd ed. De Gruyter: Berlin, Boston + camera calibration [jade] + quality + + + + + + + + + "Bundle adjustment [...] is a method for the simultaneous numerical fit of an unlimited number of spatially distributed images (bundles of rays). It makes use of photogrammetric observations (measured image points), survey observations and an object coordinate system. Using tie points, single images are merged into a global model in which the object surface can be reconstructed in three dimensions." (Luhmann et al. 2020: 349f.) + bundle block adjustment + bundle triangulation + multi-image orientation + multi-image triangulation + Luhmann, Robson, Kyle & Boehm (2020): Close-Range Photogrammetry and 3D Imaging, 3rd ed. De Gruyter: Berlin, Boston + bundle adjustment [jade] + plan specification + + + + + + + + + + An agent is a system that perceives its environment through sensors and can interact with it through actions. + Agent + agent [ita] + role + + + + + + + + + + uncurated + An active power or cause (as principle, substance, physical or biological factor, etc.) that produces a specific effect. + http://purl.obolibrary.org/obo/NCIT_C1708 + + Luis Ramos + English + 22.08.2022 + 22.08.2022 + http://purl.obolibrary.org/obo/ncit.owl + NCIT + agent [ncti] + role + + + + + + + + + uncurated + Approximation is a technique for approximating a value using historical or available observations from the domain. + Luis Ramos + English + Approximationsmethode + approximation [ita] + plan specification + + + + + + + + + uncurated + Function approximation is a technique for estimating an unknown underlying function using historical or available observations from the domain. + Luis Ramos + English + Funktionsapproximationsmethode + function approximation [ita] + plan specification + + + + + + + + + uncurated + Reinforcement learning is a set of machine learning methods in which an agent autonomously learns a strategy to maximize a reward. Algorithms follow the trail-and-error principle, thus try several strategies and repeat those with a higher reward. During the training the agent produces an input, while the target output is only known to a teacher. The teacher gives feedback to the agent in form of a reward. + Luis Ramos + English + bestärkendes Lernen + reinforcement learning [ita] + plan specification + + + + + + + + + uncurated + Libraries in programming languages are collections of prewritten code that users can use to optimize tasks. + Luis Ramos + English + Bibliothek + library [ita] + information content entity + + + + + + + + + uncurated + Clustering or cluster analysis is a unsupervised machine learning technique, which groups the unlabelled dataset. It can be defined as a way of grouping the data points into different clusters, consisting of similar data points. + Luis Ramos + English + Clusteranalyse + cluster analysis [ita] + plan specification + + + + + + + + + uncurated + Methods for grouping objects into subsets such that those within each cluster are more closely related to one another than objects assigned to different clusters. + http://purl.obolibrary.org/obo/NCIT_C15426 + + Luis Ramos + English + 22.08.2022 + 22.08.2022 + http://purl.obolibrary.org/obo/ncit.owl + NCIT + cluster analysis [ncti] + plan specification + + + + + + + + + uncurated + A Database is a System for describing, storing and retrieving large amounts of data. + Luis Ramos + English + Data Mining + data mining [ita] + plan specification + + + + + + + + + uncurated + An information set with a regular structure. Although it can be applied to any set of information the term was invented to refer to computerized data, and is used almost exclusively in computing. + http://edamontology.org/topic_3473 + + Luis Ramos + English + 22.08.2022 + 22.08.2022 + http://edamontology.org + EDAM + data mining [edam] + plan specification + + + + + + + + + uncurated + A Database is a System for describing, storing and retrieving large amounts of data. + ITA + English + Datenbank + database [ita] + material entity + + + + + + + + + uncurated + An information set with a regular structure. Although it can be applied to any set of information the term was invented to refer to computerized data, and is used almost exclusively in computing. + http://purl.obolibrary.org/obo/NCIT_C15426 + + Luis Ramos + English + 23.08.2022 + 23.08.2022 + http://purl.obolibrary.org/obo/ncit.owl + NCTI + database [ncti] + material entity + + + + + + + + + uncurated + Deep learning is a class of machine learning algorithms that uses multiple layers to progressively extract higher-level features from the raw input. There is no universally agreed-upon threshold of depth that divides shallow learning from deep learning, but most researchers agree that deep learning involves CAP depth higher than 2. The CAP (credit assignment path) is the chain of transformations from input to output. CAPs describe potentially causal connections between input and output. For simple neural networks (feedforward neural networks) this treshhold is reached with at least two hidden layers. + English + Deep Learning + deep learning [ita] + plan specification + + + + + + + + + uncurated + A subset of machine learning that is part of the broader family of machine learning methodologies based on artificial neural networks. A deep neural network has multiple layers between input and output layers to progressively extract higher level features from the raw input. (After DeepAI Machine Learning Glossary and Terms) [ NCI ] + http://purl.obolibrary.org/obo/NCIT_C176258 + + Luis Ramos + English + 23.08.2022 + 23.08.2022 + http://purl.obolibrary.org/obo/ncit.owl + NCTI + deep learning [ncti] + plan specification + + + + + + + + + uncurated + The input layer of a neural network is composed of artificial input neurons, and brings the initial data into the system for further processing by subsequent layers of artificial neurons. The input layer is the very beginning of the workflow for the artificial neural network. + English + Eingangsvektor + input layer [ita] + information content entity + + + + + + + + + uncurated + Elastomers are dimensionally stable but elastically deformable plastics. They are producest by vulcanization of rubber. + English + Elastomere + elastomers [ita] + material entity + + + + + + + + + uncurated + The output layer in an artificial neural network is the last layer of neurons that produces given outputs for the program. + English + Ergebnisvektor + output layer [ita] + information content entity + + + + + + + + + uncurated + Extrusion is a process used to create objects of a fixed cross-sectional profile by pushing material through a die of the desired cross-section. + English + Extrusion + extrusion [ita] + process + + + + + + + + + uncurated + A transformation in which an atom or group Y connected to two other atoms or groups X and Z is lost from a molecule, leading to a product in which X is bonded to Z, e.g. X-Y-Z --> X-Z + Y. + http://purl.obolibrary.org/obo/REX_0000100 + + Luis Ramos + English + 23.08.2022 + 23.08.2022 + http://purl.obolibrary.org/obo/rex.owl + REX + extrusion [rex] + process + + + + + + + + + uncurated + A process used to create objects of a fixed cross-sectional profile by forcing or drawing a material through a die. + http://purl.obolibrary.org/obo/CHMO_0001613 + + Luis Ramos + English + 23.08.2022 + 23.08.2022 + http://purl.obolibrary.org/obo/chmo.owl + CHMO + extrusion [chmo] + process + + + + + + + + + uncurated + In neural networks, a hidden layer is located between the input and output of the algorithm, in which the function applies weights to the inputs and directs them through an activation function as the output. In short, the hidden layers perform nonlinear transformations of the inputs entered into the network. + English + Hidden-Layer + hidden layer [ita] + information content entity + + + + + + + + + uncurated + Industrie 4.0 is the intelligent networking of machines and processes in the industrial environment, with the help of information and communication technology and thus digitization of the industrial production. + English + Industrie 4.0 + Industrie 4.0 [ita] + plan specification + + + + + + + + + uncurated + Rubber is an elastic substance made either from the juice of particular tropical trees or artificially. It is raw material for car tires and other technical products. + English + Kautschuk + rubber [ita] + material entity + + + + + + + + + uncurated + Artifical intelligence is a branch of computer science dealing with the automation of intelligent behavior. Can be used in technical areas as methods of machine learning. + English + Artificial Intelligence (AI) [ita] + Künstliche Intelligenz (KI) + plan specification + + + + + + + + + uncurated + Artificial intelligence is the branch of computer science that deals with writing computer programs that can solve problems creatively. + http://purl.obolibrary.org/obo/NCIT_C16309 + + Luis Ramos + English + 23.08.2022 + 23.08.2022 + http://purl.obolibrary.org/obo/ncit.owl + NCTI + Artificial Intelligence (AI) [ncti] + plan specification + + + + + + + + + uncurated + Machine learning is a sub-area of ​​artificial intelligence that deals with artificial systems that adapt their actions to external conditions so that their output is improved according to defined standards. For this purpose, algorithms build a model based on training data. The algorithms does not learn to memorize, but uses patterns and laws, so the systems can also process unknown data. The learning algorithms are divided into supervised learning, unsupervised learning and reinforcement learning. + English + machine learning [ita] + maschinelles Lernen + plan specification + + + + + + + + + uncurated + A computing system (inspired by biological neural networks) that learns (progressively improves its ability) to do tasks by considering examples without task-specific programming. (After DeepAI Machine Learning Glossary and Terms) + http://purl.obolibrary.org/obo/NCIT_C176231 + + Luis Ramos + English + 23.08.2022 + 23.08.2022 + http://purl.obolibrary.org/obo/ncit.owl + NCIT + machine learning [ncti] + plan specification + + + + + + + + + uncurated + A planned process in which statistical techniques are used to give computers the ability to learn about patterns in data, without being explicitly programmed. Learning is defined in this case as progressively improving performance on a specific task. + http://purl.obolibrary.org/obo/OBI_0002587 + + Luis Ramos + English + 23.08.2022 + 23.08.2022 + http://purl.obolibrary.org/obo/obi.owl + OBI + machine learning [obi] + plan specification + + + + + + + + + uncurated + A topic concerning the application of artificial intelligence methods to algorithms, in order to create methods that can learn from data in order to generate an ouput, rather than relying on explicitly encoded information only. + http://edamontology.org/topic_3474 + + Luis Ramos + English + 23.08.2022 + 23.08.2022 + http://edamontology.org + EDAM + machine learning [edam] + plan specification + + + + + + + + + uncurated + Microcontrollers are compact integrated circuits designed to govern a specific operation in an embedded system. Typically a microcontroller includes a processor, memory and input/output peripherals on a single chip. + English + Mikrocontroller + microcontroller [ita] + material entity + + + + + + + + + uncurated + Mixing is the first of the three areas of an extrusion line, where the input material is homogenized and mixed. This occurs within a screw element through shearing and mixing of the input material. + English + Mischen + mixing [ita] + process + + + + + + + + + uncurated + The combining of components, particles or layers into a more homogeneous state. The mixing may be achieved manually or mechanically by shifting the material with stirrers or pumps or by revolving or shaking the container. The process μst not permit segregation of particles of different size or properties. Homogeneity may be considered to have been achieved in a practical sense when the sampling error of the processed portion is negligible compared to the total error of the measurement system. + http://purl.obolibrary.org/obo/CHMO_0001685 + + Luis Ramos + English + 23.08.2022 + 23.08.2022 + http://purl.obolibrary.org/obo/chmo.owl + CHMO + mixing [chmo] + process + + + + + + + + + uncurated + To bring or combine together or with something else; add as an additional element or part. + http://purl.obolibrary.org/obo/NCIT_C64925 + + Luis Ramos + English + 23.08.2022 + 23.08.2022 + http://purl.obolibrary.org/obo/ncit.owl + NCTI + mixing [ncti] + process + + + + + + + + + uncurated + Pattern recognition is the automated recognition of patterns and regularities in data. Pattern recognition has its origins in statistics and engineering; some modern approches include the use of machine learning, due to the increased availability of big data and a new abundance of processing power. + English + Mustererkennung + pattern recognition [ita] + plan specification + + + + + + + + + uncurated + A branch of artificial intelligence concerned with the identification of visual or audio patterns by computers.For the computer to recognize the patterns, the patterns must be converted into digital signals and compared with patterns already stored in memory.Some uses of this technology are in character recognition, voice recognition, handwriting recognition, and robotics. (High-Tech Dictionary) [ NCI ] + http://purl.obolibrary.org/obo/NCIT_C16961 + + Luis Ramos + English + 23.08.2022 + 23.08.2022 + http://purl.obolibrary.org/obo/ncit.owl + NCTI + pattern recognition [ncti] + plan specification + + + + + + + + + uncurated + Artificial neural networks (ANNs) are based on a reduced set of concepts from biological neural systems. It is composed of different Layeres, an input layer, one or more hidden layers and an output layer. Each layer consists of several artificial neurons. The connections of the biological neuron are modeled in artificial neural networks as weights between the artificial neurons. A positive weight reflects an excitatory connection, while negative values mean inhibitory connections. An activation function controls the amplitude of the output. They can be used to model complex relationships between inputs and outputs or to find patterns in data. Thereby ANNs can be trained by machine learning techniques to approximate a function, when the complexity of the data or task makes the design of such function by hand impractical. Other tasks in which ANNs can be trained are classification, including pattern recognition, clustering and Data processing, including clustering. + English + neural network [ita] + neuronales Netz + plan specification + + + + + + + + + uncurated + A computer algorithm to solve non-linear optimization problems. The algorithm was derived in analogy to the way the densely interconnected, parallel structure of the brain processes information. + http://purl.obolibrary.org/obo/NCIT_C17429 + + Luis Ramos + English + 23.08.2022 + 23.08.2022 + http://purl.obolibrary.org/obo/ncit.owl + NCTI + neural network [ncti] + plan specification + + + + + + + + + uncurated + Online characterisation is the characterization of the material properties during the process and on the real process line in order to be able to react to fluctuations during production. + English + Online-Charakterisierung + online characterisation [ita] + process + + + + + + + + + uncurated + In online optimization decisions are made directly in the real process section and without knowledge of future results. Also often the data of the problem instance is not complete. + English + Online-Optimierung + online optimization [ita] + process + + + + + + + + + uncurated + Optimizers are algorithms or methods used to solve optimization problems by minimize an error function (loss function) or to maximize the efficiency of production. Optimizers are mathematical functions which are dependent on model's learnable parameters i.e Weights & Biases. + English + Optimierungsmethoden + optimization [ita] + process + + + + + + + + + uncurated + An activity that attempts to find the best solution to a problem. + http://purl.obolibrary.org/obo/NCIT_C78561 + + Luis Ramos + English + 23.08.2022 + 23.08.2022 + http://purl.obolibrary.org/obo/ncit.owl + NCTI + optimization [ncti] + process + + + + + + + + + uncurated + Production-in-the-Loop describes a method, in which information from the production process is continuously recorded and the process is adapted to the changing framework conditions on the basis of this information. + English + Production-in-the-Loop [ita] + Production-in-the-loop + plan specification + + + + + + + + + uncurated + Regression analysis consists of a set of machine learning methods that allow us to predict a continuous outcome variable (y) based on the value of one or multiple predictor variables (x). Regression is a supervised learning technique, in which Algorithems build a mathematical Modell or equation that defines y as a funktion of x. + English + Regressionsanalyse + regression analysis [ita] + plan specification + + + + + + + + + uncurated + A simulation environment is a virtual environment that maps/models the real process. A simulation model thus makes it possible to train control tasks using learning algorithms offline, i.e. not on the real system but on the computer. Neural networks can be used to create such model. + English + Simulationsumgebung + simulation environment [ita] + material entity + + + + + + + + + uncurated + The test dataset is a subset of the dataset that is held back from training the model and given to the learning algorithm to test the trained model. Typically it consists of 20% to 30% of the original dataset. It is the sample of data used to provide an unbiased evaluation of a final model fit on the training dataset. + English + Test-Dataset + test dataset [ita] + information content entity + + + + + + + + + uncurated + The train dataset is a subset of the dataset that is given to the learning algorithm to train a model. Typically it consists of 70% to 80% of the original dataset. It is the sample of data used to fit the model. + English + Train-Dataset + train dataset [ita] + information content entity + + + + + + + + + uncurated + Supervised learning is the machine learning task of learning a function that maps an input to an output based on example input-output pairs. It infers a function from labeled training data consisting of a set of training examples. In supervised learning, each example is a pair consisting of an input object (typically a vector) and a desired output value (target). + English + supervised learning [ita] + überwachtes Lernen + plan specification + + + + + + + + + uncurated + A machine learning process using a function that maps an input to an output based on example input-output pairs. It infers a function from labeled training data consisting of a set of training examples. + supervised machine learning + http://purl.obolibrary.org/obo/OBI_0002588 + + Luis Ramos + English + 23.08.2022 + 23.08.2022 + http://purl.obolibrary.org/obo/obi.owl + OBI + supervised learning [obi] + plan specification + + + + + + + + + uncurated + Unsupervised learning is a type of algorithm that learns patterns from untagged data. The hope is that through mimicry, which is an important mode of learning in people, the machine is forced to build a compact internal representation of its world and then generate imaginative content from it. Unsupervised methods exhibit self-organization that captures patterns as probability densities or a combination of neural feature preferences. + English + unsupervised learning [ita] + unüberwachtes Lernen + plan specification + + + + + + + + + uncurated + A machine learning process that infers a function describing the structure of "unlabeled" data (i.e. data that has not been classified or categorized). + unsupervised machine learning + http://purl.obolibrary.org/obo/OBI_0002589 + + Luis Ramos + English + 23.08.2022 + 23.08.2022 + http://purl.obolibrary.org/obo/obi.owl + OBI + unsupervised learning [obi] + plan specification + + + + + + + + + uncurated + The validation dataset is the sample of data used to provide an unbiased evaluation of a model fit on the training dataset while tuning model hyperparameters. The evaluation becomes more biased as skill on the validation dataset is incorporated into the model configuration. + English + Validation-Dataset + validation dataset [ita] + information content entity + + + + + + + + + uncurated + Validation data is to "validate" that your neural network hasn't rather memorized your training data and has thus actually learned some meaningful aspects of the data so that the model can be later used (generalized) to unseen, held-out "test dataset". + English + Validierung + validation [ita] + process + + + + + + + + + uncurated + The act of validating; finding or testing the truth of something. + http://purl.obolibrary.org/obo/NCIT_C16237 + + Luis Ramos + English + 23.08.2022 + 23.08.2022 + http://purl.obolibrary.org/obo/ncit.owl + NCTI + validation [ncti] + process + + + + + + + + + uncurated + a planned process with objective to check that the accuracy or the quality of a claim or prediction satisfies some criteria and which is assessed by comparing with independent results + http://purl.obolibrary.org/obo/OBI_0302911 + + Luis Ramos + English + 23.08.2022 + 23.08.2022 + http://purl.obolibrary.org/obo/obi.owl + OBI + validation [obi] + process + + + + + + + + + uncurated + Validate some data. + http://edamontology.org/operation_2428 + + Luis Ramos + English + 23.08.2022 + 23.08.2022 + http://edamontology.org + EDAM + validation [edam] + process + + + + + + + + + uncurated + Rolling is the second of the three areas of the extrusion line. Where the material is homogenised. + English + Walzen + rolling [ita] + process + + + + + + + + + uncurated + Twin screw extruders have two screws, which have more shear and mixing capability than the single screw in a singel screw extruder. Depending on the direction of rotation of the screws, a distinction is made between counter-rotating and co-rotating twin-screw extruders. + English + Zweischneckenextruder + twin screw extruder [ita] + material entity + + + + + + + + + uncurated + Control variable that specifies at which temperature mixing takes place. + English + Mischungstemperatur + Mixing temperature [ita] + quality + + + + + + + + + uncurated + Rücksprache DIK + English + Stamp pressure [ita] + Stemepeldruck + quality + + + + + + + + + uncurated + Control value that specifies at which speed mixing takes place + English + Drehzahl (Mischer) + rotation speed (Mixer) [ita] + quality + + + + + + + + + uncurated + Control value that specifies how long mixing takes place + English + Mischzeit + Mixing time [ita] + quality + + + + + + + + + uncurated + Measured variable that indicates how high the torque is during mixing. + English + Drehmoment (Mischer) + Torque (mixer) [ita] + quality + + + + + + + + + uncurated + Torque is the effectiveness of a force to produce rotation about an axis, measured by the product of the force and the perpendicular distance from the line of action of the force to the axis. + http://www.ontology-of-units-of-measure.org/resource/om-2/Torque + + Luis Ramos + English + 23.08.2022 + 23.08.2022 + http://www.ontology-of-units-of-measure.org/resource/om-2 + OM + Torque (mixer) [om] + quality + + + + + + + + + uncurated + Control variable that indicates how high the speed of the screw is during extrusion. + English + Schneckendrezahl + Screw speed [ita] + quality + + + + + + + + + uncurated + Measured variable that indicates how high the torque of the screw is during extrusion. + English + Schneckendrehmoment + Screw torque [ita] + quality + + + + + + + + + uncurated + Control variable that indicates how high the temperature of the screw is during extrusion. + English + Temperierung Schnecke + Tempering screw [ita] + quality + + + + + + + + + uncurated + Control variable that indicates how high the temperature of the feed roller is during extrusion. + English + Temperierung Speisewalze + Tempering Feed roller [ita] + quality + + + + + + + + + uncurated + Control variable that indicates how high the temperature of the cylinder is during extrusion. + English + Temperierung Zylinder + Tempering cylinder [ita] + quality + + + + + + + + + uncurated + Measured variable that indicates how high the pressure in the cylinder is during extrusion. + English + Cylinder pressure [ita] + Zylinderdruck + quality + + + + + + + + + uncurated + Control variable that indicates how high the temperature of the tool is during extrusion. + English + Tempering Tool [ita] + Temperiung Werkzeug + quality + + + + + + + + + uncurated + Measured variable that indicates how high the pressure in the tool is during extrusion. + English + Tool pressure [ita] + Werkzeugdruck + quality + + + + + + + + + uncurated + Measured variable that indicates what the temperature is at the surface of the material. + English + Near-surface mass temperature in the tool [ita] + Oberflächennahe Massentemperatur im Werkzeug + quality + + + + + + + + + uncurated + Measured variable that indicates how the temperature is distributed radially over the screw channel. + English + Radial temperature profile of the mixture in the screw channel [ita] + Radiales Temperaturprofil der Mischung im Schneckenkanal + quality + + + + + + + + + uncurated + System parameter that indicates how large the outlet surface of the rubber is. + English + Austrittsfläche + Outlet surface [ita] + quality + + + + + + + + + uncurated + The throughput indicates how many kilograms of rubber are extruded in a given unit of time. + English + Durchsatz + Throughput [ita] + quality + + + + + + + + + A class of units in the system under study (e.g, machines, spare parts) + Marvin Auf der Landwehr + collection of material entities [hsh] + material entity + + + + + + + + + A circumstance, fact, or influence that contributes to the costs associated with an entity (e.g., wages, number) + factor [hsh] + faktor [hsh] + information content entity + + + + + + + + + uncurated + Anything that contributes causally to a result. + http://purl.obolibrary.org/obo/NCIT_C25506 + + Luis Ramos + English + 22.08.2022 + 22.08.2022 + NCTI + factor [ncti] + faktor [ncti] + information content entity + + + + + + + + + uncurated + A data item that is a member of a minimal set of independent variables that can be used to model the dependent reponses in a set of related experiments. + http://purl.obolibrary.org/obo/PROCO_0000005 + + Luis Ramos + English + 22.08.2022 + 22.08.2022 + PROCO + factor [proco] + faktor [proco] + information content entity + + + + + + + + + uncurated + A multiplicand in a mathematical product expression. [Allotrope] + http://purl.allotrope.org/ontologies/result#AFR_0000924> + + English + 15.08.2022 + skos:definition + allotrope + factor [allotrope] + faktor [allotrope] + information content entity + + + + + + + + + Cumulative expression for the value of all costs groups within the system under study + Marvin Auf der Landwehr + cost [hsh] + kosten [hsh] + information content entity + + + + + + + + + uncurated + The amount paid, charged, or engaged to be paid, for purchasing goods, services and financial instruments. + http://purl.obolibrary.org/obo/NCIT_C69088 + + Luis Ramos + English + 22.08.2022 + 22.08.2022 + NCTI + cost [ncti] + kosten [ncti] + information content entity + + + + + + + + + Cumulative expression for the value of overarching entity groups (e.g., human ressource, maintenance) within the system under study + Marvin Auf der Landwehr + cost group [hsh] + kostengruppe [hsh] + information content entity + + + + + + + + + A cost group for all cost values occuring from entity sub-groups in the human ressource cost group and the associated factors + Marvin Auf der Landwehr + human ressource cost [hsh] + personalkosten [hsh] + information content entity + + + + + + + + + A cost group for all cost values occuring from entity sub-groups in the maintenance cost group and the associated factors + Marvin Auf der Landwehr + maintenance cost [hsh] + wartungskosten [hsh] + information content entity + + + + + + + + + A cost group for all cost values occuring from entity sub-groups in the energy cost group and the associated factors + Marvin Auf der Landwehr + energiekosten [hsh] + energy cost [hsh] + information content entity + + + + + + + + + A cost group for all cost values occuring from entity sub-groups in the material cost group and the associated factors + Marvin Auf der Landwehr + material cost [hsh] + materialkosten [hsh] + information content entity + + + + + + + + + A cost group for all cost values occuring from entity sub-groups in the storage cost group and the associated factors + Marvin Auf der Landwehr + lagerhaltungskosten [hsh] + storage cost [hsh] + information content entity + + + + + + + + + A cost group for all cost values occuring from entity sub-groups in the production cost group and the associated factors + Marvin Auf der Landwehr + production cost [hsh] + produktionskosten [hsh] + information content entity + + + + + + + + + A cost group for all cost values occuring from entity sub-groups in the investment cost group and the associated factors + Marvin Auf der Landwehr + investitionskosten [hsh] + investment cost [hsh] + information content entity + + + + + + + + + A cost group for all cost values occuring from entity sub-groups in the waste management cost group and the associated factors + Marvin Auf der Landwehr + abfallmanagementkosten [hsh] + waste management cost [hsh] + information content entity + + + + + + + + + A cost group for the total sales value generated in a time period X by the system under investigation + Marvin Auf der Landwehr + turnover [hsh] + umsatz [hsh] + information content entity + + + + + + + + + An apparatus using mechanical power and having several parts, each with a definite function and together performing a particular task, required for operations in the system under investigation. Constitutes an entity in the maintenance cost, energy cost, production cost, investment cost and turnover cost group. + Marvin Auf der Landwehr + machine [hsh] + maschine [hsh] + material entity + + + + + + + + + The state of an unit within an individual entity sub-group with regard to its working order (e.g., good, defective, not working). + Marvin Auf der Landwehr + Operating status [hsh] + zustand [hsh] + quality + + + + + + + + + uncurated + A state of being, such as a state of health. + http://purl.obolibrary.org/obo/NCIT_C25457 + + Luis Ramos + English + 22.08.2022 + 22.08.2022 + NCIT + condition [ncti] + zustand [ncti] + quality + + + + + + + + + uncurated + The shapes that the focus nodes need to conform to before a rule is executed on them. + http://www.w3.org/ns/shacl#condition + + Luis Ramos + English + 22.08.2023 + 22.08.2023 + shacl + condition [shacl] + zustand [shacl] + quality + + + + + + + + + uncurated + Used to specify ranges for qualities that act as conditions on a system/sensor's operation. For example, wind speed of 10-60m/s may be used as the condition on a SystemProperty, for example, to state that a sensor has a particular accuracy in that + http://www.w3.org/ns/ssn/systems/Condition + + Luis Ramos + English + 22.08.2024 + 22.08.2024 + ssn + condition [ssn] + zustand [ssn] + quality + + + + + + + + + The basic materials from which a finished product is made in the system under investigation. Constitutes an entity in the material cost and waste management cost group. + Marvin Auf der Landwehr + raw material [hsh] + rohmaterial [hsh] + material entity + + + + + + + + + Processed raw materials that are not used for final consumption but as input for the production of finished goods in the system under investigation. Constitutes an entity in the material cost and waste management cost group. + Marvin Auf der Landwehr + halbfabrikat [hsh] + semi-finished product [hsh] + material entity + + + + + + + + + The product that emerges at the end of the production process of the system under study. Constitutes an entity in the material cost, production cost, and waste management cost group. + Marvin Auf der Landwehr + endprodukt [hsh] + finished product [hsh] + material entity + + + + + + + + + A duplicate part to replace a lost or damaged part of a machine entity unit in the system under investigation. Constitutes an entity sub-group of the wear parts entity. + Marvin Auf der Landwehr + ersatzteil [hsh] + spare parts [hsh] + material entity + + + + + + + + + Parts pf a machine entity unit that are bound to wear out with repetitive use and will require periodic repair or replacement based on maintenance interval in the system under investigation. Constitutes an entity of the maintenance cost and material cost group. + Marvin Auf der Landwehr + verschleißteil [hsh] + wear parts [hsh] + material entity + + + + + + + + + Materials used to wrap or protect raw materials, semi-finished products, and finished products. + Marvin Auf der Landwehr + packaging [hsh] + verpackung [hsh] + material entity + + + + + + + + + + A person who operates a machine entity unit in the system under investigation. Constitutes an entity of the human resource and the production cost group. + operator [hsh] + operator [hsh] + role + + + + + + + + + + uncurated + A person that operates some apparatus or machine. + http://purl.obolibrary.org/obo/NCIT_C48036 + + Luis Ramos + English + 22.08.2022 + 22.08.2022 + NCTI + operator [ncti] + operator [ncti] + role + + + + + + + + + + A person who supervises and coordinates the work of employees who set up and operate machine entity units in the system under investigation. Constitutes an entity of the human ressource and the production cost group. + supervisor [hsh] + supervisor [hsh] + role + + + + + + + + + + uncurated + An individual who is responsible for managing or operating a business, organization, team or department. + http://purl.obolibrary.org/obo/NCIT_C134832 + + Luis Ramos + English + 22.08.2022 + 22.08.2022 + NCTI + supervisor [ncti] + supervisor [ncti] + role + + + + + + + + + + uncurated + Designated administrator over one or more groups/teams working to produce a resource, or over one or more steps of a development process + http://w3id.org/nfdi4ing/metadata4ing#Supervisor + + Luis Ramos + English + 22.08.2023 + 22.08.2023 + m4i + supervisor [m4i] + supervisor [m4i] + role + + + + + + + + + + A person who supports an operator in the system under investigation. Constitutes an entity of the human ressource and the production cost group. + hilfskraft [hsh] + operational assistant [hsh] + role + + + + + + + + + + A person who handles a company's incoming and outgoing raw materials, semi-finished prodcuts as well as finished products, and who manages stocks in the system under investigation. Constitutes an entity of the human ressource and the storage cost group. + lagerist [hsh] + warehouse clerk [hsh] + role + + + + + + + + + + A person who monitors the quality of incoming and outgoing products or materials in the system under investigation. Constitutes an entity of the human ressource and the production cost group. + quality inspector [hsh] + qualitätsprüfer [hsh] + role + + + + + + + + + A mode of transport that is employed to transport raw materials, semi-finished goods and finished goods within the system under investigation. + Marvin Auf der Landwehr + conveyor vehicle [hsh] + fördermittel [hsh] + material entity + + + + + + + + + A maintenance metric that measures the average amount of time a non-repairable asset operates before it fails in the system under investigation. Constitutes a factor of the maintenance cost group. + Marvin Auf der Landwehr + mean time to failure [hsh] + mittlere zeit bis zum ausfall [hsh] + information content entity + + + + + + + + + A maintenance metric that measures the average time required to troubleshoot and repair failed equipment. Constitutes a factor of the maintenance cost group. + Marvin Auf der Landwehr + mean time to repair [hsh] + mittlere reperaturdauer [hsh] + information content entity + + + + + + + + + The schedule for all anticipated maintenance activities regarding machine entites within the system under investigation. Constitutes a factor of the maintenance cost group. + maintenance interval [hsh] + wartungsintevall [hsh] + information content entity + + + + + + + + + uncurated + Type of planning time: Fixed time interval for the scheduled maintenance of a technical system or its parts. + http://iirds.tekom.de/iirds#MaintenanceInterval + + English + 15.08.2022 + rdfs:comment + iiRDS + maintenance interval [iirds] + wartungsintevall + information content entity + + + + + + + + + The averafe time that is required to conduct scheduled maintenance activities for a machine entity unit. Constitutes a factor of the maintenance cost group. + Marvin Auf der Landwehr + maintenance duration [hsh] + wartungsdauer [hsh] + information content entity + + + + + + + + + The amount of electricity (kw/h) that is consumed by all entities in the system under investigation. Constitutes a factor of the energy cost, storage cost and production cost group. + Marvin Auf der Landwehr + energy consumption [hsh] + stromverbrauch [hsh] + information content entity + + + + + + + + + The expenditure that incurs for acquiring a single unit of an entity sub-group in the system under investigation. Constitutes a factor of the maintenance cost, material cost, and storage cost group. + Marvin Auf der Landwehr + stückkosten [hsh] + unit cost [hsh] + information content entity + + + + + + + + + + uncurated + A composite particle, comprising of strongly bound or fused smaller particles, where the resulting external surface area may be significantly smaller than the sum of calculated surface areas of the individual components. + + + Lars M Vogt + English + 31.09.2023 + 2023-09-01T09:55:19.791625Z + ENM:9000002 + ENM + Aggregat + aggregate [enm] + + + + + + + + + + uncurated + A collection of weakly bound particles or aggregates where the resulting surface area is similar to the sum of the surface areas of the individual components. + + + Lars M Vogt + English + 31.09.2023 + 2023-09-01T10:05:41.878142Z + ENM:9000001 + ENM + Agglomerat + agglomerate [enm] + + + + + + + + + uncurated + A particle in the physical sciences is a small localized object to which can be ascribed physical properties. [Wikipedia] + + + Lars M Vogt + English + 31.09.2023 + 2023-09-01T10:30:08.82821Z + AFM:0000435 + AFM + Partikel (Physik) + particle (physics) [afo] + + + + + + + + + uncurated + A structure that has a roof and walls and stands more or less permanently in one place. + http://purl.obolibrary.org/obo/NCIT_C80231 + + Luis Ramos + English + 22.08.2022 + 22.08.2022 + NCIT + Gebäude + building + material entity + + + + + + + + + The amount of raw materials, semi-finisehd products or finished products passing through a machine entity in the time X in the system under investigation. + Marvin Auf der Landwehr + durchsatz [hsh] + throughput [hsh] + information content entity + + + + + + + + + All costs that are derived from costs groups encompassing overhead charges or subsidiary work. + Marvin Auf der Landwehr + indirect cost [hsh] + indirekte kosten [hsh] + information content entity + + + + + + + + + All costs that are derived from costs groups that are directly related to the production of goods in the system under study. + Marvin Auf der Landwehr + direct cost [hsh] + direkte kosten [hsh] + information content entity + + + + + + + + + uncurated + Costs that can be identified with a particular project or program. + http://purl.obolibrary.org/obo/NCIT_C19579 + + Luis Ramos + English + 22.08.2022 + 22.08.2022 + NCTI + direct cost + direkte kosten + information content entity + + + + + + + + + A single system element (e.g., extruder 1, tool 1) within an entity sub-group in the system under investigation. + Marvin Auf der Landwehr + einheit [hsh] + unit [hsh] + material entity + + + + + + + + + uncurated + A property representing the unit of measure in which a nutrient or food component is typically expressed, ex., gram (g), minigram (mg), microgram (mcg), joule, or kilojoule. + http://purl.obolibrary.org/obo/NCIT_P355 + + Luis Ramos + English + 22.08.2018 + 22.08.2018 + NCTI + einheit [ncti] + unit [ncti] + material entity + + + + + + + + + uncurated + The property used in conjunction with a nutrient or food component, typically expressed in gram (g), milligram (mg), microgram (mcg), joule, or kilojoule. + http://purl.obolibrary.org/obo/NCIT_C68553 + + Luis Ramos + English + 22.08.2019 + 22.08.2019 + NCTI + einheit [ncti] + unit [ncti] + material entity + + + + + + + + + uncurated + A single undivided thing occurring in the composition of something else. + http://purl.obolibrary.org/obo/NCIT_C44278 + + Luis Ramos + English + 22.08.2020 + 22.08.2020 + NCTI + einheit [ncti] + unit [ncti] + material entity + + + + + + + + + uncurated + Class designed to distinguish the different types of units that are available in variables from datasets or parameters + https://w3id.org/okn/o/sd#Unit + + Luis Ramos + English + 22.08.2021 + 22.08.2021 + SD + einheit [sd] + unit [sd] + material entity + + + + + + + + + uncurated + "A unit of measurement is a standardized quantity of a physical quality." [Wikipedia:Wikipedia] + http://purl.obolibrary.org/obo/UO_0000000 + + Luis Ramos + English + 22.08.2022 + 22.08.2022 + UO + einheit [uo] + unit [uo] + material entity + + + + + + + + + A machine that pushes unvulcanized rubber compounds through an extrusion die under pressure. Constitutes an entity sub-group of the machine entity. + Marvin Auf der Landwehr + extruder [hsh] + extruder [hsh] + material entity + + + + + + + + + A machine that mixes polymers and additives in the manufacture of plastic and rubber products. Constitutes an entity sub-group of the machine entity. + Marvin Auf der Landwehr + Knetmaschine [hsh] + banbury mixer [hsh] + material entity + + + + + + + + + A machine that assembles assembles all components and semi-finished products to produce a tyre. Constitutes an entity sub-group of the machine entity. + Marvin Auf der Landwehr + reifenproduktionsmaschine [hsh] + tire building machine [hsh] + material entity + + + + + + + + + A pneumtaic machine that cuts rubber materials. Constitutes an entity sub-group of the machine entity. + Marvin Auf der Landwehr + cutter [hsh] + schneidemaschine [hsh] + material entity + + + + + + + + + A machine that combines a series of hard pressure rollers used to finish or smooth a sheet of rubber material. Constitutes an entity sub-group of the machine entity. + Marvin Auf der Landwehr + Kalandar [hsh] + calandar [hsh] + material entity + + + + + + + + + An automated system that transports good to, within and from storage areas. Constitutes an entity sub-group of the machine entity. + Marvin Auf der Landwehr + lagerroboter [hsh] + storage robot [hsh] + material entity + + + + + + + + + An overhead crane with a girder configuration supported by freestanding legs that move on wheels to transport goods. Constitutes an entity sub-group of the machine entity. + Marvin Auf der Landwehr + gantry crane [hsh] + portalkran [hsh] + material entity + + + + + + + + + A machine that is measures the tire uniformity for complete vehicle wheels and determines the radial and lateral force fluctuations of the rolling wheel. Constitutes an entity sub-group of the machine entity. + Marvin Auf der Landwehr + gleichförmigkeitsmessautomat [hsh] + uniformity grading machine [hsh] + material entity + + + + + + + + + A powered industrial truck used to lift and move materials over short distances. Constitutes an entity sub-group of the conveyor vehicle entity. + Marvin Auf der Landwehr + forklift [hsh] + gabelstapler [hsh] + material entity + + + + + + + + + A continuous moving strip or surface that is used for transporting objects between different destinations. Constitutes an entity sub-group of the conveyor vehicle entity. + Marvin Auf der Landwehr + conveyor [hsh] + fördertechnik [hsh] + material entity + + + + + + + + + A small truck for lifting and transporting loads. Constitutes an entity sub-group of the conveyor vehicle entity. + Marvin Auf der Landwehr + hubwagen [hsh] + lift truck [hsh] + material entity + + + + + + + + + An object shaped for repair and installation purposes, with the help of which something is processed or manufactured.Constitutes an entity sub-group of the wear parts entity. + Marvin Auf der Landwehr + tools [hsh] + wekzeuge [hsh] + material entity + + + + + + + + + A set of small wear parts required to maintain and repair a machine entity. Constitutes an entity sub-group of the wear parts entity. + Marvin Auf der Landwehr + kleinteile [hsh] + small parts [hsh] + material entity + + + + + + + + + Components required to maintain and repair a machine entity. Constitutes an entity sub-group of the wear parts entity. + ganze komponenten [hsh] + whole components [hsh] + material entity + + + + + + + + + Equipment that is employed for producing light in the system under investigation. Constitutes an entity sub-group of the building entity. + Marvin Auf der Landwehr + beleuchtung [hsh] + lighting [hsh] + material entity + + + + + + + + + Equipment that is employed for cooling and heating in the system under investigation. Constitutes an entity sub-group of the building entity. + Marvin Auf der Landwehr + air conditioning [hsh] + klimatisierung [hsh] + material entity + + + + + + + + + Equipment that is employed for managerial purposes in the system under investigation. + Marvin Auf der Landwehr + büroausstattung [hsh] + office equipment [hsh] + material entity + + + + + + + + + An elastic material obtained from the latex sap of trees. Constitutes an entity sub-group of the raw material entity. + Marvin Auf der Landwehr + narural rubber [hsh] + naturkautschuk [hsh] + material entity + + + + + + + + + uncurated + The natural extract of tropical rubber plants. + http://purl.obolibrary.org/obo/NCIT_C106043 + + Luis Ramos + English + 22.08.2022 + 22.08.2022 + NCIT + narural rubber [ncti] + naturkautschuk [ncti] + material entity + + + + + + + + + Any of several substances similar to natural rubber in properties and uses, produced synthetically. Constitutes an entity sub-group of the raw material entity. + Marvin Auf der Landwehr + Synthetic rubber [hsh] + synthetikkautschuk [hsh] + material entity + + + + + + + + + Material that is required to manipulate the properties of rubber products. Constitutes an entity sub-group of the raw material entity. + Marvin Auf der Landwehr + filling material [hsh] + füllstoffe [hsh] + material entity + + + + + + + + + Material that is used to support the structure of rubber based products (e.g., steel cords). Constitutes an entity sub-group of the raw material entity. + Marvin Auf der Landwehr + reinforcing materials [hsh] + verstärkungsmaterialien [hsh] + material entity + + + + + + + + + A substance added to a synthetic resin to produce or promote plasticity and flexibility and to reduce brittleness. Constitutes an entity sub-group of the raw material entity. + Marvin Auf der Landwehr + plasticizer [hsh] + weichmacher [hsh] + material entity + + + + + + + + + uncurated + A substance added to plastics or other materials to make or keep them soft or pliable. + http://purl.obolibrary.org/obo/NCIT_C55826 + + Luis Ramos + English + 22.08.2022 + 22.08.2022 + plasticiser + NCIT + plasticizer [ncti] + weichmacher [ncti] + material entity + + + + + + + + + uncurated + Any compound that is used as an additive to increase the plasticity or fluidity of a substance, particularly but not exclusively to synthetic polymers. + http://purl.obolibrary.org/obo/CHEBI_79056 + + Luis Ramos + English + 22.08.2022 + 22.08.2022 + plasticiser + CHEBI + plasticizer [chebi] + weichmacher [chebi] + material entity + + + + + + + + + Chemicals added to rubber to alter its physical properties. Constitutes an entity sub-group of the raw material entity. + Marvin Auf der Landwehr + vulcanization chemicals [hsh] + vulkanisationschemikalien [hsh] + material entity + + + + + + + + + Additional substances that are employed to product rubber-based products. Constitutes an entity sub-group of the raw material entity. + Marvin Auf der Landwehr + other additives [hsh] + sonstige additive [hsh] + material entity + + + + + + + + + A non-destructive light scattering technique that provides detailed information about the chemical structure upon the interaction of light with the chemical bonds within a material based on periodic changes of polarizabilities, usually manifested as energy loss (gain) with respect to the incident light. + https://www.horiba.com/ind/raman-imaging-and-spectroscopy/ + Georgios Ctistis + Raman spectroscopy [ifnano] + plan specification + + + + + + + + + uncurated + Any type of vibrational spectroscopy where the Raman scattering of monochromatic light, usually from a laser in the visible, near infrared, or near ultraviolet range by a sample is detected. [CHMO] + http://purl.allotrope.org/ontologies/process#AFP_0000047 + English + 17.08.2022 + http://purl.allotrope.org/ontologies/ + allotrope.org + Raman spectroscopy [allotrope] + plan specification + + + + + + + + + uncurated + Emission of electromagnetic energy with a shorter frequency (longer wavelength) than that of the incident monochromatic light. Arises from the low probability absorption of quanta with a higher energy than that required for a transition: the difference in energy is emitted as a lower frequency (energy) photon. Allows analysis of vibrational and rotational energy levels using visible incident light. [ NCI ] + http://purl.obolibrary.org/obo/NCIT_C17157 + + English + 18.08.2022 + http://purl.obolibrary.org/obo/ncit.owl + NCI + Raman spectroscopy [ncit] + plan specification + + + + + + + + + A graph that shows the intensity of radiation at different wavelengths or the response of the atomic or molecular system to different wavelengths of the radiation + https://chem.libretexts.org/Bookshelves/Physical_and_Theoretical_Chemistry_Textbook_Maps/Book%3A_Quantum_States_of_Atoms_and_Molecules_(Zielinksi_et_al)/01%3A_Spectroscopy#:~:text=A%20spectrum%20is%20a%20graph,different%20wavelengths%20of%20the%20radiation. + Christoph Lenth + Spectrum [ifnano] + information content entity + IFNANO:01_CQ + + + + + + + + + uncurated + A spectrum is a data distribution function of a measured quantity in a spectroscopy against some experimental parameter. [Allotrope] + http://purl.allotrope.org/ontologies/result#AFR_0000068 + English + 17.08.2022 + http://purl.allotrope.org/ontologies/ + allotrope.org + Spectrum [allotrope] + information content entity + + + + + + + + + uncurated + An array of entities, such as light waves or particles, ordered in accordance with the magnitudes of a common physical property, such as wavelength or mass. + http://purl.obolibrary.org/obo/NCIT_C84383 + + English + 18.08.2022 + http://purl.obolibrary.org/obo/ncit.owl + NCI + Spectrum [ncit] + information content entity + + + + + + + + + A graph presents a number of peaks, showing the intensity and wavelength position of the Raman scattered light, in which each peak corresponds to a specific molecular bond vibration. + https://www.horiba.com/ind/raman-imaging-and-spectroscopy/ + Christoph Lenth + Raman spectrum [ifnano] + information content entity + + + + + + + + + uncurated + A plot of intensity vs. Raman shift (cm-1) obtained by measuring the Raman scattering of monochromatic light from a sample. [CHMO] + http://purl.allotrope.org/ontologies/result#AFR_0000519 + English + 17.08.2022 + http://purl.allotrope.org/ontologies/ + allotrope.org (chmo) + Raman spectrum [allotrope] + information content entity + + + + + + + + + Fourier transform infrared involves the probing of matter with infrared radiation. It is based on periodic changes in dipole moments caused by molecular vibrations during the absorption of IR radiation and gives spectroscopic fingerprints. + https://www.hamamatsu.com/eu/en/applications/analytical-equipment/infrared-spectroscopy.html + Yaman Alsalka (IFNANO) + 31.03.2022 + Method + FTIR spectroscopy [ifnano] + plan specification + + + + + + + + + An attenuated total reflection accessory operates by measuring the changes that occur in a totally internally reflected infrared beam when the beam comes into contact with a sample. + https://cmdis.rpi.edu/sites/default/files/ATR_FTIR.pdf + Yamen Alsalka (IFNANO) + 31.03.2022 + Method + ATR-FTIR + ATR-FTIR [ifnano] + plan specification + + + + + + + + + It arises when groups differ statistically in their distributions on characteristics relevant to a given situation. + https://www.sciencedirect.com/science/article/pii/B0123693985005442 + Yamen Alsalka (IFNANO) + 31.03.2022 + Statistical discrimination [ifnano] + plan specification + + + + + + + + + The chemical discipline that uses mathematical and statistical methods, (a) to design or select optimal measurement procedures and experiments, and (b) to provide maximum chemical information by analyzing chemical data. + https://www.wiley-vch.de/de/fachgebiete/naturwissenschaften/chemometrics-978-3-527-34097-2 + Christoph Lenth + 31.03.2022 + Chemometrics [ifnano] + plan specification + + + + + + + + + Natural and synthetic rubber materials that are modified and shaped into rubber products through the rubber extrusion process. + https://www.extrudedrubber.net/ + Yamen Alsalka (IFNANO) + 31.03.2022 + Raw rubber samples [ifnano] + material entity + + + + + + + + + The degree to which two or more quantities or events are associated, a statistical relation between two or more variables such that systematic changes in the value of one variable are accompanied by systematic changes in the others. The collelation can be described by mathematical functions (often a linear function is used). It’s a common tool for describing simple relationships without making a statement about cause and effect. + https://www.jmp.com/en_ca/statistics-knowledge-portal/what-is-correlation.html; http://purl.obolibrary.org/obo/NCIT_C48834 + Yamen Alsalka (IFNANO) + 06.06.2023 + 31.03.2022 + Correlations are useful for describing simple relationships among data + Correlation [ifnano] + information content entity + + + + + + + + + uncurated + The degree to which two or more quantities or events are linearly associated, a statistical relation between two or more variables such that systematic changes in the value of one variable are accompanied by systematic changes in the others. + http://purl.obolibrary.org/obo/NCIT_C48834 + + English + 18.08.2022 + http://purl.obolibrary.org/obo/ncit.owl + NCIT + Correlation [ncit] + information content entity + + + + + + + + + The concentration of Zinc in the extrudate is 0.5 g/L. + uncurated + A quality of a substance in terms of its amount per unit volume in a mixture. + Konzentration + https://en.wikipedia.org/wiki/Concentration + Sven Schwabe (IFNANO) + English + 06.04.2022 + 31.03.2022 + conc. + concentration [ifnano] + quality + IFNANO:01_CQ; IFNANO:02_CQ; IFNANO:03_CQ + + + + + + + + + uncurated + The quantity kind concentration + https://www.materials.fraunhofer.de/ontologies/BWMD_ontology/mid#BWMD_00298 + + English + 17.08.2022 + https://www.materials.fraunhofer.de/ontologies/BWMD_ontology + BWMD + concentration [bwmd] + quality + + + + + + + + + uncurated + A concentration (datum) is a quantification facet that quantifies a quality inhering in a substance by virtue of the amount of the bearer's there is mixed with another substance. [Allotrope] + http://purl.allotrope.org/ontologies/result#AFR_0002036 + + English + 17.08.2022 + http://purl.allotrope.org/ontologies/ + allotrope.org + concentration [allotrope] + quality + + + + + + + + + uncurated + The quantity of a substance per unit volume or weight; a measure of the amount of substance present in a unit amount of mixture, particularly, the amount of solute dissolved in a solvent. The amounts can be expressed as moles, masses, volumes, or parts. + http://purl.obolibrary.org/obo/NCIT_C41185 + + English + 19.08.2022 + http://purl.obolibrary.org/obo/ncit.owl + NCIT + concentration [ncit] + quality + + + + + + + + + uncurated + The concentration of a chemical compound. + http://edamontology.org/data_2140 + + English + 19.08.2022 + http://edamontology.org + EDAM + concentration [edam] + quality + + + + + + + + + uncurated + Experimental method output expressing the contribution of one constituent to the composition of a mixture. + http://purl.obolibrary.org/obo/CHMO_0002820 + + English + 19.08.2022 + http://purl.obolibrary.org/obo/chmo.owl + CHMO + concentration [chmo] + quality + + + + + + + + + uncurated + the strength of a solution; number of molecules of a substance in a given volume + http://purl.dataone.org/odo/ECSO_00001120 + + English + 19.08.2022 + http://purl.dataone.org/odo/ECSO8.owl + ECSO + concentration [ecso] + quality + + + + + + + + + Product of the process of Extrusion + Extrudat + https://en.wikipedia.org/wiki/Extrusionn + Sven Schwabe (IFNANO) + 06.04.2022 + 31.03.2022 + extrudate [ifnano] + material entity + IFNANO:02_CQ; IFNANO:03_CQ + + + + + + + + + Extrusion is a process used to create objects of a fixed cross-sectional profile by pushing material through a die of the desired cross-section. + Extrusion + https://en.wikipedia.org/wiki/Extrusion + Sven Schwabe (IFNANO) + 06.04.2022 + 31.03.2022 + extrusion [ifnano] + process + + + + + + + + + uncurated + A transformation in which an atom or group Y connected to two other atoms or groups X and Z is lost from a molecule, leading to a product in which X is bonded to Z, e.g. X-Y-Z --> X-Z + Y. + http://purl.obolibrary.org/obo/REX_0000100 + + English + 19.08.2022 + http://purl.obolibrary.org/obo/rex.owl + REX + extrusion [rex] + process + + + + + + + + + uncurated + A process used to create objects of a fixed cross-sectional profile by forcing or drawing a material through a die. + http://purl.obolibrary.org/obo/CHMO_0001613 + + English + 19.08.2022 + http://purl.obolibrary.org/obo/chmo.owl + CHMO + extrusion [chmo] + process + + + + + + + + + Laser induced breakdown spectroscopy is a type of atomic emission spectroscopy which uses a highly energetic laser pulse as the excitation source. The laser is focused to form a plasma, which atomizes and excites samples. The Emission of these excited species is analyzed to identify and quantify the elements contained in the sample. + Laserinduzierte Plasmaspektroskopie + https://en.wikipedia.org/wiki/Laser-induced_breakdown_spectroscopy + Sven Schwabe (IFNANO) + 06.04.2022 + 31.03.2022 + LIBS + Laser induced breakdown spectroscopy [ifnano] + plan specification + IFNANO:01_CQ; IFNANO:02_CQ; IFNANO:03_CQ + + + + + + + + + uncurated + A type of atomic emission spectrometry where a high energy laser pulse is used to generate a plasma which acts as the excitation source. + http://purl.obolibrary.org/obo/CHMO_0000258 + + English + 19.08.2022 + http://purl.obolibrary.org/obo/chmo.owl + CHMO + Laser induced breakdown spectroscopy [chmo] + plan specification + + + + + + + + + A quality of a sample in terms of homogenity, or the distribution of concentration of a specific component in a mixture, in a macroscopic body. + Verteilungsgüte; homogenity + Sven Schwabe (IFNANO) + 06.04.2022 + 31.03.2022 + distribution quality [ifnano] + quality + IFNANO:02_CQ; IFNANO:03_CQ + + + + + + + + + In Spectroscopy, peaks are features of a spectrum. A peak comprise a restricted region of a spectrum, which is absorbed or emitted with high intensity. It is defined as a local maximum in the spectrum. + Sven Schwabe (IFNANO) + 06.06.2023 + 31.03.2022 + in Spectroscopy + peak[ifnano] + information content entity + IFNANO:01_CQ + + + + + + + + + uncurated + A peak describes a part of a data distribution function at a definite range of the experimental parameter (independent variable) of the distribution function. This definition includes a single data point of the distribution function. [Allotrope] + http://purl.allotrope.org/ontologies/result#AFR_0000413 + + English + 17.08.2022 + http://purl.allotrope.org/ontologies/ + allotrope.org + peak [allotrope] + information content entity + + + + + + + + + uncurated + The most extreme possible amount or value; the highest point. + http://purl.obolibrary.org/obo/NCIT_C48054 + + English + 19.08.2022 + http://purl.obolibrary.org/obo/ncit.owl + NCIT + peak [ncit] + information content entity + + + + + + + + + Is to reliably assign new samples to existing classes in a given population. + Unscrambler X + Yamen Alsalka + Yamen Alsalka + 2023-06-06T09:45:47.151055Z + Classification [ifnano] + + + + + + + + + uncurated + A localized region of relatively large ion signal in a mass spectrum. Although peaks are often associated with particular ions, the terms peak and ion should not be used interchangeably. + http://purl.obolibrary.org/obo/MS_1000231 + + English + 19.08.2022 + http://purl.obolibrary.org/obo/ms.owl + MS + peak [ms] + information content entity + + + + + + + + + Unprocessed data obtained from spectrometric devices + Rohspektrum + Sven Schwabe (IFNANO) + 06.04.2022 + 31.03.2022 + raw spectrum [ifnano] + information content entity + IFNANO:01_CQ + + + + + + + + + Result of different mathematical processes conducted on raw Spectra. Processing steps include e.g. normalization and baseline correction + bearbeitetes Spektrum; verarbeitetes Spektrum + Sven Schwabe (IFNANO) + 06.04.2022 + 31.03.2022 + processed spectrum [ifnano] + information content entity + IFNANO:01_CQ + + + + + + + + + Principal component analysis (PCA) is the process of computing the principal components and using them to perform a change of basis on the data. + Hauptkomponentenanalyse + https://en.wikipedia.org/wiki/Principal_component_analysis + Sven Schwabe (IFNANO) + 06.04.2022 + 31.03.2022 + principal component analysis [ifnano] + plan specification + IFNANO:01_CQ + + + + + + + + + uncurated + A vector space transform used to reduce the dimensionality in a dataset while retaining those characteristics of the dataset that contribute most to its variance. + http://purl.obolibrary.org/obo/NCIT_C49291 + + English + 19.08.2023 + http://purl.obolibrary.org/obo/ncit.owl + NCIT + principal component analysis [ncit] + plan specification + + + + + + + + + uncurated + A statistical procedure that uses an orthogonal transformation to convert a set of observations of possibly correlated variables into a set of values of linearly uncorrelated variables called principal components. + http://edamontology.org/operation_3960 + + English + 19.08.2023 + http://edamontology.org + EDAM + principal component analysis [edam] + plan specification + + + + + + + + + Measurement using photometry + Photometric Measurement Process [ifnano] + process + + + + + + + + + Metadata are data, which belong to a measurement. They complete the measurment data providing information about the condition under which the measurements have been taken place. + Christoph Lenth + Metadata [ifnano] + information content entity + + + + + + + + + uncurated + Data about data; information that describes another set of data. + http://purl.obolibrary.org/obo/NCIT_C52095 + + English + 19.08.2022 + http://purl.obolibrary.org/obo/ncit.owl + NCIT + Metadata [ncit] + information content entity + + + + + + + + + Measurement method using visible light to analyse the property of a substance + + Christoph Lenth + 06.06.2023 + 31.03.2022 + Photometry [ifnano] + plan specification + + + + + + + + + uncurated + Measurement of the properties of light, especially luminous intensity. + http://purl.obolibrary.org/obo/NCIT_C65109 + + English + 19.08.2022 + http://purl.obolibrary.org/obo/ncit.owl + NCIT + Photometry [ncit] + plan specification + + + + + + + + + Determination concentrations using a color chart + + Christoph Lenth + 31.03.2022 + Colorimetry (chemical method) [ifnano] + plan specification + + + + + + + + + uncurated + The determination of the spectral absorbance of a solution. This method is often used to determine the concentration of a chemical in a solution. [CHMO] + http://purl.allotrope.org/ontologies/process#AFP_0002309 + English + 17.08.2022 + http://purl.allotrope.org/ontologies/ + allotrope.org + Colorimetry [allotrope] + plan specification + + + + + + + + + uncurated + An assessment used to quantify and describe the colors within the visible spectrum of light. + http://purl.obolibrary.org/obo/NCIT_C111096 + + English + 19.08.2022 + http://purl.allotrope.org/ontologies/ + NCTI + Colorimetry [ncit] + plan specification + + + + + + + + + Digital representation of an image. Images are represented in natural numbers. + Image data [ifnano] + information content entity + + + + + + + + + Digital representation of an image using a natural number defining the red, green and blue proportion for each pixel + RGB image data [ifnano] + information content entity + + + + + + + + + Commen form of representing a digital picture: The picture is represented as a XY-Grid of Data-Points containing the color and brightness information. + format + Picture grid [ifnano] + information content entity + + + + + + + + + Element of the picture grid + format + Pixel [ifnano] + information content entity + + + + + + + + + uncurated + The smallest resolvable rectangular area of an image, either on a screen or stored in memory. + http://purl.obolibrary.org/obo/NCIT_C48367 + + English + 19.08.2022 + http://purl.obolibrary.org/obo/ncit.owl + NCIT + Pixel [ncit] + information content entity + + + + + + + + + The use of a digital computer to process digital images through an algorithm. + Digital image processing [ifnano] + plan specification + + + + + + + + + Using image data and eventually digital image processing in order to generate a corellation between this data and an analytical target. + Chrstoph Lenth + 06.06.2023 + 31.03.2022 + Image analysis (Chemometrics) [ifnano] + plan specification + + + + + + + + + uncurated + Image analysis is the discovering of patterns in an image that are correlated to qualities of the material entity the image represents or of abstract patterns. [Allotrope] + http://purl.allotrope.org/ontologies/process#AFP_0003540 + English + 18.08.2022 + allotrope + allotrope.org + Image analysis [allotrope] + plan specification + + + + + + + + + uncurated + The analysis of a image (typically a digital image) of some type in order to extract information from it. + http://edamontology.org/operation_3443 + + English + 19.08.2022 + http://purl.obolibrary.org/obo/ncit.owl + EDAM + Image analysis [edam] + plan specification + + + + + + + + + The information represented by one or more variables, which has to be predicted by data analysis in instrumental analytics + Christoph Lenth + 31.03.2022 + analytical target [ifnano] + information content entity + + + + + + + + + In terms of digtal image procession: correction methods to compensate image errors caused by lense distorsion or perspective. + Jan Geweke + Geometry correction [ifnano] + plan specification + + + + + + + + + Linear discriminant analysis (LDA), normal discriminant analysis (NDA), or discriminant function analysis is a generalization of Fisher's linear discriminant, a method used in statistics and other fields, to find a linear combination of features that characterizes or separates two or more classes of objects or events. + + Christoph Lenth + 31.03.2022 + Linear discriminant analysis [ifnano] + plan specification + + + + + + + + + Machine learning task of learning a function that maps an input to an output based on example input-output pairs. + Christoph Lenth + Supervised learning [ifnano] + plan specification + + + + + + + + + uncurated + A machine learning process using a function that maps an input to an output based on example input-output pairs. It infers a function from labeled training data consisting of a set of training examples. + http://purl.obolibrary.org/obo/OBI_0002588 + English + 19.08.2022 + http://purl.obolibrary.org/obo/obi.owl + OBI + Supervised learning [obi] + plan specification + + + + + + + + + A type of algorithm that learns patterns from untagged data + Christoph Lenth + Unsupervised learning [ifnano] + plan specification + + + + + + + + + uncurated + A machine learning process that infers a function describing the structure of "unlabeled" data (i.e. data that has not been classified or categorized). + http://purl.obolibrary.org/obo/OBI_0002589 + English + 19.08.2022 + http://purl.obolibrary.org/obo/obi.owl + OBI + Unsupervised learning [obi] + plan specification + + + + + + + + + A type of histogram that acts as a graphical representation of the tonal distribution in a digital image. It plots the number of pixels for each tonal value. + Jan Geweke + Image histogramm / histogramm [ifnano] + information content entity + + + + + + + + + A multidimensional histogram of the distribution of color in an image + Color histogramm [ifnano] + information content entity + + + + + + + + + 8-bit number [ifnano] + information content entity + + + + + + + + + 16-bit number [ifnano] + information content entity + + + + + + + + + counting events + Sven Schwabe (IFNANO) + 06.04.2022 + 31.03.2022 + unit + count [ifnano] + information content entity + + + + + + + + + uncurated + The number of objects counted. [Allotrope] + http://purl.allotrope.org/ontologies/property#AFX_0000604 + English + 17.08.2022 + allotrope + allotrope.org + count [allotrope] + information content entity + + + + + + + + + uncurated + A datum that has non-negative integer values that is about the number of discrete things. [Allotrope] + http://purl.allotrope.org/ontologies/result#AFR_0000984 + English + 17.08.2022 + allotrope + allotrope.org + count [allotrope] + information content entity + + + + + + + + + uncurated + Determining the number or amount of something. + http://purl.obolibrary.org/obo/NCIT_C25463 + + English + 19.08.2022 + http://purl.obolibrary.org/obo/ncit.owl + NCIT + count [ncit] + information content entity + + + + + + + + + uncurated + a count is a data item denoted by an integer and represented the number of instances or occurences of an entity + http://purl.obolibrary.org/obo/STATO_0000047 + + English + 19.08.2023 + http://purl.obolibrary.org/obo/ms.owl + MS + count [ms] + information content entity + + + + + + + + + uncurated + A single undivided thing (unit) based on or subject to individual judgment or preference, and not by necessity, reason, or principle. + http://purl.obolibrary.org/obo/NCIT_C75765 + + English + 19.08.2022 + http://purl.obolibrary.org/obo/ncit.owl + NCIT + arbitrary units + willkürliche Einheiten + information content entity + + + + + + + + + The chemical element zinc + Zink + https://en.wikipedia.org/wiki/Zinc + Sven Schwabe (IFNANO) + 06.04.2022 + 31.03.2022 + Zn + zinc [ifnano] + material entity + + + + + + + + + uncurated + The chemical element zinc + https://www.materials.fraunhofer.de/ontologies/BWMD_ontology/mid#BWMD_00096 + + English + 17.08.2022 + https://www.materials.fraunhofer.de/ontologies/BWMD_ontology + BWMD + zinc [bwmd] + material entity + + + + + + + + + uncurated + An element with atomic symbol Zn, atomic number 30, and atomic weight 65.39. + http://purl.obolibrary.org/obo/NCIT_C948 + + English + 19.08.2022 + http://purl.obolibrary.org/obo/ncit.owl + NCIT + zinc [ncit] + material entity + + + + + + + + + uncurated + A zinc group element atom that has formula Zn. + http://purl.obolibrary.org/obo/CHEBI_27363 + + English + 19.08.2022 + http://www.ebi.ac.uk/efo/efo.owl + EFO + zinc [efo] + material entity + + + + + + + + + A measure of the amount of variation of a set of values. + Standardabweichung + Sven Schwabe (IFNANO) + 06.04.2022 + 31.03.2022 + std.dev. + Standard deviation [ifnano] + information content entity + + + + + + + + + uncurated + The standard deviation is a measure of the amount of variation or dispersion of a set of values. [Wikipedia] + http://purl.allotrope.org/ontologies/result#AFR_0002192 + English + 17.08.2022 + allotrope + allotrope.org + Standard deviation [allotrope] + information content entity + + + + + + + + + A pre-processing technique used to separate true spectroscopic signals from interference effects or remove background effects, stains, or traces of compounds. It adjusts the spectral offset. + + Yamen Alsalka + Yamen Alsalka + 06.06.2023 + 2023-06-06T09:31:50.060206Z + baseline correction [ifnano] + + + + + + + + + uncurated + The standard deviation of a random variable, statistical population, data set, or probability distribution is a measure of variation which correspond to the average distance from the mean of the data set to any given point of that dataset. It also corresponds to the square root of its variance. + http://purl.obolibrary.org/obo/STATO_0000237 + + English + 19.08.2022 + http://purl.obolibrary.org/obo/ms.owl + MS + Standard deviation [ms] + information content entity + + + + + + + + + The viscosity of rubber using a standard test method and Mooney Viscometer. + https://www.astm.org/d1646-19a.html + Yamen Alsalka + Mooney viscosity [ifnano] + information content entity + + + + + + + + + Asubstance which is capable of forming covalent bonds with a +sequence of additional like or unlike molecules under the conditions of the relevant polymerforming reaction used for the particular process + Monomer [ifnano] + material entity + + + + + + + + + uncurated + A chemical subunit that can undergo polymerization by bonding to other subunits. + http://purl.obolibrary.org/obo/NCIT_C63845 + + English + 19.08.2022 + http://purl.obolibrary.org/obo/ncit.owl + NCIT + Monomer [ncit] + material entity + + + + + + + + + + a substance consisting of molecules characterised by the sequence of one or more +types of monomer unit. Such molecules must be distributed over a range of molecular weights. + Yamen Alsalka + polymer [ifnano] + material entity + + + + + + + + + + uncurated + A polymer is a mixture, which is composed of macromolecules of different kinds and which may be differentiated by composition, length, degree of branching etc.. + http://purl.obolibrary.org/obo/CHEBI_60027 + + English + 19.08.2022 + Kunststoff + CHEBI:60027 + http://purl.obolibrary.org/obo/chebi.owl + CHEBI + Polymer + polymer [chebi] + material entity + + + + + + + + + + uncurated + A substance made up of variable numbers of repeating structural units linked through covalent bonds. + http://purl.obolibrary.org/obo/NCIT_C48803 + + English + 19.08.2022 + http://purl.obolibrary.org/obo/ncit.owl + NCTI + polymer [ncit] + material entity + + + + + + + + + The relative proportions of monomers that make up a particular chemical polymer (raw rubber). + Christoph Lenth + Polymer Composition [ifnano] + information content entity + + + + + + + + + uncurated + Composition of the material or substance. + http://www.aidimme.es/FurnitureSectorOntology.owl#hasComposition + + English + 17.08.2022 + http://www.aidimme.es/FurnitureSectorOntology.owl + Furniture Sector Ontology + Composition [fso] + information content entity + + + + + + + + + uncurated + A single physical entity inhering in an bearer by virtue of the bearer's quantities or relative ratios of subparts. [PATO] + http://purl.obolibrary.org/obo/PATO_0000025 + English + 17.08.2022 + PATO + PATO + Composition [pato] + information content entity + + + + + + + + + uncurated + The way in which something is made, especially in terms of its different parts; its constituents. + http://purl.obolibrary.org/obo/NCIT_C53414 + + English + 19.08.2022 + http://purl.obolibrary.org/obo/ncit.owl + NCTI + Composition [ncit] + information content entity + + + + + + + + + A material entity, which is part of a larger set of the same material entity + Probe; Materialprobe + https://en.wikipedia.org/wiki/Sample_(material) + Sven Schwabe (IFNANO) + 06.04.2022 + 06.04.2022 + for materials, sample is also a term used in statistics, graphics and other fileds + sample [ifnano] + material entity + IFNANO:01_CQ; IFNANO:02_CQ + + + + + + + + + + Group of interlocked aggregates that are easily separated by normal rubber processing + Verbund von zusammenhängenden Aggregaten, die bei normaler Kautschukverarbeitung leicht getrennt werden können + Alexander Aschemann + DIN ISO 1382:2016-07 + 03.05.2022 + 0 + Agglomerat [dik] + agglomerate [dik] + + + + + + + + + + Rigid group of coalesced particles which is the smallest entity that can be dispersed by normal rubber processing + Starre Gruppe von koaleszierten Partikeln, welche die kleinste Einheit ist, die bei normaler Kautschukverarbeitung dispergiert werden kann + Alexander Aschemann + DIN ISO 1382:2016-07 + 03.05.2022 + Aggregat [dik] + aggregate [dik] + + + + + + + + + + Kleinste erkennbare sphärische oder beinahe sphärische Einheit, die als solche einzeln existieren kann + Smallest discernible spherical or nearly spherical unit which can exist separately + Teilchen + Alexander Aschemann + DIN ISO 1382:2016-07 + 23.08.2022 + 03.05.2022 + Die Partikel bilden in der Regel Gruppen, die als Aggregate bezeichnet werden. + Groups of particles are generally coalesced into aggregates. + Partikel [dik] + particle [dik] + + + + + + + + + + uncurated + An object with finite mass and size parameters. + http://purl.obolibrary.org/obo/ncit.owl + + Luis Ramos + English + 23.08.2022 + 23.08.2022 + NCIT + Partikel [ncit] + particle [ncit] + + + + + + + + + uncurated + Substanz, aufgebaut aus Molekülen, die gekennzeichnet sind durch eine Vielzahl von einer oder mehreren Arten von Atomen oder Atom-Gruppierungen (konstitutive Einheiten), die wiederholt aneinandergereiht sind, in einer Menge, so dass ein gewünschtes Eigenschaftsbild erlangt wird, das sich durch die Addition oder die Entfernung einer oder mehrerer konstitutioneller Einheiten nicht wesentlich ändert + substance composed of molecules characterized by the multiple repetition of one or more species of atoms or groups of atoms (constitutional units) linked to each other in amounts sufficient to provide a set of properties that do not vary markedly with the addition or removal of one or a few of the constitutional units + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 03.05.2022 + Polymer [dik] + Polymer [dik] + + + + + + + + + + uncurated + Natur- oder synthetischer Kautschuk, gewöhnlich in Ballen- oder Paketform, welcher das Ausgangsmaterial für die Herstellung von Gummiprodukten darstellt + natural or synthetic rubber, usually in bales or packages, forming the starting material for the manufacture of rubber products + unbehandelter Kautschuk + virgin rubber + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 03.05.2022 + It is normally free from compounding ingredients but may also, for example, take the form of a masterbatch with oil and/or filler. + Rohkautschuk ist normalerweise frei von Mischungsbestandteilen, kann jedoch zum Beispiel auch als Masterbatch mit Öl und/oder Füllstoff vorliegen. + Raw Rubber [dik] + Rohkautschuk [dik] + + + + + + + + + + uncurated + Kautschuk, der durch nicht biologische Polymerisation eines oder mehrerer Monomere hergestellt wird + rubber produced by non-biologically polymerizing one or more monomers + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 03.05.2022 + Synthesekautschuk [dik] + Synthetic Rubber [dik] + + + + + + + + + + uncurated + Kautschuk mit einer gesättigten Kohlenstoffkette vom Polymethylen-Typ + Rubber with a saturated carbon chain of the polymethylene type + Alexander Aschemann + English + ISO 1629:2013(E) + 04.05.2022 + M-Gruppe Kautschuk [dik] + M-group Rubber [dik] + + + + + + + + + + uncurated + Terpolymer aus Ethylen, Propylen und einem Dien mit dem restlichen ungesättigten Anteil des polymerisierten Diens in der Seitenkette + Terpolymer of ethylene, propylene and a diene with the remaining unsaturated portion of the polymerized diene in the side chain + Alexander Aschemann + English + ISO 1629:2013(E) + 03.05.2022 + EPDM + Ethylen-Propylen-Dien-‎Kautschuk ‎[dik] + Ethylene Propylene Diene Rubber [dik] + + + + + + + + + + uncurated + Kautschuktyp, der eine ungesättigte Kohlenstoffhauptkette hat, die zumeist auf Butadien oder substituiertem Butadien basiert + type of rubber having an unsaturated carbon main chain derived mostly from butadiene or a substituted butadiene + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 03.05.2022 + Diene Rubber [dik] + Dienkautschuk [dik] + + + + + + + + + + uncurated + Handelsname für ein spezifischen EPDM-Kautschuk + Trade name for a specific EPDM rubber + Alexander Aschemann + English + 04.05.2022 + Keltan 5470C [dik] + Keltan 5470C [dik] + + + + + + + + + uncurated + fester Mischungsbestandteil in Teilchenform, welcher aus technischen oder wirtschaftlichen Gründen zu einem relativ großen Anteil zu Kautschuk oder Kautschuklatex zugegeben werden kann + solid compounding ingredient, in particulate form, which may be added in relatively large proportions to a rubber or rubber latex for technical or economic purposes + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 03.05.2022 + Filler [dik] + Füllstoff [dik] + + + + + + + + + + uncurated + Mischungsbestandteil, der im Wesentlichen aus mehr als 95 % elementaren Kohlenstoffs in der Form beinahe sphärischer Partikel mit maximalen Durchmessern kleiner als 1 μm besteht, im Allgemeinen zu Aggregaten koalesziert + compounding ingredient consisting essentially of more than 95 % elemental carbon in the form of nearspherical particles with major diameters less than 1 μm, generally coalesced into aggregates + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 03.05.2022 + Carbon black is produced by incomplete burning or thermal decomposition of hydrocarbons. + Ruß wird durch unvollständige Verbrennung oder thermische Zersetzung von Kohlenwasserstoffen produziert. + Carbon Black [dik] + Ruß [dik] + + + + + + + + + + uncurated + An elemental carbon in the form of virtually pure colloidal particles that are produced by incomplete combustion or thermal decomposition of gaseous or liquid hydrocarbons under controlled conditions. A black, finely divided pellet or powder, its properties of specific surface area, particle size and structure, conductivity and colour can be varied by varying the exact conditions for its production. It is used in tyres, rubber and plastic products, printing inks and coatings. + http://purl.obolibrary.org/obo/chebi.owl + + Luis Ramos + English + 24.08.2022 + 24.08.2022 + CHEBI + Carbon Black [chebi] + Ruß [chebi] + + + + + + + + + + uncurated + Der Buchstabe "N" wird verwendet, um eine normale Vulkanisationsgeschwindigkeit anzugeben, die typisch ist für Furnace Blacks, die nicht speziell modifiziert wurden, um die Vulkanisierungsgeschwindigkeit zu ändern + The letter “N” is used to indicate a normal curing rate typical of furnace blacks that have received no special modification to alter their influence on the rate of cure of rubber. + Alexander Aschemann + English + ASTM D1765-10 + 05.05.2022 + N-Carbon Black [dik] + N-Ruß [dik] + + + + + + + + + + uncurated + Der Buchstabe "S" wird für Channel Blacks oder für Furnace Blacks verwendet, die so modifiziert wurden, dass sie die Vulkanisationsgeschwindigkeit verringern. + The letter “S” is used for channel blacks or for furnace blacks that have been modified to effectively reduce the curing rate of rubber. + Alexander Aschemann + English + ASTM D1765-10 + 05.05.2022 + S-Carbon Black [dik] + S-Ruß [dik] + + + + + + + + + uncurated + An N carbon black with an average nitrogen surface area of 33 to 39 m²/g. + Ein N-Ruß mit einer durchschnittlichen Stickstoff-Oberfläche von 33 bis 39 m²/g. + Alexander Aschemann + English + ASTM D1765-10 + 05.05.2022 + N600-Carbon Black [dik] + N600-Ruß [dik] + + + + + + + + + + uncurated + Handelsname für ein spezifischen N600-Ruß + Trade name for a specific N600-carbon black + Alexander Aschemann + English + 03.05.2022 + Corax N660 [dik] + Corax N660 [dik] + + + + + + + + + uncurated + Mischungsbestandteil, welcher in geringen Mengen verwendet wird, um die Viskosität einer unvulkanisierten Kautschukmischung oder die Härte eines Vulkanisats zu verringern + compounding ingredient used in small proportions to reduce the viscosity of an unvulcanized rubber mix or the hardness of a vulcanizate + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 03.05.2022 + Softener [dik] + Weichmacher ‎[dik] + + + + + + + + + uncurated + Prozessöl aus Kohlenwasserstoffen, das größtenteils oder vollständig aus Alkanen besteht + hydrocarbon process oil, most or all of which is composed of alkanes + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 03.05.2022 + Paraffinic Oil [dik] + Paraffinöl [dik] + + + + + + + + + + uncurated + Handelsname für ein spezifisches Paraffinöl + Trade name for a specific paraffinic oil + Alexander Aschemann + English + 03.05.2022 + ‎P460 [dik] + ‎P460 [dik] + + + + + + + + + uncurated + hydrocarbon oil derived from petroleum or other sources and used as an extender or processing aid + Öl auf Basis von Kohlenwasserstoffen, welches aus Erdöl oder anderen Quellen stammt und als Extender oder Verarbeitungshilfsmittel eingesetzt wird + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 03.05.2022 + Process Oil [dik] + ‎Prozessöl‎ [dik] + + + + + + + + + uncurated + Mischungsbestandteil, der die Verarbeitbarkeit einer Kautschukmischung verbessert + compounding ingredient which improves the processability of a rubber compound or mix + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 03.05.2022 + Processing Aid [dik] + Verarbeitungshilfsmittel [dik] + + + + + + + + + uncurated + Mischungsbestandteil zur Verzögerung einer alterungsbedingten Verschlechterung + compounding ingredient used to retard deterioration by ageing + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 03.05.2022 + Alterungsschutzmittel ist eine allgemeine Benennung für bestimmte Additive wie Antioxidantien, Ozonschutzmittel, Wachse und andere Schutzmittel. + Antidegradant is a generic term for certain additives such as antioxidants, antiozonants, waxes and other protective materials. + Alterungsschutzmittel [dik] + antidegradant [dik] + + + + + + + + + + uncurated + Handelsname für ein spezifisches Alterungsschutzmittel + Trade name for a specific antidegradant + Alexander Aschemann + English + 03.05.2022 + Antilux 500‎ [dik] + Antilux 500‎ [dik] + + + + + + + + + uncurated + compounding ingredient used in small proportions to increase the effectiveness of an accelerator + in kleinen Mengen eingesetzter Mischungsbestandteil zur Erhöhung der Effektivität eines Beschleunigers + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 03.05.2022 + Aktivator [dik] + activator [dik] + + + + + + + + + uncurated + A class of substances that binds to, activates and increases the activity of a target. + http://purl.obolibrary.org/obo/ncit.owl + + Luis Ramos + English + 24.08.2022 + 24.08.2022 + NCIT + Aktivator [ncit] + activator [ncit] + + + + + + + + + uncurated + English + Zinc Oxide [dik] + Zinkoxid [dik] + + + + + + + + + uncurated + Handelsname für ein spezifisches Zinkoxid + Trade name for a specific zinc oxide + Alexander Aschemann + English + 03.05.2022 + Zinkoxid Rotsiegel [dik] + Zinkoxid Rotsiegel [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 03.05.2022 + Stearic Acid [dik] + Stearinsäure [dik] + + + + + + + + + uncurated + A saturated long-chain fatty acid with an 18-carbon backbone. Stearic acid is found in various animal and plant fats, and is a major component of cocoa butter and shea butter. + http://purl.obolibrary.org/obo/ncit.owl + + Luis Ramos + English + 24.08.2022 + 24.08.2022 + NCIT + Stearic Acid [ncit] + Stearinsäure [dik] + + + + + + + + + + uncurated + Handelsname für eine spezifische Stearinsäure + Trade name for a specific stearic acid + English + PALMERA B 1802-CG [dik] + PALMERA B 1802-CG [dik] + + + + + + + + + uncurated + compounding ingredient used in small amounts with a vulcanizing agent to increase the speed of vulcanization and/or enhance the physical properties of the vulcanizate + in kleinen Mengen mit einem Vulkanisationsmittel eingesetzter Mischungsbestandteil zur Beschleunigung der Vulkanisationsgeschwindigkeit und/oder Verbesserung der physikalischen Eigenschaften des Vulkanisates + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 03.05.2022 + Beschleuniger [dik] + accelerator [dik] + + + + + + + + + + uncurated + in einem Vulkanisationssystem verwendeter Hauptbeschleuniger + principal accelerator used in a vulcanizing system + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 03.05.2022 + Primärbeschleuniger [dik] + primary accelerator [dik] + + + + + + + + + + uncurated + Beschleuniger, der in niedrigen Konzentrationen zusammen mit dem Erstbeschleuniger eingesetzt wird, um Vernetzungsgeschwindigkeit und Vulkanisateigenschaften zu optimieren + accelerator used in low concentrations with the primary accelerator to optimize cure rate and vulcanizate properties + Verstärker + booster + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 03.05.2022 + Zweitbeschleuniger [dik] + secondary accelerator [dik] + + + + + + + + + + uncurated + An azole in which the five-membered heterocyclic aromatic skeleton contains a N atom and one S atom. + http://purl.obolibrary.org/obo/chebi.owl + + Alexander Aschemann + English + 05.05.2022 + Thiazol [dik] + Thiazole [dik] + + + + + + + + + + uncurated + Dibenzothiazyldisulfid; 2,2′-Dithiobis(benzothiazol); Thiofid + Alexander Aschemann + English + 05.05.2022 + MBTS + Di(benzothiazol-2-yl)disulfid [dik] + di(benzothiazol-2-yl)disulfide [dik] + + + + + + + + + + uncurated + An organic disulfide resulting from the formal oxidative coupling of the thiol groups of two molecules of 1,3-benzothiazole-2-thiol. It is used as an accelerator in the rubber industry. + http://purl.obolibrary.org/obo/chebi.owl + + Luis Ramos + English + 24.08.2022 + 24.08.2022 + CHEBI + Di(benzothiazol-2-yl)disulfid [chebi] + di(benzothiazol-2-yl)disulfide [chebi] + + + + + + + + + + uncurated + Handelsname für ein spezifisches Di(benzothiazol-2-yl)disulfid + Trade name for a specific di(benzothiazol-2-yl)disulfide + Alexander Aschemann + English + 05.05.2022 + Vulkacit MBTS [dik] + Vulkacit MBTS [dik] + + + + + + + + + + uncurated + Alexander Aschemann + English + 05.05.2022 + Thiuram [dik] + Thiuram [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 05.05.2022 + TBzTD + Tetrabenzylthiuramdisulfid [dik] + Tetrabenzylthiuramdisulfide [dik] + + + + + + + + + uncurated + Handelsname für ein spezifisches Tetrabenzylthiuramdisulfid + Trade name for a specific tetrabenzylthiuramdisulfide + Alexander Aschemann + English + 03.05.2022 + Luvomaxx TbzTD [dik] + Luvomaxx TbzTD [dik] + + + + + + + + + + uncurated + Alexander Aschemann + English + 03.05.2022 + Dithiocarbamat [dik] + dithiocarbamate [dik] + + + + + + + + + + uncurated + A member of the class of dithiocarbamate anions resulting from the deprotonation of both of the dithiocarbamic acid moieties of ethylenebis(dithiocarbamic acid). The major species at pH 7.3. + ethylenebis + http://purl.obolibrary.org/obo/chebi.owl + + Luis Ramos + English + 24.08.2022 + 24.08.2022 + CHEBI + Dithiocarbamat [chebi] + dithiocarbamate [chebi] + + + + + + + + + + uncurated + Alexander Aschemann + English + 05.05.2022 + ZBDC + Zinc Dibenzyldithiocarbamate [dik] + Zink-Dibenzyldithiocarbamat [dik] + + + + + + + + + + uncurated + Handelsname für ein spezifisches Zink-Dibenzyldithiocarbamat + Trade name for a specific zinc dibenzyldithiocarbamate + Alexander Aschemann + English + 03.05.2022 + Rhenogran ‎ZBDC 80‎ [dik] + Rhenogran ‎ZBDC 80‎ [dik] + + + + + + + + + uncurated + Mischungsbestandteil, der die Vernetzung des Kautschuks bewirkt + compounding ingredient that produces crosslinking in rubber + Vernetzer; Vernetzungsmittel + curative; curing agent + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 03.05.2022 + Vulcanizing Agent [dik] + Vulkanisationsmittel [dik] + + + + + + + + + uncurated + Kombination aus Vulkanisationsmittel und, falls erforderlich, Beschleunigern, Aktivatoren, Verzögerern, etc., die verwendet wird, um die gewünschte Vulkanisationscharakteristik und Vulkanisateigenschaften herzustellen + combination of vulcanizing agent and, as required, accelerators, activators, retarders, etc., used to produce the desired vulcanization characteristics and vulcanizate properties + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 03.05.2022 + Vulcanizing System [dik] + Vulkanisationssystem [dik] + + + + + + + + + uncurated + Geschwindigkeit, mit der eine Kautschukmischung nach Einsetzen der initialen Vulkanisation weitervernetzt + rate at which a rubber compound vulcanizes after having reached the point of incipient vulcanization + Vulkanisationsgeschwindigkeit + vulcanization rate + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 03.05.2022 + Cure Rate [dik] + Vernetzungsgeschwindigkeit [dik] + + + + + + + + + uncurated + Mischungsbestandteil, eingesetzt zur Verringerung der Tendenz einer Kautschukmischung, vorzeitig zu vulkanisieren + compounding ingredient used to reduce the tendency of a rubber compound to vulcanize prematurely + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 03.05.2022 + Retarder [dik] + Verzögerer [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 03.05.2022 + Schwefel [dik] + Sulfur [dik] + + + + + + + + + uncurated + Masse an Mischungsbestandteilen, die zu 100 Masseeinheiten Kautschuk hinzugefügt werden + mass of compounding ingredient added to one hundred mass units of elastomer + Anteile pro hundert Teile Kautschuk; pphr + parts per hundred rubber; pphr + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 03.05.2022 + PHR [dik] + PHR [dik] + + + + + + + + + uncurated + Liste der Mischungsbestandteile und ihrer Mengenverhältnisse, die bei der Herstellung einer Mischung verwendet werden + list of compounding ingredients and their proportions, used in the preparation of a compound + Mischungsrezeptur + recipe + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 03.05.2022 + Formulation [dik] + Rezeptur [dik] + + + + + + + + + uncurated + Substanz, die zu einem Kautschuk oder einem Latex gegeben wird, um eine Mischung herzustellen + substance added to a rubber or rubber latex to form a mix + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 03.05.2022 + Compounding Ingredient [dik] + Mischungsbestandteil‎ [dik] + + + + + + + + + uncurated + gründliche Mischung von Kautschuken oder anderen polymerbildenden Materialien mit allen Bestandteilen, die für das fertige Produkt notwendig sind + intimate mixture of a rubber or rubbers or other polymer-forming materials with all the ingredients necessary for the finished product + Kautschukmischung + rubber compound + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 03.05.2022 + Compound [dik] + Mischung [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 03.05.2022 + Safety Data Sheet [dik] + Sicherheitsdatenblatt [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 03.05.2022 + Product Data Sheet [dik] + Produktdatenblatt [dik] + + + + + + + + + uncurated + Maschine mit zwei gegensätzlich drehenden Walzen, häufig erwärmbar oder kühlbar, welche gewöhnlich mit verschiedenen Umfangsgeschwindigkeiten betrieben werden, und mit einstellbarem Walzenspalt zum Mastizieren, Mischen, Verschneiden, Vorwärmen oder zum Auswalzen + machine with two counter-rotating rolls, frequently heated or cooled, usually driven at different speeds, and having an adjustable nip for mastication, mixing, blending, warm-up or sheeting + Zwei-Rollen-Walzwerk + two-roll mill + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 03.05.2022 + Mill [dik] + Walzwerk [dik] + + + + + + + + + uncurated + Zylinder, der ein rotierendes Hauptelement eines Kalanders oder eines Walzwerks bildet + cylinder forming a major, rotating member of a calender or mill + Walzenzylinder + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 03.05.2022 + Roll [dik] + Walze [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 10.05.2022 + Festwalze [dik] + Fixed Roll [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 10.05.2022 + Setting Roll [dik] + Stellwalze [dik] + + + + + + + + + uncurated + A physical quality which inheres in a bearer by virtue of its speed rotating around itself. + speed + Alexander Aschemann + English + 10.05.2022 + Drehzahl [dik] + Rotational Frequency [dik] + + + + + + + + + + uncurated + Alexander Aschemann + English + 10.05.2022 + Drehzahleinheit [dik] + Rotational Frequency Unit [dik] + + + + + + + + + + uncurated + "A unit which is a standard measure of the number of rotations in a given time." [NIST:NIST] + http://purl.obolibrary.org/obo/uo.owl + Luis Ramos + English + 24.08.2022 + 24.08.2022 + UO + Drehzahleinheit [ou] + Rotational Frequency Unit [uo] + + + + + + + + + + uncurated + Alexander Aschemann + English + 10.05.2022 + Frequency Unit [dik] + Frequenzeinheit [dik] + + + + + + + + + + uncurated + "A unit which is a standard measure of the number of repetitive actions in a particular time." [NIST:NIST] + http://purl.obolibrary.org/obo/uo.owl + + Luis Ramos + English + 24.08.2022 + 24.08.2022 + UO + Frequency Unit [uo] + Frequenzeinheit [uo] + + + + + + + + + + uncurated + An indication of the type of unit of measure being used to express a number of regular events in a given time per unit of time. + Unit of Frequency + http://purl.obolibrary.org/obo/ncit.owl + + Luis Ramos + English + 24.08.2022 + 24.08.2022 + NCTI + Frequency Unit [ncit] + Frequenzeinheit [ncit] + + + + + + + + + + uncurated + A rotational frequency unit which is equal to the number of completed turns in a period of time that equals to 1 second. + Alexander Aschemann + English + 10.05.2022 + 1/s + Turns per Second [dik] + Umdrehungen pro Sekunde [dik] + + + + + + + + + + uncurated + "A rotational frequency unit which is equal to the number complete turn in a period of time that equals to 1 second." [NIST:NIST] + http://purl.obolibrary.org/obo/uo.owl + + Luis Ramos + English + 26.08.2022 + 26.08.2022 + UO + Turns per Second [uo] + Umdrehungen pro Sekunde [uo] + + + + + + + + + uncurated + A rotational frequency unit which is equal to the number of completed turns in a period of time that equals to 1 minute. + Alexander Aschemann + English + 10.05.2022 + 1/min + Turns per Minute [dik] + Umdrehungen pro Minute [dik] + + + + + + + + + Is a supervised classification method and it is used to build classification rules of a number of prespecified clases. + Unscrambler X + Yamen Alsalka + Yamen Alsalka + 2023-06-06T09:49:37.530555Z + Discriminant analysis [ifnano] + + + + + + + + + uncurated + Alexander Aschemann + English + 10.05.2022 + Festwalzen-Drehzahl [dik] + Fixed Roll Speed [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 10.05.2022 + Setting Roll Speed [dik] + Stellwalzen-Drehzahl [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 10.05.2022 + Temperatur [dik] + Temperature [dik] + + + + + + + + + uncurated + A measure of the average kinetic energy of a system of particles. Temperature may be quantified, in the context of thermodynamics, as the potential of one system to transfer thermal energy to another system until both systems reach a state of thermal equilibrium. + http://purl.obolibrary.org/obo/ncit.owl + + Luis Ramos + English + 24.08.2022 + 24.08.2022 + NCTI + Temperatur [ncit] + Temperature [ncit] + + + + + + + + + uncurated + A physical quality of the thermal energy of a system. + http://purl.obolibrary.org/obo/pato.owl + + Luis Ramos + English + 24.08.2022 + 24.08.2022 + PATO + Temperatur [pato] + Temperature [pato] + + + + + + + + + uncurated + Temperature is the extent to which an object is hot. + http://purl.obolibrary.org/obo/uo.owl + + Luis Ramos + English + 24.08.2022 + 24.08.2022 + UM + Temperatur [om] + Temperature [om] + + + + + + + + + uncurated + Temperature is a physical quality of the thermal energy of a system. + http://www.ebi.ac.uk/efo/efo.owl + + Luis Ramos + English + 24.08.2022 + 24.08.2022 + EFO + Temperatur [efo] + Temperature [efo] + + + + + + + + + + uncurated + Alexander Aschemann + English + 10.05.2022 + Temperature Unit [dik] + Temperatureinheit [dik] + + + + + + + + + + uncurated + "A unit which is a standard measure of the average kinetic energy of the particles in a sample of matter." [Wikipedia:Wikipedia] + http://purl.obolibrary.org/obo/uo.owl + + Luis Ramos + English + 24.08.2022 + 24.08.2022 + UO + Temperature Unit [uo] + Temperatureinheit [uo] + + + + + + + + + + uncurated + An indication of the type of unit of measure being used to express a temperature. + Unit of Temperature + http://purl.obolibrary.org/obo/ncit.owl + + Luis Ramos + English + 24.08.2022 + 24.08.2022 + NCTI + Temperature Unit [ncit] + Temperatureinheit [ncit] + + + + + + + + + uncurated + Temperierungsgerät; Temperierungsaggregat; Temperiersteuergerät + Alexander Aschemann + English + 10.05.2022 + TCU + Temperature Control Unit [dik] + Temperatursteuergerät [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 10.05.2022 + Festwalzen-Temperatursteuergerät [dik] + Fixed Roll Temperature Control Unit [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 10.05.2022 + Setting Roll Temperature Control Unit [dik] + Stellwalzen-Temperatursteuergerät [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 10.05.2022 + Festwalzen-Temperatur [dik] + Fixed Roll Temperature [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 10.05.2022 + Setting Roll Temperature [dik] + Stellwalzen-Temperatur [dik] + + + + + + + + + + uncurated + Abstand zwischen den Walzenoberflächen einer Walze oder eines Kalanders, gemessen zwischen den Mittelpunkten + radial clearance between the roll surfaces of a mill or calender on a line of centres + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 03.05.2022 + NIP [dik] + Walzenspalt [dik] + + + + + + + + + uncurated + Process of converting a rubber or rubber mix, rubber dough or coagulated latex into a form in which the thickness is small in proportion to the length + Prozess der Überführung von Kautschuk oder einer Kautschukmischung, Gummilösung oder koaguliertem Latex in eine Form, bei der die Dicke klein gegenüber der Länge ist + Plattenziehen + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 03.05.2022 + Auswalzen [dik] + Sheeting [dik] + + + + + + + + + uncurated + Distribution of one or more ingredients into a rubber, a rubber blend or a continuum material, by the application of shearing forces, in order to confer optimum and uniform properties + Verteilen eines oder mehrerer Bestandteile in Kautschuk, Kautschukblends oder einer kontinuierlichen Phase durch Anwendung von Scherkräften, um optimale und homogene Eigenschaften zu erhalten + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 03.05.2022 + Dispergierung [dik] + Dispersion [dik] + + + + + + + + + uncurated + Prozess der irreversiblen Reduzierung der Molmasse des Kautschuks, entweder im rohen oder im gemischten Zustand, durch das Einbringen mechanischer Arbeit (Scherung) und durch atmosphärischen Sauerstoff, manchmal unter Zuhilfenahme von Abbaumitteln und Wärme + the molecular mass of a rubber, in either the raw or the mixed state, by the action of mechanical work (shear) and atmospheric oxygen, sometimes assisted by peptizers and heat + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 03.05.2022 + Mastication [dik] + Mastikation [dik] + + + + + + + + + uncurated + The process by which food is torn or crushed by the teeth. + http://purl.obolibrary.org/obo/ncit.owl + + Luis Ramos + English + 24.08.2022 + 24.08.2022 + NCTI + Mastication [ncit] + Mastikation [ncit] + + + + + + + + + uncurated + The process of biting and mashing food with the teeth prior to swallowing. + http://purl.obolibrary.org/obo/hp.owl + + Luis Ramos + English + 24.08.2022 + 24.08.2022 + HP + Mastication [hp] + Mastikation [hp] + + + + + + + + + + uncurated + relative Einfachheit, mit welcher Rohkautschuk oder Kautschukmischungen in einer Maschine zur Kautschukverarbeitung gehandhabt werden kann + relative ease with which raw or compounded rubbers can be handled in rubber-processing machinery + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 03.05.2022 + Processability [dik] + Verarbeitbarkeit [dik] + + + + + + + + + uncurated + A device for mixing/blending materials or signals. + Ein Gerät zum Mischen/Vermischen von Materialien oder Signalen. + Alexander Aschemann + English + 21.05.2022 + Mischer [dik] + Mixer Device [dik] + + + + + + + + + uncurated + A mechanical device designed to blend materials or an electronic device designed to blend signals. + http://purl.obolibrary.org/obo/ncit.owl + + Luis Ramos + English + 24.08.2022 + 24.08.2022 + NCIT + Mischer [ncit] + Mixer Device [ncit] + + + + + + + + + uncurated + A mixer device designed for mechanically mixing/blending materials. + Eine Mischvorrichtung, die zum mechanischen Mischen von Materialien bestimmt ist. + Alexander Aschemann + English + 21.05.2022 + Mechanical Mixer [dik] + Mechanischer Mischer [dik] + + + + + + + + + uncurated + A mechanical component designed to blend materials. + http://purl.obolibrary.org/obo/ncit.owl + + Luis Ramos + English + 24.08.2022 + 24.08.2022 + NCIT + Mechanical Mixer [ncit] + Mechanischer Mischer [ncit] + + + + + + + + + uncurated + Maschine mit Temperaturregelung, welche einen oder mehrere Rotoren in einer geschlossenen Kammer beinhaltet und zum Mastizieren und/oder zur Einarbeitung und Dispersion von Mischungsbestandteilen in den Kautschuk genutzt wird + machine with temperature controls containing one or more rotors operating in a closed cavity used to masticate and/or to incorporate and disperse compounding ingredients into the rubber + Kneter + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 03.05.2022 + Innenmischer [dik] + Internal Mixer [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Rotor [dik] + Rotor [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Mischkammer [dik] + Mixing Chamber [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Drop Door [dik] + Klappsattel [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Stamp [dik] + Stempel [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Rotor Speed [dik] + Rotor-Drehzahl [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Rotor Temperature Control Unit [dik] + Rotor-Temperatursteuergerät [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Rotor Temperature [dik] + Rotor-Temperatur [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Mischkammer-Temperatursteuergerät [dik] + Mixing Chamber Temperature Control Unit [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Mischkammer-Temperatur [dik] + Mixing Chamber Temperature [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Drop Door Temperature Control Unit [dik] + Klappsattel-Temperatursteuergerät [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Drop Door Temperature [dik] + Klappsattel-Temperatur [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Stamp Temperature Control Unit [dik] + Stempel-Temperatursteuergerät [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Stamp Temperature [dik] + Stempel-Temperatur [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Drehmoment [dik] + Torque [dik] + + + + + + + + + uncurated + Torque is the effectiveness of a force to produce rotation about an axis, measured by the product of the force and the perpendicular distance from the line of action of the force to the axis. + http://www.ontology-of-units-of-measure.org/resource/om-2 + + Luis Ramos + English + 24.08.2022 + 24.08.2022 + UO + Drehmoment [om] + Torque [om] + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Drehmoment Einheit [dik] + Torque Unit [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Nm + Newtonmeter [dik] + Newtonmeter [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Rotor Torque [dik] + Rotor-Drehmoment [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Mass Temperature [dik] + Massetemperatur [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Length [dik] + Länge [dik] + + + + + + + + + uncurated + The linear extent in space from one end of something to the other end, or the extent of something from beginning to end. + http://purl.obolibrary.org/obo/ncit.owl + + Luis Ramos + English + 24.08.2022 + 24.08.2022 + NCIT + Length [ncit] + Länge [ncit] + + + + + + + + + uncurated + A 1-D extent quality which is equal to the distance between two points. + http://purl.obolibrary.org/obo/pato.owl + + Luis Ramos + English + 24.08.2022 + 24.08.2022 + PATO + Length [pato] + Länge [pato] + + + + + + + + + uncurated + Length is the amount of space between two geographical points along a curve. It is a base quantity in the International System of Units and other systems of units. Length is speed times time. The metre, a base unit of length in the International System of Units, is defined in terms of speed of light during a certain time interval. + http://www.ontology-of-units-of-measure.org/resource/om-2 + + Luis Ramos + English + 24.08.2022 + 24.08.2022 + OM + Length [om] + Länge [om] + + + + + + + + + uncurated + PEFF keyword for the sequence length. + http://purl.obolibrary.org/obo/ms.owl + + Luis Ramos + English + 24.08.2022 + 24.08.2022 + MS + Length [ms] + Länge [ms] + + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Length Unit [dik] + Längen Einheit [dik] + + + + + + + + + + uncurated + "A unit which is a standard measure of the distance between two points." [Wikipedia:Wikipedia] + http://purl.obolibrary.org/obo/uo.owl + + Luis Ramos + English + 24.08.2022 + 24.08.2022 + UO + Length Unit [uo] + Längen Einheit [uo] + + + + + + + + + + uncurated + An indication of the type of unit of measure being used to express a length or distance. + Unit of Length + http://purl.obolibrary.org/obo/ncit.owl + + Luis Ramos + English + 24.08.2022 + 24.08.2022 + NCIT + Length Unit [ncit] + Längen Einheit [ncit] + + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + mm + millimeter [dik] + millimeter [dik] + + + + + + + + + + uncurated + A metric unit of length equal to one thousandth of a meter (10E-3 meter) or approximately 0.03937 inch. + http://purl.obolibrary.org/obo/ncit.owl + + Luis Ramos + English + 24.08.2022 + 24.08.2022 + NCIT + millimeter [ncit] + millimeter [ncit] + + + + + + + + + + uncurated + "A length unit which is equal to one thousandth of a meter or 10^[-3] m." [NIST:NIST] + http://purl.obolibrary.org/obo/uo.owl + + Luis Ramos + English + 24.08.2022 + 24.08.2022 + UO + millimeter [uo] + millimeter [uo] + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Stamp Distance [dik] + Stempelweg [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Zugabereihenfolge [dik] + addition sequence [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Time of Addition [dik] + Zugabezeitpunkt [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Leistung [dik] + Power [dik] + + + + + + + + + uncurated + A physical quality inhering in a bearer by virtue of the bearer's rate of doing work. + http://purl.obolibrary.org/obo/pato.owl + + Luis Ramos + English + 24.08.2022 + 24.08.2022 + PATO + Leistung [pato] + Power [pato] + + + + + + + + + uncurated + Power is the time rate at which work is done. It is a derived quantity in the International System of Units. Power is energy divided by time. + http://www.ontology-of-units-of-measure.org/resource/om-2 + + Luis Ramos + English + 24.08.2022 + 24.08.2022 + OM + Leistung [om] + Power [om] + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Electrical Power [dik] + Elektrische Leistung [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Mischzeit [dik] + Mixing Time [dik] + + + + + + + + + uncurated + A physical quality which inheres in a bearer by virtue of the ratio of the volume of a substance contained in the bearer and the bearer's own volume. + Alexander Aschemann + English + 21.05.2022 + Filling Ratio [dik] + Füllgrad [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Mischstufenanzahl [dik] + Number of Mixing Stages [dik] + + + + + + + + + + uncurated + Product of one mixing operation + Produkt eines Mischungsvorganges + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 03.05.2022 + Charge [dik] + batch [dik] + + + + + + + + + uncurated + A quantity of people or things treated or regarded as a group, especially when subdivided from a larger group. + http://purl.obolibrary.org/obo/ncit.owl + + Luis Ramos + English + 24.08.2022 + NCIT + Charge + batch [ncit] + + + + + + + + + uncurated + Maschine, die mit Hilfe einer Schnecke oder einer hydraulischen Presse kontinuierlich ein Material formt, indem dieses durch eine oder mehrere Schablonen gepresst wird + machine which, through the use of a screw or a hydraulic ram, continuously shapes a material by forcing it through a die or dies + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 03.05.2022 + Extruder [dik] + Extruder [dik] + + + + + + + + + + uncurated + Alexander Aschemann + English + 10.05.2022 + Einschneckenextruder [dik] + Single Screw Extruder [dik] + + + + + + + + + + uncurated + Alexander Aschemann + English + 10.05.2022 + Pin Extruder [dik] + Stiftextruder [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Pin [dik] + Stift [dik] + + + + + + + + + uncurated + rotating member with one or more helical grooves, used to propel rubber along the barrel of an extruder + rotierendes Glied mit einer oder mehreren helixförmigen Rillen, das verwendet wird, um einen Kautschuk innerhalb eines Extruderrohrs voranzutreiben + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 03.05.2022 + Schnecke [dik] + Screw [dik] + + + + + + + + + uncurated + Teil eines Extruders, durch den das Material gedrückt wird und um ein Profil des Extrudats zu formen + that part of an extruder through which material is forced, forming a profile of the extrudate + Werkzeug; Düse + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 03.05.2022 + Die [dik] + Schablone [dik] + + + + + + + + + uncurated + Produkt eines Extrusionsprozesses + product of an extrusion process + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 03.05.2022 + Extrudat [dik] + Extrudate [dik] + + + + + + + + + uncurated + Teil eines Extruders, welcher die Schablone mit Halterung enthält + that part of an extruder which houses the die and die holder + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 03.05.2022 + Extruder Head [dik] + Extruderkopf [dik] + + + + + + + + + uncurated + continuous shaping of a material by passage through a die + kontinuierliches Formen eines Materials, indem dieses durch eine Schablone gepresst wird + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 03.05.2022 + Extrudieren [dik] + Extrusion [dik] + + + + + + + + + uncurated + A transformation in which an atom or group Y connected to two other atoms or groups X and Z is lost from a molecule, leading to a product in which X is bonded to Z, e.g. X-Y-Z --> X-Z + Y. + http://purl.obolibrary.org/obo/rex.owl + + Luis Ramos + English + 24.08.2022 + 24.08.2022 + REX + Extrudieren [rex] + Extrusion [rex] + + + + + + + + + uncurated + A process used to create objects of a fixed cross-sectional profile by forcing or drawing a material through a die. + http://purl.obolibrary.org/obo/chmo.owl + + Luis Ramos + English + 24.08.2022 + 24.08.2022 + CHMO + Extrudieren [chmo] + Extrusion [chmo] + + + + + + + + + + uncurated + Unterschied zwischen den Dimensionen des Profilquerschnittes eines Extrudats und den korrespondierenden Dimensionen des Auslaufkanals, welcher üblicherweise als prozentuelle Zunahme der Fläche des Querschnittes ausgedrückt wird + difference between the dimensions of the cross-section of an extrudate and the corresponding dimensions of the die orifice, usually quantified as the percentage increase in the crosssectional area + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 03.05.2022 + Die Swell [dik] + Spritzquellung [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 03.05.2022 + Abzugsgeschwindigkeit [dik] + Haul-off Speed [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 03.05.2022 + Conveyor Belt [dik] + Förderband [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 03.05.2022 + Mass Throughput [dik] + Massedurchsatz [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 03.05.2022 + Druckschwankung [dik] + Pressure Variation [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 03.05.2022 + Geometrieschwankung [dik] + Geometry Variation [dik] + + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Oberfläche [dik] + Surface [dik] + + + + + + + + + + uncurated + The extended two-dimensional outer boundary of a three-dimensional object. + http://purl.obolibrary.org/obo/ncit.owl + + Luis Ramos + English + 25.08.2022 + 25.08.2022 + NCIT + Oberfläche [ncit] + Surface [ncit] + + + + + + + + + uncurated + Alexander Aschemann + English + 03.05.2022 + Oberflächenfehler [dik] + Surface Defect [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 03.05.2022 + Oberflächentemperatur [dik] + Surface Temperature [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 03.05.2022 + Schneckendrehzahl [dik] + Screw Speed [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Druck [dik] + Pressure [dik] + + + + + + + + + uncurated + A physical quality that inheres in a bearer by virtue of the bearer's amount of force per unit area it exerts. + http://purl.obolibrary.org/obo/pato.owl + + Luis Ramos + English + 25.08.2022 + 25.08.2022 + PATO + Druck [pato] + Pressure [pato] + + + + + + + + + uncurated + Pressure is the force applied to or distributed over a surface. It is a derived quantity in the International System of Units. Pressure is force divided by area. + http://www.ontology-of-units-of-measure.org/resource/om-2 + + Luis Ramos + English + 25.08.2022 + 25.08.2022 + OM + Druck [om] + Pressure [om] + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Die Geometry [dik] + Schablonengeometrie [dik] + + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Extrudate Cross Section [dik] + Extrudatquerschnitt [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Sensor [dik] + Sensor [dik] + + + + + + + + + uncurated + Device, agent (including humans), or software (simulation) involved in, or implementing, a Procedure. Sensors respond to a stimulus, e.g., a change in the environment, or input data composed from the results of prior Observations, and generate a Result. Sensors can be hosted by Platforms. + http://www.w3.org/ns/sosa/ + + Luis Ramos + English + 25.08.2022 + 25.08.2022 + SOSA + Sensor [sosa] + Sensor [sosa] + + + + + + + + + uncurated + A piece of apparatus that is used to measure a physical quantity. + http://purl.obolibrary.org/obo/chmo.owl + + Luis Ramos + English + 25.08.2022 + 25.08.2022 + CHMO + Sensor [chmo] + Sensor [chmo] + + + + + + + + + uncurated + Alexander Aschemann + English + 03.05.2022 + Temperature Measuring Sword [dik] + Temperaturmessschwert [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 03.05.2022 + Drucksensor [dik] + Pressure Sensor [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 03.05.2022 + Temperature Sensor [dik] + Temperatursensor [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Gearbox [dik] + Getriebe [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Engine [dik] + Motor [dik] + + + + + + + + + uncurated + motor + http://purl.obolibrary.org/obo/envo.owl + + Luis Ramos + English + 25.08.2022 + 25.08.2022 + ENVO + Engine [envo] + Motor [envo] + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Feeding Roll [dik] + Speisewalze [dik] + + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Pin Zone [dik] + Stiftzone [dik] + + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Einzugszone [dik] + Feeding Zone [dik] + + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Molding Zone [dik] + Werkzeugzone [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Feeding Roll Temperature Control Unit [dik] + Speisewalzen-Temperatursteuergerät [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Feeding Roll Temperature [dik] + Speisewalzen-Temperatur [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Schnecken-Temperatursteuergerät [dik] + Screw Temperature Control Unit [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Schnecken-Temperatur [dik] + Screw Temperature [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Einzugszonen-Temperatursteuergerät [dik] + Feeding Zone Temperature Control Unit [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Einzugszonen-Temperatur [dik] + Feeding Zone Temperature [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Pin Zone Temperature Control Unit [dik] + Stiftzonen-Temperatursteuergerät [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Pin Zone Temperature [dik] + Stiftzonen-Temperatur [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Molding Zone Temperature Control Unit [dik] + Werkzeugzonen-Temperatursteuergerät [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Molding Zone Temperature [dik] + Werkzeugzonen-Temperatur [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 03.05.2022 + Vulcanization Time [dik] + Vulkanisationszeit [dik] + + + + + + + + + uncurated + Anzahl von Vernetzungen in einem Vulkanisat je Volumen- oder Masseneinheit + number of crosslinks per unit volume or unit mass of vulcanizate + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 03.05.2022 + Crosslink Density [dik] + Vernetzungsdichte [dik] + + + + + + + + + uncurated + Produkt der Vulkanisation einer Kautschukmischung + product of the vulcanization of a rubber compound + vulcanized rubber + vulkanisierter Kautschuk + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 03.05.2022 + Vulcanizate [dik] + Vulkanisat [dik] + + + + + + + + + uncurated + chemical bond or atom(s) joining two rubber chains or two parts of the same rubber chain as a result of vulcanization + chemische Bindung oder Atom(e), die zwei Kautschukketten oder zwei Teile derselben Kette verbinden als Ergebnis der Vulkanisation + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 03.05.2022 + In a vulcanizate, trapped chain entanglements can act as physical crosslinks and contribute to the crosslink density. + In einem Vulkanisat können eingeschlossene Verschlaufungen als physikalische Vernetzungen fungieren und einen Beitrag zur Vernetzungsdichte leisten. + Crosslink [dik] + Vernetzung [dik] + + + + + + + + + uncurated + Any covalent linkage between two polymers or between two different regions of the same polymer. + http://purl.obolibrary.org/obo/ncit.owl + + Luis Ramos + English + 25.08.2022 + 25.08.2022 + NCIT + Crosslink [ncit] + Vernetzung [ncit] + + + + + + + + + uncurated + 〈Aktion〉 Erzeugung von Vernetzungen zwischen oder innerhalb von Kautschukketten unter Ausbildung eines Netzwerks + 〈act of〉 insertion of crosslinks between or within rubber chains to give a network structure + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 03.05.2022 + Crosslinking [dik] + Vernetzen [dik] + + + + + + + + + uncurated + Zustand eines Vulkanisats während des Vulkanisationsverlaufs, gemessen an dessen Struktur oder dessen Eigenschaften + condition of a vulcanizate during the course of vulcanization, measured in terms of its structure or properties + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 03.05.2022 + State of Cure [dik] + Vernetzungsgrad [dik] + + + + + + + + + uncurated + Verfahren, üblicherweise auf Hitze basierend, bei dem Kautschuk durch eine Veränderung seiner chemischen Struktur (zum Beispiel Vernetzung) in einen Zustand überführt wird, in dem die elastischen Eigenschaften erzeugt, wiederhergestellt oder verbessert oder über einen größeren Tempe-raturbereich erweitert werden + process, usually involving heat, in which rubber, through a change in its chemical structure (for example, crosslinking), is converted to a condition in which the elastic properties are conferred or re-established or improved or extended over a greater range of temperatures + Vernetzung + cure + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 03.05.2022 + Vulcanization [dik] + Vulkanisation [dik] + + + + + + + + + uncurated + Druckkessel, der zur Vulkanisation von Kautschuk in Dampf oder Gas genutzt wird + pressurized vessel used for vulcanizing rubber in a vapour or gas + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 03.05.2022 + Autoklav [dik] + autoclave [dik] + + + + + + + + + uncurated + A device that is used to sterilize equipment and supplies by subjecting them to high pressure steam at 121 C or more, typically for 15 to 20 minutes depending on the size of the load and the contents. + http://purl.obolibrary.org/obo/obi.owl + + Luis Ramos + English + 25.08.2022 + 25.08.2022 + OBI + Autoklav [obi] + autoclave[obi] + + + + + + + + + uncurated + A thick-walled steel vessel used during synthesis methods that require both high pressures and high temperatures. + http://purl.obolibrary.org/obo/chmo.owl + + Luis Ramos + English + 25.08.2022 + 25.08.2022 + CHMO + Autoklav [chmo] + autoclave [chmo] + + + + + + + + + uncurated + Art der Vulkanisation, bei der das Modul des Vulkanisats ein Maximum erreicht und dann über einen längeren Zeiraum bei der entsprechenden Vulkanisationstemperatur nahezu konstant bleibt + type of vulcanization during which the modulus of the vulcanizate proceeds to a maximum and then remains essentially constant for a substantial period at the vulcanization temperature + Vulkanisationsebene + flat cure + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 03.05.2022 + Plateau Cure [dik] + Vulkanisationsplateau [dik] + + + + + + + + + uncurated + Vulkanisationsbedingungen, die notwendig sind, um einen akzeptablen Kompromiss zwischen verschiedenen gewünschten Vulkanisateigenschaften zu erzielen bzw. den optimalen Wert für eine bestimmte Eigenschaft zu erhalten + condition of vulcanization required to achieve an acceptable compromise among a number of desired vulcanizate properties or the optimum value of a selected property + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 03.05.2022 + Optimum Cure [dik] + Vulkanisationsoptimum [dik] + + + + + + + + + uncurated + Vulkanisationszustand jenseits des Vulkanisationsoptimums + state of vulcanization beyond the optimum cure + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 03.05.2022 + Overcure is generally caused by too long a time and/or too high a temperature of vulcanization and/or post cure, and/or a surplus of vulcanizing agents. + Übervulkanisation wird gewöhnlich hervorgerufen durch zu lange Heizzeit und/oder zu hohe Vulkanisations- und/oder Nachvulkanisationstemperatur und/oder ein Übermaß an Vulkanisationsmitteln. + Overcure [dik] + Übervulkanisation [dik] + + + + + + + + + uncurated + Zustand der Vulkanisation unterhalb des Vulkanisationsoptimums + state of vulcanization less than the optimum cure + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 03.05.2022 + Undercure is generally caused by too short a time and/or too low a temperature of vulcanization and/or post cure, and/or a deficiency of vulcanizing agents. + Untervulkanisation wird im Allgemeinen durch zu kurze Zeit und/oder zu niedrige Vulkanisationstemperatur und/oder Nachvulkanisation und/oder Mängel der Vulkanisationsmittel hervorgerufen. + Undercure [dik] + Untervulkanisation [dik] + + + + + + + + + uncurated + ein oder mehrere Teile, entnommen aus einem Los, um Informationen über dieses Los zu liefern und möglicherweise als Entscheidungsbasis über das Los oder seinen Herstellprozess zu dienen + one or more items taken from a lot and intended to provide information on the lot and possibly to serve as a basis for a decision on the lot or on the process which had produced it + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 03.05.2022 + Probe [dik] + Sample [dik] + + + + + + + + + uncurated + Feature which is intended to be representative of a FeatureOfInterest on which Observations may be made. + http://www.w3.org/ns/sosa/ + + Luis Ramos + English + 25.08.2022 + 25.08.2022 + SOSA + Probe [sosa] + Sample [sosa] + + + + + + + + + uncurated + tempdef: A sample is a role that is played by an object of interest in an investigation used to obtain generalizable information about the sample source. defprov: Daniel Schober + http://nmrML.org/nmrCV + + Luis Ramos + English + 25.08.2022 + 25.08.2022 + NMRCV + Probe [nmrcv] + Sample [nmrcv] + + + + + + + + + uncurated + Körper eines Materials von geeigneter Form und Dimension, fertig vorbereitet zur Verwendung in einer Prüfung + piece of material of appropriate shape and size, prepared so that it is ready for use in a test + Probekörper + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 03.05.2022 + Die englischen Benennungen „test specimen“ und „specimen“ werden häufig verwendet, um einen „Prüfkörper“ zu bezeichnen. + The terms “test specimen” and “specimen” are also widely used to denote “test piece”. + Prüfkörper [dik] + Test Piece [dik] + + + + + + + + + uncurated + raw, compounded, vulcanized or partially vulcanized rubber in the form of end-of-life rubber products or factory scrap + unverarbeiteter, gemischter, vulkanisierter oder teilvulkanisierter Kautschuk in Form von Altgummierzeugnissen oder Fabrikabfall + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 03.05.2022 + Gummiabfall [dik] + Scrap Rubber [dik] + + + + + + + + + uncurated + raw, compounded, vulcanized or partially vulcanized rubber rejected or generated as waste during product manufacture and found unsuitable for further use unless recycled + roher, gemischter, vulkanisierter oder teilweise vulkanisierter Kautschuk, der bei der Produktion ver-worfen oder als Abfall deklariert und für die weitere Verwendung, außer zum Recyceln, als ungeeignet befunden wird + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 03.05.2022 + Factory Scrap [dik] + Produktionsabfall [dik] + + + + + + + + + uncurated + http://purl.obolibrary.org/obo/pato.owl + + Alexander Aschemann + English + 10.05.2022 + Physical Object Quality [dik] + Qualität des physischen Objekts [dik] + + + + + + + + + uncurated + A quality of a physical entity that exists through action of continuants at the physical level of organisation in relation to other entities. + http://purl.obolibrary.org/obo/pato.owl + + Luis Ramos + English + 25.08.2022 + 25.08.2022 + PATO + Physical Object Quality [pato] + Qualität des physischen Objekts [pato] + + + + + + + + + uncurated + http://purl.obolibrary.org/obo/pato.owl + + Alexander Aschemann + English + 10.05.2022 + PATO + Physical Quality [dik] + physikalische Qualität [dik] + + + + + + + + + uncurated + A quality which inheres in a continuant. + http://purl.obolibrary.org/obo/pato.owl + + Luis Ramos + English + 25.08.2022 + 25.08.2022 + PATO + Physical Quality [pato] + physikalische Qualität [pato] + + + + + + + + + uncurated + http://purl.obolibrary.org/obo/pato.owl + + Alexander Aschemann + English + 10.05.2022 + PATO + Label der Messeinheit [dik] + Measurement Unit Label [dik] + + + + + + + + + uncurated + A measurement unit label is as a label that is part of a scalar measurement datum and denotes a unit of measure. + http://purl.obolibrary.org/obo/iao.owl + + Luis Ramos + English + 25.08.2022 + 25.08.2022 + IAO + Label der Messeinheit [pato] + Measurement Unit Label [pato] + + + + + + + + + uncurated + http://purl.obolibrary.org/obo/pato.owl + + Alexander Aschemann + English + 10.05.2022 + Bezugspunkt-Label [dik] + Datum Label [dik] + + + + + + + + + uncurated + A label is a symbol that is part of some other datum and is used to either partially define the denotation of that datum or to provide a means for identifying the datum as a member of the set of data with the same label + http://purl.obolibrary.org/obo/iao.owl + + Luis Ramos + English + 25.08.2022 + 25.08.2022 + IAO + Bezugspunkt-Label [iao] + Datum Label [iao] + + + + + + + + + uncurated + Test + testing; test + http://purl.obolibrary.org/obo/pato.owl + + Alexander Aschemann + English + 10.05.2022 + Prüfung [dik] + assay [dik] + + + + + + + + + uncurated + A qualitative or quantitative analysis performed to determine the amount of a particular constituent in a sample or the biological or pharmacological properties of a drug. + http://purl.obolibrary.org/obo/ncit.owl + + Luis Ramos + English + 25.08.2022 + 25.08.2022 + NCIT + Prüfung [ncit] + assay [ncit] + + + + + + + + + uncurated + A planned process with the objective to produce information about the material entity that is the evaluant, by physically examining it or its proxies. + http://purl.obolibrary.org/obo/obi.owl + + Luis Ramos + English + 25.08.2022 + 25.08.2022 + OBI + Prüfung [obi] + assay [obi] + + + + + + + + + uncurated + An assay with the objective to produce information about the density of the material entity that is the evaluant, by physically examining it or its proxies. + Alexander Aschemann + English + 10.05.2022 + Density Measurement Assay [dik] + Prüfung zur Dichtemessung [dik] + + + + + + + + + uncurated + Masse pro Volumeneinheit eines Materials inklusive eventueller Hohlräume + mass per unit volume of a material, including any voids present + Dichte + density; bulk density + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 04.05.2022 + Mass Density [dik] + Massendichte [dik] + + + + + + + + + uncurated + A measure of the compactness of a substance, expressed as its mass per unit volume. + http://purl.obolibrary.org/obo/ncit.owl + + Luis Ramos + English + 25.08.2022 + 25.08.2022 + NCIT + Mass Density [ncit] + Massendichte [ncit] + + + + + + + + + uncurated + A physical quality which inheres in a bearer by virtue of some influence is exerted by the bearer's mass per unit size. + http://purl.obolibrary.org/obo/pato.owl + + Luis Ramos + English + 25.08.2022 + 25.08.2022 + PATO + Mass Density [pato] + Massendichte [pato] + + + + + + + + + + uncurated + Alexander Aschemann + English + 10.05.2022 + Mass Density Unit [dik] + Massendichte Einheit [dik] + + + + + + + + + + uncurated + "A density unit which is a standard measure of the mass of a substance in a given volume." [UOC:GVG] + http://purl.obolibrary.org/obo/uo.owl + + Luis Ramos + English + 25.08.2022 + 25.08.2022 + UO + Mass Density Unit [uo] + Massendichte Einheit [uo] + + + + + + + + + + uncurated + An indication of the type of unit of measure being used to express a mass density. + http://purl.obolibrary.org/obo/ncit.owl + + Luis Ramos + English + 25.08.2022 + 25.08.2022 + NCIT + Massendichte Einheit [ncit] + Unit Of Mass Density [ncit] + + + + + + + + + + uncurated + Alexander Aschemann + English + 10.05.2022 + g/cm³ + Gram Per Cubic Centimeter [dik] + Gramm pro Kubikzentimeter [dik] + + + + + + + + + + uncurated + "A mass unit density which is equal to mass of an object in grams divided by the volume in cubic centimeters." [UOC:GVG] + http://purl.obolibrary.org/obo/uo.owl + + Luis Ramos + English + 25.08.2022 + 25.08.2022 + UO + Gram Per Cubic Centimeter [uo] + Gramm pro Kubikzentimeter [uo] + + + + + + + + + uncurated + An assay with the objective to produce information about the viscosity of the material entity that is the evaluant, by physically examining it or its proxies. + Alexander Aschemann + English + 10.05.2022 + Prüfung zur Viskositätsmessung [dik] + Viscosity Measurement Assay [dik] + + + + + + + + + uncurated + An assay with the objective to produce information about the Mooney viscosity of the material entity that is the evaluant, by physically examining it or its proxies. + Alexander Aschemann + English + 10.05.2022 + Mooney Viscosity Measurement Assay [dik] + Prüfung zur Mooney-Viskositätsmessung [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 10.05.2022 + Viscosity [dik] + Viskosität [dik] + + + + + + + + + uncurated + The resistance of a liquid to sheer forces and flow. + http://purl.obolibrary.org/obo/ncit.owl + + Luis Ramos + English + 25.08.2022 + 25.08.2022 + NCIT + Viscosity [ncit] + Viskosität [ncit] + + + + + + + + + uncurated + A physical quality of a fluid inhering in a bearer by virtue of the bearer's disposition to internal resistance to flow. + http://purl.obolibrary.org/obo/pato.owl + + Luis Ramos + English + 25.08.2022 + 25.08.2022 + PATO + Viscosity [pato] + Viskosität [pato] + + + + + + + + + uncurated + Maß für die Viskosität eines Rohkautschuks oder einer Kautschukmischung, bestimmt mit einem Mooney-Scherscheibenviskosimeter + measure of the viscosity of a raw rubber or rubber compound, determined using a Mooney shearing-disc viscometer + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 03.05.2022 + Mooney Viscosity [dik] + Mooney Viskosität [dik] + + + + + + + + + + uncurated + Alexander Aschemann + English + 10.05.2022 + Viscosity Unit [dik] + Viskositätseinheit [dik] + + + + + + + + + + uncurated + "A unit which is a standard measure of the internal resistance of fluids to flow." [UOC:GVG] + http://purl.obolibrary.org/obo/uo.owl + Luis Ramos + English + 25.08.2022 + 25.08.2022 + UO + Viscosity Unit [uo] + Viskositätseinheit [uo] + + + + + + + + + uncurated + A viscosity unit which is a standard measure of the Mooney viscosity. + Eine Viskositätseinheit, die ein Standardmaß für die Mooney-Viskosität ist. + Alexander Aschemann + English + 10.05.2022 + Mooney Viscosity Unit [dik] + Mooney Viskositätseinheit [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 10.05.2022 + MU + Mooney Einheit [dik] + Mooney Unit [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 10.05.2022 + Quality of a Substance [dik] + Qualität eines Stoffes [dik] + + + + + + + + + uncurated + A quality inhering in a bearer by virtue of its constitution. + http://purl.obolibrary.org/obo/pato.owl + + Luis Ramos + English + 25.08.2022 + 25.08.2022 + PATO + Quality of a Substance [pato] + Qualität eines Stoffes [pato] + + + + + + + + + uncurated + Alexander Aschemann + English + 10.05.2022 + Quality of a Liquid [dik] + Qualität einer Flüssigkeit [dik] + + + + + + + + + uncurated + A physical quality inhering in an entity exhibiting the physical characteristics of an amorphous (non-crystalline) form of matter between a gas and a solid that has a definite volume, but no definite shape. + http://purl.obolibrary.org/obo/pato.owl + + Luis Ramos + English + 25.08.2022 + 25.08.2022 + PATO + Quality of a Liquid [pato] + Qualität einer Flüssigkeit [pato] + + + + + + + + + uncurated + Alexander Aschemann + English + 10.05.2022 + Protocol [dik] + Protokoll [dik] + + + + + + + + + uncurated + A rule which guides how an activity should be performed. + http://purl.obolibrary.org/obo/ncit.owl + + Luis Ramos + English + 25.08.2022 + 25.08.2022 + NCIT + Protocol [ncit] + Protokoll [ncit] + + + + + + + + + uncurated + A plan specification which has sufficient level of detail and quantitative information to communicate it between investigation agents, so that different investigation agents will reliably be able to independently reproduce the process. + http://purl.obolibrary.org/obo/obi.owl + + Luis Ramos + English + 25.08.2022 + 25.08.2022 + OBI + Protocol [obi] + Protokoll [obi] + + + + + + + + + uncurated + A human-readable collection of information about about how a scientific experiment or analysis was carried out that results in a specific set of data or results used for further analysis or to test a specific hypothesis. + http://edamontology.org + + Luis Ramos + English + 25.08.2022 + 25.08.2022 + EDAM + Protocol [edam] + Protokoll [edam] + + + + + + + + + uncurated + A protocol which specifies the conditions, procedures, and instruments used for conducting a measurement assay in a sufficient level of detail to communicate it between investigation agents, so that different investigation agents will reliably be able to independently reproduce the measurement assay. + Alexander Aschemann + English + 10.05.2022 + Measurement Protocol [dik] + Messprotokoll [dik] + + + + + + + + + uncurated + A protocol which specifies the conditions, procedures, and instruments used for conducting a material processing in a sufficient level of detail to communicate it between investigation agents, so that different investigation agents will reliably be able to independently reproduce the material processing. + Alexander Aschemann + English + 10.05.2022 + Material Processing Protocol [dik] + Materialverarbeitungsprotokoll [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Herstellungsvorschrift [dik] + Manufacturing Specification [dik] + + + + + + + + + uncurated + A measurement protocol for reliably reproducing the density measurement assay. + Alexander Aschemann + English + 10.05.2022 + Density Measurement Protocol [dik] + Protokoll zur Dichtemessung [dik] + + + + + + + + + uncurated + A measurement protocol for reliably reproducing the viscosity measurement assay. + Alexander Aschemann + English + 10.05.2022 + Protokoll zur Viskositätsmessung [dik] + Viscosity Measurement Protocol [dik] + + + + + + + + + uncurated + A viscosity measurement protocol for reliably reproducing the Mooney viscosity measurement assay. + Alexander Aschemann + English + 10.05.2022 + Mooney Viscosity Measurement Protocol [dik] + Protokoll zur Mooney-Viskositätsmessung [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 10.05.2022 + °C + Degree Celsius [dik] + Grad Celsius [dik] + + + + + + + + + uncurated + A unit of temperature of the temperature scale designed so that the freezing point of water is 0 degrees and the boiling point is 100 degrees at standard atmospheric pressure. The current official definition of the Celsius sets 0.01 C to be at the triple point of water and a degree to be 1/273.16 of the difference in temperature between the triple point of water and absolute zero. One degree Celsius represents the same temperature difference as one Kelvin. [ NCI ] + http://purl.obolibrary.org/obo/ncit.owl + + Luis Ramos + English + 25.08.2022 + 25.08.2022 + NCIT + Degree Celsius [ncit] + Grad Celsius [ncit] + + + + + + + + + + uncurated + "A temperature unit which is equal to one kelvin degree. However, they have their zeros at different points. The centigrade scale has its zero at 273.15 K." [NIST:NIST] + http://purl.obolibrary.org/obo/UO_0000027 + + Luis Ramos + English + 25.08.2022 + 25.08.2022 + UO + Degree Celsius [uo] + Grad Celsius [uo] + + + + + + + + + uncurated + The degree Celsius is a unit of temperature defined as 1 kelvin. The degree Celsius is a derived unit in the International System of Units. + http://www.ontology-of-units-of-measure.org/resource/om-2 + + Luis Ramos + English + 25.08.2022 + 25.08.2022 + OM + Degree Celsius [om] + Grad Celsius [om] + + + + + + + + + uncurated + Alexander Aschemann + English + 10.05.2022 + Material Processing [dik] + Materialverarbeitung [dik] + + + + + + + + + uncurated + A planned process which results in physical changes in a specified input material + http://purl.obolibrary.org/obo/obi.owl + + Luis Ramos + English + 25.08.2022 + 25.08.2022 + OBI + Material Processing [obi] + Materialverarbeitung [obi] + + + + + + + + + + uncurated + http://purl.obolibrary.org/obo/BFO_0000034 + + Alexander Aschemann + English + 10.05.2022 + Function [dik] + Funktion [dik] + + + + + + + + + + uncurated + The normal action performed by a structure or device. + http://purl.obolibrary.org/obo/ncit.owl + + Luis Ramos + English + 25.08.2022 + 25.08.2022 + NCIT + Function [ncit] + Funktion [ncit] + + + + + + + + + + uncurated + Biological function of a participant or of an interaction. + http://purl.obolibrary.org/obo/mi.owl + + Luis Ramos + English + 25.08.2022 + 25.08.2022 + MI + Function [mi] + Funktion [mi] + + + + + + + + + uncurated + Alexander Aschemann + English + 10.05.2022 + Device [dik] + Gerät [dik] + + + + + + + + + uncurated + An object contrived for a specific purpose. + http://purl.obolibrary.org/obo/ncit.owl + + Luis Ramos + English + 25.08.2022 + 25.08.2022 + NCIT + Device [ncit] + Gerät [ncit] + + + + + + + + + uncurated + A material entity that is designed to perform a function in a scientific investigation, but is not a reagent. + http://purl.obolibrary.org/obo/obi.owl + + Luis Ramos + English + 25.08.2022 + 25.08.2022 + OBI + Device [obi] + Gerät [obi] + + + + + + + + + uncurated + Alexander Aschemann + English + 10.05.2022 + Measurement Device [dik] + Messgerät [dik] + + + + + + + + + uncurated + Any device used to determine the dimension of an object. + http://purl.obolibrary.org/obo/ncit.owl + + Luis Ramos + English + 25.08.2022 + 25.08.2022 + NCIT + Measurement Device [ncit] + Messgerät [ncit] + + + + + + + + + uncurated + A device in which a measure function inheres. + http://purl.obolibrary.org/obo/obi.owl + + Luis Ramos + English + 25.08.2022 + 25.08.2022 + OBI + Measurement Device [obi] + Messgerät [obi] + + + + + + + + + uncurated + Alexander Aschemann + English + 10.05.2022 + Processed Material [dik] + verarbeitetes Material [dik] + + + + + + + + + uncurated + Is a material entity that is created or changed during material processing. + http://purl.obolibrary.org/obo/obi.owl + + Luis Ramos + English + 25.08.2022 + 25.08.2022 + OBI + Processed Material [obi] + verarbeitetes Material [obi] + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Mischen [dik] + Mixing [dik] + + + + + + + + + uncurated + The combining of components, particles or layers into a more homogeneous state. The mixing may be achieved manually or mechanically by shifting the material with stirrers or pumps or by revolving or shaking the container. The process μst not permit segregation of particles of different size or properties. Homogeneity may be considered to have been achieved in a practical sense when the sampling error of the processed portion is negligible compared to the total error of the measurement system. [ https://doi.org/10.1351/goldbook.M03945 ] + http://purl.obolibrary.org/obo/chmo.owl + + Luis Ramos + English + 25.08.2022 + 25.08.2022 + CHMO + Mischen [chmo] + Mixing [chmo] + + + + + + + + + uncurated + To bring or combine together or with something else; add as an additional element or part. + http://purl.obolibrary.org/obo/ncit.owl + + Luis Ramos + English + 25.08.2022 + 25.08.2022 + NCTI + Mischen + mix + + + + + + + + + uncurated + Menge in Gramm an adsorbiertem Iod pro Kilogramm Ruß unter definierten Bedingungen + Number of grams of iodine adsorbed per kilogram of carbon black under specified conditions + Jodzahl; Iodzahl + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 03.05.2022 + Die Eigenschaft ist eine Angabe zur Oberfläche eines Rußes. ISO 1304 beinhaltet ein Verfahren für die Bestimmung der Iodzahl. + The property is an indication of the surface area of a carbon black. ISO 1304 contains a method for the determination of the iodine adsorption number. + Iodine Adsorption Number [dik] + Jodadsorptionszahl [dik] + + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Specific Surface [dik] + Spezifische Oberfläche [dik] + + + + + + + + + + uncurated + Alexander Aschemann + English + 03.05.2022 + Mass Specific Surface [dik] + Massenbezogene spezifische Oberfläche [dik] + + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Volume Specific Surface [dik] + Volumenbezogene spezifische Oberfläche [dik] + + + + + + + + + + uncurated + Die Ölabsorptionszahl eines Rußes steht im Zusammenhang mit den Verarbeitungs- und Vulkanisationseigenschaften von Kautschukmischungen die den Ruß enthalten + The oil absorption number of a carbon black is related to the processing and vulcanizate properties of rubber compounds containing the carbon black + Alexander Aschemann + English + ASTM D2414-12 + 03.05.2022 + Oil Absorption Number [dik] + Ölabsorptionszahl [dik] + + + + + + + + + + uncurated + Als kinematische Viskosität bezeichnet man den Quotienten aus der dynamischen Viskosität des Mediums und seiner Dichte + Kinematic viscosity is the quotient of the dynamic viscosity of the medium and its density. + Alexander Aschemann + English + 03.05.2022 + Kinematic Viscosity [dik] + Kinematische Viskosität [dik] + + + + + + + + + + uncurated + The ratio of the dynamic viscosity (μ) over the density of the fluid (ρ), which is noted as (length)^2/time. https://en.wikipedia.org/wiki/Viscosity#Kinematic_viscosity + http://purl.obolibrary.org/obo/uo.owl + + Luis Ramos + English + 25.08.2022 + 25.08.2022 + UO + Kinematic Viscosity [uo] + Kinematische Viskosität [uo] + + + + + + + + + uncurated + Alexander Aschemann + English + 03.05.2022 + Erstarrungspunkt [dik] + Setting Point [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 03.05.2022 + Molecular Weight [dik] + Molekulargewicht [dik] + + + + + + + + + uncurated + Molecular weight in g/mol, determined from molecular formula or sequence. + http://purl.obolibrary.org/obo/mi.owl + + Luis Ramos + English + 25.08.2022 + 25.08.2022 + MI + Molecular Weight [mi] + Molekulargewicht [mi] + + + + + + + + + uncurated + Alexander Aschemann + English + 03.05.2022 + Säurezahl‎ [dik] + acid value [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 03.05.2022 + Melting Range [dik] + Schmelzbereich‎ [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 03.05.2022 + Oil Content [dik] + Öl-Gehalt‎ [dik] + + + + + + + + + uncurated + Verhältnis von Schubspannung zu Scherdehnung, wobei jede durch eine komplexe Zahl dargestellt werden kann + ratio of the shear stress to the shear strain, where each can be represented by a complex number + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 10.05.2022 + G* + Complex Shear Modulus [dik] + komplexer Schubmodul [dik] + + + + + + + + + uncurated + Verhältnis von Normalspannung zur Belastung, wobei jede durch eine komplexe Zahl dargestellt werden kann + ratio of the normal stress to the normal strain, where each can be represented by a complex number + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 10.05.2022 + E* + Complex Young’s Modulus [dik] + komplexer Young’s Modul [dik] + + + + + + + + + uncurated + die Komponente einer aufgebrachten Schubspannung, welche in Phase mit der Scherdeformation ist, geteilt durch die Dehnung + that component of an applied shear stress which is in phase with the shear strain, divided by the strain + Schermodul + storage shear modulus + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 10.05.2022 + G' + Elastic Shear Modulus [dik] + Elastizitätsmodul [dik] + + + + + + + + + uncurated + die Komponente einer angewandten Normalspannung, welche in Phase mit der Normaldehnung ist, geteilt durch die Dehnung + that component of an applied normal stress which is in phase with the normal strain, divided by the strain + Youngscher Speichermodul + storage Young’s modulus + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 10.05.2022 + E' + Elastic Young’s Modulus [dik] + Youngscher Elastizitätsmodul [dik] + + + + + + + + + uncurated + der Anteil einer aufgebrachten Schubspannung, welche 90° phasenverschoben gegenüber der Scherdeformation ist, geteilt durch die Dehnung + that component of an applied shear stress which is in quadrature (90° out of phase) with the shear strain, divided by the strain + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 10.05.2022 + G'' + Loss Shear Modulus [dik] + Verlustmodul [dik] + + + + + + + + + uncurated + der Anteil einer aufgebrachten Normalspannung, welcher 90° phasenverschoben gegenüber der Normaldehnung ist, geteilt durch die Dehnung + that component of an applied normal stress which is in quadrature (90° out of phase) with the normal strain, divided by the strain + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 10.05.2022 + E'' + Loss Young’s Modulus [dik] + Young’sches Verlustmodul [dik] + + + + + + + + + uncurated + Maß für die Steifigkeit unter definierten Bedingungen bei Verformung + measure of stiffness under specified conditions of deformation + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 10.05.2022 + Diese Bezeichnung sollte nicht alleine verwendet werden und sollte einhergehen mit der Art der Verformung, z. B. Druck- oder Schermodul. + The term should not be used in isolation and should be prefaced by the mode of deformation, e.g. compression modulus or shear modulus. + Modul [dik] + Modulus [dik] + + + + + + + + + uncurated + Verhältnis des Verlustmoduls zum Speichermodul + ratio of the viscous modulus to the elastic modulus + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 10.05.2022 + tanδ + Es handelt sich dabei um ein Maß für den Verlustfaktor und somit für die Energie, die durch Umwandlung in Wärme verloren geht. + It is a measure of the loss factor and thus of the energy lost by conversion into heat. + Tan Delta [dik] + Tangens delta [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Viscometer [dik] + Viskosimeter [dik] + + + + + + + + + uncurated + Mooney-Viskosimeter + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 10.05.2022 + Mooney Shearing-Disc Viscometer [dik] + Mooney-Scherscheibenviskosimeter [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Curemeter [dik] + Rheometer [dik] + + + + + + + + + uncurated + Rheometertyp, bei welchem die auf die Kautschukmischung einwirkenden Kräfte durch eine in der Testprobe eingebettete schwingende Scheibe erzeugt werden, wobei sich die Probe unter Druck in einem abgedichteten Probenaufnehmer befindet + type of curemeter in which the force applied to the rubber compound is produced by an oscillating disc embedded in a test sample which is contained under pressure in a sealed cavity + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 10.05.2022 + Oscillating-Disc Curemeter [dik] + oszillierendes Scheibenrheometer [dik] + + + + + + + + + uncurated + Typ eines Rheometers, bei welchem die Kraft, die auf die Kautschukmischung einwirkt, durch die Oszillation einer von zwei Platten erzeugt wird, die die Kammer bilden, in welcher die Testprobe eingeschlossen ist + type of curemeter in which the force applied to the rubber compound is produced by the oscillation of one of the two dies forming the cavity in which the test sample is enclosed + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 10.05.2022 + Rotorless Curemeter [dik] + rotorloser Rheometer [dik] + + + + + + + + + uncurated + Gerät zur Messung des Fortschritts der Vulkanisation in einer Probe bei der Vulkanisationsstemperatur + device that measures the progress of vulcanization in a test sample at the vulcanizing temperature + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 10.05.2022 + Vulcameter [dik] + Vulkameter [dik] + + + + + + + + + uncurated + Presse, die zwei oder mehrere übereinanderliegende beheizte Platten besitzt, zwischen denen die Formteile gepresst werden + press having two or more super-imposed heated platens between which moulds are pressed + Etagenpresse; Heizpresse + daylight press + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 10.05.2022 + Platen Press [dik] + Plattenpresse [dik] + + + + + + + + + uncurated + flache Metallplatte (oder Schale), die Hitze und Druck auf ein oder mehrere Formteile überträgt, die sich in einer Presse befinden + flat metal plate (or chest) which applies heat and pressure to one or more mould(s) in a press + Alexander Aschemann + English + DIN ISO 1382:2016-07 + 10.05.2022 + Platen [dik] + Platte [dik] + + + + + + + + + uncurated + 2-ethylidene-5-norbornene + Alexander Aschemann + English + 21.05.2022 + ENB + Ethylidene Norbornene [dik] + Ethylidennorbornen [dik] + + + + + + + + + uncurated + An assay with the objective to produce information about the concentration of a specific substance in the material entity that is the evaluant, by physically examining it or its proxies. + Alexander Aschemann + English + 21.05.2022 + Concentration Measurement Assay [dik] + Prüfung zur Konzentrationsmessung [dik] + + + + + + + + + uncurated + A concentration measurement assay with the objective to produce information about the concentration of ethylene in the material entity that is the evaluant, by physically examining it or its proxies. + Alexander Aschemann + English + 21.05.2022 + Ethylene Concentration Measurement Assay [dik] + Prüfung zur Ethylen-Konzentrationsmessung [dik] + + + + + + + + + uncurated + A concentration measurement assay with the objective to produce information about the concentration of ethylidene norbornene in the material entity that is the evaluant, by physically examining it or its proxies. + Alexander Aschemann + English + 21.05.2022 + Ethylidene Norbornene Concentration Measurement Assay [dik] + Prüfung zur Ethylidennorbornen-Konzentrationsmessung [dik] + + + + + + + + + uncurated + An assay with the objective to produce information about the molecular weight distribution of the material entity that is the evaluant, by physically examining it or its proxies. + Alexander Aschemann + English + 21.05.2022 + Molecular Weight Distribution Measurement Assay [dik] + Prüfung zur Molekulargewichtsverteilung [dik] + + + + + + + + + uncurated + A measurement protocol for reliably reproducing the concentration measurement assay. + Alexander Aschemann + English + 21.05.2022 + Concentration Measurement Protocol [dik] + Protokoll zur Konzentrationsmessung [dik] + + + + + + + + + uncurated + A concentration measurement protocol for reliably reproducing the ethylene concentration measurement assay. + Alexander Aschemann + English + ASTM D3900 + 21.05.2022 + Ethylene Concentration Measurement Protocol [dik] + Protokoll zur Ethylen-Konzentrationsmessung [dik] + + + + + + + + + uncurated + A concentration measurement protocol for reliably reproducing the ethylidene norbornene concentration measurement assay. + Alexander Aschemann + English + ASTM D6047 + 21.05.2022 + Ethylidene Norbornene Concentration Measurement Protocol [dik] + Protokoll zur Ethylidennorbornen-Konzentrationsmessung [dik] + + + + + + + + + uncurated + A measurement protocol for reliably reproducing the molecular weight distribution measurement assay. + Alexander Aschemann + English + 21.05.2022 + Molecular Weight Distribution Measurement Protocol [dik] + Protokoll zur Molekulargewichtsverteilung [dik] + + + + + + + + + + uncurated + Alexander Aschemann + English + 26.08.2022 + 21.05.2022 + Ethylene Group [dik] + + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Hydrocarbylene Group [dik] + + + + + + + + + + uncurated + A bivalent group formed by removing two hydrogen atoms from a hydrocarbon, the free valencies of which are not engaged in a double bond. + http://purl.obolibrary.org/obo/chebi.owl + + Luis Ramos + English + 26.08.2022 + 26.08.2022 + CHEBI + Hydrocarbylene Group [chebi] + + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + organodiyl group [dik] + + + + + + + + + + uncurated + Any organic substituent group, regardless of functional type, having two free valences at carbon atom(s). + http://purl.obolibrary.org/obo/chebi.owl + + Luis Ramos + English + 26.08.2022 + 26.08.2022 + CHEBI + organodiyl group [chebi] + + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + organic divalent group [dik] + + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Organic Group [dik] + Organik-Gruppe [dik] + + + + + + + + + + uncurated + Any substituent group or skeleton containing carbon. + http://purl.obolibrary.org/obo/chebi.owl + Luis Ramos + English + 26.08.2022 + 26.08.2022 + CHEBI:33247 + CHEBI + organic group [chebi] + organische-Gruppe + + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Gruppe [dik] + group [dik] + + + + + + + + + + uncurated + Any number of entities (members) considered as a unit. + http://purl.obolibrary.org/obo/ncit.owl + + Luis Ramos + English + 26.08.2022 + 26.08.2022 + NCIT + Gruppe [ncit] + group [ncit] + + + + + + + + + + uncurated + A defined linked collection of atoms or a single atom within a molecular entity. + http://purl.obolibrary.org/obo/chebi.owl + Luis Ramos + English + 26.08.2022 + 26.08.2022 + CHEBI:24433 + CHEBI + Gruppe [chebi] + group [chebi] + + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Percent [dik] + Prozent [dik] + + + + + + + + + + uncurated + "A dimensionless ratio unit which denotes numbers as fractions of 100." [Wikipedia:Wikipedia] + http://purl.obolibrary.org/obo/uo.owl + + Luis Ramos + English + 26.08.2022 + 26.08.2022 + UO + Percent [uo] + Prozent [uo] + + + + + + + + + uncurated + The percent is a unit of dimension one defined as 1/100. + http://www.ontology-of-units-of-measure.org/resource/om-2 + + Luis Ramos + English + 26.08.2022 + 26.08.2022 + OM + Percent [om] + Prozent [om] + + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Ratio [dik] + Verhältnis [dik] + + + + + + + + + + uncurated + Quotient of quantities of the same kind for different components within the same system. + http://purl.obolibrary.org/obo/ncit.owl + + Luis Ramos + English + 26.08.2022 + 26.08.2022 + NCIT + Ratio [ncit] + Verhältnis [ncit] + + + + + + + + + + uncurated + "A dimensionless ratio unit which, given a pair of quantities a and b, for which b is a multiple of a, denotes b by giving the multiplier (coefficient) c for a to result in b." [UOB:LKSR] + http://purl.obolibrary.org/obo/uo.owl + + Luis Ramos + English + 26.08.2022 + 26.08.2022 + UO + Ratio [uo] + Verhältnis [uo] + + + + + + + + + + uncurated + "A dimensionless unit which denotes an amount or magnitude of one quantity relative to another." [Wikipedia:Wikipedia] + http://purl.obolibrary.org/obo/uo.owl + Luis Ramos + English + 26.08.2022 + 26.08.2022 + UO + Ratio [uo] + Verhältnis [uo] + + + + + + + + + uncurated + A ratio is a data item which is formed with two numbers r and s is written r/s, where r is the numerator and s is the denominator. The ratio of r to s is equivalent to the quotient r/s. + http://purl.obolibrary.org/obo/ms.owl + + Luis Ramos + English + 26.08.2022 + 26.08.2022 + MS + Ratio [ms] + Verhältnis [ms] + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Dimensionless Unit [dik] + dimensionslose Einheit [dik] + + + + + + + + + uncurated + "A unit which is a standard measure of physical quantity consisting of only a numerical number without any units." [Wikipedia:Wikipedia] + http://purl.obolibrary.org/obo/ms.owl + Luis Ramos + English + 26.08.2022 + 26.08.2022 + MS + Dimensionless Unit [ms] + dimensionslose Einheit [ms] + + + + + + + + + + uncurated + weight percent + Alexander Aschemann + English + DIN 1310 + 21.05.2022 + wt % + Mass Percentage [dik] + Massenanteil [dik] + + + + + + + + + + uncurated + "A dimensionless concentration unit which denotes the mass of a substance in a mixture as a percentage of the mass of the entire mixture." [Wikipedia:Wikipedia] + http://purl.obolibrary.org/obo/uo.owl + + Luis Ramos + English + 26.08.2022 + 26.08.2022 + UO + Mass Percentage [uo] + Massenanteil [uo] + + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + vol % + Volume Percentage [dik] + Volumenprozent [dik] + + + + + + + + + + uncurated + "A dimensionless concentration unit which denotes the volume of the solute in mL per 100 mL of the resulting solution." [UOC:GVG] + http://purl.obolibrary.org/obo/uo.owl + + Luis Ramos + English + 26.08.2022 + 26.08.2022 + UO + Volume Percentage [uo] + Volumenprozent [uo] + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Concentration of [dik] + Konzentration von [dik] + + + + + + + + + uncurated + A quality inhering in a substance by virtue of the amount of the bearer's there is mixed with another substance. + http://purl.obolibrary.org/obo/pato.owl + + Luis Ramos + English + 26.08.2022 + 26.08.2022 + PATO + Concrentration [pato] + Konzentration [pato] + + + + + + + + + uncurated + The concentration of a chemical compound. + http://edamontology.org + + Luis Ramos + English + 26.08.2022 + 26.08.2022 + EDAM + Concrentration [edam] + Konzentration [edam] + + + + + + + + + uncurated + Experimental method output expressing the contribution of one constituent to the composition of a mixture. + http://purl.obolibrary.org/obo/chmo.owl + + Luis Ramos + English + 26.08.2022 + 26.08.2022 + CHMO + Concrentration [chmo] + Konzentration [chmo] + + + + + + + + + uncurated + The quantity of a substance per unit volume or weight; a measure of the amount of substance present in a unit amount of mixture, particularly, the amount of solute dissolved in a solvent. The amounts can be expressed as moles, masses, volumes, or parts. + http://purl.obolibrary.org/obo/ncit.owl + + Luis Ramos + English + 26.08.2022 + 26.08.2022 + NCIT + Concrentration [ncit] + Konzentration [ncit] + + + + + + + + + uncurated + the strength of a solution; number of molecules of a substance in a given volume + http://purl.dataone.org/odo/ECSO8.owl + + Luis Ramos + English + 26.08.2022 + 26.08.2022 + ECSO + Concrentration [ecso] + Konzentration [ecso] + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Molecular Quality [dik] + molekulare Qualität [dik] + + + + + + + + + uncurated + A quality which inheres in a molecular entity, a single molecule, atom, ion, radical etc. + http://purl.obolibrary.org/obo/pato.owl + + Luis Ramos + English + 26.08.2022 + 26.08.2022 + PATO + Molecular Quality [pato] + molekulare Qualität [pato] + + + + + + + + + uncurated + A concentration of ethylene inhering in a substance by virtue of the amount of the bearer's there is mixed with ethylene. + Alexander Aschemann + English + 21.05.2022 + Ethylen-Konzentration [dik] + Ethylene Concentration [dik] + + + + + + + + + uncurated + A concentration of ethylidene norbornene inhering in a substance by virtue of the amount of the bearer's there is mixed with ethylidene norbornene. + ENB-concentration + Alexander Aschemann + English + 21.05.2022 + Ethylidene Norbornene Concentration [dik] + Ethylidennorbornen-Konzentration [dik] + + + + + + + + + + uncurated + http://purl.obolibrary.org/obo/CHEBI_29853 + + Alexander Aschemann + English + 21.05.2022 + Ethylidene Group [dik] + Ethylidengruppe [dik] + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Quality of a Solid [dik] + Qualität eines Festkörpers [dik] + + + + + + + + + uncurated + A physical quality inhering in a bearer by virtue of the bearer's exhibiting the physical characteristics of an entity characterized by particles arranged such that their shape and volume are relatively stable. + http://purl.obolibrary.org/obo/pato.owl + + Luis Ramos + English + 26.08.2022 + 26.08.2022 + PATO + Quality of a Solid [pato] + Qualität eines Festkörpers [pato] + + + + + + + + + uncurated + Alexander Aschemann + English + 21.05.2022 + Optical Quality [dik] + optische Qualität [dik] + + + + + + + + + uncurated + An EM radiation quality in which the EM radiation is within the fiat range of the spectrum visible deemed to be light. + http://purl.obolibrary.org/obo/pato.owl + + Luis Ramos + English + 26.08.2022 + 26.08.2022 + Optical Quality [pato] + optische Qualität [dik] + + + + + + + + + Is a transformation applied to spectroscopic data to remove scatter effects by centering and scalling each individual spectrum. + Unscrambler X + Yamen Alsalka + Yamen Alsalka + 2023-06-06T09:53:45.338938Z + Standard Normal Variate (SNV) [ifnano] + + + + + + + + + Removing noise or spikes in correlated data such as spectroscopic data using a row-oriented transformation. + Unscrambler X + Yamen Alsalka + Yamen Alsalka + 2023-06-06T09:59:58.658887Z + Smmothing [ifnano] + + + + + + + + + Scaling spectra in order to get all data on approximately the same scale. + Unscrambler X + Yamen Alsalka + Yamen Alsalka + 2023-06-06T10:03:05.027474Z + Normalization [ifnano] + + + + + + + + + Estimation of unknown response values using a regression model. + Unscrambler X + Yamen Alsalka + Yamen Alsalka + 2023-06-06T10:05:06.296372Z + Prediction [ifnano] + + + + + + + + + + Polybutadiene [butadiene rubber BR] is a synthetic rubber. Polybutadiene rubber is a polymer formed from the polymerization of the monomer 1,3-butadiene. Polybutadiene has a high resistance to wear and is used especially in the manufacture of tires. + Wikipedia + Yamen Alsalka + Yamen Alsalka + 2023-06-06T10:51:28.399079Z + Butadiene rubber BR [ifnano] + + + + + + + + + An atom or group of atoms within a molecule that has similar chemical properties whenever it appears in various compounds. Even if other parts of the molecule are quite different, certain functional groups tend to react in certain ways. + + Yamen Alsalka + Yamen Alsalka + 2023-06-06T10:12:52.940172Z + Functional group [ifnano] + + + + + + + + + + Is a synthetic rubber, a copolymer of isobutylene with isoprene + Wikipedia + Yamen Alsalka + Yamen Alsalka + 2023-06-06T12:23:10.166673Z + Butyl rubber BIIR [ifnano] + + + + + + + + + + EPDM rubber (ethylene propylene diene monomer rubber) is a type of synthetic rubber that is composed of ethylidene norbornene (ENB), dicyclopentadiene (DCPD), and vinyl norbornene (VNB). + Wikipedia + Yamen Alsalka + Yamen Alsalka + 2023-06-06T12:27:10.818157Z + EPDM rubber [ifnano] + + + + + + + + + + A synthetic cis-1,4-polyisoprene, made by the industrial polymerisation of isoprene. + Wikipedia + Yamen Alsalka + Yamen Alsalka + 2023-06-06T12:30:53.148584Z + Polyisoprene IR [ifnano] + + + + + + + + + + Known as nitrile butadiene rubber and acrylonitrile butadiene rubber, is a synthetic rubber derived from acrylonitrile (ACN) and butadiene. + Wikipedia + Yamen Alsalka + Yamen Alsalka + 2023-06-06T12:33:41.882181Z + Nitrile rubber NBR [ifnano] + + + + + + + + + + Is a family of fluorocarbon-based fluoroelastomer materials that contain vinylidene fluoride as a monomer. + Wikipedia + Yamen Alsalka + Yamen Alsalka + 2023-06-06T12:36:21.319884Z + Fluororubber FKM [ifnano] + + + + + + + + + + Highly Saturated Nitrile. A Higher performance solid rubber material than NBR, achieved through adding Hydrogen Atoms to the Butadiene Segments. + + Yamen Alsalka + Yamen Alsalka + 2023-06-06T12:40:53.184235Z + Hydrogenated Nitrile rubber HNBR [ifnano] + + + + + + + + + + Families of synthetic rubbers derived from styrene and butadiene. + Wikipedia + Yamen Alsalka + Yamen Alsalka + 2023-06-06T12:43:20.265544Z + Styrene-butadiene rubber SBR [ifnano] + + + + + + + + + uncurated + A concentration quality inhering in a bearer by virtue of the bearer's containing acid (hydrogen ions). + pH + + + Lars M Vogt + English + 01.09.2023 + 2023-09-01T09:06:40.923633Z + PATO:0001842 + PATO + Säuregrad + acidity [pato] + + + + + + + + + + add one of the individual of "curation status specification" + provide a human-readable definition of the type of entity the class refers to + GROUP: TIB + PERSON: Lars Vogt + template class + + + + + + + + + + + + + + + + example to be eventually removed + example to be eventually removed + + + + + + + + + + failed exploratory term + The term was used in an attempt to structure part of the ontology but in retrospect failed to do a good job + Person:Alan Ruttenberg + failed exploratory term + + + + + + + + + + metadata complete + Class has all its metadata, but is either not guaranteed to be in its final location in the asserted IS_A hierarchy or refers to another class that is not complete. + metadata complete + + + + + + + + + + organizational term + Term created to ease viewing/sort terms for development purpose, and will not be included in a release + PERSON:Alan Ruttenberg + organizational term + + + + + + + + + + ready for release + Class has undergone final review, is ready for use, and will be included in the next release. Any class lacking "ready_for_release" should be considered likely to change place in hierarchy, have its definition refined, or be obsoleted in the next release. Those classes deemed "ready_for_release" will also derived from a chain of ancestor classes that are also "ready_for_release." + ready for release + + + + + + + + + + metadata incomplete + Class is being worked on; however, the metadata (including definition) are not complete or sufficiently clear to the branch editors. + metadata incomplete + + + + + + + + + + uncurated + Nothing done yet beyond assigning a unique class ID and proposing a preferred term. + uncurated + + + + + + + + + + pending final vetting + All definitions, placement in the asserted IS_A hierarchy and required minimal metadata are complete. The class is awaiting a final review by someone other than the term editor. + pending final vetting + + + + + + + + + + placeholder removed + placeholder removed + + + + + + + + + + terms merged + An editor note should explain what were the merged terms and the reason for the merge. + terms merged + + + + + + + + + + term imported + This is to be used when the original term has been replaced by a term imported from an other ontology. An editor note should indicate what is the URI of the new term to use. + term imported + + + + + + + + + + term split + This is to be used when a term has been split in two or more new terms. An editor note should indicate the reason for the split and indicate the URIs of the new terms created. + term split + + + + + + + + + + universal + Hard to give a definition for. Intuitively a "natural kind" rather than a collection of any old things, which a class is able to be, formally. At the meta level, universals are defined as positives, are disjoint with their siblings, have single asserted parents. + Alan Ruttenberg + A Formal Theory of Substances, Qualities, and Universals, http://ontology.buffalo.edu/bfo/SQU.pdf + universal + + + + + + + + + + defined class + A defined class is a class that is defined by a set of logically necessary and sufficient conditions but is not a universal + "definitions", in some readings, always are given by necessary and sufficient conditions. So one must be careful (and this is difficult sometimes) to distinguish between defined classes and universal. + Alan Ruttenberg + defined class + + + + + + + + + + named class expression + A named class expression is a logical expression that is given a name. The name can be used in place of the expression. + named class expressions are used in order to have more concise logical definition but their extensions may not be interesting classes on their own. In languages such as OWL, with no provisions for macros, these show up as actuall classes. Tools may with to not show them as such, and to replace uses of the macros with their expansions + Alan Ruttenberg + named class expression + + + + + + + + + + to be replaced with external ontology term + Terms with this status should eventually replaced with a term from another ontology. + Alan Ruttenberg + group:OBI + to be replaced with external ontology term + + + + + + + + + + requires discussion + A term that is metadata complete, has been reviewed, and problems have been identified that require discussion before release. Such a term requires editor note(s) to identify the outstanding issues. + Alan Ruttenberg + group:OBI + requires discussion + + + + + + + + + Transformation-ML + Transformation-ML file describing parameter transformations used in a GvHD experiment. + + Transformation-ML is a format standard of a digital entity that is conformant with the Transformation-ML standard.(http://wiki.ficcs.org/ficcs/Transformation-ML?action=AttachFile&do=get&target=Transformation-ML_v1.0.26.pdf) + person:Jennifer Fostel + web-page:http://wiki.ficcs.org/ficcs/Transformation-ML?action=AttachFile&do=get&target=Transformation-ML_v1.0.26.pdf + Transformation-ML + + + + + + + + + ACS + d06.acs, ACS1.0 data file of well D06 of plate 2 of part 1 of a GvHD experiment. + + ACS is a format standard of a digital entity that is conformant with the Analytical Cytometry Standard. (http://www.isac-net.org/content/view/607/150/) + person:Jennifer Fostel + web-page:http://www.isac-net.org/content/view/607/150/ + ACS + + + + + + + + + XML + RDF/XML file, OWL file, Compensation-ML file, WSDL document, SVG document + + XML is a format standard of a digital entity that is conformant with the W3C Extensible Markup Language Recommendation.(http://www.w3.org/XML/) + person:Jennifer Fostel + web-page:http://www.w3.org/XML/ + XML + + + + + + + + + RDF + A FOAF file, a SKOS file, an OWL file. + + RDF is a format standard of a digital entity that is conformant with the W3C Resource Description Framework RDF/XML Syntax specification.(http://www.w3.org/RDF/) + person:Jennifer Fostel + web-page:http://www.w3.org/RDF/ + RDF + + + + + + + + + zip + MagicDraw MDZIP archive, Java JAR file. + + zip is a format standard of a digital entity that is conformant with the PKWARE .ZIP file format specification (http://www.pkware.com/index.php?option=com_content&task=view&id=59&Itemid=103/) + person:Jennifer Fostel + web-page:http://www.pkware.com/index.php?option=com_content&task=view&id=59&Itemid=103/ + zip + + + + + + + + + tar + Example.tar file. + + tar is a format standard of a digital entity that is conformant with the tape archive file format as standardized by POSIX.1-1998, POSIX.1-2001, or any other tar format compliant with the GNU tar specification. (http://www.gnu.org/software/tar/manual/) + person:Jennifer Fostel + web-page:http://www.gnu.org/software/tar/manual/ + tar + + + + + + + + + FCS + d01.fcs, FCS3 data file of well D06 of plate 2 of part 1 of a GvHD experiment. + + FCS is a format standard of a digital entity that is conformant with the Flow Cytometry Data File Standard.(http://www.fcspress.com/) + person:Jennifer Fostel + web-page:http://www.fcspress.com/ + FCS + + + + + + + + + Compensation-ML + compfoo.xml, Compensation-ML file describing compensation used in a GvHD experiment + + Compensation-ML is a format standard of a digital entity that is conformant with the Compensation-ML standard. (http://wiki.ficcs.org/ficcs/Compensation-ML?action=AttachFile&do=get&target=Compensation-ML_v1.0.24.pdf) + person:Jennifer Fostel + web-page:http://wiki.ficcs.org/ficcs/Compensation-ML?action=AttachFile&do=get&target=Compensation-ML_v1.0.24.pdf + Compensation-ML + + + + + + + + + Gating-ML + foogate.xml, Gating-ML file describing gates used in a GvHD experiment. + + Gating-ML is a format standard of a digital entity that is conformant with the Gating-ML standard. (http://www.flowcyt.org/gating/) + person:Jennifer Fostel + web-page:http://www.flowcyt.org/gating/ + Gating-ML + + + + + + + + + OWL + OBI ontology file, Basic Formal Ontology file, BIRNLex file, BioPAX file. + + OWL is a format standard of a digital entity that is conformant with the W3C Web Ontology Language specification.(http://www.w3.org/2004/OWL/) + person:Jennifer Fostel + web-page:http://www.w3.org/2004/OWL/ + OWL + + + + + + + + + + + Affymetrix + Affymetrix supplied microarray + + An organization which supplies technology, tools and protocols for use in high throughput applications + Affymetrix + + + + + + + + + + Thermo + + Philippe Rocca-Serra + Thermo + + + + + + + + + + Waters + + Philippe Rocca-Serra + Waters + + + + + + + + + + BIO-RAD + + Philippe Rocca-Serra + BIO-RAD + + + + + + + + + + GenePattern hierarchical clustering + + James Malone + GenePattern hierarchical clustering + + + + + + + + + + Ambion + + Philippe Rocca-Serra + Ambion + + + + + + + + + + Helicos + + Philippe Rocca-Serra + Helicos + + + + + + + + + + Roche + + Philippe Rocca-Serra + Roche + + + + + + + + + + Illumina + + Philippe Rocca-Serra + Illumina + + + + + + + + + + GenePattern PCA + + GenePattern PCA + + + + + + + + + + + GenePattern module SVM + + GenePattern module SVM is a GenePattern software module which is used to run a support vector machine data transformation. + James Malone + Ryan Brinkman + GenePattern module SVM + + + + + + + + + + GenePattern k-nearest neighbors + + James Malone + GenePattern k-nearest neighbors + + + + + + + + + + GenePattern LOOCV + + GenePattern LOOCV + + + + + + + + + + GenePattern k-means clustering + + James Malone + GenePattern k-means clustering + + + + + + + + + + Agilent + + Philippe Rocca-Serra + Agilent + + + + + + + + + + + GenePattern module KMeansClustering + + GenePattern module KMeansClustering is a GenePattern software module which is used to perform a k Means clustering data transformation. + James Malone + PERSON: James Malone + GenePattern module KMeansClustering + + + + + + + + + + GenePattern CART + + James Malone + GenePattern CART + + + + + + + + + + + + GenePattern module CARTXValidation + + GenePattern module CARTXValidation is a GenePattern software module which uses a CART decision tree induction with a leave one out cross validation data transformations. + GenePattern module CARTXValidation + + + + + + + + + + Li-Cor + + Philippe Rocca-Serra + Li-Cor + + + + + + + + + + Bruker Corporation + + Philippe Rocca-Serra + Bruker Corporation + + + + + + + + + + GenePattern module KNNXValidation + + GenePattern module KNNXValidation is a GenePattern software module which uses a k-nearest neighbours clustering with a leave one out cross validation data transformations. + James Malone + PERSON: James Malone + GenePattern module KNNXValidation + + + + + + + + + + + GenePattern module PeakMatch + + GenePattern module PeakMatch + + + + + + + + + + + GenePattern module KNN + + GenePattern module KNN is a GenePattern software module which perform a k-nearest neighbors data transformation. + James Malone + GenePattern module KNN + + + + + + + + + + + GenePattern module HierarchicalClustering + + GenePattern module HierarchicalClustering is a GenePattern software module which is used to perform a hierarchical clustering data transformation. + James Malone + PERSON: James Malone + GenePattern module HierarchicalClustering + + + + + + + + + + GenePattern SVM + + James Malone + GenePattern SVM + + + + + + + + + + Applied Biosystems + + Philippe Rocca-Serra + Applied Biosystems + + + + + + + + + + + GenePattern module PCA + + GenePattern module PCA is a GenePattern software module which is used to perform a principal components analysis dimensionality reduction data transformation. + James Malone + PERSON: James Malone + GenePattern module PCA + + + + + + + + + + GenePattern peak matching + + James Malone + Ryan Brinkman + GenePattern peak matching + + + + + + + + + + Bruker Daltonics + + Philippe Rocca-Serra + Bruker Daltonics + + + + + + + + + + GenePattern HeatMapViewer data visualization + + The GenePattern process of generating Heat Maps from clustered data. + James Malone + GenePattern HeatMapViewer data visualization + + + + + + + + + + GenePattern HierarchicalClusteringViewer data visualization + + The GenePattern process of generating hierarchical clustering visualization from clustered data. + James Malone + GenePattern HierarchicalClusteringViewer data visualization + + + + + + + + + + + GenePattern module HeatMapViewer + + A GenePattern software module which is used to generate a heatmap view of data. + James Malone + GenePattern module HeatMapViewer + + + + + + + + + + + GenePattern module HierarchicalClusteringViewer + + A GenePattern software module which is used to generate a view of data that has been hierarchically clustered. + James Malone + GenePattern module HierarchicalClusteringViewer + + + + + + + + + + Sysmex Corporation, Kobe, Japan + + WEB:http://www.sysmex.com/ + Sysmex Corporation, Kobe, Japan + + + + + + + + + + U.S. Food and Drug Administration + + FDA + U.S. Food and Drug Administration + + + + + + + + + + right handed + + right handed + + + + + + + + + + ambidexterous + + ambidexterous + + + + + + + + + + left handed + + left handed + + + + + + + + + + Edingburgh handedness inventory + + The Edinburgh Handedness Inventory is a set of questions used to assess the dominance of a person's right or left hand in everyday activities. + PERSON:Alan Ruttenberg + PERSON:Jessica Turner + PMID:5146491#Oldfield, R.C. (1971). The assessment and analysis of handedness: The Edinburgh inventory. Neuropsychologia, 9, 97-113 + WEB:http://www.cse.yorku.ca/course_archive/2006-07/W/4441/EdinburghInventory.html + Edingburgh handedness inventory + + + + + + + + + + eBioscience + + Karin Breuer + WEB:http://www.ebioscience.com/ + eBioscience + + + + + + + + + + Cytopeia + + Karin Breuer + WEB:http://www.cytopeia.com/ + Cytopeia + + + + + + + + + + Exalpha Biological + + Karin Breuer + WEB:http://www.exalpha.com/ + Exalpha Biological + + + + + + + + + + Apogee Flow Systems + + Karin Breuer + WEB:http://www.apogeeflow.com/ + Apogee Flow Systems + + + + + + + + + + Exbio Antibodies + + Karin Breuer + WEB:http://www.exbio.cz/ + Exbio Antibodies + + + + + + + + + + Becton Dickinson (BD Biosciences) + + Karin Breuer + WEB:http://www.bdbiosciences.com/ + Becton Dickinson (BD Biosciences) + + + + + + + + + + Dako Cytomation + + Karin Breuer + WEB:http://www.dakousa.com/ + Dako Cytomation + + + + + + + + + + Millipore + + Karin Breuer + WEB:http://www.guavatechnologies.com/ + Millipore + + + + + + + + + + Antigenix + + Karin Breuer + WEB:http://www.antigenix.com/ + Antigenix + + + + + + + + + + Partec + + Karin Breuer + WEB:http://www.partec.de/ + Partec + + + + + + + + + + Beckman Coulter + + Karin Breuer + WEB:http://www.beckmancoulter.com/ + Beckman Coulter + + + + + + + + + + Advanced Instruments Inc. (AI Companies) + + Karin Breuer + WEB:http://www.aicompanies.com/ + Advanced Instruments Inc. (AI Companies) + + + + + + + + + + Miltenyi Biotec + + Karin Breuer + WEB:http://www.miltenyibiotec.com/ + Miltenyi Biotec + + + + + + + + + + AES Chemunex + + Karin Breuer + WEB:http://www.aeschemunex.com/ + AES Chemunex + + + + + + + + + + Bentley Instruments + + Karin Breuer + WEB:http://bentleyinstruments.com/ + Bentley Instruments + + + + + + + + + + Invitrogen + + Karin Breuer + WEB:http://www.invitrogen.com/ + Invitrogen + + + + + + + + + + Luminex + + Karin Breuer + WEB:http://www.luminexcorp.com/ + Luminex + + + + + + + + + + CytoBuoy + + Karin Breuer + WEB:http://www.cytobuoy.com/ + CytoBuoy + + + + + + + + + + Nimblegen + + An organization that focuses on manufacturing target enrichment probe pools for DNA sequencing. + Person: Jie Zheng + Nimblegen + + + + + + + + + + Pacific Biosciences + + An organization that supplies tools for studying the synthesis and regulation of DNA, RNA and protein. It developed a powerful technology platform called single molecule real-time (SMRT) technology which enables real-time analysis of biomolecules with single molecule resolution. + Person: Jie Zheng + Pacific Biosciences + + + + + + + + + + NanoString Technologies + + An organization that supplies life science tools for translational research and molecular diagnostics based on a novel digital molecular barcoding technology. The NanoString platform can provide simple, multiplexed digital profiling of single molecules. + NanoString Technologies + + + + + + + + + + Thermo Fisher Scientific + + An organization that is an American multinational, biotechnology product development company, created in 2006 by the merger of Thermo Electron and Fisher Scientific. + Chris Stoeckert, Helena Ellis + https://en.wikipedia.org/wiki/Thermo_Fisher_Scientific + Thermo Fisher Scientific + + + + + + + + + + G1: Well differentiated + + A histologic grade according to AJCC 7th edition indicating that the tumor cells and the organization of the tumor tissue appear close to normal. + Chris Stoeckert, Helena Ellis + G1 + https://www.cancer.gov/about-cancer/diagnosis-staging/prognosis/tumor-grade-fact-sheet + NCI BBRB + G1: Well differentiated + + + + + + + + + + G2: Moderately differentiated + + A histologic grade according to AJCC 7th edition indicating that the tumor cells are moderately differentiated and reflect an intermediate grade. + Chris Stoeckert, Helena Ellis + G2 + https://www.cancer.gov/about-cancer/diagnosis-staging/prognosis/tumor-grade-fact-sheet + NCI BBRB + G2: Moderately differentiated + + + + + + + + + + G3: Poorly differentiated + + A histologic grade according to AJCC 7th edition indicating that the tumor cells are poorly differentiated and do not look like normal cells and tissue. + Chris Stoeckert, Helena Ellis + G3 + https://www.cancer.gov/about-cancer/diagnosis-staging/prognosis/tumor-grade-fact-sheet + NCI BBRB + G3: Poorly differentiated + + + + + + + + + + G4: Undifferentiated + + A histologic grade according to AJCC 7th edition indicating that the tumor cells are undifferentiated and do not look like normal cells and tissue. + Chris Stoeckert, Helena Ellis + G4 + https://www.cancer.gov/about-cancer/diagnosis-staging/prognosis/tumor-grade-fact-sheet + NCI BBRB + G4: Undifferentiated + + + + + + + + + + G1 (Fuhrman) + + A histologic grade according to the Fuhrman Nuclear Grading System indicating that nuclei are round, uniform, approximately 10um and that nucleoli are inconspicuous or absent. + Chris Stoeckert, Helena Ellis + Grade 1 + NCI BBRB, OBI + NCI BBRB + G1 (Fuhrman) + + + + + + + + + + G2 (Fuhrman) + + A histologic grade according to the Fuhrman Nuclear Grading System indicating that nuclei are slightly irregular, approximately 15um and nucleoli are evident. + Chris Stoeckert, Helena Ellis + Grade 2 + NCI BBRB, OBI + NCI BBRB + G2 (Fuhrman) + + + + + + + + + + G3 (Fuhrman) + + A histologic grade according to the Fuhrman Nuclear Grading System indicating that nuclei are very irregular, approximately 20um and nucleoli large and prominent. + Chris Stoeckert, Helena Ellis + Grade 3 + NCI BBRB, OBI + NCI BBRB + G3 (Fuhrman) + + + + + + + + + + G4 (Fuhrman) + + A histologic grade according to the Fuhrman Nuclear Grading System indicating that nuclei arei bizarre and multilobulated, 20um or greater and nucleoli are prominent and chromatin clumped. + Chris Stoeckert, Helena Ellis + Grade 4 + NCI BBRB, OBI + NCI BBRB + G4 (Fuhrman) + + + + + + + + + + Low grade ovarian tumor + + A histologic grade for ovarian tumor according to a two-tier grading system indicating that the tumor is low grade. + Chris Stoeckert, Helena Ellis + Low grade + NCI BBRB, OBI + NCI BBRB + Low grade ovarian tumor + + + + + + + + + + High grade ovarian tumor + + A histologic grade for ovarian tumor according to a two-tier grading system indicating that the tumor is high grade. + Chris Stoeckert, Helena Ellis + High grade + NCI BBRB, OBI + NCI BBRB + High grade ovarian tumor + + + + + + + + + + G1 (WHO) + + A histologic grade for ovarian tumor according to the World Health Organization indicating that the tumor is well differentiated. + Chris Stoeckert, Helena Ellis + G1 + NCI BBRB, OBI + NCI BBRB + G1 (WHO) + + + + + + + + + + G2 (WHO) + + A histologic grade for ovarian tumor according to the World Health Organization indicating that the tumor is moderately differentiated. + Chris Stoeckert, Helena Ellis + G2 + NCI BBRB, OBI + NCI BBRB + G2 (WHO) + + + + + + + + + + G3 (WHO) + + A histologic grade for ovarian tumor according to the World Health Organization indicating that the tumor is poorly differentiated. + Chris Stoeckert, Helena Ellis + G3 + NCI BBRB, OBI + NCI BBRB + G3 (WHO) + + + + + + + + + + G4 (WHO) + + A histologic grade for ovarian tumor according to the World Health Organization indicating that the tumor is undifferentiated. + Chris Stoeckert, Helena Ellis + G4 + NCI BBRB, OBI + NCI BBRB + G4 (WHO) + + + + + + + + + + pT0 (colon) + + A pathologic primary tumor stage for colon and rectum according to AJCC 7th edition indicating that there is no evidence of primary tumor. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_t/ + NCI BBRB + pT0 (colon) + + + + + + + + + + pTis (colon) + + A pathologic primary tumor stage for colon and rectum according to AJCC 7th edition indicating carcinoma in situ (intraepithelial or invasion of lamina propria). + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_t/ + NCI BBRB + pTis (colon) + + + + + + + + + + pT1 (colon) + + A pathologic primary tumor stage for colon and rectum according to AJCC 7th edition indicating that the tumor invades submucosa. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_t/ + NCI BBRB + pT1 (colon) + + + + + + + + + + pT2 (colon) + + A pathologic primary tumor stage for colon and rectum according to AJCC 7th edition indicating that the tumor invades muscularis propria. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_t/ + NCI BBRB + pT2 (colon) + + + + + + + + + + pT3 (colon) + + A pathologic primary tumor stage for colon and rectum according to AJCC 7th edition indicating that the tumor invades subserosa or into non-peritionealized pericolic or perirectal tissues. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_t/ + NCI BBRB + pT3 (colon) + + + + + + + + + + pT4a (colon) + + A pathologic primary tumor stage for colon and rectum according to AJCC 7th edition indicating that the tumor perforates visceral peritoneum. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_t/ + NCI BBRB + pT4a (colon) + + + + + + + + + + pT4b (colon) + + A pathologic primary tumor stage for colon and rectum according to AJCC 7th edition indicating that the tumor directly invades other organs or structures. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_t/ + NCI BBRB + pT4b (colon) + + + + + + + + + + pT0 (lung) + + A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that there is no evidence of primary tumor. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/ + NCI BBRB + pT0 (lung) + + + + + + + + + + pTis (lung) + + A pathologic primary tumor stage for lung according to AJCC 7th edition indicating carcinoma in situ. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/ + NCI BBRB + pTis (lung) + + + + + + + + + + pT1 (lung) + + A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that the tumor is 3 cm or less in greatest dimension, surrounded by lung or visceral pleura without bronchoscopic evidence of invasion more proximal than the lobar bronchus (i.e., not in the main bronchus). + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/ + NCI BBRB + pT1 (lung) + + + + + + + + + + pT1a (lung) + + A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that the tumor is 2 cm or less in greatest dimension. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/ + NCI BBRB + pT1a (lung) + + + + + + + + + + pT1b (lung) + + A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that the tumor is more than 2 cm but not more than 3 cm in greatest dimension. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/ + NCI BBRB + pT1b (lung) + + + + + + + + + + pT2 (lung) + + A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that the tumor is more than 3 cm but not more than 7 cm or the tumor has any of the following features: involves main bronchus, 2 cm or more distal to the carina, invades visceral pleura, associated with atelectasis or obstructive pneumonitis that extends to the hilar region but does not involve the entire lung. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/ + NCI BBRB + pT2 (lung) + + + + + + + + + + pT2a (lung) + + A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that the tumor is more than 3 cm but not more than 5 cm in greatest dimension. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/ + NCI BBRB + pT2a (lung) + + + + + + + + + + pT2b (lung) + + A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that the tumor is more than 5 cm but not more than 7 cm in greatest dimension. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/ + NCI BBRB + pT2b (lung) + + + + + + + + + + pT3 (lung) + + A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that the tumor is more than 7 cm or one that directly invades any of: parietal pleura, chest wall (including superior sulcus tumors), diaphragm, phrenic nerve, mediastinal pleura, parietal pericardiu or the tumor is in the main bronchus less than 2 cm distal to the carina but without involvement of the carina or there is associated atelectasis or obstructive pneumonitis of the entire lung or there is separate tumor nodule(s) in the same lobe as the primary. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/ + NCI BBRB + pT3 (lung) + + + + + + + + + + pT4 (lung) + + A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that the tumor of any size that invades any of the following: mediastinum, heart, great vessels, trachea, recurrent laryngeal nerve, esophagus, vertebral body, carina or there is separate tumor nodule(s) in a different ipsilateral lobe to that of the primary. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/ + NCI BBRB + pT4 (lung) + + + + + + + + + + pT0 (kidney) + + A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that there is no evidence of primary tumor. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/ + NCI BBRB + pT0 (kidney) + + + + + + + + + + pT1 (kidney) + + A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor is 7 cm or less in greatest dimension and limited to the kidney. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/ + NCI BBRB + pT1 (kidney) + + + + + + + + + + pT1a (kidney) + + A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor is 4 cm or less. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/ + NCI BBRB + pT1a (kidney) + + + + + + + + + + pT1b (kidney) + + A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor is more than 4 cm but not more than 7 cm. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/ + NCI BBRB + pT1b (kidney) + + + + + + + + + + pT2 (kidney) + + A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor is more than 7 cm in greatest dimension and limited to the kidney. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/ + NCI BBRB + pT2 (kidney) + + + + + + + + + + pT2a (kidney) + + A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor is more than 7 cm but not more than 10 cm. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/ + NCI BBRB + pT2a (kidney) + + + + + + + + + + pT2b (kidney) + + A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor is more than 10 cm and limited to the kidney. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/ + NCI BBRB + pT2b (kidney) + + + + + + + + + + pT3 (kidney) + + A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor extends into major veins or perinephric tissues but not into the ipsilateral adrenal gland and not beyond the Gerota fascia. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/ + NCI BBRB + pT3 (kidney) + + + + + + + + + + pT3a (kidney) + + A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor grossly extends into the renal vein or its segmental (muscle containing) branches, or the tumor invades perirenal and/or renal sinus fat (peripelvic) fat but not beyond Gerota fascia. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/ + NCI BBRB + pT3a (kidney) + + + + + + + + + + pT3b (kidney) + + A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor grossly extends into vena cava below diaphragm. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/ + NCI BBRB + pT3b (kidney) + + + + + + + + + + pT3c (kidney) + + A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor grossly extends into vena cava above the diaphragm or Invades the wall of the vena cava. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/ + NCI BBRB + pT3c (kidney) + + + + + + + + + + pT4 (kidney) + + A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor invades beyond Gerota fascia (including contiguous extension into the ipsilateral adrenal gland). + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/ + NCI BBRB + pT4 (kidney) + + + + + + + + + + pT0 (ovary) + + A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that there is no evidence of primary tumor. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/ + NCI BBRB + pT0 (ovary) + + + + + + + + + + pT1 (ovary) + + A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor is limited to the ovaries (one or both). + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/ + NCI BBRB + pT1 (ovary) + + + + + + + + + + pT1a (ovary) + + A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor is limited to one ovary; capsule intact, no tumor on ovarian surface and no malignant cells in ascites or peritoneal washings. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/ + NCI BBRB + pT1a (ovary) + + + + + + + + + + pT1b (ovary) + + A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor is limited to both ovaries; capsule intact, no tumor on ovarian surface and no malignant cells in ascites or peritoneal washings. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/ + NCI BBRB + pT1b (ovary) + + + + + + + + + + pT1c (ovary) + + A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor is limited to one or both ovaries with capsule ruptured, tumor on ovarian surface, or malignant cells in ascites or peritoneal washings. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/ + NCI BBRB + pT1c (ovary) + + + + + + + + + + pT2 (ovary) + + A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor involves one or both ovaries with pelvic extension. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/ + NCI BBRB + pT2 (ovary) + + + + + + + + + + pT2a (ovary) + + A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor has extension and/or implants on uterus and/or tube(s) and no malignant cells in ascites or peritoneal washings. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/ + NCI BBRB + pT2a (ovary) + + + + + + + + + + pT2b (ovary) + + A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor has extension to other pelvic tissues and no malignant cells in ascites or peritoneal washings. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/ + NCI BBRB + pT2b (ovary) + + + + + + + + + + pT2c (ovary) + + A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor has pelvic extension with malignant cells in ascites or peritoneal washings. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/ + NCI BBRB + pT2c (ovary) + + + + + + + + + + pT3 (ovary) + + A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor involves one or both ovaries with microscopically confirmed peritoneal metastasis outside the pelvis and/or regional lymph node metastasis. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/ + NCI BBRB + pT3 (ovary) + + + + + + + + + + pT3a (ovary) + + A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor has microscopic peritoneal metastasis beyond pelvis. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/ + NCI BBRB + pT3a (ovary) + + + + + + + + + + pT3b (ovary) + + A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor has macroscopic peritoneal, metastatasis beyond pelvis, 2 cm or less in greatest dimension. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/ + NCI BBRB + pT3b (ovary) + + + + + + + + + + pT3c (ovary) + + A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor has peritoneal metastasis beyond pelvis, more than 2 cm in greatest dimension and/or regional lymph node metastasis. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/ + NCI BBRB + pT3c (ovary) + + + + + + + + + + pN0 (colon) + + A pathologic lymph node stage for colon and rectum according to AJCC 7th edition indicating no regional lymph node metastsis. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_n/ + NCI BBRB + pN0 (colon) + + + + + + + + + + pN1 (colon) + + A pathologic lymph node stage for colon and rectum according to AJCC 7th edition indicating metastasis in 1-3 regional lymph nodes. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_n/ + NCI BBRB + pN1 (colon) + + + + + + + + + + pN1a (colon) + + A pathologic lymph node stage for colon and rectum according to AJCC 7th edition indicating metastasis in 1 regional lymph node. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_n/ + NCI BBRB + pN1a (colon) + + + + + + + + + + pN1b (colon) + + A pathologic lymph node stage for colon and rectum according to AJCC 7th edition indicating metastasis in 2-3 regional lymph nodes. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_n/ + NCI BBRB + pN1b (colon) + + + + + + + + + + pN1c (colon) + + A pathologic lymph node stage for colon and rectum according to AJCC 7th edition indicating tumor deposit(s), i.e., satellites in the subserosa, or in non-peritonealized pericolic or perirectal soft tissue without regional lymph node metastasis. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_n/ + NCI BBRB + pN1c (colon) + + + + + + + + + + pN2 (colon) + + A pathologic lymph node stage for colon and rectum according to AJCC 7th edition indicating metastasis in 4 or more regional lymph nodes. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_n/ + NCI BBRB + pN2 (colon) + + + + + + + + + + pN2a (colon) + + A pathologic lymph node stage for colon and rectum according to AJCC 7th edition indicating metastasis in 4 to 6 regional lymph nodes. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_n/ + NCI BBRB + pN2a (colon) + + + + + + + + + + pN2b (colon) + + A pathologic lymph node stage for colon and rectum according to AJCC 7th edition indicating metastasis in 7 or more regional lymph nodes. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_n/ + NCI BBRB + pN2b (colon) + + + + + + + + + + pN0 (lung) + + A pathologic lymph node stage for lung according to AJCC 7th edition indicating no regional lymph node metastasis. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_n/ + NCI BBRB + pN0 (lung) + + + + + + + + + + pN1 (lung) + + A pathologic lymph node stage for lung according to AJCC 7th edition indicating metastasis in ipsilateral peribronchial and/or ipsilateral hilar lymph nodes and intrapulmonary nodes, including involvement by direct extension. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_n/ + NCI BBRB + pN1 (lung) + + + + + + + + + + pN2 (lung) + + A pathologic lymph node stage for lung according to AJCC 7th edition indicating metastasis in ipsilateral mediastinal and/or subcarinal lymph node(s). + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_n/ + NCI BBRB + pN2 (lung) + + + + + + + + + + pN3 (lung) + + A pathologic lymph node stage for lung according to AJCC 7th edition indicating metastasis in contralateral mediastinal, contralateral hilar, ipsilateral or contralateral scalene, or supraclavicular lymph node(s). + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_n/ + NCI BBRB + pN3 (lung) + + + + + + + + + + pN0 (kidney) + + A pathologic lymph node stage for kidney according to AJCC 7th edition indicating that there is no regional lymph node metastasis. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_n/ + NCI BBRB + pN0 (kidney) + + + + + + + + + + pN1 (kidney) + + A pathologic lymph node stage for kidney according to AJCC 7th edition indicating that there is regional lymph node metastasis. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_n/ + NCI BBRB + pN1 (kidney) + + + + + + + + + + pN0 (ovary) + + A pathologic lymph node stage for ovary according to AJCC 7th edition indicating that there is no regional lymph node metastasis. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_n/ + NCI BBRB + pN0 (ovary) + + + + + + + + + + pN1 (ovary) + + A pathologic lymph node stage for ovary according to AJCC 7th edition indicating that there is regional lymph node metastasis. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_n/ + NCI BBRB + pN1 (ovary) + + + + + + + + + + cM0 (colon) + + A pathologic distant metastases stage for colon according to AJCC 7th edition indicating that there are no symptoms or signs of distant metastasis. + Chris Stoeckert, Helena Ellis + https://en.wikipedia.org/wiki/Cancer_staging#Pathological_M_Categorization_.28cM_and_pM.29 + NCI BBRB + cM0 (colon) + + + + + + + + + + cM1 (colon) + + A pathologic distant metastases stage for colon according to AJCC 7th edition indicating that there is clinical evidence of distant metastases by history, physical examination, imaging studies, or invasive procedures, but without microscopic evidence of the presumed distant metastases. + Chris Stoeckert, Helena Ellis + https://en.wikipedia.org/wiki/Cancer_staging#Pathological_M_Categorization_.28cM_and_pM.29 + NCI BBRB + cM1 (colon) + + + + + + + + + + cM1a (colon) + + A pathologic distant metastases stage for colon according to AJCC 7th edition indicating that metastasis is confined to one organ based on clinical assessment. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_m/ + NCI BBRB + cM1a (colon) + + + + + + + + + + cM1b (colon) + + A pathologic distant metastases stage for colon according to AJCC 7th edition indicating that metastasis is in more than one organ or the peritoneum based on clinical assessment. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_m/ + NCI BBRB + cM1b (colon) + + + + + + + + + + pM1 (colon) + + A pathologic distant metastases stage for colon according to AJCC 7th edition indicating that there is microscopic evidence confirming distant metastatic disease. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_m/ + NCI BBRB + pM1 (colon) + + + + + + + + + + pM1a (colon) + + A pathologic distant metastases stage for colon according to AJCC 7th edition indicating that metastasis is confined to one organ and histologically confirmed. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_m/ + NCI BBRB + pM1a (colon) + + + + + + + + + + pM1b (colon) + + A pathologic distant metastases stage for colon according to AJCC 7th edition indicating that metastasis is in more than one organ or the peritoneum and histologically confirmed. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_m/ + NCI BBRB + pM1b (colon) + + + + + + + + + + cM0 (lung) + + A pathologic distant metastases stage for lung according to AJCC 7th edition indicating that there is no distant metastasis. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_m/ + NCI BBRB + cM0 (lung) + + + + + + + + + + cM1 (lung) + + A pathologic distant metastases stage for lung according to AJCC 7th edition indicating that there are distant metastases based on clinical assessment. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_m/ + NCI BBRB + cM1 (lung) + + + + + + + + + + cM1a (lung) + + A pathologic distant metastases stage for lung according to AJCC 7th edition indicating that metastasis is based on clinical assessment and a separate tumor nodule(s) in a contralateral lobe; tumor with pleural nodules OR malignant pleural or pericardial effusion. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_m/ + NCI BBRB + cM1a (lung) + + + + + + + + + + cM1b (lung) + + A pathologic distant metastases stage for lung according to AJCC 7th edition indicating that there is a distant metastases based on clinical assessment. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_m/ + NCI BBRB + cM1b (lung) + + + + + + + + + + pM1 (lung) + + A pathologic distant metastases stage for lung according to AJCC 7th edition indicating that there is a distant metastases that is histologically confirmed. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_m/ + NCI BBRB + pM1 (lung) + + + + + + + + + + pM1a (lung) + + A pathologic distant metastases stage for lung according to AJCC 7th edition indicating that metastasis is histologically confirmed and a separate tumor nodule(s) in a contralateral lobe; tumor with pleural nodules OR malignant pleural or pericardial effusion. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_m/ + NCI BBRB + pM1a (lung) + + + + + + + + + + pM1b (lung) + + A pathologic distant metastases stage for lung according to AJCC 7th edition indicating that there is a distant metastases that is histologically confirmed and associated with distant lymph nodes or carcinomatosis. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_m/ + NCI BBRB + pM1b (lung) + + + + + + + + + + cM0 (kidney) + + A pathologic distant metastases stage for kidney according to AJCC 7th edition indicating that there is no distant metastasis. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_m/ + NCI BBRB + cM0 (kidney) + + + + + + + + + + cM1 (kidney) + + A pathologic distant metastases stage for kidney according to AJCC 7th edition indicating that there are distant metastases based on clinical assessment. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_m/ + NCI BBRB + cM1 (kidney) + + + + + + + + + + pM1 (kidney) + + A pathologic distant metastases stage for kidney according to AJCC 7th edition indicating that there is a distant metastases that is histologically confirmed. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_m/ + NCI BBRB + pM1 (kidney) + + + + + + + + + + cM0 (ovary) + + A pathologic distant metastases stage for ovary according to AJCC 7th edition indicating that there is no distant metastasis. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_m/ + NCI BBRB + cM0 (ovary) + + + + + + + + + + cM1 (ovary) + + A pathologic distant metastases stage for ovary according to AJCC 7th edition indicating that there is distant metastasis except peritoneal metastasis based on clinical assessment. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_m/ + NCI BBRB + cM1 (ovary) + + + + + + + + + + pM1 (ovary) + + A pathologic distant metastases stage for ovary according to AJCC 7th edition indicating that there is distant metastasis except peritoneal metastasis that is histologically confirmed. + Chris Stoeckert, Helena Ellis + https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_m/ + NCI BBRB + pM1 (ovary) + + + + + + + + + + Occult Carcinoma (AJCC 7th) + + A clinical tumor stage group according to AJCC 7th edition indicating a small carcinoma, either asymptomatic or giving rise to metastases without symptoms due to the primary carcinoma. + Chris Stoeckert, Helena Ellis + Occult Carcinoma + http://www.medilexicon.com/dictionary/14371 + NCI BBRB + Occult Carcinoma (AJCC 7th) + + + + + + + + + + Stage 0 (AJCC 7th) + + A clinical tumor stage group according to AJCC 7th edition indicating a carcinoma in situ (or melanoma in situ for melanoma of the skin or germ cell neoplasia in situ for testicular germ cell tumors) and generally is considered to have no metastatic potential. + Chris Stoeckert, Helena Ellis + Stage 0 + https://en.wikipedia.org/wiki/Cancer_staging + NCI BBRB + Stage 0 (AJCC 7th) + + + + + + + + + + Stage I (AJCC 7th) + + A clinical tumor stage group according to AJCC 7th edition indicating cancers that are smaller or less deeply invasive without regional disease or nodes. + Chris Stoeckert, Helena Ellis + Stage I + https://en.wikipedia.org/wiki/Cancer_staging + NCI BBRB + Stage I (AJCC 7th) + + + + + + + + + + Stage IIA (AJCC 7th) + + A clinical tumor stage group according to AJCC 7th edition indicating cancers with increasing tumor or nodal extent but less than in Stage III and with differing characteristics from IIB and IIC. + Chris Stoeckert, Helena Ellis + Stage IIA + https://en.wikipedia.org/wiki/Cancer_staging + NCI BBRB + Stage IIA (AJCC 7th) + + + + + + + + + + Stage IIB (AJCC 7th) + + A clinical tumor stage group according to AJCC 7th edition indicating cancers with increasing tumor or nodal extent but less than in Stage III and with differing characteristics from IIA and IIC. + Chris Stoeckert, Helena Ellis + Stage IIB + https://en.wikipedia.org/wiki/Cancer_staging + NCI BBRB + Stage IIB (AJCC 7th) + + + + + + + + + + Stage IIC (AJCC 7th) + + A clinical tumor stage group according to AJCC 7th edition indicating cancers with increasing tumor or nodal extent but less than in Stage III and with differing characteristics from IIA and IIB. + Chris Stoeckert, Helena Ellis + Stage IIC + https://en.wikipedia.org/wiki/Cancer_staging + NCI BBRB + Stage IIC (AJCC 7th) + + + + + + + + + + Stage IIIA (AJCC 7th) + + A clinical tumor stage group according to AJCC 7th edition indicating cancers with increasing tumor or nodal extent greater than in Stage II and with differing characteristics from IIIB and IIIC. + Chris Stoeckert, Helena Ellis + Stage IIIA + https://en.wikipedia.org/wiki/Cancer_staging + NCI BBRB + Stage IIIA (AJCC 7th) + + + + + + + + + + Stage IIIB (AJCC 7th) + + A clinical tumor stage group according to AJCC 7th edition indicating cancers with increasing tumor or nodal extent greater than in Stage II and with differing characteristics from IIIA and IIIC. + Chris Stoeckert, Helena Ellis + Stage IIIB + https://en.wikipedia.org/wiki/Cancer_staging + NCI BBRB + Stage IIIB (AJCC 7th) + + + + + + + + + + Stage IIIC (AJCC 7th) + + A clinical tumor stage group according to AJCC 7th edition indicating cancers with increasing tumor or nodal extent greater than in Stage II and with differing characteristics from IIIA and IIIB. + Chris Stoeckert, Helena Ellis + Stage IIIC + https://en.wikipedia.org/wiki/Cancer_staging + NCI BBRB + Stage IIIC (AJCC 7th) + + + + + + + + + + Stage IVA (AJCC 7th) + + A clinical tumor stage group according to AJCC 7th edition indicating cancers in patients who present with distant metastases at diagnosis and with differing characteristics from IVB. + Chris Stoeckert, Helena Ellis + Stage IVA + https://en.wikipedia.org/wiki/Cancer_staging + NCI BBRB + Stage IVA (AJCC 7th) + + + + + + + + + + Stage IVB (AJCC 7th) + + A clinical tumor stage group according to AJCC 7th edition indicating cancers in patients who present with distant metastases at diagnosis and with differing characteristics from IVA. + Chris Stoeckert, Helena Ellis + Stage IVB + https://en.wikipedia.org/wiki/Cancer_staging + NCI BBRB + Stage IVB (AJCC 7th) + + + + + + + + + + Stage IA (FIGO) + + An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating invasive carcinoma which can be diagnosed only by microscopy, with deepest invasion <5 mm and the largest extension <7 mm. + Chris Stoeckert, Helena Ellis + Stage IA + https://en.wikipedia.org/wiki/Cervical_cancer_staging + NCI BBRB + Stage IA (FIGO) + + + + + + + + + + Stage IA1 (FIGO) + + An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating measured stromal invasion of <3.0 mm in depth and extension of <7.0 mm. + Chris Stoeckert, Helena Ellis + Stage IA1 + https://en.wikipedia.org/wiki/Cervical_cancer_staging + NCI BBRB + Stage IA1 (FIGO) + + + + + + + + + + Stage IA2 (FIGO) + + An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating measured stromal invasion of >3.0 mm and not >5.0 mm with an extension of not >7.0 mm. + Chris Stoeckert, Helena Ellis + Stage IA2 + https://en.wikipedia.org/wiki/Cervical_cancer_staging + NCI BBRB + Stage IA2 (FIGO) + + + + + + + + + + Stage IB (FIGO) + + An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating clinically visible lesions limited to the cervix uteri or pre-clinical cancers greater than stage IA + Chris Stoeckert, Helena Ellis + Stage IB + https://en.wikipedia.org/wiki/Cervical_cancer_staging + NCI BBRB + Stage IB (FIGO) + + + + + + + + + + Stage IB1 (FIGO) + + An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating clinically visible lesion limited to the cervix uteri or pre-clinical cancers greater than stage IA <4.0 cm in greatest dimension. + Chris Stoeckert, Helena Ellis + Stage IB1 + https://en.wikipedia.org/wiki/Cervical_cancer_staging + NCI BBRB + Stage IB1 (FIGO) + + + + + + + + + + Stage IB2 (FIGO) + + An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating clinically visible lesion limited to the cervix uteri or pre-clinical cancers greater than stage IA >4.0 cm in greatest dimension. + Chris Stoeckert, Helena Ellis + Stage IB2 + https://en.wikipedia.org/wiki/Cervical_cancer_staging + NCI BBRB + Stage IB2 (FIGO) + + + + + + + + + + Stage IIA (FIGO) + + An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating cervical carcinoma invades beyond the uterus, but not to the pelvic wall or to the lower third of the vagina without parametrial invasion. + Chris Stoeckert, Helena Ellis + Stage IIA + https://en.wikipedia.org/wiki/Cervical_cancer_staging + NCI BBRB + Stage IIA (FIGO) + + + + + + + + + + Stage IIA1 (FIGO) + + An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating cervical carcinoma invades beyond the uterus, but not to the pelvic wall or to the lower third of the vagina without parametrial invasion and clinically visible lesion <4.0 cm in greatest dimension. + Chris Stoeckert, Helena Ellis + Stage IIA1 + https://en.wikipedia.org/wiki/Cervical_cancer_staging + NCI BBRB + Stage IIA1 (FIGO) + + + + + + + + + + Stage IIA2 (FIGO) + + An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating cervical carcinoma invades beyond the uterus, but not to the pelvic wall or to the lower third of the vagina without parametrial invasion and clinically visible lesion >4.0 cm in greatest dimension. + Chris Stoeckert, Helena Ellis + Stage IIA2 + https://en.wikipedia.org/wiki/Cervical_cancer_staging + NCI BBRB + Stage IIA2 (FIGO) + + + + + + + + + + Stage IIB (FIGO) + + An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating cervical carcinoma invades beyond the uterus, but not to the pelvic wall or to the lower third of the vagina with obvious parametrial invasion. + Chris Stoeckert, Helena Ellis + Stage IIB + https://en.wikipedia.org/wiki/Cervical_cancer_staging + NCI BBRB + Stage IIB (FIGO) + + + + + + + + + + Stage IIIA (FIGO) + + An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating tumour involves lower third of the vagina, with no extension to the pelvic wall. + Chris Stoeckert, Helena Ellis + Stage IIIA + https://en.wikipedia.org/wiki/Cervical_cancer_staging + NCI BBRB + Stage IIIA (FIGO) + + + + + + + + + + Stage IIIB (FIGO) + + An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating extension to the pelvic wall and/or hydronephrosis or non-functioning kidney. + Chris Stoeckert, Helena Ellis + Stage IIIB + https://en.wikipedia.org/wiki/Cervical_cancer_staging + NCI BBRB + Stage IIIB (FIGO) + + + + + + + + + + Stage IVA (FIGO) + + An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating spread of the growth to adjacent organs. + Chris Stoeckert, Helena Ellis + Stage IVA + https://en.wikipedia.org/wiki/Cervical_cancer_staging + NCI BBRB + Stage IVA (FIGO) + + + + + + + + + + Stage IVB (FIGO) + + An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating spread to distant organs. + Chris Stoeckert, Helena Ellis + Stage IVB + https://en.wikipedia.org/wiki/Cervical_cancer_staging + NCI BBRB + Stage IVB (FIGO) + + + + + + + + + + Stage 1 (FIGO) + + A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T1, N0, and M0. + Chris Stoeckert, Helena Ellis + Stage 1 + https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/ + NCI BBRB + Stage 1 (FIGO) + + + + + + + + + + Stage 1A (FIGO) + + A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T1a, N0, and M0. + Chris Stoeckert, Helena Ellis + Stage 1A + https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/ + NCI BBRB + Stage 1A (FIGO) + + + + + + + + + + Stage 1B (FIGO) + + A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T1b, N0, and M0. + Chris Stoeckert, Helena Ellis + Stage 1B + https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/ + NCI BBRB + Stage 1B (FIGO) + + + + + + + + + + Stage 1C (FIGO) + + A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T1c, N0, and M0. + Chris Stoeckert, Helena Ellis + Stage 1C + https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/ + NCI BBRB + Stage 1C (FIGO) + + + + + + + + + + Stage 2 (FIGO) + + A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T2, N0, and M0. + Chris Stoeckert, Helena Ellis + Stage 2 + https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/ + NCI BBRB + Stage 2 (FIGO) + + + + + + + + + + Stage 2A (FIGO) + + A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T2a, N0, and M0. + Chris Stoeckert, Helena Ellis + Stage 2A + https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/ + NCI BBRB + Stage 2A (FIGO) + + + + + + + + + + Stage 2B (FIGO) + + A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T2b, N0, and M0. + Chris Stoeckert, Helena Ellis + Stage 2B + https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/ + NCI BBRB + Stage 2B (FIGO) + + + + + + + + + + Stage 2C (FIGO) + + A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T2c, N0, and M0. + Chris Stoeckert, Helena Ellis + Stage 2C + https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/ + NCI BBRB + Stage 2C (FIGO) + + + + + + + + + + Stage 3 (FIGO) + + A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of (T3, N0, and M0) or (T3,3a,3b, NX, and M0). + Chris Stoeckert, Helena Ellis + Stage 3 + https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/ + NCI BBRB + Stage 3 (FIGO) + + + + + + + + + + Stage 3A (FIGO) + + A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T3a, N0, and M0 . + Chris Stoeckert, Helena Ellis + Stage 3A + https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/ + NCI BBRB + Stage 3A (FIGO) + + + + + + + + + + Stage 3B (FIGO) + + A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T3b, N0, and M0 . + Chris Stoeckert, Helena Ellis + Stage 3B + https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/ + NCI BBRB + Stage 3B (FIGO) + + + + + + + + + + Stage 3C (FIGO) + + A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of (T3c, N0,X and M0) or (any T, N1 and M0). + Chris Stoeckert, Helena Ellis + Stage 3C + https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/ + NCI BBRB + Stage 3C (FIGO) + + + + + + + + + + Stage 4 (FIGO) + + A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of any T, any N, and M1. + Chris Stoeckert, Helena Ellis + Stage 4 + https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/ + NCI BBRB + Stage 4 (FIGO) + + + + + + + + + + Stage Unknown (FIGO) + + A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of (T0, N0, and M0) or (T1,1a-1c,2,2a-2c, NX, and M0) or (TX, N0,X, M0). + Chris Stoeckert, Helena Ellis + Stage Unknown + https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/ + NCI BBRB + Stage Unknown (FIGO) + + + + + + + + + + 3: symptomatic in bed more than 50% of the day but not bed ridden + + An Eastern Cooperative Oncology Group score value specification indicating a patient is symptomatic and in bed for more than 50% of the day but is not bed ridden. + Chris Stoeckert, Helena Ellis + NCI BBRB, OBI + NCI BBRB + 3: symptomatic in bed more than 50% of the day but not bed ridden + + + + + + + + + + 2: symptomatic but in bed less than 50% of the day + + An Eastern Cooperative Oncology Group score value specification indicating a patient is symptomatic but is in bed for less than 50% of the day. + Chris Stoeckert, Helena Ellis + NCI BBRB, OBI + NCI BBRB + 2: symptomatic but in bed less than 50% of the day + + + + + + + + + + 4: bed ridden + + An Eastern Cooperative Oncology Group score value specification indicating a patient is symptomatic and is bed ridden. + Chris Stoeckert, Helena Ellis + NCI BBRB, OBI + NCI BBRB + 4: bed ridden + + + + + + + + + + 0: asymptomatic + + An Eastern Cooperative Oncology Group score value specification indicating a patient is asymptomatic. + Chris Stoeckert, Helena Ellis + NCI BBRB, OBI + NCI BBRB + 0: asymptomatic + + + + + + + + + + 1: symptomatic but fully ambulatory + + An Eastern Cooperative Oncology Group score value specification indicating a patient is symptomatic but is fully ambulatory. + Chris Stoeckert, Helena Ellis + NCI BBRB, OBI + NCI BBRB + 1: symptomatic but fully ambulatory + + + + + + + + + + 100: asymptomatic + + A Karnofsky score vaue specification indicating that a patient is asymptomatic. + Chris Stoeckert, Helena Ellis + NCI BBRB, OBI + NCI BBRB + 100: asymptomatic + + + + + + + + + + 80-90: symptomatic but fully ambulatory + + A Karnofsky score vaue specification indicating that a patient is symptomatic but fully ambulatory. + Chris Stoeckert, Helena Ellis + NCI BBRB, OBI + NCI BBRB + 80-90: symptomatic but fully ambulatory + + + + + + + + + + 60-70: symptomatic but in bed less than 50% of the day + + A Karnofsky score vaue specification indicating that a patient is symptomatic but in bed less than 50% of the day. + Chris Stoeckert, Helena Ellis + NCI BBRB, OBI + NCI BBRB + 60-70: symptomatic but in bed less than 50% of the day + + + + + + + + + + 40-50: symptomatic, in bed more than 50% of the day, but not bed ridden + + A Karnofsky score vaue specification indicating that a patient is symptomatic, in bed more than 50% of the day, but not bed ridden. + Chris Stoeckert, Helena Ellis + NCI BBRB, OBI + NCI BBRB + 40-50: symptomatic, in bed more than 50% of the day, but not bed ridden + + + + + + + + + + Oxford Nanopore Technologies + + An organization that is developing and selling nanopore sequencing products and is based in the UK. + James A. Overton + https://en.wikipedia.org/wiki/Oxford_Nanopore_Technologies + Oxford Nanopore Technologies + + + + + + + + + + BioGents + + An organization that manufactures mosquito traps and other mosquito control products. + John Judkins + WEB:https://eu.biogents.com/about-biogents/ + BioGents + + + + + + + + + + Abbott + + A manufacturer of rapid point-of-care assay devices. + John Judkins ORCID:0000-0001-6595-0902 + WEB:https://www.globalpointofcare.abbott/en/about.html + https://github.com/obi-ontology/obi/issues/1456 + Abbott + + + + + + + + + + J. Mitra + + A manufacturer of in vitro diagnostic assay kits in India. + John Judkins ORCID:0000-0001-6595-0902 + WEB:https://jmitra.co.in/about-us/ + https://github.com/obi-ontology/obi/issues/1456 + J. Mitra + + + + + + + + + + InBios + + A manufacturer that specializes in in vitro diagnostic devices designed to test for infectious diseases. + John Judkins ORCID:0000-0001-6595-0902 + WEB:https://inbios.com/about/ + https://github.com/obi-ontology/obi/issues/1456 + InBios + + + + + + + + + + meter + A length unit which is equal to the length of the path traveled by light in vacuum during a time interval of 1/299 792 458 of a second. + m + + meter + + + + + + + + + + kilogram + A mass unit which is equal to the mass of the International Prototype Kilogram kept by the BIPM at Svres, France. + kg + + kilogram + + + + + + + + + + second + A time unit which is equal to the duration of 9 192 631 770 periods of the radiation corresponding to the transition between the two hyperfine levels of the ground state of the caesium 133 atom. + s + sec + + second + + + + + + + + + + centimeter + A length unit which is equal to one hundredth of a meter or 10^[-2] m. + cm + + centimeter + + + + + + + + + + millimeter + A length unit which is equal to one thousandth of a meter or 10^[-3] m. + mm + + millimeter + + + + + + + + + + micrometer + A length unit which is equal to one millionth of a meter or 10^[-6] m. + um + + micrometer + + + + + + + + + + nanometer + A length unit which is equal to one thousandth of one millionth of a meter or 10^[-9] m. + nm + + nanometer + + + + + + + + + + angstrom + A length unit which is equal to 10 [-10] m. + + angstrom + + + + + + + + + + gram + A mass unit which is equal to one thousandth of a kilogram or 10^[-3] kg. + g + + gram + + + + + + + + + + milligram + A mass unit which is equal to one thousandth of a gram or 10^[-3] g. + mg + + milligram + + + + + + + + + + microgram + A mass unit which is equal to one millionth of a gram or 10^[-6] g. + ug + + microgram + + + + + + + + + + nanogram + A mass unit which is equal to one thousandth of one millionth of a gram or 10^[-9] g. + ng + + nanogram + + + + + + + + + + picogram + A mass unit which is equal to 10^[-12] g. + pg + + picogram + + + + + + + + + + degree Celsius + A temperature unit which is equal to one kelvin degree. However, they have their zeros at different points. The centigrade scale has its zero at 273.15 K. + C + degree C + + degree Celsius + + + + + + + + + + minute + A time unit which is equal to 60 seconds. + min + + minute + + + + + + + + + + hour + A time unit which is equal to 3600 seconds or 60 minutes. + h + hr + + hour + + + + + + + + + + day + A time unit which is equal to 24 hours. + + day + + + + + + + + + + week + A time unit which is equal to 7 days. + + week + + + + + + + + + + month + A time unit which is approximately equal to the length of time of one of cycle of the moon's phases which in science is taken to be equal to 30 days. + + month + + + + + + + + + + year + A time unit which is equal to 12 months which is science is taken to be equal to 365.25 days. + + year + + + + + + + + + + micromole + A substance unit equal to a millionth of a mol or 10^[-6] mol. + umol + + micromole + + + + + + + + + + nanomole + A substance unit equal to one thousandth of one millionth of a mole or 10^[-9] mol. + nmol + + nanomole + + + + + + + + + + picomole + A substance unit equal to 10^[-12] mol. + pmol + + picomole + + + + + + + + + + molar + A unit of concentration which expresses a concentration of 1 mole of solute per liter of solution (mol/L). + M + + molar + + + + + + + + + + millimolar + A unit of molarity which is equal to one thousandth of a molar or 10^[-3] M. + mM + + millimolar + + + + + + + + + + micromolar + A unit of molarity which is equal to one millionth of a molar or 10^[-6] M. + uM + + micromolar + + + + + + + + + + nanomolar + A unit of molarity which is equal to one thousandth of one millionth of a molar or 10^[-9] M. + nM + + nanomolar + + + + + + + + + + picomolar + A unit of molarity which is equal to 10^[-12] M. + pM + + picomolar + + + + + + + + + + cubic centimeter + A volume unit which is equal to one millionth of a cubic meter or 10^[-9] m^[3], or to 1 ml. + cc + + cubic centimeter + + + + + + + + + + milliliter + A volume unit which is equal to one thousandth of a liter or 10^[-3] L, or to 1 cubic centimeter. + ml + + milliliter + + + + + + + + + + liter + A volume unit which is equal to one thousandth of a cubic meter or 10^[-3] m^[3], or to 1 decimeter. + L + + liter + + + + + + + + + + cubic decimeter + A volume unit which is equal to one thousand of a cubic meter or 10^[-3] m^[3], or to 1 L. + + cubic decimeter + + + + + + + + + + microliter + A volume unit which is equal to one millionth of a liter or 10^[-6] L. + ul + + microliter + + + + + + + + + + nanoliter + A volume unit which is equal to one thousandth of one millionth of a liter or 10^[-9] L. + nl + + nanoliter + + + + + + + + + + picoliter + A volume unit which is equal to 10^[-12] L. + pl + + picoliter + + + + + + + + + + hertz + A frequency unit which is equal to 1 complete cycle of a recurring phenomenon in 1 second. + + hertz + + + + + + + + + + mass percentage + A dimensionless concentration unit which denotes the mass of a substance in a mixture as a percentage of the mass of the entire mixture. + % w/w + percent weight pr weight + + mass percentage + + + + + + + + + + mass volume percentage + A dimensionless concentration unit which denotes the mass of the substance in a mixture as a percentage of the volume of the entire mixture. + % w/v + percent vol per vol + + mass volume percentage + + + + + + + + + + volume percentage + A dimensionless concentration unit which denotes the volume of the solute in mL per 100 mL of the resulting solution. + % v/v + percent vol per vol + + volume percentage + + + + + + + + + + gram per liter + A mass unit density which is equal to mass of an object in grams divided by the volume in liters. + g per L + g/L + + gram per liter + + + + + + + + + + milligram per milliliter + A mass unit density which is equal to mass of an object in milligrams divided by the volume in milliliters. + mg per ml + mg/ml + + milligram per milliliter + + + + + + + + + + degree Fahrenheit + A temperature unit which is equal to 5/9ths of a kelvin. Negative 40 degrees Fahrenheit is equal to negative 40 degrees Celsius. + + degree Fahrenheit + + + + + + + + + + pH + A dimensionless concentration notation which denotes the acidity of a solution in terms of activity of hydrogen ions (H+). + + pH + + + + + + + + + + milliliter per liter + A volume per unit volume unit which is equal to one millionth of a liter of solute in one liter of solution. + ml per L + ml/l + + milliliter per liter + + + + + + + + + + gram per deciliter + A mass density unit which is equal to mass of an object in grams divided by the volume in deciliters. + g/dl + + gram per deciliter + + + + + + + + + + colony forming unit per volume + A concentration unit which a measure of viable bacterial numbers in a given volume. + + colony forming unit per volume + + + + + + + + + + microliters per minute + A volumetric flow rate unit which is equal to one microliter volume through a given surface in one minute. + + microliters per minute + + + + + + + + + + count per nanomolar second + A rate unit which is equal to one over one nanomolar second. + + count per nanomolar second + + + + + + + + + + count per molar second + A rate unit which is equal to one over one molar second. + + count per molar second + + + + + + + + + + count per nanomolar + A rate unit which is equal to one over one nanomolar. + + count per nanomolar + + + + + + + + + + count per molar + A rate unit which is equal to one over one molar. + + count per molar + + + + + + + + + + microgram per liter + A mass unit density which is equal to mass of an object in micrograms divided by the volume in liters. + ng/ml + ug/L + + microgram per liter + + + + + + + + + + + + + + + + description + + + Mark Miller + 2018-05-11T13:47:29Z + license + + + title + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + GP(X)-enables->MF(Y)-has_part->MF(Z) => GP(X) enables MF(Z), +e.g. if GP X enables ATPase coupled transporter activity' and 'ATPase coupled transporter activity' has_part 'ATPase activity' then GP(X) enables 'ATPase activity' + enabling an MF enables its parts + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + GP(X)-enables->MF(Y)-part_of->BP(Z) => GP(X) involved_in BP(Z) e.g. if X enables 'protein kinase activity' and Y 'part of' 'signal tranduction' then X involved in 'signal transduction' + involved in BP + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + MF(X)-directly_regulates->MF(Y)-enabled_by->GP(Z) => MF(Y)-has_input->GP(Y) e.g. if 'protein kinase activity'(X) directly_regulates 'protein binding activity (Y)and this is enabled by GP(Z) then X has_input Z + infer input from direct reg + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + If a molecular function (X) has a regulatory subfunction, then any gene product which is an input to that subfunction has an activity that directly_regulates X. Note: this is intended for cases where the regaultory subfunction is protein binding, so it could be tightened with an additional clause to specify this. + inferring direct reg edge from input to regulatory subfunction + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + inferring direct neg reg edge from input to regulatory subfunction + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + inferring direct positive reg edge from input to regulatory subfunction + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + effector input is compound function input + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Input of effector is input of its parent MF + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + if effector directly positively regulates X, its parent MF directly positively regulates X + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + if effector directly regulates X, its parent MF directly regulates X + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + if effector directly negatively regulates X, its parent MF directly negatively regulates X + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ontology.ttl b/ontology.ttl new file mode 100644 index 0000000..ee5db19 --- /dev/null +++ b/ontology.ttl @@ -0,0 +1,17802 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology ; + owl:versionIRI ; + ; + ; + ; + "TIB (2023): DigitRubber Ontology. An ontology demonstrating rich ontology for rubber extrusion. PURL: http://www.purl.org/OntoMeta/DigitRubberOntology."@en ; + ; + "2023-06-01T08:05:00"^^xsd:dateTime ; + "DigitRubber Ontology"@en ; + ; + ; + "2023-09-26T10:19:00"^^xsd:dateTime ; + ; + ; + "DigitRubber Ontology"@en ; + "active"@en ; + ; + "DRO" ; + ; + ; + "DigitRubber ontology has been developed for rubber extrusion"@en ; + ; + ; + "01:06:2023 08:05" ; + ; + owl:versionInfo "v2023-Sep-26" ; + "A description of changes between last version and current version of the ontology."@en ; + ; + ; + "DRO" ; + ; + "The DigitRubber ontology aplies OWL2 EL (cf. https://www.w3.org/TR/2012/REC-owl2-profiles-20121211/#OWL_2_EL)"@en . + +################################################################# +# Annotation properties +################################################################# + +### http://omv.ontoware.org/2005/05/ontology#hasOntologySyntax + rdf:type owl:AnnotationProperty . + + +### http://purl.obolibrary.org/obo/BFO_0000179 + rdf:type owl:AnnotationProperty . + + +### http://purl.obolibrary.org/obo/BFO_0000180 + rdf:type owl:AnnotationProperty . + + +### http://purl.obolibrary.org/obo/IAO_0000111 + rdf:type owl:AnnotationProperty . + + +### http://purl.obolibrary.org/obo/IAO_0000112 + rdf:type owl:AnnotationProperty ; + "example of usage"@en ; + ; + "A phrase describing how a term should be used and/or a citation to a work which uses it. May also include other kinds of examples that facilitate immediate understanding, such as widely know prototypes or instances of a class, or cases where a relation is said to hold."@en ; + "PERSON:Daniel Schober"@en ; + "GROUP:OBI:"@en ; + rdfs:isDefinedBy ; + rdfs:label "example of usage"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000114 + rdf:type owl:AnnotationProperty ; + "has curation status"@en ; + "PERSON:Alan Ruttenberg"@en , + "PERSON:Bill Bug"@en , + "PERSON:Melanie Courtot"@en ; + rdfs:label "has curation status"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000115 + rdf:type owl:AnnotationProperty ; + "definition"@en , + "definition" , + "textual definition" ; + ; + "The official OBI definition, explaining the meaning of a class or property. Shall be Aristotelian, formalized and normalized. Can be augmented with colloquial definitions."@en , + "The official definition, explaining the meaning of a class or property. Shall be Aristotelian, formalized and normalized. Can be augmented with colloquial definitions."@en ; + """2012-04-05: +Barry Smith + +The official OBI definition, explaining the meaning of a class or property: 'Shall be Aristotelian, formalized and normalized. Can be augmented with colloquial definitions' is terrible. + +Can you fix to something like: + +A statement of necessary and sufficient conditions explaining the meaning of an expression referring to a class or property. + +Alan Ruttenberg + +Your proposed definition is a reasonable candidate, except that it is very common that necessary and sufficient conditions are not given. Mostly they are necessary, occasionally they are necessary and sufficient or just sufficient. Often they use terms that are not themselves defined and so they effectively can't be evaluated by those criteria. + +On the specifics of the proposed definition: + +We don't have definitions of 'meaning' or 'expression' or 'property'. For 'reference' in the intended sense I think we use the term 'denotation'. For 'expression', I think we you mean symbol, or identifier. For 'meaning' it differs for class and property. For class we want documentation that let's the intended reader determine whether an entity is instance of the class, or not. For property we want documentation that let's the intended reader determine, given a pair of potential relata, whether the assertion that the relation holds is true. The 'intended reader' part suggests that we also specify who, we expect, would be able to understand the definition, and also generalizes over human and computer reader to include textual and logical definition. + +Personally, I am more comfortable weakening definition to documentation, with instructions as to what is desirable. + +We also have the outstanding issue of how to aim different definitions to different audiences. A clinical audience reading chebi wants a different sort of definition documentation/definition from a chemistry trained audience, and similarly there is a need for a definition that is adequate for an ontologist to work with. """@en ; + "PERSON:Daniel Schober"@en ; + "GROUP:OBI:"@en ; + rdfs:isDefinedBy ; + rdfs:label "definition"@en , + "definition" , + "textual definition" . + + +### http://purl.obolibrary.org/obo/IAO_0000116 + rdf:type owl:AnnotationProperty . + + +### http://purl.obolibrary.org/obo/IAO_0000117 + rdf:type owl:AnnotationProperty . + + +### http://purl.obolibrary.org/obo/IAO_0000118 + rdf:type owl:AnnotationProperty ; + "alternative term"@en ; + ; + "An alternative name for a class or property which means the same thing as the preferred name (semantically equivalent)"@en ; + "PERSON:Daniel Schober"@en ; + "GROUP:OBI:"@en ; + rdfs:isDefinedBy ; + rdfs:label "alternative term"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000119 + rdf:type owl:AnnotationProperty ; + "definition source"@en ; + ; + "Formal citation, e.g. identifier in external database to indicate / attribute source(s) for the definition. Free text indicate / attribute source(s) for the definition. EXAMPLE: Author Name, URI, MeSH Term C04, PUBMED ID, Wiki uri on 31.01.2007"@en ; + "PERSON:Daniel Schober"@en ; + "Discussion on obo-discuss mailing-list, see http://bit.ly/hgm99w"@en , + "GROUP:OBI:"@en ; + rdfs:isDefinedBy ; + rdfs:label "definition source"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000232 + rdf:type owl:AnnotationProperty . + + +### http://purl.obolibrary.org/obo/IAO_0000233 + rdf:type owl:AnnotationProperty . + + +### http://purl.obolibrary.org/obo/IAO_0000234 + rdf:type owl:AnnotationProperty . + + +### http://purl.obolibrary.org/obo/IAO_0000412 + rdf:type owl:AnnotationProperty ; + "imported from"@en ; + ; + "For external terms/classes, the ontology from which the term was imported"@en ; + "PERSON:Alan Ruttenberg"@en , + "PERSON:Melanie Courtot"@en ; + "GROUP:OBI:"@en ; + rdfs:isDefinedBy ; + rdfs:label "imported from"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000424 + rdf:type owl:AnnotationProperty . + + +### http://purl.obolibrary.org/obo/IAO_0000589 + rdf:type owl:AnnotationProperty . + + +### http://purl.obolibrary.org/obo/IAO_0000600 + rdf:type owl:AnnotationProperty . + + +### http://purl.obolibrary.org/obo/IAO_0000601 + rdf:type owl:AnnotationProperty . + + +### http://purl.obolibrary.org/obo/IAO_0000602 + rdf:type owl:AnnotationProperty . + + +### http://purl.obolibrary.org/obo/IAO_0000700 + rdf:type owl:AnnotationProperty . + + +### http://purl.obolibrary.org/obo/IAO_0010000 + rdf:type owl:AnnotationProperty . + + +### http://purl.obolibrary.org/obo/OBI_0001847 + rdf:type owl:AnnotationProperty ; + "ISA alternative term"@en ; + ; + "An alternative term used by the ISA tools project (http://isa-tools.org)." ; + """Requested by Alejandra Gonzalez-Beltran +https://sourceforge.net/tracker/?func=detail&aid=3603413&group_id=177891&atid=886178""" ; + "Person: Alejandra Gonzalez-Beltran" , + "Person: Philippe Rocca-Serra" ; + "ISA tools project (http://isa-tools.org)" ; + rdfs:label "ISA alternative term"@en . + + +### http://purl.obolibrary.org/obo/OBI_9991118 + rdf:type owl:AnnotationProperty ; + "IEDB alternative term" ; + ; + "An alternative term used by the IEDB." ; + "PERSON:Randi Vita, Jason Greenbaum, Bjoern Peters" ; + "IEDB" ; + rdfs:label "IEDB alternative term" . + + +### http://purl.obolibrary.org/obo/RO_0001900 + rdf:type owl:AnnotationProperty ; + "An assertion that holds between an OWL Object Property and a temporal interpretation that elucidates how OWL Class Axioms that use this property are to be interpreted in a temporal context." ; + rdfs:label "temporal interpretation" ; + rdfs:seeAlso . + + +### http://purl.obolibrary.org/obo/RO_0002259 + rdf:type owl:AnnotationProperty ; + rdfs:subPropertyOf . + + +### http://purl.obolibrary.org/obo/RO_0002423 + rdf:type owl:AnnotationProperty ; + rdfs:label "logical macro assertion on an annotation property"@en . + + +### http://purl.obolibrary.org/obo/RO_0002575 + rdf:type owl:AnnotationProperty ; + "relation p is the direct form of relation q iff p is a subPropertyOf q, p does not have the Transitive characteristic, q does have the Transitive characteristic, and for all x, y: x q y -> exists z1, z2, ..., zn such that x p z1 ... z2n y" ; + """The general property hierarchy is: + + \"directly P\" SubPropertyOf \"P\" + Transitive(P) + +Where we have an annotation assertion + + \"directly P\" \"is direct form of\" \"P\"""" ; + "If we have the annotation P is-direct-form-of Q, and we have inverses P' and Q', then it follows that P' is-direct-form-of Q'" ; + ; + rdfs:label "is direct form of" ; + rdfs:seeAlso . + + +### http://purl.obolibrary.org/obo/RO_0002579 + rdf:type owl:AnnotationProperty . + + +### http://purl.obolibrary.org/obo/RO_0002582 + rdf:type owl:AnnotationProperty ; + "If R <- P o Q is a defining property chain axiom, then (1) R -> P o Q holds and (2) Q is either reflexive or locally reflexive. A corollary of this is that P SubPropertyOf R." ; + rdfs:label "is a defining property chain axiom where second argument is reflexive" . + + +### http://purl.obolibrary.org/obo/RO_0004049 + rdf:type owl:AnnotationProperty ; + ; + "2018-03-14T00:03:16Z"^^xsd:dateTime ; + rdfs:label "is positive form of" . + + +### http://purl.obolibrary.org/obo/RO_0004050 + rdf:type owl:AnnotationProperty ; + ; + "2018-03-14T00:03:24Z"^^xsd:dateTime ; + rdfs:label "is negative form of" . + + +### http://purl.obolibrary.org/obo/valid_for_go_annotation_extension + rdf:type owl:AnnotationProperty ; + rdfs:subPropertyOf . + + +### http://purl.obolibrary.org/obo/valid_for_go_gp2term + rdf:type owl:AnnotationProperty ; + rdfs:subPropertyOf . + + +### http://purl.obolibrary.org/obo/valid_for_go_ontology + rdf:type owl:AnnotationProperty ; + rdfs:subPropertyOf . + + +### http://purl.obolibrary.org/obo/valid_for_gocam + rdf:type owl:AnnotationProperty ; + rdfs:subPropertyOf . + + +### http://purl.obolibrary.org/obo/chebi#IUPAC_NAME + rdf:type owl:AnnotationProperty ; + rdfs:subPropertyOf . + + +### http://purl.obolibrary.org/obo/chebi#1_STAR + rdf:type owl:AnnotationProperty ; + rdfs:subPropertyOf . + + +### http://purl.obolibrary.org/obo/chebi#2_STAR + rdf:type owl:AnnotationProperty ; + rdfs:subPropertyOf . + + +### http://purl.obolibrary.org/obo/chebi#3_STAR + rdf:type owl:AnnotationProperty ; + rdfs:subPropertyOf . + + +### http://purl.obolibrary.org/obo/chebi/charge + rdf:type owl:AnnotationProperty . + + +### http://purl.obolibrary.org/obo/chebi/formula + rdf:type owl:AnnotationProperty . + + +### http://purl.obolibrary.org/obo/chebi/inchi + rdf:type owl:AnnotationProperty . + + +### http://purl.obolibrary.org/obo/chebi/inchikey + rdf:type owl:AnnotationProperty . + + +### http://purl.obolibrary.org/obo/chebi/mass + rdf:type owl:AnnotationProperty . + + +### http://purl.obolibrary.org/obo/chebi/monoisotopicmass + rdf:type owl:AnnotationProperty . + + +### http://purl.obolibrary.org/obo/chebi/smiles + rdf:type owl:AnnotationProperty . + + +### http://purl.obolibrary.org/obo/ro/subsets#ro-eco + rdf:type owl:AnnotationProperty ; + rdfs:subPropertyOf . + + +### http://purl.org/dc/elements/1.1/contributor + rdf:type owl:AnnotationProperty ; + """Examples of a Contributor include a person, an + organisation, or a service. Typically, the name of a + Contributor should be used to indicate the entity."""@en-us ; + rdfs:comment """An entity responsible for making contributions to the + content of the resource."""@en-us ; + rdfs:isDefinedBy . + + +### http://purl.org/dc/elements/1.1/creator + rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/elements/1.1/date + rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/elements/1.1/description + rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/elements/1.1/language + rdf:type owl:AnnotationProperty ; + """Recommended best practice is to use RFC 3066 [RFC3066], + which, in conjunction with ISO 639 [ISO639], defines two- + and three-letter primary language tags with optional + subtags. Examples include \"en\" or \"eng\" for English, + \"akk\" for Akkadian, and \"en-GB\" for English used in the + United Kingdom."""@en-us ; + rdfs:comment "A language of the intellectual content of the resource."@en-us ; + rdfs:isDefinedBy ; + rdfs:label "Language"@en-us , + "Language" . + + +### http://purl.org/dc/elements/1.1/source + rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/bibliographicCitation + rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/contributor + rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/created + rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/creator + rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/description + rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/format + rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/identifier + rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/license + rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/modified + rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/references + rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/source + rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/subject + rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/title + rdf:type owl:AnnotationProperty . + + +### http://purl.org/ontology/bibo/status + rdf:type owl:AnnotationProperty . + + +### http://purl.org/pav/derivedFrom + rdf:type owl:AnnotationProperty . + + +### http://purl.org/pav/lastUpdateOn + rdf:type owl:AnnotationProperty . + + +### http://purl.org/vocab/vann/preferredNamespacePrefix + rdf:type owl:AnnotationProperty . + + +### http://schema.org/funder + rdf:type owl:AnnotationProperty . + + +### http://schema.org/inLanguage + rdf:type owl:AnnotationProperty . + + +### http://swrl.stanford.edu/ontologies/3.3/swrla.owl#isRuleEnabled + rdf:type owl:AnnotationProperty . + + +### http://usefulinc.com/ns/doap#audience + rdf:type owl:AnnotationProperty . + + +### http://usefulinc.com/ns/doap#bug-database + rdf:type owl:AnnotationProperty . + + +### http://usefulinc.com/ns/doap#repository + rdf:type owl:AnnotationProperty . + + +### http://www.geneontology.org/formats/oboInOwl#SubsetProperty + rdf:type owl:AnnotationProperty . + + +### http://www.geneontology.org/formats/oboInOwl#SynonymTypeProperty + rdf:type owl:AnnotationProperty . + + +### http://www.geneontology.org/formats/oboInOwl#created_by + rdf:type owl:AnnotationProperty . + + +### http://www.geneontology.org/formats/oboInOwl#creation_date + rdf:type owl:AnnotationProperty . + + +### http://www.geneontology.org/formats/oboInOwl#date + rdf:type owl:AnnotationProperty . + + +### http://www.geneontology.org/formats/oboInOwl#hasAlternativeId + rdf:type owl:AnnotationProperty ; + rdfs:label "has_alternative_id" . + + +### http://www.geneontology.org/formats/oboInOwl#hasDbXref + rdf:type owl:AnnotationProperty . + + +### http://www.geneontology.org/formats/oboInOwl#hasExactSynonym + rdf:type owl:AnnotationProperty ; + rdfs:label "has_exact_synonym" . + + +### http://www.geneontology.org/formats/oboInOwl#hasOBONamespace + rdf:type owl:AnnotationProperty ; + rdfs:label "has_obo_namespace" . + + +### http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym + rdf:type owl:AnnotationProperty ; + rdfs:label "has_related_synonym" . + + +### http://www.geneontology.org/formats/oboInOwl#hasSynonymType + rdf:type owl:AnnotationProperty . + + +### http://www.geneontology.org/formats/oboInOwl#id + rdf:type owl:AnnotationProperty . + + +### http://www.geneontology.org/formats/oboInOwl#inSubset + rdf:type owl:AnnotationProperty ; + rdfs:label "in_subset" . + + +### http://www.geneontology.org/formats/oboInOwl#source + rdf:type owl:AnnotationProperty . + + +### http://www.loc.gov/premis/rdf/v3/documentation + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2000/01/rdf-schema#comment +rdfs:comment rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2000/01/rdf-schema#label +rdfs:label rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#closeMatch + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/ns/adms#versionNotes + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/ns/dcat#distribution + rdf:type owl:AnnotationProperty . + + +### https://vocab.org/vann/example + rdf:type owl:AnnotationProperty . + + +### https://w3id.org/mod#acronym + rdf:type owl:AnnotationProperty . + + +### https://w3id.org/mod#competencyQuestion + rdf:type owl:AnnotationProperty . + + +### https://w3id.org/mod#hasFormalityLevel + rdf:type owl:AnnotationProperty . + + +### https://www.tib.eu/digitrubber#coarseClassification + rdf:type owl:AnnotationProperty . + + +### https://www.tib.eu/digitrubber#refersToCompetenceQuestion + rdf:type owl:AnnotationProperty . + + +################################################################# +# Datatypes +################################################################# + +### http://www.w3.org/2001/XMLSchema#Date +xsd:Date rdf:type rdfs:Datatype . + + +### http://www.w3.org/2001/XMLSchema#date +xsd:date rdf:type rdfs:Datatype . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000050 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdf:type owl:TransitiveProperty ; + "is part of"@en ; + "my brain is part of my body (continuant parthood, two material entities)"@en , + "my stomach cavity is part of my stomach (continuant parthood, immaterial entity is part of material entity)"@en , + "this day is part of this year (occurrent parthood)"@en ; + "a core relation that holds between a part and its whole"@en ; + "Everything is part of itself. Any part of any part of a thing is itself part of that thing. Two distinct things cannot be part of each other."@en , + "Occurrents are not subject to change and so parthood between occurrents holds for all the times that the part exists. Many continuants are subject to change, so parthood between continuants will only hold at certain times, but this is difficult to specify in OWL. See http://purl.obolibrary.org/obo/ro/docs/temporal-semantics/"@en , + "Occurrents are not subject to change and so parthood between occurrents holds for all the times that the part exists. Many continuants are subject to change, so parthood between continuants will only hold at certain times, but this is difficult to specify in OWL. See https://code.google.com/p/obo-relations/wiki/ROAndTime"@en , + """Parthood requires the part and the whole to have compatible classes: only an occurrent can be part of an occurrent; only a process can be part of a process; only a continuant can be part of a continuant; only an independent continuant can be part of an independent continuant; only an immaterial entity can be part of an immaterial entity; only a specifically dependent continuant can be part of a specifically dependent continuant; only a generically dependent continuant can be part of a generically dependent continuant. (This list is not exhaustive.) + +A continuant cannot be part of an occurrent: use 'participates in'. An occurrent cannot be part of a continuant: use 'has participant'. A material entity cannot be part of an immaterial entity: use 'has location'. A specifically dependent continuant cannot be part of an independent continuant: use 'inheres in'. An independent continuant cannot be part of a specifically dependent continuant: use 'bearer of'."""@en ; + "part_of"@en ; + ; + , + , + , + ; + rdfs:label "part of"@en ; + rdfs:seeAlso , + , + "http://www.obofoundry.org/ro/#OBO_REL:part_of" . + + +### http://purl.obolibrary.org/obo/BFO_0000051 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdf:type owl:TransitiveProperty ; + "has part"@en ; + "my body has part my brain (continuant parthood, two material entities)"@en , + "my stomach has part my stomach cavity (continuant parthood, material entity has part immaterial entity)"@en , + "this year has part this day (occurrent parthood)"@en ; + "a core relation that holds between a whole and its part"@en ; + "Everything has itself as a part. Any part of any part of a thing is itself part of that thing. Two distinct things cannot have each other as a part."@en , + "Occurrents are not subject to change and so parthood between occurrents holds for all the times that the part exists. Many continuants are subject to change, so parthood between continuants will only hold at certain times, but this is difficult to specify in OWL. See http://purl.obolibrary.org/obo/ro/docs/temporal-semantics/"@en , + "Occurrents are not subject to change and so parthood between occurrents holds for all the times that the part exists. Many continuants are subject to change, so parthood between continuants will only hold at certain times, but this is difficult to specify in OWL. See https://code.google.com/p/obo-relations/wiki/ROAndTime"@en , + """Parthood requires the part and the whole to have compatible classes: only an occurrent have an occurrent as part; only a process can have a process as part; only a continuant can have a continuant as part; only an independent continuant can have an independent continuant as part; only a specifically dependent continuant can have a specifically dependent continuant as part; only a generically dependent continuant can have a generically dependent continuant as part. (This list is not exhaustive.) + +A continuant cannot have an occurrent as part: use 'participates in'. An occurrent cannot have a continuant as part: use 'has participant'. An immaterial entity cannot have a material entity as part: use 'location of'. An independent continuant cannot have a specifically dependent continuant as part: use 'bearer of'. A specifically dependent continuant cannot have an independent continuant as part: use 'inheres in'."""@en ; + "has_part"@en ; + ; + , + , + ; + rdfs:label "has part"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000054 + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + "realized in"@en ; + "this disease is realized in this disease course"@en , + "this fragility is realized in this shattering"@en , + "this investigator role is realized in this investigation"@en ; + "is realized by"@en , + "realized_in"@en ; + "[copied from inverse property 'realizes'] to say that b realizes c at t is to assert that there is some material entity d & b is a process which has participant d at t & c is a disposition or role of which d is bearer_of at t& the type instantiated by b is correlated with the type instantiated by c. (axiom label in BFO2 Reference: [059-003])"@en ; + rdfs:comment "Paraphrase of elucidation: a relation between a realizable entity and a process, where there is some material entity that is bearer of the realizable entity and participates in the process, and the realizable entity comes to be realized in the course of the process" ; + rdfs:isDefinedBy ; + rdfs:label "realized in"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000055 + rdf:type owl:ObjectProperty ; + "realizes"@en ; + "this disease course realizes this disease"@en , + "this investigation realizes this investigator role"@en , + "this shattering realizes this fragility"@en ; + "to say that b realizes c at t is to assert that there is some material entity d & b is a process which has participant d at t & c is a disposition or role of which d is bearer_of at t& the type instantiated by b is correlated with the type instantiated by c. (axiom label in BFO2 Reference: [059-003])"@en ; + rdfs:comment "Paraphrase of elucidation: a relation between a process and a realizable entity, where there is some material entity that is bearer of the realizable entity and participates in the process, and the realizable entity comes to be realized in the course of the process" ; + rdfs:isDefinedBy ; + rdfs:label "realizes"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000062 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdf:type owl:TransitiveProperty ; + owl:propertyChainAxiom ( + + ) ; + "preceded by"@en ; + "x is preceded by y if and only if the time point at which y ends is before or equivalent to the time point at which x starts. Formally: x preceded by y iff ω(y) <= α(x), where α is a function that maps a process to a start point, and ω is a function that maps a process to an end point."@en ; + "An example is: translation preceded_by transcription; aging preceded_by development (not however death preceded_by aging). Where derives_from links classes of continuants, preceded_by links classes of processes. Clearly, however, these two relations are not independent of each other. Thus if cells of type C1 derive_from cells of type C, then any cell division involving an instance of C1 in a given lineage is preceded_by cellular processes involving an instance of C. The assertion P preceded_by P1 tells us something about Ps in general: that is, it tells us something about what happened earlier, given what we know about what happened later. Thus it does not provide information pointing in the opposite direction, concerning instances of P1 in general; that is, that each is such as to be succeeded by some instance of P. Note that an assertion to the effect that P preceded_by P1 is rather weak; it tells us little about the relations between the underlying instances in virtue of which the preceded_by relation obtains. Typically we will be interested in stronger relations, for example in the relation immediately_preceded_by, or in relations which combine preceded_by with a condition to the effect that the corresponding instances of P and P1 share participants, or that their participants are connected by relations of derivation, or (as a first step along the road to a treatment of causality) that the one process in some way affects (for example, initiates or regulates) the other."@en ; + "is preceded by"@en , + "preceded_by"@en ; + "http://www.obofoundry.org/ro/#OBO_REL:preceded_by" ; + ; + rdfs:label "preceded by"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000063 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdf:type owl:TransitiveProperty ; + owl:propertyChainAxiom ( + + ) ; + "precedes"@en ; + "x precedes y if and only if the time point at which x ends is before or equivalent to the time point at which y starts. Formally: x precedes y iff ω(x) <= α(y), where α is a function that maps a process to a start point, and ω is a function that maps a process to an end point."@en ; + ; + rdfs:label "precedes"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000136 + rdf:type owl:ObjectProperty ; + "This document is about information artifacts and their representations"@en ; + ; + "A (currently) primitive relation that relates an information artifact to an entity."@en ; + """7/6/2009 Alan Ruttenberg. Following discussion with Jonathan Rees, and introduction of \"mentions\" relation. Weaken the is_about relationship to be primitive. + +We will try to build it back up by elaborating the various subproperties that are more precisely defined. + +Some currently missing phenomena that should be considered \"about\" are predications - \"The only person who knows the answer is sitting beside me\" , Allegory, Satire, and other literary forms that can be topical without explicitly mentioning the topic."""@en ; + "person:Alan Ruttenberg"@en ; + "Smith, Ceusters, Ruttenberg, 2000 years of philosophy"@en ; + rdfs:label "is about"@en . + + +### http://purl.obolibrary.org/obo/OBI_0000293 + rdf:type owl:ObjectProperty ; + owl:equivalentProperty [ owl:inverseOf + ] ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + "has_specified_input"@en , + "has_specified_input" ; + "see is_input_of example_of_usage"@en ; + ; + "The inverse property of is_specified_input_of"@en ; + "8/17/09: specified inputs of one process are not necessarily specified inputs of a larger process that it is part of. This is in contrast to how 'has participant' works." ; + "PERSON: Alan Ruttenberg"@en , + "PERSON: Bjoern Peters" , + "PERSON: Larry Hunter" , + "PERSON: Melanie Coutot" ; + ; + rdfs:label "has_specified_input"@en . + + +### http://purl.obolibrary.org/obo/OBI_0000295 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:range ; + "is_specified_input_of" ; + "some Autologous EBV(Epstein-Barr virus)-transformed B-LCL (B lymphocyte cell line) is_input_for instance of Chromum Release Assay described at https://wiki.cbil.upenn.edu/obiwiki/index.php/Chromium_Release_assay"@en ; + ; + "A relation between a planned process and a continuant participating in that process that is not created during the process. The presence of the continuant during the process is explicitly specified in the plan specification which the process realizes the concretization of."@en ; + "Alan Ruttenberg"@en , + "PERSON:Bjoern Peters" ; + rdfs:label "is_specified_input_of"@en . + + +### http://purl.obolibrary.org/obo/OBI_0000299 + rdf:type owl:ObjectProperty ; + owl:equivalentProperty [ owl:inverseOf + ] ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + "has_specified_output"@en , + "has_specified_output" ; + ; + "The inverse property of is_specified_output_of"@en ; + "PERSON: Alan Ruttenberg"@en , + "PERSON: Bjoern Peters" , + "PERSON: Larry Hunter" , + "PERSON: Melanie Courtot" ; + ; + rdfs:label "has_specified_output"@en . + + +### http://purl.obolibrary.org/obo/OBI_0000312 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:range ; + "is_specified_output_of"@en , + "is_specified_output_of" ; + ; + "A relation between a planned process and a continuant participating in that process. The presence of the continuant at the end of the process is explicitly specified in the objective specification which the process realizes the concretization of."@en ; + "Alan Ruttenberg"@en , + "PERSON:Bjoern Peters" ; + ; + rdfs:label "is_specified_output_of"@en . + + +### http://purl.obolibrary.org/obo/OBI_0000417 + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain ; + "achieves_planned_objective" ; + "A cell sorting process achieves the objective specification 'material separation objective'" ; + ; + "This relation obtains between a planned process and a objective specification when the criteria specified in the objective specification are met at the end of the planned process." ; + "BP, AR, PPPB branch" ; + "PPPB branch derived" ; + "modified according to email thread from 1/23/09 in accordince with DT and PPPB branch" ; + rdfs:label "achieves_planned_objective" . + + +### http://purl.obolibrary.org/obo/OBI_0000833 + rdf:type owl:ObjectProperty ; + rdfs:range ; + "objective_achieved_by" ; + ; + "This relation obtains between an objective specification and a planned process when the criteria specified in the objective specification are met at the end of the planned process." ; + "OBI" ; + "OBI" ; + rdfs:label "objective_achieved_by" . + + +### http://purl.obolibrary.org/obo/OBI_0001938 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:range ; + "has value specification" ; + ; + "A relation between an information content entity and a value specification that specifies its value." ; + "PERSON: James A. Overton" ; + "OBI" ; + rdfs:label "has value specification" . + + +### http://purl.obolibrary.org/obo/RO_0000052 + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdf:type owl:FunctionalProperty ; + "inheres in"@en ; + "this fragility inheres in this vase"@en , + "this fragility is a characteristic of this vase"@en , + "this red color inheres in this apple"@en , + "this red color is a characteristic of this apple"@en ; + "a relation between a specifically dependent continuant (the characteristic) and any other entity (the bearer), in which the characteristic depends on the bearer for its existence."@en , + "a relation between a specifically dependent continuant (the dependent) and an independent continuant (the bearer), in which the dependent specifically depends on the bearer for its existence"@en ; + "A dependent inheres in its bearer at all times for which the dependent exists."@en ; + "inheres_in"@en ; + ; + rdfs:comment "Note that this relation was previously called \"inheres in\", but was changed to be called \"characteristic of\" because BFO2 uses \"inheres in\" in a more restricted fashion. This relation differs from BFO2:inheres_in in two respects: (1) it does not impose a range constraint, and thus it allows qualities of processes, as well as of information entities, whereas BFO2 restricts inheres_in to only apply to independent continuants (2) it is declared functional, i.e. something can only be a characteristic of one thing." ; + rdfs:label "characteristic of"@en , + "inheres in"@en . + + +### http://purl.obolibrary.org/obo/RO_0000053 + rdf:type owl:ObjectProperty , + owl:InverseFunctionalProperty ; + "bearer of"@en ; + "this apple is bearer of this red color"@en , + "this vase is bearer of this fragility"@en ; + "Inverse of characteristic_of"@en , + "a relation between an independent continuant (the bearer) and a specifically dependent continuant (the dependent), in which the dependent specifically depends on the bearer for its existence"@en ; + "A bearer can have many dependents, and its dependents can exist for different periods of time, but none of its dependents can exist when the bearer does not exist."@en ; + "bearer_of"@en , + "is bearer of"@en ; + ; + rdfs:label "bearer of"@en , + "has characteristic"@en . + + +### http://purl.obolibrary.org/obo/RO_0000056 + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + "participates in"@en ; + "this blood clot participates in this blood coagulation"@en , + "this input material (or this output material) participates in this process"@en , + "this investigator participates in this investigation"@en ; + "a relation between a continuant and a process, in which the continuant is somehow involved in the process"@en ; + "participates_in"@en ; + rdfs:label "participates in"@en . + + +### http://purl.obolibrary.org/obo/RO_0000057 + rdf:type owl:ObjectProperty ; + owl:propertyChainAxiom ( + + ) ; + "has participant"@en ; + "this blood coagulation has participant this blood clot"@en , + "this investigation has participant this investigator"@en , + "this process has participant this input material (or this output material)"@en ; + "a relation between a process and a continuant, in which the continuant is somehow involved in the process"@en ; + "Has_participant is a primitive instance-level relation between a process, a continuant, and a time at which the continuant participates in some way in the process. The relation obtains, for example, when this particular process of oxygen exchange across this particular alveolar membrane has_participant this particular sample of hemoglobin at this particular time."@en ; + "has_participant"@en ; + "http://www.obofoundry.org/ro/#OBO_REL:has_participant" ; + rdfs:label "has participant"@en . + + +### http://purl.obolibrary.org/obo/RO_0000058 + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + "A journal article is an information artifact that inheres in some number of printed journals. For each copy of the printed journal there is some quality that carries the journal article, such as a pattern of ink. The journal article (a generically dependent continuant) is concretized as the quality (a specifically dependent continuant), and both depend on that copy of the printed journal (an independent continuant)."@en , + "An investigator reads a protocol and forms a plan to carry out an assay. The plan is a realizable entity (a specifically dependent continuant) that concretizes the protocol (a generically dependent continuant), and both depend on the investigator (an independent continuant). The plan is then realized by the assay (a process)."@en ; + "A relationship between a generically dependent continuant and a specifically dependent continuant, in which the generically dependent continuant depends on some independent continuant in virtue of the fact that the specifically dependent continuant also depends on that same independent continuant. A generically dependent continuant may be concretized as multiple specifically dependent continuants."@en ; + rdfs:label "is concretized as"@en . + + +### http://purl.obolibrary.org/obo/RO_0000059 + rdf:type owl:ObjectProperty ; + "A journal article is an information artifact that inheres in some number of printed journals. For each copy of the printed journal there is some quality that carries the journal article, such as a pattern of ink. The quality (a specifically dependent continuant) concretizes the journal article (a generically dependent continuant), and both depend on that copy of the printed journal (an independent continuant)."@en , + "An investigator reads a protocol and forms a plan to carry out an assay. The plan is a realizable entity (a specifically dependent continuant) that concretizes the protocol (a generically dependent continuant), and both depend on the investigator (an independent continuant). The plan is then realized by the assay (a process)."@en ; + "A relationship between a specifically dependent continuant and a generically dependent continuant, in which the generically dependent continuant depends on some independent continuant in virtue of the fact that the specifically dependent continuant also depends on that same independent continuant. Multiple specifically dependent continuants can concretize the same generically dependent continuant."@en ; + rdfs:label "concretizes"@en . + + +### http://purl.obolibrary.org/obo/RO_0000079 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + "this catalysis function is a function of this enzyme"@en ; + "a relation between a function and an independent continuant (the bearer), in which the function specifically depends on the bearer for its existence"@en ; + "A function inheres in its bearer at all times for which the function exists, however the function need not be realized at all the times that the function exists."@en ; + "function_of"@en , + "is function of"@en ; + rdfs:comment "This relation is modeled after the BFO relation of the same name which was in BFO2, but is used in a more restricted sense - specifically, we model this relation as functional (inherited from characteristic-of). Note that this relation is now removed from BFO2020." ; + rdfs:label "function of"@en . + + +### http://purl.obolibrary.org/obo/RO_0000080 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + "this red color is a quality of this apple"@en ; + "a relation between a quality and an independent continuant (the bearer), in which the quality specifically depends on the bearer for its existence"@en ; + "A quality inheres in its bearer at all times for which the quality exists."@en ; + "is quality of"@en , + "quality_of"@en ; + rdfs:comment "This relation is modeled after the BFO relation of the same name which was in BFO2, but is used in a more restricted sense - specifically, we model this relation as functional (inherited from characteristic-of). Note that this relation is now removed from BFO2020." ; + rdfs:label "quality of"@en . + + +### http://purl.obolibrary.org/obo/RO_0000081 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + "this investigator role is a role of this person"@en ; + "a relation between a role and an independent continuant (the bearer), in which the role specifically depends on the bearer for its existence"@en ; + "A role inheres in its bearer at all times for which the role exists, however the role need not be realized at all the times that the role exists."@en ; + "is role of"@en , + "role_of"@en ; + rdfs:comment "This relation is modeled after the BFO relation of the same name which was in BFO2, but is used in a more restricted sense - specifically, we model this relation as functional (inherited from characteristic-of). Note that this relation is now removed from BFO2020." ; + rdfs:label "role of"@en . + + +### http://purl.obolibrary.org/obo/RO_0000085 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:range ; + "this enzyme has function this catalysis function (more colloquially: this enzyme has this catalysis function)"@en ; + "a relation between an independent continuant (the bearer) and a function, in which the function specifically depends on the bearer for its existence"@en ; + "A bearer can have many functions, and its functions can exist for different periods of time, but none of its functions can exist when the bearer does not exist. A function need not be realized at all the times that the function exists."@en ; + "has_function"@en ; + rdfs:label "has function"@en . + + +### http://purl.obolibrary.org/obo/RO_0000086 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + "this apple has quality this red color"@en ; + "a relation between an independent continuant (the bearer) and a quality, in which the quality specifically depends on the bearer for its existence"@en ; + "A bearer can have many qualities, and its qualities can exist for different periods of time, but none of its qualities can exist when the bearer does not exist."@en ; + "has_quality"@en ; + rdfs:label "has quality"@en . + + +### http://purl.obolibrary.org/obo/RO_0000087 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:range ; + "this person has role this investigator role (more colloquially: this person has this role of investigator)"@en ; + "a relation between an independent continuant (the bearer) and a role, in which the role specifically depends on the bearer for its existence"@en ; + "A bearer can have many roles, and its roles can exist for different periods of time, but none of its roles can exist when the bearer does not exist. A role need not be realized at all the times that the role exists."@en ; + "has_role"@en ; + rdfs:label "has role"@en . + + +### http://purl.obolibrary.org/obo/RO_0000091 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:range ; + "a relation between an independent continuant (the bearer) and a disposition, in which the disposition specifically depends on the bearer for its existence"@en ; + rdfs:label "has disposition"@en . + + +### http://purl.obolibrary.org/obo/RO_0000092 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + "inverse of has disposition" ; + ; + rdfs:comment "This relation is modeled after the BFO relation of the same name which was in BFO2, but is used in a more restricted sense - specifically, we model this relation as functional (inherited from characteristic-of). Note that this relation is now removed from BFO2020." ; + rdfs:label "disposition of"@en . + + +### http://purl.obolibrary.org/obo/RO_0002013 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf , + ; + "A 'has regulatory component activity' B if A and B are GO molecular functions (GO_0003674), A has_component B and A is regulated by B." ; + "dos" ; + "2017-05-24T09:30:46Z"^^xsd:dateTime ; + rdfs:label "has regulatory component activity" . + + +### http://purl.obolibrary.org/obo/RO_0002014 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf , + ; + "A relationship that holds between a GO molecular function and a component of that molecular function that negatively regulates the activity of the whole. More formally, A 'has regulatory component activity' B iff :A and B are GO molecular functions (GO_0003674), A has_component B and A is negatively regulated by B." ; + "dos" ; + "2017-05-24T09:31:01Z"^^xsd:dateTime ; + rdfs:comment "By convention GO molecular functions are classified by their effector function. Internal regulatory functions are treated as components. For example, NMDA glutmate receptor activity is a cation channel activity with positive regulatory component 'glutamate binding' and negative regulatory components including 'zinc binding' and 'magnesium binding'." ; + rdfs:label "has negative regulatory component activity" . + + +### http://purl.obolibrary.org/obo/RO_0002015 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf , + ; + "A relationship that holds between a GO molecular function and a component of that molecular function that positively regulates the activity of the whole. More formally, A 'has regulatory component activity' B iff :A and B are GO molecular functions (GO_0003674), A has_component B and A is positively regulated by B." ; + "dos" ; + "2017-05-24T09:31:17Z"^^xsd:dateTime ; + rdfs:comment "By convention GO molecular functions are classified by their effector function and internal regulatory functions are treated as components. So, for example calmodulin has a protein binding activity that has positive regulatory component activity calcium binding activity. Receptor tyrosine kinase activity is a tyrosine kinase activity that has positive regulatory component 'ligand binding'." ; + rdfs:label "has positive regulatory component activity" . + + +### http://purl.obolibrary.org/obo/RO_0002017 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + "dos" ; + "2017-05-24T09:44:33Z"^^xsd:dateTime ; + rdfs:comment "A 'has component activity' B if A is A and B are molecular functions (GO_0003674) and A has_component B." ; + rdfs:label "has component activity" . + + +### http://purl.obolibrary.org/obo/RO_0002018 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + "w 'has process component' p if p and w are processes, w 'has part' p and w is such that it can be directly disassembled into into n parts p, p2, p3, ..., pn, where these parts are of similar type." ; + "dos" ; + "2017-05-24T09:49:21Z"^^xsd:dateTime ; + rdfs:label "has component process" . + + +### http://purl.obolibrary.org/obo/RO_0002022 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + "dos" ; + "2017-09-17T13:52:24Z"^^xsd:dateTime ; + rdfs:comment "Process(P2) is directly regulated by process(P1) iff: P1 regulates P2 via direct physical interaction between an agent executing P1 (or some part of P1) and an agent executing P2 (or some part of P2). For example, if protein A has protein binding activity(P1) that targets protein B and this binding regulates the kinase activity (P2) of protein B then P1 directly regulates P2." ; + rdfs:label "directly regulated by" . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty rdfs:comment ; + owl:annotatedTarget "Process(P2) is directly regulated by process(P1) iff: P1 regulates P2 via direct physical interaction between an agent executing P1 (or some part of P1) and an agent executing P2 (or some part of P2). For example, if protein A has protein binding activity(P1) that targets protein B and this binding regulates the kinase activity (P2) of protein B then P1 directly regulates P2." ; + "GOC:dos" + ] . + + +### http://purl.obolibrary.org/obo/RO_0002023 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + "Process(P2) is directly negatively regulated by process(P1) iff: P1 negatively regulates P2 via direct physical interaction between an agent executing P1 (or some part of P1) and an agent executing P2 (or some part of P2). For example, if protein A has protein binding activity(P1) that targets protein B and this binding negatively regulates the kinase activity (P2) of protein B then P2 directly negatively regulated by P1." ; + "dos" ; + "2017-09-17T13:52:38Z"^^xsd:dateTime ; + rdfs:label "directly negatively regulated by" . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "Process(P2) is directly negatively regulated by process(P1) iff: P1 negatively regulates P2 via direct physical interaction between an agent executing P1 (or some part of P1) and an agent executing P2 (or some part of P2). For example, if protein A has protein binding activity(P1) that targets protein B and this binding negatively regulates the kinase activity (P2) of protein B then P2 directly negatively regulated by P1." ; + "GOC:dos" + ] . + + +### http://purl.obolibrary.org/obo/RO_0002024 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + "Process(P2) is directly postively regulated by process(P1) iff: P1 positively regulates P2 via direct physical interaction between an agent executing P1 (or some part of P1) and an agent executing P2 (or some part of P2). For example, if protein A has protein binding activity(P1) that targets protein B and this binding positively regulates the kinase activity (P2) of protein B then P2 is directly postively regulated by P1." ; + "dos" ; + "2017-09-17T13:52:47Z"^^xsd:dateTime ; + rdfs:label "directly positively regulated by" . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "Process(P2) is directly postively regulated by process(P1) iff: P1 positively regulates P2 via direct physical interaction between an agent executing P1 (or some part of P1) and an agent executing P2 (or some part of P2). For example, if protein A has protein binding activity(P1) that targets protein B and this binding positively regulates the kinase activity (P2) of protein B then P2 is directly postively regulated by P1." ; + "GOC:dos" + ] . + + +### http://purl.obolibrary.org/obo/RO_0002025 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdf:type owl:FunctionalProperty ; + "A 'has effector activity' B if A and B are GO molecular functions (GO_0003674), A 'has component activity' B and B is the effector (output function) of B. Each compound function has only one effector activity." ; + "dos" ; + "2017-09-22T14:14:36Z"^^xsd:dateTime ; + rdfs:comment "This relation is designed for constructing compound molecular functions, typically in combination with one or more regulatory component activity relations." ; + rdfs:label "has effector activity" . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "A 'has effector activity' B if A and B are GO molecular functions (GO_0003674), A 'has component activity' B and B is the effector (output function) of B. Each compound function has only one effector activity." ; + "GOC:dos" + ] . + + +### http://purl.obolibrary.org/obo/RO_0002086 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdf:type owl:TransitiveProperty ; + "David Osumi-Sutherland" ; + ; + rdfs:comment "X ends_after Y iff: end(Y) before_or_simultaneous_with end(X)"@en ; + rdfs:label "ends after"@en . + + +### http://purl.obolibrary.org/obo/RO_0002087 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + "David Osumi-Sutherland" ; + "starts_at_end_of" ; + rdfs:comment "X immediately_preceded_by Y iff: end(X) simultaneous_with start(Y)"@en ; + rdfs:label "immediately preceded by"@en . + + +### http://purl.obolibrary.org/obo/RO_0002090 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + , + "David Osumi-Sutherland" ; + "ends_at_start_of" , + "meets" ; + ; + ; + rdfs:comment "X immediately_precedes_Y iff: end(X) simultaneous_with start(Y)"@en ; + rdfs:label "immediately precedes"@en . + + +### http://purl.obolibrary.org/obo/RO_0002131 + rdf:type owl:ObjectProperty , + owl:SymmetricProperty ; + owl:propertyChainAxiom ( + + ) , + _:genid16 , + ( + + ) , + ( + + ) ; + ; + "x overlaps y if and only if there exists some z such that x has part z and z part of y" ; + "http://purl.obolibrary.org/obo/BFO_0000051 some (http://purl.obolibrary.org/obo/BFO_0000050 some ?Y)" ; + ; + , + , + ; + rdfs:label "overlaps"@en . + +_:genid16 rdf:type rdf:List ; + rdf:first ; + rdf:rest ( + ) . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty owl:propertyChainAxiom ; + owl:annotatedTarget _:genid16 ; + "true"^^xsd:boolean + ] . + + +### http://purl.obolibrary.org/obo/RO_0002180 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + ; + "w 'has component' p if w 'has part' p and w is such that it can be directly disassembled into into n parts p, p2, p3, ..., pn, where these parts are of similar type." ; + "The definition of 'has component' is still under discussion. The challenge is in providing a definition that does not imply transitivity." ; + "For use in recording has_part with a cardinality constraint, because OWL does not permit cardinality constraints to be used in combination with transitive object properties. In situations where you would want to say something like 'has part exactly 5 digit, you would instead use has_component exactly 5 digit."@en ; + ; + ; + rdfs:label "has component"@en ; + rdfs:seeAlso . + + +### http://purl.obolibrary.org/obo/RO_0002211 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdf:type owl:TransitiveProperty ; + owl:propertyChainAxiom ( + + ) , + ( + + ) ; + "p regulates q iff p is causally upstream of q, the execution of p is not constant and varies according to specific conditions, and p influences the rate or magnitude of execution of q due to an effect either on some enabler of q or some enabler of a part of q." ; + , + , + ; + , + "GO" ; + "Regulation precludes parthood; the regulatory process may not be within the regulated process." ; + "regulates (processual)" ; + "false"^^xsd:boolean ; + , + , + ; + rdfs:label "regulates"@en . + + +### http://purl.obolibrary.org/obo/RO_0002212 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf , + ; + owl:inverseOf ; + "p negatively regulates q iff p regulates q, and p decreases the rate or magnitude of execution of q." ; + ; + ; + "negatively regulates (process to process)" ; + ; + , + , + ; + rdfs:label "negatively regulates"@en . + + +### http://purl.obolibrary.org/obo/RO_0002213 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf , + ; + owl:inverseOf ; + rdf:type owl:TransitiveProperty ; + owl:propertyChainAxiom ( + + ) ; + "p positively regulates q iff p regulates q, and p increases the rate or magnitude of execution of q." ; + ; + ; + "positively regulates (process to process)" ; + ; + , + , + ; + rdfs:label "positively regulates"@en . + + +### http://purl.obolibrary.org/obo/RO_0002215 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + "mechanosensory neuron capable of detection of mechanical stimulus involved in sensory perception (GO:0050974)" , + "osteoclast SubClassOf 'capable of' some 'bone resorption'" ; + "A relation between a material entity (such as a cell) and a process, in which the material entity has the ability to carry out the process. " ; + ; + "has function realized in" ; + , + ; + "For compatibility with BFO, this relation has a shortcut definition in which the expression \"capable of some P\" expands to \"bearer_of (some realized_by only P)\"." ; + ; + rdfs:label "capable of"@en . + + +### http://purl.obolibrary.org/obo/RO_0002216 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:propertyChainAxiom _:genid29 ; + "c stands in this relationship to p if and only if there exists some p' such that c is capable_of p', and p' is part_of p." ; + ; + "has function in" ; + rdfs:label "capable of part of"@en ; + rdfs:seeAlso . + +_:genid29 rdf:type rdf:List ; + rdf:first ; + rdf:rest ( + ) . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty owl:propertyChainAxiom ; + owl:annotatedTarget _:genid29 ; + "true"^^xsd:boolean + ] . + + +### http://purl.obolibrary.org/obo/RO_0002222 + rdf:type owl:ObjectProperty ; + ; + ; + ; + "Do not use this relation directly. It is ended as a grouping for relations between occurrents involving the relative timing of their starts and ends." ; + "https://docs.google.com/document/d/1kBv1ep_9g3sTR-SD3jqzFqhuwo9TPNF-l-9fUDbO6rM/edit?pli=1"^^xsd:anyURI ; + ; + rdfs:comment "A relation that holds between two occurrents. This is a grouping relation that collects together all the Allen relations." ; + rdfs:label "temporally related to"@en . + + +### http://purl.obolibrary.org/obo/RO_0002233 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + ; + "p has input c iff: p is a process, c is a material entity, c is a participant in p, c is present at the start of p, and the state of c is modified during p." ; + ; + "consumes" ; + , + , + , + ; + rdfs:label "has input"@en . + + +### http://purl.obolibrary.org/obo/RO_0002263 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:propertyChainAxiom ( + + ) ; + "A faulty traffic light (material entity) whose malfunctioning (a process) is causally upstream of a traffic collision (a process): the traffic light acts upstream of the collision." ; + "c acts upstream of p if and only if c enables some f that is involved in p' and p' occurs chronologically before p, is not part of p, and affects the execution of p. c is a material entity and f, p, p' are processes." ; + ; + rdfs:label "acts upstream of" ; + rdfs:seeAlso . + + +### http://purl.obolibrary.org/obo/RO_0002264 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:propertyChainAxiom ( + + ) ; + "A gene product that has some activity, where that activity may be a part of a pathway or upstream of the pathway." ; + "c acts upstream of or within p if c is enables f, and f is causally upstream of or within p. c is a material entity and p is an process." ; + "affects" ; + ; + rdfs:label "acts upstream of or within" ; + rdfs:seeAlso . + + +### http://purl.obolibrary.org/obo/RO_0002304 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf , + ; + "p is causally upstream of, positive effect q iff p is casually upstream of q, and the execution of p is required for the execution of q." ; + ; + ; + , + ; + rdfs:comment "holds between x and y if and only if x is causally upstream of y and the progression of x increases the frequency, rate or extent of y" ; + rdfs:label "causally upstream of, positive effect" . + + +### http://purl.obolibrary.org/obo/RO_0002305 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf , + ; + "p is causally upstream of, negative effect q iff p is casually upstream of q, and the execution of p decreases the execution of q." ; + ; + ; + , + ; + rdfs:label "causally upstream of, negative effect" . + + +### http://purl.obolibrary.org/obo/RO_0002327 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + owl:propertyChainAxiom ( + + ) , + ( + + ) ; + "a particular instances of akt-2 enables some instance of protein kinase activity" ; + "c enables p iff c is capable of p and c acts to execute p." ; + ; + "catalyzes" , + "executes" , + "has" , + "is catalyzing" , + "is executing" ; + "This relation differs from the parent relation 'capable of' in that the parent is weaker and only expresses a capability that may not be actually realized, whereas this relation is always realized." ; + ; + rdfs:label "enables"@en . + + +### http://purl.obolibrary.org/obo/RO_0002331 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf , + ; + owl:propertyChainAxiom ( + + ) , + ( + + ) ; + "c involved_in p if and only if c enables some process p', and p' is part of p" ; + ; + "actively involved in" , + "enables part of" ; + rdfs:label "involved in"@en ; + rdfs:seeAlso . + + +### http://purl.obolibrary.org/obo/RO_0002333 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + "inverse of enables" ; + ; + ; + rdfs:label "enabled by"@en . + + +### http://purl.obolibrary.org/obo/RO_0002334 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdf:type owl:TransitiveProperty ; + "inverse of regulates" ; + ; + "regulated by (processual)" ; + ; + rdfs:label "regulated by"@en . + + +### http://purl.obolibrary.org/obo/RO_0002335 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + "inverse of negatively regulates" ; + ; + ; + rdfs:label "negatively regulated by"@en . + + +### http://purl.obolibrary.org/obo/RO_0002336 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + "inverse of positively regulates" ; + ; + ; + rdfs:label "positively regulated by"@en . + + +### http://purl.obolibrary.org/obo/RO_0002350 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + "An organism that is a member of a population of organisms" ; + "is member of is a mereological relation between a item and a collection." ; + "is member of" , + "member part of" ; + "SIO" ; + ; + rdfs:label "member of"@en . + + +### http://purl.obolibrary.org/obo/RO_0002351 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdf:type owl:IrreflexiveProperty ; + "has member is a mereological relation between a collection and an item." ; + "SIO" ; + ; + rdfs:label "has member"@en . + + +### http://purl.obolibrary.org/obo/RO_0002352 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + "inverse of has input" ; + ; + , + ; + rdfs:label "input of"@en . + + +### http://purl.obolibrary.org/obo/RO_0002404 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf , + ; + owl:inverseOf ; + ; + "inverse of upstream of" ; + ; + rdfs:label "causally downstream of"@en . + + +### http://purl.obolibrary.org/obo/RO_0002405 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf , + ; + owl:inverseOf ; + ; + ; + rdfs:label "immediately causally downstream of"@en . + + +### http://purl.obolibrary.org/obo/RO_0002407 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf , + ; + rdf:type owl:TransitiveProperty ; + owl:propertyChainAxiom ( + + ) , + ( + + ) , + ( + + ) , + ( + + ) ; + "p indirectly positively regulates q iff p is indirectly causally upstream of q and p positively regulates q." ; + ; + "indirectly activates" ; + ; + rdfs:label "indirectly positively regulates"@en . + + +### http://purl.obolibrary.org/obo/RO_0002409 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf , + ; + rdf:type owl:TransitiveProperty ; + owl:propertyChainAxiom ( + + ) , + ( + + ) , + ( + + ) ; + "p indirectly negatively regulates q iff p is indirectly causally upstream of q and p negatively regulates q." ; + ; + "indirectly inhibits" ; + ; + rdfs:label "indirectly negatively regulates"@en . + + +### http://purl.obolibrary.org/obo/RO_0002411 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf , + ; + rdf:type owl:TransitiveProperty ; + "p is causally upstream of q iff p is causally related to q, the end of p precedes the end of q, and p is not an occurrent part of q." ; + ; + , + ; + rdfs:label "causally upstream of"@en . + + +### http://purl.obolibrary.org/obo/RO_0002412 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf , + ; + "p is immediately causally upstream of q iff p is causally upstream of q, and the end of p is coincident with the beginning of q." ; + ; + ; + rdfs:label "immediately causally upstream of"@en . + + +### http://purl.obolibrary.org/obo/RO_0002418 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdf:type owl:TransitiveProperty ; + "p is 'causally upstream or within' q iff p is causally related to q, and the end of p precedes, or is coincident with, the end of q." ; + "We would like to make this disjoint with 'preceded by', but this is prohibited in OWL2" ; + ; + "influences (processual)" ; + "affects" ; + rdfs:label "causally upstream of or within" . + + +### http://purl.obolibrary.org/obo/RO_0002427 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdf:type owl:TransitiveProperty ; + "inverse of causally upstream of or within" ; + ; + ; + ; + rdfs:label "causally downstream of or within" . + + +### http://purl.obolibrary.org/obo/RO_0002428 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf , + ; + owl:propertyChainAxiom ( + + ) , + ( + + ) ; + "c involved in regulation of p if c is involved in some p' and p' regulates some p" ; + ; + rdfs:label "involved in regulation of" . + + +### http://purl.obolibrary.org/obo/RO_0002429 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:propertyChainAxiom ( + + ) , + ( + + ) ; + "c involved in regulation of p if c is involved in some p' and p' positively regulates some p" ; + ; + ; + rdfs:label "involved in positive regulation of" . + + +### http://purl.obolibrary.org/obo/RO_0002430 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:propertyChainAxiom ( + + ) , + ( + + ) ; + "c involved in regulation of p if c is involved in some p' and p' negatively regulates some p" ; + ; + ; + rdfs:label "involved in negative regulation of" . + + +### http://purl.obolibrary.org/obo/RO_0002431 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf , + ; + "c involved in or regulates p if and only if either (i) c is involved in p or (ii) c is involved in regulation of p" ; + "OWL does not allow defining object properties via a Union" ; + ; + "involved in or reguates" ; + rdfs:label "involved in or involved in regulation of" . + + +### http://purl.obolibrary.org/obo/RO_0002434 + rdf:type owl:ObjectProperty , + owl:SymmetricProperty ; + "A relationship that holds between two entities in which the processes executed by the two entities are causally connected." ; + "Considering relabeling as 'pairwise interacts with'"^^xsd:anyURI , + "This relation and all sub-relations can be applied to either (1) pairs of entities that are interacting at any moment of time (2) populations or species of entity whose members have the disposition to interact (3) classes whose members have the disposition to interact." ; + ; + "Note that this relationship type, and sub-relationship types may be redundant with process terms from other ontologies. For example, the symbiotic relationship hierarchy parallels GO. The relations are provided as a convenient shortcut. Consider using the more expressive processual form to capture your data. In the future, these relations will be linked to their cognate processes through rules." ; + "in pairwise interaction with" ; + ; + rdfs:label "interacts with" ; + rdfs:seeAlso "http://purl.obolibrary.org/obo/ro/docs/interaction-relations/"^^xsd:anyURI ; + "http://purl.obolibrary.org/obo/MI_0914"^^xsd:anyURI . + + +### http://purl.obolibrary.org/obo/RO_0002436 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdf:type owl:SymmetricProperty ; + "An interaction relationship in which the two partners are molecular entities that directly physically interact with each other for example via a stable binding interaction or a brief interaction during which one modifies the other." ; + ; + "binds" , + "molecularly binds with" ; + rdfs:label "molecularly interacts with" ; + rdfs:seeAlso ; + "http://purl.obolibrary.org/obo/MI_0915"^^xsd:anyURI . + + +### http://purl.obolibrary.org/obo/RO_0002447 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + "Axiomatization to GO to be added later" ; + ; + "An interaction relation between x and y in which x catalyzes a reaction in which a phosphate group is added to y." ; + rdfs:label "phosphorylates" . + + +### http://purl.obolibrary.org/obo/RO_0002448 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf , + ; + owl:propertyChainAxiom ( + + + ) ; + """The entity A, immediately upstream of the entity B, has an activity that regulates an activity performed by B. For example, A and B may be gene products and binding of B by A regulates the kinase activity of B. + +A and B can be physically interacting but not necessarily. Immediately upstream means there are no intermediate entity between A and B.""" ; + , + ; + "molecularly controls" ; + rdfs:label "directly regulates activity of" . + + +### http://purl.obolibrary.org/obo/RO_0002449 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:propertyChainAxiom ( + + + ) ; + """The entity A, immediately upstream of the entity B, has an activity that negatively regulates an activity performed by B. +For example, A and B may be gene products and binding of B by A negatively regulates the kinase activity of B.""" ; + , + ; + "directly inhibits" ; + "molecularly decreases activity of" ; + rdfs:label "directly negatively regulates activity of" . + + +### http://purl.obolibrary.org/obo/RO_0002450 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:propertyChainAxiom ( + + + ) ; + """The entity A, immediately upstream of the entity B, has an activity that positively regulates an activity performed by B. +For example, A and B may be gene products and binding of B by A positively regulates the kinase activity of B.""" ; + , + ; + "directly activates" ; + "molecularly increases activity of" ; + rdfs:label "directly positively regulates activity of" . + + +### http://purl.obolibrary.org/obo/RO_0002500 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + "A relationship between a material entity and a process where the material entity has some causal role that influences the process" ; + ; + rdfs:label "causal agent in process" . + + +### http://purl.obolibrary.org/obo/RO_0002501 + rdf:type owl:ObjectProperty ; + "p is causally related to q if and only if p or any part of p and q or any part of q are linked by a chain of events where each event pair is one where the execution of p influences the execution of q. p may be upstream, downstream, part of, or a container of q." ; + ; + ; + "Do not use this relation directly. It is intended as a grouping for a diverse set of relations, all involving cause and effect." ; + rdfs:label "causal relation between processes" . + + +### http://purl.obolibrary.org/obo/RO_0002506 + rdf:type owl:ObjectProperty ; + "The intent is that the process branch of the causal property hierarchy is primary (causal relations hold between occurrents/processes), and that the material branch is defined in terms of the process branch" ; + ; + ; + "Do not use this relation directly. It is intended as a grouping for a diverse set of relations, all involving cause and effect." ; + rdfs:label "causal relation between entities" . + + +### http://purl.obolibrary.org/obo/RO_0002559 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + ; + ; + "causally influenced by (entity-centric)" ; + rdfs:label "causally influenced by" . + + +### http://purl.obolibrary.org/obo/RO_0002566 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:propertyChainAxiom ( + + + ) , + ( + + + ) ; + "The entity or characteristic A is causally upstream of the entity or characteristic B, A having an effect on B. An entity corresponds to any biological type of entity as long as a mass is measurable. A characteristic corresponds to a particular specificity of an entity (e.g., phenotype, shape, size)." ; + , + ; + ; + "causally influences (entity-centric)" ; + rdfs:label "causally influences" . + + +### http://purl.obolibrary.org/obo/RO_0002578 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf , + ; + "p directly regulates q iff p is immediately causally upstream of q and p regulates q." ; + ; + ; + "directly regulates (processual)" ; + ; + , + , + ; + rdfs:label "directly regulates" . + + +### http://purl.obolibrary.org/obo/RO_0002584 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:propertyChainAxiom ( + + ) ; + "gland SubClassOf 'has part structure that is capable of' some 'secretion by cell'" ; + "s 'has part structure that is capable of' p if and only if there exists some part x such that s 'has part' x and x 'capable of' p" ; + ; + rdfs:label "has part structure that is capable of" . + + +### http://purl.obolibrary.org/obo/RO_0002595 + rdf:type owl:ObjectProperty ; + "A relationship that holds between a material entity and a process in which causality is involved, with either the material entity or some part of the material entity exerting some influence over the process, or the process influencing some aspect of the material entity." ; + "Do not use this relation directly. It is intended as a grouping for a diverse set of relations, all involving cause and effect." ; + ; + ; + rdfs:label "causal relation between material entity and a process" . + + +### http://purl.obolibrary.org/obo/RO_0002596 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:propertyChainAxiom ( + + ) ; + "pyrethroid -> growth" ; + "Holds between c and p if and only if c is capable of some activity a, and a regulates p." ; + ; + rdfs:label "capable of regulating" . + + +### http://purl.obolibrary.org/obo/RO_0002597 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:propertyChainAxiom ( + + ) ; + "Holds between c and p if and only if c is capable of some activity a, and a negatively regulates p." ; + ; + rdfs:label "capable of negatively regulating" . + + +### http://purl.obolibrary.org/obo/RO_0002598 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:propertyChainAxiom ( + + ) ; + "renin -> arteriolar smooth muscle contraction" ; + "Holds between c and p if and only if c is capable of some activity a, and a positively regulates p." ; + ; + rdfs:label "capable of positively regulating" . + + +### http://purl.obolibrary.org/obo/RO_0002608 + rdf:type owl:ObjectProperty ; + "Inverse of 'causal agent in process'" ; + ; + rdfs:label "process has causal agent" . + + +### http://purl.obolibrary.org/obo/RO_0002629 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf , + ; + "p directly positively regulates q iff p is immediately causally upstream of q, and p positively regulates q." ; + ; + "directly positively regulates (process to process)" ; + ; + , + , + ; + rdfs:label "directly positively regulates" . + + +### http://purl.obolibrary.org/obo/RO_0002630 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf , + ; + "p directly negatively regulates q iff p is immediately causally upstream of q, and p negatively regulates q." ; + ; + "directly negatively regulates (process to process)" ; + ; + , + , + ; + rdfs:label "directly negatively regulates" . + + +### http://purl.obolibrary.org/obo/RO_0004032 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:propertyChainAxiom ( + + ) ; + ; + ; + "2018-01-26T23:49:30Z"^^xsd:dateTime ; + ; + rdfs:label "acts upstream of or within, positive effect" ; + rdfs:seeAlso . + + +### http://purl.obolibrary.org/obo/RO_0004033 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:propertyChainAxiom ( + + ) ; + ; + ; + "2018-01-26T23:49:51Z"^^xsd:dateTime ; + ; + rdfs:label "acts upstream of or within, negative effect" . + + +### http://purl.obolibrary.org/obo/RO_0004034 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf , + ; + owl:propertyChainAxiom ( + + ) ; + "c 'acts upstream of, positive effect' p if c is enables f, and f is causally upstream of p, and the direction of f is positive" ; + ; + ; + "2018-01-26T23:53:14Z"^^xsd:dateTime ; + ; + rdfs:label "acts upstream of, positive effect" ; + rdfs:seeAlso . + + +### http://purl.obolibrary.org/obo/RO_0004035 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf , + ; + owl:propertyChainAxiom ( + + ) ; + "c 'acts upstream of, negative effect' p if c is enables f, and f is causally upstream of p, and the direction of f is negative" ; + ; + ; + "2018-01-26T23:53:22Z"^^xsd:dateTime ; + ; + rdfs:label "acts upstream of, negative effect" ; + rdfs:seeAlso . + + +### http://purl.obolibrary.org/obo/RO_0004046 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + ; + ; + "2018-03-13T23:55:05Z"^^xsd:dateTime ; + rdfs:label "causally upstream of or within, negative effect" . + + +### http://purl.obolibrary.org/obo/RO_0004047 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + ; + ; + "2018-03-13T23:55:19Z"^^xsd:dateTime ; + rdfs:label "causally upstream of or within, positive effect" . + + +### http://purl.obolibrary.org/obo/RO_0011002 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + "The entity A has an activity that regulates an activity of the entity B. For example, A and B are gene products where the catalytic activity of A regulates the kinase activity of B." ; + ; + rdfs:label "regulates activity of" . + + +### http://purl.obolibrary.org/obo/RO_0012011 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + "p is indirectly causally upstream of q iff p is causally upstream of q and there exists some process r such that p is causally upstream of r and r is causally upstream of q." ; + "pg" ; + "2022-09-26T06:07:17Z"^^xsd:dateTime ; + rdfs:label "indirectly causally upstream of"@en . + + +### http://purl.obolibrary.org/obo/RO_0012012 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf , + ; + "p indirectly regulates q iff p is indirectly causally upstream of q and p regulates q." ; + "pg" ; + "2022-09-26T06:08:01Z"^^xsd:dateTime ; + rdfs:label "indirectly regulates"@en . + + +### http://purl.obolibrary.org/obo/RO_0019000 + rdf:type owl:ObjectProperty ; + owl:propertyChainAxiom ( + + ) ; + "A relationship that holds between a process and a characteristic in which process (P) regulates characteristic (C) iff: P results in the existence of C OR affects the intensity or magnitude of C." ; + ; + rdfs:label "regulates characteristic" . + + +### http://purl.obolibrary.org/obo/RO_0019001 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:propertyChainAxiom ( + + ) ; + "A relationship that holds between a process and a characteristic in which process (P) positively regulates characteristic (C) iff: P results in an increase in the intensity or magnitude of C." ; + ; + rdfs:label "positively regulates characteristic" . + + +### http://purl.obolibrary.org/obo/RO_0019002 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:propertyChainAxiom ( + + ) , + ( + + ) ; + "A relationship that holds between a process and a characteristic in which process (P) negatively regulates characteristic (C) iff: P results in a decrease in the intensity or magnitude of C." ; + ; + rdfs:label "negatively regulates characteristic" . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/APOLLO_SV_00000008 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A planned process that has specified output a software product and that involves the creation of source code."@en ; + "Mathias Brochhausen"@en , + "William R. Hogan"@en ; + "http://en.wikipedia.org/wiki/Software_development" ; + "A planned process resulting in a software product involving the creation of source code."@en ; + rdfs:label "software development"@en . + + +### http://purl.obolibrary.org/obo/APOLLO_SV_00000796 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "creating a data set"@en ; + "A planned process that has a data set as its specified output."@en ; + "William R. Hogan"@en ; + "data set creation"@en , + "dataset creation"@en ; + rdfs:label "dataset creating"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000016 + rdf:type owl:Class ; + owl:disjointWith ; + "disposition" ; + "Disposition" ; + "an atom of element X has the disposition to decay to an atom of element Y"@en , + "certain people have a predisposition to colon cancer"@en , + "children are innately disposed to categorize objects in certain ways."@en , + "the cell wall is disposed to filter chemicals in endocytosis and exocytosis"@en ; + "BFO 2 Reference: Dispositions exist along a strength continuum. Weaker forms of disposition are realized in only a fraction of triggering cases. These forms occur in a significant number of cases of a similar type."@en ; + "b is a disposition means: b is a realizable entity & b’s bearer is some material entity & b is such that if it ceases to exist, then its bearer is physically changed, & b’s realization occurs when and because this bearer is in some special physical circumstances, & this realization occurs in virtue of the bearer’s physical make-up. (axiom label in BFO2 Reference: [062-002])"@en ; + "If b is a realizable entity then for all t at which b exists, b s-depends_on some material entity at t. (axiom label in BFO2 Reference: [063-002])"@en ; + "(forall (x t) (if (and (RealizableEntity x) (existsAt x t)) (exists (y) (and (MaterialEntity y) (specificallyDepends x y t))))) // axiom label in BFO2 CLIF: [063-002] " , + "(forall (x) (if (Disposition x) (and (RealizableEntity x) (exists (y) (and (MaterialEntity y) (bearerOfAt x y t)))))) // axiom label in BFO2 CLIF: [062-002] " ; + rdfs:isDefinedBy ; + rdfs:label "disposition"@en . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "b is a disposition means: b is a realizable entity & b’s bearer is some material entity & b is such that if it ceases to exist, then its bearer is physically changed, & b’s realization occurs when and because this bearer is in some special physical circumstances, & this realization occurs in virtue of the bearer’s physical make-up. (axiom label in BFO2 Reference: [062-002])"@en ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "If b is a realizable entity then for all t at which b exists, b s-depends_on some material entity at t. (axiom label in BFO2 Reference: [063-002])"@en ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "(forall (x t) (if (and (RealizableEntity x) (existsAt x t)) (exists (y) (and (MaterialEntity y) (specificallyDepends x y t))))) // axiom label in BFO2 CLIF: [063-002] " ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "(forall (x) (if (Disposition x) (and (RealizableEntity x) (exists (y) (and (MaterialEntity y) (bearerOfAt x y t)))))) // axiom label in BFO2 CLIF: [062-002] " ; + + ] . + + +### http://purl.obolibrary.org/obo/BFO_0000023 + rdf:type owl:Class ; + "role" ; + "Role" ; + "John’s role of husband to Mary is dependent on Mary’s role of wife to John, and both are dependent on the object aggregate comprising John and Mary as member parts joined together through the relational quality of being married."@en , + "the priest role"@en , + "the role of a boundary to demarcate two neighboring administrative territories"@en , + "the role of a building in serving as a military target"@en , + "the role of a stone in marking a property boundary"@en , + "the role of subject in a clinical trial"@en , + "the student role"@en ; + "A realizable entity the manifestation of which brings about some result or end that is not essential to a continuant in virtue of the kind of thing that it is but that can be served or participated in by that kind of continuant in some kinds of natural, social or institutional contexts."@en ; + "BFO 2 Reference: One major family of examples of non-rigid universals involves roles, and ontologies developed for corresponding administrative purposes may consist entirely of representatives of entities of this sort. Thus ‘professor’, defined as follows,b instance_of professor at t =Def. there is some c, c instance_of professor role & c inheres_in b at t.denotes a non-rigid universal and so also do ‘nurse’, ‘student’, ‘colonel’, ‘taxpayer’, and so forth. (These terms are all, in the jargon of philosophy, phase sortals.) By using role terms in definitions, we can create a BFO conformant treatment of such entities drawing on the fact that, while an instance of professor may be simultaneously an instance of trade union member, no instance of the type professor role is also (at any time) an instance of the type trade union member role (any more than any instance of the type color is at any time an instance of the type length).If an ontology of employment positions should be defined in terms of roles following the above pattern, this enables the ontology to do justice to the fact that individuals instantiate the corresponding universals – professor, sergeant, nurse – only during certain phases in their lives."@en ; + "b is a role means: b is a realizable entity & b exists because there is some single bearer that is in some special physical, social, or institutional set of circumstances in which this bearer does not have to be& b is not such that, if it ceases to exist, then the physical make-up of the bearer is thereby changed. (axiom label in BFO2 Reference: [061-001])"@en ; + "(forall (x) (if (Role x) (RealizableEntity x))) // axiom label in BFO2 CLIF: [061-001] " ; + rdfs:isDefinedBy ; + rdfs:label "role"@en . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "b is a role means: b is a realizable entity & b exists because there is some single bearer that is in some special physical, social, or institutional set of circumstances in which this bearer does not have to be& b is not such that, if it ceases to exist, then the physical make-up of the bearer is thereby changed. (axiom label in BFO2 Reference: [061-001])"@en ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "(forall (x) (if (Role x) (RealizableEntity x))) // axiom label in BFO2 CLIF: [061-001] " ; + + ] . + + +### http://purl.obolibrary.org/obo/BFO_0000034 + rdf:type owl:Class ; + rdfs:subClassOf ; + "function" ; + "Function" ; + "the function of a hammer to drive in nails"@en , + "the function of a heart pacemaker to regulate the beating of a heart through electricity"@en , + "the function of amylase in saliva to break down starch into sugar"@en ; + "BFO 2 Reference: In the past, we have distinguished two varieties of function, artifactual function and biological function. These are not asserted subtypes of BFO:function however, since the same function – for example: to pump, to transport – can exist both in artifacts and in biological entities. The asserted subtypes of function that would be needed in order to yield a separate monoheirarchy are not artifactual function, biological function, etc., but rather transporting function, pumping function, etc."@en ; + "A function is a disposition that exists in virtue of the bearer’s physical make-up and this physical make-up is something the bearer possesses because it came into being, either through evolution (in the case of natural biological entities) or through intentional design (in the case of artifacts), in order to realize processes of a certain sort. (axiom label in BFO2 Reference: [064-001])"@en ; + "(forall (x) (if (Function x) (Disposition x))) // axiom label in BFO2 CLIF: [064-001] " ; + rdfs:isDefinedBy ; + rdfs:label "function"@en . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "A function is a disposition that exists in virtue of the bearer’s physical make-up and this physical make-up is something the bearer possesses because it came into being, either through evolution (in the case of natural biological entities) or through intentional design (in the case of artifacts), in order to realize processes of a certain sort. (axiom label in BFO2 Reference: [064-001])"@en ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "(forall (x) (if (Function x) (Disposition x))) // axiom label in BFO2 CLIF: [064-001] " ; + + ] . + + +### http://purl.obolibrary.org/obo/CHEBI_133602 + rdf:type owl:Class ; + rdfs:subClassOf , + , + ; + "Any form of carbon black which has a particle size of less than 100 nm in each dimension." ; + "PMCID:PMC3190904" , + "PMID:21525001" , + "PMID:22753103" , + "PMID:24078381" , + "PMID:24283474" , + "PMID:25056782" , + "PMID:25071917" , + "PMID:25184212" , + "PMID:25451823" , + "PMID:25833640" , + "PMID:25966413" , + "PMID:26066782" , + "PMID:26551751" , + "PMID:26914170" , + "PMID:27460290" , + "PMID:27534448" ; + "chebi_ontology" ; + "carbon black nanoparticles" ; + "CHEBI:133602" ; + ; + rdfs:label "carbon black nanoparticle" . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "PMCID:PMC3190904" ; + "Europe PMC" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "PMID:21525001" ; + "Europe PMC" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "PMID:22753103" ; + "Europe PMC" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "PMID:24078381" ; + "Europe PMC" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "PMID:24283474" ; + "Europe PMC" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "PMID:25056782" ; + "Europe PMC" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "PMID:25071917" ; + "Europe PMC" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "PMID:25184212" ; + "Europe PMC" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "PMID:25451823" ; + "Europe PMC" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "PMID:25833640" ; + "Europe PMC" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "PMID:25966413" ; + "Europe PMC" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "PMID:26066782" ; + "Europe PMC" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "PMID:26551751" ; + "Europe PMC" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "PMID:26914170" ; + "Europe PMC" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "PMID:27460290" ; + "Europe PMC" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "PMID:27534448" ; + "Europe PMC" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "carbon black nanoparticles" ; + "ChEBI" + ] . + + +### http://purl.obolibrary.org/obo/CHEBI_17514 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A pseudohalide anion that is the conjugate base of hydrogen cyanide." ; + "-1" ; + "CN" ; + "InChI=1S/CN/c1-2/q-1" ; + "XFXPMWWXUTWYJX-UHFFFAOYSA-N" ; + "26.01740" ; + "26.00362" ; + "[C-]#N" ; + "CHEBI:14038" , + "CHEBI:3969" , + "CHEBI:41780" ; + "Beilstein:1900509" , + "CAS:57-12-5" , + "Gmelin:89" , + "HMDB:HMDB0002084" , + "KEGG:C00177" , + "MetaCyc:CPD-13584" , + "PDBeChem:CYN" , + "PMID:11386635" , + "PMID:14871577" , + "PMID:17554165" , + "PMID:7839575" , + "Reaxys:1900509" , + "Wikipedia:Cyanide" ; + "Cyanide" , + "cyanide" , + "nitridocarbonate(1-)" ; + "chebi_ontology" ; + "CN(-)" , + "CN-" , + "CYANIDE ION" , + "Prussiate" , + "Zyanid" ; + "CHEBI:17514" ; + ; + rdfs:label "cyanide" . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "Beilstein:1900509" ; + "Beilstein" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "CAS:57-12-5" ; + "ChemIDplus" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "CAS:57-12-5" ; + "KEGG COMPOUND" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "CAS:57-12-5" ; + "NIST Chemistry WebBook" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "Gmelin:89" ; + "Gmelin" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "PMID:11386635" ; + "Europe PMC" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "PMID:14871577" ; + "Europe PMC" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "PMID:17554165" ; + "Europe PMC" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "PMID:7839575" ; + "Europe PMC" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "Reaxys:1900509" ; + "Reaxys" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "Cyanide" ; + "ChEBI" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "Cyanide" ; + "KEGG_COMPOUND" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "cyanide" ; + "IUPAC" ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "nitridocarbonate(1-)" ; + "IUPAC" ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "CN(-)" ; + "IUPAC" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "CN-" ; + "KEGG_COMPOUND" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "CYANIDE ION" ; + "PDBeChem" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "Prussiate" ; + "KEGG_COMPOUND" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "Zyanid" ; + "ChEBI" + ] . + + +### http://purl.obolibrary.org/obo/CHEBI_22563 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A monoatomic or polyatomic species having one or more elementary charges of the electron." ; + "Anion" , + "anion" ; + "chebi_ontology" ; + "Anionen" , + "aniones" , + "anions" ; + "CHEBI:22563" ; + ; + rdfs:label "anion" . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "Anion" ; + "ChEBI" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "anion" ; + "ChEBI" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "anion" ; + "IUPAC" ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "Anionen" ; + "ChEBI" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "aniones" ; + "ChEBI" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "anions" ; + "IUPAC" + ] . + + +### http://purl.obolibrary.org/obo/CHEBI_23367 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Any constitutionally or isotopically distinct atom, molecule, ion, ion pair, radical, radical ion, complex, conformer etc., identifiable as a separately distinguishable entity." ; + "molecular entity" ; + "chebi_ontology" ; + "entidad molecular" , + "entidades moleculares" , + "entite moleculaire" , + "molecular entities" , + "molekulare Entitaet" ; + "CHEBI:23367" ; + ; + rdfs:label "molecular entity" . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "molecular entity" ; + "IUPAC" ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "entidad molecular" ; + "IUPAC" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "entidades moleculares" ; + "IUPAC" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "entite moleculaire" ; + "IUPAC" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "molecular entities" ; + "IUPAC" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "molekulare Entitaet" ; + "ChEBI" + ] . + + +### http://purl.obolibrary.org/obo/CHEBI_24431 + rdf:type owl:Class ; + "A chemical entity is a physical entity of interest in chemistry including molecular entities, parts thereof, and chemical substances."@en ; + "chemical entity" ; + "chebi_ontology" ; + "CHEBI:24431" ; + ; + rdfs:label "chemical entity"@en , + "chemische Entität"@de . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "chemical entity" ; + "UniProt" + ] . + + +### http://purl.obolibrary.org/obo/CHEBI_24532 + rdf:type owl:Class ; + rdfs:subClassOf , + , + ; + "A cyclic compound having as ring members atoms of carbon and at least of one other element." ; + "chebi_ontology" ; + "organic heterocycle" , + "organic heterocyclic compounds" ; + "CHEBI:24532" ; + ; + rdfs:label "organic heterocyclic compound" . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "organic heterocycle" ; + "ChEBI" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "organic heterocyclic compounds" ; + "ChEBI" + ] . + + +### http://purl.obolibrary.org/obo/CHEBI_24870 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A molecular entity having a net electric charge." ; + "Ion" , + "ion" ; + "chebi_ontology" ; + "Ionen" , + "iones" , + "ions" ; + "CHEBI:24870" ; + ; + rdfs:label "ion" . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "Ion" ; + "ChEBI" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "ion" ; + "ChEBI" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "ion" ; + "IUPAC" ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "Ionen" ; + "ChEBI" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "iones" ; + "ChEBI" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "ions" ; + "ChEBI" + ] . + + +### http://purl.obolibrary.org/obo/CHEBI_25367 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Any polyatomic entity that is an electrically neutral entity consisting of more than one atom." ; + "molecule" ; + "chebi_ontology" ; + "Molekuel" , + "molecula" , + "molecules" , + "neutral molecular compounds" ; + "CHEBI:25367" ; + ; + rdfs:label "molecule" . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "molecule" ; + "IUPAC" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "Molekuel" ; + "ChEBI" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "molecula" ; + "IUPAC" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "molecules" ; + "IUPAC" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "neutral molecular compounds" ; + "IUPAC" + ] . + + +### http://purl.obolibrary.org/obo/CHEBI_25696 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "Any organic ion with a net negative charge." ; + "chebi_ontology" ; + "organic anions" ; + "CHEBI:25696" ; + ; + rdfs:label "organic anion" . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "organic anions" ; + "ChEBI" + ] . + + +### http://purl.obolibrary.org/obo/CHEBI_25699 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "chebi_ontology" ; + "organic ions" ; + "CHEBI:25699" ; + ; + rdfs:label "organic ion" . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "organic ions" ; + "ChEBI" + ] . + + +### http://purl.obolibrary.org/obo/CHEBI_26835 + rdf:type owl:Class ; + rdfs:subClassOf ; + "sulfur molecular entity" ; + "chebi_ontology" ; + "sulfur molecular entities" ; + "CHEBI:26835" ; + ; + rdfs:label "sulfur molecular entity" . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "sulfur molecular entity" ; + "ChEBI" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "sulfur molecular entities" ; + "ChEBI" + ] . + + +### http://purl.obolibrary.org/obo/CHEBI_28798 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A polymer consisting of cis-linked prenyl units."@en ; + "0" ; + "(C5H8)n.H2" ; + "CHEBI:26584" , + "CHEBI:8905" ; + "KEGG:C02321" ; + "Rubber particle"@en , + "Rubber particle" ; + "chebi_ontology" ; + "Rubber"@en , + "Rubber (all-cis)"@en , + "Rubber" , + "Rubber (all-cis)" ; + "CHEBI:28798" ; + ; + rdfs:label "rubber particle [chebi]"@en . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "Rubber particle" ; + "KEGG_COMPOUND" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "Rubber" ; + "KEGG_COMPOUND" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "Rubber (all-cis)" ; + "KEGG_COMPOUND" + ] . + + +### http://purl.obolibrary.org/obo/CHEBI_33259 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A molecular entity all atoms of which have the same atomic number." ; + "chebi_ontology" ; + "homoatomic entity" , + "homoatomic molecular entities" , + "homoatomic molecular entity" ; + "CHEBI:33259" ; + ; + rdfs:label "elemental molecular entity" . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "homoatomic entity" ; + "ChEBI" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "homoatomic molecular entities" ; + "ChEBI" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "homoatomic molecular entity" ; + "ChEBI" + ] . + + +### http://purl.obolibrary.org/obo/CHEBI_33261 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "An organosulfur compound is a compound containing at least one carbon-sulfur bond." ; + "CHEBI:23010" , + "CHEBI:25714" ; + "Wikipedia:Organosulfur_compounds" ; + "organosulfur compound" ; + "chebi_ontology" ; + "organosulfur compounds" ; + "CHEBI:33261" ; + ; + rdfs:label "organosulfur compound" . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "organosulfur compound" ; + "ChEBI" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "organosulfur compounds" ; + "ChEBI" + ] . + + +### http://purl.obolibrary.org/obo/CHEBI_33273 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "An anion consisting of more than one atom." ; + "chebi_ontology" ; + "polyatomic anions" ; + "CHEBI:33273" ; + ; + rdfs:label "polyatomic anion" . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "polyatomic anions" ; + "ChEBI" + ] . + + +### http://purl.obolibrary.org/obo/CHEBI_33285 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A heteroorganic entity is an organic molecular entity in which carbon atoms or organic groups are bonded directly to one or more heteroatoms." ; + "chebi_ontology" ; + "heteroorganic entities" , + "organoelement compounds" ; + "CHEBI:33285" ; + ; + rdfs:label "heteroorganic entity" . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "heteroorganic entities" ; + "ChEBI" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "organoelement compounds" ; + "ChEBI" + ] . + + +### http://purl.obolibrary.org/obo/CHEBI_33302 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A p-block molecular entity containing any pnictogen." ; + "pnictogen molecular entity" ; + "chebi_ontology" ; + "pnictogen molecular entities" ; + "CHEBI:33302" ; + ; + rdfs:label "pnictogen molecular entity" . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "pnictogen molecular entity" ; + "ChEBI" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "pnictogen molecular entities" ; + "ChEBI" + ] . + + +### http://purl.obolibrary.org/obo/CHEBI_33304 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Any p-block molecular entity containing a chalcogen." ; + "chalcogen molecular entity" ; + "chebi_ontology" ; + "chalcogen compounds" , + "chalcogen molecular entities" ; + "CHEBI:33304" ; + ; + rdfs:label "chalcogen molecular entity" . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "chalcogen molecular entity" ; + "ChEBI" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "chalcogen compounds" ; + "ChEBI" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "chalcogen molecular entities" ; + "ChEBI" + ] . + + +### http://purl.obolibrary.org/obo/CHEBI_33415 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "CAS:7440-44-0" , + "CAS:82600-58-6" , + "Gmelin:8868" ; + "chebi_ontology" ; + "carbon" ; + "CHEBI:33415" ; + ; + rdfs:label "elemental carbon" . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "CAS:7440-44-0" ; + "ChemIDplus" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "CAS:7440-44-0" ; + "NIST Chemistry WebBook" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "CAS:82600-58-6" ; + "NIST Chemistry WebBook" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "Gmelin:8868" ; + "Gmelin" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "carbon" ; + "ChemIDplus" + ] . + + +### http://purl.obolibrary.org/obo/CHEBI_33471 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A bivalent group formed by removing two hydrogen atoms from a hydrocarbon, the free valencies of which are not engaged in a double bond." ; + "hydrocarbylene group" , + "hydrocarbylene groups" ; + "chebi_ontology" ; + "groupe hydrocarbylene" , + "grupo hidrocarbileno" , + "grupos hidrocarbileno" ; + "CHEBI:33471" ; + ; + rdfs:label "hydrocarbylene group" . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "hydrocarbylene group" ; + "IUPAC" ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "hydrocarbylene groups" ; + "IUPAC" ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "groupe hydrocarbylene" ; + "IUPAC" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "grupo hidrocarbileno" ; + "IUPAC" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "grupos hidrocarbileno" ; + "IUPAC" + ] . + + +### http://purl.obolibrary.org/obo/CHEBI_33579 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A molecular entity containing one or more atoms from any of groups 1, 2, 13, 14, 15, 16, 17, and 18 of the periodic table." ; + "chebi_ontology" ; + "main group compounds" , + "main group molecular entities" ; + "CHEBI:33579" ; + ; + rdfs:label "main group molecular entity" . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "main group compounds" ; + "ChEBI" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "main group molecular entities" ; + "ChEBI" + ] . + + +### http://purl.obolibrary.org/obo/CHEBI_33582 + rdf:type owl:Class ; + rdfs:subClassOf ; + "carbon group molecular entity" ; + "chebi_ontology" ; + "carbon group molecular entities" ; + "CHEBI:33582" ; + ; + rdfs:label "carbon group molecular entity" . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "carbon group molecular entity" ; + "ChEBI" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "carbon group molecular entities" ; + "ChEBI" + ] . + + +### http://purl.obolibrary.org/obo/CHEBI_33595 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Any molecule that consists of a series of atoms joined together to form a ring." ; + "Wikipedia:Cyclic_compound" ; + "chebi_ontology" ; + "cyclic compounds" ; + "CHEBI:33595" ; + ; + rdfs:label "cyclic compound" . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "cyclic compounds" ; + "ChEBI" + ] . + + +### http://purl.obolibrary.org/obo/CHEBI_33655 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A cyclically conjugated molecular entity with a stability (due to delocalization) significantly greater than that of a hypothetical localized structure (e.g. Kekule structure) is said to possess aromatic character." ; + "aromatic compounds" , + "aromatic molecular entity" ; + "chebi_ontology" ; + "aromatics" , + "aromatische Verbindungen" ; + "CHEBI:33655" ; + ; + rdfs:label "aromatic compound" . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "aromatic compounds" ; + "IUPAC" ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "aromatic molecular entity" ; + "IUPAC" ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "aromatics" ; + "ChEBI" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "aromatische Verbindungen" ; + "ChEBI" + ] . + + +### http://purl.obolibrary.org/obo/CHEBI_33659 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "chebi_ontology" ; + "organic aromatic compounds" ; + "CHEBI:33659" ; + ; + rdfs:label "organic aromatic compound" . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "organic aromatic compounds" ; + "ChEBI" + ] . + + +### http://purl.obolibrary.org/obo/CHEBI_33675 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A main group molecular entity that contains one or more atoms of a p-block element." ; + "chebi_ontology" ; + "p-block compounds" , + "p-block molecular entities" , + "p-block molecular entitiy" ; + "CHEBI:33675" ; + ; + rdfs:label "p-block molecular entity" . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "p-block compounds" ; + "ChEBI" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "p-block molecular entities" ; + "ChEBI" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "p-block molecular entitiy" ; + "ChEBI" + ] . + + +### http://purl.obolibrary.org/obo/CHEBI_33832 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "Any organic molecule that consists of atoms connected in the form of a ring." ; + "chebi_ontology" ; + "organic cyclic compounds" ; + "CHEBI:33832" ; + ; + rdfs:label "organic cyclic compound" . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "organic cyclic compounds" ; + "ChEBI" + ] . + + +### http://purl.obolibrary.org/obo/CHEBI_33833 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "A heterocyclic compound formally derived from an arene by replacement of one or more methine (-C=) and/or vinylene (-CH=CH-) groups by trivalent or divalent heteroatoms, respectively, in such a way as to maintain the continuous pi-electron system characteristic of aromatic systems and a number of out-of-plane pi-electrons corresponding to the Hueckel rule (4n+2)." ; + "heteroarenes" ; + "chebi_ontology" ; + "hetarenes" ; + "CHEBI:33833" ; + ; + rdfs:label "heteroarene" . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "heteroarenes" ; + "IUPAC" ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "hetarenes" ; + "IUPAC" + ] . + + +### http://purl.obolibrary.org/obo/CHEBI_35352 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "Any heteroorganic entity containing at least one carbon-nitrogen bond." ; + "organonitrogen compounds" ; + "chebi_ontology" ; + "organonitrogens" ; + "CHEBI:35352" ; + ; + rdfs:label "organonitrogen compound" . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "organonitrogen compounds" ; + "IUPAC" ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "organonitrogens" ; + "ChEBI" + ] . + + +### http://purl.obolibrary.org/obo/CHEBI_35489 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "Compounds of structure RSSR in which R and R' are organic groups." ; + "0" ; + "S2R2" ; + "64.13000" ; + "63.94414" ; + "[*]SS[*]" ; + "disulfides" ; + "chebi_ontology" ; + "an organic disulfide" , + "organic disulfides" ; + "CHEBI:35489" ; + ; + rdfs:label "organic disulfide" . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "disulfides" ; + "IUPAC" ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "an organic disulfide" ; + "UniProt" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "organic disulfides" ; + "ChEBI" + ] . + + +### http://purl.obolibrary.org/obo/CHEBI_36357 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Any molecular entity consisting of more than one atom." ; + "chebi_ontology" ; + "polyatomic entities" ; + "CHEBI:36357" ; + ; + rdfs:label "polyatomic entity" . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "polyatomic entities" ; + "ChEBI" + ] . + + +### http://purl.obolibrary.org/obo/CHEBI_36358 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "An ion consisting of more than one atom." ; + "chebi_ontology" ; + "polyatomic ions" ; + "CHEBI:36358" ; + ; + rdfs:label "polyatomic ion" . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "polyatomic ions" ; + "ChEBI" + ] . + + +### http://purl.obolibrary.org/obo/CHEBI_36828 + rdf:type owl:Class ; + rdfs:subClassOf ; + "pseudohalide ions" ; + "chebi_ontology" ; + "pseudohalide anions" , + "pseudohalides" , + "pseudohalogen anion" , + "pseudohalogen ion" ; + "CHEBI:36828" ; + ; + rdfs:label "pseudohalide anion" . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "pseudohalide ions" ; + "IUPAC" ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "pseudohalide anions" ; + "ChEBI" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "pseudohalides" ; + "ChEBI" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "pseudohalogen anion" ; + "ChEBI" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "pseudohalogen ion" ; + "ChEBI" + ] . + + +### http://purl.obolibrary.org/obo/CHEBI_36829 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "chebi_ontology" ; + "polyatomic monoanions" ; + "CHEBI:36829" ; + ; + rdfs:label "polyatomic monoanion" . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "polyatomic monoanions" ; + "ChEBI" + ] . + + +### http://purl.obolibrary.org/obo/CHEBI_36830 + rdf:type owl:Class ; + rdfs:subClassOf ; + "-1" ; + "chebi_ontology" ; + "monoanions" ; + "CHEBI:36830" ; + ; + rdfs:label "monoanion" . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "monoanions" ; + "ChEBI" + ] . + + +### http://purl.obolibrary.org/obo/CHEBI_36962 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "An organochalcogen compound is a compound containing at least one carbon-chalcogen bond." ; + "organochalcogen compound" ; + "chebi_ontology" ; + "organochalcogen compounds" ; + "CHEBI:36962" ; + ; + rdfs:label "organochalcogen compound" . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "organochalcogen compound" ; + "ChEBI" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "organochalcogen compounds" ; + "ChEBI" + ] . + + +### http://purl.obolibrary.org/obo/CHEBI_38101 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "Any organonitrogen compound containing a cyclic component with nitrogen and at least one other element as ring member atoms." ; + "chebi_ontology" ; + "heterocyclic organonitrogen compounds" , + "organonitrogen heterocyclic compounds" ; + "CHEBI:38101" ; + ; + rdfs:label "organonitrogen heterocyclic compound" . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "heterocyclic organonitrogen compounds" ; + "ChEBI" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "organonitrogen heterocyclic compounds" ; + "ChEBI" + ] . + + +### http://purl.obolibrary.org/obo/CHEBI_38106 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "chebi_ontology" ; + "heterocyclic organosulfur compounds" , + "organosulfur heterocyclic compounds" ; + "CHEBI:38106" ; + ; + rdfs:label "organosulfur heterocyclic compound" . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "heterocyclic organosulfur compounds" ; + "ChEBI" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "organosulfur heterocyclic compounds" ; + "ChEBI" + ] . + + +### http://purl.obolibrary.org/obo/CHEBI_38179 + rdf:type owl:Class ; + rdfs:subClassOf ; + "chebi_ontology" ; + "monocyclic heteroarenes" ; + "CHEBI:38179" ; + ; + rdfs:label "monocyclic heteroarene" . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "monocyclic heteroarenes" ; + "ChEBI" + ] . + + +### http://purl.obolibrary.org/obo/CHEBI_38418 + rdf:type owl:Class ; + rdfs:subClassOf ; + "CHEBI:26949" , + "CHEBI:38417" ; + "1,3-thiazoles" ; + "chebi_ontology" ; + "CHEBI:38418" ; + ; + rdfs:label "1,3-thiazoles" . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "1,3-thiazoles" ; + "ChEBI" + ] . + + +### http://purl.obolibrary.org/obo/CHEBI_48343 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Compounds of structure RSSR'." ; + "chebi_ontology" ; + "disulfides" ; + "CHEBI:48343" ; + ; + rdfs:label "disulfide" . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "disulfides" ; + "ChEBI" + ] . + + +### http://purl.obolibrary.org/obo/CHEBI_48901 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "An azole in which the five-membered heterocyclic aromatic skeleton contains a N atom and one S atom." ; + "chebi_ontology" ; + "thiazole" ; + "CHEBI:48901" ; + ; + rdfs:label "thiazoles" . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "thiazole" ; + "ChEBI" + ] . + + +### http://purl.obolibrary.org/obo/CHEBI_50795 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A nanometre sized object." ; + "chebi_ontology" ; + "nanoestructura" ; + "CHEBI:50795" ; + ; + rdfs:label "nanostructure" . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "nanoestructura" ; + "ChEBI" + ] . + + +### http://purl.obolibrary.org/obo/CHEBI_50803 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A nanosized spherical or capsule-shaped structure." ; + "chebi_ontology" ; + "NP" , + "Nanoteilchen" , + "nanoparticles" , + "nanoparticula" , + "nanoparticule" ; + "CHEBI:50803" ; + ; + rdfs:label "nanoparticle" . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "NP" ; + "ChEBI" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "Nanoteilchen" ; + "ChEBI" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "nanoparticles" ; + "ChEBI" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "nanoparticula" ; + "ChEBI" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "nanoparticule" ; + "ChEBI" + ] . + + +### http://purl.obolibrary.org/obo/CHEBI_50812 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "chebi_ontology" ; + "carbon nanostructures" ; + "CHEBI:50812" ; + ; + rdfs:label "carbon nanostructure" . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "carbon nanostructures" ; + "ChEBI" + ] . + + +### http://purl.obolibrary.org/obo/CHEBI_50860 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Any molecular entity that contains carbon." ; + "CHEBI:25700" , + "CHEBI:33244" ; + "chebi_ontology" ; + "organic compounds" , + "organic entity" , + "organic molecular entities" ; + "CHEBI:50860" ; + ; + rdfs:label "organic molecular entity" . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "organic compounds" ; + "ChEBI" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "organic entity" ; + "ChEBI" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "organic molecular entities" ; + "ChEBI" + ] . + + +### http://purl.obolibrary.org/obo/CHEBI_51143 + rdf:type owl:Class ; + rdfs:subClassOf ; + "CHEBI:25556" , + "CHEBI:7594" ; + "KEGG:C06061" ; + "chebi_ontology" ; + "Nitrogenous compounds" , + "nitrogen compounds" , + "nitrogen molecular entities" ; + "CHEBI:51143" ; + ; + rdfs:label "nitrogen molecular entity" . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "Nitrogenous compounds" ; + "KEGG_COMPOUND" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "nitrogen compounds" ; + "ChEBI" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "nitrogen molecular entities" ; + "ChEBI" + ] . + + +### http://purl.obolibrary.org/obo/CHEBI_51422 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Any organic substituent group, regardless of functional type, having two free valences at carbon atom(s)." ; + "chebi_ontology" ; + "organodiyl groups" ; + "CHEBI:51422" ; + ; + rdfs:label "organodiyl group" . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "organodiyl groups" ; + "ChEBI" + ] . + + +### http://purl.obolibrary.org/obo/CHEBI_51446 + rdf:type owl:Class ; + rdfs:subClassOf ; + "chebi_ontology" ; + "CHEBI:51446" ; + ; + rdfs:label "organic divalent group" . + + +### http://purl.obolibrary.org/obo/CHEBI_5686 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A cyclic compound having as ring members atoms of at least two different elements." ; + "Heterocyclic compound" ; + "chebi_ontology" ; + "compuesto heterociclico" , + "compuestos heterociclicos" , + "heterocycle" , + "heterocyclic compounds" ; + "CHEBI:5686" ; + ; + rdfs:label "heterocyclic compound" . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "Heterocyclic compound" ; + "KEGG_COMPOUND" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "compuesto heterociclico" ; + "IUPAC" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "compuestos heterociclicos" ; + "IUPAC" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "heterocycle" ; + "ChEBI" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "heterocyclic compounds" ; + "ChEBI" + ] . + + +### http://purl.obolibrary.org/obo/CHEBI_59999 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A chemical substance is a portion of matter of constant composition, composed of molecular entities of the same type or of different types."@en ; + "chebi_ontology" ; + "Chemische Substanz"@de , + "Chemische Substanz" ; + "CHEBI:59999" ; + ; + rdfs:label "chemical substance"@en , + "chemische Substanz"@de . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "Chemische Substanz" ; + "ChEBI" + ] . + + +### http://purl.obolibrary.org/obo/CHEBI_60004 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A mixture is a chemical substance composed of multiple molecules, at least two of which are of a different kind."@en ; + "chebi_ontology" ; + "Mischung"@de , + "Mischung" ; + "CHEBI:60004" ; + ; + rdfs:label "Mischung"@de , + "mixture"@en . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "Mischung" ; + "ChEBI" + ] . + + +### http://purl.obolibrary.org/obo/CHEBI_68452 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "Any monocyclic heteroarene consisting of a five-membered ring containing nitrogen. Azoles can also contain one or more other non-carbon atoms, such as nitrogen, sulfur or oxygen." ; + "Wikipedia:Azole" ; + "chebi_ontology" ; + "azoles" ; + "CHEBI:68452" ; + ; + rdfs:label "azole" . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "azoles" ; + "ChEBI" + ] . + + +### http://purl.obolibrary.org/obo/CHEBI_72695 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "Any molecule that consists of at least one carbon atom as part of the electrically neutral entity." ; + "chebi_ontology" ; + "organic compound" , + "organic compounds" , + "organic molecules" ; + "CHEBI:72695" ; + ; + rdfs:label "organic molecule" . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "organic compound" ; + "ChEBI" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "organic compounds" ; + "ChEBI" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "organic molecules" ; + "ChEBI" + ] . + + +### http://purl.obolibrary.org/obo/CHEBI_82297 + rdf:type owl:Class ; + rdfs:subClassOf ; + "An elemental carbon in the form of virtually pure colloidal particles that are produced by incomplete combustion or thermal decomposition of gaseous or liquid hydrocarbons under controlled conditions. A black, finely divided pellet or powder, its properties of specific surface area, particle size and structure, conductivity and colour can be varied by varying the exact conditions for its production. It is used in tyres, rubber and plastic products, printing inks and coatings." ; + "CAS:1333-86-4" , + "KEGG:C19202" , + "PMID:24291665" , + "PMID:24669321" , + "PMID:25071917" , + "PMID:26803751" , + "Wikipedia:Carbon_black" ; + "chebi_ontology" ; + "CHEBI:82297" ; + ; + rdfs:label "carbon black" . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "CAS:1333-86-4" ; + "ChemIDplus" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "CAS:1333-86-4" ; + "KEGG COMPOUND" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "PMID:24291665" ; + "Europe PMC" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "PMID:24669321" ; + "Europe PMC" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "PMID:25071917" ; + "Europe PMC" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "PMID:26803751" ; + "Europe PMC" + ] . + + +### http://purl.obolibrary.org/obo/CHEBI_82298 + rdf:type owl:Class ; + rdfs:subClassOf ; + "0" ; + "C12H16O15S2" ; + "CAS:53973-98-1" , + "KEGG:C19203" , + "KEGG:D05539" ; + "chebi_ontology" ; + "Carrageenan, degraded"@en , + "Carrageenan, degraded" ; + "CHEBI:82298" ; + ; + rdfs:label "Poligeenan"@en . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "CAS:53973-98-1" ; + "KEGG COMPOUND" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "Carrageenan, degraded" ; + "KEGG_COMPOUND" + ] . + + +### http://purl.obolibrary.org/obo/CHEBI_84291 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "An organic anion in which the charge resides on a sulfur atom." ; + "chebi_ontology" ; + "organic sulfur anions" ; + "CHEBI:84291" ; + ; + rdfs:label "organic sulfur anion" . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "organic sulfur anions" ; + "ChEBI" + ] . + + +### http://purl.obolibrary.org/obo/CHEBI_84292 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Any organic sulfur anion resulting from the removal of a proton from any N-substituted dithiocarbamic acid." ; + "-1" ; + "CNS2R2" ; + "90.14800" ; + "89.94722" ; + "[S-]C(=S)N([*])[*]" ; + "chebi_ontology" ; + "CHEBI:84292" ; + ; + rdfs:label "dithiocarbamate anions" . + + +### http://purl.obolibrary.org/obo/GO_0003674 + rdf:type owl:Class ; + "A molecular process that can be carried out by the action of a single macromolecular machine, usually via direct physical interactions with other molecular entities. Function in this sense denotes an action, or activity, that a gene product (or a complex) performs. These actions are described from two distinct but related perspectives: (1) biochemical activity, and (2) role as a component in a larger system/process." ; + "molecular function" ; + "GO:0003674" ; + rdfs:comment "Note that, in addition to forming the root of the molecular function ontology, this term is recommended for use for the annotation of gene products whose molecular function is unknown. When this term is used for annotation, it indicates that no information was available about the molecular function of the gene product annotated as of the date the annotation was made; the evidence code 'no data' (ND), is used to indicate this. Despite its name, this is not a type of 'function' in the sense typically defined by upper ontologies such as Basic Formal Ontology (BFO). It is instead a BFO:process carried out by a single gene product or complex." ; + rdfs:label "molecular_function"@en . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "A molecular process that can be carried out by the action of a single macromolecular machine, usually via direct physical interactions with other molecular entities. Function in this sense denotes an action, or activity, that a gene product (or a complex) performs. These actions are described from two distinct but related perspectives: (1) biochemical activity, and (2) role as a component in a larger system/process." ; + "GOC:pdt" + ] . + + +### http://purl.obolibrary.org/obo/GO_0008150 + rdf:type owl:Class ; + "A biological process represents a specific objective that the organism is genetically programmed to achieve. Biological processes are often described by their outcome or ending state, e.g., the biological process of cell division results in the creation of two daughter cells (a divided cell) from a single parent cell. A biological process is accomplished by a particular set of molecular functions carried out by specific gene products (or macromolecular complexes), often in a highly regulated manner and in a particular temporal sequence."@en , + "A biological process represents a specific objective that the organism is genetically programmed to achieve. Biological processes are often described by their outcome or ending state, e.g., the biological process of cell division results in the creation of two daughter cells (a divided cell) from a single parent cell. A biological process is accomplished by a particular set of molecular functions carried out by specific gene products (or macromolecular complexes), often in a highly regulated manner and in a particular temporal sequence." ; + "jl" ; + "2012-09-19T15:05:24Z" ; + "Wikipedia:Biological_process" ; + "biological process"@en , + "physiological process"@en ; + "single organism process"@en , + "single-organism process"@en ; + "GO:0008150" ; + rdfs:comment "Note that, in addition to forming the root of the biological process ontology, this term is recommended for use for the annotation of gene products whose biological process is unknown. When this term is used for annotation, it indicates that no information was available about the biological process of the gene product annotated as of the date the annotation was made; the evidence code 'no data' (ND), is used to indicate this."@en ; + rdfs:label "biological process"@en , + "biologischer Prozess"@de . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "A biological process represents a specific objective that the organism is genetically programmed to achieve. Biological processes are often described by their outcome or ending state, e.g., the biological process of cell division results in the creation of two daughter cells (a divided cell) from a single parent cell. A biological process is accomplished by a particular set of molecular functions carried out by specific gene products (or macromolecular complexes), often in a highly regulated manner and in a particular temporal sequence." ; + "GOC:pdt" + ] . + + +### http://purl.obolibrary.org/obo/GO_0016301 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Catalysis of the transfer of a phosphate group, usually from ATP, to a substrate molecule." ; + "Reactome:R-HSA-6788855" , + "Reactome:R-HSA-6788867" ; + "phosphokinase activity" ; + "GO:0016301" ; + rdfs:comment "Note that this term encompasses all activities that transfer a single phosphate group; although ATP is by far the most common phosphate donor, reactions using other phosphate donors are included in this term." ; + rdfs:label "kinase activity" . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "Catalysis of the transfer of a phosphate group, usually from ATP, to a substrate molecule." ; + "ISBN:0198506732" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "Reactome:R-HSA-6788855" ; + rdfs:label "FN3KRP phosphorylates PsiAm, RibAm" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "Reactome:R-HSA-6788867" ; + rdfs:label "FN3K phosphorylates ketosamines" + ] . + + +### http://purl.obolibrary.org/obo/IAO_0000003 + rdf:type owl:Class ; + rdfs:subClassOf ; + "measurement unit label"@en ; + "Examples of measurement unit labels are liters, inches, weight per volume."@en ; + ; + "A measurement unit label is as a label that is part of a scalar measurement datum and denotes a unit of measure."@en ; + """2009-03-16: provenance: a term measurement unit was +proposed for OBI (OBI_0000176) , edited by Chris Stoeckert and +Cristian Cocos, and subsequently moved to IAO where the objective for +which the original term was defined was satisfied with the definition +of this, different, term."""@en , + "2009-03-16: review of this term done during during the OBI workshop winter 2009 and the current definition was considered acceptable for use in OBI. If there is a need to modify this definition please notify OBI."@en ; + "PERSON: Alan Ruttenberg"@en , + "PERSON: Melanie Courtot"@en ; + rdfs:label "measurement unit label"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000009 + rdf:type owl:Class ; + "datum label"@en ; + ; + "A label is a symbol that is part of some other datum and is used to either partially define the denotation of that datum or to provide a means for identifying the datum as a member of the set of data with the same label"@en ; + "http://www.golovchenko.org/cgi-bin/wnsearch?q=label#4n"@en ; + "GROUP: IAO"@en ; + """9/22/11 BP: changed the rdfs:label for this class from 'label' to 'datum label' to convey that this class is not intended to cover all kinds of labels (stickers, radiolabels, etc.), and not even all kind of textual labels, but rather the kind of labels occuring in a datum. +""" ; + rdfs:label "datum label"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000010 + rdf:type owl:Class ; + "software"@en ; + ; + """Software is a plan specification composed of a series of instructions that can be +interpreted by or directly executed by a processing unit."""@en ; + "see sourceforge tracker discussion at http://sourceforge.net/tracker/index.php?func=detail&aid=1958818&group_id=177891&atid=886178"@en ; + "PERSON: Alan Ruttenberg"@en , + "PERSON: Bjoern Peters"@en , + "PERSON: Chris Stoeckert"@en , + "PERSON: Melanie Courtot"@en ; + "GROUP: OBI"@en ; + rdfs:label "software"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000015 + rdf:type owl:Class ; + "information carrier"@en ; + "In the case of a printed paperback novel the physicality of the ink and of the paper form part of the information bearer. The qualities of appearing black and having a certain pattern for the ink and appearing white for the paper form part of the information carrier in this case."@en ; + ; + "A quality of an information bearer that imparts the information content"@en ; + "12/15/09: There is a concern that some ways that carry information may be processes rather than qualities, such as in a 'delayed wave carrier'."@en , + "2014-03-10: We are not certain that all information carriers are qualities. There was a discussion of dropping it." ; + "PERSON: Alan Ruttenberg"@en ; + "Smith, Ceusters, Ruttenberg, 2000 years of philosophy"@en ; + rdfs:label "information carrier"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000027 + rdf:type owl:Class ; + "data item"@en ; + "Data items include counts of things, analyte concentrations, and statistical summaries."@en ; + ; + "An information content entity that is intended to be a truthful statement about something (modulo, e.g., measurement precision or other systematic errors) and is constructed/acquired by a method which reliably tends to produce (approximately) truthful statements."@en ; + "2/2/2009 Alan and Bjoern discussing FACS run output data. This is a data item because it is about the cell population. Each element records an event and is typically further composed a set of measurment data items that record the fluorescent intensity stimulated by one of the lasers."@en , + "2009-03-16: data item deliberatly ambiguous: we merged data set and datum to be one entity, not knowing how to define singular versus plural. So data item is more general than datum."@en , + "2009-03-16: removed datum as alternative term as datum specifically refers to singular form, and is thus not an exact synonym."@en , + """JAR: datum -- well, this will be very tricky to define, but maybe some +information-like stuff that might be put into a computer and that is +meant, by someone, to denote and/or to be interpreted by some +process... I would include lists, tables, sentences... I think I might +defer to Barry, or to Brian Cantwell Smith + +JAR: A data item is an approximately justified approximately true approximate belief"""@en , + "2014-03-31: See discussion at http://odontomachus.wordpress.com/2014/03/30/aboutness-objects-propositions/" ; + "PERSON: Alan Ruttenberg"@en , + "PERSON: Chris Stoeckert"@en , + "PERSON: Jonathan Rees"@en ; + "data"@en ; + rdfs:label "data item"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000037 + rdf:type owl:Class ; + rdfs:subClassOf ; + "dot plot"@en ; + "Dot plot of SSC-H and FSC-H."@en ; + ; + "A dot plot is a report graph which is a graphical representation of data where each data point is represented by a single dot placed on coordinates corresponding to data point values in particular dimensions."@en ; + "person:Allyson Lister"@en , + "person:Chris Stoeckert"@en ; + "OBI_0000123"@en , + "group:OBI"@en ; + rdfs:label "dot plot"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000038 + rdf:type owl:Class ; + rdfs:subClassOf ; + "graph"@en ; + ; + "A diagram that presents one or more tuples of information by mapping those tuples in to a two dimensional space in a non arbitrary way."@en ; + "PERSON: Lawrence Hunter"@en , + "person:Alan Ruttenberg"@en , + "person:Allyson Lister"@en ; + "OBI_0000240"@en , + "group:OBI"@en ; + rdfs:label "graph"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000064 + rdf:type owl:Class ; + "algorithm"@en ; + "PMID: 18378114.Genomics. 2008 Mar 28. LINKGEN: A new algorithm to process data in genetic linkage studies."@en ; + ; + "A plan specification which describes the inputs and output of mathematical functions as well as workflow of execution for achieving an predefined objective. Algorithms are realized usually by means of implementation as computer programs for execution by automata."@en ; + "Philippe Rocca-Serra"@en , + "PlanAndPlannedProcess Branch"@en ; + "OBI_0000270"@en , + "adapted from discussion on OBI list (Matthew Pocock, Christian Cocos, Alan Ruttenberg)"@en ; + rdfs:label "algorithm"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000078 + rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( + + + + + + + + + ) + ] ; + rdfs:subClassOf ; + "curation status specification"@en ; + ; + "The curation status of the term. The allowed values come from an enumerated list of predefined terms. See the specification of these instances for more detailed definitions of each enumerated value."@en ; + "Better to represent curation as a process with parts and then relate labels to that process (in IAO meeting)"@en ; + "PERSON:Bill Bug"@en ; + "GROUP:OBI:"@en , + "OBI_0000266"@en ; + rdfs:label "curation status specification"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000100 + rdf:type owl:Class ; + rdfs:subClassOf ; + "data set"@en ; + "Intensity values in a CEL file or from multiple CEL files comprise a data set (as opposed to the CEL files themselves)."@en ; + ; + "A data item that is an aggregate of other data items of the same type that have something in common. Averages and distributions can be determined for data sets."@en ; + "2009/10/23 Alan Ruttenberg. The intention is that this term represent collections of like data. So this isn't for, e.g. the whole contents of a cel file, which includes parameters, metadata etc. This is more like java arrays of a certain rather specific type"@en , + "2014-05-05: Data sets are aggregates and thus must include two or more data items. We have chosen not to add logical axioms to make this restriction." ; + "person:Allyson Lister"@en , + "person:Chris Stoeckert"@en ; + "OBI_0000042"@en , + "group:OBI"@en ; + rdfs:label "data set"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000101 + rdf:type owl:Class ; + rdfs:subClassOf ; + "image"@en ; + ; + "An image is an affine projection to a two dimensional surface, of measurements of some quality of an entity or entities repeated at regular intervals across a spatial range, where the measurements are represented as color and luminosity on the projected on surface."@en ; + "person:Alan Ruttenberg"@en , + "person:Allyson"@en , + "person:Chris Stoeckert"@en ; + "OBI_0000030"@en , + "group:OBI"@en ; + rdfs:label "image"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000102 + rdf:type owl:Class ; + rdfs:subClassOf ; + "data about an ontology part"@en ; + "Data about an ontology part is a data item about a part of an ontology, for example a term"@en ; + "Person:Alan Ruttenberg"@en ; + rdfs:label "data about an ontology part"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000109 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "measurement datum"@en ; + "Examples of measurement data are the recoding of the weight of a mouse as {40,mass,\"grams\"}, the recording of an observation of the behavior of the mouse {,process,\"agitated\"}, the recording of the expression level of a gene as measured through the process of microarray experiment {3.4,luminosity,}."@en ; + ; + "A measurement datum is an information content entity that is a recording of the output of a measurement such as produced by a device."@en ; + "2/2/2009 is_specified_output of some assay?"@en ; + "person:Chris Stoeckert"@en ; + "OBI_0000305"@en , + "group:OBI"@en ; + rdfs:label "measurement datum"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000178 + rdf:type owl:Class ; + "material information bearer"@en ; + "A page of a paperback novel with writing on it. The paper itself is a material information bearer, the pattern of ink is the information carrier."@en , + "a brain"@en , + "a hard drive"@en ; + ; + "A material entity in which a concretization of an information content entity inheres."@en ; + "GROUP: IAO"@en ; + rdfs:label "material information bearer"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000179 + rdf:type owl:Class ; + rdfs:subClassOf ; + "histogram"@en ; + ; + """A histogram is a report graph which is a statistical description of a +distribution in terms of occurrence frequencies of different event classes."""@en ; + "PERSON:Chris Stoeckert"@en , + "PERSON:James Malone"@en , + "PERSON:Melanie Courtot"@en ; + "GROUP:OBI"@en ; + rdfs:label "histogram"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000180 + rdf:type owl:Class ; + rdfs:subClassOf ; + "heatmap"@en ; + ; + """A heatmap is a report graph which is a graphical representation of data +where the values taken by a variable(s) are shown as colors in a +two-dimensional map."""@en ; + "PERSON:Chris Stoeckert"@en , + "PERSON:James Malone"@en , + "PERSON:Melanie Courtot"@en ; + "GROUP:OBI"@en ; + rdfs:label "heatmap"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000183 + rdf:type owl:Class ; + rdfs:subClassOf ; + "dendrogram"@en ; + """Dendrograms are often used in computational biology to +illustrate the clustering of genes."""@en ; + ; + """A dendrogram is a report graph which is a tree diagram +frequently used to illustrate the arrangement of the clusters produced by a +clustering algorithm."""@en ; + "PERSON:Chris Stoeckert"@en , + "PERSON:James Malone"@en , + "PERSON:Melanie Courtot"@en ; + "WEB: http://en.wikipedia.org/wiki/Dendrogram"@en ; + rdfs:label "dendrogram"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000184 + rdf:type owl:Class ; + rdfs:subClassOf ; + "scatter plot"@en ; + "Comparison of gene expression values in two samples can be displayed in a scatter plot"@en ; + ; + "A scatterplot is a graph which uses Cartesian coordinates to display values for two variables for a set of data. The data is displayed as a collection of points, each having the value of one variable determining the position on the horizontal axis and the value of the other variable determining the position on the vertical axis."@en ; + "PERSON:Chris Stoeckert"@en , + "PERSON:James Malone"@en , + "PERSON:Melanie Courtot"@en ; + "scattergraph"@en ; + "WEB: http://en.wikipedia.org/wiki/Scatterplot"@en ; + rdfs:label "scatter plot"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000225 + rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( + + + + + ) + ] ; + rdfs:subClassOf ; + "obsolescence reason specification"@en ; + ; + "The reason for which a term has been deprecated. The allowed values come from an enumerated list of predefined terms. See the specification of these instances for more detailed definitions of each enumerated value."@en ; + "The creation of this class has been inspired in part by Werner Ceusters' paper, Applying evolutionary terminology auditing to the Gene Ontology."@en ; + "PERSON: Alan Ruttenberg"@en , + "PERSON: Melanie Courtot"@en ; + rdfs:label "obsolescence reason specification"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000308 + rdf:type owl:Class ; + "figure"@en ; + "Any picture, diagram or table"@en ; + ; + "An information content entity consisting of a two dimensional arrangement of information content entities such that the arrangement itself is about something."@en ; + "PERSON: Lawrence Hunter"@en ; + rdfs:label "figure"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000309 + rdf:type owl:Class ; + rdfs:subClassOf ; + "diagram"@en ; + "A molecular structure ribbon cartoon showing helices, turns and sheets and their relations to each other in space."@en ; + ; + "A figure that expresses one or more propositions"@en ; + "PERSON: Lawrence Hunter"@en ; + rdfs:label "diagram"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000310 + rdf:type owl:Class ; + "document"@en ; + "A journal article, patent application, laboratory notebook, or a book"@en ; + ; + "A collection of information content entities intended to be understood together as a whole"@en ; + "PERSON: Lawrence Hunter"@en ; + rdfs:label "document"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000409 + rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( + + + ) + ] ; + rdfs:subClassOf ; + "denotator type"@en ; + "The Basic Formal Ontology ontology makes a distinction between Universals and defined classes, where the formal are \"natural kinds\" and the latter arbitrary collections of entities."@en ; + "A denotator type indicates how a term should be interpreted from an ontological perspective."@en ; + "Alan Ruttenberg"@en ; + "Barry Smith, Werner Ceusters"@en ; + rdfs:label "denotator type"@en . + + +### http://purl.obolibrary.org/obo/OBI_0000011 + rdf:type owl:Class ; + "planned process"@en , + "planned process" ; + "Injecting mice with a vaccine in order to test its efficacy" ; + ; + "A process that realizes a plan which is the concretization of a plan specification."@en ; + "'Plan' includes a future direction sense. That can be problematic if plans are changed during their execution. There are however implicit contingencies for protocols that an agent has in his mind that can be considered part of the plan, even if the agent didn't have them in mind before. Therefore, a planned process can diverge from what the agent would have said the plan was before executing it, by adjusting to problems encountered during execution (e.g. choosing another reagent with equivalent properties, if the originally planned one has run out.)" , + """We are only considering successfully completed planned processes. A plan may be modified, and details added during execution. For a given planned process, the associated realized plan specification is the one encompassing all changes made during execution. This means that all processes in which an agent acts towards achieving some +objectives is a planned process.""" ; + "Bjoern Peters" ; + "branch derived" ; + "This class merges the previously separated objective driven process and planned process, as they the separation proved hard to maintain. (1/22/09, branch call)"@en , + "6/11/9: Edited at workshop. Used to include: is initiated by an agent" ; + ; + rdfs:label "planned process"@en . + + +### http://purl.obolibrary.org/obo/OBI_0000014 + rdf:type owl:Class ; + rdfs:subClassOf ; + "regulator role" ; + "Fact sheet - Regulating the companies The role of the regulator. Ofwat is the economic regulator of the water and sewerage industry in England and Wales. http://www.ofwat.gov.uk/aptrix/ofwat/publish.nsf/Content/roleofregulator_factsheet170805"@en ; + ; + "a regulatory role involved with making and/or enforcing relevant legislation and governmental orders"@en ; + "Person:Jennifer Fostel"@en ; + "regulator" ; + "OBI"@en ; + rdfs:label "regulator role"@en . + + +### http://purl.obolibrary.org/obo/OBI_0000017 + rdf:type owl:Class ; + rdfs:subClassOf ; + "regulatory role"@en ; + "Regulatory agency, Ethics committee, Approval letter; example: Browse these EPA Regulatory Role subtopics http://www.epa.gov/ebtpages/enviregulatoryrole.html Feb 29, 2008"@en ; + ; + "a role which inheres in material entities and is realized in the processes of making, enforcing or being defined by legislation or orders issued by a governmental body."@en ; + "GROUP: Role branch"@en ; + "OBI, CDISC"@en ; + "govt agents responsible for creating regulations; proxies for enforcing regulations. CDISC definition: regulatory authorities. Bodies having the power to regulate. NOTE: In the ICH GCP guideline the term includes the authorities that review submitted clinical data and those that conduct inspections. These bodies are sometimes referred to as competent"@en ; + rdfs:label "regulatory role"@en . + + +### http://purl.obolibrary.org/obo/OBI_0000018 + rdf:type owl:Class ; + rdfs:subClassOf ; + "material supplier role" ; + "Jackson Labs is an organization which provide mice as experimental material" ; + ; + "a role realized through the process of supplying materials such as animal subjects, reagents or other materials used in an investigation."@en ; + "Supplier role is a special kind of service, e.g. biobank" ; + "PERSON:Jennifer Fostel"@en ; + "material provider role" , + "supplier" ; + rdfs:label "material supplier role"@en . + + +### http://purl.obolibrary.org/obo/OBI_0000023 + rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "classified data set" ; + ; + "A data set that is produced as the output of a class prediction data transformation and consists of a data set with assigned class labels."@en ; + "PERSON: James Malone" , + "PERSON: Monnie McGee" ; + "data set with assigned class labels" ; + rdfs:label "classified data set"@en . + + +### http://purl.obolibrary.org/obo/OBI_0000047 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "processed material"@en ; + "Examples include gel matrices, filter paper, parafilm and buffer solutions, mass spectrometer, tissue samples"@en ; + ; + "Is a material entity that is created or changed during material processing."@en ; + "PERSON: Alan Ruttenberg"@en ; + rdfs:label "processed material"@en . + + +### http://purl.obolibrary.org/obo/OBI_0000067 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom + ] ; + "evaluant role"@en ; + "When a specimen of blood is assayed for glucose concentration, the blood has the evaluant role. When measuring the mass of a mouse, the evaluant is the mouse. When measuring the time of DNA replication, the evaluant is the DNA. When measuring the intensity of light on a surface, the evaluant is the light source."@en ; + ; + "a role that inheres in a material entity that is realized in an assay in which data is generated about the bearer of the evaluant role"@en ; + "Role call - 17nov-08: JF and MC think an evaluant role is always specified input of a process. Even in the case where we have an assay taking blood as evaluant and outputting blood, the blood is not the specified output at the end of the assay (the concentration of glucose in the blood is)"@en , + "examples of features that could be described in an evaluant: quality.... e.g. \"contains 10 pg/ml IL2\", or \"no glucose detected\")"@en ; + "GROUP: Role Branch" ; + "OBI" ; + "Feb 10, 2009. changes after discussion at OBI Consortium Workshop Feb 2-6, 2009. accepted as core term." ; + rdfs:label "evaluant role"@en . + + +### http://purl.obolibrary.org/obo/OBI_0000070 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + owl:disjointWith ; + "assay"@en ; + "Assay the wavelength of light emitted by excited Neon atoms. Count of geese flying over a house." ; + ; + "A planned process with the objective to produce information about the material entity that is the evaluant, by physically examining it or its proxies."@en ; + "12/3/12: BP: the reference to the 'physical examination' is included to point out that a prediction is not an assay, as that does not require physical examiniation." ; + "PlanAndPlannedProcess Branch"@en ; + "measuring"@en , + "scientific observation"@en ; + "OBI branch derived"@en ; + "study assay" ; + "any method" ; + rdfs:label "assay"@en . + + +### http://purl.obolibrary.org/obo/OBI_0000094 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "material processing" ; + "A cell lysis, production of a cloning vector, creating a buffer." ; + ; + "A planned process which results in physical changes in a specified input material"@en ; + "PERSON: Bjoern Peters"@en , + "PERSON: Frank Gibson" , + "PERSON: Jennifer Fostel" , + "PERSON: Melanie Courtot" , + "PERSON: Philippe Rocca Serra" ; + "material transformation"@en ; + "OBI branch derived"@en ; + rdfs:label "material processing"@en . + + +### http://purl.obolibrary.org/obo/OBI_0000112 + rdf:type owl:Class ; + rdfs:subClassOf ; + "specimen role" ; + "liver section; a portion of a culture of cells; a nemotode or other animal once no longer a subject (generally killed); portion of blood from a patient." ; + ; + "a role borne by a material entity that is gained during a specimen collection process and that can be realized by use of the specimen in an investigation"@en ; + """blood taken from animal: animal continues in study, whereas blood has role specimen. +something taken from study subject, leaves the study and becomes the specimen."""@en , + """parasite example +- when parasite in people we study people, people are subjects and parasites are specimen +- when parasite extracted, they become subject in the following study +specimen can later be subject."""@en , + "22Jun09. The definition includes whole organisms, and can include a human. The link between specimen role and study subject role has been removed. A specimen taken as part of a case study is not considered to be a population representative, while a specimen taken as representing a population, e.g. person taken from a cohort, blood specimen taken from an animal) would be considered a population representative and would also bear material sample role." , + "Note: definition is in specimen creation objective which is defined as an objective to obtain and store a material entity for potential use as an input during an investigation." ; + "GROUP: Role Branch" ; + "OBI" ; + ; + rdfs:label "specimen role"@en . + + +### http://purl.obolibrary.org/obo/OBI_0000245 + rdf:type owl:Class ; + "organization"@en ; + "PMID: 16353909.AAPS J. 2005 Sep 22;7(2):E274-80. Review. The joint food and agriculture organization of the United Nations/World Health Organization Expert Committee on Food Additives and its role in the evaluation of the safety of veterinary drug residues in foods."@en ; + ; + "An entity that can bear roles, has members, and has a set of organization rules. Members of organizations are either organizations themselves or individual people. Members can bear specific organization member roles that are determined in the organization rules. The organization rules also determine how decisions are made on behalf of the organization by the organization members."@en ; + """BP: The definition summarizes long email discussions on the OBI developer, roles, biomaterial and denrie branches. It leaves open if an organization is a material entity or a dependent continuant, as no consensus was reached on that. The current placement as material is therefore temporary, in order to move forward with development. Here is the entire email summary, on which the definition is based: + +1) there are organization_member_roles (president, treasurer, branch +editor), with individual persons as bearers + +2) there are organization_roles (employer, owner, vendor, patent holder) + +3) an organization has a charter / rules / bylaws, which specify what roles +there are, how they should be realized, and how to modify the +charter/rules/bylaws themselves. + +It is debatable what the organization itself is (some kind of dependent +continuant or an aggregate of people). This also determines who/what the +bearer of organization_roles' are. My personal favorite is still to define +organization as a kind of 'legal entity', but thinking it through leads to +all kinds of questions that are clearly outside the scope of OBI. + +Interestingly enough, it does not seem to matter much where we place +organization itself, as long as we can subclass it (University, Corporation, +Government Agency, Hospital), instantiate it (Affymetrix, NCBI, NIH, ISO, +W3C, University of Oklahoma), and have it play roles. + +This leads to my proposal: We define organization through the statements 1 - +3 above, but without an 'is a' statement for now. We can leave it in its +current place in the is_a hierarchy (material entity) or move it up to +'continuant'. We leave further clarifications to BFO, and close this issue +for now."""@en ; + "PERSON: Alan Ruttenberg" , + "PERSON: Bjoern Peters" , + "PERSON: Philippe Rocca-Serra" , + "PERSON: Susanna Sansone" ; + "GROUP: OBI" ; + rdfs:label "organization"@en . + + +### http://purl.obolibrary.org/obo/OBI_0000272 + rdf:type owl:Class ; + "protocol"@en ; + "PCR protocol, has objective specification, amplify DNA fragment of interest, and has action specification describes the amounts of experimental reagents used (e..g. buffers, dNTPS, enzyme), and the temperature and cycle time settings for running the PCR."@en ; + ; + "A plan specification which has sufficient level of detail and quantitative information to communicate it between investigation agents, so that different investigation agents will reliably be able to independently reproduce the process."@en ; + "PlanAndPlannedProcess Branch"@en ; + "OBI branch derived + wikipedia (http://en.wikipedia.org/wiki/Protocol_%28natural_sciences%29)"@en ; + "study protocol" ; + rdfs:label "protocol"@en . + + +### http://purl.obolibrary.org/obo/OBI_0000371 + rdf:type owl:Class ; + rdfs:subClassOf ; + "heat function"@en ; + ; + "A heat function is a function that increases the internal kinetic energy of a material"@en ; + "Bill Bug" , + "Daniel Schober" , + "Frank Gibson" , + "Melanie Courtot" ; + rdfs:label "heat function"@en . + + +### http://purl.obolibrary.org/obo/OBI_0000379 + rdf:type owl:Class ; + rdfs:subClassOf ; + "mechanical function"@en ; + ; + "A mechanical function is a function that is realised via mechanical work (through an certain amount of energy transferred by some force)."@en ; + "Bill Bug" , + "Daniel Schober" , + "Frank Gibson" , + "Melanie Courtot" ; + "http://en.wikipedia.org/wiki/Mechanical_work"@en ; + rdfs:label "mechanical function"@en . + + +### http://purl.obolibrary.org/obo/OBI_0000387 + rdf:type owl:Class ; + rdfs:subClassOf ; + "cool function"@en ; + ; + "A cool function is a function to decrease the internal kinetic energy of a material below the initial kinetic energy of that type of material."@en ; + "Daniel Schober" , + "Frank Gibson" , + "Melanie Courtot" ; + rdfs:label "cool function"@en . + + +### http://purl.obolibrary.org/obo/OBI_0000401 + rdf:type owl:Class ; + rdfs:subClassOf ; + "environment control function"@en ; + ; + "An environmental control function is a function that regulates a contained environment within specified parameter ranges. For example the control of light exposure, humidity and temperature."@en ; + "Bill Bug" , + "Daniel Schober" , + "Frank Gibson" , + "Melanie Courtot" ; + rdfs:label "environment control function"@en . + + +### http://purl.obolibrary.org/obo/OBI_0000450 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "regulatory agency"@en ; + "The US Environmental Protection Agency" ; + ; + "A regulatory agency is a organization that has responsibility over or for the legislation (acts and regulations) for a given sector of the government."@en ; + "GROUP: OBI Biomaterial Branch" ; + "WEB: en.wikipedia.org/wiki/Regulator" ; + rdfs:label "regulatory agency"@en . + + +### http://purl.obolibrary.org/obo/OBI_0000453 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ] ; + "measure function"@en ; + "A glucometer measures blood glucose concentration, the glucometer has a measure function." ; + ; + "Measure function is a function that is borne by a processed material and realized in a process in which information about some entity is expressed relative to some reference."@en ; + "PERSON: Daniel Schober" , + "PERSON: Helen Parkinson" , + "PERSON: Melanie Courtot" , + "PERSON:Frank Gibson" ; + rdfs:label "measure function"@en . + + +### http://purl.obolibrary.org/obo/OBI_0000457 + rdf:type owl:Class ; + rdfs:subClassOf ; + "manufacturing" ; + ; + "Manufacturing is a process with the intent to produce a processed material which will have a function for future use. A person or organization (having manufacturer role) is a participant in this process"@en ; + "This includes a single scientist making a processed material for personal use."@en , + "Manufacturing implies reproducibility and responsibility AR" ; + "PERSON: Bjoern Peters" , + "PERSON: Frank Gibson" , + "PERSON: Jennifer Fostel" , + "PERSON: Melanie Courtot" , + "PERSON: Philippe Rocca-Serra" ; + "GROUP: OBI PlanAndPlannedProcess Branch" ; + rdfs:label "manufacturing"@en . + + +### http://purl.obolibrary.org/obo/OBI_0000571 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom + ] ; + "manufacturer role" ; + "With respect to The Accuri C6 Flow Cytometer System, the organization Accuri bears the role manufacturer role. With respect to a transformed line of tissue culture cells derived by a specific lab, the lab whose personnel isolated the cll line bears the role manufacturer role. With respect to a specific antibody produced by an individual scientist, the scientist who purifies, characterizes and distributes the anitbody bears the role manufacturer role." ; + ; + "Manufacturer role is a role which inheres in a person or organization and which is realized by a manufacturing process." ; + "GROUP: Role Branch" ; + "OBI" ; + rdfs:label "manufacturer role" . + + +### http://purl.obolibrary.org/obo/OBI_0000648 + rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "clustered data set" ; + "A clustered data set is the output of a K means clustering data transformation" ; + ; + "A data set that is produced as the output of a class discovery data transformation and consists of a data set with assigned discovered class labels."@en ; + "PERSON: James Malone" , + "PERSON: Monnie McGee" ; + "data set with assigned discovered class labels" ; + "AR thinks could be a data item instead" ; + rdfs:label "clustered data set"@en . + + +### http://purl.obolibrary.org/obo/OBI_0000659 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "specimen collection process" ; + "drawing blood from a patient for analysis, collecting a piece of a plant for depositing in a herbarium, buying meat from a butcher in order to measure its protein content in an investigation" ; + ; + "A planned process with the objective of collecting a specimen." ; + "Note: definition is in specimen creation objective which is defined as an objective to obtain and store a material entity for potential use as an input during an investigation." , + "Philly2013: A specimen collection can have as part a material entity acquisition, such as ordering from a bank. The distinction is that specimen collection necessarily involves the creation of a specimen role. However ordering cell lines cells from ATCC for use in an investigation is NOT a specimen collection, because the cell lines already have a specimen role." , + "Philly2013: The specimen_role for the specimen is created during the specimen collection process." , + """label changed to 'specimen collection process' on 10/27/2014, details see tracker: +http://sourceforge.net/p/obi/obi-terms/716/""" ; + "Bjoern Peters" ; + "specimen collection" ; + "5/31/2012: This process is not necessarily an acquisition, as specimens may be collected from materials already in posession" , + "6/9/09: used at workshop" ; + rdfs:label "specimen collection process" . + + +### http://purl.obolibrary.org/obo/OBI_0000663 + rdf:type owl:Class ; + rdfs:subClassOf ; + "class prediction data transformation"@en ; + ; + "A class prediction data transformation (sometimes called supervised classification) is a data transformation that has objective class prediction."@en ; + "James Malone" ; + "supervised classification data transformation" ; + "PERSON: James Malone"@en ; + rdfs:label "class prediction data transformation"@en . + + +### http://purl.obolibrary.org/obo/OBI_0000700 + rdf:type owl:Class ; + rdfs:subClassOf ; + "support vector machine" ; + ; + "A support vector machine is a data transformation with a class prediction objective based on the construction of a separating hyperplane that maximizes the margin between two data sets of vectors in n-dimensional space." ; + "James Malone" , + "Ryan Brinkman" ; + "SVM" ; + "PERSON: Ryan Brinkman" ; + rdfs:label "support vector machine" . + + +### http://purl.obolibrary.org/obo/OBI_0000707 + rdf:type owl:Class ; + rdfs:subClassOf ; + "decision tree building data transformation"@en ; + ; + "A decision tree building data transformation is a data transformation that has objective decision tree induction."@en ; + "James Malone" ; + "PERSON: James Malone"@en ; + rdfs:label "decision tree building data transformation"@en . + + +### http://purl.obolibrary.org/obo/OBI_0000713 + rdf:type owl:Class ; + rdfs:subClassOf ; + "GenePattern software" ; + ; + "a software that provides access to more than 100 tools for gene expression analysis, proteomics, SNP analysis and common data processing tasks." ; + "James Malone" , + "Person:Helen Parkinson" ; + "WEB: http://www.broadinstitute.org/cancer/software/genepattern/" ; + rdfs:label "GenePattern software" . + + +### http://purl.obolibrary.org/obo/OBI_0000726 + rdf:type owl:Class ; + rdfs:subClassOf ; + "peak matching" ; + ; + "Peak matching is a data transformation performed on a dataset of a graph of ordered data points (e.g. a spectrum) with the objective of pattern matching local maxima above a noise threshold" ; + "James Malone" , + "Ryan Brinkman" ; + "PERSON: Ryan Brinkman" ; + rdfs:label "peak matching" . + + +### http://purl.obolibrary.org/obo/OBI_0000727 + rdf:type owl:Class ; + rdfs:subClassOf , + , + ; + "k-nearest neighbors"@en ; + ; + "A k-nearest neighbors is a data transformation which achieves a class discovery or partitioning objective, in which an input data object with vector y is assigned to a class label based upon the k closest training data set points to y; where k is the largest value that class label is assigned."@en ; + "James Malone"@en ; + "k-NN" ; + "PERSON: James Malone"@en ; + rdfs:label "k-nearest neighbors"@en . + + +### http://purl.obolibrary.org/obo/OBI_0000749 + rdf:type owl:Class ; + rdfs:subClassOf ; + "CART"@en ; + ; + "A CART (classification and regression trees) is a data transformation method for producing a classification or regression model with a tree-based structure."@en ; + "James Malone"@en ; + "classification and regression trees" ; + "BOOK: David J. Hand, Heikki Mannila and Padhraic Smyth (2001) Principles of Data Mining."@en ; + rdfs:label "CART"@en . + + +### http://purl.obolibrary.org/obo/OBI_0000792 + rdf:type owl:Class ; + rdfs:subClassOf ; + "statistical model validation" ; + "Using the expression levels of 20 proteins to predict whether a cancer patient will respond to a drug. A practical goal would be to determine which subset of the 20 features should be used to produce the best predictive model. - wikipedia" ; + ; + "A data transformation which assesses how the results of a statistical analysis will generalize to an independent data set." ; + "Helen Parkinson" ; + "http://en.wikipedia.org/wiki/Cross-validation_%28statistics%29" ; + rdfs:label "statistical model validation" . + + +### http://purl.obolibrary.org/obo/OBI_0000832 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "measurement device" ; + "A ruler, a microarray scanner, a Geiger counter." ; + ; + "A device in which a measure function inheres." ; + "GROUP:OBI Philly workshop" ; + "OBI" ; + rdfs:label "measurement device" . + + +### http://purl.obolibrary.org/obo/OBI_0000835 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "manufacturer" ; + ; + "A person or organization that has a manufacturer role" ; + rdfs:label "manufacturer"@en . + + +### http://purl.obolibrary.org/obo/OBI_0000946 + rdf:type owl:Class ; + rdfs:subClassOf ; + "sterilization function" ; + ; + "a function to remove viable organisms from an input material" ; + rdfs:label "sterilization function" . + + +### http://purl.obolibrary.org/obo/OBI_0000947 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom + ] ; + "service provider role" ; + "Jackson Lab provides experimental animals, EBI provides training on databases, a core facility provides access to a DNA sequencer." ; + ; + "is a role which inheres in a person or organization and is realized in in a planned process which provides access to training, materials or execution of protocols for an organization or person" ; + "PERSON:Helen Parkinson" ; + rdfs:label "service provider role" . + + +### http://purl.obolibrary.org/obo/OBI_0000953 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf , + ; + "processed specimen" ; + """A tissue sample that has been sliced and stained for a histology study. +A blood specimen that has been centrifuged to obtain the white blood cells.""" ; + ; + "A specimen that has been intentionally physically modified." ; + "Bjoern Peters" ; + "Bjoern Peters" ; + rdfs:comment "A tissue sample that has been sliced and stained for a histology study." ; + rdfs:label "processed specimen" . + + +### http://purl.obolibrary.org/obo/OBI_0000963 + rdf:type owl:Class ; + rdfs:subClassOf ; + "categorical label" ; + "The labels 'positive' vs. 'negative', or 'left handed', 'right handed', 'ambidexterous', or 'strongly binding', 'weakly binding' , 'not binding', or '+++', '++', '+', '-' etc. form scales of categorical labels." ; + ; + "A label that is part of a categorical datum and that indicates the value of the data item on the categorical scale." ; + "Bjoern Peters" ; + "Bjoern Peters" ; + rdfs:label "categorical label" . + + +### http://purl.obolibrary.org/obo/OBI_0000968 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "device" ; + "A voltmeter is a measurement device which is intended to perform some measure function." , + "An autoclave is a device that sterlizes instruments or contaminated waste by applying high temperature and pressure." ; + ; + "A material entity that is designed to perform a function in a scientific investigation, but is not a reagent." ; + """2012-12-17 JAO: In common lab usage, there is a distinction made between devices and reagents that is difficult to model. Therefore we have chosen to specifically exclude reagents from the definition of \"device\", and are enumerating the types of roles that a reagent can perform. + +2013-6-5 MHB: The following clarifications are outcomes of the May 2013 Philly Workshop. Reagents are distinguished from devices that also participate in scientific techniques by the fact that reagents are chemical or biological in nature and necessarily participate in some chemical interaction or reaction during the realization of their experimental role. By contrast, devices do not participate in such chemical reactions/interactions. Note that there are cases where devices use reagent components during their operation, where the reagent-device distinction is less clear. For example: + +(1) An HPLC machine is considered a device, but has a column that holds a stationary phase resin as an operational component. This resin qualifies as a device if it participates purely in size exclusion, but bears a reagent role that is realized in the running of a column if it interacts electrostatically or chemically with the evaluant. The container the resin is in (“the column”) considered alone is a device. So the entire column as well as the entire HPLC machine are devices that have a reagent as an operating part. + +(2) A pH meter is a device, but its electrode component bears a reagent role in virtue of its interacting directly with the evaluant in execution of an assay. + +(3) A gel running box is a device that has a metallic lead as a component that participates in a chemical reaction with the running buffer when a charge is passed through it. This metallic lead is considered to have a reagent role as a component of this device realized in the running of a gel. + +In the examples above, a reagent is an operational component of a device, but the device itself does not realize a reagent role (as bearing a reagent role is not transitive across the part_of relation). In this way, the asserted disjointness between a reagent and device holds, as both roles are never realized in the same bearer during execution of an assay.""" ; + "PERSON: Helen Parkinson" ; + "instrument" ; + "OBI development call 2012-12-17." ; + rdfs:label "device" . + + +### http://purl.obolibrary.org/obo/OBI_0001000 + rdf:type owl:Class ; + rdfs:subClassOf ; + "questionnaire" ; + ; + "A document with a set of printed or written questions with a choice of answers, devised for the purposes of a survey or statistical study."@en ; + """JT: It plays a role in collecting data that could be fleshed out more; but I'm thinking it is, in itself, an edited document. +JZ: based on textual definition of edited document, it can be defined as N&S. I prefer to leave questionnaire as a document now. We can add more restrictions in the future and use that to determine it is an edited document or not."""@en , + "Need to clarify if this is a document or a directive information entity (or what their connection is))" ; + "PERSON: Jessica Turner"@en ; + "Merriam-Webster"@en ; + rdfs:label "questionnaire" . + + +### http://purl.obolibrary.org/obo/OBI_0001034 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( + + + ) + ] + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( + + + ) + ] + ] ; + "environmental control device" ; + "A growth chamber is an environmental control device." ; + ; + "An environmental control device is a device which has the function to control some aspect of the environment such as temperature, or humidity." ; + "Helen Parkinson" ; + "OBI" ; + rdfs:label "environmental control device" . + + +### http://purl.obolibrary.org/obo/OBI_0001112 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "autoclave" ; + ; + "A device that is used to sterilize equipment and supplies by subjecting them to high pressure steam at 121 C or more, typically for 15 to 20 minutes depending on the size of the load and the contents." ; + "PERSON: Erik Segerdell" ; + "J. Black, Microbiology, Prentice Hall (1993) pg. 334; http://en.wikipedia.org/wiki/Autoclave" ; + rdfs:label "autoclave" . + + +### http://purl.obolibrary.org/obo/OBI_0001930 + rdf:type owl:Class ; + rdfs:subClassOf ; + "categorical value specification" ; + ; + "A value specification that is specifies one category out of a fixed number of nominal categories" ; + "PERSON:Bjoern Peters" ; + rdfs:label "categorical value specification" . + + +### http://purl.obolibrary.org/obo/OBI_0001933 + rdf:type owl:Class ; + "value specification" ; + "The value of 'positive' in a classification scheme of \"positive or negative\"; the value of '20g' on the quantitative scale of mass." ; + ; + "An information content entity that specifies a value within a classification scheme or on a quantitative scale." ; + "This term is currently a descendant of 'information content entity', which requires that it 'is about' something. A value specification of '20g' for a measurement data item of the mass of a particular mouse 'is about' the mass of that mouse. However there are cases where a value specification is not clearly about any particular. In the future we may change 'value specification' to remove the 'is about' requirement." ; + "PERSON:Bjoern Peters" ; + rdfs:label "value specification"@en . + + +### http://purl.obolibrary.org/obo/OBI_0002076 + rdf:type owl:Class ; + "collection of specimens"@en ; + "Blood cells collected from multiple donors over the course of a study."@en ; + ; + "A material entity that has two or more specimens as its parts."@en ; + "Details see tracker: https://sourceforge.net/p/obi/obi-terms/778/" ; + "Person: Chris Stoeckert, Jie Zheng"@en ; + "OBIB, OBI" ; + "Biobank" ; + rdfs:label "collection of specimens"@en . + + +### http://purl.obolibrary.org/obo/OBI_0002205 + rdf:type owl:Class ; + rdfs:subClassOf ; + "histologic grade according to AJCC 7th edition" ; + "G1:Well differentiated" , + "G4: Undifferentiated" ; + ; + "A categorical value specification that is a histologic grade assigned to a tumor slide specimen according to the American Joint Committee on Cancer (AJCC) 7th Edition grading system." ; + "Chris Stoeckert, Helena Ellis" ; + "NCI BBRB, OBI" ; + "NCI BBRB" ; + rdfs:label "histologic grade according to AJCC 7th edition" . + + +### http://purl.obolibrary.org/obo/OBI_0002210 + rdf:type owl:Class ; + rdfs:subClassOf ; + "histologic grade according to the Fuhrman Nuclear Grading System" ; + ; + "A categorical value specification that is a histologic grade assigned to a tumor slide specimen according to the Fuhrman Nuclear Grading System." ; + "Chris Stoeckert, Helena Ellis" ; + "Histologic Grade (Fuhrman Nuclear Grading System)" ; + "NCI BBRB, OBI" ; + "NCI BBRB" ; + rdfs:label "histologic grade according to the Fuhrman Nuclear Grading System" . + + +### http://purl.obolibrary.org/obo/OBI_0002215 + rdf:type owl:Class ; + rdfs:subClassOf ; + "histologic grade for ovarian tumor" ; + ; + "A categorical value specification that is a histologic grade assigned to a ovarian tumor." ; + "Chris Stoeckert, Helena Ellis" ; + "NCI BBRB, OBI" ; + "NCI BBRB" ; + rdfs:label "histologic grade for ovarian tumor" . + + +### http://purl.obolibrary.org/obo/OBI_0002216 + rdf:type owl:Class ; + rdfs:subClassOf ; + "histologic grade for ovarian tumor according to a two-tier grading system" ; + ; + "A histologic grade for ovarian tumor that is from a two-tier histological classification of tumors." ; + "Chris Stoeckert, Helena Ellis" ; + "NCI BBRB, OBI" ; + "NCI BBRB" ; + rdfs:label "histologic grade for ovarian tumor according to a two-tier grading system" . + + +### http://purl.obolibrary.org/obo/OBI_0002219 + rdf:type owl:Class ; + rdfs:subClassOf ; + "histologic grade for ovarian tumor according to the World Health Organization" ; + ; + "A histologic grade for ovarian tumor that is from a histological classification by the World Health Organization (WHO)." ; + "Chris Stoeckert, Helena Ellis" ; + "NCI BBRB, OBI" ; + "NCI BBRB" ; + rdfs:label "histologic grade for ovarian tumor according to the World Health Organization" . + + +### http://purl.obolibrary.org/obo/OBI_0002224 + rdf:type owl:Class ; + rdfs:subClassOf ; + "pathologic primary tumor stage for colon and rectum according to AJCC 7th edition" ; + ; + "A categorical value specification that is a pathologic finding about one or more characteristics of colorectal cancer following the rules of the TNM American Joint Committee on Cancer (AJCC) version 7 classification system as they pertain to staging of the primary tumor. TNM pathologic primary tumor findings are based on clinical findings supplemented by histopathologic examination of one or more tissue specimens acquired during surgery." ; + "Chris Stoeckert, Helena Ellis" ; + "pT: Pathologic spread colorectal primary tumor (AJCC 7th Edition)" ; + "NCI BBRB, OBI" ; + "NCI BBRB" ; + rdfs:label "pathologic primary tumor stage for colon and rectum according to AJCC 7th edition" . + + +### http://purl.obolibrary.org/obo/OBI_0002232 + rdf:type owl:Class ; + rdfs:subClassOf ; + "pathologic primary tumor stage for lung according to AJCC 7th edition" ; + ; + "A categorical value specification that is a pathologic finding about one or more characteristics of lung cancer following the rules of the TNM American Joint Committee on Cancer (AJCC) version 7 classification system as they pertain to staging of the primary tumor. TNM pathologic primary tumor findings are based on clinical findings supplemented by histopathologic examination of one or more tissue specimens acquired during surgery." ; + "Chris Stoeckert, Helena Ellis" ; + "pT: Pathologic spread lung primary tumor (AJCC 7th Edition)" ; + "NCI BBRB, OBI" ; + "NCI BBRB" ; + rdfs:label "pathologic primary tumor stage for lung according to AJCC 7th edition" . + + +### http://purl.obolibrary.org/obo/OBI_0002243 + rdf:type owl:Class ; + rdfs:subClassOf ; + "pathologic primary tumor stage for kidney according to AJCC 7th edition" ; + ; + "A categorical value specification that is a pathologic finding about one or more characteristics of renal cancer following the rules of the TNM AJCC v7 classification system as they pertain to staging of the primary tumor. TNM pathologic primary tumor findings are based on clinical findings supplemented by histopathologic examination of one or more tissue specimens acquired during surgery." ; + "Chris Stoeckert, Helena Ellis" ; + "pT: Pathologic spread kidney primary tumor (AJCC 7th Edition)" ; + "NCI BBRB, OBI" ; + "NCI BBRB" ; + rdfs:label "pathologic primary tumor stage for kidney according to AJCC 7th edition" . + + +### http://purl.obolibrary.org/obo/OBI_0002256 + rdf:type owl:Class ; + rdfs:subClassOf ; + "pathologic primary tumor stage for ovary according to AJCC 7th edition" ; + ; + "A categorical value specification that is a pathologic finding about one or more characteristics of ovarian cancer following the rules of the TNM AJCC v7 classification system as they pertain to staging of the primary tumor. TNM pathologic primary tumor findings are based on clinical findings supplemented by histopathologic examination of one or more tissue specimens acquired during surgery." ; + "Chris Stoeckert, Helena Ellis" ; + "pT: Pathologic spread ovarian primary tumor (AJCC 7th Edition)" ; + "NCI BBRB, OBI" ; + "NCI BBRB" ; + rdfs:label "pathologic primary tumor stage for ovary according to AJCC 7th edition" . + + +### http://purl.obolibrary.org/obo/OBI_0002270 + rdf:type owl:Class ; + rdfs:subClassOf ; + "pathologic lymph node stage for colon and rectum according to AJCC 7th edition" ; + ; + "A categorical value specification that is a pathologic finding about one or more characteristics of colorectal cancer following the rules of the TNM AJCC v7 classification system as they pertain to staging of regional lymph nodes." ; + "Chris Stoeckert, Helena Ellis" ; + "pN: Pathologic spread colon lymph nodes (AJCC 7th Edition)" ; + "NCI BBRB, OBI" ; + "NCI BBRB" ; + rdfs:label "pathologic lymph node stage for colon and rectum according to AJCC 7th edition" . + + +### http://purl.obolibrary.org/obo/OBI_0002279 + rdf:type owl:Class ; + rdfs:subClassOf ; + "pathologic lymph node stage for lung according to AJCC 7th edition" ; + ; + "A categorical value specification that is a pathologic finding about one or more characteristics of lung cancer following the rules of the TNM AJCC v7 classification system as they pertain to staging of regional lymph nodes." ; + "Chris Stoeckert, Helena Ellis" ; + "pN: Pathologic spread colon lymph nodes (AJCC 7th Edition)" ; + "NCI BBRB, OBI" ; + "NCI BBRB" ; + rdfs:label "pathologic lymph node stage for lung according to AJCC 7th edition" . + + +### http://purl.obolibrary.org/obo/OBI_0002284 + rdf:type owl:Class ; + rdfs:subClassOf ; + "pathologic lymph node stage for kidney according to AJCC 7th edition" ; + ; + "A categorical value specification that is a pathologic finding about one or more characteristics of renal cancer following the rules of the TNM AJCC v7 classification system as they pertain to staging of regional lymph nodes." ; + "Chris Stoeckert, Helena Ellis" ; + "pN: Pathologic spread kidney lymph nodes (AJCC 7th Edition)" ; + "NCI BBRB, OBI" ; + "NCI BBRB" ; + rdfs:label "pathologic lymph node stage for kidney according to AJCC 7th edition" . + + +### http://purl.obolibrary.org/obo/OBI_0002287 + rdf:type owl:Class ; + rdfs:subClassOf ; + "pathologic lymph node stage for ovary according to AJCC 7th edition" ; + ; + "A categorical value specification that is a pathologic finding about one or more characteristics of ovarian cancer following the rules of the TNM AJCC v7 classification system as they pertain to staging of regional lymph nodes." ; + "Chris Stoeckert, Helena Ellis" ; + "pN: Pathologic spread ovarian lymph nodes (AJCC 7th Edition)" ; + "NCI BBRB, OBI" ; + "NCI BBRB" ; + rdfs:label "pathologic lymph node stage for ovary according to AJCC 7th edition" . + + +### http://purl.obolibrary.org/obo/OBI_0002290 + rdf:type owl:Class ; + rdfs:subClassOf ; + "pathologic distant metastases stage for colon according to AJCC 7th edition" ; + ; + "A categorical value specification that is a pathologic finding about one or more characteristics of colon cancer following the rules of the TNM AJCC v7 classification system as they pertain to distant metastases. TNM pathologic distant metastasis findings are based on clinical findings supplemented by histopathologic examination of one or more tissue specimens acquired during surgery." ; + "Chris Stoeckert, Helena Ellis" ; + "M: colon distant metastases (AJCC 7th Edition)" ; + "NCI BBRB, OBI" ; + "NCI BBRB" ; + rdfs:label "pathologic distant metastases stage for colon according to AJCC 7th edition" . + + +### http://purl.obolibrary.org/obo/OBI_0002298 + rdf:type owl:Class ; + rdfs:subClassOf ; + "pathologic distant metastases stage for lung according to AJCC 7th edition" ; + ; + "A categorical value specification that is a pathologic finding about one or more characteristics of lung cancer following the rules of the TNM AJCC v7 classification system as they pertain to distant metastases. TNM pathologic distant metastasis findings are based on clinical findings supplemented by histopathologic examination of one or more tissue specimens acquired during surgery." ; + "Chris Stoeckert, Helena Ellis" ; + "M: lung distant metastases (AJCC 7th Edition)" ; + "NCI BBRB, OBI" ; + "NCI BBRB" ; + rdfs:label "pathologic distant metastases stage for lung according to AJCC 7th edition" . + + +### http://purl.obolibrary.org/obo/OBI_0002306 + rdf:type owl:Class ; + rdfs:subClassOf ; + "pathologic distant metastases stage for kidney according to AJCC 7th edition" ; + ; + "A categorical value specification that is a pathologic finding about one or more characteristics of renal cancer following the rules of the TNM AJCC v7 classification system as they pertain to distant metastases. TNM pathologic distant metastasis findings are based on clinical findings supplemented by histopathologic examination of one or more tissue specimens acquired during surgery." ; + "Chris Stoeckert, Helena Ellis" ; + "M: kidney distant Metastases (AJCC 7th Edition)" ; + "NCI BBRB, OBI" ; + "NCI BBRB" ; + rdfs:label "pathologic distant metastases stage for kidney according to AJCC 7th edition" . + + +### http://purl.obolibrary.org/obo/OBI_0002310 + rdf:type owl:Class ; + rdfs:subClassOf ; + "pathologic distant metastases stage for ovary according to AJCC 7th edition" ; + ; + "A categorical value specification that is a pathologic finding about one or more characteristics of ovarian cancer following the rules of the TNM AJCC v7 classification system as they pertain to distant metastases. TNM pathologic distant metastasis findings are based on clinical findings supplemented by histopathologic examination of one or more tissue specimens acquired during surgery." ; + "Chris Stoeckert, Helena Ellis" ; + "M: ovarian distant metastases (AJCC 7th Edition)" ; + "NCI BBRB, OBI" ; + "NCI BBRB" ; + rdfs:label "pathologic distant metastases stage for ovary according to AJCC 7th edition" . + + +### http://purl.obolibrary.org/obo/OBI_0002314 + rdf:type owl:Class ; + rdfs:subClassOf ; + "clinical tumor stage group according to AJCC 7th edition" ; + ; + "A categorical value specification that is an assessment of the stage of a cancer according to the American Joint Committee on Cancer (AJCC) v7 staging systems." ; + "Chris Stoeckert, Helena Ellis" ; + "Clinical tumor stage group (AJCC 7th Edition)" ; + "NCI BBRB, OBI" ; + "NCI BBRB" ; + rdfs:label "clinical tumor stage group according to AJCC 7th edition" . + + +### http://purl.obolibrary.org/obo/OBI_0002326 + rdf:type owl:Class ; + rdfs:subClassOf ; + "International Federation of Gynecology and Obstetrics cervical cancer stage value specification" ; + ; + "A categorical value specification that is an assessment of the stage of a gynecologic cancer according to the International Federation of Gynecology and Obstetrics (FIGO) staging systems." ; + "Chris Stoeckert, Helena Ellis" ; + "Clinical FIGO stage" ; + "NCI BBRB, OBI" ; + "NCI BBRB" ; + rdfs:label "International Federation of Gynecology and Obstetrics cervical cancer stage value specification" . + + +### http://purl.obolibrary.org/obo/OBI_0002341 + rdf:type owl:Class ; + rdfs:subClassOf ; + "International Federation of Gynecology and Obstetrics ovarian cancer stage value specification" ; + ; + "A categorical value specification that is a pathologic finding about one or more characteristics of ovarian cancer following the rules of the FIGO classification system." ; + "Chris Stoeckert, Helena Ellis" ; + "Pathologic Tumor Stage Grouping for ovarian cancer (FIGO)" ; + "NCI BBRB, OBI" ; + "NCI BBRB" ; + rdfs:label "International Federation of Gynecology and Obstetrics ovarian cancer stage value specification" . + + +### http://purl.obolibrary.org/obo/OBI_0002356 + rdf:type owl:Class ; + rdfs:subClassOf ; + "performance status value specification" ; + ; + "A categorical value specification that is an assessment of a participant's performance status (general well-being and activities of daily life)." ; + "Chris Stoeckert, Helena Ellis" ; + "Performance Status Scale" ; + "https://en.wikipedia.org/wiki/Performance_status" ; + "NCI BBRB" ; + rdfs:label "performance status value specification" . + + +### http://purl.obolibrary.org/obo/OBI_0002357 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Eastern Cooperative Oncology Group score value specification" ; + ; + "A performance status value specification designed by the Eastern Cooperative Oncology Group to assess disease progression and its affect on the daily living abilities of the patient." ; + "Chris Stoeckert, Helena Ellis" ; + "ECOG score" ; + "NCI BBRB, OBI" ; + "NCI BBRB" ; + rdfs:label "Eastern Cooperative Oncology Group score value specification" . + + +### http://purl.obolibrary.org/obo/OBI_0002363 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Karnofsky score vaue specification" ; + ; + "A performance status value specification designed for classifying patients 16 years of age or older by their functional impairment." ; + "Chris Stoeckert, Helena Ellis" ; + "Karnofsky Score" ; + "NCI BBRB, OBI" ; + "NCI BBRB" ; + rdfs:label "Karnofsky score vaue specification" . + + +### http://purl.obolibrary.org/obo/OBI_0002989 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "material supplier" ; + ; + "A person or organization that provides material supplies to other people or organizations." ; + "Rebecca Jackson" ; + "https://github.com/obi-ontology/obi/issues/1289" ; + rdfs:label "material supplier"@en . + + +### http://purl.obolibrary.org/obo/OBI_0100051 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "specimen"@en ; + "Biobanking of blood taken and stored in a freezer for potential future investigations stores specimen." ; + ; + "A material entity that has the specimen role."@en ; + "Note: definition is in specimen creation objective which is defined as an objective to obtain and store a material entity for potential use as an input during an investigation." ; + "PERSON: James Malone" , + "PERSON: Philippe Rocca-Serra" ; + "GROUP: OBI Biomaterial Branch"@en ; + ; + rdfs:label "specimen"@en . + + +### http://purl.obolibrary.org/obo/OBI_0200000 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom + ] ; + "data transformation"@en ; + "The application of a clustering protocol to microarray data or the application of a statistical testing method on a primary data set to determine a p-value." ; + ; + "A planned process that produces output data from input data."@en ; + "Elisabetta Manduchi"@en , + "Helen Parkinson"@en , + "James Malone"@en , + "Melanie Courtot"@en , + "Richard Scheuermann"@en , + "Ryan Brinkman"@en , + "Tina Hernandez-Boussard"@en , + "Philippe Rocca-Serra" ; + "data analysis"@en , + "data processing"@en ; + "Branch editors"@en ; + ; + rdfs:label "data transformation"@en . + + +### http://purl.obolibrary.org/obo/OBI_0200033 + rdf:type owl:Class ; + rdfs:subClassOf ; + "leave one out cross validation method"@en ; + "The authors conducted leave-one-out cross validation to estimate the strength and accuracy of the differentially expressed filtered genes. http://bioinformatics.oxfordjournals.org/cgi/content/abstract/19/3/368" ; + ; + "is a data transformation : leave-one-out cross-validation (LOOCV) involves using a single observation from the original sample as the validation data, and the remaining observations as the training data. This is repeated such that each observation in the sample is used once as the validation data" ; + "2009-11-10. Tracker: https://sourceforge.net/tracker/?func=detail&aid=2893049&group_id=177891&atid=886178" ; + "Person:Helen Parkinson" ; + rdfs:label "leave one out cross validation method"@en . + + +### http://purl.obolibrary.org/obo/OBI_0200041 + rdf:type owl:Class ; + rdfs:subClassOf , + , + ; + "k-means clustering"@en ; + ; + "A k-means clustering is a data transformation which achieves a class discovery or partitioning objective, which takes as input a collection of objects (represented as points in multidimensional space) and which partitions them into a specified number k of clusters. The algorithm attempts to find the centers of natural clusters in the data. The most common form of the algorithm starts by partitioning the input points into k initial sets, either at random or using some heuristic data. It then calculates the mean point, or centroid, of each set. It constructs a new partition by associating each point with the closest centroid. Then the centroids are recalculated for the new clusters, and the algorithm repeated by alternate applications of these two steps until convergence, which is obtained when the points no longer switch clusters (or alternatively centroids are no longer changed)."@en ; + "James Malone"@en , + "Elisabetta Manduchi" , + "Philippe Rocca-Serra" ; + "WEB: http://en.wikipedia.org/wiki/K-means"@en ; + rdfs:label "k-means clustering"@en . + + +### http://purl.obolibrary.org/obo/OBI_0200042 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "hierarchical clustering"@en ; + ; + "A hierarchical clustering is a data transformation which achieves a class discovery objective, which takes as input data item and builds a hierarchy of clusters. The traditional representation of this hierarchy is a tree (visualized by a dendrogram), with the individual input objects at one end (leaves) and a single cluster containing every object at the other (root)."@en ; + "James Malone"@en ; + "WEB: http://en.wikipedia.org/wiki/Data_clustering#Hierarchical_clustering"@en ; + rdfs:label "hierarchical clustering"@en . + + +### http://purl.obolibrary.org/obo/OBI_0200050 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "dimensionality reduction"@en ; + ; + "A dimensionality reduction is data partitioning which transforms each input m-dimensional vector (x_1, x_2, ..., x_m) into an output n-dimensional vector (y_1, y_2, ..., y_n), where n is smaller than m."@en ; + "Elisabetta Manduchi"@en , + "James Malone"@en , + "Melanie Courtot"@en , + "Philippe Rocca-Serra" ; + "data projection" ; + "PERSON: Elisabetta Manduchi"@en , + "PERSON: James Malone"@en , + "PERSON: Melanie Courtot"@en ; + rdfs:label "dimensionality reduction"@en . + + +### http://purl.obolibrary.org/obo/OBI_0200051 + rdf:type owl:Class ; + rdfs:subClassOf ; + "principal components analysis dimensionality reduction"@en ; + ; + "A principal components analysis dimensionality reduction is a dimensionality reduction achieved by applying principal components analysis and by keeping low-order principal components and excluding higher-order ones."@en ; + "Elisabetta Manduchi"@en , + "James Malone"@en , + "Melanie Courtot"@en , + "Philippe Rocca-Serra" ; + "pca data reduction"@en ; + "PERSON: Elisabetta Manduchi"@en , + "PERSON: James Malone"@en , + "PERSON: Melanie Courtot"@en ; + rdfs:label "principal components analysis dimensionality reduction"@en . + + +### http://purl.obolibrary.org/obo/OBI_0200111 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( + + ) + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( + + ) + ] + ] ; + "data visualization" ; + "Generation of a heatmap from a microarray dataset" ; + ; + "An planned process that creates images, diagrams or animations from the input data."@en ; + "Elisabetta Manduchi"@en , + "James Malone"@en , + "Melanie Courtot"@en , + "Tina Boussard"@en ; + "visualization"@en , + "data encoding as image" ; + "PERSON: Elisabetta Manduchi"@en , + "PERSON: James Malone"@en , + "PERSON: Melanie Courtot"@en , + "PERSON: Tina Boussard"@en ; + """Possible future hierarchy might include this: +information_encoding +>data_encoding +>>image_encoding""" ; + rdfs:label "data visualization"@en . + + +### http://purl.obolibrary.org/obo/OBI_0200171 + rdf:type owl:Class ; + rdfs:subClassOf ; + "partitioning data transformation"@en ; + ; + "A partitioning data transformation is a data transformation that has objective partitioning."@en ; + "James Malone" ; + "PERSON: James Malone"@en ; + rdfs:label "partitioning data transformation"@en . + + +### http://purl.obolibrary.org/obo/OBI_0200175 + rdf:type owl:Class ; + rdfs:subClassOf ; + "class discovery data transformation"@en ; + ; + "A class discovery data transformation (sometimes called unsupervised classification) is a data transformation that has objective class discovery."@en ; + "James Malone" ; + "clustering data transformation" , + "unsupervised classification data transformation" ; + "PERSON: James Malone"@en ; + rdfs:label "class discovery data transformation"@en . + + +### http://purl.obolibrary.org/obo/OBI_0200190 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( + + + + + ) + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom + ] ; + "clustered data visualization" ; + ; + "A data visualization which has input of a clustered data set and produces an output of a report graph which is capable of rendering data of this type." ; + "James Malone" ; + rdfs:label "clustered data visualization" . + + +### http://purl.obolibrary.org/obo/PATO_0000033 + rdf:type owl:Class ; + rdfs:subClassOf ; + "concentration of" ; + "A quality inhering in a substance by virtue of the amount of the bearer's there is mixed with another substance." ; + ; + rdfs:label "concentration of" . + + +### http://purl.obolibrary.org/obo/PATO_0000051 + rdf:type owl:Class ; + rdfs:subClassOf ; + "morphology" ; + "A quality of a single physical entity inhering in the bearer by virtue of the bearer's size or shape or structure." ; + ; + rdfs:label "morphology" . + + +### http://purl.obolibrary.org/obo/PATO_0000122 + rdf:type owl:Class ; + rdfs:subClassOf ; + "length" ; + "A 1-D extent quality which is equal to the distance between two points." ; + ; + rdfs:label "length" . + + +### http://purl.obolibrary.org/obo/PATO_0000146 + rdf:type owl:Class ; + rdfs:subClassOf ; + "temperature" ; + "A physical quality of the thermal energy of a system." ; + ; + rdfs:label "temperature" . + + +### http://purl.obolibrary.org/obo/PATO_0001018 + rdf:type owl:Class ; + rdfs:subClassOf ; + "physical quality" ; + "A quality of a physical entity that exists through action of continuants at the physical level of organisation in relation to other entities." ; + ; + rdfs:label "physical quality" . + + +### http://purl.obolibrary.org/obo/PATO_0001025 + rdf:type owl:Class ; + rdfs:subClassOf ; + "pressure" ; + "A physical quality that inheres in a bearer by virtue of the bearer's amount of force per unit area it exerts." ; + ; + rdfs:label "pressure" . + + +### http://purl.obolibrary.org/obo/PATO_0001241 + rdf:type owl:Class ; + "physical object quality" ; + "A quality which inheres in a continuant." ; + ; + rdfs:label "physical object quality"@en . + + +### http://purl.obolibrary.org/obo/PATO_0001291 + rdf:type owl:Class ; + rdfs:subClassOf ; + "electromagnetic (EM) radiation quality" ; + "A physical quality that inheres in an bearer by virtue of how that bearer interacts with electromagnetic radiation." ; + ; + rdfs:label "electromagnetic (EM) radiation quality" . + + +### http://purl.obolibrary.org/obo/PATO_0001300 + rdf:type owl:Class ; + rdfs:subClassOf ; + "optical quality" ; + "An EM radiation quality in which the EM radiation is within the fiat range of the spectrum visible deemed to be light." ; + ; + rdfs:label "optical quality" . + + +### http://purl.obolibrary.org/obo/PATO_0001546 + rdf:type owl:Class ; + rdfs:subClassOf ; + "quality of a solid" ; + "A physical quality inhering in a bearer by virtue of the bearer's exhibiting the physical characteristics of an entity characterized by particles arranged such that their shape and volume are relatively stable." ; + ; + rdfs:label "quality of a solid" . + + +### http://purl.obolibrary.org/obo/PATO_0001548 + rdf:type owl:Class ; + rdfs:subClassOf ; + "quality of a liquid" ; + "A physical quality inhering in an entity exhibiting the physical characteristics of an amorphous (non-crystalline) form of matter between a gas and a solid that has a definite volume, but no definite shape." ; + ; + rdfs:label "quality of a liquid" . + + +### http://purl.obolibrary.org/obo/PATO_0001739 + rdf:type owl:Class ; + rdfs:subClassOf ; + "radiation quality" ; + "A quality that inheres in an bearer by virtue of how that bearer interacts with radiation." ; + ; + rdfs:label "radiation quality" . + + +### http://purl.obolibrary.org/obo/PATO_0002182 + rdf:type owl:Class ; + rdfs:subClassOf ; + "molecular quality" ; + "A quality which inheres in a molecular entity, a single molecule, atom, ion, radical etc." ; + ; + rdfs:label "molecular quality" . + + +### http://purl.obolibrary.org/obo/PATO_0002198 + rdf:type owl:Class ; + rdfs:subClassOf ; + "quality of a substance" ; + "A quality inhering in a bearer by virtue of its constitution." ; + ; + rdfs:label "quality of a substance" . + + +### http://purl.obolibrary.org/obo/UO_0000001 + rdf:type owl:Class ; + rdfs:subClassOf ; + "length unit" ; + "A unit which is a standard measure of the distance between two points." ; + ; + rdfs:label "length unit" . + + +### http://purl.obolibrary.org/obo/UO_0000002 + rdf:type owl:Class ; + rdfs:subClassOf ; + "mass unit" ; + "A unit which is a standard measure of the amount of matter/energy of a physical object." ; + ; + rdfs:label "mass unit" . + + +### http://purl.obolibrary.org/obo/UO_0000003 + rdf:type owl:Class ; + rdfs:subClassOf ; + "time unit" ; + "A unit which is a standard measure of the dimension in which events occur in sequence." ; + ; + rdfs:label "time unit" . + + +### http://purl.obolibrary.org/obo/UO_0000005 + rdf:type owl:Class ; + rdfs:subClassOf ; + "temperature unit" ; + ; + rdfs:label "temperature unit" . + + +### http://purl.obolibrary.org/obo/UO_0000006 + rdf:type owl:Class ; + rdfs:subClassOf ; + "substance unit" ; + ; + rdfs:label "substance unit" . + + +### http://purl.obolibrary.org/obo/UO_0000051 + rdf:type owl:Class ; + rdfs:subClassOf ; + "concentration unit" ; + ; + rdfs:label "concentration unit" . + + +### http://purl.obolibrary.org/obo/UO_0000095 + rdf:type owl:Class ; + rdfs:subClassOf ; + "volume unit" ; + ; + rdfs:label "volume unit" . + + +### http://purl.obolibrary.org/obo/UO_0000105 + rdf:type owl:Class ; + rdfs:subClassOf ; + "frequency unit" ; + ; + rdfs:label "frequency unit" . + + +### http://purl.obolibrary.org/obo/UO_0000270 + rdf:type owl:Class ; + rdfs:subClassOf ; + "volumetric flow rate unit" ; + ; + rdfs:label "volumetric flow rate unit" . + + +### http://purl.obolibrary.org/obo/UO_0000280 + rdf:type owl:Class ; + rdfs:subClassOf ; + "rate unit" ; + ; + rdfs:label "rate unit" . + + +### http://www.w3.org/2002/07/owl#Thing +owl:Thing "The class of OWL individuals."@en ; + "Akhilesh Vyas"@en ; + rdfs:label "Thing"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000001 + rdf:type owl:Class ; + "uncurated" ; + """In relation to optical measuring methods a +rating for the precision of a reconstructed +measurement object"""@en ; + "is quality measurement (http://purl.obolibrary.org/obo/IAO_0000221 - m is a quality measurement of q at t. When q is a quality, there is a measurement process p that has specified output m, a measurement datum, that is about q). TIB terminological service."@en ; + "18.08.2022" ; + rdfs:label "measurement quality [imr]"@en ; + "quality" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000002 + rdf:type owl:Class ; + """definded rigid Object based as result of an +extrusion process"""@en ; + rdfs:label "extrudate [imr]"@en ; + "material entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000003 + rdf:type owl:Class ; + rdfs:label "geometry [imr]"@en ; + "quality" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000004 + rdf:type owl:Class ; + "uncurated" ; + "A coherent set of direct positions in space. The positions are held within a Spatial Reference System (SRS)."@en ; + "http://www.opengis.net/ont/geosparql#Geometry" ; + ; + "English" ; + "18.08.2022" ; + rdfs:isDefinedBy "geosparql" ; + rdfs:label "geometry [geosparql]"@en ; + "quality" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000005 + rdf:type owl:Class ; + """A gathering of individual points with an +with an unstructured spatial structure"""@en ; + rdfs:label "point cloud [imr]"@en ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000006 + rdf:type owl:Class ; + """geometrical method to determine distances +between to points"""@en ; + rdfs:label "triangulation [imr]"@en ; + "plan specification" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000007 + rdf:type owl:Class ; + rdfs:subClassOf owl:Thing ; + "uncurated" ; + "mm" ; + rdfs:label "millimeter [imr]"@de , + "millimeter [imr]"@en ; + "quality" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000008 + rdf:type owl:Class ; + rdfs:subClassOf owl:Thing ; + "uncurated" ; + "\"A length unit which is equal to one thousandth of a meter or 10^[-3] m.\" [NIST:NIST]"@en ; + "mm MILLIMETER Millimeter millimeter(s) millimeter"@en ; + "https://ontobee.org/ontology/UO?iri=http://purl.obolibrary.org/obo/UO_0000016" ; + ; + "English" ; + "18.08.2022" ; + "mm" ; + rdfs:comment "Imported from ontocomons, also present in TIB terminological service"@en ; + rdfs:isDefinedBy "NIST (OntoCommons)" ; + rdfs:label "millimeter [nist]"@de , + "millimeter [nist]"@en ; + "quality" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000009 + rdf:type owl:Class ; + rdfs:subClassOf owl:Thing ; + "uppermost layer of the extrudate"@en ; + rdfs:label "surface of extrudate [imr]"@en ; + "immaterial entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000010 + rdf:type owl:Class ; + rdfs:subClassOf owl:Thing ; + "cutout of a single line of the extrudate surface"@en ; + rdfs:label "line in the surface of extrudate [imr]"@en ; + "immaterial entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000011 + rdf:type owl:Class ; + rdfs:subClassOf owl:Thing ; + "uncurated" ; + "https://ontobee.org/ontology/PATO?iri=http://purl.obolibrary.org/obo/PATO_0000052" ; + ; + "English" ; + "15.08.2022" ; + rdfs:isDefinedBy "PATO" ; + rdfs:label "shape [imr]"@en ; + "immaterial entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000012 + rdf:type owl:Class ; + rdfs:subClassOf owl:Thing ; + "uncurated" ; + "The spatial arrangement of something as distinct from its substance."@en ; + "http://purl.obolibrary.org/obo/NCIT_C25677" ; + ; + "English" ; + "18.08.2022" ; + rdfs:isDefinedBy "NCI" ; + rdfs:label "shape [ncit]"@en ; + "immaterial entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000013 + rdf:type owl:Class ; + rdfs:subClassOf owl:Thing ; + "uncurated" ; + "A morphological quality inhering in a bearer by virtue of the bearer's ratios of distances between its features (points, edges, surfaces and also holes etc)."@en ; + "http://purl.obolibrary.org/obo/PATO_0000052" ; + ; + "English" ; + "18.08.2022" ; + rdfs:isDefinedBy "PATO" ; + rdfs:label "shape [pato]"@en ; + "immaterial entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000014 + rdf:type owl:Class ; + """use of different algorithms to determine the +exact allignment respectively the characteristik shared edges"""@en ; + rdfs:label "stitching process [imr]"@en ; + "process" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000015 + rdf:type owl:Class ; + """alligning of single measurements to form a +connected/combined measurement"""@en ; + rdfs:label "stitching method [imr]"@en ; + "plan specification" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000016 + rdf:type owl:Class ; + rdfs:label "distance between sensor and extrudate [imr]"@en ; + "quality" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000017 + rdf:type owl:Class ; + """ideal dimensions and shape of the +extrudate defined by the manufacturer"""@en ; + rdfs:label "extrudate norm [imr]"@en ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000018 + rdf:type owl:Class ; + "uncurated" ; + """a quantity expressing by how much the +members of a group differ from the mean + value for the group"""@en ; + "15.08.2021" ; + rdfs:label "standard deviation [imr]"@en ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000019 + rdf:type owl:Class ; + "The standard deviation is a measure of the amount of variation or dispersion of a set of values. [Wikipedia]"@en ; + "http://purl.allotrope.org/ontologies/result#AFR_0002192" ; + ; + rdfs:comment "from ontocommons skos:definition"@en ; + rdfs:label "standard deviation [Wikipedia]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000020 + rdf:type owl:Class ; + "uncurated" ; + "A measure of the range of values in a set of numbers. Standard deviation is a statistic used as a measure of the dispersion or variation in a distribution, equal to the square root of the arithmetic mean of the squares of the deviations from the arithmetic mean."@en ; + "http://purl.obolibrary.org/obo/NCIT_C53322" ; + ; + "English" ; + "18.08.2022" ; + rdfs:comment "TIB terminological service"@en ; + rdfs:isDefinedBy "NCIT" ; + rdfs:label "standard deviation [ncit]"@en ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000021 + rdf:type owl:Class ; + "\"The interior (intrinsic) orientation of a camera comprises all instrumental and mathematical elements which completely describe the imaging model within the camera. By taking proper account of the interior orientation, the real camera conforms to the pinhole camera model. It is a requirement of the model that there exists a reproducible image coordinate system so that geometric image values, such as measured image coordinates, can be transformed into the physical-mathematical imaging model.\" (Luhmann et al. 2020: 162). A standard model of describing the interior orientation was proposed by D.C. Brown (1971)"@en ; + "Luhmann, Robson, Kyle & Boehm (2020): Close-Range Photogrammetry and 3D Imaging, 3rd ed. De Gruyter: Berlin, Boston" ; + rdfs:comment "0"@en ; + rdfs:label "interior orientation [jade]"@en ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000022 + rdf:type owl:Class ; + "\"The camera coordinate system has its origin at the perspective centre of the image. It is further defined by reference features fixed in the camera (fiducial marks, réseau, sensor system). It can therefore be reconstructed from the image and related to an image measuring device\" (Luhmann et al. 2020: 278)"@en ; + "Luhmann, Robson, Kyle & Boehm (2020): Close-Range Photogrammetry and 3D Imaging, 3rd ed. De Gruyter: Berlin, Boston" ; + rdfs:label "camera coordinate system [jade]"@en ; + "quality" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000023 + rdf:type owl:Class ; + "\"The exterior orientation consists of six parameters which describe the spatial position and orientation of the camera coordinate system with respect to the global object coordinate system\" (Luhmann et al. 2020: 277)"@en ; + "Luhmann, Robson, Kyle & Boehm (2020): Close-Range Photogrammetry and 3D Imaging, 3rd ed. De Gruyter: Berlin, Boston" ; + rdfs:label "exterior orientation [jade]"@en ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000024 + rdf:type owl:Class ; + "\"The photogrammetric determination of the parameters of interior orientation is usually referred to as calibration. This is based on the idea that once a mechanically stable camera is calibrated, it may be moved from one image taking location to another whilst retaining its calibration.\" (Luhmann, Robson et al. 2020: 170)"@en ; + "Luhmann, Robson, Kyle & Boehm (2020): Close-Range Photogrammetry and 3D Imaging, 3rd ed. De Gruyter: Berlin, Boston" ; + rdfs:label "camera calibration [jade]"@en ; + "quality" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000025 + rdf:type owl:Class ; + "\"Bundle adjustment [...] is a method for the simultaneous numerical fit of an unlimited number of spatially distributed images (bundles of rays). It makes use of photogrammetric observations (measured image points), survey observations and an object coordinate system. Using tie points, single images are merged into a global model in which the object surface can be reconstructed in three dimensions.\" (Luhmann et al. 2020: 349f.)"@en ; + "bundle block adjustment"@en , + "bundle triangulation"@en , + "multi-image orientation"@en , + "multi-image triangulation"@en ; + "Luhmann, Robson, Kyle & Boehm (2020): Close-Range Photogrammetry and 3D Imaging, 3rd ed. De Gruyter: Berlin, Boston" ; + rdfs:label "bundle adjustment [jade]"@en ; + "plan specification" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000026 + rdf:type owl:Class ; + rdfs:subClassOf ; + "An agent is a system that perceives its environment through sensors and can interact with it through actions."@en ; + rdfs:label "Agent"@de , + "agent [ita]"@en ; + "role" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000027 + rdf:type owl:Class ; + rdfs:subClassOf ; + "uncurated" ; + "An active power or cause (as principle, substance, physical or biological factor, etc.) that produces a specific effect."@en ; + "http://purl.obolibrary.org/obo/NCIT_C1708" ; + ; + "Luis Ramos" ; + "English" ; + "22.08.2022" ; + "22.08.2022"^^xsd:Date ; + rdfs:comment "http://purl.obolibrary.org/obo/ncit.owl"@en ; + rdfs:isDefinedBy "NCIT" ; + rdfs:label "agent [ncti]"@en ; + "role" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000028 + rdf:type owl:Class ; + "uncurated" ; + "Approximation is a technique for approximating a value using historical or available observations from the domain."@en ; + "Luis Ramos" ; + "English" ; + rdfs:label "Approximationsmethode"@de , + "approximation [ita]"@en ; + "plan specification" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000029 + rdf:type owl:Class ; + "uncurated" ; + "Function approximation is a technique for estimating an unknown underlying function using historical or available observations from the domain."@en ; + "Luis Ramos" ; + "English" ; + rdfs:label "Funktionsapproximationsmethode"@de , + "function approximation [ita]"@en ; + "plan specification" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000030 + rdf:type owl:Class ; + "uncurated" ; + "Reinforcement learning is a set of machine learning methods in which an agent autonomously learns a strategy to maximize a reward. Algorithms follow the trail-and-error principle, thus try several strategies and repeat those with a higher reward. During the training the agent produces an input, while the target output is only known to a teacher. The teacher gives feedback to the agent in form of a reward."@en ; + "Luis Ramos" ; + "English" ; + rdfs:label "bestärkendes Lernen"@de , + "reinforcement learning [ita]"@en ; + "plan specification" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000031 + rdf:type owl:Class ; + "uncurated" ; + "Libraries in programming languages are collections of prewritten code that users can use to optimize tasks."@en ; + "Luis Ramos" ; + "English" ; + rdfs:label "Bibliothek"@de , + "library [ita]"@en ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000032 + rdf:type owl:Class ; + "uncurated" ; + "Clustering or cluster analysis is a unsupervised machine learning technique, which groups the unlabelled dataset. It can be defined as a way of grouping the data points into different clusters, consisting of similar data points."@en ; + "Luis Ramos" ; + "English" ; + rdfs:label "Clusteranalyse"@de , + "cluster analysis [ita]"@en ; + "plan specification" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000033 + rdf:type owl:Class ; + "uncurated" ; + "Methods for grouping objects into subsets such that those within each cluster are more closely related to one another than objects assigned to different clusters."@en ; + "http://purl.obolibrary.org/obo/NCIT_C15426" ; + ; + "Luis Ramos" ; + "English" ; + "22.08.2022" ; + "22.08.2022"^^xsd:Date ; + rdfs:comment "http://purl.obolibrary.org/obo/ncit.owl"@en ; + rdfs:isDefinedBy "NCIT" ; + rdfs:label "cluster analysis [ncti]"@en ; + "plan specification" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000034 + rdf:type owl:Class ; + "uncurated" ; + "A Database is a System for describing, storing and retrieving large amounts of data."@en ; + "Luis Ramos" ; + "English" ; + rdfs:label "Data Mining"@de , + "data mining [ita]"@en ; + "plan specification" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000035 + rdf:type owl:Class ; + "uncurated" ; + "An information set with a regular structure. Although it can be applied to any set of information the term was invented to refer to computerized data, and is used almost exclusively in computing."@en ; + "http://edamontology.org/topic_3473" ; + ; + "Luis Ramos" ; + "English" ; + "22.08.2022" ; + "22.08.2022"^^xsd:Date ; + rdfs:comment "http://edamontology.org"@en ; + rdfs:isDefinedBy "EDAM" ; + rdfs:label "data mining [edam]"@en ; + "plan specification" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000036 + rdf:type owl:Class ; + "uncurated" ; + "A Database is a System for describing, storing and retrieving large amounts of data."@en ; + "ITA" ; + "English" ; + rdfs:label "Datenbank"@de , + "database [ita]"@en ; + "material entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000037 + rdf:type owl:Class ; + "uncurated" ; + "An information set with a regular structure. Although it can be applied to any set of information the term was invented to refer to computerized data, and is used almost exclusively in computing."@en ; + "http://purl.obolibrary.org/obo/NCIT_C15426" ; + ; + "Luis Ramos" ; + "English" ; + "23.08.2022" ; + "23.08.2022"^^xsd:Date ; + rdfs:comment "http://purl.obolibrary.org/obo/ncit.owl"@en ; + rdfs:isDefinedBy "NCTI" ; + rdfs:label "database [ncti]"@en ; + "material entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000038 + rdf:type owl:Class ; + "uncurated" ; + "Deep learning is a class of machine learning algorithms that uses multiple layers to progressively extract higher-level features from the raw input. There is no universally agreed-upon threshold of depth that divides shallow learning from deep learning, but most researchers agree that deep learning involves CAP depth higher than 2. The CAP (credit assignment path) is the chain of transformations from input to output. CAPs describe potentially causal connections between input and output. For simple neural networks (feedforward neural networks) this treshhold is reached with at least two hidden layers."@en ; + "English" ; + rdfs:label "Deep Learning"@de , + "deep learning [ita]"@en ; + "plan specification" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000039 + rdf:type owl:Class ; + "uncurated" ; + "A subset of machine learning that is part of the broader family of machine learning methodologies based on artificial neural networks. A deep neural network has multiple layers between input and output layers to progressively extract higher level features from the raw input. (After DeepAI Machine Learning Glossary and Terms) [ NCI ]"@en ; + "http://purl.obolibrary.org/obo/NCIT_C176258" ; + ; + "Luis Ramos" ; + "English" ; + "23.08.2022" ; + "23.08.2022"^^xsd:Date ; + rdfs:comment "http://purl.obolibrary.org/obo/ncit.owl"@en ; + rdfs:isDefinedBy "NCTI" ; + rdfs:label "deep learning [ncti]"@en ; + "plan specification" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000040 + rdf:type owl:Class ; + "uncurated" ; + "The input layer of a neural network is composed of artificial input neurons, and brings the initial data into the system for further processing by subsequent layers of artificial neurons. The input layer is the very beginning of the workflow for the artificial neural network."@en ; + "English" ; + rdfs:label "Eingangsvektor"@de , + "input layer [ita]"@en ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000041 + rdf:type owl:Class ; + "uncurated" ; + "Elastomers are dimensionally stable but elastically deformable plastics. They are producest by vulcanization of rubber."@en ; + "English" ; + rdfs:label "Elastomere"@de , + "elastomers [ita]"@en ; + "material entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000042 + rdf:type owl:Class ; + "uncurated" ; + "The output layer in an artificial neural network is the last layer of neurons that produces given outputs for the program."@en ; + "English" ; + rdfs:label "Ergebnisvektor"@de , + "output layer [ita]"@en ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000043 + rdf:type owl:Class ; + "uncurated" ; + "Extrusion is a process used to create objects of a fixed cross-sectional profile by pushing material through a die of the desired cross-section."@en ; + "English" ; + rdfs:label "Extrusion"@de , + "extrusion [ita]"@en ; + "process" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000044 + rdf:type owl:Class ; + "uncurated" ; + "A transformation in which an atom or group Y connected to two other atoms or groups X and Z is lost from a molecule, leading to a product in which X is bonded to Z, e.g. X-Y-Z --> X-Z + Y."@en ; + "http://purl.obolibrary.org/obo/REX_0000100" ; + ; + "Luis Ramos" ; + "English" ; + "23.08.2022" ; + "23.08.2022"^^xsd:Date ; + rdfs:comment "http://purl.obolibrary.org/obo/rex.owl"@en ; + rdfs:isDefinedBy "REX" ; + rdfs:label "extrusion [rex]"@en ; + "process" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000045 + rdf:type owl:Class ; + "uncurated" ; + "A process used to create objects of a fixed cross-sectional profile by forcing or drawing a material through a die."@en ; + "http://purl.obolibrary.org/obo/CHMO_0001613" ; + ; + "Luis Ramos" ; + "English" ; + "23.08.2022" ; + "23.08.2022"^^xsd:Date ; + rdfs:comment "http://purl.obolibrary.org/obo/chmo.owl"@en ; + rdfs:isDefinedBy "CHMO" ; + rdfs:label "extrusion [chmo]"@en ; + "process" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000046 + rdf:type owl:Class ; + "uncurated" ; + "In neural networks, a hidden layer is located between the input and output of the algorithm, in which the function applies weights to the inputs and directs them through an activation function as the output. In short, the hidden layers perform nonlinear transformations of the inputs entered into the network."@en ; + "English" ; + rdfs:label "Hidden-Layer"@de , + "hidden layer [ita]"@en ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000047 + rdf:type owl:Class ; + "uncurated" ; + "Industrie 4.0 is the intelligent networking of machines and processes in the industrial environment, with the help of information and communication technology and thus digitization of the industrial production."@en ; + "English" ; + rdfs:label "Industrie 4.0"@de , + "Industrie 4.0 [ita]"@en ; + "plan specification" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000048 + rdf:type owl:Class ; + "uncurated" ; + "Rubber is an elastic substance made either from the juice of particular tropical trees or artificially. It is raw material for car tires and other technical products."@en ; + "English" ; + rdfs:label "Kautschuk"@de , + "rubber [ita]"@en ; + "material entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000049 + rdf:type owl:Class ; + "uncurated" ; + "Artifical intelligence is a branch of computer science dealing with the automation of intelligent behavior. Can be used in technical areas as methods of machine learning."@en ; + "English" ; + rdfs:label "Artificial Intelligence (AI) [ita]"@en , + "Künstliche Intelligenz (KI)"@de ; + "plan specification" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000050 + rdf:type owl:Class ; + "uncurated" ; + "Artificial intelligence is the branch of computer science that deals with writing computer programs that can solve problems creatively."@en ; + "http://purl.obolibrary.org/obo/NCIT_C16309" ; + ; + "Luis Ramos" ; + "English" ; + "23.08.2022" ; + "23.08.2022"^^xsd:Date ; + rdfs:comment "http://purl.obolibrary.org/obo/ncit.owl"@en ; + rdfs:isDefinedBy "NCTI" ; + rdfs:label "Artificial Intelligence (AI) [ncti]"@en ; + "plan specification" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000051 + rdf:type owl:Class ; + "uncurated" ; + "Machine learning is a sub-area of ​​artificial intelligence that deals with artificial systems that adapt their actions to external conditions so that their output is improved according to defined standards. For this purpose, algorithms build a model based on training data. The algorithms does not learn to memorize, but uses patterns and laws, so the systems can also process unknown data. The learning algorithms are divided into supervised learning, unsupervised learning and reinforcement learning."@en ; + "English" ; + rdfs:label "machine learning [ita]"@en , + "maschinelles Lernen"@de ; + "plan specification" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000052 + rdf:type owl:Class ; + "uncurated" ; + "A computing system (inspired by biological neural networks) that learns (progressively improves its ability) to do tasks by considering examples without task-specific programming. (After DeepAI Machine Learning Glossary and Terms)"@en ; + "http://purl.obolibrary.org/obo/NCIT_C176231" ; + ; + "Luis Ramos" ; + "English" ; + "23.08.2022" ; + "23.08.2022"^^xsd:Date ; + rdfs:comment "http://purl.obolibrary.org/obo/ncit.owl"@en ; + rdfs:isDefinedBy "NCIT" ; + rdfs:label "machine learning [ncti]"@en ; + "plan specification" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000053 + rdf:type owl:Class ; + "uncurated" ; + "A planned process in which statistical techniques are used to give computers the ability to learn about patterns in data, without being explicitly programmed. Learning is defined in this case as progressively improving performance on a specific task."@en ; + "http://purl.obolibrary.org/obo/OBI_0002587" ; + ; + "Luis Ramos" ; + "English" ; + "23.08.2022" ; + "23.08.2022"^^xsd:Date ; + rdfs:comment "http://purl.obolibrary.org/obo/obi.owl"@en ; + rdfs:isDefinedBy "OBI" ; + rdfs:label "machine learning [obi]"@en ; + "plan specification" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000054 + rdf:type owl:Class ; + "uncurated" ; + "A topic concerning the application of artificial intelligence methods to algorithms, in order to create methods that can learn from data in order to generate an ouput, rather than relying on explicitly encoded information only."@en ; + "http://edamontology.org/topic_3474" ; + ; + "Luis Ramos" ; + "English" ; + "23.08.2022" ; + "23.08.2022"^^xsd:Date ; + rdfs:comment "http://edamontology.org"@en ; + rdfs:isDefinedBy "EDAM" ; + rdfs:label "machine learning [edam]"@en ; + "plan specification" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000055 + rdf:type owl:Class ; + "uncurated" ; + "Microcontrollers are compact integrated circuits designed to govern a specific operation in an embedded system. Typically a microcontroller includes a processor, memory and input/output peripherals on a single chip."@en ; + "English" ; + rdfs:label "Mikrocontroller"@de , + "microcontroller [ita]"@en ; + "material entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000056 + rdf:type owl:Class ; + "uncurated" ; + "Mixing is the first of the three areas of an extrusion line, where the input material is homogenized and mixed. This occurs within a screw element through shearing and mixing of the input material."@en ; + "English" ; + rdfs:label "Mischen"@de , + "mixing [ita]"@en ; + "process" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000057 + rdf:type owl:Class ; + "uncurated" ; + "The combining of components, particles or layers into a more homogeneous state. The mixing may be achieved manually or mechanically by shifting the material with stirrers or pumps or by revolving or shaking the container. The process μst not permit segregation of particles of different size or properties. Homogeneity may be considered to have been achieved in a practical sense when the sampling error of the processed portion is negligible compared to the total error of the measurement system."@en ; + "http://purl.obolibrary.org/obo/CHMO_0001685" ; + ; + "Luis Ramos" ; + "English" ; + "23.08.2022" ; + "23.08.2022"^^xsd:Date ; + rdfs:comment "http://purl.obolibrary.org/obo/chmo.owl"@en ; + rdfs:isDefinedBy "CHMO" ; + rdfs:label "mixing [chmo]"@en ; + "process" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000058 + rdf:type owl:Class ; + "uncurated" ; + "To bring or combine together or with something else; add as an additional element or part."@en ; + "http://purl.obolibrary.org/obo/NCIT_C64925" ; + ; + "Luis Ramos" ; + "English" ; + "23.08.2022" ; + "23.08.2022"^^xsd:Date ; + rdfs:comment "http://purl.obolibrary.org/obo/ncit.owl"@en ; + rdfs:isDefinedBy "NCTI" ; + rdfs:label "mixing [ncti]"@en ; + "process" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000059 + rdf:type owl:Class ; + "uncurated" ; + "Pattern recognition is the automated recognition of patterns and regularities in data. Pattern recognition has its origins in statistics and engineering; some modern approches include the use of machine learning, due to the increased availability of big data and a new abundance of processing power."@en ; + "English" ; + rdfs:label "Mustererkennung"@de , + "pattern recognition [ita]"@en ; + "plan specification" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000060 + rdf:type owl:Class ; + "uncurated" ; + "A branch of artificial intelligence concerned with the identification of visual or audio patterns by computers.For the computer to recognize the patterns, the patterns must be converted into digital signals and compared with patterns already stored in memory.Some uses of this technology are in character recognition, voice recognition, handwriting recognition, and robotics. (High-Tech Dictionary) [ NCI ]"@en ; + "http://purl.obolibrary.org/obo/NCIT_C16961" ; + ; + "Luis Ramos" ; + "English" ; + "23.08.2022" ; + "23.08.2022"^^xsd:Date ; + rdfs:comment "http://purl.obolibrary.org/obo/ncit.owl"@en ; + rdfs:isDefinedBy "NCTI" ; + rdfs:label "pattern recognition [ncti]"@en ; + "plan specification" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000061 + rdf:type owl:Class ; + "uncurated" ; + "Artificial neural networks (ANNs) are based on a reduced set of concepts from biological neural systems. It is composed of different Layeres, an input layer, one or more hidden layers and an output layer. Each layer consists of several artificial neurons. The connections of the biological neuron are modeled in artificial neural networks as weights between the artificial neurons. A positive weight reflects an excitatory connection, while negative values mean inhibitory connections. An activation function controls the amplitude of the output. They can be used to model complex relationships between inputs and outputs or to find patterns in data. Thereby ANNs can be trained by machine learning techniques to approximate a function, when the complexity of the data or task makes the design of such function by hand impractical. Other tasks in which ANNs can be trained are classification, including pattern recognition, clustering and Data processing, including clustering."@en ; + "English" ; + rdfs:label "neural network [ita]"@en , + "neuronales Netz"@de ; + "plan specification" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000062 + rdf:type owl:Class ; + "uncurated" ; + "A computer algorithm to solve non-linear optimization problems. The algorithm was derived in analogy to the way the densely interconnected, parallel structure of the brain processes information."@en ; + "http://purl.obolibrary.org/obo/NCIT_C17429" ; + ; + "Luis Ramos" ; + "English" ; + "23.08.2022" ; + "23.08.2022"^^xsd:Date ; + rdfs:comment "http://purl.obolibrary.org/obo/ncit.owl"@en ; + rdfs:isDefinedBy "NCTI" ; + rdfs:label "neural network [ncti]"@en ; + "plan specification" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000063 + rdf:type owl:Class ; + "uncurated" ; + "Online characterisation is the characterization of the material properties during the process and on the real process line in order to be able to react to fluctuations during production."@en ; + "English" ; + rdfs:label "Online-Charakterisierung"@de , + "online characterisation [ita]"@en ; + "process" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000064 + rdf:type owl:Class ; + "uncurated" ; + "In online optimization decisions are made directly in the real process section and without knowledge of future results. Also often the data of the problem instance is not complete."@en ; + "English" ; + rdfs:label "Online-Optimierung"@de , + "online optimization [ita]"@en ; + "process" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000065 + rdf:type owl:Class ; + "uncurated" ; + "Optimizers are algorithms or methods used to solve optimization problems by minimize an error function (loss function) or to maximize the efficiency of production. Optimizers are mathematical functions which are dependent on model's learnable parameters i.e Weights & Biases."@en ; + "English" ; + rdfs:label "Optimierungsmethoden"@de , + "optimization [ita]"@en ; + "process" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000066 + rdf:type owl:Class ; + "uncurated" ; + "An activity that attempts to find the best solution to a problem."@en ; + "http://purl.obolibrary.org/obo/NCIT_C78561" ; + ; + "Luis Ramos" ; + "English" ; + "23.08.2022" ; + "23.08.2022"^^xsd:Date ; + rdfs:comment "http://purl.obolibrary.org/obo/ncit.owl"@en ; + rdfs:isDefinedBy "NCTI" ; + rdfs:label "optimization [ncti]"@en ; + "process" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000067 + rdf:type owl:Class ; + "uncurated" ; + "Production-in-the-Loop describes a method, in which information from the production process is continuously recorded and the process is adapted to the changing framework conditions on the basis of this information."@en ; + "English" ; + rdfs:label "Production-in-the-Loop [ita]"@en , + "Production-in-the-loop"@de ; + "plan specification" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000068 + rdf:type owl:Class ; + "uncurated" ; + "Regression analysis consists of a set of machine learning methods that allow us to predict a continuous outcome variable (y) based on the value of one or multiple predictor variables (x). Regression is a supervised learning technique, in which Algorithems build a mathematical Modell or equation that defines y as a funktion of x."@en ; + "English" ; + rdfs:label "Regressionsanalyse"@de , + "regression analysis [ita]"@en ; + "plan specification" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000069 + rdf:type owl:Class ; + "uncurated" ; + "A simulation environment is a virtual environment that maps/models the real process. A simulation model thus makes it possible to train control tasks using learning algorithms offline, i.e. not on the real system but on the computer. Neural networks can be used to create such model."@en ; + "English" ; + rdfs:label "Simulationsumgebung"@de , + "simulation environment [ita]"@en ; + "material entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000070 + rdf:type owl:Class ; + "uncurated" ; + "The test dataset is a subset of the dataset that is held back from training the model and given to the learning algorithm to test the trained model. Typically it consists of 20% to 30% of the original dataset. It is the sample of data used to provide an unbiased evaluation of a final model fit on the training dataset."@en ; + "English" ; + rdfs:label "Test-Dataset"@de , + "test dataset [ita]"@en ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000071 + rdf:type owl:Class ; + "uncurated" ; + "The train dataset is a subset of the dataset that is given to the learning algorithm to train a model. Typically it consists of 70% to 80% of the original dataset. It is the sample of data used to fit the model."@en ; + "English" ; + rdfs:label "Train-Dataset"@de , + "train dataset [ita]"@en ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000072 + rdf:type owl:Class ; + "uncurated" ; + "Supervised learning is the machine learning task of learning a function that maps an input to an output based on example input-output pairs. It infers a function from labeled training data consisting of a set of training examples. In supervised learning, each example is a pair consisting of an input object (typically a vector) and a desired output value (target)."@en ; + "English" ; + rdfs:label "supervised learning [ita]"@en , + "überwachtes Lernen"@de ; + "plan specification" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000073 + rdf:type owl:Class ; + "uncurated" ; + "A machine learning process using a function that maps an input to an output based on example input-output pairs. It infers a function from labeled training data consisting of a set of training examples."@en ; + "supervised machine learning"@en ; + "http://purl.obolibrary.org/obo/OBI_0002588" ; + ; + "Luis Ramos" ; + "English" ; + "23.08.2022" ; + "23.08.2022"^^xsd:Date ; + rdfs:comment "http://purl.obolibrary.org/obo/obi.owl"@en ; + rdfs:isDefinedBy "OBI" ; + rdfs:label "supervised learning [obi]"@en ; + "plan specification" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000074 + rdf:type owl:Class ; + "uncurated" ; + "Unsupervised learning is a type of algorithm that learns patterns from untagged data. The hope is that through mimicry, which is an important mode of learning in people, the machine is forced to build a compact internal representation of its world and then generate imaginative content from it. Unsupervised methods exhibit self-organization that captures patterns as probability densities or a combination of neural feature preferences."@en ; + "English" ; + rdfs:label "unsupervised learning [ita]"@en , + "unüberwachtes Lernen"@de ; + "plan specification" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000075 + rdf:type owl:Class ; + "uncurated" ; + "A machine learning process that infers a function describing the structure of \"unlabeled\" data (i.e. data that has not been classified or categorized)."@en ; + "unsupervised machine learning"@en ; + "http://purl.obolibrary.org/obo/OBI_0002589" ; + ; + "Luis Ramos" ; + "English" ; + "23.08.2022" ; + "23.08.2022"^^xsd:Date ; + rdfs:comment "http://purl.obolibrary.org/obo/obi.owl"@en ; + rdfs:isDefinedBy "OBI" ; + rdfs:label "unsupervised learning [obi]"@en ; + "plan specification" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000076 + rdf:type owl:Class ; + "uncurated" ; + "The validation dataset is the sample of data used to provide an unbiased evaluation of a model fit on the training dataset while tuning model hyperparameters. The evaluation becomes more biased as skill on the validation dataset is incorporated into the model configuration."@en ; + "English" ; + rdfs:label "Validation-Dataset"@de , + "validation dataset [ita]"@en ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000077 + rdf:type owl:Class ; + "uncurated" ; + "Validation data is to \"validate\" that your neural network hasn't rather memorized your training data and has thus actually learned some meaningful aspects of the data so that the model can be later used (generalized) to unseen, held-out \"test dataset\"."@en ; + "English" ; + rdfs:label "Validierung"@de , + "validation [ita]"@en ; + "process" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000078 + rdf:type owl:Class ; + "uncurated" ; + "The act of validating; finding or testing the truth of something."@en ; + "http://purl.obolibrary.org/obo/NCIT_C16237" ; + ; + "Luis Ramos" ; + "English" ; + "23.08.2022" ; + "23.08.2022"^^xsd:Date ; + rdfs:comment "http://purl.obolibrary.org/obo/ncit.owl"@en ; + rdfs:isDefinedBy "NCTI" ; + rdfs:label "validation [ncti]"@en ; + "process" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000079 + rdf:type owl:Class ; + "uncurated" ; + "a planned process with objective to check that the accuracy or the quality of a claim or prediction satisfies some criteria and which is assessed by comparing with independent results"@en ; + "http://purl.obolibrary.org/obo/OBI_0302911" ; + ; + "Luis Ramos" ; + "English" ; + "23.08.2022" ; + "23.08.2022"^^xsd:Date ; + rdfs:comment "http://purl.obolibrary.org/obo/obi.owl"@en ; + rdfs:isDefinedBy "OBI" ; + rdfs:label "validation [obi]"@en ; + "process" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000080 + rdf:type owl:Class ; + "uncurated" ; + "Validate some data."@en ; + "http://edamontology.org/operation_2428" ; + ; + "Luis Ramos" ; + "English" ; + "23.08.2022" ; + "23.08.2022"^^xsd:Date ; + rdfs:comment "http://edamontology.org"@en ; + rdfs:isDefinedBy "EDAM" ; + rdfs:label "validation [edam]"@en ; + "process" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000081 + rdf:type owl:Class ; + "uncurated" ; + "Rolling is the second of the three areas of the extrusion line. Where the material is homogenised."@en ; + "English" ; + rdfs:label "Walzen"@de , + "rolling [ita]"@en ; + "process" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000082 + rdf:type owl:Class ; + "uncurated" ; + "Twin screw extruders have two screws, which have more shear and mixing capability than the single screw in a singel screw extruder. Depending on the direction of rotation of the screws, a distinction is made between counter-rotating and co-rotating twin-screw extruders."@en ; + "English" ; + rdfs:label "Zweischneckenextruder"@de , + "twin screw extruder [ita]"@en ; + "material entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000083 + rdf:type owl:Class ; + "uncurated" ; + "Control variable that specifies at which temperature mixing takes place."@en ; + "English" ; + rdfs:label "Mischungstemperatur"@de , + "Mixing temperature [ita]"@en ; + "quality" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000084 + rdf:type owl:Class ; + "uncurated" ; + "Rücksprache DIK"@en ; + "English" ; + rdfs:label "Stamp pressure [ita]"@en , + "Stemepeldruck"@de ; + "quality" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000085 + rdf:type owl:Class ; + "uncurated" ; + "Control value that specifies at which speed mixing takes place"@en ; + "English" ; + rdfs:label "Drehzahl (Mischer)"@de , + "rotation speed (Mixer) [ita]"@en ; + "quality" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000086 + rdf:type owl:Class ; + "uncurated" ; + "Control value that specifies how long mixing takes place"@en ; + "English" ; + rdfs:label "Mischzeit"@de , + "Mixing time [ita]"@en ; + "quality" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000087 + rdf:type owl:Class ; + "uncurated" ; + "Measured variable that indicates how high the torque is during mixing."@en ; + "English" ; + rdfs:label "Drehmoment (Mischer)"@de , + "Torque (mixer) [ita]"@en ; + "quality" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000088 + rdf:type owl:Class ; + "uncurated" ; + "Torque is the effectiveness of a force to produce rotation about an axis, measured by the product of the force and the perpendicular distance from the line of action of the force to the axis."@en ; + "http://www.ontology-of-units-of-measure.org/resource/om-2/Torque" ; + ; + "Luis Ramos" ; + "English" ; + "23.08.2022" ; + "23.08.2022"^^xsd:Date ; + rdfs:comment "http://www.ontology-of-units-of-measure.org/resource/om-2"@en ; + rdfs:isDefinedBy "OM" ; + rdfs:label "Torque (mixer) [om]"@en ; + "quality" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000089 + rdf:type owl:Class ; + "uncurated" ; + "Control variable that indicates how high the speed of the screw is during extrusion."@en ; + "English" ; + rdfs:label "Schneckendrezahl"@de , + "Screw speed [ita]"@en ; + "quality" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000090 + rdf:type owl:Class ; + "uncurated" ; + "Measured variable that indicates how high the torque of the screw is during extrusion."@en ; + "English" ; + rdfs:label "Schneckendrehmoment"@de , + "Screw torque [ita]"@en ; + "quality" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000091 + rdf:type owl:Class ; + "uncurated" ; + "Control variable that indicates how high the temperature of the screw is during extrusion."@en ; + "English" ; + rdfs:label "Temperierung Schnecke"@de , + "Tempering screw [ita]"@en ; + "quality" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000092 + rdf:type owl:Class ; + "uncurated" ; + "Control variable that indicates how high the temperature of the feed roller is during extrusion."@en ; + "English" ; + rdfs:label "Temperierung Speisewalze"@de , + "Tempering Feed roller [ita]"@en ; + "quality" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000093 + rdf:type owl:Class ; + "uncurated" ; + "Control variable that indicates how high the temperature of the cylinder is during extrusion."@en ; + "English" ; + rdfs:label "Temperierung Zylinder"@de , + "Tempering cylinder [ita]"@en ; + "quality" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000094 + rdf:type owl:Class ; + "uncurated" ; + "Measured variable that indicates how high the pressure in the cylinder is during extrusion."@en ; + "English" ; + rdfs:label "Cylinder pressure [ita]"@en , + "Zylinderdruck"@de ; + "quality" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000095 + rdf:type owl:Class ; + "uncurated" ; + "Control variable that indicates how high the temperature of the tool is during extrusion."@en ; + "English" ; + rdfs:label "Tempering Tool [ita]"@en , + "Temperiung Werkzeug"@de ; + "quality" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000096 + rdf:type owl:Class ; + "uncurated" ; + "Measured variable that indicates how high the pressure in the tool is during extrusion."@en ; + "English" ; + rdfs:label "Tool pressure [ita]"@en , + "Werkzeugdruck"@de ; + "quality" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000097 + rdf:type owl:Class ; + "uncurated" ; + "Measured variable that indicates what the temperature is at the surface of the material."@en ; + "English" ; + rdfs:label "Near-surface mass temperature in the tool [ita]"@en , + "Oberflächennahe Massentemperatur im Werkzeug"@de ; + "quality" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000098 + rdf:type owl:Class ; + "uncurated" ; + "Measured variable that indicates how the temperature is distributed radially over the screw channel."@en ; + "English" ; + rdfs:label "Radial temperature profile of the mixture in the screw channel [ita]"@en , + "Radiales Temperaturprofil der Mischung im Schneckenkanal"@de ; + "quality" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000099 + rdf:type owl:Class ; + "uncurated" ; + "System parameter that indicates how large the outlet surface of the rubber is."@en ; + "English" ; + rdfs:label "Austrittsfläche"@de , + "Outlet surface [ita]"@en ; + "quality" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000100 + rdf:type owl:Class ; + "uncurated" ; + "The throughput indicates how many kilograms of rubber are extruded in a given unit of time."@en ; + "English" ; + rdfs:label "Durchsatz"@de , + "Throughput [ita]"@en ; + "quality" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000101 + rdf:type owl:Class ; + "A class of units in the system under study (e.g, machines, spare parts)"@en ; + "Marvin Auf der Landwehr" ; + rdfs:label "collection of material entities [hsh]"@en ; + "material entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000102 + rdf:type owl:Class ; + "A circumstance, fact, or influence that contributes to the costs associated with an entity (e.g., wages, number)"@en ; + rdfs:label "factor [hsh]"@en , + "faktor [hsh]"@de ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000103 + rdf:type owl:Class ; + "uncurated" ; + "Anything that contributes causally to a result."@en ; + "http://purl.obolibrary.org/obo/NCIT_C25506" ; + ; + "Luis Ramos" ; + "English" ; + "22.08.2022" ; + "22.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "NCTI" ; + rdfs:label "factor [ncti]"@en , + "faktor [ncti]"@de ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000104 + rdf:type owl:Class ; + "uncurated" ; + "A data item that is a member of a minimal set of independent variables that can be used to model the dependent reponses in a set of related experiments."@en ; + "http://purl.obolibrary.org/obo/PROCO_0000005" ; + ; + "Luis Ramos" ; + "English" ; + "22.08.2022" ; + "22.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "PROCO" ; + rdfs:label "factor [proco]"@en , + "faktor [proco]"@de ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000105 + rdf:type owl:Class ; + "uncurated" ; + "A multiplicand in a mathematical product expression. [Allotrope]"@en ; + "http://purl.allotrope.org/ontologies/result#AFR_0000924>" ; + ; + "English" ; + "15.08.2022" ; + rdfs:comment "skos:definition"@en ; + rdfs:isDefinedBy "allotrope" ; + rdfs:label "factor [allotrope]"@en , + "faktor [allotrope]"@de ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000106 + rdf:type owl:Class ; + "Cumulative expression for the value of all costs groups within the system under study"@en ; + "Marvin Auf der Landwehr" ; + rdfs:label "cost [hsh]"@en , + "kosten [hsh]"@de ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000107 + rdf:type owl:Class ; + "uncurated" ; + "The amount paid, charged, or engaged to be paid, for purchasing goods, services and financial instruments."@en ; + "http://purl.obolibrary.org/obo/NCIT_C69088" ; + ; + "Luis Ramos" ; + "English" ; + "22.08.2022" ; + "22.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "NCTI" ; + rdfs:label "cost [ncti]"@en , + "kosten [ncti]"@de ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000108 + rdf:type owl:Class ; + "Cumulative expression for the value of overarching entity groups (e.g., human ressource, maintenance) within the system under study"@en ; + "Marvin Auf der Landwehr" ; + rdfs:label "cost group [hsh]"@en , + "kostengruppe [hsh]"@de ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000109 + rdf:type owl:Class ; + "A cost group for all cost values occuring from entity sub-groups in the human ressource cost group and the associated factors"@en ; + "Marvin Auf der Landwehr" ; + rdfs:label "human ressource cost [hsh]"@en , + "personalkosten [hsh]"@de ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000110 + rdf:type owl:Class ; + "A cost group for all cost values occuring from entity sub-groups in the maintenance cost group and the associated factors"@en ; + "Marvin Auf der Landwehr" ; + rdfs:label "maintenance cost [hsh]"@en , + "wartungskosten [hsh]"@de ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000111 + rdf:type owl:Class ; + "A cost group for all cost values occuring from entity sub-groups in the energy cost group and the associated factors"@en ; + "Marvin Auf der Landwehr" ; + rdfs:label "energiekosten [hsh]"@de , + "energy cost [hsh]"@en ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000112 + rdf:type owl:Class ; + "A cost group for all cost values occuring from entity sub-groups in the material cost group and the associated factors"@en ; + "Marvin Auf der Landwehr" ; + rdfs:label "material cost [hsh]"@en , + "materialkosten [hsh]"@de ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000113 + rdf:type owl:Class ; + "A cost group for all cost values occuring from entity sub-groups in the storage cost group and the associated factors"@en ; + "Marvin Auf der Landwehr" ; + rdfs:label "lagerhaltungskosten [hsh]"@de , + "storage cost [hsh]"@en ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000114 + rdf:type owl:Class ; + "A cost group for all cost values occuring from entity sub-groups in the production cost group and the associated factors"@en ; + "Marvin Auf der Landwehr" ; + rdfs:label "production cost [hsh]"@en , + "produktionskosten [hsh]"@de ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000115 + rdf:type owl:Class ; + "A cost group for all cost values occuring from entity sub-groups in the investment cost group and the associated factors"@en ; + "Marvin Auf der Landwehr" ; + rdfs:label "investitionskosten [hsh]"@de , + "investment cost [hsh]"@en ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000116 + rdf:type owl:Class ; + "A cost group for all cost values occuring from entity sub-groups in the waste management cost group and the associated factors"@en ; + "Marvin Auf der Landwehr" ; + rdfs:label "abfallmanagementkosten [hsh]"@de , + "waste management cost [hsh]"@en ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000117 + rdf:type owl:Class ; + "A cost group for the total sales value generated in a time period X by the system under investigation"@en ; + "Marvin Auf der Landwehr" ; + rdfs:label "turnover [hsh]"@en , + "umsatz [hsh]"@de ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000118 + rdf:type owl:Class ; + "An apparatus using mechanical power and having several parts, each with a definite function and together performing a particular task, required for operations in the system under investigation. Constitutes an entity in the maintenance cost, energy cost, production cost, investment cost and turnover cost group."@en ; + "Marvin Auf der Landwehr" ; + rdfs:label "machine [hsh]"@en , + "maschine [hsh]"@de ; + "material entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000119 + rdf:type owl:Class ; + "The state of an unit within an individual entity sub-group with regard to its working order (e.g., good, defective, not working)."@en ; + "Marvin Auf der Landwehr" ; + rdfs:label "Operating status [hsh]"@en , + "zustand [hsh]"@de ; + "quality" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000120 + rdf:type owl:Class ; + "uncurated" ; + "A state of being, such as a state of health."@en ; + "http://purl.obolibrary.org/obo/NCIT_C25457" ; + ; + "Luis Ramos" ; + "English" ; + "22.08.2022" ; + "22.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "NCIT" ; + rdfs:label "condition [ncti]"@en , + "zustand [ncti]"@de ; + "quality" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000121 + rdf:type owl:Class ; + "uncurated" ; + "The shapes that the focus nodes need to conform to before a rule is executed on them."@en ; + "http://www.w3.org/ns/shacl#condition" ; + ; + "Luis Ramos" ; + "English" ; + "22.08.2023" ; + "22.08.2023"^^xsd:Date ; + rdfs:isDefinedBy "shacl" ; + rdfs:label "condition [shacl]"@en , + "zustand [shacl]"@de ; + "quality" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000122 + rdf:type owl:Class ; + "uncurated" ; + "Used to specify ranges for qualities that act as conditions on a system/sensor's operation. For example, wind speed of 10-60m/s may be used as the condition on a SystemProperty, for example, to state that a sensor has a particular accuracy in that"@en ; + "http://www.w3.org/ns/ssn/systems/Condition" ; + ; + "Luis Ramos" ; + "English" ; + "22.08.2024" ; + "22.08.2024"^^xsd:Date ; + rdfs:isDefinedBy "ssn" ; + rdfs:label "condition [ssn]"@en , + "zustand [ssn]"@de ; + "quality" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000123 + rdf:type owl:Class ; + "The basic materials from which a finished product is made in the system under investigation. Constitutes an entity in the material cost and waste management cost group."@en ; + "Marvin Auf der Landwehr" ; + rdfs:label "raw material [hsh]"@en , + "rohmaterial [hsh]"@de ; + "material entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000124 + rdf:type owl:Class ; + "Processed raw materials that are not used for final consumption but as input for the production of finished goods in the system under investigation. Constitutes an entity in the material cost and waste management cost group."@en ; + "Marvin Auf der Landwehr" ; + rdfs:label "halbfabrikat [hsh]"@de , + "semi-finished product [hsh]"@en ; + "material entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000125 + rdf:type owl:Class ; + "The product that emerges at the end of the production process of the system under study. Constitutes an entity in the material cost, production cost, and waste management cost group."@en ; + "Marvin Auf der Landwehr" ; + rdfs:label "endprodukt [hsh]"@de , + "finished product [hsh]"@en ; + "material entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000126 + rdf:type owl:Class ; + "A duplicate part to replace a lost or damaged part of a machine entity unit in the system under investigation. Constitutes an entity sub-group of the wear parts entity."@en ; + "Marvin Auf der Landwehr" ; + rdfs:label "ersatzteil [hsh]"@de , + "spare parts [hsh]"@en ; + "material entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000127 + rdf:type owl:Class ; + "Parts pf a machine entity unit that are bound to wear out with repetitive use and will require periodic repair or replacement based on maintenance interval in the system under investigation. Constitutes an entity of the maintenance cost and material cost group."@en ; + "Marvin Auf der Landwehr" ; + rdfs:label "verschleißteil [hsh]"@de , + "wear parts [hsh]"@en ; + "material entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000128 + rdf:type owl:Class ; + "Materials used to wrap or protect raw materials, semi-finished products, and finished products."@en ; + "Marvin Auf der Landwehr" ; + rdfs:label "packaging [hsh]"@en , + "verpackung [hsh]"@de ; + "material entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000129 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A person who operates a machine entity unit in the system under investigation. Constitutes an entity of the human resource and the production cost group."@en ; + rdfs:label "operator [hsh]"@de , + "operator [hsh]"@en ; + "role" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000130 + rdf:type owl:Class ; + rdfs:subClassOf ; + "uncurated" ; + "A person that operates some apparatus or machine."@en ; + "http://purl.obolibrary.org/obo/NCIT_C48036" ; + ; + "Luis Ramos" ; + "English" ; + "22.08.2022" ; + "22.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "NCTI" ; + rdfs:label "operator [ncti]"@de , + "operator [ncti]"@en ; + "role" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000131 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A person who supervises and coordinates the work of employees who set up and operate machine entity units in the system under investigation. Constitutes an entity of the human ressource and the production cost group."@en ; + rdfs:label "supervisor [hsh]"@de , + "supervisor [hsh]"@en ; + "role" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000132 + rdf:type owl:Class ; + rdfs:subClassOf ; + "uncurated" ; + "An individual who is responsible for managing or operating a business, organization, team or department."@en ; + "http://purl.obolibrary.org/obo/NCIT_C134832" ; + ; + "Luis Ramos" ; + "English" ; + "22.08.2022" ; + "22.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "NCTI" ; + rdfs:label "supervisor [ncti]"@de , + "supervisor [ncti]"@en ; + "role" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000133 + rdf:type owl:Class ; + rdfs:subClassOf ; + "uncurated" ; + "Designated administrator over one or more groups/teams working to produce a resource, or over one or more steps of a development process"@en ; + "http://w3id.org/nfdi4ing/metadata4ing#Supervisor" ; + ; + "Luis Ramos" ; + "English" ; + "22.08.2023" ; + "22.08.2023"^^xsd:Date ; + rdfs:isDefinedBy "m4i" ; + rdfs:label "supervisor [m4i]"@de , + "supervisor [m4i]"@en ; + "role" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000134 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A person who supports an operator in the system under investigation. Constitutes an entity of the human ressource and the production cost group."@en ; + rdfs:label "hilfskraft [hsh]"@de , + "operational assistant [hsh]"@en ; + "role" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000135 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A person who handles a company's incoming and outgoing raw materials, semi-finished prodcuts as well as finished products, and who manages stocks in the system under investigation. Constitutes an entity of the human ressource and the storage cost group."@en ; + rdfs:label "lagerist [hsh]"@de , + "warehouse clerk [hsh]"@en ; + "role" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000136 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A person who monitors the quality of incoming and outgoing products or materials in the system under investigation. Constitutes an entity of the human ressource and the production cost group."@en ; + rdfs:label "quality inspector [hsh]"@en , + "qualitätsprüfer [hsh]"@de ; + "role" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000137 + rdf:type owl:Class ; + "A mode of transport that is employed to transport raw materials, semi-finished goods and finished goods within the system under investigation."@en ; + "Marvin Auf der Landwehr" ; + rdfs:label "conveyor vehicle [hsh]"@en , + "fördermittel [hsh]"@de ; + "material entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000138 + rdf:type owl:Class ; + "A maintenance metric that measures the average amount of time a non-repairable asset operates before it fails in the system under investigation. Constitutes a factor of the maintenance cost group."@en ; + "Marvin Auf der Landwehr" ; + rdfs:label "mean time to failure [hsh]"@en , + "mittlere zeit bis zum ausfall [hsh]"@de ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000139 + rdf:type owl:Class ; + "A maintenance metric that measures the average time required to troubleshoot and repair failed equipment. Constitutes a factor of the maintenance cost group."@en ; + "Marvin Auf der Landwehr" ; + rdfs:label "mean time to repair [hsh]"@en , + "mittlere reperaturdauer [hsh]"@de ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000140 + rdf:type owl:Class ; + "The schedule for all anticipated maintenance activities regarding machine entites within the system under investigation. Constitutes a factor of the maintenance cost group."@en ; + rdfs:label "maintenance interval [hsh]"@en , + "wartungsintevall [hsh]"@de ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000141 + rdf:type owl:Class ; + "uncurated" ; + "Type of planning time: Fixed time interval for the scheduled maintenance of a technical system or its parts."@en ; + "http://iirds.tekom.de/iirds#MaintenanceInterval" ; + ; + "English" ; + "15.08.2022" ; + rdfs:comment "rdfs:comment"@en ; + rdfs:isDefinedBy "iiRDS" ; + rdfs:label "maintenance interval [iirds]"@en , + "wartungsintevall"@de ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000142 + rdf:type owl:Class ; + "The averafe time that is required to conduct scheduled maintenance activities for a machine entity unit. Constitutes a factor of the maintenance cost group."@en ; + "Marvin Auf der Landwehr" ; + rdfs:label "maintenance duration [hsh]"@en , + "wartungsdauer [hsh]"@de ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000143 + rdf:type owl:Class ; + "The amount of electricity (kw/h) that is consumed by all entities in the system under investigation. Constitutes a factor of the energy cost, storage cost and production cost group."@en ; + "Marvin Auf der Landwehr" ; + rdfs:label "energy consumption [hsh]"@en , + "stromverbrauch [hsh]"@de ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000144 + rdf:type owl:Class ; + "The expenditure that incurs for acquiring a single unit of an entity sub-group in the system under investigation. Constitutes a factor of the maintenance cost, material cost, and storage cost group."@en ; + "Marvin Auf der Landwehr" ; + rdfs:label "stückkosten [hsh]"@de , + "unit cost [hsh]"@en ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000145 + rdf:type owl:Class ; + rdfs:subClassOf ; + "uncurated" ; + "A composite particle, comprising of strongly bound or fused smaller particles, where the resulting external surface area may be significantly smaller than the sum of calculated surface areas of the individual components."@en ; + ; + ; + "Lars M Vogt" ; + "English" ; + "31.09.2023" ; + "2023-09-01T09:55:19.791625Z" ; + "ENM:9000002" ; + rdfs:isDefinedBy "ENM" ; + rdfs:label "Aggregat"@de , + "aggregate [enm]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000146 + rdf:type owl:Class ; + rdfs:subClassOf ; + "uncurated" ; + "A collection of weakly bound particles or aggregates where the resulting surface area is similar to the sum of the surface areas of the individual components."@en ; + ; + ; + "Lars M Vogt" ; + "English" ; + "31.09.2023" ; + "2023-09-01T10:05:41.878142Z" ; + "ENM:9000001" ; + rdfs:isDefinedBy "ENM" ; + rdfs:label "Agglomerat"@de , + "agglomerate [enm]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000147 + rdf:type owl:Class ; + "uncurated" ; + "A particle in the physical sciences is a small localized object to which can be ascribed physical properties. [Wikipedia]"@en ; + ; + ; + "Lars M Vogt" ; + "English" ; + "31.09.2023" ; + "2023-09-01T10:30:08.82821Z" ; + "AFM:0000435" ; + rdfs:isDefinedBy "AFM" ; + rdfs:label "Partikel (Physik)"@de , + "particle (physics) [afo]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000148 + rdf:type owl:Class ; + "uncurated" ; + "A structure that has a roof and walls and stands more or less permanently in one place."@en ; + "http://purl.obolibrary.org/obo/NCIT_C80231" ; + ; + "Luis Ramos" ; + "English" ; + "22.08.2022" ; + "22.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "NCIT" ; + rdfs:label "Gebäude"@de , + "building"@en ; + "material entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000150 + rdf:type owl:Class ; + "The amount of raw materials, semi-finisehd products or finished products passing through a machine entity in the time X in the system under investigation."@en ; + "Marvin Auf der Landwehr" ; + rdfs:label "durchsatz [hsh]"@de , + "throughput [hsh]"@en ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000151 + rdf:type owl:Class ; + "All costs that are derived from costs groups encompassing overhead charges or subsidiary work."@en ; + "Marvin Auf der Landwehr" ; + rdfs:label "indirect cost [hsh]"@en , + "indirekte kosten [hsh]"@de ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000152 + rdf:type owl:Class ; + "All costs that are derived from costs groups that are directly related to the production of goods in the system under study."@en ; + "Marvin Auf der Landwehr" ; + rdfs:label "direct cost [hsh]"@en , + "direkte kosten [hsh]"@de ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000153 + rdf:type owl:Class ; + "uncurated" ; + "Costs that can be identified with a particular project or program."@en ; + "http://purl.obolibrary.org/obo/NCIT_C19579" ; + ; + "Luis Ramos" ; + "English" ; + "22.08.2022" ; + "22.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "NCTI" ; + rdfs:label "direct cost"@en , + "direkte kosten"@de ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000154 + rdf:type owl:Class ; + "A single system element (e.g., extruder 1, tool 1) within an entity sub-group in the system under investigation."@en ; + "Marvin Auf der Landwehr" ; + rdfs:label "einheit [hsh]"@de , + "unit [hsh]"@en ; + "material entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000155 + rdf:type owl:Class ; + "uncurated" ; + "A property representing the unit of measure in which a nutrient or food component is typically expressed, ex., gram (g), minigram (mg), microgram (mcg), joule, or kilojoule."@en ; + "http://purl.obolibrary.org/obo/NCIT_P355" ; + ; + "Luis Ramos" ; + "English" ; + "22.08.2018" ; + "22.08.2018"^^xsd:Date ; + rdfs:isDefinedBy "NCTI" ; + rdfs:label "einheit [ncti]"@de , + "unit [ncti]"@en ; + "material entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000156 + rdf:type owl:Class ; + "uncurated" ; + "The property used in conjunction with a nutrient or food component, typically expressed in gram (g), milligram (mg), microgram (mcg), joule, or kilojoule."@en ; + "http://purl.obolibrary.org/obo/NCIT_C68553" ; + ; + "Luis Ramos" ; + "English" ; + "22.08.2019" ; + "22.08.2019"^^xsd:Date ; + rdfs:isDefinedBy "NCTI" ; + rdfs:label "einheit [ncti]"@de , + "unit [ncti]"@en ; + "material entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000157 + rdf:type owl:Class ; + "uncurated" ; + "A single undivided thing occurring in the composition of something else."@en ; + "http://purl.obolibrary.org/obo/NCIT_C44278" ; + ; + "Luis Ramos" ; + "English" ; + "22.08.2020" ; + "22.08.2020"^^xsd:Date ; + rdfs:isDefinedBy "NCTI" ; + rdfs:label "einheit [ncti]"@de , + "unit [ncti]"@en ; + "material entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000158 + rdf:type owl:Class ; + "uncurated" ; + "Class designed to distinguish the different types of units that are available in variables from datasets or parameters"@en ; + "https://w3id.org/okn/o/sd#Unit" ; + ; + "Luis Ramos" ; + "English" ; + "22.08.2021" ; + "22.08.2021"^^xsd:Date ; + rdfs:isDefinedBy "SD" ; + rdfs:label "einheit [sd]"@de , + "unit [sd]"@en ; + "material entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000159 + rdf:type owl:Class ; + "uncurated" ; + "\"A unit of measurement is a standardized quantity of a physical quality.\" [Wikipedia:Wikipedia]"@en ; + "http://purl.obolibrary.org/obo/UO_0000000" ; + ; + "Luis Ramos" ; + "English" ; + "22.08.2022" ; + "22.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "UO" ; + rdfs:label "einheit [uo]"@de , + "unit [uo]"@en ; + "material entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000160 + rdf:type owl:Class ; + "A machine that pushes unvulcanized rubber compounds through an extrusion die under pressure. Constitutes an entity sub-group of the machine entity."@en ; + "Marvin Auf der Landwehr" ; + rdfs:label "extruder [hsh]"@de , + "extruder [hsh]"@en ; + "material entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000161 + rdf:type owl:Class ; + "A machine that mixes polymers and additives in the manufacture of plastic and rubber products. Constitutes an entity sub-group of the machine entity."@en ; + "Marvin Auf der Landwehr" ; + rdfs:label "Knetmaschine [hsh]"@de , + "banbury mixer [hsh]"@en ; + "material entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000162 + rdf:type owl:Class ; + "A machine that assembles assembles all components and semi-finished products to produce a tyre. Constitutes an entity sub-group of the machine entity."@en ; + "Marvin Auf der Landwehr" ; + rdfs:label "reifenproduktionsmaschine [hsh]"@de , + "tire building machine [hsh]"@en ; + "material entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000163 + rdf:type owl:Class ; + "A pneumtaic machine that cuts rubber materials. Constitutes an entity sub-group of the machine entity."@en ; + "Marvin Auf der Landwehr" ; + rdfs:label "cutter [hsh]"@en , + "schneidemaschine [hsh]"@de ; + "material entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000164 + rdf:type owl:Class ; + "A machine that combines a series of hard pressure rollers used to finish or smooth a sheet of rubber material. Constitutes an entity sub-group of the machine entity."@en ; + "Marvin Auf der Landwehr" ; + rdfs:label "Kalandar [hsh]"@de , + "calandar [hsh]"@en ; + "material entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000165 + rdf:type owl:Class ; + "An automated system that transports good to, within and from storage areas. Constitutes an entity sub-group of the machine entity."@en ; + "Marvin Auf der Landwehr" ; + rdfs:label "lagerroboter [hsh]"@de , + "storage robot [hsh]"@en ; + "material entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000166 + rdf:type owl:Class ; + "An overhead crane with a girder configuration supported by freestanding legs that move on wheels to transport goods. Constitutes an entity sub-group of the machine entity."@en ; + "Marvin Auf der Landwehr" ; + rdfs:label "gantry crane [hsh]"@en , + "portalkran [hsh]"@de ; + "material entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000167 + rdf:type owl:Class ; + "A machine that is measures the tire uniformity for complete vehicle wheels and determines the radial and lateral force fluctuations of the rolling wheel. Constitutes an entity sub-group of the machine entity."@en ; + "Marvin Auf der Landwehr" ; + rdfs:label "gleichförmigkeitsmessautomat [hsh]"@de , + "uniformity grading machine [hsh]"@en ; + "material entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000168 + rdf:type owl:Class ; + "A powered industrial truck used to lift and move materials over short distances. Constitutes an entity sub-group of the conveyor vehicle entity."@en ; + "Marvin Auf der Landwehr" ; + rdfs:label "forklift [hsh]"@en , + "gabelstapler [hsh]"@de ; + "material entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000169 + rdf:type owl:Class ; + "A continuous moving strip or surface that is used for transporting objects between different destinations. Constitutes an entity sub-group of the conveyor vehicle entity."@en ; + "Marvin Auf der Landwehr" ; + rdfs:label "conveyor [hsh]"@en , + "fördertechnik [hsh]"@de ; + "material entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000170 + rdf:type owl:Class ; + "A small truck for lifting and transporting loads. Constitutes an entity sub-group of the conveyor vehicle entity."@en ; + "Marvin Auf der Landwehr" ; + rdfs:label "hubwagen [hsh]"@de , + "lift truck [hsh]"@en ; + "material entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000171 + rdf:type owl:Class ; + "An object shaped for repair and installation purposes, with the help of which something is processed or manufactured.Constitutes an entity sub-group of the wear parts entity."@en ; + "Marvin Auf der Landwehr" ; + rdfs:label "tools [hsh]"@en , + "wekzeuge [hsh]"@de ; + "material entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000172 + rdf:type owl:Class ; + "A set of small wear parts required to maintain and repair a machine entity. Constitutes an entity sub-group of the wear parts entity."@en ; + "Marvin Auf der Landwehr" ; + rdfs:label "kleinteile [hsh]"@de , + "small parts [hsh]"@en ; + "material entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000173 + rdf:type owl:Class ; + "Components required to maintain and repair a machine entity. Constitutes an entity sub-group of the wear parts entity."@en ; + rdfs:label "ganze komponenten [hsh]"@de , + "whole components [hsh]"@en ; + "material entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000174 + rdf:type owl:Class ; + "Equipment that is employed for producing light in the system under investigation. Constitutes an entity sub-group of the building entity."@en ; + "Marvin Auf der Landwehr" ; + rdfs:label "beleuchtung [hsh]"@de , + "lighting [hsh]"@en ; + "material entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000175 + rdf:type owl:Class ; + "Equipment that is employed for cooling and heating in the system under investigation. Constitutes an entity sub-group of the building entity."@en ; + "Marvin Auf der Landwehr" ; + rdfs:label "air conditioning [hsh]"@en , + "klimatisierung [hsh]"@de ; + "material entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000176 + rdf:type owl:Class ; + "Equipment that is employed for managerial purposes in the system under investigation."@en ; + "Marvin Auf der Landwehr" ; + rdfs:label "büroausstattung [hsh]"@de , + "office equipment [hsh]"@en ; + "material entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000177 + rdf:type owl:Class ; + "An elastic material obtained from the latex sap of trees. Constitutes an entity sub-group of the raw material entity."@en ; + "Marvin Auf der Landwehr" ; + rdfs:label "narural rubber [hsh]"@en , + "naturkautschuk [hsh]"@de ; + "material entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000178 + rdf:type owl:Class ; + "uncurated" ; + "The natural extract of tropical rubber plants."@en ; + "http://purl.obolibrary.org/obo/NCIT_C106043" ; + ; + "Luis Ramos" ; + "English" ; + "22.08.2022" ; + "22.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "NCIT" ; + rdfs:label "narural rubber [ncti]"@en , + "naturkautschuk [ncti]"@de ; + "material entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000179 + rdf:type owl:Class ; + "Any of several substances similar to natural rubber in properties and uses, produced synthetically. Constitutes an entity sub-group of the raw material entity."@en ; + "Marvin Auf der Landwehr" ; + rdfs:label "Synthetic rubber [hsh]"@en , + "synthetikkautschuk [hsh]"@de ; + "material entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000180 + rdf:type owl:Class ; + "Material that is required to manipulate the properties of rubber products. Constitutes an entity sub-group of the raw material entity."@en ; + "Marvin Auf der Landwehr" ; + rdfs:label "filling material [hsh]"@en , + "füllstoffe [hsh]"@de ; + "material entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000181 + rdf:type owl:Class ; + "Material that is used to support the structure of rubber based products (e.g., steel cords). Constitutes an entity sub-group of the raw material entity."@en ; + "Marvin Auf der Landwehr" ; + rdfs:label "reinforcing materials [hsh]"@en , + "verstärkungsmaterialien [hsh]"@de ; + "material entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000182 + rdf:type owl:Class ; + "A substance added to a synthetic resin to produce or promote plasticity and flexibility and to reduce brittleness. Constitutes an entity sub-group of the raw material entity."@en ; + "Marvin Auf der Landwehr" ; + rdfs:label "plasticizer [hsh]"@en , + "weichmacher [hsh]"@de ; + "material entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000183 + rdf:type owl:Class ; + "uncurated" ; + "A substance added to plastics or other materials to make or keep them soft or pliable."@en ; + "http://purl.obolibrary.org/obo/NCIT_C55826" ; + ; + "Luis Ramos" ; + "English" ; + "22.08.2022" ; + "22.08.2022"^^xsd:Date ; + rdfs:comment "plasticiser"@en ; + rdfs:isDefinedBy "NCIT" ; + rdfs:label "plasticizer [ncti]"@en , + "weichmacher [ncti]"@de ; + "material entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000184 + rdf:type owl:Class ; + "uncurated" ; + "Any compound that is used as an additive to increase the plasticity or fluidity of a substance, particularly but not exclusively to synthetic polymers."@en ; + "http://purl.obolibrary.org/obo/CHEBI_79056" ; + ; + "Luis Ramos" ; + "English" ; + "22.08.2022" ; + "22.08.2022"^^xsd:Date ; + rdfs:comment "plasticiser"@en ; + rdfs:isDefinedBy "CHEBI" ; + rdfs:label "plasticizer [chebi]"@en , + "weichmacher [chebi]"@de ; + "material entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000185 + rdf:type owl:Class ; + "Chemicals added to rubber to alter its physical properties. Constitutes an entity sub-group of the raw material entity."@en ; + "Marvin Auf der Landwehr" ; + rdfs:label "vulcanization chemicals [hsh]"@en , + "vulkanisationschemikalien [hsh]"@de ; + "material entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000186 + rdf:type owl:Class ; + "Additional substances that are employed to product rubber-based products. Constitutes an entity sub-group of the raw material entity."@en ; + "Marvin Auf der Landwehr" ; + rdfs:label "other additives [hsh]"@en , + "sonstige additive [hsh]"@de ; + "material entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000187 + rdf:type owl:Class ; + "A non-destructive light scattering technique that provides detailed information about the chemical structure upon the interaction of light with the chemical bonds within a material based on periodic changes of polarizabilities, usually manifested as energy loss (gain) with respect to the incident light."@en ; + "https://www.horiba.com/ind/raman-imaging-and-spectroscopy/" ; + "Georgios Ctistis" ; + rdfs:label "Raman spectroscopy [ifnano]"@en ; + "plan specification" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000188 + rdf:type owl:Class ; + "uncurated" ; + "Any type of vibrational spectroscopy where the Raman scattering of monochromatic light, usually from a laser in the visible, near infrared, or near ultraviolet range by a sample is detected. [CHMO]"@en ; + "http://purl.allotrope.org/ontologies/process#AFP_0000047" ; + "English" ; + "17.08.2022" ; + rdfs:comment "http://purl.allotrope.org/ontologies/"@en ; + rdfs:isDefinedBy "allotrope.org" ; + rdfs:label "Raman spectroscopy [allotrope]"@en ; + "plan specification" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000189 + rdf:type owl:Class ; + "uncurated" ; + "Emission of electromagnetic energy with a shorter frequency (longer wavelength) than that of the incident monochromatic light. Arises from the low probability absorption of quanta with a higher energy than that required for a transition: the difference in energy is emitted as a lower frequency (energy) photon. Allows analysis of vibrational and rotational energy levels using visible incident light. [ NCI ]"@en ; + "http://purl.obolibrary.org/obo/NCIT_C17157" ; + ; + "English" ; + "18.08.2022" ; + rdfs:comment "http://purl.obolibrary.org/obo/ncit.owl"@en ; + rdfs:isDefinedBy "NCI" ; + rdfs:label "Raman spectroscopy [ncit]"@en ; + "plan specification" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000190 + rdf:type owl:Class ; + "A graph that shows the intensity of radiation at different wavelengths or the response of the atomic or molecular system to different wavelengths of the radiation"@en ; + "https://chem.libretexts.org/Bookshelves/Physical_and_Theoretical_Chemistry_Textbook_Maps/Book%3A_Quantum_States_of_Atoms_and_Molecules_(Zielinksi_et_al)/01%3A_Spectroscopy#:~:text=A%20spectrum%20is%20a%20graph,different%20wavelengths%20of%20the%20radiation." ; + "Christoph Lenth" ; + rdfs:label "Spectrum [ifnano]"@en ; + "information content entity" ; + "IFNANO:01_CQ" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000191 + rdf:type owl:Class ; + "uncurated" ; + "A spectrum is a data distribution function of a measured quantity in a spectroscopy against some experimental parameter. [Allotrope]"@en ; + "http://purl.allotrope.org/ontologies/result#AFR_0000068" ; + "English" ; + "17.08.2022" ; + rdfs:comment "http://purl.allotrope.org/ontologies/"@en ; + rdfs:isDefinedBy "allotrope.org" ; + rdfs:label "Spectrum [allotrope]"@en ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000192 + rdf:type owl:Class ; + "uncurated" ; + "An array of entities, such as light waves or particles, ordered in accordance with the magnitudes of a common physical property, such as wavelength or mass."@en ; + "http://purl.obolibrary.org/obo/NCIT_C84383" ; + ; + "English" ; + "18.08.2022" ; + rdfs:comment "http://purl.obolibrary.org/obo/ncit.owl"@en ; + rdfs:isDefinedBy "NCI" ; + rdfs:label "Spectrum [ncit]"@en ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000193 + rdf:type owl:Class ; + "A graph presents a number of peaks, showing the intensity and wavelength position of the Raman scattered light, in which each peak corresponds to a specific molecular bond vibration."@en ; + "https://www.horiba.com/ind/raman-imaging-and-spectroscopy/" ; + "Christoph Lenth" ; + rdfs:label "Raman spectrum [ifnano]"@en ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000194 + rdf:type owl:Class ; + "uncurated" ; + "A plot of intensity vs. Raman shift (cm-1) obtained by measuring the Raman scattering of monochromatic light from a sample. [CHMO]"@en ; + "http://purl.allotrope.org/ontologies/result#AFR_0000519" ; + "English" ; + "17.08.2022" ; + rdfs:comment "http://purl.allotrope.org/ontologies/"@en ; + rdfs:isDefinedBy "allotrope.org (chmo)" ; + rdfs:label "Raman spectrum [allotrope]"@en ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000195 + rdf:type owl:Class ; + "Fourier transform infrared involves the probing of matter with infrared radiation. It is based on periodic changes in dipole moments caused by molecular vibrations during the absorption of IR radiation and gives spectroscopic fingerprints."@en ; + "https://www.hamamatsu.com/eu/en/applications/analytical-equipment/infrared-spectroscopy.html" ; + "Yaman Alsalka (IFNANO)" ; + "31.03.2022" ; + rdfs:comment "Method" ; + rdfs:label "FTIR spectroscopy [ifnano]"@en ; + "plan specification" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000196 + rdf:type owl:Class ; + "An attenuated total reflection accessory operates by measuring the changes that occur in a totally internally reflected infrared beam when the beam comes into contact with a sample."@en ; + "https://cmdis.rpi.edu/sites/default/files/ATR_FTIR.pdf"@en ; + "Yamen Alsalka (IFNANO)" ; + "31.03.2022" ; + rdfs:comment "Method" ; + rdfs:label "ATR-FTIR"@de , + "ATR-FTIR [ifnano]"@en ; + "plan specification" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000197 + rdf:type owl:Class ; + "It arises when groups differ statistically in their distributions on characteristics relevant to a given situation."@en ; + "https://www.sciencedirect.com/science/article/pii/B0123693985005442" ; + "Yamen Alsalka (IFNANO)" ; + "31.03.2022" ; + rdfs:label "Statistical discrimination [ifnano]"@en ; + "plan specification" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000198 + rdf:type owl:Class ; + "The chemical discipline that uses mathematical and statistical methods, (a) to design or select optimal measurement procedures and experiments, and (b) to provide maximum chemical information by analyzing chemical data."@en ; + "https://www.wiley-vch.de/de/fachgebiete/naturwissenschaften/chemometrics-978-3-527-34097-2" ; + "Christoph Lenth" ; + "31.03.2022" ; + rdfs:label "Chemometrics [ifnano]"@en ; + "plan specification" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000199 + rdf:type owl:Class ; + "Natural and synthetic rubber materials that are modified and shaped into rubber products through the rubber extrusion process."@en ; + "https://www.extrudedrubber.net/" ; + "Yamen Alsalka (IFNANO)" ; + "31.03.2022" ; + rdfs:label "Raw rubber samples [ifnano]"@en ; + "material entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000200 + rdf:type owl:Class ; + "The degree to which two or more quantities or events are associated, a statistical relation between two or more variables such that systematic changes in the value of one variable are accompanied by systematic changes in the others. The collelation can be described by mathematical functions (often a linear function is used). It’s a common tool for describing simple relationships without making a statement about cause and effect."@en ; + "https://www.jmp.com/en_ca/statistics-knowledge-portal/what-is-correlation.html; http://purl.obolibrary.org/obo/NCIT_C48834" ; + "Yamen Alsalka (IFNANO)" ; + "06.06.2023" ; + "31.03.2022" ; + rdfs:comment "Correlations are useful for describing simple relationships among data" ; + rdfs:label "Correlation [ifnano]"@en ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000201 + rdf:type owl:Class ; + "uncurated" ; + "The degree to which two or more quantities or events are linearly associated, a statistical relation between two or more variables such that systematic changes in the value of one variable are accompanied by systematic changes in the others."@en ; + "http://purl.obolibrary.org/obo/NCIT_C48834" ; + ; + "English" ; + "18.08.2022" ; + rdfs:comment "http://purl.obolibrary.org/obo/ncit.owl"@en ; + rdfs:isDefinedBy "NCIT" ; + rdfs:label "Correlation [ncit]"@en ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000202 + rdf:type owl:Class ; + "The concentration of Zinc in the extrudate is 0.5 g/L." ; + "uncurated" ; + "A quality of a substance in terms of its amount per unit volume in a mixture."@en ; + "Konzentration"@en ; + "https://en.wikipedia.org/wiki/Concentration" ; + "Sven Schwabe (IFNANO)" ; + "English" ; + "06.04.2022" ; + "31.03.2022"^^xsd:Date ; + "conc." ; + rdfs:label "concentration [ifnano]"@en ; + "quality" ; + "IFNANO:01_CQ; IFNANO:02_CQ; IFNANO:03_CQ" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000203 + rdf:type owl:Class ; + "uncurated" ; + "The quantity kind concentration"@en ; + "https://www.materials.fraunhofer.de/ontologies/BWMD_ontology/mid#BWMD_00298" ; + ; + "English" ; + "17.08.2022" ; + rdfs:comment "https://www.materials.fraunhofer.de/ontologies/BWMD_ontology"@en ; + rdfs:isDefinedBy "BWMD" ; + rdfs:label "concentration [bwmd]"@en ; + "quality" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000204 + rdf:type owl:Class ; + "uncurated" ; + "A concentration (datum) is a quantification facet that quantifies a quality inhering in a substance by virtue of the amount of the bearer's there is mixed with another substance. [Allotrope]"@en ; + "http://purl.allotrope.org/ontologies/result#AFR_0002036" ; + ; + "English" ; + "17.08.2022" ; + rdfs:comment "http://purl.allotrope.org/ontologies/"@en ; + rdfs:isDefinedBy "allotrope.org" ; + rdfs:label "concentration [allotrope]"@en ; + "quality" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000205 + rdf:type owl:Class ; + "uncurated" ; + "The quantity of a substance per unit volume or weight; a measure of the amount of substance present in a unit amount of mixture, particularly, the amount of solute dissolved in a solvent. The amounts can be expressed as moles, masses, volumes, or parts."@en ; + "http://purl.obolibrary.org/obo/NCIT_C41185" ; + ; + "English" ; + "19.08.2022" ; + rdfs:comment "http://purl.obolibrary.org/obo/ncit.owl"@en ; + rdfs:isDefinedBy "NCIT" ; + rdfs:label "concentration [ncit]"@en ; + "quality" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000206 + rdf:type owl:Class ; + "uncurated" ; + "The concentration of a chemical compound."@en ; + "http://edamontology.org/data_2140" ; + ; + "English" ; + "19.08.2022" ; + rdfs:comment "http://edamontology.org"@en ; + rdfs:isDefinedBy "EDAM" ; + rdfs:label "concentration [edam]"@en ; + "quality" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000207 + rdf:type owl:Class ; + "uncurated" ; + "Experimental method output expressing the contribution of one constituent to the composition of a mixture."@en ; + "http://purl.obolibrary.org/obo/CHMO_0002820" ; + ; + "English" ; + "19.08.2022" ; + rdfs:comment "http://purl.obolibrary.org/obo/chmo.owl"@en ; + rdfs:isDefinedBy "CHMO" ; + rdfs:label "concentration [chmo]"@en ; + "quality" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000208 + rdf:type owl:Class ; + "uncurated" ; + "the strength of a solution; number of molecules of a substance in a given volume"@en ; + "http://purl.dataone.org/odo/ECSO_00001120" ; + ; + "English" ; + "19.08.2022" ; + rdfs:comment "http://purl.dataone.org/odo/ECSO8.owl"@en ; + rdfs:isDefinedBy "ECSO" ; + rdfs:label "concentration [ecso]"@en ; + "quality" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000209 + rdf:type owl:Class ; + "Product of the process of Extrusion"@en ; + "Extrudat"@en ; + "https://en.wikipedia.org/wiki/Extrusionn" ; + "Sven Schwabe (IFNANO)" ; + "06.04.2022" ; + "31.03.2022"^^xsd:Date ; + rdfs:label "extrudate [ifnano]"@en ; + "material entity" ; + "IFNANO:02_CQ; IFNANO:03_CQ" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000210 + rdf:type owl:Class ; + "Extrusion is a process used to create objects of a fixed cross-sectional profile by pushing material through a die of the desired cross-section."@en ; + "Extrusion"@en ; + "https://en.wikipedia.org/wiki/Extrusion" ; + "Sven Schwabe (IFNANO)" ; + "06.04.2022" ; + "31.03.2022"^^xsd:Date ; + rdfs:label "extrusion [ifnano]"@en ; + "process" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000211 + rdf:type owl:Class ; + "uncurated" ; + "A transformation in which an atom or group Y connected to two other atoms or groups X and Z is lost from a molecule, leading to a product in which X is bonded to Z, e.g. X-Y-Z --> X-Z + Y."@en ; + "http://purl.obolibrary.org/obo/REX_0000100" ; + ; + "English" ; + "19.08.2022" ; + rdfs:comment "http://purl.obolibrary.org/obo/rex.owl"@en ; + rdfs:isDefinedBy "REX" ; + rdfs:label "extrusion [rex]"@en ; + "process" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000212 + rdf:type owl:Class ; + "uncurated" ; + "A process used to create objects of a fixed cross-sectional profile by forcing or drawing a material through a die."@en ; + "http://purl.obolibrary.org/obo/CHMO_0001613" ; + ; + "English" ; + "19.08.2022" ; + rdfs:comment "http://purl.obolibrary.org/obo/chmo.owl"@en ; + rdfs:isDefinedBy "CHMO" ; + rdfs:label "extrusion [chmo]"@en ; + "process" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000213 + rdf:type owl:Class ; + "Laser induced breakdown spectroscopy is a type of atomic emission spectroscopy which uses a highly energetic laser pulse as the excitation source. The laser is focused to form a plasma, which atomizes and excites samples. The Emission of these excited species is analyzed to identify and quantify the elements contained in the sample."@en ; + "Laserinduzierte Plasmaspektroskopie"@en ; + "https://en.wikipedia.org/wiki/Laser-induced_breakdown_spectroscopy" ; + "Sven Schwabe (IFNANO)" ; + "06.04.2022" ; + "31.03.2022"^^xsd:Date ; + "LIBS" ; + rdfs:label "Laser induced breakdown spectroscopy [ifnano]"@en ; + "plan specification" ; + "IFNANO:01_CQ; IFNANO:02_CQ; IFNANO:03_CQ" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000214 + rdf:type owl:Class ; + "uncurated" ; + "A type of atomic emission spectrometry where a high energy laser pulse is used to generate a plasma which acts as the excitation source."@en ; + "http://purl.obolibrary.org/obo/CHMO_0000258" ; + ; + "English" ; + "19.08.2022" ; + rdfs:comment "http://purl.obolibrary.org/obo/chmo.owl"@en ; + rdfs:isDefinedBy "CHMO" ; + rdfs:label "Laser induced breakdown spectroscopy [chmo]"@en ; + "plan specification" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000215 + rdf:type owl:Class ; + "A quality of a sample in terms of homogenity, or the distribution of concentration of a specific component in a mixture, in a macroscopic body."@en ; + "Verteilungsgüte; homogenity"@en ; + "Sven Schwabe (IFNANO)" ; + "06.04.2022" ; + "31.03.2022"^^xsd:Date ; + rdfs:label "distribution quality [ifnano]"@en ; + "quality" ; + "IFNANO:02_CQ; IFNANO:03_CQ" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000216 + rdf:type owl:Class ; + "In Spectroscopy, peaks are features of a spectrum. A peak comprise a restricted region of a spectrum, which is absorbed or emitted with high intensity. It is defined as a local maximum in the spectrum."@en ; + "Sven Schwabe (IFNANO)" ; + "06.06.2023" ; + "31.03.2022"^^xsd:Date ; + rdfs:comment "in Spectroscopy" ; + rdfs:label "peak[ifnano]"@en ; + "information content entity" ; + "IFNANO:01_CQ" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000217 + rdf:type owl:Class ; + "uncurated" ; + "A peak describes a part of a data distribution function at a definite range of the experimental parameter (independent variable) of the distribution function. This definition includes a single data point of the distribution function. [Allotrope]"@en ; + "http://purl.allotrope.org/ontologies/result#AFR_0000413" ; + ; + "English" ; + "17.08.2022" ; + rdfs:comment "http://purl.allotrope.org/ontologies/"@en ; + rdfs:isDefinedBy "allotrope.org" ; + rdfs:label "peak [allotrope]"@en ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000218 + rdf:type owl:Class ; + "uncurated" ; + "The most extreme possible amount or value; the highest point."@en ; + "http://purl.obolibrary.org/obo/NCIT_C48054" ; + ; + "English" ; + "19.08.2022" ; + rdfs:comment "http://purl.obolibrary.org/obo/ncit.owl"@en ; + rdfs:isDefinedBy "NCIT" ; + rdfs:label "peak [ncit]"@en ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000219 + rdf:type owl:Class ; + "Is to reliably assign new samples to existing classes in a given population."@en ; + "Unscrambler X" ; + "Yamen Alsalka" ; + "Yamen Alsalka" ; + "2023-06-06T09:45:47.151055Z" ; + rdfs:label "Classification [ifnano]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000220 + rdf:type owl:Class ; + "uncurated" ; + "A localized region of relatively large ion signal in a mass spectrum. Although peaks are often associated with particular ions, the terms peak and ion should not be used interchangeably."@en ; + "http://purl.obolibrary.org/obo/MS_1000231" ; + ; + "English" ; + "19.08.2022" ; + rdfs:comment "http://purl.obolibrary.org/obo/ms.owl"@en ; + rdfs:isDefinedBy "MS" ; + rdfs:label "peak [ms]"@en ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000221 + rdf:type owl:Class ; + "Unprocessed data obtained from spectrometric devices"@en ; + "Rohspektrum"@en ; + "Sven Schwabe (IFNANO)" ; + "06.04.2022" ; + "31.03.2022"^^xsd:Date ; + rdfs:label "raw spectrum [ifnano]"@en ; + "information content entity" ; + "IFNANO:01_CQ" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000222 + rdf:type owl:Class ; + "Result of different mathematical processes conducted on raw Spectra. Processing steps include e.g. normalization and baseline correction"@en ; + "bearbeitetes Spektrum; verarbeitetes Spektrum"@en ; + "Sven Schwabe (IFNANO)" ; + "06.04.2022" ; + "31.03.2022"^^xsd:Date ; + rdfs:label "processed spectrum [ifnano]"@en ; + "information content entity" ; + "IFNANO:01_CQ" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000223 + rdf:type owl:Class ; + "Principal component analysis (PCA) is the process of computing the principal components and using them to perform a change of basis on the data."@en ; + "Hauptkomponentenanalyse"@en ; + "https://en.wikipedia.org/wiki/Principal_component_analysis" ; + "Sven Schwabe (IFNANO)" ; + "06.04.2022" ; + "31.03.2022"^^xsd:Date ; + rdfs:label "principal component analysis [ifnano]"@en ; + "plan specification" ; + "IFNANO:01_CQ" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000224 + rdf:type owl:Class ; + "uncurated" ; + "A vector space transform used to reduce the dimensionality in a dataset while retaining those characteristics of the dataset that contribute most to its variance."@en ; + "http://purl.obolibrary.org/obo/NCIT_C49291" ; + ; + "English" ; + "19.08.2023" ; + rdfs:comment "http://purl.obolibrary.org/obo/ncit.owl"@en ; + rdfs:isDefinedBy "NCIT" ; + rdfs:label "principal component analysis [ncit]"@en ; + "plan specification" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000225 + rdf:type owl:Class ; + "uncurated" ; + "A statistical procedure that uses an orthogonal transformation to convert a set of observations of possibly correlated variables into a set of values of linearly uncorrelated variables called principal components."@en ; + "http://edamontology.org/operation_3960" ; + ; + "English" ; + "19.08.2023" ; + rdfs:comment "http://edamontology.org"@en ; + rdfs:isDefinedBy "EDAM" ; + rdfs:label "principal component analysis [edam]"@en ; + "plan specification" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000226 + rdf:type owl:Class ; + "Measurement using photometry"@en ; + rdfs:label "Photometric Measurement Process [ifnano]"@en ; + "process" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000227 + rdf:type owl:Class ; + "Metadata are data, which belong to a measurement. They complete the measurment data providing information about the condition under which the measurements have been taken place."@en ; + "Christoph Lenth" ; + rdfs:label "Metadata [ifnano]"@en ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000228 + rdf:type owl:Class ; + "uncurated" ; + "Data about data; information that describes another set of data."@en ; + "http://purl.obolibrary.org/obo/NCIT_C52095" ; + ; + "English" ; + "19.08.2022" ; + rdfs:comment "http://purl.obolibrary.org/obo/ncit.owl"@en ; + rdfs:isDefinedBy "NCIT" ; + rdfs:label "Metadata [ncit]"@en ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000229 + rdf:type owl:Class ; + "Measurement method using visible light to analyse the property of a substance"@en ; + ; + "Christoph Lenth" ; + "06.06.2023" ; + "31.03.2022" ; + rdfs:label "Photometry [ifnano]"@en ; + "plan specification" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000230 + rdf:type owl:Class ; + "uncurated" ; + "Measurement of the properties of light, especially luminous intensity."@en ; + "http://purl.obolibrary.org/obo/NCIT_C65109" ; + ; + "English" ; + "19.08.2022" ; + rdfs:comment "http://purl.obolibrary.org/obo/ncit.owl"@en ; + rdfs:isDefinedBy "NCIT" ; + rdfs:label "Photometry [ncit]"@en ; + "plan specification" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000231 + rdf:type owl:Class ; + "Determination concentrations using a color chart"@en ; + ; + "Christoph Lenth" ; + "31.03.2022" ; + rdfs:label "Colorimetry (chemical method) [ifnano]"@en ; + "plan specification" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000232 + rdf:type owl:Class ; + "uncurated" ; + "The determination of the spectral absorbance of a solution. This method is often used to determine the concentration of a chemical in a solution. [CHMO]"@en ; + "http://purl.allotrope.org/ontologies/process#AFP_0002309" ; + "English" ; + "17.08.2022" ; + rdfs:comment "http://purl.allotrope.org/ontologies/"@en ; + rdfs:isDefinedBy "allotrope.org" ; + rdfs:label "Colorimetry [allotrope]"@en ; + "plan specification" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000233 + rdf:type owl:Class ; + "uncurated" ; + "An assessment used to quantify and describe the colors within the visible spectrum of light."@en ; + "http://purl.obolibrary.org/obo/NCIT_C111096" ; + ; + "English" ; + "19.08.2022" ; + rdfs:comment "http://purl.allotrope.org/ontologies/"@en ; + rdfs:isDefinedBy "NCTI" ; + rdfs:label "Colorimetry [ncit]"@en ; + "plan specification" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000234 + rdf:type owl:Class ; + "Digital representation of an image. Images are represented in natural numbers."@en ; + rdfs:label "Image data [ifnano]"@en ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000235 + rdf:type owl:Class ; + "Digital representation of an image using a natural number defining the red, green and blue proportion for each pixel"@en ; + rdfs:label "RGB image data [ifnano]"@en ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000236 + rdf:type owl:Class ; + "Commen form of representing a digital picture: The picture is represented as a XY-Grid of Data-Points containing the color and brightness information."@en ; + rdfs:comment "format"@en ; + rdfs:label "Picture grid [ifnano]"@en ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000237 + rdf:type owl:Class ; + "Element of the picture grid"@en ; + rdfs:comment "format"@en ; + rdfs:label "Pixel [ifnano]"@en ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000238 + rdf:type owl:Class ; + "uncurated" ; + "The smallest resolvable rectangular area of an image, either on a screen or stored in memory."@en ; + "http://purl.obolibrary.org/obo/NCIT_C48367" ; + ; + "English" ; + "19.08.2022" ; + rdfs:comment "http://purl.obolibrary.org/obo/ncit.owl"@en ; + rdfs:isDefinedBy "NCIT" ; + rdfs:label "Pixel [ncit]"@en ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000239 + rdf:type owl:Class ; + "The use of a digital computer to process digital images through an algorithm."@en ; + rdfs:label "Digital image processing [ifnano]"@en ; + "plan specification" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000240 + rdf:type owl:Class ; + "Using image data and eventually digital image processing in order to generate a corellation between this data and an analytical target."@en ; + "Chrstoph Lenth" ; + "06.06.2023" ; + "31.03.2022" ; + rdfs:label "Image analysis (Chemometrics) [ifnano]"@en ; + "plan specification" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000241 + rdf:type owl:Class ; + "uncurated" ; + "Image analysis is the discovering of patterns in an image that are correlated to qualities of the material entity the image represents or of abstract patterns. [Allotrope]"@en ; + "http://purl.allotrope.org/ontologies/process#AFP_0003540" ; + "English" ; + "18.08.2022" ; + rdfs:comment "allotrope"@en ; + rdfs:isDefinedBy "allotrope.org" ; + rdfs:label "Image analysis [allotrope]"@en ; + "plan specification" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000242 + rdf:type owl:Class ; + "uncurated" ; + "The analysis of a image (typically a digital image) of some type in order to extract information from it."@en ; + "http://edamontology.org/operation_3443" ; + ; + "English" ; + "19.08.2022" ; + rdfs:comment "http://purl.obolibrary.org/obo/ncit.owl"@en ; + rdfs:isDefinedBy "EDAM" ; + rdfs:label "Image analysis [edam]"@en ; + "plan specification" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000243 + rdf:type owl:Class ; + "The information represented by one or more variables, which has to be predicted by data analysis in instrumental analytics"@en ; + "Christoph Lenth" ; + "31.03.2022" ; + rdfs:label "analytical target [ifnano]"@en ; + "information content entity"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000244 + rdf:type owl:Class ; + "In terms of digtal image procession: correction methods to compensate image errors caused by lense distorsion or perspective."@en ; + "Jan Geweke" ; + rdfs:label "Geometry correction [ifnano]"@en ; + "plan specification" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000245 + rdf:type owl:Class ; + "Linear discriminant analysis (LDA), normal discriminant analysis (NDA), or discriminant function analysis is a generalization of Fisher's linear discriminant, a method used in statistics and other fields, to find a linear combination of features that characterizes or separates two or more classes of objects or events."@en ; + ; + "Christoph Lenth" ; + "31.03.2022" ; + rdfs:label "Linear discriminant analysis [ifnano]"@en ; + "plan specification" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000246 + rdf:type owl:Class ; + "Machine learning task of learning a function that maps an input to an output based on example input-output pairs."@en ; + "Christoph Lenth" ; + rdfs:label "Supervised learning [ifnano]"@en ; + "plan specification" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000247 + rdf:type owl:Class ; + "uncurated" ; + "A machine learning process using a function that maps an input to an output based on example input-output pairs. It infers a function from labeled training data consisting of a set of training examples."@en ; + "http://purl.obolibrary.org/obo/OBI_0002588" ; + "English" ; + "19.08.2022" ; + rdfs:comment "http://purl.obolibrary.org/obo/obi.owl"@en ; + rdfs:isDefinedBy "OBI" ; + rdfs:label "Supervised learning [obi]"@en ; + "plan specification" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000248 + rdf:type owl:Class ; + "A type of algorithm that learns patterns from untagged data"@en ; + "Christoph Lenth" ; + rdfs:label "Unsupervised learning [ifnano]"@en ; + "plan specification" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000249 + rdf:type owl:Class ; + "uncurated" ; + "A machine learning process that infers a function describing the structure of \"unlabeled\" data (i.e. data that has not been classified or categorized)."@en ; + "http://purl.obolibrary.org/obo/OBI_0002589" ; + "English" ; + "19.08.2022" ; + rdfs:comment "http://purl.obolibrary.org/obo/obi.owl"@en ; + rdfs:isDefinedBy "OBI" ; + rdfs:label "Unsupervised learning [obi]"@en ; + "plan specification" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000250 + rdf:type owl:Class ; + "A type of histogram that acts as a graphical representation of the tonal distribution in a digital image. It plots the number of pixels for each tonal value."@en ; + "Jan Geweke" ; + rdfs:label "Image histogramm / histogramm [ifnano]"@en ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000251 + rdf:type owl:Class ; + "A multidimensional histogram of the distribution of color in an image"@en ; + rdfs:label "Color histogramm [ifnano]"@en ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000252 + rdf:type owl:Class ; + rdfs:label "8-bit number [ifnano]"@en ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000253 + rdf:type owl:Class ; + rdfs:label "16-bit number [ifnano]"@en ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000254 + rdf:type owl:Class ; + "counting events" ; + "Sven Schwabe (IFNANO)" ; + "06.04.2022" ; + "31.03.2022"^^xsd:Date ; + rdfs:comment "unit"@en ; + rdfs:label "count [ifnano]"@en ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000255 + rdf:type owl:Class ; + "uncurated" ; + "The number of objects counted. [Allotrope]"@en ; + "http://purl.allotrope.org/ontologies/property#AFX_0000604" ; + "English" ; + "17.08.2022" ; + rdfs:comment "allotrope"@en ; + rdfs:isDefinedBy "allotrope.org" ; + rdfs:label "count [allotrope]"@en ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000256 + rdf:type owl:Class ; + "uncurated" ; + "A datum that has non-negative integer values that is about the number of discrete things. [Allotrope]"@en ; + "http://purl.allotrope.org/ontologies/result#AFR_0000984" ; + "English" ; + "17.08.2022" ; + rdfs:comment "allotrope"@en ; + rdfs:isDefinedBy "allotrope.org" ; + rdfs:label "count [allotrope]"@en ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000257 + rdf:type owl:Class ; + "uncurated" ; + "Determining the number or amount of something."@en ; + "http://purl.obolibrary.org/obo/NCIT_C25463" ; + ; + "English" ; + "19.08.2022" ; + rdfs:comment "http://purl.obolibrary.org/obo/ncit.owl"@en ; + rdfs:isDefinedBy "NCIT" ; + rdfs:label "count [ncit]"@en ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000258 + rdf:type owl:Class ; + "uncurated" ; + "a count is a data item denoted by an integer and represented the number of instances or occurences of an entity"@en ; + "http://purl.obolibrary.org/obo/STATO_0000047" ; + ; + "English" ; + "19.08.2023" ; + rdfs:comment "http://purl.obolibrary.org/obo/ms.owl"@en ; + rdfs:isDefinedBy "MS" ; + rdfs:label "count [ms]"@en ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000260 + rdf:type owl:Class ; + "uncurated" ; + "A single undivided thing (unit) based on or subject to individual judgment or preference, and not by necessity, reason, or principle."@en ; + "http://purl.obolibrary.org/obo/NCIT_C75765" ; + ; + "English" ; + "19.08.2022" ; + rdfs:comment "http://purl.obolibrary.org/obo/ncit.owl"@en ; + rdfs:isDefinedBy "NCIT" ; + rdfs:label "arbitrary units"@en , + "willkürliche Einheiten"@de ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000261 + rdf:type owl:Class ; + "The chemical element zinc"@en ; + "Zink"@en ; + "https://en.wikipedia.org/wiki/Zinc" ; + "Sven Schwabe (IFNANO)" ; + "06.04.2022" ; + "31.03.2022"^^xsd:Date ; + "Zn" ; + rdfs:label "zinc [ifnano]"@en ; + "material entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000262 + rdf:type owl:Class ; + "uncurated" ; + "The chemical element zinc"@en ; + "https://www.materials.fraunhofer.de/ontologies/BWMD_ontology/mid#BWMD_00096" ; + ; + "English" ; + "17.08.2022" ; + rdfs:comment "https://www.materials.fraunhofer.de/ontologies/BWMD_ontology"@en ; + rdfs:isDefinedBy "BWMD" ; + rdfs:label "zinc [bwmd]"@en ; + "material entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000263 + rdf:type owl:Class ; + "uncurated" ; + "An element with atomic symbol Zn, atomic number 30, and atomic weight 65.39."@en ; + "http://purl.obolibrary.org/obo/NCIT_C948" ; + ; + "English" ; + "19.08.2022" ; + rdfs:comment "http://purl.obolibrary.org/obo/ncit.owl"@en ; + rdfs:isDefinedBy "NCIT" ; + rdfs:label "zinc [ncit]"@en ; + "material entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000264 + rdf:type owl:Class ; + "uncurated" ; + "A zinc group element atom that has formula Zn."@en ; + "http://purl.obolibrary.org/obo/CHEBI_27363" ; + ; + "English" ; + "19.08.2022" ; + rdfs:comment "http://www.ebi.ac.uk/efo/efo.owl"@en ; + rdfs:isDefinedBy "EFO" ; + rdfs:label "zinc [efo]"@en ; + "material entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000265 + rdf:type owl:Class ; + "A measure of the amount of variation of a set of values."@en ; + "Standardabweichung"@en ; + "Sven Schwabe (IFNANO)" ; + "06.04.2022" ; + "31.03.2022"^^xsd:Date ; + "std.dev." ; + rdfs:label "Standard deviation [ifnano]"@en ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000266 + rdf:type owl:Class ; + "uncurated" ; + "The standard deviation is a measure of the amount of variation or dispersion of a set of values. [Wikipedia]"@en ; + "http://purl.allotrope.org/ontologies/result#AFR_0002192" ; + "English" ; + "17.08.2022" ; + rdfs:comment "allotrope"@en ; + rdfs:isDefinedBy "allotrope.org" ; + rdfs:label "Standard deviation [allotrope]"@en ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000267 + rdf:type owl:Class ; + "A pre-processing technique used to separate true spectroscopic signals from interference effects or remove background effects, stains, or traces of compounds. It adjusts the spectral offset."@en ; + ; + "Yamen Alsalka" ; + "Yamen Alsalka" ; + "06.06.2023" , + "2023-06-06T09:31:50.060206Z" ; + rdfs:label "baseline correction [ifnano]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000268 + rdf:type owl:Class ; + "uncurated" ; + "The standard deviation of a random variable, statistical population, data set, or probability distribution is a measure of variation which correspond to the average distance from the mean of the data set to any given point of that dataset. It also corresponds to the square root of its variance."@en ; + "http://purl.obolibrary.org/obo/STATO_0000237" ; + ; + "English" ; + "19.08.2022" ; + rdfs:comment "http://purl.obolibrary.org/obo/ms.owl"@en ; + rdfs:isDefinedBy "MS" ; + rdfs:label "Standard deviation [ms]"@en ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000269 + rdf:type owl:Class ; + "The viscosity of rubber using a standard test method and Mooney Viscometer."@en ; + "https://www.astm.org/d1646-19a.html" ; + "Yamen Alsalka" ; + rdfs:label "Mooney viscosity [ifnano]"@en ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000270 + rdf:type owl:Class ; + """Asubstance which is capable of forming covalent bonds with a +sequence of additional like or unlike molecules under the conditions of the relevant polymerforming reaction used for the particular process"""@en ; + rdfs:label "Monomer [ifnano]"@en ; + "material entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000271 + rdf:type owl:Class ; + "uncurated" ; + "A chemical subunit that can undergo polymerization by bonding to other subunits."@en ; + "http://purl.obolibrary.org/obo/NCIT_C63845" ; + ; + "English" ; + "19.08.2022" ; + rdfs:comment "http://purl.obolibrary.org/obo/ncit.owl"@en ; + rdfs:isDefinedBy "NCIT" ; + rdfs:label "Monomer [ncit]"@en ; + "material entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000272 + rdf:type owl:Class ; + rdfs:subClassOf ; + """a substance consisting of molecules characterised by the sequence of one or more +types of monomer unit. Such molecules must be distributed over a range of molecular weights."""@en ; + "Yamen Alsalka" ; + rdfs:label "polymer [ifnano]"@en ; + "material entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000273 + rdf:type owl:Class ; + rdfs:subClassOf ; + "uncurated" ; + "A polymer is a mixture, which is composed of macromolecules of different kinds and which may be differentiated by composition, length, degree of branching etc.."@en ; + "http://purl.obolibrary.org/obo/CHEBI_60027" ; + ; + "English" ; + "19.08.2022" ; + "Kunststoff"@de ; + "CHEBI:60027" ; + rdfs:comment "http://purl.obolibrary.org/obo/chebi.owl"@en ; + rdfs:isDefinedBy "CHEBI" ; + rdfs:label "Polymer"@de , + "polymer [chebi]"@en ; + "material entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000274 + rdf:type owl:Class ; + rdfs:subClassOf ; + "uncurated" ; + "A substance made up of variable numbers of repeating structural units linked through covalent bonds."@en ; + "http://purl.obolibrary.org/obo/NCIT_C48803" ; + ; + "English" ; + "19.08.2022" ; + rdfs:comment "http://purl.obolibrary.org/obo/ncit.owl"@en ; + rdfs:isDefinedBy "NCTI" ; + rdfs:label "polymer [ncit]"@en ; + "material entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000276 + rdf:type owl:Class ; + "The relative proportions of monomers that make up a particular chemical polymer (raw rubber)."@en ; + "Christoph Lenth" ; + rdfs:label "Polymer Composition [ifnano]"@en ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000277 + rdf:type owl:Class ; + "uncurated" ; + "Composition of the material or substance."@en ; + "http://www.aidimme.es/FurnitureSectorOntology.owl#hasComposition" ; + ; + "English" ; + "17.08.2022" ; + rdfs:comment "http://www.aidimme.es/FurnitureSectorOntology.owl"@en ; + rdfs:isDefinedBy "Furniture Sector Ontology" ; + rdfs:label "Composition [fso]"@en ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000278 + rdf:type owl:Class ; + "uncurated" ; + "A single physical entity inhering in an bearer by virtue of the bearer's quantities or relative ratios of subparts. [PATO]"@en ; + "http://purl.obolibrary.org/obo/PATO_0000025" ; + "English" ; + "17.08.2022" ; + rdfs:comment "PATO"@en ; + rdfs:isDefinedBy "PATO" ; + rdfs:label "Composition [pato]"@en ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000279 + rdf:type owl:Class ; + "uncurated" ; + "The way in which something is made, especially in terms of its different parts; its constituents."@en ; + "http://purl.obolibrary.org/obo/NCIT_C53414" ; + ; + "English" ; + "19.08.2022" ; + rdfs:comment "http://purl.obolibrary.org/obo/ncit.owl"@en ; + rdfs:isDefinedBy "NCTI" ; + rdfs:label "Composition [ncit]"@en ; + "information content entity" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000280 + rdf:type owl:Class ; + "A material entity, which is part of a larger set of the same material entity"@en ; + "Probe; Materialprobe"@en ; + "https://en.wikipedia.org/wiki/Sample_(material)" ; + "Sven Schwabe (IFNANO)" ; + "06.04.2022" ; + "06.04.2022"^^xsd:Date ; + rdfs:comment "for materials, sample is also a term used in statistics, graphics and other fileds"@en ; + rdfs:label "sample [ifnano]"@en ; + "material entity" ; + "IFNANO:01_CQ; IFNANO:02_CQ" . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000281 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Group of interlocked aggregates that are easily separated by normal rubber processing"@en , + "Verbund von zusammenhängenden Aggregaten, die bei normaler Kautschukverarbeitung leicht getrennt werden können"@de ; + "Alexander Aschemann" ; + "DIN ISO 1382:2016-07" ; + "03.05.2022"^^xsd:Date ; + rdfs:comment "0"@en ; + rdfs:label "Agglomerat [dik]"@de , + "agglomerate [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000282 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Rigid group of coalesced particles which is the smallest entity that can be dispersed by normal rubber processing"@en , + "Starre Gruppe von koaleszierten Partikeln, welche die kleinste Einheit ist, die bei normaler Kautschukverarbeitung dispergiert werden kann"@de ; + "Alexander Aschemann" ; + "DIN ISO 1382:2016-07" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Aggregat [dik]"@de , + "aggregate [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000283 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Kleinste erkennbare sphärische oder beinahe sphärische Einheit, die als solche einzeln existieren kann"@de , + "Smallest discernible spherical or nearly spherical unit which can exist separately"@en ; + "Teilchen"@de ; + "Alexander Aschemann" ; + "DIN ISO 1382:2016-07" ; + "23.08.2022" ; + "03.05.2022"^^xsd:Date ; + rdfs:comment "Die Partikel bilden in der Regel Gruppen, die als Aggregate bezeichnet werden."@de , + "Groups of particles are generally coalesced into aggregates."@en ; + rdfs:label "Partikel [dik]"@de , + "particle [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000284 + rdf:type owl:Class ; + rdfs:subClassOf ; + "uncurated" ; + "An object with finite mass and size parameters."@en ; + "http://purl.obolibrary.org/obo/ncit.owl" ; + ; + "Luis Ramos" ; + "English" ; + "23.08.2022" ; + "23.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "NCIT" ; + rdfs:label "Partikel [ncit]"@de , + "particle [ncit]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000285 + rdf:type owl:Class ; + "uncurated" ; + "Substanz, aufgebaut aus Molekülen, die gekennzeichnet sind durch eine Vielzahl von einer oder mehreren Arten von Atomen oder Atom-Gruppierungen (konstitutive Einheiten), die wiederholt aneinandergereiht sind, in einer Menge, so dass ein gewünschtes Eigenschaftsbild erlangt wird, das sich durch die Addition oder die Entfernung einer oder mehrerer konstitutioneller Einheiten nicht wesentlich ändert"@de , + "substance composed of molecules characterized by the multiple repetition of one or more species of atoms or groups of atoms (constitutional units) linked to each other in amounts sufficient to provide a set of properties that do not vary markedly with the addition or removal of one or a few of the constitutional units"@en ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Polymer [dik]"@de , + "Polymer [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000289 + rdf:type owl:Class ; + rdfs:subClassOf ; + "uncurated" ; + "Natur- oder synthetischer Kautschuk, gewöhnlich in Ballen- oder Paketform, welcher das Ausgangsmaterial für die Herstellung von Gummiprodukten darstellt"@de , + "natural or synthetic rubber, usually in bales or packages, forming the starting material for the manufacture of rubber products"@en ; + "unbehandelter Kautschuk"@de , + "virgin rubber"@en ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "03.05.2022"^^xsd:Date ; + rdfs:comment "It is normally free from compounding ingredients but may also, for example, take the form of a masterbatch with oil and/or filler."@en , + "Rohkautschuk ist normalerweise frei von Mischungsbestandteilen, kann jedoch zum Beispiel auch als Masterbatch mit Öl und/oder Füllstoff vorliegen."@de ; + rdfs:label "Raw Rubber [dik]"@en , + "Rohkautschuk [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000290 + rdf:type owl:Class ; + rdfs:subClassOf ; + "uncurated" ; + "Kautschuk, der durch nicht biologische Polymerisation eines oder mehrerer Monomere hergestellt wird"@de , + "rubber produced by non-biologically polymerizing one or more monomers"@en ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Synthesekautschuk [dik]"@de , + "Synthetic Rubber [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000291 + rdf:type owl:Class ; + rdfs:subClassOf ; + "uncurated" ; + "Kautschuk mit einer gesättigten Kohlenstoffkette vom Polymethylen-Typ"@de , + "Rubber with a saturated carbon chain of the polymethylene type"@en ; + "Alexander Aschemann" ; + "English" ; + "ISO 1629:2013(E)" ; + "04.05.2022"^^xsd:Date ; + rdfs:label "M-Gruppe Kautschuk [dik]"@de , + "M-group Rubber [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000292 + rdf:type owl:Class ; + rdfs:subClassOf ; + "uncurated" ; + "Terpolymer aus Ethylen, Propylen und einem Dien mit dem restlichen ungesättigten Anteil des polymerisierten Diens in der Seitenkette"@de , + "Terpolymer of ethylene, propylene and a diene with the remaining unsaturated portion of the polymerized diene in the side chain"@en ; + "Alexander Aschemann" ; + "English" ; + "ISO 1629:2013(E)" ; + "03.05.2022"^^xsd:Date ; + "EPDM" ; + rdfs:label "Ethylen-Propylen-Dien-‎Kautschuk ‎[dik]"@de , + "Ethylene Propylene Diene Rubber [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000293 + rdf:type owl:Class ; + rdfs:subClassOf ; + "uncurated" ; + "Kautschuktyp, der eine ungesättigte Kohlenstoffhauptkette hat, die zumeist auf Butadien oder substituiertem Butadien basiert"@de , + "type of rubber having an unsaturated carbon main chain derived mostly from butadiene or a substituted butadiene"@en ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Diene Rubber [dik]"@en , + "Dienkautschuk [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000294 + rdf:type owl:Class ; + rdfs:subClassOf ; + "uncurated" ; + "Handelsname für ein spezifischen EPDM-Kautschuk"@de , + "Trade name for a specific EPDM rubber"@en ; + "Alexander Aschemann" ; + "English" ; + "04.05.2022"^^xsd:Date ; + rdfs:label "Keltan 5470C [dik]"@de , + "Keltan 5470C [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000295 + rdf:type owl:Class ; + "uncurated" ; + "fester Mischungsbestandteil in Teilchenform, welcher aus technischen oder wirtschaftlichen Gründen zu einem relativ großen Anteil zu Kautschuk oder Kautschuklatex zugegeben werden kann"@de , + "solid compounding ingredient, in particulate form, which may be added in relatively large proportions to a rubber or rubber latex for technical or economic purposes"@en ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Filler [dik]"@en , + "Füllstoff [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000296 + rdf:type owl:Class ; + rdfs:subClassOf ; + "uncurated" ; + "Mischungsbestandteil, der im Wesentlichen aus mehr als 95 % elementaren Kohlenstoffs in der Form beinahe sphärischer Partikel mit maximalen Durchmessern kleiner als 1 μm besteht, im Allgemeinen zu Aggregaten koalesziert"@de , + "compounding ingredient consisting essentially of more than 95 % elemental carbon in the form of nearspherical particles with major diameters less than 1 μm, generally coalesced into aggregates"@en ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "03.05.2022"^^xsd:Date ; + rdfs:comment "Carbon black is produced by incomplete burning or thermal decomposition of hydrocarbons."@en , + "Ruß wird durch unvollständige Verbrennung oder thermische Zersetzung von Kohlenwasserstoffen produziert."@de ; + rdfs:label "Carbon Black [dik]"@en , + "Ruß [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000297 + rdf:type owl:Class ; + rdfs:subClassOf ; + "uncurated" ; + "An elemental carbon in the form of virtually pure colloidal particles that are produced by incomplete combustion or thermal decomposition of gaseous or liquid hydrocarbons under controlled conditions. A black, finely divided pellet or powder, its properties of specific surface area, particle size and structure, conductivity and colour can be varied by varying the exact conditions for its production. It is used in tyres, rubber and plastic products, printing inks and coatings."@en ; + "http://purl.obolibrary.org/obo/chebi.owl" ; + ; + "Luis Ramos" ; + "English" ; + "24.08.2022" ; + "24.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "CHEBI" ; + rdfs:label "Carbon Black [chebi]"@en , + "Ruß [chebi]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000298 + rdf:type owl:Class ; + rdfs:subClassOf ; + "uncurated" ; + "Der Buchstabe \"N\" wird verwendet, um eine normale Vulkanisationsgeschwindigkeit anzugeben, die typisch ist für Furnace Blacks, die nicht speziell modifiziert wurden, um die Vulkanisierungsgeschwindigkeit zu ändern"@de , + "The letter “N” is used to indicate a normal curing rate typical of furnace blacks that have received no special modification to alter their influence on the rate of cure of rubber."@en ; + "Alexander Aschemann" ; + "English" ; + "ASTM D1765-10" ; + "05.05.2022"^^xsd:Date ; + rdfs:label "N-Carbon Black [dik]"@en , + "N-Ruß [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000299 + rdf:type owl:Class ; + rdfs:subClassOf ; + "uncurated" ; + "Der Buchstabe \"S\" wird für Channel Blacks oder für Furnace Blacks verwendet, die so modifiziert wurden, dass sie die Vulkanisationsgeschwindigkeit verringern."@de , + "The letter “S” is used for channel blacks or for furnace blacks that have been modified to effectively reduce the curing rate of rubber."@en ; + "Alexander Aschemann" ; + "English" ; + "ASTM D1765-10" ; + "05.05.2022"^^xsd:Date ; + rdfs:label "S-Carbon Black [dik]"@en , + "S-Ruß [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000300 + rdf:type owl:Class ; + "uncurated" ; + "An N carbon black with an average nitrogen surface area of 33 to 39 m²/g."@en , + "Ein N-Ruß mit einer durchschnittlichen Stickstoff-Oberfläche von 33 bis 39 m²/g."@de ; + "Alexander Aschemann" ; + "English" ; + "ASTM D1765-10" ; + "05.05.2022"^^xsd:Date ; + rdfs:label "N600-Carbon Black [dik]"@en , + "N600-Ruß [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000301 + rdf:type owl:Class ; + rdfs:subClassOf ; + "uncurated" ; + "Handelsname für ein spezifischen N600-Ruß"@de , + "Trade name for a specific N600-carbon black"@en ; + "Alexander Aschemann" ; + "English" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Corax N660 [dik]"@de , + "Corax N660 [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000302 + rdf:type owl:Class ; + "uncurated" ; + "Mischungsbestandteil, welcher in geringen Mengen verwendet wird, um die Viskosität einer unvulkanisierten Kautschukmischung oder die Härte eines Vulkanisats zu verringern"@de , + "compounding ingredient used in small proportions to reduce the viscosity of an unvulcanized rubber mix or the hardness of a vulcanizate"@en ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Softener [dik]"@en , + "Weichmacher ‎[dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000303 + rdf:type owl:Class ; + "uncurated" ; + "Prozessöl aus Kohlenwasserstoffen, das größtenteils oder vollständig aus Alkanen besteht"@de , + "hydrocarbon process oil, most or all of which is composed of alkanes"@en ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Paraffinic Oil [dik]"@en , + "Paraffinöl [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000304 + rdf:type owl:Class ; + rdfs:subClassOf ; + "uncurated" ; + "Handelsname für ein spezifisches Paraffinöl"@de , + "Trade name for a specific paraffinic oil"@en ; + "Alexander Aschemann" ; + "English" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "‎P460 [dik]"@de , + "‎P460 [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000305 + rdf:type owl:Class ; + "uncurated" ; + "hydrocarbon oil derived from petroleum or other sources and used as an extender or processing aid"@en , + "Öl auf Basis von Kohlenwasserstoffen, welches aus Erdöl oder anderen Quellen stammt und als Extender oder Verarbeitungshilfsmittel eingesetzt wird"@de ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Process Oil [dik]"@en , + "‎Prozessöl‎ [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000306 + rdf:type owl:Class ; + "uncurated" ; + "Mischungsbestandteil, der die Verarbeitbarkeit einer Kautschukmischung verbessert"@de , + "compounding ingredient which improves the processability of a rubber compound or mix"@en ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Processing Aid [dik]"@en , + "Verarbeitungshilfsmittel [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000307 + rdf:type owl:Class ; + "uncurated" ; + "Mischungsbestandteil zur Verzögerung einer alterungsbedingten Verschlechterung"@de , + "compounding ingredient used to retard deterioration by ageing"@en ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "03.05.2022"^^xsd:Date ; + rdfs:comment "Alterungsschutzmittel ist eine allgemeine Benennung für bestimmte Additive wie Antioxidantien, Ozonschutzmittel, Wachse und andere Schutzmittel."@de , + "Antidegradant is a generic term for certain additives such as antioxidants, antiozonants, waxes and other protective materials."@en ; + rdfs:label "Alterungsschutzmittel [dik]"@de , + "antidegradant [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000308 + rdf:type owl:Class ; + rdfs:subClassOf ; + "uncurated" ; + "Handelsname für ein spezifisches Alterungsschutzmittel"@de , + "Trade name for a specific antidegradant"@en ; + "Alexander Aschemann" ; + "English" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Antilux 500‎ [dik]"@de , + "Antilux 500‎ [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000309 + rdf:type owl:Class ; + "uncurated" ; + "compounding ingredient used in small proportions to increase the effectiveness of an accelerator"@en , + "in kleinen Mengen eingesetzter Mischungsbestandteil zur Erhöhung der Effektivität eines Beschleunigers"@de ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Aktivator [dik]"@de , + "activator [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000310 + rdf:type owl:Class ; + "uncurated" ; + "A class of substances that binds to, activates and increases the activity of a target."@en ; + "http://purl.obolibrary.org/obo/ncit.owl" ; + ; + "Luis Ramos" ; + "English" ; + "24.08.2022" ; + "24.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "NCIT" ; + rdfs:label "Aktivator [ncit]"@de , + "activator [ncit]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000311 + rdf:type owl:Class ; + "uncurated" ; + "English" ; + rdfs:label "Zinc Oxide [dik]"@en , + "Zinkoxid [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000312 + rdf:type owl:Class ; + "uncurated" ; + "Handelsname für ein spezifisches Zinkoxid"@de , + "Trade name for a specific zinc oxide"@en ; + "Alexander Aschemann" ; + "English" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Zinkoxid Rotsiegel [dik]"@de , + "Zinkoxid Rotsiegel [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000313 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Stearic Acid [dik]"@en , + "Stearinsäure [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000314 + rdf:type owl:Class ; + "uncurated" ; + "A saturated long-chain fatty acid with an 18-carbon backbone. Stearic acid is found in various animal and plant fats, and is a major component of cocoa butter and shea butter."@en ; + "http://purl.obolibrary.org/obo/ncit.owl" ; + ; + "Luis Ramos" ; + "English" ; + "24.08.2022" ; + "24.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "NCIT" ; + rdfs:label "Stearic Acid [ncit]"@en , + "Stearinsäure [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000315 + rdf:type owl:Class ; + rdfs:subClassOf ; + "uncurated" ; + "Handelsname für eine spezifische Stearinsäure"@de , + "Trade name for a specific stearic acid"@en ; + "English" ; + rdfs:label "PALMERA B 1802-CG [dik]"@de , + "PALMERA B 1802-CG [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000316 + rdf:type owl:Class ; + "uncurated" ; + "compounding ingredient used in small amounts with a vulcanizing agent to increase the speed of vulcanization and/or enhance the physical properties of the vulcanizate"@en , + "in kleinen Mengen mit einem Vulkanisationsmittel eingesetzter Mischungsbestandteil zur Beschleunigung der Vulkanisationsgeschwindigkeit und/oder Verbesserung der physikalischen Eigenschaften des Vulkanisates"@de ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Beschleuniger [dik]"@de , + "accelerator [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000317 + rdf:type owl:Class ; + rdfs:subClassOf ; + "uncurated" ; + "in einem Vulkanisationssystem verwendeter Hauptbeschleuniger"@de , + "principal accelerator used in a vulcanizing system"@en ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Primärbeschleuniger [dik]"@de , + "primary accelerator [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000318 + rdf:type owl:Class ; + rdfs:subClassOf ; + "uncurated" ; + "Beschleuniger, der in niedrigen Konzentrationen zusammen mit dem Erstbeschleuniger eingesetzt wird, um Vernetzungsgeschwindigkeit und Vulkanisateigenschaften zu optimieren"@de , + "accelerator used in low concentrations with the primary accelerator to optimize cure rate and vulcanizate properties"@en ; + "Verstärker"@de , + "booster"@en ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Zweitbeschleuniger [dik]"@de , + "secondary accelerator [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000319 + rdf:type owl:Class ; + rdfs:subClassOf ; + "uncurated" ; + "An azole in which the five-membered heterocyclic aromatic skeleton contains a N atom and one S atom."@en ; + "http://purl.obolibrary.org/obo/chebi.owl" ; + ; + "Alexander Aschemann" ; + "English" ; + "05.05.2022"^^xsd:Date ; + rdfs:label "Thiazol [dik]"@de , + "Thiazole [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000320 + rdf:type owl:Class ; + rdfs:subClassOf ; + "uncurated" ; + "Dibenzothiazyldisulfid; 2,2′-Dithiobis(benzothiazol); Thiofid"@de ; + "Alexander Aschemann" ; + "English" ; + "05.05.2022"^^xsd:Date ; + "MBTS" ; + rdfs:label "Di(benzothiazol-2-yl)disulfid [dik]"@de , + "di(benzothiazol-2-yl)disulfide [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000321 + rdf:type owl:Class ; + rdfs:subClassOf ; + "uncurated" ; + "An organic disulfide resulting from the formal oxidative coupling of the thiol groups of two molecules of 1,3-benzothiazole-2-thiol. It is used as an accelerator in the rubber industry."@en ; + "http://purl.obolibrary.org/obo/chebi.owl" ; + ; + "Luis Ramos" ; + "English" ; + "24.08.2022" ; + "24.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "CHEBI" ; + rdfs:label "Di(benzothiazol-2-yl)disulfid [chebi]"@de , + "di(benzothiazol-2-yl)disulfide [chebi]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000322 + rdf:type owl:Class ; + rdfs:subClassOf ; + "uncurated" ; + "Handelsname für ein spezifisches Di(benzothiazol-2-yl)disulfid"@de , + "Trade name for a specific di(benzothiazol-2-yl)disulfide"@en ; + "Alexander Aschemann" ; + "English" ; + "05.05.2022"^^xsd:Date ; + rdfs:label "Vulkacit MBTS [dik]"@de , + "Vulkacit MBTS [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000323 + rdf:type owl:Class ; + rdfs:subClassOf ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "05.05.2022"^^xsd:Date ; + rdfs:label "Thiuram [dik]"@de , + "Thiuram [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000324 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "05.05.2022"^^xsd:Date ; + "TBzTD" ; + rdfs:label "Tetrabenzylthiuramdisulfid [dik]"@de , + "Tetrabenzylthiuramdisulfide [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000325 + rdf:type owl:Class ; + "uncurated" ; + "Handelsname für ein spezifisches Tetrabenzylthiuramdisulfid"@de , + "Trade name for a specific tetrabenzylthiuramdisulfide"@en ; + "Alexander Aschemann" ; + "English" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Luvomaxx TbzTD [dik]"@de , + "Luvomaxx TbzTD [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000326 + rdf:type owl:Class ; + rdfs:subClassOf ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Dithiocarbamat [dik]"@de , + "dithiocarbamate [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000327 + rdf:type owl:Class ; + rdfs:subClassOf ; + "uncurated" ; + "A member of the class of dithiocarbamate anions resulting from the deprotonation of both of the dithiocarbamic acid moieties of ethylenebis(dithiocarbamic acid). The major species at pH 7.3."@en ; + "ethylenebis"@en ; + "http://purl.obolibrary.org/obo/chebi.owl" ; + ; + "Luis Ramos" ; + "English" ; + "24.08.2022" ; + "24.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "CHEBI" ; + rdfs:label "Dithiocarbamat [chebi]"@de , + "dithiocarbamate [chebi]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000328 + rdf:type owl:Class ; + rdfs:subClassOf ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "05.05.2022"^^xsd:Date ; + "ZBDC" ; + rdfs:label "Zinc Dibenzyldithiocarbamate [dik]"@en , + "Zink-Dibenzyldithiocarbamat [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000329 + rdf:type owl:Class ; + rdfs:subClassOf ; + "uncurated" ; + "Handelsname für ein spezifisches Zink-Dibenzyldithiocarbamat"@de , + "Trade name for a specific zinc dibenzyldithiocarbamate"@en ; + "Alexander Aschemann" ; + "English" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Rhenogran ‎ZBDC 80‎ [dik]"@de , + "Rhenogran ‎ZBDC 80‎ [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000330 + rdf:type owl:Class ; + "uncurated" ; + "Mischungsbestandteil, der die Vernetzung des Kautschuks bewirkt"@de , + "compounding ingredient that produces crosslinking in rubber"@en ; + "Vernetzer; Vernetzungsmittel"@de , + "curative; curing agent"@en ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Vulcanizing Agent [dik]"@en , + "Vulkanisationsmittel [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000331 + rdf:type owl:Class ; + "uncurated" ; + "Kombination aus Vulkanisationsmittel und, falls erforderlich, Beschleunigern, Aktivatoren, Verzögerern, etc., die verwendet wird, um die gewünschte Vulkanisationscharakteristik und Vulkanisateigenschaften herzustellen"@de , + "combination of vulcanizing agent and, as required, accelerators, activators, retarders, etc., used to produce the desired vulcanization characteristics and vulcanizate properties"@en ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Vulcanizing System [dik]"@en , + "Vulkanisationssystem [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000332 + rdf:type owl:Class ; + "uncurated" ; + "Geschwindigkeit, mit der eine Kautschukmischung nach Einsetzen der initialen Vulkanisation weitervernetzt"@de , + "rate at which a rubber compound vulcanizes after having reached the point of incipient vulcanization"@en ; + "Vulkanisationsgeschwindigkeit"@de , + "vulcanization rate"@en ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Cure Rate [dik]"@en , + "Vernetzungsgeschwindigkeit [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000333 + rdf:type owl:Class ; + "uncurated" ; + "Mischungsbestandteil, eingesetzt zur Verringerung der Tendenz einer Kautschukmischung, vorzeitig zu vulkanisieren"@de , + "compounding ingredient used to reduce the tendency of a rubber compound to vulcanize prematurely"@en ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Retarder [dik]"@en , + "Verzögerer [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000334 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Schwefel [dik]"@de , + "Sulfur [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000335 + rdf:type owl:Class ; + "uncurated" ; + "Masse an Mischungsbestandteilen, die zu 100 Masseeinheiten Kautschuk hinzugefügt werden"@de , + "mass of compounding ingredient added to one hundred mass units of elastomer"@en ; + "Anteile pro hundert Teile Kautschuk; pphr"@de , + "parts per hundred rubber; pphr"@en ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "PHR [dik]"@de , + "PHR [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000336 + rdf:type owl:Class ; + "uncurated" ; + "Liste der Mischungsbestandteile und ihrer Mengenverhältnisse, die bei der Herstellung einer Mischung verwendet werden"@de , + "list of compounding ingredients and their proportions, used in the preparation of a compound"@en ; + "Mischungsrezeptur"@de , + "recipe"@en ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Formulation [dik]"@en , + "Rezeptur [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000337 + rdf:type owl:Class ; + "uncurated" ; + "Substanz, die zu einem Kautschuk oder einem Latex gegeben wird, um eine Mischung herzustellen"@de , + "substance added to a rubber or rubber latex to form a mix"@en ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Compounding Ingredient [dik]"@en , + "Mischungsbestandteil‎ [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000338 + rdf:type owl:Class ; + "uncurated" ; + "gründliche Mischung von Kautschuken oder anderen polymerbildenden Materialien mit allen Bestandteilen, die für das fertige Produkt notwendig sind"@de , + "intimate mixture of a rubber or rubbers or other polymer-forming materials with all the ingredients necessary for the finished product"@en ; + "Kautschukmischung"@de , + "rubber compound"@en ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Compound [dik]"@en , + "Mischung [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000339 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Safety Data Sheet [dik]"@en , + "Sicherheitsdatenblatt [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000340 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Product Data Sheet [dik]"@en , + "Produktdatenblatt [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000341 + rdf:type owl:Class ; + "uncurated" ; + "Maschine mit zwei gegensätzlich drehenden Walzen, häufig erwärmbar oder kühlbar, welche gewöhnlich mit verschiedenen Umfangsgeschwindigkeiten betrieben werden, und mit einstellbarem Walzenspalt zum Mastizieren, Mischen, Verschneiden, Vorwärmen oder zum Auswalzen"@de , + "machine with two counter-rotating rolls, frequently heated or cooled, usually driven at different speeds, and having an adjustable nip for mastication, mixing, blending, warm-up or sheeting"@en ; + "Zwei-Rollen-Walzwerk"@de , + "two-roll mill"@en ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Mill [dik]"@en , + "Walzwerk [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000342 + rdf:type owl:Class ; + "uncurated" ; + "Zylinder, der ein rotierendes Hauptelement eines Kalanders oder eines Walzwerks bildet"@de , + "cylinder forming a major, rotating member of a calender or mill"@en ; + "Walzenzylinder"@de ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Roll [dik]"@en , + "Walze [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000343 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "10.05.2022"^^xsd:Date ; + rdfs:label "Festwalze [dik]"@de , + "Fixed Roll [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000344 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "10.05.2022"^^xsd:Date ; + rdfs:label "Setting Roll [dik]"@en , + "Stellwalze [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000345 + rdf:type owl:Class ; + "uncurated" ; + "A physical quality which inheres in a bearer by virtue of its speed rotating around itself."@en ; + "speed"@en ; + "Alexander Aschemann" ; + "English" ; + "10.05.2022"^^xsd:Date ; + rdfs:label "Drehzahl [dik]"@de , + "Rotational Frequency [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000346 + rdf:type owl:Class ; + rdfs:subClassOf ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "10.05.2022"^^xsd:Date ; + rdfs:label "Drehzahleinheit [dik]"@de , + "Rotational Frequency Unit [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000347 + rdf:type owl:Class ; + rdfs:subClassOf ; + "uncurated" ; + "\"A unit which is a standard measure of the number of rotations in a given time.\" [NIST:NIST]"@en ; + "http://purl.obolibrary.org/obo/uo.owl" ; + "Luis Ramos" ; + "English" ; + "24.08.2022" ; + "24.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "UO" ; + rdfs:label "Drehzahleinheit [ou]"@de , + "Rotational Frequency Unit [uo]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000348 + rdf:type owl:Class ; + rdfs:subClassOf owl:Thing ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "10.05.2022"^^xsd:Date ; + rdfs:label "Frequency Unit [dik]"@en , + "Frequenzeinheit [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000349 + rdf:type owl:Class ; + rdfs:subClassOf owl:Thing ; + "uncurated" ; + "\"A unit which is a standard measure of the number of repetitive actions in a particular time.\" [NIST:NIST]"@en ; + "http://purl.obolibrary.org/obo/uo.owl" ; + ; + "Luis Ramos" ; + "English" ; + "24.08.2022" ; + "24.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "UO" ; + rdfs:label "Frequency Unit [uo]"@en , + "Frequenzeinheit [uo]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000350 + rdf:type owl:Class ; + rdfs:subClassOf owl:Thing ; + "uncurated" ; + "An indication of the type of unit of measure being used to express a number of regular events in a given time per unit of time."@en ; + "Unit of Frequency"@en ; + "http://purl.obolibrary.org/obo/ncit.owl" ; + ; + "Luis Ramos" ; + "English" ; + "24.08.2022" ; + "24.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "NCTI" ; + rdfs:label "Frequency Unit [ncit]"@en , + "Frequenzeinheit [ncit]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000351 + rdf:type owl:Class ; + rdfs:subClassOf owl:Thing ; + "uncurated" ; + "A rotational frequency unit which is equal to the number of completed turns in a period of time that equals to 1 second."@en ; + "Alexander Aschemann" ; + "English" ; + "10.05.2022"^^xsd:Date ; + "1/s" ; + rdfs:label "Turns per Second [dik]"@en , + "Umdrehungen pro Sekunde [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000352 + rdf:type owl:Class ; + rdfs:subClassOf owl:Thing ; + "uncurated" ; + "\"A rotational frequency unit which is equal to the number complete turn in a period of time that equals to 1 second.\" [NIST:NIST]"@en ; + "http://purl.obolibrary.org/obo/uo.owl" ; + ; + "Luis Ramos" ; + "English" ; + "26.08.2022" ; + "26.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "UO" ; + rdfs:label "Turns per Second [uo]"@en , + "Umdrehungen pro Sekunde [uo]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000353 + rdf:type owl:Class ; + "uncurated" ; + "A rotational frequency unit which is equal to the number of completed turns in a period of time that equals to 1 minute."@en ; + "Alexander Aschemann" ; + "English" ; + "10.05.2022"^^xsd:Date ; + "1/min" ; + rdfs:label "Turns per Minute [dik]"@en , + "Umdrehungen pro Minute [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000354 + rdf:type owl:Class ; + "Is a supervised classification method and it is used to build classification rules of a number of prespecified clases." ; + "Unscrambler X" ; + "Yamen Alsalka" ; + "Yamen Alsalka" ; + "2023-06-06T09:49:37.530555Z" ; + rdfs:label "Discriminant analysis [ifnano]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000355 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "10.05.2022"^^xsd:Date ; + rdfs:label "Festwalzen-Drehzahl [dik]"@de , + "Fixed Roll Speed [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000356 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "10.05.2022"^^xsd:Date ; + rdfs:label "Setting Roll Speed [dik]"@en , + "Stellwalzen-Drehzahl [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000357 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "10.05.2022"^^xsd:Date ; + rdfs:label "Temperatur [dik]"@de , + "Temperature [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000358 + rdf:type owl:Class ; + "uncurated" ; + "A measure of the average kinetic energy of a system of particles. Temperature may be quantified, in the context of thermodynamics, as the potential of one system to transfer thermal energy to another system until both systems reach a state of thermal equilibrium."@en ; + "http://purl.obolibrary.org/obo/ncit.owl" ; + ; + "Luis Ramos" ; + "English" ; + "24.08.2022" ; + "24.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "NCTI" ; + rdfs:label "Temperatur [ncit]"@de , + "Temperature [ncit]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000359 + rdf:type owl:Class ; + "uncurated" ; + "A physical quality of the thermal energy of a system."@en ; + "http://purl.obolibrary.org/obo/pato.owl" ; + ; + "Luis Ramos" ; + "English" ; + "24.08.2022" ; + "24.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "PATO" ; + rdfs:label "Temperatur [pato]"@de , + "Temperature [pato]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000360 + rdf:type owl:Class ; + "uncurated" ; + "Temperature is the extent to which an object is hot."@en ; + "http://purl.obolibrary.org/obo/uo.owl" ; + ; + "Luis Ramos" ; + "English" ; + "24.08.2022" ; + "24.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "UM" ; + rdfs:label "Temperatur [om]"@de , + "Temperature [om]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000361 + rdf:type owl:Class ; + "uncurated" ; + "Temperature is a physical quality of the thermal energy of a system."@en ; + "http://www.ebi.ac.uk/efo/efo.owl" ; + ; + "Luis Ramos" ; + "English" ; + "24.08.2022" ; + "24.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "EFO" ; + rdfs:label "Temperatur [efo]"@de , + "Temperature [efo]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000362 + rdf:type owl:Class ; + rdfs:subClassOf owl:Thing ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "10.05.2022"^^xsd:Date ; + rdfs:label "Temperature Unit [dik]"@en , + "Temperatureinheit [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000363 + rdf:type owl:Class ; + rdfs:subClassOf owl:Thing ; + "uncurated" ; + "\"A unit which is a standard measure of the average kinetic energy of the particles in a sample of matter.\" [Wikipedia:Wikipedia]"@en ; + "http://purl.obolibrary.org/obo/uo.owl" ; + ; + "Luis Ramos" ; + "English" ; + "24.08.2022" ; + "24.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "UO" ; + rdfs:label "Temperature Unit [uo]"@en , + "Temperatureinheit [uo]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000364 + rdf:type owl:Class ; + rdfs:subClassOf owl:Thing ; + "uncurated" ; + "An indication of the type of unit of measure being used to express a temperature."@en ; + "Unit of Temperature"@de ; + "http://purl.obolibrary.org/obo/ncit.owl" ; + ; + "Luis Ramos" ; + "English" ; + "24.08.2022" ; + "24.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "NCTI" ; + rdfs:label "Temperature Unit [ncit]"@en , + "Temperatureinheit [ncit]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000365 + rdf:type owl:Class ; + "uncurated" ; + "Temperierungsgerät; Temperierungsaggregat; Temperiersteuergerät"@de ; + "Alexander Aschemann" ; + "English" ; + "10.05.2022"^^xsd:Date ; + "TCU" ; + rdfs:label "Temperature Control Unit [dik]"@en , + "Temperatursteuergerät [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000366 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "10.05.2022"^^xsd:Date ; + rdfs:label "Festwalzen-Temperatursteuergerät [dik]"@de , + "Fixed Roll Temperature Control Unit [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000367 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "10.05.2022"^^xsd:Date ; + rdfs:label "Setting Roll Temperature Control Unit [dik]"@en , + "Stellwalzen-Temperatursteuergerät [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000368 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "10.05.2022"^^xsd:Date ; + rdfs:label "Festwalzen-Temperatur [dik]"@de , + "Fixed Roll Temperature [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000369 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "10.05.2022"^^xsd:Date ; + rdfs:label "Setting Roll Temperature [dik]"@en , + "Stellwalzen-Temperatur [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000370 + rdf:type owl:Class ; + rdfs:subClassOf owl:Thing ; + "uncurated" ; + "Abstand zwischen den Walzenoberflächen einer Walze oder eines Kalanders, gemessen zwischen den Mittelpunkten"@de , + "radial clearance between the roll surfaces of a mill or calender on a line of centres"@en ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "NIP [dik]"@en , + "Walzenspalt [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000371 + rdf:type owl:Class ; + "uncurated" ; + "Process of converting a rubber or rubber mix, rubber dough or coagulated latex into a form in which the thickness is small in proportion to the length"@en , + "Prozess der Überführung von Kautschuk oder einer Kautschukmischung, Gummilösung oder koaguliertem Latex in eine Form, bei der die Dicke klein gegenüber der Länge ist"@de ; + "Plattenziehen"@de ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Auswalzen [dik]"@de , + "Sheeting [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000372 + rdf:type owl:Class ; + "uncurated" ; + "Distribution of one or more ingredients into a rubber, a rubber blend or a continuum material, by the application of shearing forces, in order to confer optimum and uniform properties"@en , + "Verteilen eines oder mehrerer Bestandteile in Kautschuk, Kautschukblends oder einer kontinuierlichen Phase durch Anwendung von Scherkräften, um optimale und homogene Eigenschaften zu erhalten"@de ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Dispergierung [dik]"@de , + "Dispersion [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000373 + rdf:type owl:Class ; + "uncurated" ; + "Prozess der irreversiblen Reduzierung der Molmasse des Kautschuks, entweder im rohen oder im gemischten Zustand, durch das Einbringen mechanischer Arbeit (Scherung) und durch atmosphärischen Sauerstoff, manchmal unter Zuhilfenahme von Abbaumitteln und Wärme"@de , + "the molecular mass of a rubber, in either the raw or the mixed state, by the action of mechanical work (shear) and atmospheric oxygen, sometimes assisted by peptizers and heat"@en ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Mastication [dik]"@en , + "Mastikation [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000374 + rdf:type owl:Class ; + "uncurated" ; + "The process by which food is torn or crushed by the teeth."@en ; + "http://purl.obolibrary.org/obo/ncit.owl" ; + ; + "Luis Ramos" ; + "English" ; + "24.08.2022" ; + "24.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "NCTI" ; + rdfs:label "Mastication [ncit]"@en , + "Mastikation [ncit]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000375 + rdf:type owl:Class ; + "uncurated" ; + "The process of biting and mashing food with the teeth prior to swallowing."@en ; + "http://purl.obolibrary.org/obo/hp.owl" ; + ; + "Luis Ramos" ; + "English" ; + "24.08.2022" ; + "24.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "HP" ; + rdfs:label "Mastication [hp]"@en , + "Mastikation [hp]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000376 + rdf:type owl:Class ; + rdfs:subClassOf ; + "uncurated" ; + "relative Einfachheit, mit welcher Rohkautschuk oder Kautschukmischungen in einer Maschine zur Kautschukverarbeitung gehandhabt werden kann"@de , + "relative ease with which raw or compounded rubbers can be handled in rubber-processing machinery"@en ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Processability [dik]"@en , + "Verarbeitbarkeit [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000377 + rdf:type owl:Class ; + "uncurated" ; + "A device for mixing/blending materials or signals."@en , + "Ein Gerät zum Mischen/Vermischen von Materialien oder Signalen."@de ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Mischer [dik]"@de , + "Mixer Device [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000378 + rdf:type owl:Class ; + "uncurated" ; + "A mechanical device designed to blend materials or an electronic device designed to blend signals."@en ; + "http://purl.obolibrary.org/obo/ncit.owl" ; + ; + "Luis Ramos" ; + "English" ; + "24.08.2022" ; + "24.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "NCIT" ; + rdfs:label "Mischer [ncit]"@de , + "Mixer Device [ncit]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000379 + rdf:type owl:Class ; + "uncurated" ; + "A mixer device designed for mechanically mixing/blending materials."@en , + "Eine Mischvorrichtung, die zum mechanischen Mischen von Materialien bestimmt ist."@de ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Mechanical Mixer [dik]"@en , + "Mechanischer Mischer [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000380 + rdf:type owl:Class ; + "uncurated" ; + "A mechanical component designed to blend materials."@en ; + "http://purl.obolibrary.org/obo/ncit.owl" ; + ; + "Luis Ramos" ; + "English" ; + "24.08.2022" ; + "24.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "NCIT" ; + rdfs:label "Mechanical Mixer [ncit]"@en , + "Mechanischer Mischer [ncit]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000381 + rdf:type owl:Class ; + "uncurated" ; + "Maschine mit Temperaturregelung, welche einen oder mehrere Rotoren in einer geschlossenen Kammer beinhaltet und zum Mastizieren und/oder zur Einarbeitung und Dispersion von Mischungsbestandteilen in den Kautschuk genutzt wird"@de , + "machine with temperature controls containing one or more rotors operating in a closed cavity used to masticate and/or to incorporate and disperse compounding ingredients into the rubber"@en ; + "Kneter"@de ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Innenmischer [dik]"@de , + "Internal Mixer [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000382 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Rotor [dik]"@de , + "Rotor [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000383 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Mischkammer [dik]"@de , + "Mixing Chamber [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000384 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Drop Door [dik]"@en , + "Klappsattel [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000385 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Stamp [dik]"@en , + "Stempel [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000386 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Rotor Speed [dik]"@en , + "Rotor-Drehzahl [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000387 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Rotor Temperature Control Unit [dik]"@en , + "Rotor-Temperatursteuergerät [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000388 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Rotor Temperature [dik]"@en , + "Rotor-Temperatur [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000389 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Mischkammer-Temperatursteuergerät [dik]"@de , + "Mixing Chamber Temperature Control Unit [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000390 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Mischkammer-Temperatur [dik]"@de , + "Mixing Chamber Temperature [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000391 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Drop Door Temperature Control Unit [dik]"@en , + "Klappsattel-Temperatursteuergerät [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000392 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Drop Door Temperature [dik]"@en , + "Klappsattel-Temperatur [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000393 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Stamp Temperature Control Unit [dik]"@en , + "Stempel-Temperatursteuergerät [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000394 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Stamp Temperature [dik]"@en , + "Stempel-Temperatur [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000395 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Drehmoment [dik]"@de , + "Torque [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000396 + rdf:type owl:Class ; + "uncurated" ; + "Torque is the effectiveness of a force to produce rotation about an axis, measured by the product of the force and the perpendicular distance from the line of action of the force to the axis."@en ; + "http://www.ontology-of-units-of-measure.org/resource/om-2" ; + ; + "Luis Ramos" ; + "English" ; + "24.08.2022" ; + "24.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "UO" ; + rdfs:label "Drehmoment [om]"@de , + "Torque [om]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000397 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Drehmoment Einheit [dik]"@de , + "Torque Unit [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000398 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + "Nm" ; + rdfs:label "Newtonmeter [dik]"@de , + "Newtonmeter [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000399 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Rotor Torque [dik]"@en , + "Rotor-Drehmoment [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000400 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Mass Temperature [dik]"@en , + "Massetemperatur [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000401 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Length [dik]"@en , + "Länge [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000402 + rdf:type owl:Class ; + "uncurated" ; + "The linear extent in space from one end of something to the other end, or the extent of something from beginning to end."@en ; + "http://purl.obolibrary.org/obo/ncit.owl" ; + ; + "Luis Ramos" ; + "English" ; + "24.08.2022" ; + "24.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "NCIT" ; + rdfs:label "Length [ncit]"@en , + "Länge [ncit]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000403 + rdf:type owl:Class ; + "uncurated" ; + "A 1-D extent quality which is equal to the distance between two points."@en ; + "http://purl.obolibrary.org/obo/pato.owl" ; + ; + "Luis Ramos" ; + "English" ; + "24.08.2022" ; + "24.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "PATO" ; + rdfs:label "Length [pato]"@en , + "Länge [pato]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000404 + rdf:type owl:Class ; + "uncurated" ; + "Length is the amount of space between two geographical points along a curve. It is a base quantity in the International System of Units and other systems of units. Length is speed times time. The metre, a base unit of length in the International System of Units, is defined in terms of speed of light during a certain time interval."@en ; + "http://www.ontology-of-units-of-measure.org/resource/om-2" ; + ; + "Luis Ramos" ; + "English" ; + "24.08.2022" ; + "24.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "OM" ; + rdfs:label "Length [om]"@en , + "Länge [om]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000405 + rdf:type owl:Class ; + "uncurated" ; + "PEFF keyword for the sequence length."@en ; + "http://purl.obolibrary.org/obo/ms.owl" ; + ; + "Luis Ramos" ; + "English" ; + "24.08.2022" ; + "24.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "MS" ; + rdfs:label "Length [ms]"@en , + "Länge [ms]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000406 + rdf:type owl:Class ; + rdfs:subClassOf owl:Thing ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Length Unit [dik]"@en , + "Längen Einheit [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000407 + rdf:type owl:Class ; + rdfs:subClassOf owl:Thing ; + "uncurated" ; + "\"A unit which is a standard measure of the distance between two points.\" [Wikipedia:Wikipedia]"@en ; + "http://purl.obolibrary.org/obo/uo.owl" ; + ; + "Luis Ramos" ; + "English" ; + "24.08.2022" ; + "24.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "UO" ; + rdfs:label "Length Unit [uo]"@en , + "Längen Einheit [uo]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000408 + rdf:type owl:Class ; + rdfs:subClassOf owl:Thing ; + "uncurated" ; + "An indication of the type of unit of measure being used to express a length or distance."@en ; + "Unit of Length"@de ; + "http://purl.obolibrary.org/obo/ncit.owl" ; + ; + "Luis Ramos" ; + "English" ; + "24.08.2022" ; + "24.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "NCIT" ; + rdfs:label "Length Unit [ncit]"@en , + "Längen Einheit [ncit]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000409 + rdf:type owl:Class ; + rdfs:subClassOf owl:Thing ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + "mm" ; + rdfs:label "millimeter [dik]"@de , + "millimeter [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000410 + rdf:type owl:Class ; + rdfs:subClassOf owl:Thing ; + "uncurated" ; + "A metric unit of length equal to one thousandth of a meter (10E-3 meter) or approximately 0.03937 inch."@en ; + "http://purl.obolibrary.org/obo/ncit.owl" ; + ; + "Luis Ramos" ; + "English" ; + "24.08.2022" ; + "24.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "NCIT" ; + rdfs:label "millimeter [ncit]"@de , + "millimeter [ncit]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000411 + rdf:type owl:Class ; + rdfs:subClassOf owl:Thing ; + "uncurated" ; + "\"A length unit which is equal to one thousandth of a meter or 10^[-3] m.\" [NIST:NIST]"@en ; + "http://purl.obolibrary.org/obo/uo.owl" ; + ; + "Luis Ramos" ; + "English" ; + "24.08.2022" ; + "24.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "UO" ; + rdfs:label "millimeter [uo]"@de , + "millimeter [uo]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000412 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Stamp Distance [dik]"@en , + "Stempelweg [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000413 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Zugabereihenfolge [dik]"@de , + "addition sequence [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000414 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Time of Addition [dik]"@en , + "Zugabezeitpunkt [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000415 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Leistung [dik]"@de , + "Power [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000416 + rdf:type owl:Class ; + "uncurated" ; + "A physical quality inhering in a bearer by virtue of the bearer's rate of doing work."@en ; + "http://purl.obolibrary.org/obo/pato.owl" ; + ; + "Luis Ramos" ; + "English" ; + "24.08.2022" ; + "24.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "PATO" ; + rdfs:label "Leistung [pato]"@de , + "Power [pato]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000417 + rdf:type owl:Class ; + "uncurated" ; + "Power is the time rate at which work is done. It is a derived quantity in the International System of Units. Power is energy divided by time."@en ; + "http://www.ontology-of-units-of-measure.org/resource/om-2" ; + ; + "Luis Ramos" ; + "English" ; + "24.08.2022" ; + "24.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "OM" ; + rdfs:label "Leistung [om]"@de , + "Power [om]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000418 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Electrical Power [dik]"@en , + "Elektrische Leistung [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000419 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Mischzeit [dik]"@de , + "Mixing Time [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000420 + rdf:type owl:Class ; + "uncurated" ; + "A physical quality which inheres in a bearer by virtue of the ratio of the volume of a substance contained in the bearer and the bearer's own volume."@en ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Filling Ratio [dik]"@en , + "Füllgrad [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000421 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Mischstufenanzahl [dik]"@de , + "Number of Mixing Stages [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000422 + rdf:type owl:Class ; + rdfs:subClassOf ; + "uncurated" ; + "Product of one mixing operation"@en , + "Produkt eines Mischungsvorganges"@de ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Charge [dik]"@de , + "batch [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000423 + rdf:type owl:Class ; + "uncurated" ; + "A quantity of people or things treated or regarded as a group, especially when subdivided from a larger group."@en ; + "http://purl.obolibrary.org/obo/ncit.owl" ; + ; + "Luis Ramos" ; + "English" ; + "24.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "NCIT" ; + rdfs:label "Charge"@de , + "batch [ncit]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000424 + rdf:type owl:Class ; + "uncurated" ; + "Maschine, die mit Hilfe einer Schnecke oder einer hydraulischen Presse kontinuierlich ein Material formt, indem dieses durch eine oder mehrere Schablonen gepresst wird"@de , + "machine which, through the use of a screw or a hydraulic ram, continuously shapes a material by forcing it through a die or dies"@en ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Extruder [dik]"@de , + "Extruder [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000425 + rdf:type owl:Class ; + rdfs:subClassOf ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "10.05.2022"^^xsd:Date ; + rdfs:label "Einschneckenextruder [dik]"@de , + "Single Screw Extruder [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000426 + rdf:type owl:Class ; + rdfs:subClassOf ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "10.05.2022"^^xsd:Date ; + rdfs:label "Pin Extruder [dik]"@en , + "Stiftextruder [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000427 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Pin [dik]"@en , + "Stift [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000428 + rdf:type owl:Class ; + "uncurated" ; + "rotating member with one or more helical grooves, used to propel rubber along the barrel of an extruder"@en , + "rotierendes Glied mit einer oder mehreren helixförmigen Rillen, das verwendet wird, um einen Kautschuk innerhalb eines Extruderrohrs voranzutreiben"@de ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Schnecke [dik]"@de , + "Screw [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000429 + rdf:type owl:Class ; + "uncurated" ; + "Teil eines Extruders, durch den das Material gedrückt wird und um ein Profil des Extrudats zu formen"@de , + "that part of an extruder through which material is forced, forming a profile of the extrudate"@en ; + "Werkzeug; Düse"@de ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Die [dik]"@en , + "Schablone [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000430 + rdf:type owl:Class ; + "uncurated" ; + "Produkt eines Extrusionsprozesses"@de , + "product of an extrusion process"@en ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Extrudat [dik]"@de , + "Extrudate [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000431 + rdf:type owl:Class ; + "uncurated" ; + "Teil eines Extruders, welcher die Schablone mit Halterung enthält"@de , + "that part of an extruder which houses the die and die holder"@en ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Extruder Head [dik]"@en , + "Extruderkopf [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000432 + rdf:type owl:Class ; + "uncurated" ; + "continuous shaping of a material by passage through a die"@en , + "kontinuierliches Formen eines Materials, indem dieses durch eine Schablone gepresst wird"@de ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Extrudieren [dik]"@de , + "Extrusion [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000433 + rdf:type owl:Class ; + "uncurated" ; + "A transformation in which an atom or group Y connected to two other atoms or groups X and Z is lost from a molecule, leading to a product in which X is bonded to Z, e.g. X-Y-Z --> X-Z + Y."@en ; + "http://purl.obolibrary.org/obo/rex.owl" ; + ; + "Luis Ramos" ; + "English" ; + "24.08.2022" ; + "24.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "REX" ; + rdfs:label "Extrudieren [rex]"@de , + "Extrusion [rex]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000434 + rdf:type owl:Class ; + "uncurated" ; + "A process used to create objects of a fixed cross-sectional profile by forcing or drawing a material through a die."@en ; + "http://purl.obolibrary.org/obo/chmo.owl" ; + ; + "Luis Ramos" ; + "English" ; + "24.08.2022" ; + "24.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "CHMO" ; + rdfs:label "Extrudieren [chmo]"@de , + "Extrusion [chmo]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000435 + rdf:type owl:Class ; + rdfs:subClassOf owl:Thing ; + "uncurated" ; + "Unterschied zwischen den Dimensionen des Profilquerschnittes eines Extrudats und den korrespondierenden Dimensionen des Auslaufkanals, welcher üblicherweise als prozentuelle Zunahme der Fläche des Querschnittes ausgedrückt wird"@de , + "difference between the dimensions of the cross-section of an extrudate and the corresponding dimensions of the die orifice, usually quantified as the percentage increase in the crosssectional area"@en ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Die Swell [dik]"@en , + "Spritzquellung [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000436 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Abzugsgeschwindigkeit [dik]"@de , + "Haul-off Speed [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000437 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Conveyor Belt [dik]"@en , + "Förderband [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000438 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Mass Throughput [dik]"@en , + "Massedurchsatz [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000439 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Druckschwankung [dik]"@de , + "Pressure Variation [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000440 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Geometrieschwankung [dik]"@de , + "Geometry Variation [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000441 + rdf:type owl:Class ; + rdfs:subClassOf owl:Thing ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Oberfläche [dik]"@de , + "Surface [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000442 + rdf:type owl:Class ; + rdfs:subClassOf owl:Thing ; + "uncurated" ; + "The extended two-dimensional outer boundary of a three-dimensional object."@en ; + "http://purl.obolibrary.org/obo/ncit.owl" ; + ; + "Luis Ramos" ; + "English" ; + "25.08.2022" ; + "25.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "NCIT" ; + rdfs:label "Oberfläche [ncit]"@de , + "Surface [ncit]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000443 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Oberflächenfehler [dik]"@de , + "Surface Defect [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000444 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Oberflächentemperatur [dik]"@de , + "Surface Temperature [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000445 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Schneckendrehzahl [dik]"@de , + "Screw Speed [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000446 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Druck [dik]"@de , + "Pressure [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000447 + rdf:type owl:Class ; + "uncurated" ; + "A physical quality that inheres in a bearer by virtue of the bearer's amount of force per unit area it exerts."@en ; + "http://purl.obolibrary.org/obo/pato.owl" ; + ; + "Luis Ramos" ; + "English" ; + "25.08.2022" ; + "25.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "PATO" ; + rdfs:label "Druck [pato]"@de , + "Pressure [pato]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000448 + rdf:type owl:Class ; + "uncurated" ; + "Pressure is the force applied to or distributed over a surface. It is a derived quantity in the International System of Units. Pressure is force divided by area."@en ; + "http://www.ontology-of-units-of-measure.org/resource/om-2" ; + ; + "Luis Ramos" ; + "English" ; + "25.08.2022" ; + "25.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "OM" ; + rdfs:label "Druck [om]"@de , + "Pressure [om]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000449 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Die Geometry [dik]"@en , + "Schablonengeometrie [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000450 + rdf:type owl:Class ; + rdfs:subClassOf owl:Thing ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Extrudate Cross Section [dik]"@en , + "Extrudatquerschnitt [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000451 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Sensor [dik]"@de , + "Sensor [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000452 + rdf:type owl:Class ; + "uncurated" ; + "Device, agent (including humans), or software (simulation) involved in, or implementing, a Procedure. Sensors respond to a stimulus, e.g., a change in the environment, or input data composed from the results of prior Observations, and generate a Result. Sensors can be hosted by Platforms."@en ; + "http://www.w3.org/ns/sosa/" ; + ; + "Luis Ramos" ; + "English" ; + "25.08.2022" ; + "25.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "SOSA" ; + rdfs:label "Sensor [sosa]"@de , + "Sensor [sosa]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000453 + rdf:type owl:Class ; + "uncurated" ; + "A piece of apparatus that is used to measure a physical quantity."@en ; + "http://purl.obolibrary.org/obo/chmo.owl" ; + ; + "Luis Ramos" ; + "English" ; + "25.08.2022" ; + "25.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "CHMO" ; + rdfs:label "Sensor [chmo]"@de , + "Sensor [chmo]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000454 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Temperature Measuring Sword [dik]"@en , + "Temperaturmessschwert [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000455 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Drucksensor [dik]"@de , + "Pressure Sensor [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000456 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Temperature Sensor [dik]"@en , + "Temperatursensor [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000457 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Gearbox [dik]"@en , + "Getriebe [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000458 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Engine [dik]"@en , + "Motor [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000459 + rdf:type owl:Class ; + "uncurated" ; + "motor"@en ; + "http://purl.obolibrary.org/obo/envo.owl" ; + ; + "Luis Ramos" ; + "English" ; + "25.08.2022" ; + "25.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "ENVO" ; + rdfs:label "Engine [envo]"@en , + "Motor [envo]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000460 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Feeding Roll [dik]"@en , + "Speisewalze [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000461 + rdf:type owl:Class ; + rdfs:subClassOf owl:Thing ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Pin Zone [dik]"@en , + "Stiftzone [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000462 + rdf:type owl:Class ; + rdfs:subClassOf owl:Thing ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Einzugszone [dik]"@de , + "Feeding Zone [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000463 + rdf:type owl:Class ; + rdfs:subClassOf owl:Thing ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Molding Zone [dik]"@en , + "Werkzeugzone [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000464 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Feeding Roll Temperature Control Unit [dik]"@en , + "Speisewalzen-Temperatursteuergerät [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000465 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Feeding Roll Temperature [dik]"@en , + "Speisewalzen-Temperatur [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000466 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Schnecken-Temperatursteuergerät [dik]"@de , + "Screw Temperature Control Unit [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000467 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Schnecken-Temperatur [dik]"@de , + "Screw Temperature [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000468 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Einzugszonen-Temperatursteuergerät [dik]"@de , + "Feeding Zone Temperature Control Unit [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000469 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Einzugszonen-Temperatur [dik]"@de , + "Feeding Zone Temperature [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000470 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Pin Zone Temperature Control Unit [dik]"@en , + "Stiftzonen-Temperatursteuergerät [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000471 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Pin Zone Temperature [dik]"@en , + "Stiftzonen-Temperatur [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000472 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Molding Zone Temperature Control Unit [dik]"@en , + "Werkzeugzonen-Temperatursteuergerät [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000473 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Molding Zone Temperature [dik]"@en , + "Werkzeugzonen-Temperatur [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000474 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Vulcanization Time [dik]"@en , + "Vulkanisationszeit [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000475 + rdf:type owl:Class ; + "uncurated" ; + "Anzahl von Vernetzungen in einem Vulkanisat je Volumen- oder Masseneinheit"@de , + "number of crosslinks per unit volume or unit mass of vulcanizate"@en ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Crosslink Density [dik]"@en , + "Vernetzungsdichte [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000476 + rdf:type owl:Class ; + "uncurated" ; + "Produkt der Vulkanisation einer Kautschukmischung"@de , + "product of the vulcanization of a rubber compound"@en ; + "vulcanized rubber"@en , + "vulkanisierter Kautschuk"@de ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Vulcanizate [dik]"@en , + "Vulkanisat [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000477 + rdf:type owl:Class ; + "uncurated" ; + "chemical bond or atom(s) joining two rubber chains or two parts of the same rubber chain as a result of vulcanization"@en , + "chemische Bindung oder Atom(e), die zwei Kautschukketten oder zwei Teile derselben Kette verbinden als Ergebnis der Vulkanisation"@de ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "03.05.2022"^^xsd:Date ; + rdfs:comment "In a vulcanizate, trapped chain entanglements can act as physical crosslinks and contribute to the crosslink density."@en , + "In einem Vulkanisat können eingeschlossene Verschlaufungen als physikalische Vernetzungen fungieren und einen Beitrag zur Vernetzungsdichte leisten."@de ; + rdfs:label "Crosslink [dik]"@en , + "Vernetzung [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000478 + rdf:type owl:Class ; + "uncurated" ; + "Any covalent linkage between two polymers or between two different regions of the same polymer."@en ; + "http://purl.obolibrary.org/obo/ncit.owl" ; + ; + "Luis Ramos" ; + "English" ; + "25.08.2022" ; + "25.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "NCIT" ; + rdfs:label "Crosslink [ncit]"@en , + "Vernetzung [ncit]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000479 + rdf:type owl:Class ; + "uncurated" ; + "〈Aktion〉 Erzeugung von Vernetzungen zwischen oder innerhalb von Kautschukketten unter Ausbildung eines Netzwerks"@de , + "〈act of〉 insertion of crosslinks between or within rubber chains to give a network structure"@en ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Crosslinking [dik]"@en , + "Vernetzen [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000480 + rdf:type owl:Class ; + "uncurated" ; + "Zustand eines Vulkanisats während des Vulkanisationsverlaufs, gemessen an dessen Struktur oder dessen Eigenschaften"@de , + "condition of a vulcanizate during the course of vulcanization, measured in terms of its structure or properties"@en ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "State of Cure [dik]"@en , + "Vernetzungsgrad [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000481 + rdf:type owl:Class ; + "uncurated" ; + "Verfahren, üblicherweise auf Hitze basierend, bei dem Kautschuk durch eine Veränderung seiner chemischen Struktur (zum Beispiel Vernetzung) in einen Zustand überführt wird, in dem die elastischen Eigenschaften erzeugt, wiederhergestellt oder verbessert oder über einen größeren Tempe-raturbereich erweitert werden"@de , + "process, usually involving heat, in which rubber, through a change in its chemical structure (for example, crosslinking), is converted to a condition in which the elastic properties are conferred or re-established or improved or extended over a greater range of temperatures"@en ; + "Vernetzung"@de , + "cure"@en ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Vulcanization [dik]"@en , + "Vulkanisation [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000482 + rdf:type owl:Class ; + "uncurated" ; + "Druckkessel, der zur Vulkanisation von Kautschuk in Dampf oder Gas genutzt wird"@de , + "pressurized vessel used for vulcanizing rubber in a vapour or gas"@en ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Autoklav [dik]"@de , + "autoclave [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000483 + rdf:type owl:Class ; + "uncurated" ; + "A device that is used to sterilize equipment and supplies by subjecting them to high pressure steam at 121 C or more, typically for 15 to 20 minutes depending on the size of the load and the contents."@en ; + "http://purl.obolibrary.org/obo/obi.owl" ; + ; + "Luis Ramos" ; + "English" ; + "25.08.2022" ; + "25.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "OBI" ; + rdfs:label "Autoklav [obi]"@de , + "autoclave[obi]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000484 + rdf:type owl:Class ; + "uncurated" ; + "A thick-walled steel vessel used during synthesis methods that require both high pressures and high temperatures."@en ; + "http://purl.obolibrary.org/obo/chmo.owl" ; + ; + "Luis Ramos" ; + "English" ; + "25.08.2022" ; + "25.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "CHMO" ; + rdfs:label "Autoklav [chmo]"@de , + "autoclave [chmo]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000485 + rdf:type owl:Class ; + "uncurated" ; + "Art der Vulkanisation, bei der das Modul des Vulkanisats ein Maximum erreicht und dann über einen längeren Zeiraum bei der entsprechenden Vulkanisationstemperatur nahezu konstant bleibt"@de , + "type of vulcanization during which the modulus of the vulcanizate proceeds to a maximum and then remains essentially constant for a substantial period at the vulcanization temperature"@en ; + "Vulkanisationsebene"@de , + "flat cure"@en ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Plateau Cure [dik]"@en , + "Vulkanisationsplateau [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000486 + rdf:type owl:Class ; + "uncurated" ; + "Vulkanisationsbedingungen, die notwendig sind, um einen akzeptablen Kompromiss zwischen verschiedenen gewünschten Vulkanisateigenschaften zu erzielen bzw. den optimalen Wert für eine bestimmte Eigenschaft zu erhalten"@de , + "condition of vulcanization required to achieve an acceptable compromise among a number of desired vulcanizate properties or the optimum value of a selected property"@en ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Optimum Cure [dik]"@en , + "Vulkanisationsoptimum [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000487 + rdf:type owl:Class ; + "uncurated" ; + "Vulkanisationszustand jenseits des Vulkanisationsoptimums"@de , + "state of vulcanization beyond the optimum cure"@en ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "03.05.2022"^^xsd:Date ; + rdfs:comment "Overcure is generally caused by too long a time and/or too high a temperature of vulcanization and/or post cure, and/or a surplus of vulcanizing agents."@en , + "Übervulkanisation wird gewöhnlich hervorgerufen durch zu lange Heizzeit und/oder zu hohe Vulkanisations- und/oder Nachvulkanisationstemperatur und/oder ein Übermaß an Vulkanisationsmitteln."@de ; + rdfs:label "Overcure [dik]"@en , + "Übervulkanisation [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000488 + rdf:type owl:Class ; + "uncurated" ; + "Zustand der Vulkanisation unterhalb des Vulkanisationsoptimums"@de , + "state of vulcanization less than the optimum cure"@en ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "03.05.2022"^^xsd:Date ; + rdfs:comment "Undercure is generally caused by too short a time and/or too low a temperature of vulcanization and/or post cure, and/or a deficiency of vulcanizing agents."@en , + "Untervulkanisation wird im Allgemeinen durch zu kurze Zeit und/oder zu niedrige Vulkanisationstemperatur und/oder Nachvulkanisation und/oder Mängel der Vulkanisationsmittel hervorgerufen."@de ; + rdfs:label "Undercure [dik]"@en , + "Untervulkanisation [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000489 + rdf:type owl:Class ; + "uncurated" ; + "ein oder mehrere Teile, entnommen aus einem Los, um Informationen über dieses Los zu liefern und möglicherweise als Entscheidungsbasis über das Los oder seinen Herstellprozess zu dienen"@de , + "one or more items taken from a lot and intended to provide information on the lot and possibly to serve as a basis for a decision on the lot or on the process which had produced it"@en ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Probe [dik]"@de , + "Sample [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000490 + rdf:type owl:Class ; + "uncurated" ; + "Feature which is intended to be representative of a FeatureOfInterest on which Observations may be made."@en ; + "http://www.w3.org/ns/sosa/" ; + ; + "Luis Ramos" ; + "English" ; + "25.08.2022" ; + "25.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "SOSA" ; + rdfs:label "Probe [sosa]"@de , + "Sample [sosa]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000491 + rdf:type owl:Class ; + "uncurated" ; + "tempdef: A sample is a role that is played by an object of interest in an investigation used to obtain generalizable information about the sample source. defprov: Daniel Schober"@en ; + "http://nmrML.org/nmrCV" ; + ; + "Luis Ramos" ; + "English" ; + "25.08.2022" ; + "25.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "NMRCV" ; + rdfs:label "Probe [nmrcv]"@de , + "Sample [nmrcv]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000492 + rdf:type owl:Class ; + "uncurated" ; + "Körper eines Materials von geeigneter Form und Dimension, fertig vorbereitet zur Verwendung in einer Prüfung"@de , + "piece of material of appropriate shape and size, prepared so that it is ready for use in a test"@en ; + "Probekörper"@de ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "03.05.2022"^^xsd:Date ; + rdfs:comment "Die englischen Benennungen „test specimen“ und „specimen“ werden häufig verwendet, um einen „Prüfkörper“ zu bezeichnen."@de , + "The terms “test specimen” and “specimen” are also widely used to denote “test piece”."@en ; + rdfs:label "Prüfkörper [dik]"@de , + "Test Piece [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000493 + rdf:type owl:Class ; + "uncurated" ; + "raw, compounded, vulcanized or partially vulcanized rubber in the form of end-of-life rubber products or factory scrap"@en , + "unverarbeiteter, gemischter, vulkanisierter oder teilvulkanisierter Kautschuk in Form von Altgummierzeugnissen oder Fabrikabfall"@de ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Gummiabfall [dik]"@de , + "Scrap Rubber [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000494 + rdf:type owl:Class ; + "uncurated" ; + "raw, compounded, vulcanized or partially vulcanized rubber rejected or generated as waste during product manufacture and found unsuitable for further use unless recycled"@en , + "roher, gemischter, vulkanisierter oder teilweise vulkanisierter Kautschuk, der bei der Produktion ver-worfen oder als Abfall deklariert und für die weitere Verwendung, außer zum Recyceln, als ungeeignet befunden wird"@de ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Factory Scrap [dik]"@en , + "Produktionsabfall [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000495 + rdf:type owl:Class ; + "uncurated" ; + "http://purl.obolibrary.org/obo/pato.owl" ; + ; + "Alexander Aschemann" ; + "English" ; + "10.05.2022"^^xsd:Date ; + rdfs:label "Physical Object Quality [dik]"@en , + "Qualität des physischen Objekts [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000496 + rdf:type owl:Class ; + "uncurated" ; + "A quality of a physical entity that exists through action of continuants at the physical level of organisation in relation to other entities."@en ; + "http://purl.obolibrary.org/obo/pato.owl" ; + ; + "Luis Ramos" ; + "English" ; + "25.08.2022" ; + "25.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "PATO" ; + rdfs:label "Physical Object Quality [pato]"@en , + "Qualität des physischen Objekts [pato]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000497 + rdf:type owl:Class ; + "uncurated" ; + "http://purl.obolibrary.org/obo/pato.owl" ; + ; + "Alexander Aschemann" ; + "English" ; + "10.05.2022"^^xsd:Date ; + rdfs:isDefinedBy "PATO" ; + rdfs:label "Physical Quality [dik]"@en , + "physikalische Qualität [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000498 + rdf:type owl:Class ; + "uncurated" ; + "A quality which inheres in a continuant."@en ; + "http://purl.obolibrary.org/obo/pato.owl" ; + ; + "Luis Ramos" ; + "English" ; + "25.08.2022" ; + "25.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "PATO" ; + rdfs:label "Physical Quality [pato]"@en , + "physikalische Qualität [pato]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000499 + rdf:type owl:Class ; + "uncurated" ; + "http://purl.obolibrary.org/obo/pato.owl" ; + ; + "Alexander Aschemann" ; + "English" ; + "10.05.2022"^^xsd:Date ; + rdfs:isDefinedBy "PATO" ; + rdfs:label "Label der Messeinheit [dik]"@de , + "Measurement Unit Label [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000500 + rdf:type owl:Class ; + "uncurated" ; + "A measurement unit label is as a label that is part of a scalar measurement datum and denotes a unit of measure."@en ; + "http://purl.obolibrary.org/obo/iao.owl" ; + ; + "Luis Ramos" ; + "English" ; + "25.08.2022" ; + "25.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "IAO" ; + rdfs:label "Label der Messeinheit [pato]"@de , + "Measurement Unit Label [pato]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000501 + rdf:type owl:Class ; + "uncurated" ; + "http://purl.obolibrary.org/obo/pato.owl" ; + ; + "Alexander Aschemann" ; + "English" ; + "10.05.2022"^^xsd:Date ; + rdfs:label "Bezugspunkt-Label [dik]"@de , + "Datum Label [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000502 + rdf:type owl:Class ; + "uncurated" ; + "A label is a symbol that is part of some other datum and is used to either partially define the denotation of that datum or to provide a means for identifying the datum as a member of the set of data with the same label"@en ; + "http://purl.obolibrary.org/obo/iao.owl" ; + ; + "Luis Ramos" ; + "English" ; + "25.08.2022" ; + "25.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "IAO" ; + rdfs:label "Bezugspunkt-Label [iao]"@de , + "Datum Label [iao]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000503 + rdf:type owl:Class ; + "uncurated" ; + "Test"@de , + "testing; test"@en ; + "http://purl.obolibrary.org/obo/pato.owl" ; + ; + "Alexander Aschemann" ; + "English" ; + "10.05.2022"^^xsd:Date ; + rdfs:label "Prüfung [dik]"@de , + "assay [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000504 + rdf:type owl:Class ; + "uncurated" ; + "A qualitative or quantitative analysis performed to determine the amount of a particular constituent in a sample or the biological or pharmacological properties of a drug."@en ; + "http://purl.obolibrary.org/obo/ncit.owl" ; + ; + "Luis Ramos" ; + "English" ; + "25.08.2022" ; + "25.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "NCIT" ; + rdfs:label "Prüfung [ncit]"@de , + "assay [ncit]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000505 + rdf:type owl:Class ; + "uncurated" ; + "A planned process with the objective to produce information about the material entity that is the evaluant, by physically examining it or its proxies."@en ; + "http://purl.obolibrary.org/obo/obi.owl" ; + ; + "Luis Ramos" ; + "English" ; + "25.08.2022" ; + "25.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "OBI" ; + rdfs:label "Prüfung [obi]"@de , + "assay [obi]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000506 + rdf:type owl:Class ; + "uncurated" ; + "An assay with the objective to produce information about the density of the material entity that is the evaluant, by physically examining it or its proxies."@en ; + "Alexander Aschemann" ; + "English" ; + "10.05.2022"^^xsd:Date ; + rdfs:label "Density Measurement Assay [dik]"@en , + "Prüfung zur Dichtemessung [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000507 + rdf:type owl:Class ; + "uncurated" ; + "Masse pro Volumeneinheit eines Materials inklusive eventueller Hohlräume"@de , + "mass per unit volume of a material, including any voids present"@en ; + "Dichte"@de , + "density; bulk density"@en ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "04.05.2022"^^xsd:Date ; + rdfs:label "Mass Density [dik]"@en , + "Massendichte [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000508 + rdf:type owl:Class ; + "uncurated" ; + "A measure of the compactness of a substance, expressed as its mass per unit volume."@en ; + "http://purl.obolibrary.org/obo/ncit.owl" ; + ; + "Luis Ramos" ; + "English" ; + "25.08.2022" ; + "25.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "NCIT" ; + rdfs:label "Mass Density [ncit]"@en , + "Massendichte [ncit]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000509 + rdf:type owl:Class ; + "uncurated" ; + "A physical quality which inheres in a bearer by virtue of some influence is exerted by the bearer's mass per unit size."@en ; + "http://purl.obolibrary.org/obo/pato.owl" ; + ; + "Luis Ramos" ; + "English" ; + "25.08.2022" ; + "25.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "PATO" ; + rdfs:label "Mass Density [pato]"@en , + "Massendichte [pato]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000510 + rdf:type owl:Class ; + rdfs:subClassOf owl:Thing ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "10.05.2022"^^xsd:Date ; + rdfs:label "Mass Density Unit [dik]"@en , + "Massendichte Einheit [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000511 + rdf:type owl:Class ; + rdfs:subClassOf owl:Thing ; + "uncurated" ; + "\"A density unit which is a standard measure of the mass of a substance in a given volume.\" [UOC:GVG]"@en ; + "http://purl.obolibrary.org/obo/uo.owl" ; + ; + "Luis Ramos" ; + "English" ; + "25.08.2022" ; + "25.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "UO" ; + rdfs:label "Mass Density Unit [uo]"@en , + "Massendichte Einheit [uo]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000512 + rdf:type owl:Class ; + rdfs:subClassOf owl:Thing ; + "uncurated" ; + "An indication of the type of unit of measure being used to express a mass density."@en ; + "http://purl.obolibrary.org/obo/ncit.owl" ; + ; + "Luis Ramos" ; + "English" ; + "25.08.2022" ; + "25.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "NCIT" ; + rdfs:label "Massendichte Einheit [ncit]"@de , + "Unit Of Mass Density [ncit]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000513 + rdf:type owl:Class ; + rdfs:subClassOf owl:Thing ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "10.05.2022"^^xsd:Date ; + "g/cm³" ; + rdfs:label "Gram Per Cubic Centimeter [dik]"@en , + "Gramm pro Kubikzentimeter [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000514 + rdf:type owl:Class ; + rdfs:subClassOf owl:Thing ; + "uncurated" ; + "\"A mass unit density which is equal to mass of an object in grams divided by the volume in cubic centimeters.\" [UOC:GVG]"@en ; + "http://purl.obolibrary.org/obo/uo.owl" ; + ; + "Luis Ramos" ; + "English" ; + "25.08.2022" ; + "25.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "UO" ; + rdfs:label "Gram Per Cubic Centimeter [uo]"@en , + "Gramm pro Kubikzentimeter [uo]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000515 + rdf:type owl:Class ; + "uncurated" ; + "An assay with the objective to produce information about the viscosity of the material entity that is the evaluant, by physically examining it or its proxies."@en ; + "Alexander Aschemann" ; + "English" ; + "10.05.2022"^^xsd:Date ; + rdfs:label "Prüfung zur Viskositätsmessung [dik]"@de , + "Viscosity Measurement Assay [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000516 + rdf:type owl:Class ; + "uncurated" ; + "An assay with the objective to produce information about the Mooney viscosity of the material entity that is the evaluant, by physically examining it or its proxies."@en ; + "Alexander Aschemann" ; + "English" ; + "10.05.2022"^^xsd:Date ; + rdfs:label "Mooney Viscosity Measurement Assay [dik]"@en , + "Prüfung zur Mooney-Viskositätsmessung [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000517 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "10.05.2022"^^xsd:Date ; + rdfs:label "Viscosity [dik]"@en , + "Viskosität [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000518 + rdf:type owl:Class ; + "uncurated" ; + "The resistance of a liquid to sheer forces and flow."@en ; + "http://purl.obolibrary.org/obo/ncit.owl" ; + ; + "Luis Ramos" ; + "English" ; + "25.08.2022" ; + "25.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "NCIT" ; + rdfs:label "Viscosity [ncit]"@en , + "Viskosität [ncit]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000519 + rdf:type owl:Class ; + "uncurated" ; + "A physical quality of a fluid inhering in a bearer by virtue of the bearer's disposition to internal resistance to flow."@en ; + "http://purl.obolibrary.org/obo/pato.owl" ; + ; + "Luis Ramos" ; + "English" ; + "25.08.2022" ; + "25.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "PATO" ; + rdfs:label "Viscosity [pato]"@en , + "Viskosität [pato]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000520 + rdf:type owl:Class ; + "uncurated" ; + "Maß für die Viskosität eines Rohkautschuks oder einer Kautschukmischung, bestimmt mit einem Mooney-Scherscheibenviskosimeter"@de , + "measure of the viscosity of a raw rubber or rubber compound, determined using a Mooney shearing-disc viscometer"@en ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Mooney Viscosity [dik]"@en , + "Mooney Viskosität [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000521 + rdf:type owl:Class ; + rdfs:subClassOf owl:Thing ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "10.05.2022"^^xsd:Date ; + rdfs:label "Viscosity Unit [dik]"@en , + "Viskositätseinheit [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000522 + rdf:type owl:Class ; + rdfs:subClassOf owl:Thing ; + "uncurated" ; + "\"A unit which is a standard measure of the internal resistance of fluids to flow.\" [UOC:GVG]"@en ; + "http://purl.obolibrary.org/obo/uo.owl" ; + "Luis Ramos" ; + "English" ; + "25.08.2022" ; + "25.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "UO" ; + rdfs:label "Viscosity Unit [uo]"@en , + "Viskositätseinheit [uo]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000523 + rdf:type owl:Class ; + "uncurated" ; + "A viscosity unit which is a standard measure of the Mooney viscosity."@en , + "Eine Viskositätseinheit, die ein Standardmaß für die Mooney-Viskosität ist."@de ; + "Alexander Aschemann" ; + "English" ; + "10.05.2022"^^xsd:Date ; + rdfs:label "Mooney Viscosity Unit [dik]"@en , + "Mooney Viskositätseinheit [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000524 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "10.05.2022"^^xsd:Date ; + "MU" ; + rdfs:label "Mooney Einheit [dik]"@de , + "Mooney Unit [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000525 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "10.05.2022"^^xsd:Date ; + rdfs:label "Quality of a Substance [dik]"@en , + "Qualität eines Stoffes [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000526 + rdf:type owl:Class ; + "uncurated" ; + "A quality inhering in a bearer by virtue of its constitution."@en ; + "http://purl.obolibrary.org/obo/pato.owl" ; + ; + "Luis Ramos" ; + "English" ; + "25.08.2022" ; + "25.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "PATO" ; + rdfs:label "Quality of a Substance [pato]"@en , + "Qualität eines Stoffes [pato]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000527 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "10.05.2022"^^xsd:Date ; + rdfs:label "Quality of a Liquid [dik]"@en , + "Qualität einer Flüssigkeit [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000528 + rdf:type owl:Class ; + "uncurated" ; + "A physical quality inhering in an entity exhibiting the physical characteristics of an amorphous (non-crystalline) form of matter between a gas and a solid that has a definite volume, but no definite shape."@en ; + "http://purl.obolibrary.org/obo/pato.owl" ; + ; + "Luis Ramos" ; + "English" ; + "25.08.2022" ; + "25.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "PATO" ; + rdfs:label "Quality of a Liquid [pato]"@en , + "Qualität einer Flüssigkeit [pato]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000529 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "10.05.2022"^^xsd:Date ; + rdfs:label "Protocol [dik]"@en , + "Protokoll [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000530 + rdf:type owl:Class ; + "uncurated" ; + "A rule which guides how an activity should be performed."@en ; + "http://purl.obolibrary.org/obo/ncit.owl" ; + ; + "Luis Ramos" ; + "English" ; + "25.08.2022" ; + "25.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "NCIT" ; + rdfs:label "Protocol [ncit]"@en , + "Protokoll [ncit]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000531 + rdf:type owl:Class ; + "uncurated" ; + "A plan specification which has sufficient level of detail and quantitative information to communicate it between investigation agents, so that different investigation agents will reliably be able to independently reproduce the process."@en ; + "http://purl.obolibrary.org/obo/obi.owl" ; + ; + "Luis Ramos" ; + "English" ; + "25.08.2022" ; + "25.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "OBI" ; + rdfs:label "Protocol [obi]"@en , + "Protokoll [obi]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000532 + rdf:type owl:Class ; + "uncurated" ; + "A human-readable collection of information about about how a scientific experiment or analysis was carried out that results in a specific set of data or results used for further analysis or to test a specific hypothesis."@en ; + "http://edamontology.org" ; + ; + "Luis Ramos" ; + "English" ; + "25.08.2022" ; + "25.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "EDAM" ; + rdfs:label "Protocol [edam]"@en , + "Protokoll [edam]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000533 + rdf:type owl:Class ; + "uncurated" ; + "A protocol which specifies the conditions, procedures, and instruments used for conducting a measurement assay in a sufficient level of detail to communicate it between investigation agents, so that different investigation agents will reliably be able to independently reproduce the measurement assay."@en ; + "Alexander Aschemann" ; + "English" ; + "10.05.2022"^^xsd:Date ; + rdfs:label "Measurement Protocol [dik]"@en , + "Messprotokoll [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000534 + rdf:type owl:Class ; + "uncurated" ; + "A protocol which specifies the conditions, procedures, and instruments used for conducting a material processing in a sufficient level of detail to communicate it between investigation agents, so that different investigation agents will reliably be able to independently reproduce the material processing."@en ; + "Alexander Aschemann" ; + "English" ; + "10.05.2022"^^xsd:Date ; + rdfs:label "Material Processing Protocol [dik]"@en , + "Materialverarbeitungsprotokoll [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000535 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Herstellungsvorschrift [dik]"@de , + "Manufacturing Specification [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000536 + rdf:type owl:Class ; + "uncurated" ; + "A measurement protocol for reliably reproducing the density measurement assay."@en ; + "Alexander Aschemann" ; + "English" ; + "10.05.2022"^^xsd:Date ; + rdfs:label "Density Measurement Protocol [dik]"@en , + "Protokoll zur Dichtemessung [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000537 + rdf:type owl:Class ; + "uncurated" ; + "A measurement protocol for reliably reproducing the viscosity measurement assay."@en ; + "Alexander Aschemann" ; + "English" ; + "10.05.2022"^^xsd:Date ; + rdfs:label "Protokoll zur Viskositätsmessung [dik]"@de , + "Viscosity Measurement Protocol [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000538 + rdf:type owl:Class ; + "uncurated" ; + "A viscosity measurement protocol for reliably reproducing the Mooney viscosity measurement assay."@en ; + "Alexander Aschemann" ; + "English" ; + "10.05.2022"^^xsd:Date ; + rdfs:label "Mooney Viscosity Measurement Protocol [dik]"@en , + "Protokoll zur Mooney-Viskositätsmessung [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000539 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "10.05.2022"^^xsd:Date ; + "°C" ; + rdfs:label "Degree Celsius [dik]"@en , + "Grad Celsius [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000540 + rdf:type owl:Class ; + "uncurated" ; + "A unit of temperature of the temperature scale designed so that the freezing point of water is 0 degrees and the boiling point is 100 degrees at standard atmospheric pressure. The current official definition of the Celsius sets 0.01 C to be at the triple point of water and a degree to be 1/273.16 of the difference in temperature between the triple point of water and absolute zero. One degree Celsius represents the same temperature difference as one Kelvin. [ NCI ]"@en ; + "http://purl.obolibrary.org/obo/ncit.owl" ; + ; + "Luis Ramos" ; + "English" ; + "25.08.2022" ; + "25.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "NCIT" ; + rdfs:label "Degree Celsius [ncit]"@en , + "Grad Celsius [ncit]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000541 + rdf:type owl:Class ; + rdfs:subClassOf owl:Thing ; + "uncurated" ; + "\"A temperature unit which is equal to one kelvin degree. However, they have their zeros at different points. The centigrade scale has its zero at 273.15 K.\" [NIST:NIST]"@en ; + "http://purl.obolibrary.org/obo/UO_0000027" ; + ; + "Luis Ramos" ; + "English" ; + "25.08.2022" ; + "25.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "UO" ; + rdfs:label "Degree Celsius [uo]"@en , + "Grad Celsius [uo]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000542 + rdf:type owl:Class ; + "uncurated" ; + "The degree Celsius is a unit of temperature defined as 1 kelvin. The degree Celsius is a derived unit in the International System of Units."@en ; + "http://www.ontology-of-units-of-measure.org/resource/om-2" ; + ; + "Luis Ramos" ; + "English" ; + "25.08.2022" ; + "25.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "OM" ; + rdfs:label "Degree Celsius [om]"@en , + "Grad Celsius [om]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000543 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "10.05.2022"^^xsd:Date ; + rdfs:label "Material Processing [dik]"@en , + "Materialverarbeitung [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000544 + rdf:type owl:Class ; + "uncurated" ; + "A planned process which results in physical changes in a specified input material"@en ; + "http://purl.obolibrary.org/obo/obi.owl" ; + ; + "Luis Ramos" ; + "English" ; + "25.08.2022" ; + "25.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "OBI" ; + rdfs:label "Material Processing [obi]"@en , + "Materialverarbeitung [obi]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000545 + rdf:type owl:Class ; + rdfs:subClassOf owl:Thing ; + "uncurated" ; + "http://purl.obolibrary.org/obo/BFO_0000034" ; + ; + "Alexander Aschemann" ; + "English" ; + "10.05.2022"^^xsd:Date ; + rdfs:label "Function [dik]"@en , + "Funktion [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000546 + rdf:type owl:Class ; + rdfs:subClassOf owl:Thing ; + "uncurated" ; + "The normal action performed by a structure or device."@en ; + "http://purl.obolibrary.org/obo/ncit.owl" ; + ; + "Luis Ramos" ; + "English" ; + "25.08.2022" ; + "25.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "NCIT" ; + rdfs:label "Function [ncit]"@en , + "Funktion [ncit]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000547 + rdf:type owl:Class ; + rdfs:subClassOf owl:Thing ; + "uncurated" ; + "Biological function of a participant or of an interaction."@en ; + "http://purl.obolibrary.org/obo/mi.owl" ; + ; + "Luis Ramos" ; + "English" ; + "25.08.2022" ; + "25.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "MI" ; + rdfs:label "Function [mi]"@en , + "Funktion [mi]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000548 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "10.05.2022"^^xsd:Date ; + rdfs:label "Device [dik]"@en , + "Gerät [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000549 + rdf:type owl:Class ; + "uncurated" ; + "An object contrived for a specific purpose."@en ; + "http://purl.obolibrary.org/obo/ncit.owl" ; + ; + "Luis Ramos" ; + "English" ; + "25.08.2022" ; + "25.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "NCIT" ; + rdfs:label "Device [ncit]"@en , + "Gerät [ncit]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000550 + rdf:type owl:Class ; + "uncurated" ; + "A material entity that is designed to perform a function in a scientific investigation, but is not a reagent."@en ; + "http://purl.obolibrary.org/obo/obi.owl" ; + ; + "Luis Ramos" ; + "English" ; + "25.08.2022" ; + "25.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "OBI" ; + rdfs:label "Device [obi]"@en , + "Gerät [obi]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000551 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "10.05.2022"^^xsd:Date ; + rdfs:label "Measurement Device [dik]"@en , + "Messgerät [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000552 + rdf:type owl:Class ; + "uncurated" ; + "Any device used to determine the dimension of an object."@en ; + "http://purl.obolibrary.org/obo/ncit.owl" ; + ; + "Luis Ramos" ; + "English" ; + "25.08.2022" ; + "25.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "NCIT" ; + rdfs:label "Measurement Device [ncit]"@en , + "Messgerät [ncit]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000553 + rdf:type owl:Class ; + "uncurated" ; + "A device in which a measure function inheres."@en ; + "http://purl.obolibrary.org/obo/obi.owl" ; + ; + "Luis Ramos" ; + "English" ; + "25.08.2022" ; + "25.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "OBI" ; + rdfs:label "Measurement Device [obi]"@en , + "Messgerät [obi]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000554 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "10.05.2022"^^xsd:Date ; + rdfs:label "Processed Material [dik]"@en , + "verarbeitetes Material [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000555 + rdf:type owl:Class ; + "uncurated" ; + "Is a material entity that is created or changed during material processing."@en ; + "http://purl.obolibrary.org/obo/obi.owl" ; + ; + "Luis Ramos" ; + "English" ; + "25.08.2022" ; + "25.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "OBI" ; + rdfs:label "Processed Material [obi]"@en , + "verarbeitetes Material [obi]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000556 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Mischen [dik]"@de , + "Mixing [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000557 + rdf:type owl:Class ; + "uncurated" ; + "The combining of components, particles or layers into a more homogeneous state. The mixing may be achieved manually or mechanically by shifting the material with stirrers or pumps or by revolving or shaking the container. The process μst not permit segregation of particles of different size or properties. Homogeneity may be considered to have been achieved in a practical sense when the sampling error of the processed portion is negligible compared to the total error of the measurement system. [ https://doi.org/10.1351/goldbook.M03945 ]"@en ; + "http://purl.obolibrary.org/obo/chmo.owl" ; + ; + "Luis Ramos" ; + "English" ; + "25.08.2022" ; + "25.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "CHMO" ; + rdfs:label "Mischen [chmo]"@de , + "Mixing [chmo]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000558 + rdf:type owl:Class ; + "uncurated" ; + "To bring or combine together or with something else; add as an additional element or part."@en ; + "http://purl.obolibrary.org/obo/ncit.owl" ; + ; + "Luis Ramos" ; + "English" ; + "25.08.2022" ; + "25.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "NCTI" ; + rdfs:label "Mischen"@de , + "mix"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000559 + rdf:type owl:Class ; + "uncurated" ; + "Menge in Gramm an adsorbiertem Iod pro Kilogramm Ruß unter definierten Bedingungen"@de , + "Number of grams of iodine adsorbed per kilogram of carbon black under specified conditions"@en ; + "Jodzahl; Iodzahl"@de ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "03.05.2022"^^xsd:Date ; + rdfs:comment "Die Eigenschaft ist eine Angabe zur Oberfläche eines Rußes. ISO 1304 beinhaltet ein Verfahren für die Bestimmung der Iodzahl."@de , + "The property is an indication of the surface area of a carbon black. ISO 1304 contains a method for the determination of the iodine adsorption number."@en ; + rdfs:label "Iodine Adsorption Number [dik]"@en , + "Jodadsorptionszahl [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000560 + rdf:type owl:Class ; + rdfs:subClassOf owl:Thing ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Specific Surface [dik]"@en , + "Spezifische Oberfläche [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000561 + rdf:type owl:Class ; + rdfs:subClassOf owl:Thing ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Mass Specific Surface [dik]"@en , + "Massenbezogene spezifische Oberfläche [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000562 + rdf:type owl:Class ; + rdfs:subClassOf owl:Thing ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Volume Specific Surface [dik]"@en , + "Volumenbezogene spezifische Oberfläche [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000563 + rdf:type owl:Class ; + rdfs:subClassOf owl:Thing ; + "uncurated" ; + "Die Ölabsorptionszahl eines Rußes steht im Zusammenhang mit den Verarbeitungs- und Vulkanisationseigenschaften von Kautschukmischungen die den Ruß enthalten"@de , + "The oil absorption number of a carbon black is related to the processing and vulcanizate properties of rubber compounds containing the carbon black"@en ; + "Alexander Aschemann" ; + "English" ; + "ASTM D2414-12" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Oil Absorption Number [dik]"@en , + "Ölabsorptionszahl [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000564 + rdf:type owl:Class ; + rdfs:subClassOf owl:Thing ; + "uncurated" ; + "Als kinematische Viskosität bezeichnet man den Quotienten aus der dynamischen Viskosität des Mediums und seiner Dichte"@de , + "Kinematic viscosity is the quotient of the dynamic viscosity of the medium and its density."@en ; + "Alexander Aschemann" ; + "English" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Kinematic Viscosity [dik]"@en , + "Kinematische Viskosität [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000565 + rdf:type owl:Class ; + rdfs:subClassOf owl:Thing ; + "uncurated" ; + "The ratio of the dynamic viscosity (μ) over the density of the fluid (ρ), which is noted as (length)^2/time. https://en.wikipedia.org/wiki/Viscosity#Kinematic_viscosity"@en ; + "http://purl.obolibrary.org/obo/uo.owl" ; + ; + "Luis Ramos" ; + "English" ; + "25.08.2022" ; + "25.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "UO" ; + rdfs:label "Kinematic Viscosity [uo]"@en , + "Kinematische Viskosität [uo]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000566 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Erstarrungspunkt [dik]"@de , + "Setting Point [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000567 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Molecular Weight [dik]"@en , + "Molekulargewicht [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000568 + rdf:type owl:Class ; + "uncurated" ; + "Molecular weight in g/mol, determined from molecular formula or sequence."@en ; + "http://purl.obolibrary.org/obo/mi.owl" ; + ; + "Luis Ramos" ; + "English" ; + "25.08.2022" ; + "25.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "MI" ; + rdfs:label "Molecular Weight [mi]"@en , + "Molekulargewicht [mi]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000569 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Säurezahl‎ [dik]"@de , + "acid value [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000570 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Melting Range [dik]"@en , + "Schmelzbereich‎ [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000571 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "03.05.2022"^^xsd:Date ; + rdfs:label "Oil Content [dik]"@en , + "Öl-Gehalt‎ [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000572 + rdf:type owl:Class ; + "uncurated" ; + "Verhältnis von Schubspannung zu Scherdehnung, wobei jede durch eine komplexe Zahl dargestellt werden kann"@de , + "ratio of the shear stress to the shear strain, where each can be represented by a complex number"@en ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "10.05.2022"^^xsd:Date ; + "G*" ; + rdfs:label "Complex Shear Modulus [dik]"@en , + "komplexer Schubmodul [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000573 + rdf:type owl:Class ; + "uncurated" ; + "Verhältnis von Normalspannung zur Belastung, wobei jede durch eine komplexe Zahl dargestellt werden kann"@de , + "ratio of the normal stress to the normal strain, where each can be represented by a complex number"@en ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "10.05.2022"^^xsd:Date ; + "E*" ; + rdfs:label "Complex Young’s Modulus [dik]"@en , + "komplexer Young’s Modul [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000574 + rdf:type owl:Class ; + "uncurated" ; + "die Komponente einer aufgebrachten Schubspannung, welche in Phase mit der Scherdeformation ist, geteilt durch die Dehnung"@de , + "that component of an applied shear stress which is in phase with the shear strain, divided by the strain"@en ; + "Schermodul"@de , + "storage shear modulus"@en ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "10.05.2022"^^xsd:Date ; + "G'" ; + rdfs:label "Elastic Shear Modulus [dik]"@en , + "Elastizitätsmodul [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000575 + rdf:type owl:Class ; + "uncurated" ; + "die Komponente einer angewandten Normalspannung, welche in Phase mit der Normaldehnung ist, geteilt durch die Dehnung"@de , + "that component of an applied normal stress which is in phase with the normal strain, divided by the strain"@en ; + "Youngscher Speichermodul"@de , + "storage Young’s modulus"@en ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "10.05.2022"^^xsd:Date ; + "E'" ; + rdfs:label "Elastic Young’s Modulus [dik]"@en , + "Youngscher Elastizitätsmodul [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000576 + rdf:type owl:Class ; + "uncurated" ; + "der Anteil einer aufgebrachten Schubspannung, welche 90° phasenverschoben gegenüber der Scherdeformation ist, geteilt durch die Dehnung"@de , + "that component of an applied shear stress which is in quadrature (90° out of phase) with the shear strain, divided by the strain"@en ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "10.05.2022"^^xsd:Date ; + "G''" ; + rdfs:label "Loss Shear Modulus [dik]"@en , + "Verlustmodul [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000577 + rdf:type owl:Class ; + "uncurated" ; + "der Anteil einer aufgebrachten Normalspannung, welcher 90° phasenverschoben gegenüber der Normaldehnung ist, geteilt durch die Dehnung"@de , + "that component of an applied normal stress which is in quadrature (90° out of phase) with the normal strain, divided by the strain"@en ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "10.05.2022"^^xsd:Date ; + "E''" ; + rdfs:label "Loss Young’s Modulus [dik]"@en , + "Young’sches Verlustmodul [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000578 + rdf:type owl:Class ; + "uncurated" ; + "Maß für die Steifigkeit unter definierten Bedingungen bei Verformung"@de , + "measure of stiffness under specified conditions of deformation"@en ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "10.05.2022"^^xsd:Date ; + rdfs:comment "Diese Bezeichnung sollte nicht alleine verwendet werden und sollte einhergehen mit der Art der Verformung, z. B. Druck- oder Schermodul."@de , + "The term should not be used in isolation and should be prefaced by the mode of deformation, e.g. compression modulus or shear modulus."@en ; + rdfs:label "Modul [dik]"@de , + "Modulus [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000579 + rdf:type owl:Class ; + "uncurated" ; + "Verhältnis des Verlustmoduls zum Speichermodul"@de , + "ratio of the viscous modulus to the elastic modulus"@en ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "10.05.2022"^^xsd:Date ; + "tanδ" ; + rdfs:comment "Es handelt sich dabei um ein Maß für den Verlustfaktor und somit für die Energie, die durch Umwandlung in Wärme verloren geht."@de , + "It is a measure of the loss factor and thus of the energy lost by conversion into heat."@en ; + rdfs:label "Tan Delta [dik]"@en , + "Tangens delta [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000580 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Viscometer [dik]"@en , + "Viskosimeter [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000581 + rdf:type owl:Class ; + "uncurated" ; + "Mooney-Viskosimeter"@de ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "10.05.2022"^^xsd:Date ; + rdfs:label "Mooney Shearing-Disc Viscometer [dik]"@en , + "Mooney-Scherscheibenviskosimeter [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000582 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Curemeter [dik]"@en , + "Rheometer [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000583 + rdf:type owl:Class ; + "uncurated" ; + "Rheometertyp, bei welchem die auf die Kautschukmischung einwirkenden Kräfte durch eine in der Testprobe eingebettete schwingende Scheibe erzeugt werden, wobei sich die Probe unter Druck in einem abgedichteten Probenaufnehmer befindet"@de , + "type of curemeter in which the force applied to the rubber compound is produced by an oscillating disc embedded in a test sample which is contained under pressure in a sealed cavity"@en ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "10.05.2022"^^xsd:Date ; + rdfs:label "Oscillating-Disc Curemeter [dik]"@en , + "oszillierendes Scheibenrheometer [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000584 + rdf:type owl:Class ; + "uncurated" ; + "Typ eines Rheometers, bei welchem die Kraft, die auf die Kautschukmischung einwirkt, durch die Oszillation einer von zwei Platten erzeugt wird, die die Kammer bilden, in welcher die Testprobe eingeschlossen ist"@de , + "type of curemeter in which the force applied to the rubber compound is produced by the oscillation of one of the two dies forming the cavity in which the test sample is enclosed"@en ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "10.05.2022"^^xsd:Date ; + rdfs:label "Rotorless Curemeter [dik]"@en , + "rotorloser Rheometer [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000585 + rdf:type owl:Class ; + "uncurated" ; + "Gerät zur Messung des Fortschritts der Vulkanisation in einer Probe bei der Vulkanisationsstemperatur"@de , + "device that measures the progress of vulcanization in a test sample at the vulcanizing temperature"@en ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "10.05.2022"^^xsd:Date ; + rdfs:label "Vulcameter [dik]"@en , + "Vulkameter [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000586 + rdf:type owl:Class ; + "uncurated" ; + "Presse, die zwei oder mehrere übereinanderliegende beheizte Platten besitzt, zwischen denen die Formteile gepresst werden"@de , + "press having two or more super-imposed heated platens between which moulds are pressed"@en ; + "Etagenpresse; Heizpresse"@de , + "daylight press"@en ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "10.05.2022"^^xsd:Date ; + rdfs:label "Platen Press [dik]"@en , + "Plattenpresse [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000587 + rdf:type owl:Class ; + "uncurated" ; + "flache Metallplatte (oder Schale), die Hitze und Druck auf ein oder mehrere Formteile überträgt, die sich in einer Presse befinden"@de , + "flat metal plate (or chest) which applies heat and pressure to one or more mould(s) in a press"@en ; + "Alexander Aschemann" ; + "English" ; + "DIN ISO 1382:2016-07" ; + "10.05.2022"^^xsd:Date ; + rdfs:label "Platen [dik]"@en , + "Platte [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000588 + rdf:type owl:Class ; + "uncurated" ; + "2-ethylidene-5-norbornene"@en ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + "ENB" ; + rdfs:label "Ethylidene Norbornene [dik]"@en , + "Ethylidennorbornen [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000589 + rdf:type owl:Class ; + "uncurated" ; + "An assay with the objective to produce information about the concentration of a specific substance in the material entity that is the evaluant, by physically examining it or its proxies."@en ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Concentration Measurement Assay [dik]"@en , + "Prüfung zur Konzentrationsmessung [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000590 + rdf:type owl:Class ; + "uncurated" ; + "A concentration measurement assay with the objective to produce information about the concentration of ethylene in the material entity that is the evaluant, by physically examining it or its proxies."@en ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Ethylene Concentration Measurement Assay [dik]"@en , + "Prüfung zur Ethylen-Konzentrationsmessung [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000591 + rdf:type owl:Class ; + "uncurated" ; + "A concentration measurement assay with the objective to produce information about the concentration of ethylidene norbornene in the material entity that is the evaluant, by physically examining it or its proxies."@en ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Ethylidene Norbornene Concentration Measurement Assay [dik]"@en , + "Prüfung zur Ethylidennorbornen-Konzentrationsmessung [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000592 + rdf:type owl:Class ; + "uncurated" ; + "An assay with the objective to produce information about the molecular weight distribution of the material entity that is the evaluant, by physically examining it or its proxies."@en ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Molecular Weight Distribution Measurement Assay [dik]"@en , + "Prüfung zur Molekulargewichtsverteilung [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000593 + rdf:type owl:Class ; + "uncurated" ; + "A measurement protocol for reliably reproducing the concentration measurement assay."@en ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Concentration Measurement Protocol [dik]"@en , + "Protokoll zur Konzentrationsmessung [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000594 + rdf:type owl:Class ; + "uncurated" ; + "A concentration measurement protocol for reliably reproducing the ethylene concentration measurement assay."@en ; + "Alexander Aschemann" ; + "English" ; + "ASTM D3900" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Ethylene Concentration Measurement Protocol [dik]"@en , + "Protokoll zur Ethylen-Konzentrationsmessung [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000595 + rdf:type owl:Class ; + "uncurated" ; + "A concentration measurement protocol for reliably reproducing the ethylidene norbornene concentration measurement assay."@en ; + "Alexander Aschemann" ; + "English" ; + "ASTM D6047" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Ethylidene Norbornene Concentration Measurement Protocol [dik]"@en , + "Protokoll zur Ethylidennorbornen-Konzentrationsmessung [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000596 + rdf:type owl:Class ; + "uncurated" ; + "A measurement protocol for reliably reproducing the molecular weight distribution measurement assay."@en ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Molecular Weight Distribution Measurement Protocol [dik]"@en , + "Protokoll zur Molekulargewichtsverteilung [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000597 + rdf:type owl:Class ; + rdfs:subClassOf ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "26.08.2022" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Ethylene Group [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000598 + rdf:type owl:Class ; + rdfs:subClassOf ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Hydrocarbylene Group [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000599 + rdf:type owl:Class ; + rdfs:subClassOf ; + "uncurated" ; + "A bivalent group formed by removing two hydrogen atoms from a hydrocarbon, the free valencies of which are not engaged in a double bond."@en ; + "http://purl.obolibrary.org/obo/chebi.owl" ; + ; + "Luis Ramos" ; + "English" ; + "26.08.2022" ; + "26.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "CHEBI" ; + rdfs:label "Hydrocarbylene Group [chebi]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000600 + rdf:type owl:Class ; + rdfs:subClassOf ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "organodiyl group [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000601 + rdf:type owl:Class ; + rdfs:subClassOf ; + "uncurated" ; + "Any organic substituent group, regardless of functional type, having two free valences at carbon atom(s)."@en ; + "http://purl.obolibrary.org/obo/chebi.owl" ; + ; + "Luis Ramos" ; + "English" ; + "26.08.2022" ; + "26.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "CHEBI" ; + rdfs:label "organodiyl group [chebi]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000602 + rdf:type owl:Class ; + rdfs:subClassOf ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "organic divalent group [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000603 + rdf:type owl:Class ; + rdfs:subClassOf ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Organic Group [dik]"@en , + "Organik-Gruppe [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000604 + rdf:type owl:Class ; + rdfs:subClassOf ; + "uncurated" ; + "Any substituent group or skeleton containing carbon."@en ; + "http://purl.obolibrary.org/obo/chebi.owl" ; + "Luis Ramos" ; + "English" ; + "26.08.2022" ; + "26.08.2022"^^xsd:Date ; + "CHEBI:33247" ; + rdfs:isDefinedBy "CHEBI" ; + rdfs:label "organic group [chebi]"@en , + "organische-Gruppe"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000605 + rdf:type owl:Class ; + rdfs:subClassOf ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Gruppe [dik]"@de , + "group [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000606 + rdf:type owl:Class ; + rdfs:subClassOf ; + "uncurated" ; + "Any number of entities (members) considered as a unit."@en ; + "http://purl.obolibrary.org/obo/ncit.owl" ; + ; + "Luis Ramos" ; + "English" ; + "26.08.2022" ; + "26.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "NCIT" ; + rdfs:label "Gruppe [ncit]"@de , + "group [ncit]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000607 + rdf:type owl:Class ; + rdfs:subClassOf ; + "uncurated" ; + "A defined linked collection of atoms or a single atom within a molecular entity."@en ; + "http://purl.obolibrary.org/obo/chebi.owl" ; + "Luis Ramos" ; + "English" ; + "26.08.2022" ; + "26.08.2022"^^xsd:Date ; + "CHEBI:24433" ; + rdfs:isDefinedBy "CHEBI" ; + rdfs:label "Gruppe [chebi]"@de , + "group [chebi]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000609 + rdf:type owl:Class ; + rdfs:subClassOf owl:Thing ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Percent [dik]"@en , + "Prozent [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000610 + rdf:type owl:Class ; + rdfs:subClassOf owl:Thing ; + "uncurated" ; + "\"A dimensionless ratio unit which denotes numbers as fractions of 100.\" [Wikipedia:Wikipedia]"@en ; + "http://purl.obolibrary.org/obo/uo.owl" ; + ; + "Luis Ramos" ; + "English" ; + "26.08.2022" ; + "26.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "UO" ; + rdfs:label "Percent [uo]"@en , + "Prozent [uo]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000611 + rdf:type owl:Class ; + "uncurated" ; + "The percent is a unit of dimension one defined as 1/100."@en ; + "http://www.ontology-of-units-of-measure.org/resource/om-2" ; + ; + "Luis Ramos" ; + "English" ; + "26.08.2022" ; + "26.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "OM" ; + rdfs:label "Percent [om]"@en , + "Prozent [om]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000612 + rdf:type owl:Class ; + rdfs:subClassOf owl:Thing ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Ratio [dik]"@en , + "Verhältnis [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000613 + rdf:type owl:Class ; + rdfs:subClassOf owl:Thing ; + "uncurated" ; + "Quotient of quantities of the same kind for different components within the same system."@en ; + "http://purl.obolibrary.org/obo/ncit.owl" ; + ; + "Luis Ramos" ; + "English" ; + "26.08.2022" ; + "26.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "NCIT" ; + rdfs:label "Ratio [ncit]"@en , + "Verhältnis [ncit]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000614 + rdf:type owl:Class ; + rdfs:subClassOf owl:Thing ; + "uncurated" ; + "\"A dimensionless ratio unit which, given a pair of quantities a and b, for which b is a multiple of a, denotes b by giving the multiplier (coefficient) c for a to result in b.\" [UOB:LKSR]"@en ; + "http://purl.obolibrary.org/obo/uo.owl" ; + ; + "Luis Ramos" ; + "English" ; + "26.08.2022" ; + "26.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "UO" ; + rdfs:label "Ratio [uo]"@en , + "Verhältnis [uo]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000615 + rdf:type owl:Class ; + rdfs:subClassOf owl:Thing ; + "uncurated" ; + "\"A dimensionless unit which denotes an amount or magnitude of one quantity relative to another.\" [Wikipedia:Wikipedia]"@en ; + "http://purl.obolibrary.org/obo/uo.owl" ; + "Luis Ramos" ; + "English" ; + "26.08.2022" ; + "26.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "UO" ; + rdfs:label "Ratio [uo]"@en , + "Verhältnis [uo]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000616 + rdf:type owl:Class ; + "uncurated" ; + "A ratio is a data item which is formed with two numbers r and s is written r/s, where r is the numerator and s is the denominator. The ratio of r to s is equivalent to the quotient r/s."@en ; + "http://purl.obolibrary.org/obo/ms.owl" ; + ; + "Luis Ramos" ; + "English" ; + "26.08.2022" ; + "26.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "MS" ; + rdfs:label "Ratio [ms]"@en , + "Verhältnis [ms]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000617 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Dimensionless Unit [dik]"@en , + "dimensionslose Einheit [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000618 + rdf:type owl:Class ; + "uncurated" ; + "\"A unit which is a standard measure of physical quantity consisting of only a numerical number without any units.\" [Wikipedia:Wikipedia]"@en ; + "http://purl.obolibrary.org/obo/ms.owl" ; + "Luis Ramos" ; + "English" ; + "26.08.2022" ; + "26.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "MS" ; + rdfs:label "Dimensionless Unit [ms]"@en , + "dimensionslose Einheit [ms]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000619 + rdf:type owl:Class ; + rdfs:subClassOf ; + "uncurated" ; + "weight percent"@en ; + "Alexander Aschemann" ; + "English" ; + "DIN 1310" ; + "21.05.2022"^^xsd:Date ; + "wt %" ; + rdfs:label "Mass Percentage [dik]"@en , + "Massenanteil [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000620 + rdf:type owl:Class ; + rdfs:subClassOf ; + "uncurated" ; + "\"A dimensionless concentration unit which denotes the mass of a substance in a mixture as a percentage of the mass of the entire mixture.\" [Wikipedia:Wikipedia]"@en ; + "http://purl.obolibrary.org/obo/uo.owl" ; + ; + "Luis Ramos" ; + "English" ; + "26.08.2022" ; + "26.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "UO" ; + rdfs:label "Mass Percentage [uo]"@en , + "Massenanteil [uo]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000621 + rdf:type owl:Class ; + rdfs:subClassOf owl:Thing ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + "vol %" ; + rdfs:label "Volume Percentage [dik]"@en , + "Volumenprozent [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000622 + rdf:type owl:Class ; + rdfs:subClassOf owl:Thing ; + "uncurated" ; + "\"A dimensionless concentration unit which denotes the volume of the solute in mL per 100 mL of the resulting solution.\" [UOC:GVG]"@en ; + "http://purl.obolibrary.org/obo/uo.owl" ; + ; + "Luis Ramos" ; + "English" ; + "26.08.2022" ; + "26.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "UO" ; + rdfs:label "Volume Percentage [uo]"@en , + "Volumenprozent [uo]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000623 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Concentration of [dik]"@en , + "Konzentration von [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000624 + rdf:type owl:Class ; + "uncurated" ; + "A quality inhering in a substance by virtue of the amount of the bearer's there is mixed with another substance."@en ; + "http://purl.obolibrary.org/obo/pato.owl" ; + ; + "Luis Ramos" ; + "English" ; + "26.08.2022" ; + "26.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "PATO" ; + rdfs:label "Concrentration [pato]"@en , + "Konzentration [pato]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000625 + rdf:type owl:Class ; + "uncurated" ; + "The concentration of a chemical compound."@en ; + "http://edamontology.org" ; + ; + "Luis Ramos" ; + "English" ; + "26.08.2022" ; + "26.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "EDAM" ; + rdfs:label "Concrentration [edam]"@en , + "Konzentration [edam]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000626 + rdf:type owl:Class ; + "uncurated" ; + "Experimental method output expressing the contribution of one constituent to the composition of a mixture."@en ; + "http://purl.obolibrary.org/obo/chmo.owl" ; + ; + "Luis Ramos" ; + "English" ; + "26.08.2022" ; + "26.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "CHMO" ; + rdfs:label "Concrentration [chmo]"@en , + "Konzentration [chmo]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000627 + rdf:type owl:Class ; + "uncurated" ; + "The quantity of a substance per unit volume or weight; a measure of the amount of substance present in a unit amount of mixture, particularly, the amount of solute dissolved in a solvent. The amounts can be expressed as moles, masses, volumes, or parts."@en ; + "http://purl.obolibrary.org/obo/ncit.owl" ; + ; + "Luis Ramos" ; + "English" ; + "26.08.2022" ; + "26.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "NCIT" ; + rdfs:label "Concrentration [ncit]"@en , + "Konzentration [ncit]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000628 + rdf:type owl:Class ; + "uncurated" ; + "the strength of a solution; number of molecules of a substance in a given volume"@en ; + "http://purl.dataone.org/odo/ECSO8.owl" ; + ; + "Luis Ramos" ; + "English" ; + "26.08.2022" ; + "26.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "ECSO" ; + rdfs:label "Concrentration [ecso]"@en , + "Konzentration [ecso]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000629 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Molecular Quality [dik]"@en , + "molekulare Qualität [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000630 + rdf:type owl:Class ; + "uncurated" ; + "A quality which inheres in a molecular entity, a single molecule, atom, ion, radical etc."@en ; + "http://purl.obolibrary.org/obo/pato.owl" ; + ; + "Luis Ramos" ; + "English" ; + "26.08.2022" ; + "26.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "PATO" ; + rdfs:label "Molecular Quality [pato]"@en , + "molekulare Qualität [pato]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000631 + rdf:type owl:Class ; + "uncurated" ; + "A concentration of ethylene inhering in a substance by virtue of the amount of the bearer's there is mixed with ethylene."@en ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Ethylen-Konzentration [dik]"@de , + "Ethylene Concentration [dik]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000632 + rdf:type owl:Class ; + "uncurated" ; + "A concentration of ethylidene norbornene inhering in a substance by virtue of the amount of the bearer's there is mixed with ethylidene norbornene."@en ; + "ENB-concentration"@en ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Ethylidene Norbornene Concentration [dik]"@en , + "Ethylidennorbornen-Konzentration [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000633 + rdf:type owl:Class ; + rdfs:subClassOf ; + "uncurated" ; + "http://purl.obolibrary.org/obo/CHEBI_29853" ; + ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Ethylidene Group [dik]"@en , + "Ethylidengruppe [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000634 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Quality of a Solid [dik]"@en , + "Qualität eines Festkörpers [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000635 + rdf:type owl:Class ; + "uncurated" ; + "A physical quality inhering in a bearer by virtue of the bearer's exhibiting the physical characteristics of an entity characterized by particles arranged such that their shape and volume are relatively stable."@en ; + "http://purl.obolibrary.org/obo/pato.owl" ; + ; + "Luis Ramos" ; + "English" ; + "26.08.2022" ; + "26.08.2022"^^xsd:Date ; + rdfs:isDefinedBy "PATO" ; + rdfs:label "Quality of a Solid [pato]"@en , + "Qualität eines Festkörpers [pato]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000636 + rdf:type owl:Class ; + "uncurated" ; + "Alexander Aschemann" ; + "English" ; + "21.05.2022"^^xsd:Date ; + rdfs:label "Optical Quality [dik]"@en , + "optische Qualität [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000637 + rdf:type owl:Class ; + "uncurated" ; + "An EM radiation quality in which the EM radiation is within the fiat range of the spectrum visible deemed to be light."@en ; + "http://purl.obolibrary.org/obo/pato.owl" ; + ; + "Luis Ramos" ; + "English" ; + "26.08.2022" ; + "26.08.2022"^^xsd:Date ; + rdfs:label "Optical Quality [pato]"@en , + "optische Qualität [dik]"@de . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000638 + rdf:type owl:Class ; + "Is a transformation applied to spectroscopic data to remove scatter effects by centering and scalling each individual spectrum."@en ; + "Unscrambler X" ; + "Yamen Alsalka" ; + "Yamen Alsalka" ; + "2023-06-06T09:53:45.338938Z" ; + rdfs:label "Standard Normal Variate (SNV) [ifnano]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000639 + rdf:type owl:Class ; + "Removing noise or spikes in correlated data such as spectroscopic data using a row-oriented transformation." ; + "Unscrambler X" ; + "Yamen Alsalka" ; + "Yamen Alsalka" ; + "2023-06-06T09:59:58.658887Z" ; + rdfs:label "Smmothing [ifnano]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000640 + rdf:type owl:Class ; + "Scaling spectra in order to get all data on approximately the same scale."@en ; + "Unscrambler X" ; + "Yamen Alsalka" ; + "Yamen Alsalka" ; + "2023-06-06T10:03:05.027474Z" ; + rdfs:label "Normalization [ifnano]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000641 + rdf:type owl:Class ; + "Estimation of unknown response values using a regression model."@en ; + "Unscrambler X" ; + "Yamen Alsalka" ; + "Yamen Alsalka" ; + "2023-06-06T10:05:06.296372Z" ; + rdfs:label "Prediction [ifnano]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000642 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Polybutadiene [butadiene rubber BR] is a synthetic rubber. Polybutadiene rubber is a polymer formed from the polymerization of the monomer 1,3-butadiene. Polybutadiene has a high resistance to wear and is used especially in the manufacture of tires."@en ; + "Wikipedia" ; + "Yamen Alsalka" ; + "Yamen Alsalka" ; + "2023-06-06T10:51:28.399079Z" ; + rdfs:label "Butadiene rubber BR [ifnano]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000643 + rdf:type owl:Class ; + "An atom or group of atoms within a molecule that has similar chemical properties whenever it appears in various compounds. Even if other parts of the molecule are quite different, certain functional groups tend to react in certain ways."@en ; + ; + "Yamen Alsalka" ; + "Yamen Alsalka" ; + "2023-06-06T10:12:52.940172Z" ; + rdfs:label "Functional group [ifnano]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000644 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Is a synthetic rubber, a copolymer of isobutylene with isoprene"@en ; + "Wikipedia" ; + "Yamen Alsalka" ; + "Yamen Alsalka" ; + "2023-06-06T12:23:10.166673Z" ; + rdfs:label "Butyl rubber BIIR [ifnano]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000645 + rdf:type owl:Class ; + rdfs:subClassOf ; + "EPDM rubber (ethylene propylene diene monomer rubber) is a type of synthetic rubber that is composed of ethylidene norbornene (ENB), dicyclopentadiene (DCPD), and vinyl norbornene (VNB)."@en ; + "Wikipedia" ; + "Yamen Alsalka" ; + "Yamen Alsalka" ; + "2023-06-06T12:27:10.818157Z" ; + rdfs:label "EPDM rubber [ifnano]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000646 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A synthetic cis-1,4-polyisoprene, made by the industrial polymerisation of isoprene."@en ; + "Wikipedia" ; + "Yamen Alsalka" ; + "Yamen Alsalka" ; + "2023-06-06T12:30:53.148584Z" ; + rdfs:label "Polyisoprene IR [ifnano]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000647 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Known as nitrile butadiene rubber and acrylonitrile butadiene rubber, is a synthetic rubber derived from acrylonitrile (ACN) and butadiene."@en ; + "Wikipedia" ; + "Yamen Alsalka" ; + "Yamen Alsalka" ; + "2023-06-06T12:33:41.882181Z" ; + rdfs:label "Nitrile rubber NBR [ifnano]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000648 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Is a family of fluorocarbon-based fluoroelastomer materials that contain vinylidene fluoride as a monomer." ; + "Wikipedia" ; + "Yamen Alsalka" ; + "Yamen Alsalka" ; + "2023-06-06T12:36:21.319884Z" ; + rdfs:label "Fluororubber FKM [ifnano]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000649 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Highly Saturated Nitrile. A Higher performance solid rubber material than NBR, achieved through adding Hydrogen Atoms to the Butadiene Segments."@en ; + ; + "Yamen Alsalka" ; + "Yamen Alsalka" ; + "2023-06-06T12:40:53.184235Z" ; + rdfs:label "Hydrogenated Nitrile rubber HNBR [ifnano]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000650 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Families of synthetic rubbers derived from styrene and butadiene."@en ; + "Wikipedia" ; + "Yamen Alsalka" ; + "Yamen Alsalka" ; + "2023-06-06T12:43:20.265544Z" ; + rdfs:label "Styrene-butadiene rubber SBR [ifnano]"@en . + + +### https://www.tib.eu/digitrubber#DIGITRUBBER_000651 + rdf:type owl:Class ; + "uncurated" ; + "A concentration quality inhering in a bearer by virtue of the bearer's containing acid (hydrogen ions)."@en ; + "pH" ; + ; + ; + "Lars M Vogt" ; + "English" ; + "01.09.2023" ; + "2023-09-01T09:06:40.923633Z" ; + "PATO:0001842" ; + rdfs:isDefinedBy "PATO" ; + rdfs:label "Säuregrad"@de , + "acidity [pato]"@en . + + +### https://www.tib.eu/digitrubber#ROi3BNAY7lNum6bqHYNnKv + rdf:type owl:Class ; + , + "add one of the individual of \"curation status specification\"" ; + "provide a human-readable definition of the type of entity the class refers to" ; + "GROUP: TIB" , + "PERSON: Lars Vogt" ; + rdfs:label "template class"@en . + + +################################################################# +# Individuals +################################################################# + +### http://purl.obolibrary.org/obo/IAO_0000002 + rdf:type owl:NamedIndividual , + ; + "example to be eventually removed"@en ; + rdfs:label "example to be eventually removed"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000103 + rdf:type owl:NamedIndividual , + ; + "failed exploratory term"@en ; + "The term was used in an attempt to structure part of the ontology but in retrospect failed to do a good job"@en ; + "Person:Alan Ruttenberg"@en ; + rdfs:label "failed exploratory term"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000120 + rdf:type owl:NamedIndividual , + ; + "metadata complete"@en ; + "Class has all its metadata, but is either not guaranteed to be in its final location in the asserted IS_A hierarchy or refers to another class that is not complete."@en ; + rdfs:label "metadata complete"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000121 + rdf:type owl:NamedIndividual , + ; + "organizational term"@en ; + "Term created to ease viewing/sort terms for development purpose, and will not be included in a release"@en ; + "PERSON:Alan Ruttenberg" ; + rdfs:label "organizational term"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000122 + rdf:type owl:NamedIndividual , + ; + "ready for release"@en ; + "Class has undergone final review, is ready for use, and will be included in the next release. Any class lacking \"ready_for_release\" should be considered likely to change place in hierarchy, have its definition refined, or be obsoleted in the next release. Those classes deemed \"ready_for_release\" will also derived from a chain of ancestor classes that are also \"ready_for_release.\""@en ; + rdfs:label "ready for release"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000123 + rdf:type owl:NamedIndividual , + ; + "metadata incomplete"@en ; + "Class is being worked on; however, the metadata (including definition) are not complete or sufficiently clear to the branch editors."@en ; + rdfs:label "metadata incomplete"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000124 + rdf:type owl:NamedIndividual , + ; + "uncurated"@en ; + "Nothing done yet beyond assigning a unique class ID and proposing a preferred term."@en ; + rdfs:label "uncurated"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000125 + rdf:type owl:NamedIndividual , + ; + "pending final vetting"@en ; + "All definitions, placement in the asserted IS_A hierarchy and required minimal metadata are complete. The class is awaiting a final review by someone other than the term editor."@en ; + rdfs:label "pending final vetting"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000226 + rdf:type owl:NamedIndividual , + ; + "placeholder removed"@en ; + rdfs:label "placeholder removed"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000227 + rdf:type owl:NamedIndividual , + ; + "terms merged"@en ; + "An editor note should explain what were the merged terms and the reason for the merge."@en ; + rdfs:label "terms merged"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000228 + rdf:type owl:NamedIndividual , + ; + "term imported"@en ; + "This is to be used when the original term has been replaced by a term imported from an other ontology. An editor note should indicate what is the URI of the new term to use."@en ; + rdfs:label "term imported"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000229 + rdf:type owl:NamedIndividual , + ; + "term split"@en ; + "This is to be used when a term has been split in two or more new terms. An editor note should indicate the reason for the split and indicate the URIs of the new terms created."@en ; + rdfs:label "term split"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000410 + rdf:type owl:NamedIndividual , + ; + "universal"@en ; + "Hard to give a definition for. Intuitively a \"natural kind\" rather than a collection of any old things, which a class is able to be, formally. At the meta level, universals are defined as positives, are disjoint with their siblings, have single asserted parents."@en ; + "Alan Ruttenberg"@en ; + "A Formal Theory of Substances, Qualities, and Universals, http://ontology.buffalo.edu/bfo/SQU.pdf"@en ; + rdfs:label "universal"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000420 + rdf:type owl:NamedIndividual , + ; + "defined class"@en ; + "A defined class is a class that is defined by a set of logically necessary and sufficient conditions but is not a universal"@en ; + "\"definitions\", in some readings, always are given by necessary and sufficient conditions. So one must be careful (and this is difficult sometimes) to distinguish between defined classes and universal."@en ; + "Alan Ruttenberg"@en ; + rdfs:label "defined class"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000421 + rdf:type owl:NamedIndividual , + ; + "named class expression"@en ; + "A named class expression is a logical expression that is given a name. The name can be used in place of the expression."@en ; + "named class expressions are used in order to have more concise logical definition but their extensions may not be interesting classes on their own. In languages such as OWL, with no provisions for macros, these show up as actuall classes. Tools may with to not show them as such, and to replace uses of the macros with their expansions"@en ; + "Alan Ruttenberg"@en ; + rdfs:label "named class expression"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000423 + rdf:type owl:NamedIndividual , + ; + "to be replaced with external ontology term"@en ; + "Terms with this status should eventually replaced with a term from another ontology."@en ; + "Alan Ruttenberg"@en ; + "group:OBI"@en ; + rdfs:label "to be replaced with external ontology term"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000428 + rdf:type owl:NamedIndividual , + ; + "requires discussion"@en ; + "A term that is metadata complete, has been reviewed, and problems have been identified that require discussion before release. Such a term requires editor note(s) to identify the outstanding issues."@en ; + "Alan Ruttenberg"@en ; + "group:OBI"@en ; + rdfs:label "requires discussion"@en . + + +### http://purl.obolibrary.org/obo/OBI_0000317 + rdf:type owl:NamedIndividual ; + "Transformation-ML"@en ; + "Transformation-ML file describing parameter transformations used in a GvHD experiment."@en ; + ; + "Transformation-ML is a format standard of a digital entity that is conformant with the Transformation-ML standard.(http://wiki.ficcs.org/ficcs/Transformation-ML?action=AttachFile&do=get&target=Transformation-ML_v1.0.26.pdf)"@en ; + "person:Jennifer Fostel"@en ; + "web-page:http://wiki.ficcs.org/ficcs/Transformation-ML?action=AttachFile&do=get&target=Transformation-ML_v1.0.26.pdf" ; + rdfs:label "Transformation-ML"@en . + + +### http://purl.obolibrary.org/obo/OBI_0000321 + rdf:type owl:NamedIndividual ; + "ACS"@en ; + "d06.acs, ACS1.0 data file of well D06 of plate 2 of part 1 of a GvHD experiment."@en ; + ; + "ACS is a format standard of a digital entity that is conformant with the Analytical Cytometry Standard. (http://www.isac-net.org/content/view/607/150/)"@en ; + "person:Jennifer Fostel"@en ; + "web-page:http://www.isac-net.org/content/view/607/150/" ; + rdfs:label "ACS"@en . + + +### http://purl.obolibrary.org/obo/OBI_0000322 + rdf:type owl:NamedIndividual ; + "XML"@en ; + "RDF/XML file, OWL file, Compensation-ML file, WSDL document, SVG document"@en ; + ; + "XML is a format standard of a digital entity that is conformant with the W3C Extensible Markup Language Recommendation.(http://www.w3.org/XML/)"@en ; + "person:Jennifer Fostel"@en ; + "web-page:http://www.w3.org/XML/" ; + rdfs:label "XML"@en . + + +### http://purl.obolibrary.org/obo/OBI_0000324 + rdf:type owl:NamedIndividual ; + "RDF"@en ; + "A FOAF file, a SKOS file, an OWL file."@en ; + ; + "RDF is a format standard of a digital entity that is conformant with the W3C Resource Description Framework RDF/XML Syntax specification.(http://www.w3.org/RDF/)"@en ; + "person:Jennifer Fostel"@en ; + "web-page:http://www.w3.org/RDF/" ; + rdfs:label "RDF"@en . + + +### http://purl.obolibrary.org/obo/OBI_0000325 + rdf:type owl:NamedIndividual ; + "zip"@en ; + "MagicDraw MDZIP archive, Java JAR file."@en ; + ; + "zip is a format standard of a digital entity that is conformant with the PKWARE .ZIP file format specification (http://www.pkware.com/index.php?option=com_content&task=view&id=59&Itemid=103/)"@en ; + "person:Jennifer Fostel"@en ; + "web-page:http://www.pkware.com/index.php?option=com_content&task=view&id=59&Itemid=103/" ; + rdfs:label "zip"@en . + + +### http://purl.obolibrary.org/obo/OBI_0000326 + rdf:type owl:NamedIndividual ; + "tar"@en ; + "Example.tar file."@en ; + ; + "tar is a format standard of a digital entity that is conformant with the tape archive file format as standardized by POSIX.1-1998, POSIX.1-2001, or any other tar format compliant with the GNU tar specification. (http://www.gnu.org/software/tar/manual/)"@en ; + "person:Jennifer Fostel"@en ; + "web-page:http://www.gnu.org/software/tar/manual/" ; + rdfs:label "tar"@en . + + +### http://purl.obolibrary.org/obo/OBI_0000327 + rdf:type owl:NamedIndividual ; + "FCS"@en ; + "d01.fcs, FCS3 data file of well D06 of plate 2 of part 1 of a GvHD experiment."@en ; + ; + "FCS is a format standard of a digital entity that is conformant with the Flow Cytometry Data File Standard.(http://www.fcspress.com/)"@en ; + "person:Jennifer Fostel"@en ; + "web-page:http://www.fcspress.com/" ; + rdfs:label "FCS"@en . + + +### http://purl.obolibrary.org/obo/OBI_0000329 + rdf:type owl:NamedIndividual ; + "Compensation-ML"@en ; + "compfoo.xml, Compensation-ML file describing compensation used in a GvHD experiment"@en ; + ; + "Compensation-ML is a format standard of a digital entity that is conformant with the Compensation-ML standard. (http://wiki.ficcs.org/ficcs/Compensation-ML?action=AttachFile&do=get&target=Compensation-ML_v1.0.24.pdf)"@en ; + "person:Jennifer Fostel"@en ; + "web-page:http://wiki.ficcs.org/ficcs/Compensation-ML?action=AttachFile&do=get&target=Compensation-ML_v1.0.24.pdf" ; + rdfs:label "Compensation-ML"@en . + + +### http://purl.obolibrary.org/obo/OBI_0000330 + rdf:type owl:NamedIndividual ; + "Gating-ML"@en ; + "foogate.xml, Gating-ML file describing gates used in a GvHD experiment."@en ; + ; + "Gating-ML is a format standard of a digital entity that is conformant with the Gating-ML standard. (http://www.flowcyt.org/gating/)"@en ; + "person:Jennifer Fostel"@en ; + "web-page:http://www.flowcyt.org/gating/" ; + rdfs:label "Gating-ML"@en . + + +### http://purl.obolibrary.org/obo/OBI_0000332 + rdf:type owl:NamedIndividual ; + "OWL"@en ; + "OBI ontology file, Basic Formal Ontology file, BIRNLex file, BioPAX file."@en ; + ; + "OWL is a format standard of a digital entity that is conformant with the W3C Web Ontology Language specification.(http://www.w3.org/2004/OWL/)"@en ; + "person:Jennifer Fostel"@en ; + "web-page:http://www.w3.org/2004/OWL/" ; + rdfs:label "OWL"@en . + + +### http://purl.obolibrary.org/obo/OBI_0000462 + rdf:type owl:NamedIndividual , + , + ; + "Affymetrix" ; + "Affymetrix supplied microarray" ; + ; + "An organization which supplies technology, tools and protocols for use in high throughput applications" ; + rdfs:label "Affymetrix" . + + +### http://purl.obolibrary.org/obo/OBI_0000752 + rdf:type owl:NamedIndividual , + ; + "Thermo" ; + ; + "Philippe Rocca-Serra" ; + rdfs:label "Thermo" . + + +### http://purl.obolibrary.org/obo/OBI_0000753 + rdf:type owl:NamedIndividual , + ; + "Waters" ; + ; + "Philippe Rocca-Serra" ; + rdfs:label "Waters" . + + +### http://purl.obolibrary.org/obo/OBI_0000754 + rdf:type owl:NamedIndividual , + ; + "BIO-RAD" ; + ; + "Philippe Rocca-Serra" ; + rdfs:label "BIO-RAD" . + + +### http://purl.obolibrary.org/obo/OBI_0000755 + rdf:type owl:NamedIndividual , + ; + "GenePattern hierarchical clustering" ; + ; + "James Malone" ; + rdfs:label "GenePattern hierarchical clustering" . + + +### http://purl.obolibrary.org/obo/OBI_0000756 + rdf:type owl:NamedIndividual , + ; + "Ambion" ; + ; + "Philippe Rocca-Serra" ; + rdfs:label "Ambion" . + + +### http://purl.obolibrary.org/obo/OBI_0000757 + rdf:type owl:NamedIndividual , + ; + "Helicos" ; + ; + "Philippe Rocca-Serra" ; + rdfs:label "Helicos" . + + +### http://purl.obolibrary.org/obo/OBI_0000758 + rdf:type owl:NamedIndividual , + ; + "Roche" ; + ; + "Philippe Rocca-Serra" ; + rdfs:label "Roche" . + + +### http://purl.obolibrary.org/obo/OBI_0000759 + rdf:type owl:NamedIndividual , + ; + "Illumina" ; + ; + "Philippe Rocca-Serra" ; + rdfs:label "Illumina" . + + +### http://purl.obolibrary.org/obo/OBI_0000760 + rdf:type owl:NamedIndividual , + ; + "GenePattern PCA" ; + ; + rdfs:label "GenePattern PCA" . + + +### http://purl.obolibrary.org/obo/OBI_0000761 + rdf:type owl:NamedIndividual , + ; + ; + "GenePattern module SVM" ; + ; + "GenePattern module SVM is a GenePattern software module which is used to run a support vector machine data transformation." ; + "James Malone" , + "Ryan Brinkman" ; + rdfs:label "GenePattern module SVM" . + + +### http://purl.obolibrary.org/obo/OBI_0000762 + rdf:type owl:NamedIndividual , + ; + "GenePattern k-nearest neighbors" ; + ; + "James Malone" ; + rdfs:label "GenePattern k-nearest neighbors" . + + +### http://purl.obolibrary.org/obo/OBI_0000763 + rdf:type owl:NamedIndividual , + ; + "GenePattern LOOCV" ; + ; + rdfs:label "GenePattern LOOCV" . + + +### http://purl.obolibrary.org/obo/OBI_0000764 + rdf:type owl:NamedIndividual , + ; + "GenePattern k-means clustering" ; + ; + "James Malone" ; + rdfs:label "GenePattern k-means clustering" . + + +### http://purl.obolibrary.org/obo/OBI_0000765 + rdf:type owl:NamedIndividual , + ; + "Agilent" ; + ; + "Philippe Rocca-Serra" ; + rdfs:label "Agilent" . + + +### http://purl.obolibrary.org/obo/OBI_0000766 + rdf:type owl:NamedIndividual , + ; + ; + "GenePattern module KMeansClustering" ; + ; + "GenePattern module KMeansClustering is a GenePattern software module which is used to perform a k Means clustering data transformation." ; + "James Malone" ; + "PERSON: James Malone" ; + rdfs:label "GenePattern module KMeansClustering" . + + +### http://purl.obolibrary.org/obo/OBI_0000767 + rdf:type owl:NamedIndividual , + ; + "GenePattern CART" ; + ; + "James Malone" ; + rdfs:label "GenePattern CART" . + + +### http://purl.obolibrary.org/obo/OBI_0000768 + rdf:type owl:NamedIndividual , + ; + , + ; + "GenePattern module CARTXValidation" ; + ; + "GenePattern module CARTXValidation is a GenePattern software module which uses a CART decision tree induction with a leave one out cross validation data transformations." ; + rdfs:label "GenePattern module CARTXValidation" . + + +### http://purl.obolibrary.org/obo/OBI_0000769 + rdf:type owl:NamedIndividual , + ; + "Li-Cor" ; + ; + "Philippe Rocca-Serra" ; + rdfs:label "Li-Cor" . + + +### http://purl.obolibrary.org/obo/OBI_0000770 + rdf:type owl:NamedIndividual , + ; + "Bruker Corporation" ; + ; + "Philippe Rocca-Serra" ; + rdfs:label "Bruker Corporation" . + + +### http://purl.obolibrary.org/obo/OBI_0000771 + rdf:type owl:NamedIndividual , + ; + "GenePattern module KNNXValidation" ; + ; + "GenePattern module KNNXValidation is a GenePattern software module which uses a k-nearest neighbours clustering with a leave one out cross validation data transformations." ; + "James Malone" ; + "PERSON: James Malone" ; + rdfs:label "GenePattern module KNNXValidation" . + + +### http://purl.obolibrary.org/obo/OBI_0000772 + rdf:type owl:NamedIndividual , + ; + ; + "GenePattern module PeakMatch" ; + ; + rdfs:label "GenePattern module PeakMatch" . + + +### http://purl.obolibrary.org/obo/OBI_0000773 + rdf:type owl:NamedIndividual , + ; + ; + "GenePattern module KNN" ; + ; + "GenePattern module KNN is a GenePattern software module which perform a k-nearest neighbors data transformation." ; + "James Malone" ; + rdfs:label "GenePattern module KNN" . + + +### http://purl.obolibrary.org/obo/OBI_0000774 + rdf:type owl:NamedIndividual , + ; + ; + "GenePattern module HierarchicalClustering" ; + ; + "GenePattern module HierarchicalClustering is a GenePattern software module which is used to perform a hierarchical clustering data transformation." ; + "James Malone" , + "PERSON: James Malone" ; + rdfs:label "GenePattern module HierarchicalClustering" . + + +### http://purl.obolibrary.org/obo/OBI_0000775 + rdf:type owl:NamedIndividual , + ; + "GenePattern SVM" ; + ; + "James Malone" ; + rdfs:label "GenePattern SVM" . + + +### http://purl.obolibrary.org/obo/OBI_0000776 + rdf:type owl:NamedIndividual , + ; + "Applied Biosystems" ; + ; + "Philippe Rocca-Serra" ; + rdfs:label "Applied Biosystems" . + + +### http://purl.obolibrary.org/obo/OBI_0000777 + rdf:type owl:NamedIndividual , + ; + ; + "GenePattern module PCA" ; + ; + "GenePattern module PCA is a GenePattern software module which is used to perform a principal components analysis dimensionality reduction data transformation." ; + "James Malone" ; + "PERSON: James Malone" ; + rdfs:label "GenePattern module PCA" . + + +### http://purl.obolibrary.org/obo/OBI_0000778 + rdf:type owl:NamedIndividual , + ; + "GenePattern peak matching" ; + ; + "James Malone" , + "Ryan Brinkman" ; + rdfs:label "GenePattern peak matching" . + + +### http://purl.obolibrary.org/obo/OBI_0000779 + rdf:type owl:NamedIndividual , + ; + "Bruker Daltonics" ; + ; + "Philippe Rocca-Serra" ; + rdfs:label "Bruker Daltonics" . + + +### http://purl.obolibrary.org/obo/OBI_0000780 + rdf:type owl:NamedIndividual , + ; + "GenePattern HeatMapViewer data visualization" ; + ; + "The GenePattern process of generating Heat Maps from clustered data." ; + "James Malone" ; + rdfs:label "GenePattern HeatMapViewer data visualization" . + + +### http://purl.obolibrary.org/obo/OBI_0000781 + rdf:type owl:NamedIndividual , + ; + "GenePattern HierarchicalClusteringViewer data visualization" ; + ; + "The GenePattern process of generating hierarchical clustering visualization from clustered data." ; + "James Malone" ; + rdfs:label "GenePattern HierarchicalClusteringViewer data visualization" . + + +### http://purl.obolibrary.org/obo/OBI_0000782 + rdf:type owl:NamedIndividual , + ; + ; + "GenePattern module HeatMapViewer" ; + ; + "A GenePattern software module which is used to generate a heatmap view of data." ; + "James Malone" ; + rdfs:label "GenePattern module HeatMapViewer" . + + +### http://purl.obolibrary.org/obo/OBI_0000783 + rdf:type owl:NamedIndividual , + ; + ; + "GenePattern module HierarchicalClusteringViewer" ; + ; + "A GenePattern software module which is used to generate a view of data that has been hierarchically clustered." ; + "James Malone" ; + rdfs:label "GenePattern module HierarchicalClusteringViewer" . + + +### http://purl.obolibrary.org/obo/OBI_0000829 + rdf:type owl:NamedIndividual , + ; + "Sysmex Corporation, Kobe, Japan" ; + ; + "WEB:http://www.sysmex.com/" ; + rdfs:label "Sysmex Corporation, Kobe, Japan" . + + +### http://purl.obolibrary.org/obo/OBI_0000901 + rdf:type owl:NamedIndividual , + ; + "U.S. Food and Drug Administration" ; + ; + "FDA" ; + rdfs:label "U.S. Food and Drug Administration" . + + +### http://purl.obolibrary.org/obo/OBI_0000958 + rdf:type owl:NamedIndividual , + ; + "right handed" ; + ; + rdfs:label "right handed" . + + +### http://purl.obolibrary.org/obo/OBI_0000979 + rdf:type owl:NamedIndividual , + ; + "ambidexterous" ; + ; + rdfs:label "ambidexterous" . + + +### http://purl.obolibrary.org/obo/OBI_0000998 + rdf:type owl:NamedIndividual , + ; + "left handed" ; + ; + rdfs:label "left handed" . + + +### http://purl.obolibrary.org/obo/OBI_0001004 + rdf:type owl:NamedIndividual , + ; + "Edingburgh handedness inventory" ; + ; + "The Edinburgh Handedness Inventory is a set of questions used to assess the dominance of a person's right or left hand in everyday activities."@en ; + "PERSON:Alan Ruttenberg" , + "PERSON:Jessica Turner" ; + "PMID:5146491#Oldfield, R.C. (1971). The assessment and analysis of handedness: The Edinburgh inventory. Neuropsychologia, 9, 97-113" , + "WEB:http://www.cse.yorku.ca/course_archive/2006-07/W/4441/EdinburghInventory.html" ; + rdfs:label "Edingburgh handedness inventory" . + + +### http://purl.obolibrary.org/obo/OBI_0001213 + rdf:type owl:NamedIndividual , + ; + "eBioscience" ; + ; + "Karin Breuer" ; + "WEB:http://www.ebioscience.com/" ; + rdfs:label "eBioscience" . + + +### http://purl.obolibrary.org/obo/OBI_0001224 + rdf:type owl:NamedIndividual , + ; + "Cytopeia" ; + ; + "Karin Breuer" ; + "WEB:http://www.cytopeia.com/" ; + rdfs:label "Cytopeia" . + + +### http://purl.obolibrary.org/obo/OBI_0001287 + rdf:type owl:NamedIndividual , + ; + "Exalpha Biological" ; + ; + "Karin Breuer" ; + "WEB:http://www.exalpha.com/" ; + rdfs:label "Exalpha Biological" . + + +### http://purl.obolibrary.org/obo/OBI_0001312 + rdf:type owl:NamedIndividual , + ; + "Apogee Flow Systems" ; + ; + "Karin Breuer" ; + "WEB:http://www.apogeeflow.com/" ; + rdfs:label "Apogee Flow Systems" . + + +### http://purl.obolibrary.org/obo/OBI_0001320 + rdf:type owl:NamedIndividual , + ; + "Exbio Antibodies" ; + ; + "Karin Breuer" ; + "WEB:http://www.exbio.cz/" ; + rdfs:label "Exbio Antibodies" . + + +### http://purl.obolibrary.org/obo/OBI_0001321 + rdf:type owl:NamedIndividual , + ; + "Becton Dickinson (BD Biosciences)" ; + ; + "Karin Breuer" ; + "WEB:http://www.bdbiosciences.com/" ; + rdfs:label "Becton Dickinson (BD Biosciences)" . + + +### http://purl.obolibrary.org/obo/OBI_0001338 + rdf:type owl:NamedIndividual , + ; + "Dako Cytomation" ; + ; + "Karin Breuer" ; + "WEB:http://www.dakousa.com/" ; + rdfs:label "Dako Cytomation" . + + +### http://purl.obolibrary.org/obo/OBI_0001340 + rdf:type owl:NamedIndividual , + ; + "Millipore" ; + ; + "Karin Breuer" ; + "WEB:http://www.guavatechnologies.com/" ; + rdfs:label "Millipore" . + + +### http://purl.obolibrary.org/obo/OBI_0001347 + rdf:type owl:NamedIndividual , + ; + "Antigenix" ; + ; + "Karin Breuer" ; + "WEB:http://www.antigenix.com/" ; + rdfs:label "Antigenix" . + + +### http://purl.obolibrary.org/obo/OBI_0001355 + rdf:type owl:NamedIndividual , + ; + "Partec" ; + ; + "Karin Breuer" ; + "WEB:http://www.partec.de/" ; + rdfs:label "Partec" . + + +### http://purl.obolibrary.org/obo/OBI_0001372 + rdf:type owl:NamedIndividual , + ; + "Beckman Coulter" ; + ; + "Karin Breuer" ; + "WEB:http://www.beckmancoulter.com/" ; + rdfs:label "Beckman Coulter" . + + +### http://purl.obolibrary.org/obo/OBI_0001375 + rdf:type owl:NamedIndividual , + ; + "Advanced Instruments Inc. (AI Companies)" ; + ; + "Karin Breuer" ; + "WEB:http://www.aicompanies.com/" ; + rdfs:label "Advanced Instruments Inc. (AI Companies)" . + + +### http://purl.obolibrary.org/obo/OBI_0001424 + rdf:type owl:NamedIndividual , + ; + "Miltenyi Biotec" ; + ; + "Karin Breuer" ; + "WEB:http://www.miltenyibiotec.com/" ; + rdfs:label "Miltenyi Biotec" . + + +### http://purl.obolibrary.org/obo/OBI_0001428 + rdf:type owl:NamedIndividual , + ; + "AES Chemunex" ; + ; + "Karin Breuer" ; + "WEB:http://www.aeschemunex.com/" ; + rdfs:label "AES Chemunex" . + + +### http://purl.obolibrary.org/obo/OBI_0001431 + rdf:type owl:NamedIndividual , + ; + "Bentley Instruments" ; + ; + "Karin Breuer" ; + "WEB:http://bentleyinstruments.com/" ; + rdfs:label "Bentley Instruments" . + + +### http://purl.obolibrary.org/obo/OBI_0001434 + rdf:type owl:NamedIndividual , + ; + "Invitrogen" ; + ; + "Karin Breuer" ; + "WEB:http://www.invitrogen.com/" ; + rdfs:label "Invitrogen" . + + +### http://purl.obolibrary.org/obo/OBI_0001443 + rdf:type owl:NamedIndividual , + ; + "Luminex" ; + ; + "Karin Breuer" ; + "WEB:http://www.luminexcorp.com/" ; + rdfs:label "Luminex" . + + +### http://purl.obolibrary.org/obo/OBI_0001458 + rdf:type owl:NamedIndividual , + ; + "CytoBuoy" ; + ; + "Karin Breuer" ; + "WEB:http://www.cytobuoy.com/" ; + rdfs:label "CytoBuoy" . + + +### http://purl.obolibrary.org/obo/OBI_0001855 + rdf:type owl:NamedIndividual , + ; + "Nimblegen" ; + ; + "An organization that focuses on manufacturing target enrichment probe pools for DNA sequencing." ; + "Person: Jie Zheng" ; + rdfs:label "Nimblegen" . + + +### http://purl.obolibrary.org/obo/OBI_0001856 + rdf:type owl:NamedIndividual , + ; + "Pacific Biosciences" ; + ; + "An organization that supplies tools for studying the synthesis and regulation of DNA, RNA and protein. It developed a powerful technology platform called single molecule real-time (SMRT) technology which enables real-time analysis of biomolecules with single molecule resolution." ; + "Person: Jie Zheng" ; + rdfs:label "Pacific Biosciences" . + + +### http://purl.obolibrary.org/obo/OBI_0001860 + rdf:type owl:NamedIndividual , + ; + "NanoString Technologies" ; + ; + "An organization that supplies life science tools for translational research and molecular diagnostics based on a novel digital molecular barcoding technology. The NanoString platform can provide simple, multiplexed digital profiling of single molecules." ; + rdfs:label "NanoString Technologies" . + + +### http://purl.obolibrary.org/obo/OBI_0002193 + rdf:type owl:NamedIndividual , + ; + "Thermo Fisher Scientific" ; + ; + "An organization that is an American multinational, biotechnology product development company, created in 2006 by the merger of Thermo Electron and Fisher Scientific." ; + "Chris Stoeckert, Helena Ellis" ; + "https://en.wikipedia.org/wiki/Thermo_Fisher_Scientific" ; + rdfs:label "Thermo Fisher Scientific" . + + +### http://purl.obolibrary.org/obo/OBI_0002206 + rdf:type owl:NamedIndividual , + ; + "G1: Well differentiated" ; + ; + "A histologic grade according to AJCC 7th edition indicating that the tumor cells and the organization of the tumor tissue appear close to normal." ; + "Chris Stoeckert, Helena Ellis" ; + "G1" ; + "https://www.cancer.gov/about-cancer/diagnosis-staging/prognosis/tumor-grade-fact-sheet" ; + "NCI BBRB" ; + rdfs:label "G1: Well differentiated" . + + +### http://purl.obolibrary.org/obo/OBI_0002207 + rdf:type owl:NamedIndividual , + ; + "G2: Moderately differentiated" ; + ; + "A histologic grade according to AJCC 7th edition indicating that the tumor cells are moderately differentiated and reflect an intermediate grade." ; + "Chris Stoeckert, Helena Ellis" ; + "G2" ; + "https://www.cancer.gov/about-cancer/diagnosis-staging/prognosis/tumor-grade-fact-sheet" ; + "NCI BBRB" ; + rdfs:label "G2: Moderately differentiated" . + + +### http://purl.obolibrary.org/obo/OBI_0002208 + rdf:type owl:NamedIndividual , + ; + "G3: Poorly differentiated" ; + ; + "A histologic grade according to AJCC 7th edition indicating that the tumor cells are poorly differentiated and do not look like normal cells and tissue." ; + "Chris Stoeckert, Helena Ellis" ; + "G3" ; + "https://www.cancer.gov/about-cancer/diagnosis-staging/prognosis/tumor-grade-fact-sheet" ; + "NCI BBRB" ; + rdfs:label "G3: Poorly differentiated" . + + +### http://purl.obolibrary.org/obo/OBI_0002209 + rdf:type owl:NamedIndividual , + ; + "G4: Undifferentiated" ; + ; + "A histologic grade according to AJCC 7th edition indicating that the tumor cells are undifferentiated and do not look like normal cells and tissue." ; + "Chris Stoeckert, Helena Ellis" ; + "G4" ; + "https://www.cancer.gov/about-cancer/diagnosis-staging/prognosis/tumor-grade-fact-sheet" ; + "NCI BBRB" ; + rdfs:label "G4: Undifferentiated" . + + +### http://purl.obolibrary.org/obo/OBI_0002211 + rdf:type owl:NamedIndividual , + ; + "G1 (Fuhrman)" ; + ; + "A histologic grade according to the Fuhrman Nuclear Grading System indicating that nuclei are round, uniform, approximately 10um and that nucleoli are inconspicuous or absent." ; + "Chris Stoeckert, Helena Ellis" ; + "Grade 1" ; + "NCI BBRB, OBI" ; + "NCI BBRB" ; + rdfs:label "G1 (Fuhrman)" . + + +### http://purl.obolibrary.org/obo/OBI_0002212 + rdf:type owl:NamedIndividual , + ; + "G2 (Fuhrman)" ; + ; + "A histologic grade according to the Fuhrman Nuclear Grading System indicating that nuclei are slightly irregular, approximately 15um and nucleoli are evident." ; + "Chris Stoeckert, Helena Ellis" ; + "Grade 2" ; + "NCI BBRB, OBI" ; + "NCI BBRB" ; + rdfs:label "G2 (Fuhrman)" . + + +### http://purl.obolibrary.org/obo/OBI_0002213 + rdf:type owl:NamedIndividual , + ; + "G3 (Fuhrman)" ; + ; + "A histologic grade according to the Fuhrman Nuclear Grading System indicating that nuclei are very irregular, approximately 20um and nucleoli large and prominent." ; + "Chris Stoeckert, Helena Ellis" ; + "Grade 3" ; + "NCI BBRB, OBI" ; + "NCI BBRB" ; + rdfs:label "G3 (Fuhrman)" . + + +### http://purl.obolibrary.org/obo/OBI_0002214 + rdf:type owl:NamedIndividual , + ; + "G4 (Fuhrman)" ; + ; + "A histologic grade according to the Fuhrman Nuclear Grading System indicating that nuclei arei bizarre and multilobulated, 20um or greater and nucleoli are prominent and chromatin clumped." ; + "Chris Stoeckert, Helena Ellis" ; + "Grade 4" ; + "NCI BBRB, OBI" ; + "NCI BBRB" ; + rdfs:label "G4 (Fuhrman)" . + + +### http://purl.obolibrary.org/obo/OBI_0002217 + rdf:type owl:NamedIndividual , + ; + "Low grade ovarian tumor" ; + ; + "A histologic grade for ovarian tumor according to a two-tier grading system indicating that the tumor is low grade." ; + "Chris Stoeckert, Helena Ellis" ; + "Low grade" ; + "NCI BBRB, OBI" ; + "NCI BBRB" ; + rdfs:label "Low grade ovarian tumor" . + + +### http://purl.obolibrary.org/obo/OBI_0002218 + rdf:type owl:NamedIndividual , + ; + "High grade ovarian tumor" ; + ; + "A histologic grade for ovarian tumor according to a two-tier grading system indicating that the tumor is high grade." ; + "Chris Stoeckert, Helena Ellis" ; + "High grade" ; + "NCI BBRB, OBI" ; + "NCI BBRB" ; + rdfs:label "High grade ovarian tumor" . + + +### http://purl.obolibrary.org/obo/OBI_0002220 + rdf:type owl:NamedIndividual , + ; + "G1 (WHO)" ; + ; + "A histologic grade for ovarian tumor according to the World Health Organization indicating that the tumor is well differentiated." ; + "Chris Stoeckert, Helena Ellis" ; + "G1" ; + "NCI BBRB, OBI" ; + "NCI BBRB" ; + rdfs:label "G1 (WHO)" . + + +### http://purl.obolibrary.org/obo/OBI_0002221 + rdf:type owl:NamedIndividual , + ; + "G2 (WHO)" ; + ; + "A histologic grade for ovarian tumor according to the World Health Organization indicating that the tumor is moderately differentiated." ; + "Chris Stoeckert, Helena Ellis" ; + "G2" ; + "NCI BBRB, OBI" ; + "NCI BBRB" ; + rdfs:label "G2 (WHO)" . + + +### http://purl.obolibrary.org/obo/OBI_0002222 + rdf:type owl:NamedIndividual , + ; + "G3 (WHO)" ; + ; + "A histologic grade for ovarian tumor according to the World Health Organization indicating that the tumor is poorly differentiated." ; + "Chris Stoeckert, Helena Ellis" ; + "G3" ; + "NCI BBRB, OBI" ; + "NCI BBRB" ; + rdfs:label "G3 (WHO)" . + + +### http://purl.obolibrary.org/obo/OBI_0002223 + rdf:type owl:NamedIndividual , + ; + "G4 (WHO)" ; + ; + "A histologic grade for ovarian tumor according to the World Health Organization indicating that the tumor is undifferentiated." ; + "Chris Stoeckert, Helena Ellis" ; + "G4" ; + "NCI BBRB, OBI" ; + "NCI BBRB" ; + rdfs:label "G4 (WHO)" . + + +### http://purl.obolibrary.org/obo/OBI_0002225 + rdf:type owl:NamedIndividual , + ; + "pT0 (colon)" ; + ; + "A pathologic primary tumor stage for colon and rectum according to AJCC 7th edition indicating that there is no evidence of primary tumor." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_t/" ; + "NCI BBRB" ; + rdfs:label "pT0 (colon)" . + + +### http://purl.obolibrary.org/obo/OBI_0002226 + rdf:type owl:NamedIndividual , + ; + "pTis (colon)" ; + ; + "A pathologic primary tumor stage for colon and rectum according to AJCC 7th edition indicating carcinoma in situ (intraepithelial or invasion of lamina propria)." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_t/" ; + "NCI BBRB" ; + rdfs:label "pTis (colon)" . + + +### http://purl.obolibrary.org/obo/OBI_0002227 + rdf:type owl:NamedIndividual , + ; + "pT1 (colon)" ; + ; + "A pathologic primary tumor stage for colon and rectum according to AJCC 7th edition indicating that the tumor invades submucosa." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_t/" ; + "NCI BBRB" ; + rdfs:label "pT1 (colon)" . + + +### http://purl.obolibrary.org/obo/OBI_0002228 + rdf:type owl:NamedIndividual , + ; + "pT2 (colon)" ; + ; + "A pathologic primary tumor stage for colon and rectum according to AJCC 7th edition indicating that the tumor invades muscularis propria." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_t/" ; + "NCI BBRB" ; + rdfs:label "pT2 (colon)" . + + +### http://purl.obolibrary.org/obo/OBI_0002229 + rdf:type owl:NamedIndividual , + ; + "pT3 (colon)" ; + ; + "A pathologic primary tumor stage for colon and rectum according to AJCC 7th edition indicating that the tumor invades subserosa or into non-peritionealized pericolic or perirectal tissues." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_t/" ; + "NCI BBRB" ; + rdfs:label "pT3 (colon)" . + + +### http://purl.obolibrary.org/obo/OBI_0002230 + rdf:type owl:NamedIndividual , + ; + "pT4a (colon)" ; + ; + "A pathologic primary tumor stage for colon and rectum according to AJCC 7th edition indicating that the tumor perforates visceral peritoneum." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_t/" ; + "NCI BBRB" ; + rdfs:label "pT4a (colon)" . + + +### http://purl.obolibrary.org/obo/OBI_0002231 + rdf:type owl:NamedIndividual , + ; + "pT4b (colon)" ; + ; + "A pathologic primary tumor stage for colon and rectum according to AJCC 7th edition indicating that the tumor directly invades other organs or structures." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_t/" ; + "NCI BBRB" ; + rdfs:label "pT4b (colon)" . + + +### http://purl.obolibrary.org/obo/OBI_0002233 + rdf:type owl:NamedIndividual , + ; + "pT0 (lung)" ; + ; + "A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that there is no evidence of primary tumor." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/" ; + "NCI BBRB" ; + rdfs:label "pT0 (lung)" . + + +### http://purl.obolibrary.org/obo/OBI_0002234 + rdf:type owl:NamedIndividual , + ; + "pTis (lung)" ; + ; + "A pathologic primary tumor stage for lung according to AJCC 7th edition indicating carcinoma in situ." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/" ; + "NCI BBRB" ; + rdfs:label "pTis (lung)" . + + +### http://purl.obolibrary.org/obo/OBI_0002235 + rdf:type owl:NamedIndividual , + ; + "pT1 (lung)" ; + ; + "A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that the tumor is 3 cm or less in greatest dimension, surrounded by lung or visceral pleura without bronchoscopic evidence of invasion more proximal than the lobar bronchus (i.e., not in the main bronchus)." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/" ; + "NCI BBRB" ; + rdfs:label "pT1 (lung)" . + + +### http://purl.obolibrary.org/obo/OBI_0002236 + rdf:type owl:NamedIndividual , + ; + "pT1a (lung)" ; + ; + "A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that the tumor is 2 cm or less in greatest dimension." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/" ; + "NCI BBRB" ; + rdfs:label "pT1a (lung)" . + + +### http://purl.obolibrary.org/obo/OBI_0002237 + rdf:type owl:NamedIndividual , + ; + "pT1b (lung)" ; + ; + "A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that the tumor is more than 2 cm but not more than 3 cm in greatest dimension." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/" ; + "NCI BBRB" ; + rdfs:label "pT1b (lung)" . + + +### http://purl.obolibrary.org/obo/OBI_0002238 + rdf:type owl:NamedIndividual , + ; + "pT2 (lung)" ; + ; + "A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that the tumor is more than 3 cm but not more than 7 cm or the tumor has any of the following features: involves main bronchus, 2 cm or more distal to the carina, invades visceral pleura, associated with atelectasis or obstructive pneumonitis that extends to the hilar region but does not involve the entire lung." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/" ; + "NCI BBRB" ; + rdfs:label "pT2 (lung)" . + + +### http://purl.obolibrary.org/obo/OBI_0002239 + rdf:type owl:NamedIndividual , + ; + "pT2a (lung)" ; + ; + "A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that the tumor is more than 3 cm but not more than 5 cm in greatest dimension." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/" ; + "NCI BBRB" ; + rdfs:label "pT2a (lung)" . + + +### http://purl.obolibrary.org/obo/OBI_0002240 + rdf:type owl:NamedIndividual , + ; + "pT2b (lung)" ; + ; + "A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that the tumor is more than 5 cm but not more than 7 cm in greatest dimension." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/" ; + "NCI BBRB" ; + rdfs:label "pT2b (lung)" . + + +### http://purl.obolibrary.org/obo/OBI_0002241 + rdf:type owl:NamedIndividual , + ; + "pT3 (lung)" ; + ; + "A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that the tumor is more than 7 cm or one that directly invades any of: parietal pleura, chest wall (including superior sulcus tumors), diaphragm, phrenic nerve, mediastinal pleura, parietal pericardiu or the tumor is in the main bronchus less than 2 cm distal to the carina but without involvement of the carina or there is associated atelectasis or obstructive pneumonitis of the entire lung or there is separate tumor nodule(s) in the same lobe as the primary." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/" ; + "NCI BBRB" ; + rdfs:label "pT3 (lung)" . + + +### http://purl.obolibrary.org/obo/OBI_0002242 + rdf:type owl:NamedIndividual , + ; + "pT4 (lung)" ; + ; + "A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that the tumor of any size that invades any of the following: mediastinum, heart, great vessels, trachea, recurrent laryngeal nerve, esophagus, vertebral body, carina or there is separate tumor nodule(s) in a different ipsilateral lobe to that of the primary." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/" ; + "NCI BBRB" ; + rdfs:label "pT4 (lung)" . + + +### http://purl.obolibrary.org/obo/OBI_0002244 + rdf:type owl:NamedIndividual , + ; + "pT0 (kidney)" ; + ; + "A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that there is no evidence of primary tumor." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/" ; + "NCI BBRB" ; + rdfs:label "pT0 (kidney)" . + + +### http://purl.obolibrary.org/obo/OBI_0002245 + rdf:type owl:NamedIndividual , + ; + "pT1 (kidney)" ; + ; + "A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor is 7 cm or less in greatest dimension and limited to the kidney." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/" ; + "NCI BBRB" ; + rdfs:label "pT1 (kidney)" . + + +### http://purl.obolibrary.org/obo/OBI_0002246 + rdf:type owl:NamedIndividual , + ; + "pT1a (kidney)" ; + ; + "A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor is 4 cm or less." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/" ; + "NCI BBRB" ; + rdfs:label "pT1a (kidney)" . + + +### http://purl.obolibrary.org/obo/OBI_0002247 + rdf:type owl:NamedIndividual , + ; + "pT1b (kidney)" ; + ; + "A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor is more than 4 cm but not more than 7 cm." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/" ; + "NCI BBRB" ; + rdfs:label "pT1b (kidney)" . + + +### http://purl.obolibrary.org/obo/OBI_0002248 + rdf:type owl:NamedIndividual , + ; + "pT2 (kidney)" ; + ; + "A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor is more than 7 cm in greatest dimension and limited to the kidney." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/" ; + "NCI BBRB" ; + rdfs:label "pT2 (kidney)" . + + +### http://purl.obolibrary.org/obo/OBI_0002249 + rdf:type owl:NamedIndividual , + ; + "pT2a (kidney)" ; + ; + "A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor is more than 7 cm but not more than 10 cm." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/" ; + "NCI BBRB" ; + rdfs:label "pT2a (kidney)" . + + +### http://purl.obolibrary.org/obo/OBI_0002250 + rdf:type owl:NamedIndividual , + ; + "pT2b (kidney)" ; + ; + "A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor is more than 10 cm and limited to the kidney." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/" ; + "NCI BBRB" ; + rdfs:label "pT2b (kidney)" . + + +### http://purl.obolibrary.org/obo/OBI_0002251 + rdf:type owl:NamedIndividual , + ; + "pT3 (kidney)" ; + ; + "A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor extends into major veins or perinephric tissues but not into the ipsilateral adrenal gland and not beyond the Gerota fascia." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/" ; + "NCI BBRB" ; + rdfs:label "pT3 (kidney)" . + + +### http://purl.obolibrary.org/obo/OBI_0002252 + rdf:type owl:NamedIndividual , + ; + "pT3a (kidney)" ; + ; + "A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor grossly extends into the renal vein or its segmental (muscle containing) branches, or the tumor invades perirenal and/or renal sinus fat (peripelvic) fat but not beyond Gerota fascia." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/" ; + "NCI BBRB" ; + rdfs:label "pT3a (kidney)" . + + +### http://purl.obolibrary.org/obo/OBI_0002253 + rdf:type owl:NamedIndividual , + ; + "pT3b (kidney)" ; + ; + "A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor grossly extends into vena cava below diaphragm." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/" ; + "NCI BBRB" ; + rdfs:label "pT3b (kidney)" . + + +### http://purl.obolibrary.org/obo/OBI_0002254 + rdf:type owl:NamedIndividual , + ; + "pT3c (kidney)" ; + ; + "A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor grossly extends into vena cava above the diaphragm or Invades the wall of the vena cava." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/" ; + "NCI BBRB" ; + rdfs:label "pT3c (kidney)" . + + +### http://purl.obolibrary.org/obo/OBI_0002255 + rdf:type owl:NamedIndividual , + ; + "pT4 (kidney)" ; + ; + "A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor invades beyond Gerota fascia (including contiguous extension into the ipsilateral adrenal gland)." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/" ; + "NCI BBRB" ; + rdfs:label "pT4 (kidney)" . + + +### http://purl.obolibrary.org/obo/OBI_0002257 + rdf:type owl:NamedIndividual , + ; + "pT0 (ovary)" ; + ; + "A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that there is no evidence of primary tumor." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/" ; + "NCI BBRB" ; + rdfs:label "pT0 (ovary)" . + + +### http://purl.obolibrary.org/obo/OBI_0002258 + rdf:type owl:NamedIndividual , + ; + "pT1 (ovary)" ; + ; + "A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor is limited to the ovaries (one or both)." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/" ; + "NCI BBRB" ; + rdfs:label "pT1 (ovary)" . + + +### http://purl.obolibrary.org/obo/OBI_0002259 + rdf:type owl:NamedIndividual , + ; + "pT1a (ovary)" ; + ; + "A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor is limited to one ovary; capsule intact, no tumor on ovarian surface and no malignant cells in ascites or peritoneal washings." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/" ; + "NCI BBRB" ; + rdfs:label "pT1a (ovary)" . + + +### http://purl.obolibrary.org/obo/OBI_0002260 + rdf:type owl:NamedIndividual , + ; + "pT1b (ovary)" ; + ; + "A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor is limited to both ovaries; capsule intact, no tumor on ovarian surface and no malignant cells in ascites or peritoneal washings." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/" ; + "NCI BBRB" ; + rdfs:label "pT1b (ovary)" . + + +### http://purl.obolibrary.org/obo/OBI_0002261 + rdf:type owl:NamedIndividual , + ; + "pT1c (ovary)" ; + ; + "A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor is limited to one or both ovaries with capsule ruptured, tumor on ovarian surface, or malignant cells in ascites or peritoneal washings." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/" ; + "NCI BBRB" ; + rdfs:label "pT1c (ovary)" . + + +### http://purl.obolibrary.org/obo/OBI_0002262 + rdf:type owl:NamedIndividual , + ; + "pT2 (ovary)" ; + ; + "A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor involves one or both ovaries with pelvic extension." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/" ; + "NCI BBRB" ; + rdfs:label "pT2 (ovary)" . + + +### http://purl.obolibrary.org/obo/OBI_0002263 + rdf:type owl:NamedIndividual , + ; + "pT2a (ovary)" ; + ; + "A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor has extension and/or implants on uterus and/or tube(s) and no malignant cells in ascites or peritoneal washings." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/" ; + "NCI BBRB" ; + rdfs:label "pT2a (ovary)" . + + +### http://purl.obolibrary.org/obo/OBI_0002264 + rdf:type owl:NamedIndividual , + ; + "pT2b (ovary)" ; + ; + "A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor has extension to other pelvic tissues and no malignant cells in ascites or peritoneal washings." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/" ; + "NCI BBRB" ; + rdfs:label "pT2b (ovary)" . + + +### http://purl.obolibrary.org/obo/OBI_0002265 + rdf:type owl:NamedIndividual , + ; + "pT2c (ovary)" ; + ; + "A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor has pelvic extension with malignant cells in ascites or peritoneal washings." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/" ; + "NCI BBRB" ; + rdfs:label "pT2c (ovary)" . + + +### http://purl.obolibrary.org/obo/OBI_0002266 + rdf:type owl:NamedIndividual , + ; + "pT3 (ovary)" ; + ; + "A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor involves one or both ovaries with microscopically confirmed peritoneal metastasis outside the pelvis and/or regional lymph node metastasis." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/" ; + "NCI BBRB" ; + rdfs:label "pT3 (ovary)" . + + +### http://purl.obolibrary.org/obo/OBI_0002267 + rdf:type owl:NamedIndividual , + ; + "pT3a (ovary)" ; + ; + "A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor has microscopic peritoneal metastasis beyond pelvis." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/" ; + "NCI BBRB" ; + rdfs:label "pT3a (ovary)" . + + +### http://purl.obolibrary.org/obo/OBI_0002268 + rdf:type owl:NamedIndividual , + ; + "pT3b (ovary)" ; + ; + "A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor has macroscopic peritoneal, metastatasis beyond pelvis, 2 cm or less in greatest dimension." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/" ; + "NCI BBRB" ; + rdfs:label "pT3b (ovary)" . + + +### http://purl.obolibrary.org/obo/OBI_0002269 + rdf:type owl:NamedIndividual , + ; + "pT3c (ovary)" ; + ; + "A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor has peritoneal metastasis beyond pelvis, more than 2 cm in greatest dimension and/or regional lymph node metastasis." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/" ; + "NCI BBRB" ; + rdfs:label "pT3c (ovary)" . + + +### http://purl.obolibrary.org/obo/OBI_0002271 + rdf:type owl:NamedIndividual , + ; + "pN0 (colon)" ; + ; + "A pathologic lymph node stage for colon and rectum according to AJCC 7th edition indicating no regional lymph node metastsis." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_n/" ; + "NCI BBRB" ; + rdfs:label "pN0 (colon)" . + + +### http://purl.obolibrary.org/obo/OBI_0002272 + rdf:type owl:NamedIndividual , + ; + "pN1 (colon)" ; + ; + "A pathologic lymph node stage for colon and rectum according to AJCC 7th edition indicating metastasis in 1-3 regional lymph nodes." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_n/" ; + "NCI BBRB" ; + rdfs:label "pN1 (colon)" . + + +### http://purl.obolibrary.org/obo/OBI_0002273 + rdf:type owl:NamedIndividual , + ; + "pN1a (colon)" ; + ; + "A pathologic lymph node stage for colon and rectum according to AJCC 7th edition indicating metastasis in 1 regional lymph node." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_n/" ; + "NCI BBRB" ; + rdfs:label "pN1a (colon)" . + + +### http://purl.obolibrary.org/obo/OBI_0002274 + rdf:type owl:NamedIndividual , + ; + "pN1b (colon)" ; + ; + "A pathologic lymph node stage for colon and rectum according to AJCC 7th edition indicating metastasis in 2-3 regional lymph nodes." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_n/" ; + "NCI BBRB" ; + rdfs:label "pN1b (colon)" . + + +### http://purl.obolibrary.org/obo/OBI_0002275 + rdf:type owl:NamedIndividual , + ; + "pN1c (colon)" ; + ; + "A pathologic lymph node stage for colon and rectum according to AJCC 7th edition indicating tumor deposit(s), i.e., satellites in the subserosa, or in non-peritonealized pericolic or perirectal soft tissue without regional lymph node metastasis." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_n/" ; + "NCI BBRB" ; + rdfs:label "pN1c (colon)" . + + +### http://purl.obolibrary.org/obo/OBI_0002276 + rdf:type owl:NamedIndividual , + ; + "pN2 (colon)" ; + ; + "A pathologic lymph node stage for colon and rectum according to AJCC 7th edition indicating metastasis in 4 or more regional lymph nodes." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_n/" ; + "NCI BBRB" ; + rdfs:label "pN2 (colon)" . + + +### http://purl.obolibrary.org/obo/OBI_0002277 + rdf:type owl:NamedIndividual , + ; + "pN2a (colon)" ; + ; + "A pathologic lymph node stage for colon and rectum according to AJCC 7th edition indicating metastasis in 4 to 6 regional lymph nodes." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_n/" ; + "NCI BBRB" ; + rdfs:label "pN2a (colon)" . + + +### http://purl.obolibrary.org/obo/OBI_0002278 + rdf:type owl:NamedIndividual , + ; + "pN2b (colon)" ; + ; + "A pathologic lymph node stage for colon and rectum according to AJCC 7th edition indicating metastasis in 7 or more regional lymph nodes." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_n/" ; + "NCI BBRB" ; + rdfs:label "pN2b (colon)" . + + +### http://purl.obolibrary.org/obo/OBI_0002280 + rdf:type owl:NamedIndividual , + ; + "pN0 (lung)" ; + ; + "A pathologic lymph node stage for lung according to AJCC 7th edition indicating no regional lymph node metastasis." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_n/" ; + "NCI BBRB" ; + rdfs:label "pN0 (lung)" . + + +### http://purl.obolibrary.org/obo/OBI_0002281 + rdf:type owl:NamedIndividual , + ; + "pN1 (lung)" ; + ; + "A pathologic lymph node stage for lung according to AJCC 7th edition indicating metastasis in ipsilateral peribronchial and/or ipsilateral hilar lymph nodes and intrapulmonary nodes, including involvement by direct extension." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_n/" ; + "NCI BBRB" ; + rdfs:label "pN1 (lung)" . + + +### http://purl.obolibrary.org/obo/OBI_0002282 + rdf:type owl:NamedIndividual , + ; + "pN2 (lung)" ; + ; + "A pathologic lymph node stage for lung according to AJCC 7th edition indicating metastasis in ipsilateral mediastinal and/or subcarinal lymph node(s)." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_n/" ; + "NCI BBRB" ; + rdfs:label "pN2 (lung)" . + + +### http://purl.obolibrary.org/obo/OBI_0002283 + rdf:type owl:NamedIndividual , + ; + "pN3 (lung)" ; + ; + "A pathologic lymph node stage for lung according to AJCC 7th edition indicating metastasis in contralateral mediastinal, contralateral hilar, ipsilateral or contralateral scalene, or supraclavicular lymph node(s)." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_n/" ; + "NCI BBRB" ; + rdfs:label "pN3 (lung)" . + + +### http://purl.obolibrary.org/obo/OBI_0002285 + rdf:type owl:NamedIndividual , + ; + "pN0 (kidney)" ; + ; + "A pathologic lymph node stage for kidney according to AJCC 7th edition indicating that there is no regional lymph node metastasis." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_n/" ; + "NCI BBRB" ; + rdfs:label "pN0 (kidney)" . + + +### http://purl.obolibrary.org/obo/OBI_0002286 + rdf:type owl:NamedIndividual , + ; + "pN1 (kidney)" ; + ; + "A pathologic lymph node stage for kidney according to AJCC 7th edition indicating that there is regional lymph node metastasis." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_n/" ; + "NCI BBRB" ; + rdfs:label "pN1 (kidney)" . + + +### http://purl.obolibrary.org/obo/OBI_0002288 + rdf:type owl:NamedIndividual , + ; + "pN0 (ovary)" ; + ; + "A pathologic lymph node stage for ovary according to AJCC 7th edition indicating that there is no regional lymph node metastasis." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_n/" ; + "NCI BBRB" ; + rdfs:label "pN0 (ovary)" . + + +### http://purl.obolibrary.org/obo/OBI_0002289 + rdf:type owl:NamedIndividual , + ; + "pN1 (ovary)" ; + ; + "A pathologic lymph node stage for ovary according to AJCC 7th edition indicating that there is regional lymph node metastasis." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_n/" ; + "NCI BBRB" ; + rdfs:label "pN1 (ovary)" . + + +### http://purl.obolibrary.org/obo/OBI_0002291 + rdf:type owl:NamedIndividual , + ; + "cM0 (colon)" ; + ; + "A pathologic distant metastases stage for colon according to AJCC 7th edition indicating that there are no symptoms or signs of distant metastasis." ; + "Chris Stoeckert, Helena Ellis" ; + "https://en.wikipedia.org/wiki/Cancer_staging#Pathological_M_Categorization_.28cM_and_pM.29" ; + "NCI BBRB" ; + rdfs:label "cM0 (colon)" . + + +### http://purl.obolibrary.org/obo/OBI_0002292 + rdf:type owl:NamedIndividual , + ; + "cM1 (colon)" ; + ; + "A pathologic distant metastases stage for colon according to AJCC 7th edition indicating that there is clinical evidence of distant metastases by history, physical examination, imaging studies, or invasive procedures, but without microscopic evidence of the presumed distant metastases." ; + "Chris Stoeckert, Helena Ellis" ; + "https://en.wikipedia.org/wiki/Cancer_staging#Pathological_M_Categorization_.28cM_and_pM.29" ; + "NCI BBRB" ; + rdfs:label "cM1 (colon)" . + + +### http://purl.obolibrary.org/obo/OBI_0002293 + rdf:type owl:NamedIndividual , + ; + "cM1a (colon)" ; + ; + "A pathologic distant metastases stage for colon according to AJCC 7th edition indicating that metastasis is confined to one organ based on clinical assessment." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_m/" ; + "NCI BBRB" ; + rdfs:label "cM1a (colon)" . + + +### http://purl.obolibrary.org/obo/OBI_0002294 + rdf:type owl:NamedIndividual , + ; + "cM1b (colon)" ; + ; + "A pathologic distant metastases stage for colon according to AJCC 7th edition indicating that metastasis is in more than one organ or the peritoneum based on clinical assessment." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_m/" ; + "NCI BBRB" ; + rdfs:label "cM1b (colon)" . + + +### http://purl.obolibrary.org/obo/OBI_0002295 + rdf:type owl:NamedIndividual , + ; + "pM1 (colon)" ; + ; + "A pathologic distant metastases stage for colon according to AJCC 7th edition indicating that there is microscopic evidence confirming distant metastatic disease." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_m/" ; + "NCI BBRB" ; + rdfs:label "pM1 (colon)" . + + +### http://purl.obolibrary.org/obo/OBI_0002296 + rdf:type owl:NamedIndividual , + ; + "pM1a (colon)" ; + ; + "A pathologic distant metastases stage for colon according to AJCC 7th edition indicating that metastasis is confined to one organ and histologically confirmed." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_m/" ; + "NCI BBRB" ; + rdfs:label "pM1a (colon)" . + + +### http://purl.obolibrary.org/obo/OBI_0002297 + rdf:type owl:NamedIndividual , + ; + "pM1b (colon)" ; + ; + "A pathologic distant metastases stage for colon according to AJCC 7th edition indicating that metastasis is in more than one organ or the peritoneum and histologically confirmed." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_m/" ; + "NCI BBRB" ; + rdfs:label "pM1b (colon)" . + + +### http://purl.obolibrary.org/obo/OBI_0002299 + rdf:type owl:NamedIndividual , + ; + "cM0 (lung)" ; + ; + "A pathologic distant metastases stage for lung according to AJCC 7th edition indicating that there is no distant metastasis." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_m/" ; + "NCI BBRB" ; + rdfs:label "cM0 (lung)" . + + +### http://purl.obolibrary.org/obo/OBI_0002300 + rdf:type owl:NamedIndividual , + ; + "cM1 (lung)" ; + ; + "A pathologic distant metastases stage for lung according to AJCC 7th edition indicating that there are distant metastases based on clinical assessment." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_m/" ; + "NCI BBRB" ; + rdfs:label "cM1 (lung)" . + + +### http://purl.obolibrary.org/obo/OBI_0002301 + rdf:type owl:NamedIndividual , + ; + "cM1a (lung)" ; + ; + "A pathologic distant metastases stage for lung according to AJCC 7th edition indicating that metastasis is based on clinical assessment and a separate tumor nodule(s) in a contralateral lobe; tumor with pleural nodules OR malignant pleural or pericardial effusion." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_m/" ; + "NCI BBRB" ; + rdfs:label "cM1a (lung)" . + + +### http://purl.obolibrary.org/obo/OBI_0002302 + rdf:type owl:NamedIndividual , + ; + "cM1b (lung)" ; + ; + "A pathologic distant metastases stage for lung according to AJCC 7th edition indicating that there is a distant metastases based on clinical assessment." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_m/" ; + "NCI BBRB" ; + rdfs:label "cM1b (lung)" . + + +### http://purl.obolibrary.org/obo/OBI_0002303 + rdf:type owl:NamedIndividual , + ; + "pM1 (lung)" ; + ; + "A pathologic distant metastases stage for lung according to AJCC 7th edition indicating that there is a distant metastases that is histologically confirmed." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_m/" ; + "NCI BBRB" ; + rdfs:label "pM1 (lung)" . + + +### http://purl.obolibrary.org/obo/OBI_0002304 + rdf:type owl:NamedIndividual , + ; + "pM1a (lung)" ; + ; + "A pathologic distant metastases stage for lung according to AJCC 7th edition indicating that metastasis is histologically confirmed and a separate tumor nodule(s) in a contralateral lobe; tumor with pleural nodules OR malignant pleural or pericardial effusion." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_m/" ; + "NCI BBRB" ; + rdfs:label "pM1a (lung)" . + + +### http://purl.obolibrary.org/obo/OBI_0002305 + rdf:type owl:NamedIndividual , + ; + "pM1b (lung)" ; + ; + "A pathologic distant metastases stage for lung according to AJCC 7th edition indicating that there is a distant metastases that is histologically confirmed and associated with distant lymph nodes or carcinomatosis." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_m/" ; + "NCI BBRB" ; + rdfs:label "pM1b (lung)" . + + +### http://purl.obolibrary.org/obo/OBI_0002307 + rdf:type owl:NamedIndividual , + ; + "cM0 (kidney)" ; + ; + "A pathologic distant metastases stage for kidney according to AJCC 7th edition indicating that there is no distant metastasis." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_m/" ; + "NCI BBRB" ; + rdfs:label "cM0 (kidney)" . + + +### http://purl.obolibrary.org/obo/OBI_0002308 + rdf:type owl:NamedIndividual , + ; + "cM1 (kidney)" ; + ; + "A pathologic distant metastases stage for kidney according to AJCC 7th edition indicating that there are distant metastases based on clinical assessment." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_m/" ; + "NCI BBRB" ; + rdfs:label "cM1 (kidney)" . + + +### http://purl.obolibrary.org/obo/OBI_0002309 + rdf:type owl:NamedIndividual , + ; + "pM1 (kidney)" ; + ; + "A pathologic distant metastases stage for kidney according to AJCC 7th edition indicating that there is a distant metastases that is histologically confirmed." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_m/" ; + "NCI BBRB" ; + rdfs:label "pM1 (kidney)" . + + +### http://purl.obolibrary.org/obo/OBI_0002311 + rdf:type owl:NamedIndividual , + ; + "cM0 (ovary)" ; + ; + "A pathologic distant metastases stage for ovary according to AJCC 7th edition indicating that there is no distant metastasis." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_m/" ; + "NCI BBRB" ; + rdfs:label "cM0 (ovary)" . + + +### http://purl.obolibrary.org/obo/OBI_0002312 + rdf:type owl:NamedIndividual , + ; + "cM1 (ovary)" ; + ; + "A pathologic distant metastases stage for ovary according to AJCC 7th edition indicating that there is distant metastasis except peritoneal metastasis based on clinical assessment." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_m/" ; + "NCI BBRB" ; + rdfs:label "cM1 (ovary)" . + + +### http://purl.obolibrary.org/obo/OBI_0002313 + rdf:type owl:NamedIndividual , + ; + "pM1 (ovary)" ; + ; + "A pathologic distant metastases stage for ovary according to AJCC 7th edition indicating that there is distant metastasis except peritoneal metastasis that is histologically confirmed." ; + "Chris Stoeckert, Helena Ellis" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_m/" ; + "NCI BBRB" ; + rdfs:label "pM1 (ovary)" . + + +### http://purl.obolibrary.org/obo/OBI_0002315 + rdf:type owl:NamedIndividual , + ; + "Occult Carcinoma (AJCC 7th)" ; + ; + "A clinical tumor stage group according to AJCC 7th edition indicating a small carcinoma, either asymptomatic or giving rise to metastases without symptoms due to the primary carcinoma." ; + "Chris Stoeckert, Helena Ellis" ; + "Occult Carcinoma" ; + "http://www.medilexicon.com/dictionary/14371" ; + "NCI BBRB" ; + rdfs:label "Occult Carcinoma (AJCC 7th)" . + + +### http://purl.obolibrary.org/obo/OBI_0002316 + rdf:type owl:NamedIndividual , + ; + "Stage 0 (AJCC 7th)" ; + ; + "A clinical tumor stage group according to AJCC 7th edition indicating a carcinoma in situ (or melanoma in situ for melanoma of the skin or germ cell neoplasia in situ for testicular germ cell tumors) and generally is considered to have no metastatic potential." ; + "Chris Stoeckert, Helena Ellis" ; + "Stage 0" ; + "https://en.wikipedia.org/wiki/Cancer_staging" ; + "NCI BBRB" ; + rdfs:label "Stage 0 (AJCC 7th)" . + + +### http://purl.obolibrary.org/obo/OBI_0002317 + rdf:type owl:NamedIndividual , + ; + "Stage I (AJCC 7th)" ; + ; + "A clinical tumor stage group according to AJCC 7th edition indicating cancers that are smaller or less deeply invasive without regional disease or nodes." ; + "Chris Stoeckert, Helena Ellis" ; + "Stage I" ; + "https://en.wikipedia.org/wiki/Cancer_staging" ; + "NCI BBRB" ; + rdfs:label "Stage I (AJCC 7th)" . + + +### http://purl.obolibrary.org/obo/OBI_0002318 + rdf:type owl:NamedIndividual , + ; + "Stage IIA (AJCC 7th)" ; + ; + "A clinical tumor stage group according to AJCC 7th edition indicating cancers with increasing tumor or nodal extent but less than in Stage III and with differing characteristics from IIB and IIC." ; + "Chris Stoeckert, Helena Ellis" ; + "Stage IIA" ; + "https://en.wikipedia.org/wiki/Cancer_staging" ; + "NCI BBRB" ; + rdfs:label "Stage IIA (AJCC 7th)" . + + +### http://purl.obolibrary.org/obo/OBI_0002319 + rdf:type owl:NamedIndividual , + ; + "Stage IIB (AJCC 7th)" ; + ; + "A clinical tumor stage group according to AJCC 7th edition indicating cancers with increasing tumor or nodal extent but less than in Stage III and with differing characteristics from IIA and IIC." ; + "Chris Stoeckert, Helena Ellis" ; + "Stage IIB" ; + "https://en.wikipedia.org/wiki/Cancer_staging" ; + "NCI BBRB" ; + rdfs:label "Stage IIB (AJCC 7th)" . + + +### http://purl.obolibrary.org/obo/OBI_0002320 + rdf:type owl:NamedIndividual , + ; + "Stage IIC (AJCC 7th)" ; + ; + "A clinical tumor stage group according to AJCC 7th edition indicating cancers with increasing tumor or nodal extent but less than in Stage III and with differing characteristics from IIA and IIB." ; + "Chris Stoeckert, Helena Ellis" ; + "Stage IIC" ; + "https://en.wikipedia.org/wiki/Cancer_staging" ; + "NCI BBRB" ; + rdfs:label "Stage IIC (AJCC 7th)" . + + +### http://purl.obolibrary.org/obo/OBI_0002321 + rdf:type owl:NamedIndividual , + ; + "Stage IIIA (AJCC 7th)" ; + ; + "A clinical tumor stage group according to AJCC 7th edition indicating cancers with increasing tumor or nodal extent greater than in Stage II and with differing characteristics from IIIB and IIIC." ; + "Chris Stoeckert, Helena Ellis" ; + "Stage IIIA" ; + "https://en.wikipedia.org/wiki/Cancer_staging" ; + "NCI BBRB" ; + rdfs:label "Stage IIIA (AJCC 7th)" . + + +### http://purl.obolibrary.org/obo/OBI_0002322 + rdf:type owl:NamedIndividual , + ; + "Stage IIIB (AJCC 7th)" ; + ; + "A clinical tumor stage group according to AJCC 7th edition indicating cancers with increasing tumor or nodal extent greater than in Stage II and with differing characteristics from IIIA and IIIC." ; + "Chris Stoeckert, Helena Ellis" ; + "Stage IIIB" ; + "https://en.wikipedia.org/wiki/Cancer_staging" ; + "NCI BBRB" ; + rdfs:label "Stage IIIB (AJCC 7th)" . + + +### http://purl.obolibrary.org/obo/OBI_0002323 + rdf:type owl:NamedIndividual , + ; + "Stage IIIC (AJCC 7th)" ; + ; + "A clinical tumor stage group according to AJCC 7th edition indicating cancers with increasing tumor or nodal extent greater than in Stage II and with differing characteristics from IIIA and IIIB." ; + "Chris Stoeckert, Helena Ellis" ; + "Stage IIIC" ; + "https://en.wikipedia.org/wiki/Cancer_staging" ; + "NCI BBRB" ; + rdfs:label "Stage IIIC (AJCC 7th)" . + + +### http://purl.obolibrary.org/obo/OBI_0002324 + rdf:type owl:NamedIndividual , + ; + "Stage IVA (AJCC 7th)" ; + ; + "A clinical tumor stage group according to AJCC 7th edition indicating cancers in patients who present with distant metastases at diagnosis and with differing characteristics from IVB." ; + "Chris Stoeckert, Helena Ellis" ; + "Stage IVA" ; + "https://en.wikipedia.org/wiki/Cancer_staging" ; + "NCI BBRB" ; + rdfs:label "Stage IVA (AJCC 7th)" . + + +### http://purl.obolibrary.org/obo/OBI_0002325 + rdf:type owl:NamedIndividual , + ; + "Stage IVB (AJCC 7th)" ; + ; + "A clinical tumor stage group according to AJCC 7th edition indicating cancers in patients who present with distant metastases at diagnosis and with differing characteristics from IVA." ; + "Chris Stoeckert, Helena Ellis" ; + "Stage IVB" ; + "https://en.wikipedia.org/wiki/Cancer_staging" ; + "NCI BBRB" ; + rdfs:label "Stage IVB (AJCC 7th)" . + + +### http://purl.obolibrary.org/obo/OBI_0002327 + rdf:type owl:NamedIndividual , + ; + "Stage IA (FIGO)" ; + ; + "An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating invasive carcinoma which can be diagnosed only by microscopy, with deepest invasion <5 mm and the largest extension <7 mm." ; + "Chris Stoeckert, Helena Ellis" ; + "Stage IA" ; + "https://en.wikipedia.org/wiki/Cervical_cancer_staging" ; + "NCI BBRB" ; + rdfs:label "Stage IA (FIGO)" . + + +### http://purl.obolibrary.org/obo/OBI_0002328 + rdf:type owl:NamedIndividual , + ; + "Stage IA1 (FIGO)" ; + ; + "An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating measured stromal invasion of <3.0 mm in depth and extension of <7.0 mm." ; + "Chris Stoeckert, Helena Ellis" ; + "Stage IA1" ; + "https://en.wikipedia.org/wiki/Cervical_cancer_staging" ; + "NCI BBRB" ; + rdfs:label "Stage IA1 (FIGO)" . + + +### http://purl.obolibrary.org/obo/OBI_0002329 + rdf:type owl:NamedIndividual , + ; + "Stage IA2 (FIGO)" ; + ; + "An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating measured stromal invasion of >3.0 mm and not >5.0 mm with an extension of not >7.0 mm." ; + "Chris Stoeckert, Helena Ellis" ; + "Stage IA2" ; + "https://en.wikipedia.org/wiki/Cervical_cancer_staging" ; + "NCI BBRB" ; + rdfs:label "Stage IA2 (FIGO)" . + + +### http://purl.obolibrary.org/obo/OBI_0002330 + rdf:type owl:NamedIndividual , + ; + "Stage IB (FIGO)" ; + ; + "An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating clinically visible lesions limited to the cervix uteri or pre-clinical cancers greater than stage IA" ; + "Chris Stoeckert, Helena Ellis" ; + "Stage IB" ; + "https://en.wikipedia.org/wiki/Cervical_cancer_staging" ; + "NCI BBRB" ; + rdfs:label "Stage IB (FIGO)" . + + +### http://purl.obolibrary.org/obo/OBI_0002331 + rdf:type owl:NamedIndividual , + ; + "Stage IB1 (FIGO)" ; + ; + "An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating clinically visible lesion limited to the cervix uteri or pre-clinical cancers greater than stage IA <4.0 cm in greatest dimension." ; + "Chris Stoeckert, Helena Ellis" ; + "Stage IB1" ; + "https://en.wikipedia.org/wiki/Cervical_cancer_staging" ; + "NCI BBRB" ; + rdfs:label "Stage IB1 (FIGO)" . + + +### http://purl.obolibrary.org/obo/OBI_0002332 + rdf:type owl:NamedIndividual , + ; + "Stage IB2 (FIGO)" ; + ; + "An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating clinically visible lesion limited to the cervix uteri or pre-clinical cancers greater than stage IA >4.0 cm in greatest dimension." ; + "Chris Stoeckert, Helena Ellis" ; + "Stage IB2" ; + "https://en.wikipedia.org/wiki/Cervical_cancer_staging" ; + "NCI BBRB" ; + rdfs:label "Stage IB2 (FIGO)" . + + +### http://purl.obolibrary.org/obo/OBI_0002333 + rdf:type owl:NamedIndividual , + ; + "Stage IIA (FIGO)" ; + ; + "An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating cervical carcinoma invades beyond the uterus, but not to the pelvic wall or to the lower third of the vagina without parametrial invasion." ; + "Chris Stoeckert, Helena Ellis" ; + "Stage IIA" ; + "https://en.wikipedia.org/wiki/Cervical_cancer_staging" ; + "NCI BBRB" ; + rdfs:label "Stage IIA (FIGO)" . + + +### http://purl.obolibrary.org/obo/OBI_0002334 + rdf:type owl:NamedIndividual , + ; + "Stage IIA1 (FIGO)" ; + ; + "An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating cervical carcinoma invades beyond the uterus, but not to the pelvic wall or to the lower third of the vagina without parametrial invasion and clinically visible lesion <4.0 cm in greatest dimension." ; + "Chris Stoeckert, Helena Ellis" ; + "Stage IIA1" ; + "https://en.wikipedia.org/wiki/Cervical_cancer_staging" ; + "NCI BBRB" ; + rdfs:label "Stage IIA1 (FIGO)" . + + +### http://purl.obolibrary.org/obo/OBI_0002335 + rdf:type owl:NamedIndividual , + ; + "Stage IIA2 (FIGO)" ; + ; + "An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating cervical carcinoma invades beyond the uterus, but not to the pelvic wall or to the lower third of the vagina without parametrial invasion and clinically visible lesion >4.0 cm in greatest dimension." ; + "Chris Stoeckert, Helena Ellis" ; + "Stage IIA2" ; + "https://en.wikipedia.org/wiki/Cervical_cancer_staging" ; + "NCI BBRB" ; + rdfs:label "Stage IIA2 (FIGO)" . + + +### http://purl.obolibrary.org/obo/OBI_0002336 + rdf:type owl:NamedIndividual , + ; + "Stage IIB (FIGO)" ; + ; + "An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating cervical carcinoma invades beyond the uterus, but not to the pelvic wall or to the lower third of the vagina with obvious parametrial invasion." ; + "Chris Stoeckert, Helena Ellis" ; + "Stage IIB" ; + "https://en.wikipedia.org/wiki/Cervical_cancer_staging" ; + "NCI BBRB" ; + rdfs:label "Stage IIB (FIGO)" . + + +### http://purl.obolibrary.org/obo/OBI_0002337 + rdf:type owl:NamedIndividual , + ; + "Stage IIIA (FIGO)" ; + ; + "An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating tumour involves lower third of the vagina, with no extension to the pelvic wall." ; + "Chris Stoeckert, Helena Ellis" ; + "Stage IIIA" ; + "https://en.wikipedia.org/wiki/Cervical_cancer_staging" ; + "NCI BBRB" ; + rdfs:label "Stage IIIA (FIGO)" . + + +### http://purl.obolibrary.org/obo/OBI_0002338 + rdf:type owl:NamedIndividual , + ; + "Stage IIIB (FIGO)" ; + ; + "An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating extension to the pelvic wall and/or hydronephrosis or non-functioning kidney." ; + "Chris Stoeckert, Helena Ellis" ; + "Stage IIIB" ; + "https://en.wikipedia.org/wiki/Cervical_cancer_staging" ; + "NCI BBRB" ; + rdfs:label "Stage IIIB (FIGO)" . + + +### http://purl.obolibrary.org/obo/OBI_0002339 + rdf:type owl:NamedIndividual , + ; + "Stage IVA (FIGO)" ; + ; + "An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating spread of the growth to adjacent organs." ; + "Chris Stoeckert, Helena Ellis" ; + "Stage IVA" ; + "https://en.wikipedia.org/wiki/Cervical_cancer_staging" ; + "NCI BBRB" ; + rdfs:label "Stage IVA (FIGO)" . + + +### http://purl.obolibrary.org/obo/OBI_0002340 + rdf:type owl:NamedIndividual , + ; + "Stage IVB (FIGO)" ; + ; + "An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating spread to distant organs." ; + "Chris Stoeckert, Helena Ellis" ; + "Stage IVB" ; + "https://en.wikipedia.org/wiki/Cervical_cancer_staging" ; + "NCI BBRB" ; + rdfs:label "Stage IVB (FIGO)" . + + +### http://purl.obolibrary.org/obo/OBI_0002342 + rdf:type owl:NamedIndividual , + ; + "Stage 1 (FIGO)" ; + ; + "A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T1, N0, and M0." ; + "Chris Stoeckert, Helena Ellis" ; + "Stage 1" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/" ; + "NCI BBRB" ; + rdfs:label "Stage 1 (FIGO)" . + + +### http://purl.obolibrary.org/obo/OBI_0002343 + rdf:type owl:NamedIndividual , + ; + "Stage 1A (FIGO)" ; + ; + "A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T1a, N0, and M0." ; + "Chris Stoeckert, Helena Ellis" ; + "Stage 1A" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/" ; + "NCI BBRB" ; + rdfs:label "Stage 1A (FIGO)" . + + +### http://purl.obolibrary.org/obo/OBI_0002344 + rdf:type owl:NamedIndividual , + ; + "Stage 1B (FIGO)" ; + ; + "A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T1b, N0, and M0." ; + "Chris Stoeckert, Helena Ellis" ; + "Stage 1B" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/" ; + "NCI BBRB" ; + rdfs:label "Stage 1B (FIGO)" . + + +### http://purl.obolibrary.org/obo/OBI_0002345 + rdf:type owl:NamedIndividual , + ; + "Stage 1C (FIGO)" ; + ; + "A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T1c, N0, and M0." ; + "Chris Stoeckert, Helena Ellis" ; + "Stage 1C" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/" ; + "NCI BBRB" ; + rdfs:label "Stage 1C (FIGO)" . + + +### http://purl.obolibrary.org/obo/OBI_0002346 + rdf:type owl:NamedIndividual , + ; + "Stage 2 (FIGO)" ; + ; + "A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T2, N0, and M0." ; + "Chris Stoeckert, Helena Ellis" ; + "Stage 2" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/" ; + "NCI BBRB" ; + rdfs:label "Stage 2 (FIGO)" . + + +### http://purl.obolibrary.org/obo/OBI_0002347 + rdf:type owl:NamedIndividual , + ; + "Stage 2A (FIGO)" ; + ; + "A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T2a, N0, and M0." ; + "Chris Stoeckert, Helena Ellis" ; + "Stage 2A" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/" ; + "NCI BBRB" ; + rdfs:label "Stage 2A (FIGO)" . + + +### http://purl.obolibrary.org/obo/OBI_0002348 + rdf:type owl:NamedIndividual , + ; + "Stage 2B (FIGO)" ; + ; + "A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T2b, N0, and M0." ; + "Chris Stoeckert, Helena Ellis" ; + "Stage 2B" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/" ; + "NCI BBRB" ; + rdfs:label "Stage 2B (FIGO)" . + + +### http://purl.obolibrary.org/obo/OBI_0002349 + rdf:type owl:NamedIndividual , + ; + "Stage 2C (FIGO)" ; + ; + "A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T2c, N0, and M0." ; + "Chris Stoeckert, Helena Ellis" ; + "Stage 2C" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/" ; + "NCI BBRB" ; + rdfs:label "Stage 2C (FIGO)" . + + +### http://purl.obolibrary.org/obo/OBI_0002350 + rdf:type owl:NamedIndividual , + ; + "Stage 3 (FIGO)" ; + ; + "A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of (T3, N0, and M0) or (T3,3a,3b, NX, and M0)." ; + "Chris Stoeckert, Helena Ellis" ; + "Stage 3" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/" ; + "NCI BBRB" ; + rdfs:label "Stage 3 (FIGO)" . + + +### http://purl.obolibrary.org/obo/OBI_0002351 + rdf:type owl:NamedIndividual , + ; + "Stage 3A (FIGO)" ; + ; + "A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T3a, N0, and M0 ." ; + "Chris Stoeckert, Helena Ellis" ; + "Stage 3A" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/" ; + "NCI BBRB" ; + rdfs:label "Stage 3A (FIGO)" . + + +### http://purl.obolibrary.org/obo/OBI_0002352 + rdf:type owl:NamedIndividual , + ; + "Stage 3B (FIGO)" ; + ; + "A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T3b, N0, and M0 ." ; + "Chris Stoeckert, Helena Ellis" ; + "Stage 3B" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/" ; + "NCI BBRB" ; + rdfs:label "Stage 3B (FIGO)" . + + +### http://purl.obolibrary.org/obo/OBI_0002353 + rdf:type owl:NamedIndividual , + ; + "Stage 3C (FIGO)" ; + ; + "A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of (T3c, N0,X and M0) or (any T, N1 and M0)." ; + "Chris Stoeckert, Helena Ellis" ; + "Stage 3C" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/" ; + "NCI BBRB" ; + rdfs:label "Stage 3C (FIGO)" . + + +### http://purl.obolibrary.org/obo/OBI_0002354 + rdf:type owl:NamedIndividual , + ; + "Stage 4 (FIGO)" ; + ; + "A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of any T, any N, and M1." ; + "Chris Stoeckert, Helena Ellis" ; + "Stage 4" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/" ; + "NCI BBRB" ; + rdfs:label "Stage 4 (FIGO)" . + + +### http://purl.obolibrary.org/obo/OBI_0002355 + rdf:type owl:NamedIndividual , + ; + "Stage Unknown (FIGO)" ; + ; + "A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of (T0, N0, and M0) or (T1,1a-1c,2,2a-2c, NX, and M0) or (TX, N0,X, M0)." ; + "Chris Stoeckert, Helena Ellis" ; + "Stage Unknown" ; + "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/" ; + "NCI BBRB" ; + rdfs:label "Stage Unknown (FIGO)" . + + +### http://purl.obolibrary.org/obo/OBI_0002358 + rdf:type owl:NamedIndividual , + ; + "3: symptomatic in bed more than 50% of the day but not bed ridden" ; + ; + "An Eastern Cooperative Oncology Group score value specification indicating a patient is symptomatic and in bed for more than 50% of the day but is not bed ridden." ; + "Chris Stoeckert, Helena Ellis" ; + "NCI BBRB, OBI" ; + "NCI BBRB" ; + rdfs:label "3: symptomatic in bed more than 50% of the day but not bed ridden" . + + +### http://purl.obolibrary.org/obo/OBI_0002359 + rdf:type owl:NamedIndividual , + ; + "2: symptomatic but in bed less than 50% of the day" ; + ; + "An Eastern Cooperative Oncology Group score value specification indicating a patient is symptomatic but is in bed for less than 50% of the day." ; + "Chris Stoeckert, Helena Ellis" ; + "NCI BBRB, OBI" ; + "NCI BBRB" ; + rdfs:label "2: symptomatic but in bed less than 50% of the day" . + + +### http://purl.obolibrary.org/obo/OBI_0002360 + rdf:type owl:NamedIndividual , + ; + "4: bed ridden" ; + ; + "An Eastern Cooperative Oncology Group score value specification indicating a patient is symptomatic and is bed ridden." ; + "Chris Stoeckert, Helena Ellis" ; + "NCI BBRB, OBI" ; + "NCI BBRB" ; + rdfs:label "4: bed ridden" . + + +### http://purl.obolibrary.org/obo/OBI_0002361 + rdf:type owl:NamedIndividual , + ; + "0: asymptomatic" ; + ; + "An Eastern Cooperative Oncology Group score value specification indicating a patient is asymptomatic." ; + "Chris Stoeckert, Helena Ellis" ; + "NCI BBRB, OBI" ; + "NCI BBRB" ; + rdfs:label "0: asymptomatic" . + + +### http://purl.obolibrary.org/obo/OBI_0002362 + rdf:type owl:NamedIndividual , + ; + "1: symptomatic but fully ambulatory" ; + ; + "An Eastern Cooperative Oncology Group score value specification indicating a patient is symptomatic but is fully ambulatory." ; + "Chris Stoeckert, Helena Ellis" ; + "NCI BBRB, OBI" ; + "NCI BBRB" ; + rdfs:label "1: symptomatic but fully ambulatory" . + + +### http://purl.obolibrary.org/obo/OBI_0002364 + rdf:type owl:NamedIndividual , + ; + "100: asymptomatic" ; + ; + "A Karnofsky score vaue specification indicating that a patient is asymptomatic." ; + "Chris Stoeckert, Helena Ellis" ; + "NCI BBRB, OBI" ; + "NCI BBRB" ; + rdfs:label "100: asymptomatic" . + + +### http://purl.obolibrary.org/obo/OBI_0002365 + rdf:type owl:NamedIndividual , + ; + "80-90: symptomatic but fully ambulatory" ; + ; + "A Karnofsky score vaue specification indicating that a patient is symptomatic but fully ambulatory." ; + "Chris Stoeckert, Helena Ellis" ; + "NCI BBRB, OBI" ; + "NCI BBRB" ; + rdfs:label "80-90: symptomatic but fully ambulatory" . + + +### http://purl.obolibrary.org/obo/OBI_0002366 + rdf:type owl:NamedIndividual , + ; + "60-70: symptomatic but in bed less than 50% of the day" ; + ; + "A Karnofsky score vaue specification indicating that a patient is symptomatic but in bed less than 50% of the day." ; + "Chris Stoeckert, Helena Ellis" ; + "NCI BBRB, OBI" ; + "NCI BBRB" ; + rdfs:label "60-70: symptomatic but in bed less than 50% of the day" . + + +### http://purl.obolibrary.org/obo/OBI_0002367 + rdf:type owl:NamedIndividual , + ; + "40-50: symptomatic, in bed more than 50% of the day, but not bed ridden" ; + ; + "A Karnofsky score vaue specification indicating that a patient is symptomatic, in bed more than 50% of the day, but not bed ridden." ; + "Chris Stoeckert, Helena Ellis" ; + "NCI BBRB, OBI" ; + "NCI BBRB" ; + rdfs:label "40-50: symptomatic, in bed more than 50% of the day, but not bed ridden" . + + +### http://purl.obolibrary.org/obo/OBI_0002755 + rdf:type owl:NamedIndividual , + ; + "Oxford Nanopore Technologies" ; + ; + "An organization that is developing and selling nanopore sequencing products and is based in the UK." ; + "James A. Overton" ; + "https://en.wikipedia.org/wiki/Oxford_Nanopore_Technologies" ; + rdfs:label "Oxford Nanopore Technologies" . + + +### http://purl.obolibrary.org/obo/OBI_0002903 + rdf:type owl:NamedIndividual , + ; + "BioGents" ; + ; + "An organization that manufactures mosquito traps and other mosquito control products." ; + "John Judkins" ; + "WEB:https://eu.biogents.com/about-biogents/" ; + rdfs:label "BioGents" . + + +### http://purl.obolibrary.org/obo/OBI_0003495 + rdf:type owl:NamedIndividual , + ; + "Abbott" ; + ; + "A manufacturer of rapid point-of-care assay devices." ; + "John Judkins ORCID:0000-0001-6595-0902" ; + "WEB:https://www.globalpointofcare.abbott/en/about.html" ; + "https://github.com/obi-ontology/obi/issues/1456" ; + rdfs:label "Abbott" . + + +### http://purl.obolibrary.org/obo/OBI_0003496 + rdf:type owl:NamedIndividual , + ; + "J. Mitra" ; + ; + "A manufacturer of in vitro diagnostic assay kits in India." ; + "John Judkins ORCID:0000-0001-6595-0902" ; + "WEB:https://jmitra.co.in/about-us/" ; + "https://github.com/obi-ontology/obi/issues/1456" ; + rdfs:label "J. Mitra" . + + +### http://purl.obolibrary.org/obo/OBI_0003497 + rdf:type owl:NamedIndividual , + ; + "InBios" ; + ; + "A manufacturer that specializes in in vitro diagnostic devices designed to test for infectious diseases." ; + "John Judkins ORCID:0000-0001-6595-0902" ; + "WEB:https://inbios.com/about/" ; + "https://github.com/obi-ontology/obi/issues/1456" ; + rdfs:label "InBios" . + + +### http://purl.obolibrary.org/obo/UO_0000008 + rdf:type owl:NamedIndividual , + ; + "meter" ; + "A length unit which is equal to the length of the path traveled by light in vacuum during a time interval of 1/299 792 458 of a second." ; + "m" ; + ; + rdfs:label "meter" . + + +### http://purl.obolibrary.org/obo/UO_0000009 + rdf:type owl:NamedIndividual , + ; + "kilogram" ; + "A mass unit which is equal to the mass of the International Prototype Kilogram kept by the BIPM at Svres, France." ; + "kg" ; + ; + rdfs:label "kilogram" . + + +### http://purl.obolibrary.org/obo/UO_0000010 + rdf:type owl:NamedIndividual , + ; + "second" ; + "A time unit which is equal to the duration of 9 192 631 770 periods of the radiation corresponding to the transition between the two hyperfine levels of the ground state of the caesium 133 atom." ; + "s" , + "sec" ; + ; + rdfs:label "second" . + + +### http://purl.obolibrary.org/obo/UO_0000015 + rdf:type owl:NamedIndividual , + ; + "centimeter" ; + "A length unit which is equal to one hundredth of a meter or 10^[-2] m." ; + "cm" ; + ; + rdfs:label "centimeter" . + + +### http://purl.obolibrary.org/obo/UO_0000016 + rdf:type owl:NamedIndividual , + ; + "millimeter" ; + "A length unit which is equal to one thousandth of a meter or 10^[-3] m." ; + "mm" ; + ; + rdfs:label "millimeter" . + + +### http://purl.obolibrary.org/obo/UO_0000017 + rdf:type owl:NamedIndividual , + ; + "micrometer" ; + "A length unit which is equal to one millionth of a meter or 10^[-6] m." ; + "um" ; + ; + rdfs:label "micrometer" . + + +### http://purl.obolibrary.org/obo/UO_0000018 + rdf:type owl:NamedIndividual , + ; + "nanometer" ; + "A length unit which is equal to one thousandth of one millionth of a meter or 10^[-9] m." ; + "nm" ; + ; + rdfs:label "nanometer" . + + +### http://purl.obolibrary.org/obo/UO_0000019 + rdf:type owl:NamedIndividual , + ; + "angstrom" ; + "A length unit which is equal to 10 [-10] m." ; + ; + rdfs:label "angstrom" . + + +### http://purl.obolibrary.org/obo/UO_0000021 + rdf:type owl:NamedIndividual , + ; + "gram" ; + "A mass unit which is equal to one thousandth of a kilogram or 10^[-3] kg." ; + "g" ; + ; + rdfs:label "gram" . + + +### http://purl.obolibrary.org/obo/UO_0000022 + rdf:type owl:NamedIndividual , + ; + "milligram" ; + "A mass unit which is equal to one thousandth of a gram or 10^[-3] g." ; + "mg" ; + ; + rdfs:label "milligram" . + + +### http://purl.obolibrary.org/obo/UO_0000023 + rdf:type owl:NamedIndividual , + ; + "microgram" ; + "A mass unit which is equal to one millionth of a gram or 10^[-6] g." ; + "ug" ; + ; + rdfs:label "microgram" . + + +### http://purl.obolibrary.org/obo/UO_0000024 + rdf:type owl:NamedIndividual , + ; + "nanogram" ; + "A mass unit which is equal to one thousandth of one millionth of a gram or 10^[-9] g." ; + "ng" ; + ; + rdfs:label "nanogram" . + + +### http://purl.obolibrary.org/obo/UO_0000025 + rdf:type owl:NamedIndividual , + ; + "picogram" ; + "A mass unit which is equal to 10^[-12] g." ; + "pg" ; + ; + rdfs:label "picogram" . + + +### http://purl.obolibrary.org/obo/UO_0000027 + rdf:type owl:NamedIndividual , + ; + "degree Celsius" ; + "A temperature unit which is equal to one kelvin degree. However, they have their zeros at different points. The centigrade scale has its zero at 273.15 K." ; + "C" , + "degree C" ; + ; + rdfs:label "degree Celsius" . + + +### http://purl.obolibrary.org/obo/UO_0000031 + rdf:type owl:NamedIndividual , + ; + "minute" ; + "A time unit which is equal to 60 seconds." ; + "min" ; + ; + rdfs:label "minute" . + + +### http://purl.obolibrary.org/obo/UO_0000032 + rdf:type owl:NamedIndividual , + ; + "hour" ; + "A time unit which is equal to 3600 seconds or 60 minutes." ; + "h" , + "hr" ; + ; + rdfs:label "hour" . + + +### http://purl.obolibrary.org/obo/UO_0000033 + rdf:type owl:NamedIndividual , + ; + "day" ; + "A time unit which is equal to 24 hours." ; + ; + rdfs:label "day" . + + +### http://purl.obolibrary.org/obo/UO_0000034 + rdf:type owl:NamedIndividual , + ; + "week" ; + "A time unit which is equal to 7 days." ; + ; + rdfs:label "week" . + + +### http://purl.obolibrary.org/obo/UO_0000035 + rdf:type owl:NamedIndividual , + ; + "month" ; + "A time unit which is approximately equal to the length of time of one of cycle of the moon's phases which in science is taken to be equal to 30 days." ; + ; + rdfs:label "month" . + + +### http://purl.obolibrary.org/obo/UO_0000036 + rdf:type owl:NamedIndividual , + ; + "year" ; + "A time unit which is equal to 12 months which is science is taken to be equal to 365.25 days." ; + ; + rdfs:label "year" . + + +### http://purl.obolibrary.org/obo/UO_0000039 + rdf:type owl:NamedIndividual , + ; + "micromole" ; + "A substance unit equal to a millionth of a mol or 10^[-6] mol." ; + "umol" ; + ; + rdfs:label "micromole" . + + +### http://purl.obolibrary.org/obo/UO_0000041 + rdf:type owl:NamedIndividual , + ; + "nanomole" ; + "A substance unit equal to one thousandth of one millionth of a mole or 10^[-9] mol." ; + "nmol" ; + ; + rdfs:label "nanomole" . + + +### http://purl.obolibrary.org/obo/UO_0000042 + rdf:type owl:NamedIndividual , + ; + "picomole" ; + "A substance unit equal to 10^[-12] mol." ; + "pmol" ; + ; + rdfs:label "picomole" . + + +### http://purl.obolibrary.org/obo/UO_0000062 + rdf:type owl:NamedIndividual , + ; + "molar" ; + "A unit of concentration which expresses a concentration of 1 mole of solute per liter of solution (mol/L)." ; + "M" ; + ; + rdfs:label "molar" . + + +### http://purl.obolibrary.org/obo/UO_0000063 + rdf:type owl:NamedIndividual , + ; + "millimolar" ; + "A unit of molarity which is equal to one thousandth of a molar or 10^[-3] M." ; + "mM" ; + ; + rdfs:label "millimolar" . + + +### http://purl.obolibrary.org/obo/UO_0000064 + rdf:type owl:NamedIndividual , + ; + "micromolar" ; + "A unit of molarity which is equal to one millionth of a molar or 10^[-6] M." ; + "uM" ; + ; + rdfs:label "micromolar" . + + +### http://purl.obolibrary.org/obo/UO_0000065 + rdf:type owl:NamedIndividual , + ; + "nanomolar" ; + "A unit of molarity which is equal to one thousandth of one millionth of a molar or 10^[-9] M." ; + "nM" ; + ; + rdfs:label "nanomolar" . + + +### http://purl.obolibrary.org/obo/UO_0000066 + rdf:type owl:NamedIndividual , + ; + "picomolar" ; + "A unit of molarity which is equal to 10^[-12] M." ; + "pM" ; + ; + rdfs:label "picomolar" . + + +### http://purl.obolibrary.org/obo/UO_0000097 + rdf:type owl:NamedIndividual , + ; + "cubic centimeter" ; + "A volume unit which is equal to one millionth of a cubic meter or 10^[-9] m^[3], or to 1 ml." ; + "cc" ; + ; + rdfs:label "cubic centimeter" . + + +### http://purl.obolibrary.org/obo/UO_0000098 + rdf:type owl:NamedIndividual , + ; + "milliliter" ; + "A volume unit which is equal to one thousandth of a liter or 10^[-3] L, or to 1 cubic centimeter." ; + "ml" ; + ; + rdfs:label "milliliter" . + + +### http://purl.obolibrary.org/obo/UO_0000099 + rdf:type owl:NamedIndividual , + ; + "liter" ; + "A volume unit which is equal to one thousandth of a cubic meter or 10^[-3] m^[3], or to 1 decimeter." ; + "L" ; + ; + rdfs:label "liter" . + + +### http://purl.obolibrary.org/obo/UO_0000100 + rdf:type owl:NamedIndividual , + ; + "cubic decimeter" ; + "A volume unit which is equal to one thousand of a cubic meter or 10^[-3] m^[3], or to 1 L." ; + ; + rdfs:label "cubic decimeter" . + + +### http://purl.obolibrary.org/obo/UO_0000101 + rdf:type owl:NamedIndividual , + ; + "microliter" ; + "A volume unit which is equal to one millionth of a liter or 10^[-6] L." ; + "ul" ; + ; + rdfs:label "microliter" . + + +### http://purl.obolibrary.org/obo/UO_0000102 + rdf:type owl:NamedIndividual , + ; + "nanoliter" ; + "A volume unit which is equal to one thousandth of one millionth of a liter or 10^[-9] L." ; + "nl" ; + ; + rdfs:label "nanoliter" . + + +### http://purl.obolibrary.org/obo/UO_0000103 + rdf:type owl:NamedIndividual , + ; + "picoliter" ; + "A volume unit which is equal to 10^[-12] L." ; + "pl" ; + ; + rdfs:label "picoliter" . + + +### http://purl.obolibrary.org/obo/UO_0000106 + rdf:type owl:NamedIndividual , + ; + "hertz" ; + "A frequency unit which is equal to 1 complete cycle of a recurring phenomenon in 1 second." ; + ; + rdfs:label "hertz" . + + +### http://purl.obolibrary.org/obo/UO_0000163 + rdf:type owl:NamedIndividual , + ; + "mass percentage" ; + "A dimensionless concentration unit which denotes the mass of a substance in a mixture as a percentage of the mass of the entire mixture." ; + "% w/w" , + "percent weight pr weight" ; + ; + rdfs:label "mass percentage" . + + +### http://purl.obolibrary.org/obo/UO_0000164 + rdf:type owl:NamedIndividual , + ; + "mass volume percentage" ; + "A dimensionless concentration unit which denotes the mass of the substance in a mixture as a percentage of the volume of the entire mixture." ; + "% w/v" , + "percent vol per vol" ; + ; + rdfs:label "mass volume percentage" . + + +### http://purl.obolibrary.org/obo/UO_0000165 + rdf:type owl:NamedIndividual , + ; + "volume percentage" ; + "A dimensionless concentration unit which denotes the volume of the solute in mL per 100 mL of the resulting solution." ; + "% v/v" , + "percent vol per vol" ; + ; + rdfs:label "volume percentage" . + + +### http://purl.obolibrary.org/obo/UO_0000175 + rdf:type owl:NamedIndividual , + ; + "gram per liter" ; + "A mass unit density which is equal to mass of an object in grams divided by the volume in liters." ; + "g per L" , + "g/L" ; + ; + rdfs:label "gram per liter" . + + +### http://purl.obolibrary.org/obo/UO_0000176 + rdf:type owl:NamedIndividual , + ; + "milligram per milliliter" ; + "A mass unit density which is equal to mass of an object in milligrams divided by the volume in milliliters." ; + "mg per ml" , + "mg/ml" ; + ; + rdfs:label "milligram per milliliter" . + + +### http://purl.obolibrary.org/obo/UO_0000195 + rdf:type owl:NamedIndividual , + ; + "degree Fahrenheit" ; + "A temperature unit which is equal to 5/9ths of a kelvin. Negative 40 degrees Fahrenheit is equal to negative 40 degrees Celsius." ; + ; + rdfs:label "degree Fahrenheit" . + + +### http://purl.obolibrary.org/obo/UO_0000196 + rdf:type owl:NamedIndividual , + ; + "pH" ; + "A dimensionless concentration notation which denotes the acidity of a solution in terms of activity of hydrogen ions (H+)." ; + ; + rdfs:label "pH" . + + +### http://purl.obolibrary.org/obo/UO_0000207 + rdf:type owl:NamedIndividual , + ; + "milliliter per liter" ; + "A volume per unit volume unit which is equal to one millionth of a liter of solute in one liter of solution." ; + "ml per L" , + "ml/l" ; + ; + rdfs:label "milliliter per liter" . + + +### http://purl.obolibrary.org/obo/UO_0000208 + rdf:type owl:NamedIndividual , + ; + "gram per deciliter" ; + "A mass density unit which is equal to mass of an object in grams divided by the volume in deciliters." ; + "g/dl" ; + ; + rdfs:label "gram per deciliter" . + + +### http://purl.obolibrary.org/obo/UO_0000212 + rdf:type owl:NamedIndividual , + ; + "colony forming unit per volume" ; + "A concentration unit which a measure of viable bacterial numbers in a given volume." ; + ; + rdfs:label "colony forming unit per volume" . + + +### http://purl.obolibrary.org/obo/UO_0000271 + rdf:type owl:NamedIndividual , + ; + "microliters per minute" ; + "A volumetric flow rate unit which is equal to one microliter volume through a given surface in one minute." ; + ; + rdfs:label "microliters per minute" . + + +### http://purl.obolibrary.org/obo/UO_0000281 + rdf:type owl:NamedIndividual , + ; + "count per nanomolar second" ; + "A rate unit which is equal to one over one nanomolar second." ; + ; + rdfs:label "count per nanomolar second" . + + +### http://purl.obolibrary.org/obo/UO_0000282 + rdf:type owl:NamedIndividual , + ; + "count per molar second" ; + "A rate unit which is equal to one over one molar second." ; + ; + rdfs:label "count per molar second" . + + +### http://purl.obolibrary.org/obo/UO_0000284 + rdf:type owl:NamedIndividual , + ; + "count per nanomolar" ; + "A rate unit which is equal to one over one nanomolar." ; + ; + rdfs:label "count per nanomolar" . + + +### http://purl.obolibrary.org/obo/UO_0000285 + rdf:type owl:NamedIndividual , + ; + "count per molar" ; + "A rate unit which is equal to one over one molar." ; + ; + rdfs:label "count per molar" . + + +### http://purl.obolibrary.org/obo/UO_0000301 + rdf:type owl:NamedIndividual , + ; + "microgram per liter" ; + "A mass unit density which is equal to mass of an object in micrograms divided by the volume in liters." ; + "ng/ml" , + "ug/L" ; + ; + rdfs:label "microgram per liter" . + + +### http://purl.obolibrary.org/obo/obi.owl + rdf:type owl:NamedIndividual . + + +################################################################# +# Annotations +################################################################# + + rdfs:label "description" . + + + "Mark Miller" ; + "2018-05-11T13:47:29Z"^^xsd:dateTime ; + rdfs:label "license" . + + + rdfs:label "title" . + + +################################################################# +# General axioms +################################################################# + +[ rdf:type owl:AllDifferent ; + owl:distinctMembers ( + + + + + + + + ) +] . + + +[ rdf:type owl:AllDifferent ; + owl:distinctMembers ( + + + + ) +] . + + +################################################################# +# Rules +################################################################# + + rdf:type . + + rdf:type . + + rdf:type . + + rdf:type . + + rdf:type . + + rdf:type . + + rdf:type . + + rdf:type . + + rdf:type . + + rdf:type . + + rdf:type . + + rdf:type . + + rdf:type . + + rdf:type . + + rdf:type . + + rdf:type . + + rdf:type . + + rdf:type . + + rdf:type . + + rdf:type . + + rdf:type . + + rdf:type . + + rdf:type . + + rdf:type . + + rdf:type . + + rdf:type . + +[ rdf:type ; + [ rdf:type ; + rdf:first [ rdf:type ; + ; + + ] ; + rdf:rest [ rdf:type ; + rdf:first [ rdf:type ; + ; + ; + + ] ; + rdf:rest rdf:nil + ] + ] ; + [ rdf:type ; + rdf:first [ rdf:type ; + ; + ; + + ] ; + rdf:rest rdf:nil + ] + ] . + +[ rdf:type ; + [ rdf:type ; + rdf:first [ rdf:type ; + ; + + ] ; + rdf:rest [ rdf:type ; + rdf:first [ rdf:type ; + ; + ; + + ] ; + rdf:rest rdf:nil + ] + ] ; + [ rdf:type ; + rdf:first [ rdf:type ; + ; + ; + + ] ; + rdf:rest rdf:nil + ] + ] . + +[ rdf:type ; + [ rdf:type ; + rdf:first [ rdf:type ; + ; + + ] ; + rdf:rest [ rdf:type ; + rdf:first [ rdf:type ; + ; + ; + + ] ; + rdf:rest rdf:nil + ] + ] ; + [ rdf:type ; + rdf:first [ rdf:type ; + ; + ; + + ] ; + rdf:rest rdf:nil + ] + ] . + +[ rdfs:comment """GP(X)-enables->MF(Y)-has_part->MF(Z) => GP(X) enables MF(Z), +e.g. if GP X enables ATPase coupled transporter activity' and 'ATPase coupled transporter activity' has_part 'ATPase activity' then GP(X) enables 'ATPase activity'""" ; + rdfs:label "enabling an MF enables its parts" ; + rdf:type ; + [ rdf:type ; + rdf:first [ rdf:type ; + ; + + ] ; + rdf:rest [ rdf:type ; + rdf:first [ rdf:type ; + ; + ; + + ] ; + rdf:rest [ rdf:type ; + rdf:first [ rdf:type ; + ; + ; + + ] ; + rdf:rest rdf:nil + ] + ] + ] ; + [ rdf:type ; + rdf:first [ rdf:type ; + ; + ; + + ] ; + rdf:rest rdf:nil + ] + ] . + +[ "true"^^xsd:boolean ; + rdfs:comment "GP(X)-enables->MF(Y)-part_of->BP(Z) => GP(X) involved_in BP(Z) e.g. if X enables 'protein kinase activity' and Y 'part of' 'signal tranduction' then X involved in 'signal transduction'" ; + rdfs:label "involved in BP" ; + rdf:type ; + [ rdf:type ; + rdf:first [ rdf:type ; + ; + + ] ; + rdf:rest [ rdf:type ; + rdf:first [ rdf:type ; + ; + ; + + ] ; + rdf:rest [ rdf:type ; + rdf:first [ rdf:type ; + ; + ; + + ] ; + rdf:rest rdf:nil + ] + ] + ] ; + [ rdf:type ; + rdf:first [ rdf:type ; + ; + ; + + ] ; + rdf:rest rdf:nil + ] + ] . + +[ "true"^^xsd:boolean ; + rdfs:comment "MF(X)-directly_regulates->MF(Y)-enabled_by->GP(Z) => MF(Y)-has_input->GP(Y) e.g. if 'protein kinase activity'(X) directly_regulates 'protein binding activity (Y)and this is enabled by GP(Z) then X has_input Z" ; + rdfs:label "infer input from direct reg" ; + rdf:type ; + [ rdf:type ; + rdf:first [ rdf:type ; + ; + ; + + ] ; + rdf:rest [ rdf:type ; + rdf:first [ rdf:type ; + ; + ; + + ] ; + rdf:rest [ rdf:type ; + rdf:first [ rdf:type ; + ; + + ] ; + rdf:rest [ rdf:type ; + rdf:first [ rdf:type ; + ; + + ] ; + rdf:rest rdf:nil + ] + ] + ] + ] ; + [ rdf:type ; + rdf:first [ rdf:type ; + ; + ; + + ] ; + rdf:rest rdf:nil + ] + ] . + +[ rdfs:comment "If a molecular function (X) has a regulatory subfunction, then any gene product which is an input to that subfunction has an activity that directly_regulates X. Note: this is intended for cases where the regaultory subfunction is protein binding, so it could be tightened with an additional clause to specify this." ; + rdfs:label "inferring direct reg edge from input to regulatory subfunction" ; + rdf:type ; + [ rdf:type ; + rdf:first [ rdf:type ; + ; + ; + + ] ; + rdf:rest [ rdf:type ; + rdf:first [ rdf:type ; + ; + ; + + ] ; + rdf:rest [ rdf:type ; + rdf:first [ rdf:type ; + ; + ; + + ] ; + rdf:rest rdf:nil + ] + ] + ] ; + [ rdf:type ; + rdf:first [ rdf:type ; + ; + ; + + ] ; + rdf:rest rdf:nil + ] + ] . + +[ rdfs:label "inferring direct neg reg edge from input to regulatory subfunction" ; + rdf:type ; + [ rdf:type ; + rdf:first [ rdf:type ; + ; + ; + + ] ; + rdf:rest [ rdf:type ; + rdf:first [ rdf:type ; + ; + ; + + ] ; + rdf:rest [ rdf:type ; + rdf:first [ rdf:type ; + ; + ; + + ] ; + rdf:rest rdf:nil + ] + ] + ] ; + [ rdf:type ; + rdf:first [ rdf:type ; + ; + ; + + ] ; + rdf:rest rdf:nil + ] + ] . + +[ rdfs:label "inferring direct positive reg edge from input to regulatory subfunction" ; + rdf:type ; + [ rdf:type ; + rdf:first [ rdf:type ; + ; + ; + + ] ; + rdf:rest [ rdf:type ; + rdf:first [ rdf:type ; + ; + ; + + ] ; + rdf:rest [ rdf:type ; + rdf:first [ rdf:type ; + ; + ; + + ] ; + rdf:rest rdf:nil + ] + ] + ] ; + [ rdf:type ; + rdf:first [ rdf:type ; + ; + ; + + ] ; + rdf:rest rdf:nil + ] + ] . + +[ rdf:type ; + [ rdf:type ; + rdf:first [ rdf:type ; + ; + ; + + ] ; + rdf:rest [ rdf:type ; + rdf:first [ rdf:type ; + ; + + ] ; + rdf:rest [ rdf:type ; + rdf:first [ rdf:type ; + ; + ; + + ] ; + rdf:rest [ rdf:type ; + rdf:first [ rdf:type ; + ; + ; + + ] ; + rdf:rest rdf:nil + ] + ] + ] + ] ; + [ rdf:type ; + rdf:first [ rdf:type ; + ; + ; + + ] ; + rdf:rest rdf:nil + ] + ] . + +[ rdfs:label "effector input is compound function input" ; + rdf:type ; + [ rdf:type ; + rdf:first [ rdf:type ; + ; + ; + + ] ; + rdf:rest [ rdf:type ; + rdf:first [ rdf:type ; + ; + ; + + ] ; + rdf:rest rdf:nil + ] + ] ; + [ rdf:type ; + rdf:first [ rdf:type ; + ; + ; + + ] ; + rdf:rest rdf:nil + ] + ] . + +[ rdfs:label "Input of effector is input of its parent MF" ; + rdf:type ; + [ rdf:type ; + rdf:first [ rdf:type ; + ; + ; + + ] ; + rdf:rest [ rdf:type ; + rdf:first [ rdf:type ; + ; + ; + + ] ; + rdf:rest rdf:nil + ] + ] ; + [ rdf:type ; + rdf:first [ rdf:type ; + ; + ; + + ] ; + rdf:rest rdf:nil + ] + ] . + +[ rdfs:comment "if effector directly positively regulates X, its parent MF directly positively regulates X" ; + rdf:type ; + [ rdf:type ; + rdf:first [ rdf:type ; + ; + ; + + ] ; + rdf:rest [ rdf:type ; + rdf:first [ rdf:type ; + ; + ; + + ] ; + rdf:rest rdf:nil + ] + ] ; + [ rdf:type ; + rdf:first [ rdf:type ; + ; + ; + + ] ; + rdf:rest rdf:nil + ] + ] . + +[ rdfs:comment "if effector directly regulates X, its parent MF directly regulates X" ; + rdf:type ; + [ rdf:type ; + rdf:first [ rdf:type ; + ; + ; + + ] ; + rdf:rest [ rdf:type ; + rdf:first [ rdf:type ; + ; + ; + + ] ; + rdf:rest rdf:nil + ] + ] ; + [ rdf:type ; + rdf:first [ rdf:type ; + ; + ; + + ] ; + rdf:rest rdf:nil + ] + ] . + +[ rdfs:label "if effector directly negatively regulates X, its parent MF directly negatively regulates X" ; + rdf:type ; + [ rdf:type ; + rdf:first [ rdf:type ; + ; + ; + + ] ; + rdf:rest [ rdf:type ; + rdf:first [ rdf:type ; + ; + ; + + ] ; + rdf:rest rdf:nil + ] + ] ; + [ rdf:type ; + rdf:first [ rdf:type ; + ; + ; + + ] ; + rdf:rest rdf:nil + ] + ] . + +[ rdf:type ; + [ rdf:type ; + rdf:first [ rdf:type ; + ; + ; + + ] ; + rdf:rest [ rdf:type ; + rdf:first [ rdf:type ; + ; + ; + + ] ; + rdf:rest rdf:nil + ] + ] ; + [ rdf:type ; + rdf:first [ rdf:type ; + ; + ; + + ] ; + rdf:rest rdf:nil + ] + ] . + +[ rdf:type ; + [ rdf:type ; + rdf:first [ rdf:type ; + ; + ; + + ] ; + rdf:rest [ rdf:type ; + rdf:first [ rdf:type ; + ; + ; + + ] ; + rdf:rest rdf:nil + ] + ] ; + [ rdf:type ; + rdf:first [ rdf:type ; + ; + ; + + ] ; + rdf:rest rdf:nil + ] + ] . + +[ rdf:type ; + [ rdf:type ; + rdf:first [ rdf:type ; + ; + ; + + ] ; + rdf:rest [ rdf:type ; + rdf:first [ rdf:type ; + ; + ; + + ] ; + rdf:rest rdf:nil + ] + ] ; + [ rdf:type ; + rdf:first [ rdf:type ; + ; + ; + + ] ; + rdf:rest rdf:nil + ] + ] . + +[ rdf:type ; + [ rdf:type ; + rdf:first [ rdf:type ; + ; + ; + + ] ; + rdf:rest [ rdf:type ; + rdf:first [ rdf:type ; + ; + ; + + ] ; + rdf:rest rdf:nil + ] + ] ; + [ rdf:type ; + rdf:first [ rdf:type ; + ; + ; + + ] ; + rdf:rest rdf:nil + ] + ] . + +[ rdf:type ; + [ rdf:type ; + rdf:first [ rdf:type ; + ; + ; + + ] ; + rdf:rest [ rdf:type ; + rdf:first [ rdf:type ; + ; + ; + + ] ; + rdf:rest rdf:nil + ] + ] ; + [ rdf:type ; + rdf:first [ rdf:type ; + ; + ; + + ] ; + rdf:rest rdf:nil + ] + ] . + +[ rdf:type ; + [ rdf:type ; + rdf:first [ rdf:type ; + ; + ; + + ] ; + rdf:rest [ rdf:type ; + rdf:first [ rdf:type ; + ; + ; + + ] ; + rdf:rest rdf:nil + ] + ] ; + [ rdf:type ; + rdf:first [ rdf:type ; + ; + ; + + ] ; + rdf:rest rdf:nil + ] + ] . + +### Generated by the OWL API (version 5.1.18) https://github.com/owlcs/owlapi/ diff --git a/provenance/provenance-de.html b/provenance/provenance-de.html new file mode 100644 index 0000000..0748198 --- /dev/null +++ b/provenance/provenance-de.html @@ -0,0 +1,18 @@ + + + + + + + + +
+

Herkunft von DigitRubber Ontology Dokumentation (http://purl.obolibrary.org/obo/digitrubber/releases/2023-06-01/digitrubber-full.owl)

+
    +
  • Entwickler der Ontologie: https://orcid.org/0000-0000-0000-0000
  • An der Ontologie haben mitgewirkt: http://purl.obolibrary.org/obo/digitrubber/0000-0000-0000-0000
  • +
  • Die Ontologie-Dokumentation ist Ergebnis der Anwendung vom Widoco Tool (das wiederum LODE zur Generierung der Querverweise verwendet.
  • +
  • Diese Dokumentation wurde generiert am: 2023-06-01T08:05:00
+
+

zurück zu Dokumentation. TTL Format

+ + \ No newline at end of file diff --git a/provenance/provenance-de.ttl b/provenance/provenance-de.ttl new file mode 100644 index 0000000..d9dec3b --- /dev/null +++ b/provenance/provenance-de.ttl @@ -0,0 +1,13 @@ +@prefix prov: . +@prefix dc: . +@prefix foaf: . +@prefix : <> . + a prov:Entity; + dc:title "DigitRubber Ontology"; + prov:wasAttributedTo ; + dc:creator ; + prov:wasAttributedTo ; + dc:contributor ; + prov:wasAttributedTo ,; + prov:wasGeneratedAt "2023-06-01T08:05:00"; +. diff --git a/provenance/provenance-en.html b/provenance/provenance-en.html new file mode 100644 index 0000000..bf436c5 --- /dev/null +++ b/provenance/provenance-en.html @@ -0,0 +1,18 @@ + + + + + + + + +
+

Provenance for DigitRubber Ontology Documentation (http://purl.obolibrary.org/obo/digitrubber/releases/2023-06-01/digitrubber-full.owl)

+
    +
  • Ontology created by: https://orcid.org/0000-0000-0000-0000
  • Ontology contributed to by: http://purl.obolibrary.org/obo/digitrubber/0000-0000-0000-0000
  • +
  • The ontology documentation was the result of using the Widoco tool (which itself uses LODE for generating the crossreference section).
  • +
  • The documentation was generated at 2023-06-01T08:05:00
+
+

back to documentation. TTL format

+ + \ No newline at end of file diff --git a/provenance/provenance-en.ttl b/provenance/provenance-en.ttl new file mode 100644 index 0000000..d9dec3b --- /dev/null +++ b/provenance/provenance-en.ttl @@ -0,0 +1,13 @@ +@prefix prov: . +@prefix dc: . +@prefix foaf: . +@prefix : <> . + a prov:Entity; + dc:title "DigitRubber Ontology"; + prov:wasAttributedTo ; + dc:creator ; + prov:wasAttributedTo ; + dc:contributor ; + prov:wasAttributedTo ,; + prov:wasGeneratedAt "2023-06-01T08:05:00"; +. diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..246eeba --- /dev/null +++ b/readme.md @@ -0,0 +1,34 @@ +About Widoco output +=================== +The purpose of Widoco is to reuse and integrate existing tools for documentation, plus the set of features listed below: +* Separation of the sections of your html page so you can write them independently and replace only those needed. +* Automatic annotation in RDF-a of the html produced. +* Association of a provenance page which includes the history of your vocabulary (W3C PROV-O compliant). +* Metadata extraction from the ontology plus the means to complete it on the fly when generating your ontology. +* Guidelines on the main sections that your document should have and how to complete them. + +Widoco will create 3 different folders: +| +|-provenance (a folder including an html and RDF serialization of how the documentation page was created) +|-resources (folder with the different resources) +|-sections (folder with the different sections of the documentation, separated for easy editing. Just edit one and the main page will be updated) + +Completing ontology metadata. +=================== +Widoco uses the ontology metadata to update a configuration file. If you complete that configuration file (ended up widoco.conf), the tool will enhance your html with additional details, such as how to cite the document, previous revisions, icons with the licence, etc. + +Browser issues +========== +The result of executing Widoco is an html file. We have tested it in Mozilla, IE and Chrome, and when the page is stored in a server all the browsers work correctly. If you view the file locally, we recommend you to use Mozilla Firefox (or Internet Explorer, if you must). Google Chrome will not show the contents correctly, as it doesn't allow XMLHttpRequest without HTTP. If you want to view the page locally with Google Chrome you have two possibilities: + +a) Place the file in a server and access it via its URL (for example, put it in dropbox and access through its public url). + +b) Execute Chrome with the following commands : + +(WIN) chrome.exe --allow-file-access-from-files, + +(OSX) open /Applications/Google\ Chrome.app/ --args --allow-file-access-from-files + +(UNX) /usr/bin/google-chrome --allow-file-access-from-files + +Do you have a problem? open an issue at https://github.com/dgarijo/Widoco \ No newline at end of file diff --git a/resources/extra.css b/resources/extra.css new file mode 100644 index 0000000..16689d3 --- /dev/null +++ b/resources/extra.css @@ -0,0 +1,124 @@ +body { + text-align: justify; +} + +h1 { + line-height: 110%; +} + +.hlist { + border: 1px solid navy; + padding:5px; + background-color: #F4FFFF; +} + +.hlist li { + display: inline; + display: inline-table; + list-style-type: none; + padding-right: 20px; + +} + +.entity { + border: 1px solid navy; + margin:5px 0px 5px 0px; + padding: 5px; +} + +.type-c { + cursor:help; + color:orange; +} + +.type-op { + cursor:help; + color:navy; +} + +.type-dp { + cursor:help; + color:green; +} + +.type-ap { + cursor:help; + color:maroon; +} + +.type-ni { + cursor:help; + color:brown; +} + +.logic { + color:purple; + font-weight:bold; +} + +h3 { + margin-top: 3px; + padding-bottom: 5px; + border-bottom: 1px solid navy; +} + +h2 { + margin-top:40px; +} + +.dotted { + border-bottom: 1px dotted gray; +} + +dt { + margin-top:5px; +} + +.description { + border-top: 1px dashed gray; + border-bottom: 1px dashed gray; + background-color: rgb(242, 243, 244); + margin-top:5px; + padding-bottom:5px; +} + +.description dl { + background-color: rgb(242, 243, 244); +} + +.description ul { + padding-left: 12px; + margin-top: 0px; +} + +.backlink { + font-size:10pt; + text-align:right; + float:right; + color:black; + padding: 2px; + border: 1px dotted navy; + background-color: #F4FFFF; +} + +.imageblock { + text-align: center; +} + +.imageblock img { + border:1px solid gray; +} + +.endnote { + margin-top: 40px; + border-top: 1px solid gray; + padding-top: 10px; + text-align: center; + color:gray; + font-size:70%; +} + +.literal { + color:green; + font-style:italic; +} \ No newline at end of file diff --git a/resources/jquery.js b/resources/jquery.js new file mode 100644 index 0000000..48590ec --- /dev/null +++ b/resources/jquery.js @@ -0,0 +1,18 @@ +/*! + * jQuery JavaScript Library v1.6.2 + * http://jquery.com/ + * + * Copyright 2011, John Resig + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * Includes Sizzle.js + * http://sizzlejs.com/ + * Copyright 2011, The Dojo Foundation + * Released under the MIT, BSD, and GPL Licenses. + * + * Date: Thu Jun 30 14:16:56 2011 -0400 + */ +(function(a,b){function cv(a){return f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}function cs(a){if(!cg[a]){var b=c.body,d=f("<"+a+">").appendTo(b),e=d.css("display");d.remove();if(e==="none"||e===""){ch||(ch=c.createElement("iframe"),ch.frameBorder=ch.width=ch.height=0),b.appendChild(ch);if(!ci||!ch.createElement)ci=(ch.contentWindow||ch.contentDocument).document,ci.write((c.compatMode==="CSS1Compat"?"":"")+""),ci.close();d=ci.createElement(a),ci.body.appendChild(d),e=f.css(d,"display"),b.removeChild(ch)}cg[a]=e}return cg[a]}function cr(a,b){var c={};f.each(cm.concat.apply([],cm.slice(0,b)),function(){c[this]=a});return c}function cq(){cn=b}function cp(){setTimeout(cq,0);return cn=f.now()}function cf(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}function ce(){try{return new a.XMLHttpRequest}catch(b){}}function b$(a,c){a.dataFilter&&(c=a.dataFilter(c,a.dataType));var d=a.dataTypes,e={},g,h,i=d.length,j,k=d[0],l,m,n,o,p;for(g=1;g0){c!=="border"&&f.each(e,function(){c||(d-=parseFloat(f.css(a,"padding"+this))||0),c==="margin"?d+=parseFloat(f.css(a,c+this))||0:d-=parseFloat(f.css(a,"border"+this+"Width"))||0});return d+"px"}d=bx(a,b,b);if(d<0||d==null)d=a.style[b]||0;d=parseFloat(d)||0,c&&f.each(e,function(){d+=parseFloat(f.css(a,"padding"+this))||0,c!=="padding"&&(d+=parseFloat(f.css(a,"border"+this+"Width"))||0),c==="margin"&&(d+=parseFloat(f.css(a,c+this))||0)});return d+"px"}function bm(a,b){b.src?f.ajax({url:b.src,async:!1,dataType:"script"}):f.globalEval((b.text||b.textContent||b.innerHTML||"").replace(be,"/*$0*/")),b.parentNode&&b.parentNode.removeChild(b)}function bl(a){f.nodeName(a,"input")?bk(a):"getElementsByTagName"in a&&f.grep(a.getElementsByTagName("input"),bk)}function bk(a){if(a.type==="checkbox"||a.type==="radio")a.defaultChecked=a.checked}function bj(a){return"getElementsByTagName"in a?a.getElementsByTagName("*"):"querySelectorAll"in a?a.querySelectorAll("*"):[]}function bi(a,b){var c;if(b.nodeType===1){b.clearAttributes&&b.clearAttributes(),b.mergeAttributes&&b.mergeAttributes(a),c=b.nodeName.toLowerCase();if(c==="object")b.outerHTML=a.outerHTML;else if(c!=="input"||a.type!=="checkbox"&&a.type!=="radio"){if(c==="option")b.selected=a.defaultSelected;else if(c==="input"||c==="textarea")b.defaultValue=a.defaultValue}else a.checked&&(b.defaultChecked=b.checked=a.checked),b.value!==a.value&&(b.value=a.value);b.removeAttribute(f.expando)}}function bh(a,b){if(b.nodeType===1&&!!f.hasData(a)){var c=f.expando,d=f.data(a),e=f.data(b,d);if(d=d[c]){var g=d.events;e=e[c]=f.extend({},d);if(g){delete e.handle,e.events={};for(var h in g)for(var i=0,j=g[h].length;i=0===c})}function V(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function N(a,b){return(a&&a!=="*"?a+".":"")+b.replace(z,"`").replace(A,"&")}function M(a){var b,c,d,e,g,h,i,j,k,l,m,n,o,p=[],q=[],r=f._data(this,"events");if(!(a.liveFired===this||!r||!r.live||a.target.disabled||a.button&&a.type==="click")){a.namespace&&(n=new RegExp("(^|\\.)"+a.namespace.split(".").join("\\.(?:.*\\.)?")+"(\\.|$)")),a.liveFired=this;var s=r.live.slice(0);for(i=0;ic)break;a.currentTarget=e.elem,a.data=e.handleObj.data,a.handleObj=e.handleObj,o=e.handleObj.origHandler.apply(e.elem,arguments);if(o===!1||a.isPropagationStopped()){c=e.level,o===!1&&(b=!1);if(a.isImmediatePropagationStopped())break}}return b}}function K(a,c,d){var e=f.extend({},d[0]);e.type=a,e.originalEvent={},e.liveFired=b,f.event.handle.call(c,e),e.isDefaultPrevented()&&d[0].preventDefault()}function E(){return!0}function D(){return!1}function m(a,c,d){var e=c+"defer",g=c+"queue",h=c+"mark",i=f.data(a,e,b,!0);i&&(d==="queue"||!f.data(a,g,b,!0))&&(d==="mark"||!f.data(a,h,b,!0))&&setTimeout(function(){!f.data(a,g,b,!0)&&!f.data(a,h,b,!0)&&(f.removeData(a,e,!0),i.resolve())},0)}function l(a){for(var b in a)if(b!=="toJSON")return!1;return!0}function k(a,c,d){if(d===b&&a.nodeType===1){var e="data-"+c.replace(j,"$1-$2").toLowerCase();d=a.getAttribute(e);if(typeof d=="string"){try{d=d==="true"?!0:d==="false"?!1:d==="null"?null:f.isNaN(d)?i.test(d)?f.parseJSON(d):d:parseFloat(d)}catch(g){}f.data(a,c,d)}else d=b}return d}var c=a.document,d=a.navigator,e=a.location,f=function(){function J(){if(!e.isReady){try{c.documentElement.doScroll("left")}catch(a){setTimeout(J,1);return}e.ready()}}var e=function(a,b){return new e.fn.init(a,b,h)},f=a.jQuery,g=a.$,h,i=/^(?:[^<]*(<[\w\W]+>)[^>]*$|#([\w\-]*)$)/,j=/\S/,k=/^\s+/,l=/\s+$/,m=/\d/,n=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,o=/^[\],:{}\s]*$/,p=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,q=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,r=/(?:^|:|,)(?:\s*\[)+/g,s=/(webkit)[ \/]([\w.]+)/,t=/(opera)(?:.*version)?[ \/]([\w.]+)/,u=/(msie) ([\w.]+)/,v=/(mozilla)(?:.*? rv:([\w.]+))?/,w=/-([a-z])/ig,x=function(a,b){return b.toUpperCase()},y=d.userAgent,z,A,B,C=Object.prototype.toString,D=Object.prototype.hasOwnProperty,E=Array.prototype.push,F=Array.prototype.slice,G=String.prototype.trim,H=Array.prototype.indexOf,I={};e.fn=e.prototype={constructor:e,init:function(a,d,f){var g,h,j,k;if(!a)return this;if(a.nodeType){this.context=this[0]=a,this.length=1;return this}if(a==="body"&&!d&&c.body){this.context=c,this[0]=c.body,this.selector=a,this.length=1;return this}if(typeof a=="string"){a.charAt(0)!=="<"||a.charAt(a.length-1)!==">"||a.length<3?g=i.exec(a):g=[null,a,null];if(g&&(g[1]||!d)){if(g[1]){d=d instanceof e?d[0]:d,k=d?d.ownerDocument||d:c,j=n.exec(a),j?e.isPlainObject(d)?(a=[c.createElement(j[1])],e.fn.attr.call(a,d,!0)):a=[k.createElement(j[1])]:(j=e.buildFragment([g[1]],[k]),a=(j.cacheable?e.clone(j.fragment):j.fragment).childNodes);return e.merge(this,a)}h=c.getElementById(g[2]);if(h&&h.parentNode){if(h.id!==g[2])return f.find(a);this.length=1,this[0]=h}this.context=c,this.selector=a;return this}return!d||d.jquery?(d||f).find(a):this.constructor(d).find(a)}if(e.isFunction(a))return f.ready(a);a.selector!==b&&(this.selector=a.selector,this.context=a.context);return e.makeArray(a,this)},selector:"",jquery:"1.6.2",length:0,size:function(){return this.length},toArray:function(){return F.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this[this.length+a]:this[a]},pushStack:function(a,b,c){var d=this.constructor();e.isArray(a)?E.apply(d,a):e.merge(d,a),d.prevObject=this,d.context=this.context,b==="find"?d.selector=this.selector+(this.selector?" ":"")+c:b&&(d.selector=this.selector+"."+b+"("+c+")");return d},each:function(a,b){return e.each(this,a,b)},ready:function(a){e.bindReady(),A.done(a);return this},eq:function(a){return a===-1?this.slice(a):this.slice(a,+a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(F.apply(this,arguments),"slice",F.call(arguments).join(","))},map:function(a){return this.pushStack(e.map(this,function(b,c){return a.call(b,c,b)}))},end:function(){return this.prevObject||this.constructor(null)},push:E,sort:[].sort,splice:[].splice},e.fn.init.prototype=e.fn,e.extend=e.fn.extend=function(){var a,c,d,f,g,h,i=arguments[0]||{},j=1,k=arguments.length,l=!1;typeof i=="boolean"&&(l=i,i=arguments[1]||{},j=2),typeof i!="object"&&!e.isFunction(i)&&(i={}),k===j&&(i=this,--j);for(;j0)return;A.resolveWith(c,[e]),e.fn.trigger&&e(c).trigger("ready").unbind("ready")}},bindReady:function(){if(!A){A=e._Deferred();if(c.readyState==="complete")return setTimeout(e.ready,1);if(c.addEventListener)c.addEventListener("DOMContentLoaded",B,!1),a.addEventListener("load",e.ready,!1);else if(c.attachEvent){c.attachEvent("onreadystatechange",B),a.attachEvent("onload",e.ready);var b=!1;try{b=a.frameElement==null}catch(d){}c.documentElement.doScroll&&b&&J()}}},isFunction:function(a){return e.type(a)==="function"},isArray:Array.isArray||function(a){return e.type(a)==="array"},isWindow:function(a){return a&&typeof a=="object"&&"setInterval"in a},isNaN:function(a){return a==null||!m.test(a)||isNaN(a)},type:function(a){return a==null?String(a):I[C.call(a)]||"object"},isPlainObject:function(a){if(!a||e.type(a)!=="object"||a.nodeType||e.isWindow(a))return!1;if(a.constructor&&!D.call(a,"constructor")&&!D.call(a.constructor.prototype,"isPrototypeOf"))return!1;var c;for(c in a);return c===b||D.call(a,c)},isEmptyObject:function(a){for(var b in a)return!1;return!0},error:function(a){throw a},parseJSON:function(b){if(typeof b!="string"||!b)return null;b=e.trim(b);if(a.JSON&&a.JSON.parse)return a.JSON.parse(b);if(o.test(b.replace(p,"@").replace(q,"]").replace(r,"")))return(new Function("return "+b))();e.error("Invalid JSON: "+b)},parseXML:function(b,c,d){a.DOMParser?(d=new DOMParser,c=d.parseFromString(b,"text/xml")):(c=new ActiveXObject("Microsoft.XMLDOM"),c.async="false",c.loadXML(b)),d=c.documentElement,(!d||!d.nodeName||d.nodeName==="parsererror")&&e.error("Invalid XML: "+b);return c},noop:function(){},globalEval:function(b){b&&j.test(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(w,x)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()===b.toUpperCase()},each:function(a,c,d){var f,g=0,h=a.length,i=h===b||e.isFunction(a);if(d){if(i){for(f in a)if(c.apply(a[f],d)===!1)break}else for(;g0&&a[0]&&a[j-1]||j===0||e.isArray(a));if(k)for(;i1?h.call(arguments,0):c,--e||g.resolveWith(g,h.call(b,0))}}var b=arguments,c=0,d=b.length,e=d,g=d<=1&&a&&f.isFunction(a.promise)?a:f.Deferred();if(d>1){for(;c
a",d=a.getElementsByTagName("*"),e=a.getElementsByTagName("a")[0];if(!d||!d.length||!e)return{};g=c.createElement("select"),h=g.appendChild(c.createElement("option")),i=a.getElementsByTagName("input")[0],k={leadingWhitespace:a.firstChild.nodeType===3,tbody:!a.getElementsByTagName("tbody").length,htmlSerialize:!!a.getElementsByTagName("link").length,style:/top/.test(e.getAttribute("style")),hrefNormalized:e.getAttribute("href")==="/a",opacity:/^0.55$/.test(e.style.opacity),cssFloat:!!e.style.cssFloat,checkOn:i.value==="on",optSelected:h.selected,getSetAttribute:a.className!=="t",submitBubbles:!0,changeBubbles:!0,focusinBubbles:!1,deleteExpando:!0,noCloneEvent:!0,inlineBlockNeedsLayout:!1,shrinkWrapBlocks:!1,reliableMarginRight:!0},i.checked=!0,k.noCloneChecked=i.cloneNode(!0).checked,g.disabled=!0,k.optDisabled=!h.disabled;try{delete a.test}catch(v){k.deleteExpando=!1}!a.addEventListener&&a.attachEvent&&a.fireEvent&&(a.attachEvent("onclick",function(){k.noCloneEvent=!1}),a.cloneNode(!0).fireEvent("onclick")),i=c.createElement("input"),i.value="t",i.setAttribute("type","radio"),k.radioValue=i.value==="t",i.setAttribute("checked","checked"),a.appendChild(i),l=c.createDocumentFragment(),l.appendChild(a.firstChild),k.checkClone=l.cloneNode(!0).cloneNode(!0).lastChild.checked,a.innerHTML="",a.style.width=a.style.paddingLeft="1px",m=c.getElementsByTagName("body")[0],o=c.createElement(m?"div":"body"),p={visibility:"hidden",width:0,height:0,border:0,margin:0},m&&f.extend(p,{position:"absolute",left:-1e3,top:-1e3});for(t in p)o.style[t]=p[t];o.appendChild(a),n=m||b,n.insertBefore(o,n.firstChild),k.appendChecked=i.checked,k.boxModel=a.offsetWidth===2,"zoom"in a.style&&(a.style.display="inline",a.style.zoom=1,k.inlineBlockNeedsLayout=a.offsetWidth===2,a.style.display="",a.innerHTML="
",k.shrinkWrapBlocks=a.offsetWidth!==2),a.innerHTML="
t
",q=a.getElementsByTagName("td"),u=q[0].offsetHeight===0,q[0].style.display="",q[1].style.display="none",k.reliableHiddenOffsets=u&&q[0].offsetHeight===0,a.innerHTML="",c.defaultView&&c.defaultView.getComputedStyle&&(j=c.createElement("div"),j.style.width="0",j.style.marginRight="0",a.appendChild(j),k.reliableMarginRight=(parseInt((c.defaultView.getComputedStyle(j,null)||{marginRight:0}).marginRight,10)||0)===0),o.innerHTML="",n.removeChild(o);if(a.attachEvent)for(t in{submit:1,change:1,focusin:1})s="on"+t,u=s in a,u||(a.setAttribute(s,"return;"),u=typeof a[s]=="function"),k[t+"Bubbles"]=u;o=l=g=h=m=j=a=i=null;return k}(),f.boxModel=f.support.boxModel;var i=/^(?:\{.*\}|\[.*\])$/,j=/([a-z])([A-Z])/g;f.extend({cache:{},uuid:0,expando:"jQuery"+(f.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:!0},hasData:function(a){a=a.nodeType?f.cache[a[f.expando]]:a[f.expando];return!!a&&!l(a)},data:function(a,c,d,e){if(!!f.acceptData(a)){var g=f.expando,h=typeof c=="string",i,j=a.nodeType,k=j?f.cache:a,l=j?a[f.expando]:a[f.expando]&&f.expando;if((!l||e&&l&&!k[l][g])&&h&&d===b)return;l||(j?a[f.expando]=l=++f.uuid:l=f.expando),k[l]||(k[l]={},j||(k[l].toJSON=f.noop));if(typeof c=="object"||typeof c=="function")e?k[l][g]=f.extend(k[l][g],c):k[l]=f.extend(k[l],c);i=k[l],e&&(i[g]||(i[g]={}),i=i[g]),d!==b&&(i[f.camelCase(c)]=d);if(c==="events"&&!i[c])return i[g]&&i[g].events;return h?i[f.camelCase(c)]||i[c]:i}},removeData:function(b,c,d){if(!!f.acceptData(b)){var e=f.expando,g=b.nodeType,h=g?f.cache:b,i=g?b[f.expando]:f.expando;if(!h[i])return;if(c){var j=d?h[i][e]:h[i];if(j){delete j[c];if(!l(j))return}}if(d){delete h[i][e];if(!l(h[i]))return}var k=h[i][e];f.support.deleteExpando||h!=a?delete h[i]:h[i]=null,k?(h[i]={},g||(h[i].toJSON=f.noop),h[i][e]=k):g&&(f.support.deleteExpando?delete b[f.expando]:b.removeAttribute?b.removeAttribute(f.expando):b[f.expando]=null)}},_data:function(a,b,c){return f.data(a,b,c,!0)},acceptData:function(a){if(a.nodeName){var b=f.noData[a.nodeName.toLowerCase()];if(b)return b!==!0&&a.getAttribute("classid")===b}return!0}}),f.fn.extend({data:function(a,c){var d=null;if(typeof a=="undefined"){if(this.length){d=f.data(this[0]);if(this[0].nodeType===1){var e=this[0].attributes,g;for(var h=0,i=e.length;h-1)return!0;return!1},val:function(a){var c,d,e=this[0];if(!arguments.length){if(e){c=f.valHooks[e.nodeName.toLowerCase()]||f.valHooks[e.type];if(c&&"get"in c&&(d=c.get(e,"value"))!==b)return d;d=e.value;return typeof d=="string"?d.replace(p,""):d==null?"":d}return b}var g=f.isFunction(a);return this.each(function(d){var e=f(this),h;if(this.nodeType===1){g?h=a.call(this,d,e.val()):h=a,h==null?h="":typeof h=="number"?h+="":f.isArray(h)&&(h=f.map(h,function(a){return a==null?"":a+""})),c=f.valHooks[this.nodeName.toLowerCase()]||f.valHooks[this.type];if(!c||!("set"in c)||c.set(this,h,"value")===b)this.value=h}})}}),f.extend({valHooks:{option:{get:function(a){var b=a.attributes.value;return!b||b.specified?a.value:a.text}},select:{get:function(a){var b,c=a.selectedIndex,d=[],e=a.options,g=a.type==="select-one";if(c<0)return null;for(var h=g?c:0,i=g?c+1:e.length;h=0}),c.length||(a.selectedIndex=-1);return c}}},attrFn:{val:!0,css:!0,html:!0,text:!0,data:!0,width:!0,height:!0,offset:!0},attrFix:{tabindex:"tabIndex"},attr:function(a,c,d,e){var g=a.nodeType;if(!a||g===3||g===8||g===2)return b;if(e&&c in f.attrFn)return f(a)[c](d);if(!("getAttribute"in a))return f.prop(a,c,d);var h,i,j=g!==1||!f.isXMLDoc(a);j&&(c=f.attrFix[c]||c,i=f.attrHooks[c],i||(t.test(c)?i=w:v&&c!=="className"&&(f.nodeName(a,"form")||u.test(c))&&(i=v)));if(d!==b){if(d===null){f.removeAttr(a,c);return b}if(i&&"set"in i&&j&&(h=i.set(a,d,c))!==b)return h;a.setAttribute(c,""+d);return d}if(i&&"get"in i&&j&&(h=i.get(a,c))!==null)return h;h=a.getAttribute(c);return h===null?b:h},removeAttr:function(a,b){var c;a.nodeType===1&&(b=f.attrFix[b]||b,f.support.getSetAttribute?a.removeAttribute(b):(f.attr(a,b,""),a.removeAttributeNode(a.getAttributeNode(b))),t.test(b)&&(c=f.propFix[b]||b)in a&&(a[c]=!1))},attrHooks:{type:{set:function(a,b){if(q.test(a.nodeName)&&a.parentNode)f.error("type property can't be changed");else if(!f.support.radioValue&&b==="radio"&&f.nodeName(a,"input")){var c=a.value;a.setAttribute("type",b),c&&(a.value=c);return b}}},tabIndex:{get:function(a){var c=a.getAttributeNode("tabIndex");return c&&c.specified?parseInt(c.value,10):r.test(a.nodeName)||s.test(a.nodeName)&&a.href?0:b}},value:{get:function(a,b){if(v&&f.nodeName(a,"button"))return v.get(a,b);return b in a?a.value:null},set:function(a,b,c){if(v&&f.nodeName(a,"button"))return v.set(a,b,c);a.value=b}}},propFix:{tabindex:"tabIndex",readonly:"readOnly","for":"htmlFor","class":"className",maxlength:"maxLength",cellspacing:"cellSpacing",cellpadding:"cellPadding",rowspan:"rowSpan",colspan:"colSpan",usemap:"useMap",frameborder:"frameBorder",contenteditable:"contentEditable"},prop:function(a,c,d){var e=a.nodeType;if(!a||e===3||e===8||e===2)return b;var g,h,i=e!==1||!f.isXMLDoc(a);i&&(c=f.propFix[c]||c,h=f.propHooks[c]);return d!==b?h&&"set"in h&&(g=h.set(a,d,c))!==b?g:a[c]=d:h&&"get"in h&&(g=h.get(a,c))!==b?g:a[c]},propHooks:{}}),w={get:function(a,c){return f.prop(a,c)?c.toLowerCase():b},set:function(a,b,c){var d;b===!1?f.removeAttr(a,c):(d=f.propFix[c]||c,d in a&&(a[d]=!0),a.setAttribute(c,c.toLowerCase()));return c}},f.support.getSetAttribute||(f.attrFix=f.propFix,v=f.attrHooks.name=f.attrHooks.title=f.valHooks.button={get:function(a,c){var d;d=a.getAttributeNode(c);return d&&d.nodeValue!==""?d.nodeValue:b},set:function(a,b,c){var d=a.getAttributeNode(c);if(d){d.nodeValue=b;return b}}},f.each(["width","height"],function(a,b){f.attrHooks[b]=f.extend(f.attrHooks[b],{set:function(a,c){if(c===""){a.setAttribute(b,"auto");return c}}})})),f.support.hrefNormalized||f.each(["href","src","width","height"],function(a,c){f.attrHooks[c]=f.extend(f.attrHooks[c],{get:function(a){var d=a.getAttribute(c,2);return d===null?b:d}})}),f.support.style||(f.attrHooks.style={get:function(a){return a.style.cssText.toLowerCase()||b},set:function(a,b){return a.style.cssText=""+b}}),f.support.optSelected||(f.propHooks.selected=f.extend(f.propHooks.selected,{get:function(a){var b=a.parentNode;b&&(b.selectedIndex,b.parentNode&&b.parentNode.selectedIndex)}})),f.support.checkOn||f.each(["radio","checkbox"],function(){f.valHooks[this]={get:function(a){return a.getAttribute("value")===null?"on":a.value}}}),f.each(["radio","checkbox"],function(){f.valHooks[this]=f.extend(f.valHooks[this],{set:function(a,b){if(f.isArray(b))return a.checked=f.inArray(f(a).val(),b)>=0}})});var x=/\.(.*)$/,y=/^(?:textarea|input|select)$/i,z=/\./g,A=/ /g,B=/[^\w\s.|`]/g,C=function(a){return a.replace(B,"\\$&")};f.event={add:function(a,c,d,e){if(a.nodeType!==3&&a.nodeType!==8){if(d===!1)d=D;else if(!d)return;var g,h;d.handler&&(g=d,d=g.handler),d.guid||(d.guid=f.guid++);var i=f._data(a);if(!i)return;var j=i.events,k=i.handle;j||(i.events=j={}),k||(i.handle=k=function(a){return typeof f!="undefined"&&(!a||f.event.triggered!==a.type)?f.event.handle.apply(k.elem,arguments):b}),k.elem=a,c=c.split(" ");var l,m=0,n;while(l=c[m++]){h=g?f.extend({},g):{handler:d,data:e},l.indexOf(".")>-1?(n=l.split("."),l=n.shift(),h.namespace=n.slice(0).sort().join(".")):(n=[],h.namespace=""),h.type=l,h.guid||(h.guid=d.guid);var o=j[l],p=f.event.special[l]||{};if(!o){o=j[l]=[];if(!p.setup||p.setup.call(a,e,n,k)===!1)a.addEventListener?a.addEventListener(l,k,!1):a.attachEvent&&a.attachEvent("on"+l,k)}p.add&&(p.add.call(a,h),h.handler.guid||(h.handler.guid=d.guid)),o.push(h),f.event.global[l]=!0}a=null}},global:{},remove:function(a,c,d,e){if(a.nodeType!==3&&a.nodeType!==8){d===!1&&(d=D);var g,h,i,j,k=0,l,m,n,o,p,q,r,s=f.hasData(a)&&f._data(a),t=s&&s.events;if(!s||!t)return;c&&c.type&&(d=c.handler,c=c.type);if(!c||typeof c=="string"&&c.charAt(0)==="."){c=c||"";for(h in t)f.event.remove(a,h+c);return}c=c.split(" ");while(h=c[k++]){r=h,q=null,l=h.indexOf(".")<0,m=[],l||(m=h.split("."),h=m.shift(),n=new RegExp("(^|\\.)"+f.map(m.slice(0).sort(),C).join("\\.(?:.*\\.)?")+"(\\.|$)")),p=t[h];if(!p)continue;if(!d){for(j=0;j=0&&(h=h.slice(0,-1),j=!0),h.indexOf(".")>=0&&(i=h.split("."),h=i. +shift(),i.sort());if(!!e&&!f.event.customEvent[h]||!!f.event.global[h]){c=typeof c=="object"?c[f.expando]?c:new f.Event(h,c):new f.Event(h),c.type=h,c.exclusive=j,c.namespace=i.join("."),c.namespace_re=new RegExp("(^|\\.)"+i.join("\\.(?:.*\\.)?")+"(\\.|$)");if(g||!e)c.preventDefault(),c.stopPropagation();if(!e){f.each(f.cache,function(){var a=f.expando,b=this[a];b&&b.events&&b.events[h]&&f.event.trigger(c,d,b.handle.elem)});return}if(e.nodeType===3||e.nodeType===8)return;c.result=b,c.target=e,d=d!=null?f.makeArray(d):[],d.unshift(c);var k=e,l=h.indexOf(":")<0?"on"+h:"";do{var m=f._data(k,"handle");c.currentTarget=k,m&&m.apply(k,d),l&&f.acceptData(k)&&k[l]&&k[l].apply(k,d)===!1&&(c.result=!1,c.preventDefault()),k=k.parentNode||k.ownerDocument||k===c.target.ownerDocument&&a}while(k&&!c.isPropagationStopped());if(!c.isDefaultPrevented()){var n,o=f.event.special[h]||{};if((!o._default||o._default.call(e.ownerDocument,c)===!1)&&(h!=="click"||!f.nodeName(e,"a"))&&f.acceptData(e)){try{l&&e[h]&&(n=e[l],n&&(e[l]=null),f.event.triggered=h,e[h]())}catch(p){}n&&(e[l]=n),f.event.triggered=b}}return c.result}},handle:function(c){c=f.event.fix(c||a.event);var d=((f._data(this,"events")||{})[c.type]||[]).slice(0),e=!c.exclusive&&!c.namespace,g=Array.prototype.slice.call(arguments,0);g[0]=c,c.currentTarget=this;for(var h=0,i=d.length;h-1?f.map(a.options,function(a){return a.selected}).join("-"):"":f.nodeName(a,"select")&&(c=a.selectedIndex);return c},J=function(c){var d=c.target,e,g;if(!!y.test(d.nodeName)&&!d.readOnly){e=f._data(d,"_change_data"),g=I(d),(c.type!=="focusout"||d.type!=="radio")&&f._data(d,"_change_data",g);if(e===b||g===e)return;if(e!=null||g)c.type="change",c.liveFired=b,f.event.trigger(c,arguments[1],d)}};f.event.special.change={filters:{focusout:J,beforedeactivate:J,click:function(a){var b=a.target,c=f.nodeName(b,"input")?b.type:"";(c==="radio"||c==="checkbox"||f.nodeName(b,"select"))&&J.call(this,a)},keydown:function(a){var b=a.target,c=f.nodeName(b,"input")?b.type:"";(a.keyCode===13&&!f.nodeName(b,"textarea")||a.keyCode===32&&(c==="checkbox"||c==="radio")||c==="select-multiple")&&J.call(this,a)},beforeactivate:function(a){var b=a.target;f._data(b,"_change_data",I(b))}},setup:function(a,b){if(this.type==="file")return!1;for(var c in H)f.event.add(this,c+".specialChange",H[c]);return y.test(this.nodeName)},teardown:function(a){f.event.remove(this,".specialChange");return y.test(this.nodeName)}},H=f.event.special.change.filters,H.focus=H.beforeactivate}f.support.focusinBubbles||f.each({focus:"focusin",blur:"focusout"},function(a,b){function e(a){var c=f.event.fix(a);c.type=b,c.originalEvent={},f.event.trigger(c,null,c.target),c.isDefaultPrevented()&&a.preventDefault()}var d=0;f.event.special[b]={setup:function(){d++===0&&c.addEventListener(a,e,!0)},teardown:function(){--d===0&&c.removeEventListener(a,e,!0)}}}),f.each(["bind","one"],function(a,c){f.fn[c]=function(a,d,e){var g;if(typeof a=="object"){for(var h in a)this[c](h,d,a[h],e);return this}if(arguments.length===2||d===!1)e=d,d=b;c==="one"?(g=function(a){f(this).unbind(a,g);return e.apply(this,arguments)},g.guid=e.guid||f.guid++):g=e;if(a==="unload"&&c!=="one")this.one(a,d,e);else for(var i=0,j=this.length;i0?this.bind(b,a,c):this.trigger(b)},f.attrFn&&(f.attrFn[b]=!0)}),function(){function u(a,b,c,d,e,f){for(var g=0,h=d.length;g0){j=i;break}}i=i[a]}d[g]=j}}}function t(a,b,c,d,e,f){for(var g=0,h=d.length;g+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,d=0,e=Object.prototype.toString,g=!1,h=!0,i=/\\/g,j=/\W/;[0,0].sort(function(){h=!1;return 0});var k=function(b,d,f,g){f=f||[],d=d||c;var h=d;if(d.nodeType!==1&&d.nodeType!==9)return[];if(!b||typeof b!="string")return f;var i,j,n,o,q,r,s,t,u=!0,w=k.isXML(d),x=[],y=b;do{a.exec(""),i=a.exec(y);if(i){y=i[3],x.push(i[1]);if(i[2]){o=i[3];break}}}while(i);if(x.length>1&&m.exec(b))if(x.length===2&&l.relative[x[0]])j=v(x[0]+x[1],d);else{j=l.relative[x[0]]?[d]:k(x.shift(),d);while(x.length)b=x.shift(),l.relative[b]&&(b+=x.shift()),j=v(b,j)}else{!g&&x.length>1&&d.nodeType===9&&!w&&l.match.ID.test(x[0])&&!l.match.ID.test(x[x.length-1])&&(q=k.find(x.shift(),d,w),d=q.expr?k.filter(q.expr,q.set)[0]:q.set[0]);if(d){q=g?{expr:x.pop(),set:p(g)}:k.find(x.pop(),x.length===1&&(x[0]==="~"||x[0]==="+")&&d.parentNode?d.parentNode:d,w),j=q.expr?k.filter(q.expr,q.set):q.set,x.length>0?n=p(j):u=!1;while(x.length)r=x.pop(),s=r,l.relative[r]?s=x.pop():r="",s==null&&(s=d),l.relative[r](n,s,w)}else n=x=[]}n||(n=j),n||k.error(r||b);if(e.call(n)==="[object Array]")if(!u)f.push.apply(f,n);else if(d&&d.nodeType===1)for(t=0;n[t]!=null;t++)n[t]&&(n[t]===!0||n[t].nodeType===1&&k.contains(d,n[t]))&&f.push(j[t]);else for(t=0;n[t]!=null;t++)n[t]&&n[t].nodeType===1&&f.push(j[t]);else p(n,f);o&&(k(o,h,f,g),k.uniqueSort(f));return f};k.uniqueSort=function(a){if(r){g=h,a.sort(r);if(g)for(var b=1;b0},k.find=function(a,b,c){var d;if(!a)return[];for(var e=0,f=l.order.length;e":function(a,b){var c,d=typeof b=="string",e=0,f=a.length;if(d&&!j.test(b)){b=b.toLowerCase();for(;e=0)?c||d.push(h):c&&(b[g]=!1));return!1},ID:function(a){return a[1].replace(i,"")},TAG:function(a,b){return a[1].replace(i,"").toLowerCase()},CHILD:function(a){if(a[1]==="nth"){a[2]||k.error(a[0]),a[2]=a[2].replace(/^\+|\s*/g,"");var b=/(-?)(\d*)(?:n([+\-]?\d*))?/.exec(a[2]==="even"&&"2n"||a[2]==="odd"&&"2n+1"||!/\D/.test(a[2])&&"0n+"+a[2]||a[2]);a[2]=b[1]+(b[2]||1)-0,a[3]=b[3]-0}else a[2]&&k.error(a[0]);a[0]=d++;return a},ATTR:function(a,b,c,d,e,f){var g=a[1]=a[1].replace(i,"");!f&&l.attrMap[g]&&(a[1]=l.attrMap[g]),a[4]=(a[4]||a[5]||"").replace(i,""),a[2]==="~="&&(a[4]=" "+a[4]+" ");return a},PSEUDO:function(b,c,d,e,f){if(b[1]==="not")if((a.exec(b[3])||"").length>1||/^\w/.test(b[3]))b[3]=k(b[3],null,null,c);else{var g=k.filter(b[3],c,d,!0^f);d||e.push.apply(e,g);return!1}else if(l.match.POS.test(b[0])||l.match.CHILD.test(b[0]))return!0;return b},POS:function(a){a.unshift(!0);return a}},filters:{enabled:function(a){return a.disabled===!1&&a.type!=="hidden"},disabled:function(a){return a.disabled===!0},checked:function(a){return a.checked===!0},selected:function(a){a.parentNode&&a.parentNode.selectedIndex;return a.selected===!0},parent:function(a){return!!a.firstChild},empty:function(a){return!a.firstChild},has:function(a,b,c){return!!k(c[3],a).length},header:function(a){return/h\d/i.test(a.nodeName)},text:function(a){var b=a.getAttribute("type"),c=a.type;return a.nodeName.toLowerCase()==="input"&&"text"===c&&(b===c||b===null)},radio:function(a){return a.nodeName.toLowerCase()==="input"&&"radio"===a.type},checkbox:function(a){return a.nodeName.toLowerCase()==="input"&&"checkbox"===a.type},file:function(a){return a.nodeName.toLowerCase()==="input"&&"file"===a.type},password:function(a){return a.nodeName.toLowerCase()==="input"&&"password"===a.type},submit:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"submit"===a.type},image:function(a){return a.nodeName.toLowerCase()==="input"&&"image"===a.type},reset:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"reset"===a.type},button:function(a){var b=a.nodeName.toLowerCase();return b==="input"&&"button"===a.type||b==="button"},input:function(a){return/input|select|textarea|button/i.test(a.nodeName)},focus:function(a){return a===a.ownerDocument.activeElement}},setFilters:{first:function(a,b){return b===0},last:function(a,b,c,d){return b===d.length-1},even:function(a,b){return b%2===0},odd:function(a,b){return b%2===1},lt:function(a,b,c){return bc[3]-0},nth:function(a,b,c){return c[3]-0===b},eq:function(a,b,c){return c[3]-0===b}},filter:{PSEUDO:function(a,b,c,d){var e=b[1],f=l.filters[e];if(f)return f(a,c,b,d);if(e==="contains")return(a.textContent||a.innerText||k.getText([a])||"").indexOf(b[3])>=0;if(e==="not"){var g=b[3];for(var h=0,i=g.length;h=0}},ID:function(a,b){return a.nodeType===1&&a.getAttribute("id")===b},TAG:function(a,b){return b==="*"&&a.nodeType===1||a.nodeName.toLowerCase()===b},CLASS:function(a,b){return(" "+(a.className||a.getAttribute("class"))+" ").indexOf(b)>-1},ATTR:function(a,b){var c=b[1],d=l.attrHandle[c]?l.attrHandle[c](a):a[c]!=null?a[c]:a.getAttribute(c),e=d+"",f=b[2],g=b[4];return d==null?f==="!=":f==="="?e===g:f==="*="?e.indexOf(g)>=0:f==="~="?(" "+e+" ").indexOf(g)>=0:g?f==="!="?e!==g:f==="^="?e.indexOf(g)===0:f==="$="?e.substr(e.length-g.length)===g:f==="|="?e===g||e.substr(0,g.length+1)===g+"-":!1:e&&d!==!1},POS:function(a,b,c,d){var e=b[2],f=l.setFilters[e];if(f)return f(a,c,b,d)}}},m=l.match.POS,n=function(a,b){return"\\"+(b-0+1)};for(var o in l.match)l.match[o]=new RegExp(l.match[o].source+/(?![^\[]*\])(?![^\(]*\))/.source),l.leftMatch[o]=new RegExp(/(^(?:.|\r|\n)*?)/.source+l.match[o].source.replace(/\\(\d+)/g,n));var p=function(a,b){a=Array.prototype.slice.call(a,0);if(b){b.push.apply(b,a);return b}return a};try{Array.prototype.slice.call(c.documentElement.childNodes,0)[0].nodeType}catch(q){p=function(a,b){var c=0,d=b||[];if(e.call(a)==="[object Array]")Array.prototype.push.apply(d,a);else if(typeof a.length=="number")for(var f=a.length;c",e.insertBefore(a,e.firstChild),c.getElementById(d)&&(l.find.ID=function(a,c,d){if(typeof c.getElementById!="undefined"&&!d){var e=c.getElementById(a[1]);return e?e.id===a[1]||typeof e.getAttributeNode!="undefined"&&e.getAttributeNode("id").nodeValue===a[1]?[e]:b:[]}},l.filter.ID=function(a,b){var c=typeof a.getAttributeNode!="undefined"&&a.getAttributeNode("id");return a.nodeType===1&&c&&c.nodeValue===b}),e.removeChild(a),e=a=null}(),function(){var a=c.createElement("div");a.appendChild(c.createComment("")),a.getElementsByTagName("*").length>0&&(l.find.TAG=function(a,b){var c=b.getElementsByTagName(a[1]);if(a[1]==="*"){var d=[];for(var e=0;c[e];e++)c[e].nodeType===1&&d.push(c[e]);c=d}return c}),a.innerHTML="",a.firstChild&&typeof a.firstChild.getAttribute!="undefined"&&a.firstChild.getAttribute("href")!=="#"&&(l.attrHandle.href=function(a){return a.getAttribute("href",2)}),a=null}(),c.querySelectorAll&&function(){var a=k,b=c.createElement("div"),d="__sizzle__";b.innerHTML="

";if(!b.querySelectorAll||b.querySelectorAll(".TEST").length!==0){k=function(b,e,f,g){e=e||c;if(!g&&!k.isXML(e)){var h=/^(\w+$)|^\.([\w\-]+$)|^#([\w\-]+$)/.exec(b);if(h&&(e.nodeType===1||e.nodeType===9)){if(h[1])return p(e.getElementsByTagName(b),f);if(h[2]&&l.find.CLASS&&e.getElementsByClassName)return p(e.getElementsByClassName(h[2]),f)}if(e.nodeType===9){if(b==="body"&&e.body)return p([e.body],f);if(h&&h[3]){var i=e.getElementById(h[3]);if(!i||!i.parentNode)return p([],f);if(i.id===h[3])return p([i],f)}try{return p(e.querySelectorAll(b),f)}catch(j){}}else if(e.nodeType===1&&e.nodeName.toLowerCase()!=="object"){var m=e,n=e.getAttribute("id"),o=n||d,q=e.parentNode,r=/^\s*[+~]/.test(b);n?o=o.replace(/'/g,"\\$&"):e.setAttribute("id",o),r&&q&&(e=e.parentNode);try{if(!r||q)return p(e.querySelectorAll("[id='"+o+"'] "+b),f)}catch(s){}finally{n||m.removeAttribute("id")}}}return a(b,e,f,g)};for(var e in a)k[e]=a[e];b=null}}(),function(){var a=c.documentElement,b=a.matchesSelector||a.mozMatchesSelector||a.webkitMatchesSelector||a.msMatchesSelector;if(b){var d=!b.call(c.createElement("div"),"div"),e=!1;try{b.call(c.documentElement,"[test!='']:sizzle")}catch(f){e=!0}k.matchesSelector=function(a,c){c=c.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!k.isXML(a))try{if(e||!l.match.PSEUDO.test(c)&&!/!=/.test(c)){var f=b.call(a,c);if(f||!d||a.document&&a.document.nodeType!==11)return f}}catch(g){}return k(c,null,null,[a]).length>0}}}(),function(){var a=c.createElement("div");a.innerHTML="
";if(!!a.getElementsByClassName&&a.getElementsByClassName("e").length!==0){a.lastChild.className="e";if(a.getElementsByClassName("e").length===1)return;l.order.splice(1,0,"CLASS"),l.find.CLASS=function(a,b,c){if(typeof b.getElementsByClassName!="undefined"&&!c)return b.getElementsByClassName(a[1])},a=null}}(),c.documentElement.contains?k.contains=function(a,b){return a!==b&&(a.contains?a.contains(b):!0)}:c.documentElement.compareDocumentPosition?k.contains=function(a,b){return!!(a.compareDocumentPosition(b)&16)}:k.contains=function(){return!1},k.isXML=function(a){var b=(a?a.ownerDocument||a:0).documentElement;return b?b.nodeName!=="HTML":!1};var v=function(a,b){var c,d=[],e="",f=b.nodeType?[b]:b;while(c=l.match.PSEUDO.exec(a))e+=c[0],a=a.replace(l.match.PSEUDO,"");a=l.relative[a]?a+"*":a;for(var g=0,h=f.length;g0)for(h=g;h0:this.filter(a).length>0)},closest:function(a,b){var c=[],d,e,g=this[0];if(f.isArray(a)){var h,i,j={},k=1;if(g&&a.length){for(d=0,e=a.length;d-1:f(g).is(h))&&c.push({selector:i,elem:g,level:k});g=g.parentNode,k++}}return c}var l=T.test(a)||typeof a!="string"?f(a,b||this.context):0;for(d=0,e=this.length;d-1:f.find.matchesSelector(g,a)){c.push(g);break}g=g.parentNode;if(!g||!g.ownerDocument||g===b||g.nodeType===11)break}}c=c.length>1?f.unique(c):c;return this.pushStack(c,"closest",a)},index:function(a){if(!a||typeof a=="string")return f.inArray(this[0],a?f(a):this.parent().children());return f.inArray(a.jquery?a[0]:a,this)},add:function(a,b){var c=typeof a=="string"?f(a,b):f.makeArray(a&&a.nodeType?[a]:a),d=f.merge(this.get(),c);return this.pushStack(V(c[0])||V(d[0])?d:f.unique(d))},andSelf:function(){return this.add(this.prevObject)}}),f.each({parent:function(a){var b=a.parentNode;return b&&b.nodeType!==11?b:null},parents:function(a){return f.dir(a,"parentNode")},parentsUntil:function(a,b,c){return f.dir(a,"parentNode",c)},next:function(a){return f.nth(a,2,"nextSibling")},prev:function(a){return f.nth(a,2,"previousSibling")},nextAll:function(a){return f.dir(a,"nextSibling")},prevAll:function(a){return f.dir(a,"previousSibling")},nextUntil:function(a,b,c){return f.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return f.dir(a,"previousSibling",c)},siblings:function(a){return f.sibling(a.parentNode.firstChild,a)},children:function(a){return f.sibling(a.firstChild)},contents:function(a){return f.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:f.makeArray(a.childNodes)}},function(a,b){f.fn[a]=function(c,d){var e=f.map(this,b,c),g=S.call(arguments);O.test(a)||(d=c),d&&typeof d=="string"&&(e=f.filter(d,e)),e=this.length>1&&!U[a]?f.unique(e):e,(this.length>1||Q.test(d))&&P.test(a)&&(e=e.reverse());return this.pushStack(e,a,g.join(","))}}),f.extend({filter:function(a,b,c){c&&(a=":not("+a+")");return b.length===1?f.find.matchesSelector(b[0],a)?[b[0]]:[]:f.find.matches(a,b)},dir:function(a,c,d){var e=[],g=a[c];while(g&&g.nodeType!==9&&(d===b||g.nodeType!==1||!f(g).is(d)))g.nodeType===1&&e.push(g),g=g[c];return e},nth:function(a,b,c,d){b=b||1;var e=0;for(;a;a=a[c])if(a.nodeType===1&&++e===b)break;return a},sibling:function(a,b){var c=[];for(;a;a=a.nextSibling)a.nodeType===1&&a!==b&&c.push(a);return c}});var X=/ jQuery\d+="(?:\d+|null)"/g,Y=/^\s+/,Z=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,$=/<([\w:]+)/,_=/",""],legend:[1,"
","
"],thead:[1,"","
"],tr:[2,"","
"],td:[3,"","
"],col:[2,"","
"],area:[1,"",""],_default:[0,"",""]};bf.optgroup=bf.option,bf.tbody=bf.tfoot=bf.colgroup=bf.caption=bf.thead,bf.th=bf.td,f.support.htmlSerialize||(bf._default=[1,"div
","
"]),f.fn.extend({text:function(a){if(f.isFunction(a))return this.each(function(b){var c=f(this);c.text(a.call(this,b,c.text()))});if(typeof a!="object"&&a!==b)return this.empty().append((this[0]&&this[0].ownerDocument||c).createTextNode(a));return f.text(this)},wrapAll:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapAll(a.call(this,b))});if(this[0]){var b=f(a,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstChild&&a.firstChild.nodeType===1)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapInner(a.call(this,b))});return this.each(function(){var b=f(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){return this.each(function(){f(this).wrapAll(a)})},unwrap:function(){return this.parent().each(function(){f.nodeName(this,"body")||f(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this)});if(arguments.length){var a=f(arguments[0]);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this.nextSibling)});if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,f(arguments[0]).toArray());return a}},remove:function(a,b){for(var c=0,d;(d=this[c])!=null;c++)if(!a||f.filter(a,[d]).length)!b&&d.nodeType===1&&(f.cleanData(d.getElementsByTagName("*")),f.cleanData([d])),d.parentNode&&d.parentNode.removeChild(d);return this},empty:function(){for(var a=0,b;(b=this[a])!=null;a++){b.nodeType===1&&f.cleanData(b.getElementsByTagName("*"));while(b.firstChild)b.removeChild(b.firstChild)}return this},clone:function(a,b){a=a==null?!1:a,b=b==null?a:b;return this.map(function(){return f.clone(this,a,b)})},html:function(a){if(a===b)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(X,""):null;if(typeof a=="string"&&!bb.test(a)&&(f.support.leadingWhitespace||!Y.test(a))&&!bf[($.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Z,"<$1>");try{for(var c=0,d=this.length;c1&&l0?this.clone(!0):this).get();f(e[h])[b](j),d=d.concat(j +)}return this.pushStack(d,a,e.selector)}}),f.extend({clone:function(a,b,c){var d=a.cloneNode(!0),e,g,h;if((!f.support.noCloneEvent||!f.support.noCloneChecked)&&(a.nodeType===1||a.nodeType===11)&&!f.isXMLDoc(a)){bi(a,d),e=bj(a),g=bj(d);for(h=0;e[h];++h)bi(e[h],g[h])}if(b){bh(a,d);if(c){e=bj(a),g=bj(d);for(h=0;e[h];++h)bh(e[h],g[h])}}e=g=null;return d},clean:function(a,b,d,e){var g;b=b||c,typeof b.createElement=="undefined"&&(b=b.ownerDocument||b[0]&&b[0].ownerDocument||c);var h=[],i;for(var j=0,k;(k=a[j])!=null;j++){typeof k=="number"&&(k+="");if(!k)continue;if(typeof k=="string")if(!ba.test(k))k=b.createTextNode(k);else{k=k.replace(Z,"<$1>");var l=($.exec(k)||["",""])[1].toLowerCase(),m=bf[l]||bf._default,n=m[0],o=b.createElement("div");o.innerHTML=m[1]+k+m[2];while(n--)o=o.lastChild;if(!f.support.tbody){var p=_.test(k),q=l==="table"&&!p?o.firstChild&&o.firstChild.childNodes:m[1]===""&&!p?o.childNodes:[];for(i=q.length-1;i>=0;--i)f.nodeName(q[i],"tbody")&&!q[i].childNodes.length&&q[i].parentNode.removeChild(q[i])}!f.support.leadingWhitespace&&Y.test(k)&&o.insertBefore(b.createTextNode(Y.exec(k)[0]),o.firstChild),k=o.childNodes}var r;if(!f.support.appendChecked)if(k[0]&&typeof (r=k.length)=="number")for(i=0;i=0)return b+"px"}}}),f.support.opacity||(f.cssHooks.opacity={get:function(a,b){return bo.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?parseFloat(RegExp.$1)/100+"":b?"1":""},set:function(a,b){var c=a.style,d=a.currentStyle;c.zoom=1;var e=f.isNaN(b)?"":"alpha(opacity="+b*100+")",g=d&&d.filter||c.filter||"";c.filter=bn.test(g)?g.replace(bn,e):g+" "+e}}),f(function(){f.support.reliableMarginRight||(f.cssHooks.marginRight={get:function(a,b){var c;f.swap(a,{display:"inline-block"},function(){b?c=bx(a,"margin-right","marginRight"):c=a.style.marginRight});return c}})}),c.defaultView&&c.defaultView.getComputedStyle&&(by=function(a,c){var d,e,g;c=c.replace(bp,"-$1").toLowerCase();if(!(e=a.ownerDocument.defaultView))return b;if(g=e.getComputedStyle(a,null))d=g.getPropertyValue(c),d===""&&!f.contains(a.ownerDocument.documentElement,a)&&(d=f.style(a,c));return d}),c.documentElement.currentStyle&&(bz=function(a,b){var c,d=a.currentStyle&&a.currentStyle[b],e=a.runtimeStyle&&a.runtimeStyle[b],f=a.style;!bq.test(d)&&br.test(d)&&(c=f.left,e&&(a.runtimeStyle.left=a.currentStyle.left),f.left=b==="fontSize"?"1em":d||0,d=f.pixelLeft+"px",f.left=c,e&&(a.runtimeStyle.left=e));return d===""?"auto":d}),bx=by||bz,f.expr&&f.expr.filters&&(f.expr.filters.hidden=function(a){var b=a.offsetWidth,c=a.offsetHeight;return b===0&&c===0||!f.support.reliableHiddenOffsets&&(a.style.display||f.css(a,"display"))==="none"},f.expr.filters.visible=function(a){return!f.expr.filters.hidden(a)});var bB=/%20/g,bC=/\[\]$/,bD=/\r?\n/g,bE=/#.*$/,bF=/^(.*?):[ \t]*([^\r\n]*)\r?$/mg,bG=/^(?:color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,bH=/^(?:about|app|app\-storage|.+\-extension|file|widget):$/,bI=/^(?:GET|HEAD)$/,bJ=/^\/\//,bK=/\?/,bL=/)<[^<]*)*<\/script>/gi,bM=/^(?:select|textarea)/i,bN=/\s+/,bO=/([?&])_=[^&]*/,bP=/^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+))?)?/,bQ=f.fn.load,bR={},bS={},bT,bU;try{bT=e.href}catch(bV){bT=c.createElement("a"),bT.href="",bT=bT.href}bU=bP.exec(bT.toLowerCase())||[],f.fn.extend({load:function(a,c,d){if(typeof a!="string"&&bQ)return bQ.apply(this,arguments);if(!this.length)return this;var e=a.indexOf(" ");if(e>=0){var g=a.slice(e,a.length);a=a.slice(0,e)}var h="GET";c&&(f.isFunction(c)?(d=c,c=b):typeof c=="object"&&(c=f.param(c,f.ajaxSettings.traditional),h="POST"));var i=this;f.ajax({url:a,type:h,dataType:"html",data:c,complete:function(a,b,c){c=a.responseText,a.isResolved()&&(a.done(function(a){c=a}),i.html(g?f("
").append(c.replace(bL,"")).find(g):c)),d&&i.each(d,[c,b,a])}});return this},serialize:function(){return f.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?f.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||bM.test(this.nodeName)||bG.test(this.type))}).map(function(a,b){var c=f(this).val();return c==null?null:f.isArray(c)?f.map(c,function(a,c){return{name:b.name,value:a.replace(bD,"\r\n")}}):{name:b.name,value:c.replace(bD,"\r\n")}}).get()}}),f.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(a,b){f.fn[b]=function(a){return this.bind(b,a)}}),f.each(["get","post"],function(a,c){f[c]=function(a,d,e,g){f.isFunction(d)&&(g=g||e,e=d,d=b);return f.ajax({type:c,url:a,data:d,success:e,dataType:g})}}),f.extend({getScript:function(a,c){return f.get(a,b,c,"script")},getJSON:function(a,b,c){return f.get(a,b,c,"json")},ajaxSetup:function(a,b){b?f.extend(!0,a,f.ajaxSettings,b):(b=a,a=f.extend(!0,f.ajaxSettings,b));for(var c in{context:1,url:1})c in b?a[c]=b[c]:c in f.ajaxSettings&&(a[c]=f.ajaxSettings[c]);return a},ajaxSettings:{url:bT,isLocal:bH.test(bU[1]),global:!0,type:"GET",contentType:"application/x-www-form-urlencoded",processData:!0,async:!0,accepts:{xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript","*":"*/*"},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":a.String,"text html":!0,"text json":f.parseJSON,"text xml":f.parseXML}},ajaxPrefilter:bW(bR),ajaxTransport:bW(bS),ajax:function(a,c){function w(a,c,l,m){if(s!==2){s=2,q&&clearTimeout(q),p=b,n=m||"",v.readyState=a?4:0;var o,r,u,w=l?bZ(d,v,l):b,x,y;if(a>=200&&a<300||a===304){if(d.ifModified){if(x=v.getResponseHeader("Last-Modified"))f.lastModified[k]=x;if(y=v.getResponseHeader("Etag"))f.etag[k]=y}if(a===304)c="notmodified",o=!0;else try{r=b$(d,w),c="success",o=!0}catch(z){c="parsererror",u=z}}else{u=c;if(!c||a)c="error",a<0&&(a=0)}v.status=a,v.statusText=c,o?h.resolveWith(e,[r,c,v]):h.rejectWith(e,[v,c,u]),v.statusCode(j),j=b,t&&g.trigger("ajax"+(o?"Success":"Error"),[v,d,o?r:u]),i.resolveWith(e,[v,c]),t&&(g.trigger("ajaxComplete",[v,d]),--f.active||f.event.trigger("ajaxStop"))}}typeof a=="object"&&(c=a,a=b),c=c||{};var d=f.ajaxSetup({},c),e=d.context||d,g=e!==d&&(e.nodeType||e instanceof f)?f(e):f.event,h=f.Deferred(),i=f._Deferred(),j=d.statusCode||{},k,l={},m={},n,o,p,q,r,s=0,t,u,v={readyState:0,setRequestHeader:function(a,b){if(!s){var c=a.toLowerCase();a=m[c]=m[c]||a,l[a]=b}return this},getAllResponseHeaders:function(){return s===2?n:null},getResponseHeader:function(a){var c;if(s===2){if(!o){o={};while(c=bF.exec(n))o[c[1].toLowerCase()]=c[2]}c=o[a.toLowerCase()]}return c===b?null:c},overrideMimeType:function(a){s||(d.mimeType=a);return this},abort:function(a){a=a||"abort",p&&p.abort(a),w(0,a);return this}};h.promise(v),v.success=v.done,v.error=v.fail,v.complete=i.done,v.statusCode=function(a){if(a){var b;if(s<2)for(b in a)j[b]=[j[b],a[b]];else b=a[v.status],v.then(b,b)}return this},d.url=((a||d.url)+"").replace(bE,"").replace(bJ,bU[1]+"//"),d.dataTypes=f.trim(d.dataType||"*").toLowerCase().split(bN),d.crossDomain==null&&(r=bP.exec(d.url.toLowerCase()),d.crossDomain=!(!r||r[1]==bU[1]&&r[2]==bU[2]&&(r[3]||(r[1]==="http:"?80:443))==(bU[3]||(bU[1]==="http:"?80:443)))),d.data&&d.processData&&typeof d.data!="string"&&(d.data=f.param(d.data,d.traditional)),bX(bR,d,c,v);if(s===2)return!1;t=d.global,d.type=d.type.toUpperCase(),d.hasContent=!bI.test(d.type),t&&f.active++===0&&f.event.trigger("ajaxStart");if(!d.hasContent){d.data&&(d.url+=(bK.test(d.url)?"&":"?")+d.data),k=d.url;if(d.cache===!1){var x=f.now(),y=d.url.replace(bO,"$1_="+x);d.url=y+(y===d.url?(bK.test(d.url)?"&":"?")+"_="+x:"")}}(d.data&&d.hasContent&&d.contentType!==!1||c.contentType)&&v.setRequestHeader("Content-Type",d.contentType),d.ifModified&&(k=k||d.url,f.lastModified[k]&&v.setRequestHeader("If-Modified-Since",f.lastModified[k]),f.etag[k]&&v.setRequestHeader("If-None-Match",f.etag[k])),v.setRequestHeader("Accept",d.dataTypes[0]&&d.accepts[d.dataTypes[0]]?d.accepts[d.dataTypes[0]]+(d.dataTypes[0]!=="*"?", */*; q=0.01":""):d.accepts["*"]);for(u in d.headers)v.setRequestHeader(u,d.headers[u]);if(d.beforeSend&&(d.beforeSend.call(e,v,d)===!1||s===2)){v.abort();return!1}for(u in{success:1,error:1,complete:1})v[u](d[u]);p=bX(bS,d,c,v);if(!p)w(-1,"No Transport");else{v.readyState=1,t&&g.trigger("ajaxSend",[v,d]),d.async&&d.timeout>0&&(q=setTimeout(function(){v.abort("timeout")},d.timeout));try{s=1,p.send(l,w)}catch(z){status<2?w(-1,z):f.error(z)}}return v},param:function(a,c){var d=[],e=function(a,b){b=f.isFunction(b)?b():b,d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};c===b&&(c=f.ajaxSettings.traditional);if(f.isArray(a)||a.jquery&&!f.isPlainObject(a))f.each(a,function(){e(this.name,this.value)});else for(var g in a)bY(g,a[g],c,e);return d.join("&").replace(bB,"+")}}),f.extend({active:0,lastModified:{},etag:{}});var b_=f.now(),ca=/(\=)\?(&|$)|\?\?/i;f.ajaxSetup({jsonp:"callback",jsonpCallback:function(){return f.expando+"_"+b_++}}),f.ajaxPrefilter("json jsonp",function(b,c,d){var e=b.contentType==="application/x-www-form-urlencoded"&&typeof b.data=="string";if(b.dataTypes[0]==="jsonp"||b.jsonp!==!1&&(ca.test(b.url)||e&&ca.test(b.data))){var g,h=b.jsonpCallback=f.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,i=a[h],j=b.url,k=b.data,l="$1"+h+"$2";b.jsonp!==!1&&(j=j.replace(ca,l),b.url===j&&(e&&(k=k.replace(ca,l)),b.data===k&&(j+=(/\?/.test(j)?"&":"?")+b.jsonp+"="+h))),b.url=j,b.data=k,a[h]=function(a){g=[a]},d.always(function(){a[h]=i,g&&f.isFunction(i)&&a[h](g[0])}),b.converters["script json"]=function(){g||f.error(h+" was not called");return g[0]},b.dataTypes[0]="json";return"script"}}),f.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/javascript|ecmascript/},converters:{"text script":function(a){f.globalEval(a);return a}}}),f.ajaxPrefilter("script",function(a){a.cache===b&&(a.cache=!1),a.crossDomain&&(a.type="GET",a.global=!1)}),f.ajaxTransport("script",function(a){if(a.crossDomain){var d,e=c.head||c.getElementsByTagName("head")[0]||c.documentElement;return{send:function(f,g){d=c.createElement("script"),d.async="async",a.scriptCharset&&(d.charset=a.scriptCharset),d.src=a.url,d.onload=d.onreadystatechange=function(a,c){if(c||!d.readyState||/loaded|complete/.test(d.readyState))d.onload=d.onreadystatechange=null,e&&d.parentNode&&e.removeChild(d),d=b,c||g(200,"success")},e.insertBefore(d,e.firstChild)},abort:function(){d&&d.onload(0,1)}}}});var cb=a.ActiveXObject?function(){for(var a in cd)cd[a](0,1)}:!1,cc=0,cd;f.ajaxSettings.xhr=a.ActiveXObject?function(){return!this.isLocal&&ce()||cf()}:ce,function(a){f.extend(f.support,{ajax:!!a,cors:!!a&&"withCredentials"in a})}(f.ajaxSettings.xhr()),f.support.ajax&&f.ajaxTransport(function(c){if(!c.crossDomain||f.support.cors){var d;return{send:function(e,g){var h=c.xhr(),i,j;c.username?h.open(c.type,c.url,c.async,c.username,c.password):h.open(c.type,c.url,c.async);if(c.xhrFields)for(j in c.xhrFields)h[j]=c.xhrFields[j];c.mimeType&&h.overrideMimeType&&h.overrideMimeType(c.mimeType),!c.crossDomain&&!e["X-Requested-With"]&&(e["X-Requested-With"]="XMLHttpRequest");try{for(j in e)h.setRequestHeader(j,e[j])}catch(k){}h.send(c.hasContent&&c.data||null),d=function(a,e){var j,k,l,m,n;try{if(d&&(e||h.readyState===4)){d=b,i&&(h.onreadystatechange=f.noop,cb&&delete cd[i]);if(e)h.readyState!==4&&h.abort();else{j=h.status,l=h.getAllResponseHeaders(),m={},n=h.responseXML,n&&n.documentElement&&(m.xml=n),m.text=h.responseText;try{k=h.statusText}catch(o){k=""}!j&&c.isLocal&&!c.crossDomain?j=m.text?200:404:j===1223&&(j=204)}}}catch(p){e||g(-1,p)}m&&g(j,k,m,l)},!c.async||h.readyState===4?d():(i=++cc,cb&&(cd||(cd={},f(a).unload(cb)),cd[i]=d),h.onreadystatechange=d)},abort:function(){d&&d(0,1)}}}});var cg={},ch,ci,cj=/^(?:toggle|show|hide)$/,ck=/^([+\-]=)?([\d+.\-]+)([a-z%]*)$/i,cl,cm=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]],cn,co=a.webkitRequestAnimationFrame||a.mozRequestAnimationFrame||a.oRequestAnimationFrame;f.fn.extend({show:function(a,b,c){var d,e;if(a||a===0)return this.animate(cr("show",3),a,b,c);for(var g=0,h=this.length;g=e.duration+this.startTime){this.now=this.end,this.pos=this.state=1,this.update(),e.animatedProperties[this.prop]=!0;for(g in e.animatedProperties)e.animatedProperties[g]!==!0&&(c=!1);if(c){e.overflow!=null&&!f.support.shrinkWrapBlocks&&f.each(["","X","Y"],function(a,b){d.style["overflow"+b]=e.overflow[a]}),e.hide&&f(d).hide();if(e.hide||e.show)for(var i in e.animatedProperties)f.style(d,i,e.orig[i]);e.complete.call(d)}return!1}e.duration==Infinity?this.now=b:(h=b-this.startTime,this.state=h/e.duration,this.pos=f.easing[e.animatedProperties[this.prop]](this.state,h,0,1,e.duration),this.now=this.start+(this.end-this.start)*this.pos),this.update();return!0}},f.extend(f.fx,{tick:function(){for(var a=f.timers,b=0;b
";f.extend(b.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"}),b.innerHTML=j,a.insertBefore(b,a.firstChild),d=b.firstChild,e=d.firstChild,h=d.nextSibling.firstChild.firstChild,this.doesNotAddBorder=e.offsetTop!==5,this.doesAddBorderForTableAndCells=h.offsetTop===5,e.style.position="fixed",e.style.top="20px",this.supportsFixedPosition=e.offsetTop===20||e.offsetTop===15,e.style.position=e.style.top="",d.style.overflow="hidden",d.style.position="relative",this.subtractsBorderForOverflowNotVisible=e.offsetTop===-5,this.doesNotIncludeMarginInBodyOffset=a.offsetTop!==i,a.removeChild(b),f.offset.initialize=f.noop},bodyOffset:function(a){var b=a.offsetTop,c=a.offsetLeft;f.offset.initialize(),f.offset.doesNotIncludeMarginInBodyOffset&&(b+=parseFloat(f.css(a,"marginTop"))||0,c+=parseFloat(f.css(a,"marginLeft"))||0);return{top:b,left:c}},setOffset:function(a,b,c){var d=f.css(a,"position");d==="static"&&(a.style.position="relative");var e=f(a),g=e.offset(),h=f.css(a,"top"),i=f.css(a,"left"),j=(d==="absolute"||d==="fixed")&&f.inArray("auto",[h,i])>-1,k={},l={},m,n;j?(l=e.position(),m=l.top,n=l.left):(m=parseFloat(h)||0,n=parseFloat(i)||0),f.isFunction(b)&&(b=b.call(a,c,g)),b.top!=null&&(k.top=b.top-g.top+m),b.left!=null&&(k.left=b.left-g.left+n),"using"in b?b.using.call(a,k):e.css(k)}},f.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),c=this.offset(),d=cu.test(b[0].nodeName)?{top:0,left:0}:b.offset();c.top-=parseFloat(f.css(a,"marginTop"))||0,c.left-=parseFloat(f.css(a,"marginLeft"))||0,d.top+=parseFloat(f.css(b[0],"borderTopWidth"))||0,d.left+=parseFloat(f.css(b[0],"borderLeftWidth"))||0;return{top:c.top-d.top,left:c.left-d.left}},offsetParent:function(){return this.map(function(){var a=this.offsetParent||c.body;while(a&&!cu.test(a.nodeName)&&f.css(a,"position")==="static")a=a.offsetParent;return a})}}),f.each(["Left","Top"],function(a,c){var d="scroll"+c;f.fn[d]=function(c){var e,g;if(c===b){e=this[0];if(!e)return null;g=cv(e);return g?"pageXOffset"in g?g[a?"pageYOffset":"pageXOffset"]:f.support.boxModel&&g.document.documentElement[d]||g.document.body[d]:e[d]}return this.each(function(){g=cv(this),g?g.scrollTo(a?f(g).scrollLeft():c,a?c:f(g).scrollTop()):this[d]=c})}}),f.each(["Height","Width"],function(a,c){var d=c.toLowerCase();f.fn["inner"+c]=function(){var a=this[0];return a&&a.style?parseFloat(f.css(a,d,"padding")):null},f.fn["outer"+c]=function(a){var b=this[0];return b&&b.style?parseFloat(f.css(b,d,a?"margin":"border")):null},f.fn[d]=function(a){var e=this[0];if(!e)return a==null?null:this;if(f.isFunction(a))return this.each(function(b){var c=f(this);c[d](a.call(this,b,c[d]()))});if(f.isWindow(e)){var g=e.document.documentElement["client"+c];return e.document.compatMode==="CSS1Compat"&&g||e.document.body["client"+c]||g}if(e.nodeType===9)return Math.max(e.documentElement["client"+c],e.body["scroll"+c],e.documentElement["scroll"+c],e.body["offset"+c],e.documentElement["offset"+c]);if(a===b){var h=f.css(e,d),i=parseFloat(h);return f.isNaN(i)?h:i}return this.css(d,typeof a=="string"?a:a+"px")}}),a.jQuery=a.$=f})(window); \ No newline at end of file diff --git a/resources/marked.min.js b/resources/marked.min.js new file mode 100644 index 0000000..50954cb --- /dev/null +++ b/resources/marked.min.js @@ -0,0 +1,6 @@ +/** + * marked - a markdown parser + * Copyright (c) 2011-2022, Christopher Jeffrey. (MIT Licensed) + * https://github.com/markedjs/marked + */ +!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).marked={})}(this,function(r){"use strict";function i(e,t){for(var u=0;ue.length)&&(t=e.length);for(var u=0,n=new Array(t);u=e.length?{done:!0}:{done:!1,value:e[u++]}};throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function e(){return{baseUrl:null,breaks:!1,extensions:null,gfm:!0,headerIds:!0,headerPrefix:"",highlight:null,langPrefix:"language-",mangle:!0,pedantic:!1,renderer:null,sanitize:!1,sanitizer:null,silent:!1,smartLists:!1,smartypants:!1,tokenizer:null,walkTokens:null,xhtml:!1}}r.defaults=e();function u(e){return t[e]}var n=/[&<>"']/,l=/[&<>"']/g,a=/[<>"']|&(?!#?\w+;)/,o=/[<>"']|&(?!#?\w+;)/g,t={"&":"&","<":"<",">":">",'"':""","'":"'"};function D(e,t){if(t){if(n.test(e))return e.replace(l,u)}else if(a.test(e))return e.replace(o,u);return e}var c=/&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/gi;function x(e){return e.replace(c,function(e,t){return"colon"===(t=t.toLowerCase())?":":"#"===t.charAt(0)?"x"===t.charAt(1)?String.fromCharCode(parseInt(t.substring(2),16)):String.fromCharCode(+t.substring(1)):""})}var h=/(^|[^\[])\^/g;function p(u,e){u="string"==typeof u?u:u.source,e=e||"";var n={replace:function(e,t){return t=(t=t.source||t).replace(h,"$1"),u=u.replace(e,t),n},getRegex:function(){return new RegExp(u,e)}};return n}var f=/[^\w:]/g,Z=/^$|^[a-z][a-z0-9+.-]*:|^[?#]/i;function g(e,t,u){if(e){try{n=decodeURIComponent(x(u)).replace(f,"").toLowerCase()}catch(e){return null}if(0===n.indexOf("javascript:")||0===n.indexOf("vbscript:")||0===n.indexOf("data:"))return null}var n;t&&!Z.test(u)&&(e=u,F[" "+(n=t)]||(O.test(n)?F[" "+n]=n+"/":F[" "+n]=k(n,"/",!0)),t=-1===(n=F[" "+n]).indexOf(":"),u="//"===e.substring(0,2)?t?e:n.replace(q,"$1")+e:"/"===e.charAt(0)?t?e:n.replace(L,"$1")+e:n+e);try{u=encodeURI(u).replace(/%25/g,"%")}catch(e){return null}return u}var F={},O=/^[^:]+:\/*[^/]*$/,q=/^([^:]+:)[\s\S]*$/,L=/^([^:]+:\/*[^/]*)[\s\S]*$/;var A={exec:function(){}};function d(e){for(var t,u,n=1;nt)u.splice(t);else for(;u.length>=1,e+=e;return u+e}function b(e,t,u,n){var r=t.href,t=t.title?D(t.title):null,i=e[1].replace(/\\([\[\]])/g,"$1");return"!"!==e[0].charAt(0)?(n.state.inLink=!0,e={type:"link",raw:u,href:r,title:t,text:i,tokens:n.inlineTokens(i,[])},n.state.inLink=!1,e):{type:"image",raw:u,href:r,title:t,text:D(i)}}var w=function(){function e(e){this.options=e||r.defaults}var t=e.prototype;return t.space=function(e){e=this.rules.block.newline.exec(e);if(e&&0=u.length?e.slice(u.length):e}).join("\n")}(t=e[0],e[3]||""),{type:"code",raw:t,lang:e[2]&&e[2].trim(),text:u}},t.heading=function(e){var t,u,e=this.rules.block.heading.exec(e);if(e)return t=e[2].trim(),/#$/.test(t)&&(u=k(t,"#"),!this.options.pedantic&&u&&!/ $/.test(u)||(t=u.trim())),u={type:"heading",raw:e[0],depth:e[1].length,text:t,tokens:[]},this.lexer.inline(u.text,u.tokens),u},t.hr=function(e){e=this.rules.block.hr.exec(e);if(e)return{type:"hr",raw:e[0]}},t.blockquote=function(e){var t,e=this.rules.block.blockquote.exec(e);if(e)return t=e[0].replace(/^ *>[ \t]?/gm,""),{type:"blockquote",raw:e[0],tokens:this.lexer.blockTokens(t,[]),text:t}},t.list=function(e){var t=this.rules.block.list.exec(e);if(t){var u,n,r,i,s,l,a,o,D,c,h,p=1<(g=t[1].trim()).length,f={type:"list",raw:"",ordered:p,start:p?+g.slice(0,-1):"",loose:!1,items:[]},g=p?"\\d{1,9}\\"+g.slice(-1):"\\"+g;this.options.pedantic&&(g=p?g:"[*+-]");for(var F=new RegExp("^( {0,3}"+g+")((?:[\t ][^\\n]*)?(?:\\n|$))");e&&(h=!1,t=F.exec(e))&&!this.rules.block.hr.test(e);){if(u=t[0],e=e.substring(u.length),a=t[2].split("\n",1)[0],o=e.split("\n",1)[0],this.options.pedantic?(i=2,c=a.trimLeft()):(i=t[2].search(/[^ ]/),c=a.slice(i=4=i||!a.trim())c+="\n"+a.slice(i);else{if(s)break;c+="\n"+a}s||a.trim()||(s=!0),u+=D+"\n",e=e.substring(D.length+1)}f.loose||(l?f.loose=!0:/\n *\n *$/.test(u)&&(l=!0)),this.options.gfm&&(n=/^\[[ xX]\] /.exec(c))&&(r="[ ] "!==n[0],c=c.replace(/^\[[ xX]\] +/,"")),f.items.push({type:"list_item",raw:u,task:!!n,checked:r,loose:!1,text:c}),f.raw+=u}f.items[f.items.length-1].raw=u.trimRight(),f.items[f.items.length-1].text=c.trimRight(),f.raw=f.raw.trimRight();for(var E=f.items.length,x=0;x/i.test(e[0])&&(this.lexer.state.inLink=!1),!this.lexer.state.inRawBlock&&/^<(pre|code|kbd|script)(\s|>)/i.test(e[0])?this.lexer.state.inRawBlock=!0:this.lexer.state.inRawBlock&&/^<\/(pre|code|kbd|script)(\s|>)/i.test(e[0])&&(this.lexer.state.inRawBlock=!1),{type:this.options.sanitize?"text":"html",raw:e[0],inLink:this.lexer.state.inLink,inRawBlock:this.lexer.state.inRawBlock,text:this.options.sanitize?this.options.sanitizer?this.options.sanitizer(e[0]):D(e[0]):e[0]}},t.link=function(e){e=this.rules.inline.link.exec(e);if(e){var t=e[2].trim();if(!this.options.pedantic&&/^$/.test(t))return;var u=k(t.slice(0,-1),"\\");if((t.length-u.length)%2==0)return}else{u=function(e,t){if(-1!==e.indexOf(t[1]))for(var u=e.length,n=0,r=0;r$/.test(t)?u.slice(1):u.slice(1,-1):u)&&u.replace(this.rules.inline._escapes,"$1"),title:r&&r.replace(this.rules.inline._escapes,"$1")},e[0],this.lexer)}},t.reflink=function(e,t){var u;if((u=this.rules.inline.reflink.exec(e))||(u=this.rules.inline.nolink.exec(e)))return(e=t[(e=(u[2]||u[1]).replace(/\s+/g," ")).toLowerCase()])&&e.href?b(u,e,u[0],this.lexer):{type:"text",raw:t=u[0].charAt(0),text:t}},t.emStrong=function(e,t,u){void 0===u&&(u="");var n=this.rules.inline.emStrong.lDelim.exec(e);if(n&&(!n[3]||!u.match(/(?:[0-9A-Za-z\xAA\xB2\xB3\xB5\xB9\xBA\xBC-\xBE\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u0660-\u0669\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07C0-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088E\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0966-\u096F\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09E6-\u09F1\u09F4-\u09F9\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A66-\u0A6F\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AE6-\u0AEF\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B66-\u0B6F\u0B71-\u0B77\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0BE6-\u0BF2\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C66-\u0C6F\u0C78-\u0C7E\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\u0CDE\u0CE0\u0CE1\u0CE6-\u0CEF\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D58-\u0D61\u0D66-\u0D78\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DE6-\u0DEF\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F20-\u0F33\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F-\u1049\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u1090-\u1099\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1369-\u137C\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u17E0-\u17E9\u17F0-\u17F9\u1810-\u1819\u1820-\u1878\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19DA\u1A00-\u1A16\u1A20-\u1A54\u1A80-\u1A89\u1A90-\u1A99\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B50-\u1B59\u1B83-\u1BA0\u1BAE-\u1BE5\u1C00-\u1C23\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2070\u2071\u2074-\u2079\u207F-\u2089\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2150-\u2189\u2460-\u249B\u24EA-\u24FF\u2776-\u2793\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2CFD\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u3192-\u3195\u31A0-\u31BF\u31F0-\u31FF\u3220-\u3229\u3248-\u324F\u3251-\u325F\u3280-\u3289\u32B1-\u32BF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA830-\uA835\uA840-\uA873\uA882-\uA8B3\uA8D0-\uA8D9\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA900-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF-\uA9D9\uA9E0-\uA9E4\uA9E6-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA50-\uAA59\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD07-\uDD33\uDD40-\uDD78\uDD8A\uDD8B\uDE80-\uDE9C\uDEA0-\uDED0\uDEE1-\uDEFB\uDF00-\uDF23\uDF2D-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDD70-\uDD7A\uDD7C-\uDD8A\uDD8C-\uDD92\uDD94\uDD95\uDD97-\uDDA1\uDDA3-\uDDB1\uDDB3-\uDDB9\uDDBB\uDDBC\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67\uDF80-\uDF85\uDF87-\uDFB0\uDFB2-\uDFBA]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC58-\uDC76\uDC79-\uDC9E\uDCA7-\uDCAF\uDCE0-\uDCF2\uDCF4\uDCF5\uDCFB-\uDD1B\uDD20-\uDD39\uDD80-\uDDB7\uDDBC-\uDDCF\uDDD2-\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE35\uDE40-\uDE48\uDE60-\uDE7E\uDE80-\uDE9F\uDEC0-\uDEC7\uDEC9-\uDEE4\uDEEB-\uDEEF\uDF00-\uDF35\uDF40-\uDF55\uDF58-\uDF72\uDF78-\uDF91\uDFA9-\uDFAF]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2\uDCFA-\uDD23\uDD30-\uDD39\uDE60-\uDE7E\uDE80-\uDEA9\uDEB0\uDEB1\uDF00-\uDF27\uDF30-\uDF45\uDF51-\uDF54\uDF70-\uDF81\uDFB0-\uDFCB\uDFE0-\uDFF6]|\uD804[\uDC03-\uDC37\uDC52-\uDC6F\uDC71\uDC72\uDC75\uDC83-\uDCAF\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD03-\uDD26\uDD36-\uDD3F\uDD44\uDD47\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDD0-\uDDDA\uDDDC\uDDE1-\uDDF4\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDEF0-\uDEF9\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC50-\uDC59\uDC5F-\uDC61\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE50-\uDE59\uDE80-\uDEAA\uDEB8\uDEC0-\uDEC9\uDF00-\uDF1A\uDF30-\uDF3B\uDF40-\uDF46]|\uD806[\uDC00-\uDC2B\uDCA0-\uDCF2\uDCFF-\uDD06\uDD09\uDD0C-\uDD13\uDD15\uDD16\uDD18-\uDD2F\uDD3F\uDD41\uDD50-\uDD59\uDDA0-\uDDA7\uDDAA-\uDDD0\uDDE1\uDDE3\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE89\uDE9D\uDEB0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC50-\uDC6C\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46\uDD50-\uDD59\uDD60-\uDD65\uDD67\uDD68\uDD6A-\uDD89\uDD98\uDDA0-\uDDA9\uDEE0-\uDEF2\uDFB0\uDFC0-\uDFD4]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|\uD80B[\uDF90-\uDFF0]|[\uD80C\uD81C-\uD820\uD822\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879\uD880-\uD883][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDE70-\uDEBE\uDEC0-\uDEC9\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF50-\uDF59\uDF5B-\uDF61\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDE40-\uDE96\uDF00-\uDF4A\uDF50\uDF93-\uDF9F\uDFE0\uDFE1\uDFE3]|\uD821[\uDC00-\uDFF7]|\uD823[\uDC00-\uDCD5\uDD00-\uDD08]|\uD82B[\uDFF0-\uDFF3\uDFF5-\uDFFB\uDFFD\uDFFE]|\uD82C[\uDC00-\uDD22\uDD50-\uDD52\uDD64-\uDD67\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD834[\uDEE0-\uDEF3\uDF60-\uDF78]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD837[\uDF00-\uDF1E]|\uD838[\uDD00-\uDD2C\uDD37-\uDD3D\uDD40-\uDD49\uDD4E\uDE90-\uDEAD\uDEC0-\uDEEB\uDEF0-\uDEF9]|\uD839[\uDFE0-\uDFE6\uDFE8-\uDFEB\uDFED\uDFEE\uDFF0-\uDFFE]|\uD83A[\uDC00-\uDCC4\uDCC7-\uDCCF\uDD00-\uDD43\uDD4B\uDD50-\uDD59]|\uD83B[\uDC71-\uDCAB\uDCAD-\uDCAF\uDCB1-\uDCB4\uDD01-\uDD2D\uDD2F-\uDD3D\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD83C[\uDD00-\uDD0C]|\uD83E[\uDFF0-\uDFF9]|\uD869[\uDC00-\uDEDF\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF38\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A])/))){var r=n[1]||n[2]||"";if(!r||""===u||this.rules.inline.punctuation.exec(u)){var i=n[0].length-1,s=i,l=0,a="*"===n[0][0]?this.rules.inline.emStrong.rDelimAst:this.rules.inline.emStrong.rDelimUnd;for(a.lastIndex=0,t=t.slice(-1*e.length+i);null!=(n=a.exec(t));)if(o=n[1]||n[2]||n[3]||n[4]||n[5]||n[6])if(o=o.length,n[3]||n[4])s+=o;else if((n[5]||n[6])&&i%3&&!((i+o)%3))l+=o;else if(!(0<(s-=o))){var o=Math.min(o,o+s+l);if(Math.min(i,o)%2)return D=e.slice(1,i+n.index+o),{type:"em",raw:e.slice(0,i+n.index+o+1),text:D,tokens:this.lexer.inlineTokens(D,[])};var D=e.slice(2,i+n.index+o-1);return{type:"strong",raw:e.slice(0,i+n.index+o+1),text:D,tokens:this.lexer.inlineTokens(D,[])}}}}},t.codespan=function(e){var t,u,n,e=this.rules.inline.code.exec(e);if(e)return n=e[2].replace(/\n/g," "),t=/[^ ]/.test(n),u=/^ /.test(n)&&/ $/.test(n),n=D(n=t&&u?n.substring(1,n.length-1):n,!0),{type:"codespan",raw:e[0],text:n}},t.br=function(e){e=this.rules.inline.br.exec(e);if(e)return{type:"br",raw:e[0]}},t.del=function(e){e=this.rules.inline.del.exec(e);if(e)return{type:"del",raw:e[0],text:e[2],tokens:this.lexer.inlineTokens(e[2],[])}},t.autolink=function(e,t){var u,e=this.rules.inline.autolink.exec(e);if(e)return t="@"===e[2]?"mailto:"+(u=D(this.options.mangle?t(e[1]):e[1])):u=D(e[1]),{type:"link",raw:e[0],text:u,href:t,tokens:[{type:"text",raw:u,text:u}]}},t.url=function(e,t){var u,n,r,i;if(u=this.rules.inline.url.exec(e)){if("@"===u[2])r="mailto:"+(n=D(this.options.mangle?t(u[0]):u[0]));else{for(;i=u[0],u[0]=this.rules.inline._backpedal.exec(u[0])[0],i!==u[0];);n=D(u[0]),r="www."===u[1]?"http://"+n:n}return{type:"link",raw:u[0],text:n,href:r,tokens:[{type:"text",raw:n,text:n}]}}},t.inlineText=function(e,t){e=this.rules.inline.text.exec(e);if(e)return t=this.lexer.state.inRawBlock?this.options.sanitize?this.options.sanitizer?this.options.sanitizer(e[0]):D(e[0]):e[0]:D(this.options.smartypants?t(e[0]):e[0]),{type:"text",raw:e[0],text:t}},e}(),y={newline:/^(?: *(?:\n|$))+/,code:/^( {4}[^\n]+(?:\n(?: *(?:\n|$))*)?)+/,fences:/^ {0,3}(`{3,}(?=[^`\n]*\n)|~{3,})([^\n]*)\n(?:|([\s\S]*?)\n)(?: {0,3}\1[~`]* *(?=\n|$)|$)/,hr:/^ {0,3}((?:-[\t ]*){3,}|(?:_[ \t]*){3,}|(?:\*[ \t]*){3,})(?:\n+|$)/,heading:/^ {0,3}(#{1,6})(?=\s|$)(.*)(?:\n+|$)/,blockquote:/^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/,list:/^( {0,3}bull)([ \t][^\n]+?)?(?:\n|$)/,html:"^ {0,3}(?:<(script|pre|style|textarea)[\\s>][\\s\\S]*?(?:[^\\n]*\\n+|$)|comment[^\\n]*(\\n+|$)|<\\?[\\s\\S]*?(?:\\?>\\n*|$)|\\n*|$)|\\n*|$)|)[\\s\\S]*?(?:(?:\\n *)+\\n|$)|<(?!script|pre|style|textarea)([a-z][\\w-]*)(?:attribute)*? */?>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n *)+\\n|$)|(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n *)+\\n|$))",def:/^ {0,3}\[(label)\]: *(?:\n *)?]+)>?(?:(?: +(?:\n *)?| *\n *)(title))? *(?:\n+|$)/,table:A,lheading:/^([^\n]+)\n {0,3}(=+|-+) *(?:\n+|$)/,_paragraph:/^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html|table| +\n)[^\n]+)*)/,text:/^[^\n]+/,_label:/(?!\s*\])(?:\\.|[^\[\]\\])+/,_title:/(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/},v=(y.def=p(y.def).replace("label",y._label).replace("title",y._title).getRegex(),y.bullet=/(?:[*+-]|\d{1,9}[.)])/,y.listItemStart=p(/^( *)(bull) */).replace("bull",y.bullet).getRegex(),y.list=p(y.list).replace(/bull/g,y.bullet).replace("hr","\\n+(?=\\1?(?:(?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$))").replace("def","\\n+(?="+y.def.source+")").getRegex(),y._tag="address|article|aside|base|basefont|blockquote|body|caption|center|col|colgroup|dd|details|dialog|dir|div|dl|dt|fieldset|figcaption|figure|footer|form|frame|frameset|h[1-6]|head|header|hr|html|iframe|legend|li|link|main|menu|menuitem|meta|nav|noframes|ol|optgroup|option|p|param|section|source|summary|table|tbody|td|tfoot|th|thead|title|tr|track|ul",y._comment=/|$)/,y.html=p(y.html,"i").replace("comment",y._comment).replace("tag",y._tag).replace("attribute",/ +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(),y.paragraph=p(y._paragraph).replace("hr",y.hr).replace("heading"," {0,3}#{1,6} ").replace("|lheading","").replace("|table","").replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html",")|<(?:script|pre|style|textarea|!--)").replace("tag",y._tag).getRegex(),y.blockquote=p(y.blockquote).replace("paragraph",y.paragraph).getRegex(),y.normal=d({},y),y.gfm=d({},y.normal,{table:"^ *([^\\n ].*\\|.*)\\n {0,3}(?:\\| *)?(:?-+:? *(?:\\| *:?-+:? *)*)(?:\\| *)?(?:\\n((?:(?! *\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)"}),y.gfm.table=p(y.gfm.table).replace("hr",y.hr).replace("heading"," {0,3}#{1,6} ").replace("blockquote"," {0,3}>").replace("code"," {4}[^\\n]").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html",")|<(?:script|pre|style|textarea|!--)").replace("tag",y._tag).getRegex(),y.gfm.paragraph=p(y._paragraph).replace("hr",y.hr).replace("heading"," {0,3}#{1,6} ").replace("|lheading","").replace("table",y.gfm.table).replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html",")|<(?:script|pre|style|textarea|!--)").replace("tag",y._tag).getRegex(),y.pedantic=d({},y.normal,{html:p("^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+? *(?:\\n{2,}|\\s*$)|\\s]*)*?/?> *(?:\\n{2,}|\\s*$))").replace("comment",y._comment).replace(/tag/g,"(?!(?:a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)\\b)\\w+(?!:|[^\\w\\s@]*@)\\b").getRegex(),def:/^ *\[([^\]]+)\]: *]+)>?(?: +(["(][^\n]+[")]))? *(?:\n+|$)/,heading:/^(#{1,6})(.*)(?:\n+|$)/,fences:A,paragraph:p(y.normal._paragraph).replace("hr",y.hr).replace("heading"," *#{1,6} *[^\n]").replace("lheading",y.lheading).replace("blockquote"," {0,3}>").replace("|fences","").replace("|list","").replace("|html","").getRegex()}),{escape:/^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/,autolink:/^<(scheme:[^\s\x00-\x1f<>]*|email)>/,url:A,tag:"^comment|^|^<[a-zA-Z][\\w-]*(?:attribute)*?\\s*/?>|^<\\?[\\s\\S]*?\\?>|^|^",link:/^!?\[(label)\]\(\s*(href)(?:\s+(title))?\s*\)/,reflink:/^!?\[(label)\]\[(ref)\]/,nolink:/^!?\[(ref)\](?:\[\])?/,reflinkSearch:"reflink|nolink(?!\\()",emStrong:{lDelim:/^(?:\*+(?:([punct_])|[^\s*]))|^_+(?:([punct*])|([^\s_]))/,rDelimAst:/^[^_*]*?\_\_[^_*]*?\*[^_*]*?(?=\_\_)|[^*]+(?=[^*])|[punct_](\*+)(?=[\s]|$)|[^punct*_\s](\*+)(?=[punct_\s]|$)|[punct_\s](\*+)(?=[^punct*_\s])|[\s](\*+)(?=[punct_])|[punct_](\*+)(?=[punct_])|[^punct*_\s](\*+)(?=[^punct*_\s])/,rDelimUnd:/^[^_*]*?\*\*[^_*]*?\_[^_*]*?(?=\*\*)|[^_]+(?=[^_])|[punct*](\_+)(?=[\s]|$)|[^punct*_\s](\_+)(?=[punct*\s]|$)|[punct*\s](\_+)(?=[^punct*_\s])|[\s](\_+)(?=[punct*])|[punct*](\_+)(?=[punct*])/},code:/^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/,br:/^( {2,}|\\)\n(?!\s*$)/,del:A,text:/^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\?@\\[\\]`^{|}~",v.punctuation=p(v.punctuation).replace(/punctuation/g,v._punctuation).getRegex(),v.blockSkip=/\[[^\]]*?\]\([^\)]*?\)|`[^`]*?`|<[^>]*?>/g,v.escapedEmSt=/\\\*|\\_/g,v._comment=p(y._comment).replace("(?:--\x3e|$)","--\x3e").getRegex(),v.emStrong.lDelim=p(v.emStrong.lDelim).replace(/punct/g,v._punctuation).getRegex(),v.emStrong.rDelimAst=p(v.emStrong.rDelimAst,"g").replace(/punct/g,v._punctuation).getRegex(),v.emStrong.rDelimUnd=p(v.emStrong.rDelimUnd,"g").replace(/punct/g,v._punctuation).getRegex(),v._escapes=/\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/g,v._scheme=/[a-zA-Z][a-zA-Z0-9+.-]{1,31}/,v._email=/[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+(@)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)+(?![-_])/,v.autolink=p(v.autolink).replace("scheme",v._scheme).replace("email",v._email).getRegex(),v._attribute=/\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/,v.tag=p(v.tag).replace("comment",v._comment).replace("attribute",v._attribute).getRegex(),v._label=/(?:\[(?:\\.|[^\[\]\\])*\]|\\.|`[^`]*`|[^\[\]\\`])*?/,v._href=/<(?:\\.|[^\n<>\\])+>|[^\s\x00-\x1f]*/,v._title=/"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/,v.link=p(v.link).replace("label",v._label).replace("href",v._href).replace("title",v._title).getRegex(),v.reflink=p(v.reflink).replace("label",v._label).replace("ref",y._label).getRegex(),v.nolink=p(v.nolink).replace("ref",y._label).getRegex(),v.reflinkSearch=p(v.reflinkSearch,"g").replace("reflink",v.reflink).replace("nolink",v.nolink).getRegex(),v.normal=d({},v),v.pedantic=d({},v.normal,{strong:{start:/^__|\*\*/,middle:/^__(?=\S)([\s\S]*?\S)__(?!_)|^\*\*(?=\S)([\s\S]*?\S)\*\*(?!\*)/,endAst:/\*\*(?!\*)/g,endUnd:/__(?!_)/g},em:{start:/^_|\*/,middle:/^()\*(?=\S)([\s\S]*?\S)\*(?!\*)|^_(?=\S)([\s\S]*?\S)_(?!_)/,endAst:/\*(?!\*)/g,endUnd:/_(?!_)/g},link:p(/^!?\[(label)\]\((.*?)\)/).replace("label",v._label).getRegex(),reflink:p(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace("label",v._label).getRegex()}),v.gfm=d({},v.normal,{escape:p(v.escape).replace("])","~|])").getRegex(),_extended_email:/[A-Za-z0-9._+-]+(@)[a-zA-Z0-9-_]+(?:\.[a-zA-Z0-9-_]*[a-zA-Z0-9])+(?![-_])/,url:/^((?:ftp|https?):\/\/|www\.)(?:[a-zA-Z0-9\-]+\.?)+[^\s<]*|^email/,_backpedal:/(?:[^?!.,:;*_~()&]+|\([^)]*\)|&(?![a-zA-Z0-9]+;$)|[?!.,:;*_~)]+(?!$))+/,del:/^(~~?)(?=[^\s~])([\s\S]*?[^\s~])\1(?=[^~]|$)/,text:/^([`~]+|[^`~])(?:(?= {2,}\n)|(?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)|[\s\S]*?(?:(?=[\\'+(u?e:D(e,!0))+"\n":"
"+(u?e:D(e,!0))+"
\n"},t.blockquote=function(e){return"
\n"+e+"
\n"},t.html=function(e){return e},t.heading=function(e,t,u,n){return this.options.headerIds?"'+e+"\n":""+e+"\n"},t.hr=function(){return this.options.xhtml?"
\n":"
\n"},t.list=function(e,t,u){var n=t?"ol":"ul";return"<"+n+(t&&1!==u?' start="'+u+'"':"")+">\n"+e+"\n"},t.listitem=function(e){return"
  • "+e+"
  • \n"},t.checkbox=function(e){return" "},t.paragraph=function(e){return"

    "+e+"

    \n"},t.table=function(e,t){return"\n\n"+e+"\n"+(t=t&&""+t+"")+"
    \n"},t.tablerow=function(e){return"\n"+e+"\n"},t.tablecell=function(e,t){var u=t.header?"th":"td";return(t.align?"<"+u+' align="'+t.align+'">':"<"+u+">")+e+"\n"},t.strong=function(e){return""+e+""},t.em=function(e){return""+e+""},t.codespan=function(e){return""+e+""},t.br=function(){return this.options.xhtml?"
    ":"
    "},t.del=function(e){return""+e+""},t.link=function(e,t,u){if(null===(e=g(this.options.sanitize,this.options.baseUrl,e)))return u;e='"},t.image=function(e,t,u){if(null===(e=g(this.options.sanitize,this.options.baseUrl,e)))return u;e=''+u+'":">"},t.text=function(e){return e},e}(),S=function(){function e(){}var t=e.prototype;return t.strong=function(e){return e},t.em=function(e){return e},t.codespan=function(e){return e},t.del=function(e){return e},t.html=function(e){return e},t.text=function(e){return e},t.link=function(e,t,u){return""+u},t.image=function(e,t,u){return""+u},t.br=function(){return""},e}(),T=function(){function e(){this.seen={}}var t=e.prototype;return t.serialize=function(e){return e.toLowerCase().trim().replace(/<[!\/a-z].*?>/gi,"").replace(/[\u2000-\u206F\u2E00-\u2E7F\\'!"#$%&()*+,./:;<=>?@[\]^`{|}~]/g,"").replace(/\s/g,"-")},t.getNextSafeSlug=function(e,t){var u=e,n=0;if(this.seen.hasOwnProperty(u))for(n=this.seen[e];u=e+"-"+ ++n,this.seen.hasOwnProperty(u););return t||(this.seen[e]=n,this.seen[u]=0),u},t.slug=function(e,t){void 0===t&&(t={});e=this.serialize(e);return this.getNextSafeSlug(e,t.dryrun)},e}(),R=function(){function u(e){this.options=e||r.defaults,this.options.renderer=this.options.renderer||new $,this.renderer=this.options.renderer,this.renderer.options=this.options,this.textRenderer=new S,this.slugger=new T}u.parse=function(e,t){return new u(t).parse(e)},u.parseInline=function(e,t){return new u(t).parseInline(e)};var e=u.prototype;return e.parse=function(e,t){void 0===t&&(t=!0);for(var u,n,r,i,s,l,a,o,D,c,h,p,f,g,F,A,d="",C=e.length,k=0;kAn error occurred:

    "+D(e.message+"",!0)+"
    ";throw e}}I.options=I.setOptions=function(e){return d(I.defaults,e),e=I.defaults,r.defaults=e,I},I.getDefaults=e,I.defaults=r.defaults,I.use=function(){for(var e=arguments.length,t=new Array(e),u=0;uAn error occurred:

    "+D(e.message+"",!0)+"
    ";throw e}},I.Parser=R,I.parser=R.parse,I.Renderer=$,I.TextRenderer=S,I.Lexer=z,I.lexer=z.lex,I.Tokenizer=w,I.Slugger=T;var A=(I.parse=I).options,P=I.setOptions,Q=I.use,U=I.walkTokens,M=I.parseInline,N=I,X=R.parse,G=z.lex;r.Lexer=z,r.Parser=R,r.Renderer=$,r.Slugger=T,r.TextRenderer=S,r.Tokenizer=w,r.getDefaults=e,r.lexer=G,r.marked=I,r.options=A,r.parse=N,r.parseInline=M,r.parser=X,r.setOptions=P,r.use=Q,r.walkTokens=U,Object.defineProperty(r,"__esModule",{value:!0})}); diff --git a/resources/owl.css b/resources/owl.css new file mode 100644 index 0000000..9c00876 --- /dev/null +++ b/resources/owl.css @@ -0,0 +1,248 @@ +.RFC2119 { + text-transform: lowercase; + font-style: italic; +} +.nonterminal { + font-weight: bold; + font-family: sans-serif; + font-size: 95%; +} +#abstract br { + /* doesn't work right SOMETIMES + margin-bottom: 1em; */ +} +.name { + font-family: monospace; +} +.buttonpanel { + margin-top: 1ex; + margin-bottom: 1ex; + padding-left: 1ex; + padding-right: 1ex; + padding-top: 1ex; + padding-bottom: 0.6ex; + border: 1px dotted black; +} +.grammar { + margin-top: 1ex; + margin-bottom: 1ex; + padding-left: 1ex; + padding-right: 1ex; + padding-top: 1ex; + padding-bottom: 0.6ex; + border: 1px dashed #2f6fab; + font-family: monospace; +} +.image { + text-align: center; +} +.centered { + text-align: center; + padding-top: 4ex; + padding-bottom: 4ex; +} +.centered table { + margin: 0 auto; + text-align: left; +} +.caption { + font-weight: bold; +} +.indent { + margin-left: 20px; +} +.atrisknote { + padding: 5px; + margin-top: 10px; + margin-bottom: 10px; + border: solid 2px blue; + background-color: #FFA; +} +.atrisknotehead { + font-style: italic; +} + +/* Stying the examples. */ + +.anexample:before { + content: "Example:"; + font-family: sans-serif; + font-size: 1.6ex; + font-weight: bold; +} +.anexample { + margin-top: 1ex; + margin-bottom: 1ex; + padding-left: 1ex; + padding-right: 1ex; + padding-top: 1ex; + padding-bottom: 0.6ex; + border: 1px dashed #2f6fab; + background-color: #f9f9f9; +} +.anexample table { + background-color: #f9f9f9; +} + +/* Styling the parts in the functional-style syntax. */ + +div.fss { + margin-top: 10px; + margin-bottom: 10px; + margin-left: 20px; + margin-right: 20px; + font-family: monospace; +} +table.fss { + margin: 0px 0px 0px 0px; + padding: 0px 0px 0px 0px; + width: 100%; +} +table.fss caption.fss { + font-size: 1.5ex; + font-weight: bold; + text-align: left; + padding-left: 10px; +} +table.fss td:first-child { + font-family: monospace; + padding-left: 20px; + padding-right: 20px; + width: 60%; +} +table{ + background-color: #f4ffff; + border: 1px solid navy; + margin: 20px; + vertical-align: middle; +} +table td { + padding: 5px 15px; + text-align: left; +} + +/* Styling the parts in the RDF syntax. */ + +div.rdf{ + margin-top: 10px; + margin-bottom: 10px; + margin-left: 20px; + margin-right: 20px; + font-family: monospace; +} +table.rdf { + margin: 0px 0px 0px 0px; + padding: 0px 0px 0px 0px; + width: 100%; +} +table.rdf caption.rdf { + font-size: 1.5ex; + font-weight: bold; + text-align: left; + padding-left: 10px; +} +table.rdf td:first-child { + font-family: monospace; + padding-left: 20px; + padding-right: 20px; + width: 60%; +} + +/* Styling the XML syntax. */ + +div.xmlsyn { + margin-top: 10px; + margin-bottom: 10px; + margin-left: 20px; + margin-right: 20px; + font-family: monospace; +} +div.axioms { + margin-top: 10px; + margin-bottom: 10px; + margin-left: 20px; + margin-right: 20px; +} + +/* Other styles. */ + +table.complexity td { + text-align: center; +} +table.allname td { + font-family: monospace; +} +table.canonicalparsing { + margin-left: 20px; + border-style: none; +} +table.canonicalparsing td { + vertical-align: top; + padding: 2px 2px 2px 2px; +} +table.canonicalparsing td.two { + padding-left: 30px; +} + +/* The following are classes for templates used in the editing process. */ + +.review { + padding: 5px; + border: solid 1px black; + margin-left: 10%; + margin-top: 10px; + margin-bottom: 10px; + background-color: #FFA; + font-size: smaller; +} +.reviewauthor { + font-size: smaller; + font-style: italic; +} +.ednote { + padding: 5px; + border: solid 1px black; + margin-top: 10px; + margin-bottom: 10px; +} +.ednotehead { + font-weight: bold; +} + +/* override mediawiki's beautiful DL styling... */ +dl { + background: white; + width: 100%; + border: none; + margin-top: 0; + margin-bottom: 0; + padding-top: 0; + padding-bottom: 0; +} + +div { + margin-top: 0; + margin-bottom: 0; +} +#fulltitle { + font-size: 140%; + font-weight: bold; +} + +.xml { + color: red +} + +.rdbms{ +color: red +} + +/* just copying from wiki, so it stays through TR. Currently + affects Primer, at least */ +pre { + background-color:#F9F9F9; + border:1px dashed #2F6FAB; + color:black; + line-height:1.1em; + padding:1em; +} \ No newline at end of file diff --git a/resources/primer.css b/resources/primer.css new file mode 100644 index 0000000..3136dac --- /dev/null +++ b/resources/primer.css @@ -0,0 +1,103 @@ +/* define a class "noprint" for sections which don't get printed */ +.noprint { display: none; } + +/* our syntax menu for switching */ +div.syntaxmenu { + border: 1px dotted black; + padding:0.5em; + margin: 1em; +} + +.container { + margin-right: auto; + margin-left: auto; + padding-left: 15px; + padding-right: 15px; +} + +@media print { + div.syntaxmenu { display:none; } +} + +/* use tab-like headers for syntax examples */ +div.exampleheader { + font-size: 90%; + float: left; + background: #F9F9F9; + color: #2F6FAB; + border: 1px dashed #2F6FAB; + border-bottom: 0px; + padding-top: 2px; +} + +div.exampleheader span.exampleheader { + background: #F9F9F9; + padding-top: 0px; + padding-right: 10px; + padding-left: 10px; + padding-bottom: 3px; + padding-top: 0px; +} + +/* Also copy MediaWiki style here, so it will not look different when exported */ +div.fssyntax pre, div.rdfxml pre, div.owlxml pre, div.turtle pre, div.manchester pre { + background-color: #F9F9F9; + border: 1px dashed #2F6FAB; + color: black; + line-height: 1.1em; + padding: 1em; + clear: both; + margin-left: 0em; +} +/* Expansion to add the status*/ +.status { + position: fixed; + left: 0em; + top: 0em; + text-align: right; + vertical-align: middle; + /* Square version of the inside span. Slightly larger */ + width: 26em; + height: 26em; + z-index: -1; + opacity: 0.8; + + /** From http://stackoverflow.com/questions/1080792/how-to-draw-vertical-text-with-css-cross-browser */ + + -webkit-transform: rotate(-90deg); + -moz-transform: rotate(-90deg); + -ms-transform: rotate(-90deg); + -o-transform: rotate(-90deg); + transform: rotate(-90deg); + /* also accepts left, right, top, bottom coordinates; not + * required, but a good idea for styling */ + -webkit-transform-origin: 50% 50%; + -moz-transform-origin: 50% 50%; + -ms-transform-origin: 50% 50%; + -o-transform-origin: 50% 50%; + transform-origin: 50% 50%; + + /* Should be unset in IE9+ I think. */ + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); +} + +/* The actual status box */ + .status div { + display: block; + background: rgb(0, 90, 156); + color: white; + width: 24em; + padding-top: 0.3em; + padding-left: 0em; + padding-right: 5em; + padding-bottom: 0.3em; + /* Enable for debugging + border: red thin solid; + */ +} + +/* And text inside, don't confuse fonts as it breaks em above */ +.status div span { + font-family: "Tauri"; + font-size: larger; +} \ No newline at end of file diff --git a/resources/rdf.icon b/resources/rdf.icon new file mode 100644 index 0000000000000000000000000000000000000000..d54310fe20cc6b76fb0aff73bb6d208449383a25 GIT binary patch literal 421 zcmV;W0b2e?Nk%w1VI2S<0K^{vg`>{#^!YhzuNqUMXN>BW*@J zA`Biv9dKI*F$G2>5f4KUX|yqk1!f2uS!02}lx7{JW5GSZW*L7;&$lB24u2k>F$6}2 z9|sD|ao{A8dL-W3NSo?M0}Lb=Tbc$83Fs{c7y=Ux8ZuC@K!AjS1ONaeKqcb9fGD~; zJU~-qN*OvvCfI!Gf5V9$CtYa?E2W PV+=hSSm&XEyAS|7t>CRw literal 0 HcmV?d00001 diff --git a/resources/rec.css b/resources/rec.css new file mode 100644 index 0000000..d8a1ff2 --- /dev/null +++ b/resources/rec.css @@ -0,0 +1,88 @@ +/* Style for a "Recommendation" */ + +/* + Copyright 1997-2003 W3C (MIT, ERCIM, Keio). All Rights Reserved. + The following software licensing rules apply: + http://www.w3.org/Consortium/Legal/copyright-software */ + +/* $Id: base.css,v 1.25 2006/04/18 08:42:53 bbos Exp $ */ + +body { + padding: 2em 1em 2em 70px; + margin: 0; + font-family: sans-serif; + color: black; + background: white; + background-position: top left; + background-attachment: fixed; + background-repeat: no-repeat; + counter-reset:section; +} +:link { color: #00C; background: transparent } +:visited { color: #609; background: transparent } +a:active { color: #C00; background: transparent } + +a:link img, a:visited img { border-style: none } /* no border on img links */ + +a img { color: white; } /* trick to hide the border in Netscape 4 */ +@media all { /* hide the next rule from Netscape 4 */ + a img { color: inherit; } /* undo the color change above */ +} + +th, td { /* ns 4 */ + font-family: sans-serif; +} + +h1, h2, h3, h4, h5, h6 { text-align: left } +h2.list{counter-reset:subsection } +h2.list:before{counter-increment:section;content: counter(section) ". ";} +h3.list:before{counter-increment:subsection;content: counter(section) "." counter(subsection) ". "; + } +h3.list{margin-top: 20px; + border-bottom: 0px; } +/* background should be transparent, but WebTV has a bug */ +h1, h2, h3 { color: #005A9C; background: white } +h1 { font: 170% sans-serif } +h2 { font: 140% sans-serif } +h3 { font: 120% sans-serif } +h4 { font: bold 100% sans-serif } +h5 { font: italic 100% sans-serif } +h6 { font: small-caps 100% sans-serif } + +.hide { display: none } + +div.head { margin-bottom: 1em } +div.head h1 { margin-top: 2em; clear: both } +div.head table { margin-left: 2em; margin-top: 2em } + +p.copyright { font-size: small } +p.copyright small { font-size: small } + +@media screen { /* hide from IE3 */ +a[href]:hover { background: #ffa } +} + +pre { margin-left: 2em } +/* +p { + margin-top: 0.6em; + margin-bottom: 0.6em; +} +*/ +dt, dd { margin-top: 0; margin-bottom: 0 } /* opera 3.50 */ +dt { font-weight: bold } + +pre, code { font-family: monospace } /* navigator 4 requires this */ + +ul.toc, ol.toc { + list-style: disc; /* Mac NS has problem with 'none' */ + list-style: none; +} + +@media aural { + h1, h2, h3 { stress: 20; richness: 90 } + .hide { speak: none } + p.copyright { volume: x-soft; speech-rate: x-fast } + dt { pause-before: 20% } + pre { speak-punctuation: code } +} diff --git a/webvowl/css/webvowl.app.css b/webvowl/css/webvowl.app.css new file mode 100644 index 0000000..1c350ab --- /dev/null +++ b/webvowl/css/webvowl.app.css @@ -0,0 +1,2477 @@ +@import url(https://fonts.googleapis.com/css?family=Open+Sans);/*---------------------------------------------- + WebVOWL page +----------------------------------------------*/ +html { + -ms-content-zooming: none; +} + + + +#loading-progress { + width: 50%; + margin: 10px 0; +} + +#drag_dropOverlay{ + width: 100%; + height:100%; + position:absolute; + top:0; + opacity: 0.5; + background-color: #3071a9; + pointer-events: none; + +} + +#dragDropContainer{ + width: 100%; + height:100%; + position:absolute; + top:0; + pointer-events: none; +} +#drag_icon_group{ + + +} + +#drag_msg{ + width: 50%; + background-color: #fefefe; + height: 50%; + border: black 2px solid; + border-radius: 20px; + left: 25%; + position: absolute; + top: 25%; + vertical-align: middle; + line-height: 10px; + text-align: center; + pointer-events: none; + padding: 10px; + font-size: 1.5em; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} + + +#layoutLoadingProgressBarContainer { + height: 50px; + text-align: left; + line-height: 1.5; +} + +#FPS_Statistics { + /*position : absolute;*/ + /*top : 10px;*/ + /*right: 50px;*/ + padding-left: 60px; + padding-top: 60px; +} + +#reloadCachedOntology { + /*position : absolute;*/ + /*top : 10px;*/ + /*right: 50px;*/ +} + +#additionalInformationContainer { + position: absolute; + top: 10px; + right: 50px; +} + +#modeOfOperationString { + /*position: absolute;*/ + /*right: 50px;*/ + /*top : 60px;*/ + padding-left: 34px; +} + +#direct-text-input { + border: 1px solid #34495e; + width: 100%; + margin-top: 5px; + cursor: pointer; +} + +#directUploadBtn, #close_directUploadBtn { + border: 1px solid #34495e; + width: 100%; + margin-top: 5px; + cursor: pointer +} + +#di_controls { + +} + +#di_controls > ul { + list-style: none; + margin: 0; + padding: 5px 0 0 5px; + +} + +#progressBarContext { + border-radius: 10px; + background-color: #bdc3c7; + height: 25px; + border: solid 1px black; + + margin: auto; + +} + +#progressBarValue { + border-radius: 9px; + width: 0%; + background-color: #2980b9; + height: 25px; + line-height: 1.5; + text-align: center; +} + +/** adding searching Styles **/ +.dbEntry { + background-color: #ffffff; + color: #2980b9; + padding: 10px; + font-size: 14px; + border: none; + cursor: pointer; +} + +.debugOption { + +} + +.dbEntrySelected { + background-color: #bdc3c7; + color: #2980b9; + padding: 10px; + font-size: 14px; + border: none; + cursor: pointer; +} + +.dbEntry:hover, .dbEntry:focus { + background-color: #bdc3c7; +} + +.searchMenuEntry { + background-color: #ffffff; + bottom: 0; + font-size: 14px; + min-width: 50px; + margin: 0; + padding: 0; + z-index: 99; + border-radius: 4px 4px 0 0; + border: 1px solid rgba(0, 0, 0, 0.15); + -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); + box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); + box-sizing: border-box; + border-bottom: none; + display: none; + position: absolute; + list-style: none; +} + +.searchInputText { + background-color: #ffffff; + color: black; + border: black; + text-decoration: none; + max-width: 150px; + overflow: hidden; + text-overflow: ellipsis; + /*height: 20px;*/ + margin: 0; +} + +img, iframe { + border: none; +} + +.hidden { + display: none !important; +} + +.clear { + clear: both; +} + +a { + color: #69c; + text-decoration: none; +} + +a:hover { + color: #3498db; +} + +#optionsArea a { + color: #2980b9; +} + +#optionsArea a.highlighted { + background-color: #d90; +} + +.toolTipMenu li.highlighted { + background-color: #feb; +} + +#browserCheck { + /* checking for IE where WebVOWL is not working */ + background-color: #f00; + padding: 5px 0; + position: absolute; + text-align: center; + width: 100%; +} + +#browserCheck a { + color: #fff; +} + +#browserCheck a:hover { + text-decoration: underline; +} + +/*---------------------------------------------- + SideBar Animation Class; +----------------------------------------------- */ +@-webkit-keyframes sbExpandAnimation { + 0% { + width: 78%; + } + 100% { + width: 100%; + } +} + +@-moz-keyframes sbExpandAnimation { + 0% { + width: 78%; + } + 100% { + width: 100%; + } +} + +@-o-keyframes sbExpandAnimation { + 0% { + width: 78%; + } + 100% { + width: 100%; + } +} + +@keyframes sbExpandAnimation { + 0% { + width: 78%; + } + 100% { + width: 100%; + } +} + +/*Collapse Animation*/ +@-webkit-keyframes sbCollapseAnimation { + 0% { + width: 100%; + } + 100% { + width: 78%; + } +} + +@-moz-keyframes sbCollapseAnimation { + 0% { + width: 100%; + } + 100% { + width: 78%; + } +} + +@-o-keyframes sbCollapseAnimation { + 0% { + width: 100%; + } + 100% { + width: 78%; + } +} + +@keyframes sbCollapseAnimation { + 0% { + width: 100%; + } + 100% { + width: 78%; + } +} + +/*---------------------------------------------- + SideBar Animation Class; +----------------------------------------------- */ +@-webkit-keyframes l_sbExpandAnimation { + 0% { + width: 0px; + } + 100% { + width: 200px; + } +} + +@-moz-keyframes l_sbExpandAnimation { + 0% { + width: 0px; + } + 100% { + width: 200px; + } +} + +@-o-keyframes l_sbExpandAnimation { + 0% { + width: 0px; + } + 100% { + width: 200px; + } +} + +@keyframes l_sbExpandAnimation { + 0% { + width: 0px; + } + 100% { + width: 200px; + } +} + +/*Collapse Animation*/ +@-webkit-keyframes l_sbCollapseAnimation { + 0% { + width: 200px; + } + 100% { + width: 0px; + } +} + +@-moz-keyframes l_sbCollapseAnimation { + 0% { + width: 200px; + } + 100% { + width: 0px; + } +} + +@-o-keyframes l_sbCollapseAnimation { + 0% { + width: 200px; + } + 100% { + width: 0px; + } +} + +@keyframes l_sbCollapseAnimation { + 0% { + width: 200px; + } + 100% { + width: 0px; + } +} + +/*----------------- WARNING ANIMATIONS-------------*/ + +/*---------------------------------------------- + SideBar Animation Class; +----------------------------------------------- */ +@-webkit-keyframes warn_ExpandAnimation { + 0% { + top: -500px; + } + 100% { + top: 0; + } +} + +@-moz-keyframes warn_ExpandAnimation { + 0% { + top: -500px; + } + 100% { + top: 0; + } +} + +@-o-keyframes warn_ExpandAnimation { + 0% { + top: -500px; + } + 100% { + top: 0; + } +} + +@keyframes warn_ExpandAnimation { + 0% { + top: -500px; + } + 100% { + top: 0; + } +} + +/*Collapse Animation*/ +@-webkit-keyframes warn_CollapseAnimation { + 0% { + top: 0; + } + 100% { + top: -400px; + } +} + +@-moz-keyframes warn_CollapseAnimation { + 0% { + top: 0; + } + 100% { + top: -400px; + } +} + +@-o-keyframes warn_CollapseAnimation { + 0% { + top: 0; + } + 100% { + top: -400px; + } +} + +@keyframes warn_CollapseAnimation { + 0% { + top: 0; + } + 100% { + top: -400px; + } +} + +@keyframes msg_CollapseAnimation { + 0% { + top: 0; + } + 100% { + top: -400px; + } +} + +/*// add expand and collaps width for the warn module*/ +@-webkit-keyframes warn_ExpandLeftBarAnimation { + 0% { + left: 0; + } + 100% { + left: 100px; + } +} + +@-moz-keyframes warn_ExpandLeftBarAnimation { + 0% { + left: 0; + } + 100% { + left: 100px; + } +} + +@-o-keyframes warn_ExpandLeftBarAnimation { + 0% { + left: 0; + } + 100% { + left: 100px; + } +} + +@keyframes warn_ExpandLeftBarAnimation { + 0% { + left: 0; + } + 100% { + left: 100px; + } +} + +/*Collapse Animation*/ +@-webkit-keyframes warn_CollapseLeftBarAnimation { + 0% { + left: 100px; + } + 100% { + left: 0; + } +} + +@-moz-keyframes warn_CollapseLeftBarAnimation { + 0% { + left: 100px; + } + 100% { + left: 0; + } +} + +@-o-keyframes warn_CollapseLeftBarAnimation { + 0% { + left: 100px; + } + 100% { + left: 0; + } +} + +@keyframes warn_CollapseLeftBarAnimation { + 0% { + left: 100px; + } + 100% { + left: 0; + } +} + +/*// same for the right side expansion*/ + +/*// add expand and collaps width for the warn module*/ +@-webkit-keyframes warn_ExpandRightBarAnimation { + 0% { + width: 100%; + } + 100% { + width: 78%; + } +} + +@-moz-keyframes warn_ExpandRightBarAnimation { + 0% { + width: 100%; + } + 100% { + width: 78%; + } +} + +@-o-keyframes warn_ExpandRightBarAnimation { + 0% { + width: 100%; + } + 100% { + width: 78%; + } +} + +@keyframes warn_ExpandRightBarAnimation { + 0% { + width: 100%; + } + 100% { + width: 78%; + } + +} + +/*Collapse Animation*/ +@-webkit-keyframes warn_CollapseRightBarAnimation { + 0% { + width: 78%; + } + 100% { + width: 100%; + } +} + +@-moz-keyframes warn_CollapseRightBarAnimation { + 0% { + width: 78%; + } + 100% { + width: 100%; + } +} + +@-o-keyframes warn_CollapseRightBarAnimation { + 0% { + width: 78%; + } + 100% { + width: 100%; + } +} + +@keyframes warn_CollapseRightBarAnimation { + 0% { + width: 78%; + } + 100% { + width: 100%; + } +} + +/*---------------------------------------------- + LAYOUT +----------------------------------------------*/ +body { + background: rgb(24, 32, 42); + height: 100%; + font-size: 14px; + font-family: 'Open Sans', Helvetica, Arial, sans-serif; + line-height: 1; + margin: 0; + overflow: hidden; + padding: 0; + position: fixed; + width: 100%; +} + +main { + height: 100%; + margin: 0; + padding: 0; + position: relative; + width: 100%; +} + +#canvasArea { + position: relative; + margin: 0; + padding: 0; + width: 78%; +} + +#canvasArea #graph { + box-sizing: border-box; + margin: 0 0 2px 0; + background-color: #ecf0f1; + overflow: hidden; + padding: 0; + width: 100%; +} + +#canvasArea svg { + box-sizing: border-box; + margin: 0; + overflow: hidden; + padding: 0; +} + +#logo { + position: fixed; + /*padding: 10px;*/ + pointer-events: none; + /*border: solid 1px red;*/ +} + +#logo h2 { + color: #3498db; + margin: 0; + line-height: 0.7; + text-align: center; + font-size: 24px; +} + +#logo h2 span { + color: #34495E; + /*font-size: min(2vmin, 24px);*/ + font-size: 16px; +} + +@media screen and (max-device-height: 800px) { + #logo h2 { + font-size: calc(8px + 1.0vmin); + } + + #logo h2 span { + font-size: calc(3px + 1.0vmin); + } +} + +@media screen and (max-height: 800px) { + #logo h2 { + font-size: calc(8px + 1.0vmin); + } + + #logo h2 span { + font-size: calc(3px + 1.0vmin); + } +} + +@media screen and (max-device-width: 1200px) { + #logo h2 { + font-size: calc(8px + 1.0vmin); + } + + #logo h2 span { + font-size: calc(3px + 1.0vmin); + } +} + +@media screen and (max-width: 1200px) { + #logo h2 { + font-size: calc(8px + 1.0vmin); + } + + #logo h2 span { + font-size: calc(3px + 1.0vmin); + } +} + +.checkboxContainer input, .checkboxContainer label { + vertical-align: middle; +} + +.selected-ontology { + background-color: #eee; +} + +#credits { + border-top: solid 1px #bdc3c7; + font-size: 0.9em; +} + +.slideOption { + position: relative; + padding: 8px 5px; + outline: none; +} + +.slideOption .value { + float: right; + outline: none; +} + +.slideOption input[type="range"] { + box-sizing: border-box; + margin: 0; + outline: none; + -webkit-appearance: none; + -moz-appearance: none; + border-radius: 3px; + height: 12px; + width: 100%; + box-shadow: none; + left: 0; + position: relative; + transition: all 0.5s ease; + background-color: #eee; +} + +/*TRACK*/ +.slideOption input[type=range]::-webkit-slider-runnable-track { + -webkit-appearance: none; + background-color: #3071a9; + height: 3px; +} + +.slideOption input[type=range]::-moz-range-track { + -webkit-appearance: none; + background-color: #3071a9; + height: 3px; +} + +.slideOption input[type="range"]:hover { + outline: none; +} + +/*THUMB*/ +.slideOption input[type="range"]::-webkit-slider-thumb { + -webkit-appearance: none; + background-color: white; + border-radius: 3px; + border: solid 1px black; + transition: all 0.5s ease; + height: 10px; + width: 30px; + outline: none; + margin-top: -3px; +} + +.slideOption input[type="range"]::-moz-range-thumb { + -webkit-appearance: none; + background-color: white; + border-radius: 3px; + border: solid 1px black; + transition: all 0.5s ease; + height: 10px; + width: 30px; + outline: none; +} + +.slideOption input[type="range"]::-moz-range-thumb:hover { + background-color: #d90; + outline: none; +} + +.slideOption input[type="range"]::-webkit-slider-thumb:hover { + background-color: #d90; + /*color: #d90;*/ + outline: none; +} + +/*focus : remove border*/ +.slideOption input[type="range"]:focus { + outline: none; +} + +.slideOption input[type="range"]:active { + outline: none; +} + +.slideOption input[type="range"]::-moz-range-thumb:focus { + outline: none; +} + +.slideOption input[type="range"]::-moz-range-thumb:active { + outline: none; +} + +.slideOption input[type="range"]::-webkit-slider-thumb:focus { + outline: none; +} + +.slideOption input[type="range"]::-webkit-slider-thumb:active { + outline: none; +} + +.slideOption input[type="range"]:disabled { + box-sizing: border-box; + margin: 0; + outline: none; + -webkit-appearance: none; + -moz-appearance: none; + border-radius: 3px; + height: 12px; + width: 100%; + box-shadow: none; + left: 0; + position: relative; + transition: all 0.5s ease; + background-color: #787878; +} + +/*TRACK*/ +.slideOption input[type=range]:disabled::-webkit-slider-runnable-track { + -webkit-appearance: none; + background-color: #373737; + height: 3px; +} + +.slideOption input[type=range]:disabled::-moz-range-track { + -webkit-appearance: none; + background-color: #373737; + height: 3px; +} + +.slideOption input[type="range"]:disabled { + outline: none; +} + +/*THUMB*/ +.slideOption input[type="range"]:disabled::-webkit-slider-thumb { + -webkit-appearance: none; + background-color: #363636; + border-radius: 3px; + border: solid 1px #aaaaaa; + transition: all 0.5s ease; + height: 10px; + width: 30px; + outline: none; + margin-top: -3px; +} + +.slideOption input[type="range"]:disabled::-moz-range-thumb { + -webkit-appearance: none; + background-color: #aaaaaa; + border-radius: 3px; + border: solid 1px black; + transition: all 0.5s ease; + height: 10px; + width: 30px; + outline: none; +} + +.slideOption input[type="range"]:disabled::-moz-range-thumb { + background-color: #aaaaaa; + outline: none; +} + +.slideOption input[type="range"]:disabled::-webkit-slider-thumb { + background-color: #aaaaaa; + /*color: #d90;*/ + outline: none; +} + +.slideOption input[type="range"]:disabled:hover::-moz-range-thumb { + background-color: #404040; + outline: none; +} + +.slideOption input[type="range"]:disabled:hover::-webkit-slider-thumb { + background-color: #404040; + /*color: #d90;*/ + outline: none; +} + +#detailsArea { + top: 0; + right: 0; + bottom: 0; + color: #bdc3c7; + height: 100%; + width: 22%; + overflow-y: auto; + overflow-x: hidden; + position: fixed; + border-left: 1px solid #34495E; +} + +#detailsArea h1 { + border-bottom: solid 1px #34495e; + color: #ecf0f1; + display: block; + font-weight: 100; + font-size: 1.5em; + margin: 0; + padding: 10px 0; + text-align: center; +} + +#generalDetails { + width: auto; + box-sizing: border-box; + height: 100%; +} + +#generalDetails span #about { + border-bottom: solid 1px #34495e; + display: block; + padding: 10px; + text-align: center; + word-wrap: break-word; + color: #69c; +} + +#generalDetails h4 { + background: rgb(27, 37, 46); + color: #ecf0f1; + display: block; + font-size: 1.1em; + font-weight: 100; + margin: 0; + padding: 10px 0; + text-align: center; +} + +#detailsArea #generalDetails h5 { + border-bottom: solid 1px #34495e; + font-size: 0.9em; + font-weight: 100; + margin: 0; + padding: 5px; + text-align: center; +} + +#description { + text-align: justify; +} + +.accordion-container p { + font-size: 0.9em; + line-height: 1.3; + margin: 5px 10px; +} + +.statisticDetails span { + font-weight: 100; + font-style: italic; + margin: 10px 0; + padding: 10px; +} + +.statisticDetails div { + font-weight: 100; + font-style: italic; + margin: 10px 0; + padding: 0 10px; + display: inline; +} + +#selection-details .propDetails a { + color: #69c; +} + +#selection-details .propDetails > span { + font-weight: 100; + font-style: italic; + padding: 0 10px; +} + +#selection-details #classEquivUri span, #selection-details #disjointNodes span { + padding: 0; +} + +#selection-details .propDetails div { + font-weight: 100; + font-style: italic; + margin: 10px 0; + padding: 0 10px; + display: inline; +} + +#selection-details .propDetails div span { + padding: 0; +} + +/* give subclass property the same background color as the canvas */ +.subclass { + fill: #ecf0f1; +} + +.accordion-trigger { + background: #24323e; + cursor: pointer; + padding: .5em; +} + +.accordion-trigger.accordion-trigger-active:before { + padding-right: 4px; + content: "\25BC" +} + +.accordion-trigger:not(.accordion-trigger-active):before { + padding-right: 4px; + content: "\25BA" +} + +.accordion-container.scrollable { + max-height: 40%; + overflow: auto; +} + +.small-whitespace-separator { + height: 3px; +} + +#language { + background: transparent; + border: 1px solid #34495E; + color: #ecf0f1; +} + +#language option { + background-color: #24323e; +} + +.converter-form:not(:first-child) { + margin-top: 5px; +} + +.converter-form label { + display: inline-block; + line-height: normal; +} + +.converter-form input { + box-sizing: border-box; + height: 20px; + width: 74%; + border: 1px solid #34495E; +} + +.converter-form button { + cursor: pointer; + float: right; + height: 20px; + padding: 0; + width: 25%; + border: 1px solid #34495E; + background-color: #ecf0f1; +} + +#file-converter-label { + border: 1px solid #34495E; + box-sizing: border-box; + cursor: pointer; + height: 20px; + width: 74%; +} + +#killWarning { + cursor: pointer; + color: #ffffff; + font-weight: bold; +} + +/*#copyBt{*/ +/*box-sizing: border-box;*/ +/*color: #000000;*/ +/*float:right;*/ +/*position:absolute;*/ +/*right:2px;*/ +/*padding: 2px 7px 3px 7px;*/ +/*border: 1px solid #000000;*/ +/*background-color: #ecf0f1;*/ +/*cursor: pointer;*/ +/*}*/ + +#copyBt { + box-sizing: border-box; + height: 20px; + width: 31%; + border: 1px solid #34495E; +} + +#sidebarExpandButton { + height: 24px; + width: 24px; + /*background-color: white;*/ + /*box-shadow: 0px 1px 1px grey;*/ + box-sizing: border-box; + top: 10px; + color: #000000; + float: right; + position: absolute; + right: 0; + border: 1px solid #000000; + + text-align: center; + font-size: 1.5em; + cursor: pointer; +} + +.dropdownMenuClass { + height: 20px; + /*width: 69%;*/ + float: right; + border: 1px solid #34495E; + background-color: #34495E; + color: white; + /*border-bottom: 1px solid #d90;*/ + text-align: left; + width: auto; +} + +#typeEditForm_datatype { + padding-top: 5px; +} + +#typeEditor { + width: 165px; +} + +#typeEditor_datatype { + width: 165px; +} + +#leftSideBarCollapseButton { + box-sizing: border-box; + top: 50px; + /*padding:5px;*/ + color: #000000; + position: absolute; + left: 200px; + border: 1px solid #000000; + /*background-color: #ecf0f1;*/ + cursor: pointer; + width: 24px; + height: 24px; + font-size: 1.5em; + text-align: center; +} + +#leftSideBarCollapseButton:hover { + background-color: #d90; +} + +#sidebarExpandButton:hover { + background-color: #d90; +} + +.spanForCharSelection { + padding-left: 25px; +} + +.nodeEditSpan { + color: #000; + background-color: #fff; + text-align: center; + /*overflow: auto;*/ + border: none; + padding-top: 6px; +} + +.nodeEditSpan:focus { + outline: none; + border: none; +} + +.foreignelements { + /*width: 80px;*/ + /*height: 3px;*/ + border: none; +} + +.foreignelements:focus { + outline: none; + border: none; +} + +#leftSideBarContent { + color: #000000; + float: left; + position: absolute; + left: 0; + /*border: 1px solid #000000;*/ + background-color: rgb(24, 32, 42); + width: 100%; + height: 100%; +} + +#leftSideBarContent > h3 { + color: #ecf0f1; + display: block; + font-size: 1.1em; + font-weight: 100; + margin: 0 0 5px 0; + padding: 10px 0; + text-align: left; +} + +#generalDetailsEdit { + /*color: #ecf0f1;*/ + color: #ecf0f1; +} + +#generalDetailsEdit > div { + padding: 5px; +} + +#generalDetailsEdit > h3 { + color: #ecf0f1; + display: block; + font-size: 1.1em; + font-weight: 100; + margin: 0 0 5px 0; + padding: 10px 0; + text-align: left; +} + +.subAccordion { + color: #ecf0f1; + display: block; + font-size: 0.8em; + font-weight: 100; + margin: 0; + padding: 5px; + text-align: left; +} + +.subAccordionDescription { + padding: 0 5px; +} + +.boxed { + padding: 0 5px; +} + +.separatorLineRight { + border-right: 1px solid #f00; +} + +.editPrefixButton:hover { + color: #ff972d; + cursor: pointer; +} + +.editPrefixIcon:hover { + stroke: #ff972d; + stroke-width: 1px; + cursor: pointer; +} + +.editPrefixIcon { + stroke: #fffff; + stroke-width: 1px; + cursor: pointer; +} + +.deletePrefixButton:hover { + color: #ff972d; + cursor: pointer; +} + +.deletePrefixButton { + color: #ff0000; + cursor: pointer; +} + +.invisiblePrefixButton { + cursor: default; + color: rgb(24, 32, 42); +} + +#containerForAddPrefixButton { + width: 100%; + margin-top: 5px; +} + +.roundedButton { + border: 1px solid #000000; + border-radius: 20px; + padding: 0 5px; + background: #fff; + cursor: pointer; + color: black; + outline: none; +} + +.roundedButton:hover { + background: #318638; + cursor: pointer; + color: #fff; + outline: none; +} + +#prefixURL_Description { + padding: 5px 0 0 0; +} + +.prefixIRIElements { + display: inline-block; + padding: 3px; + border-bottom: 1px solid #34495E; + width: 100% +} + +.prefixInput { + width: 30px; + display: inline-block; + margin-right: 5px; +} + +.prefixURL { + width: 100px; + display: inline-block; + paddig-left: 5px; +} + +.selectedDefaultElement { + text-align: left; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + display: inline-block; + max-width: 200px; +} + +#editHeader { + color: #ecf0f1; + background-color: #394f5a; + display: block; + font-size: 1.1em; + font-weight: 100; + text-align: center; +} + +#leftHeader { + color: #ecf0f1; + background-color: #394f5a; + display: block; + font-size: 1.1em; + font-weight: 100; + text-align: center; + padding: 10px 0; + margin: 0; +} + +.containerForDefaultSelection { + color: #ecf0f1; + display: block; + font-size: 1.1em; + font-weight: 100; + margin: 0; + padding: 10px 20px; + text-align: left; +} + +.defaultSelected { + color: #a15d05; + background-color: #283943; +} + +.containerForDefaultSelection:hover { + color: #f19505; + background-color: #394f5a; + display: block; + cursor: pointer; +} + +#containerForLeftSideBar { + top: 50px; + float: left; + position: absolute; + background-color: #1b252e; + left: 0; + width: 200px; + height: 200px; + overflow-y: auto; + overflow-x: hidden; +} + +#leftSideBar { + width: 100%; + background-color: rgb(24, 32, 42); +} + +#loading-info { + box-sizing: border-box; + position: absolute; + text-align: center; + + width: 100%; + height: 80%; + top: 0; +} + +#loading-info > div { + display: inline-block; + color: #ffffff; + background-color: #18202A; + border-bottom-left-radius: 2px; + border-bottom-right-radius: 2px; +} + +#loading-info > * > * { + padding: 5px; +} + +#loading-info { + pointer-events: none; +} + +#loading-progress { + pointer-events: auto; + min-width: 220px; + border-radius: 10px; +} + +#show-loadingInfo-button { + font-size: 12px; + color: #fff; + cursor: pointer; + text-align: center; +} + +#loadingIndicator_closeButton:hover { + color: #ff972d; + cursor: pointer; + +} + +#loadingIndicator_closeButton { + color: #ffe30f; + cursor: pointer; + padding-bottom: 5px; + float: right; +} + +.busyProgressBar { + background-color: #000; + height: 25px; + position: relative; + animation: busy 2s linear infinite; +} + +@-webkit-keyframes busy { + 0% { + left: 0%; + } + 50% { + left: 80%; + } + 100% { + left: 0%; + } +} + +#bulletPoint_container { + padding-left: 15px; + margin-top: 0px; + margin-bottom: 0px; +} + +#bulletPoint_container > div { + margin-left: -15px; +} + +#loadingInfo-container { + box-sizing: border-box; + text-align: left; + line-height: 1.2; + padding-top: 5px; + overflow: auto; + /*white-space: nowrap;*/ + /*min-width: 250px;*/ + height: 120px; + min-height: 40px; + background-color: #3c3c3c; + +} + +#error-description-button { + margin: 5px 0 0 0; + font-size: 12px; + color: #69c; + cursor: pointer; + text-align: center; +} + +#error-description-container { + box-sizing: border-box; + text-align: left; +} + +#error-description-container pre { + background-color: #34495E; + padding: 2px; + margin: 0; + white-space: pre-wrap; + max-height: calc(100vh - 125px); + max-width: 75vw; + overflow: auto; +} + +.spin { + display: inline-block; + -webkit-animation: spin 2s infinite linear; + animation: spin 2s infinite linear; +} + +@-webkit-keyframes spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} + +@keyframes spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} + +.truncate { + max-width: 250px; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} + +.color-mode-switch { + float: right; + width: 90px; + cursor: pointer; + height: 20px; + padding: 0; + border: 0; + color: #555; + background-color: #ECEEEF; + box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), inset 0 0 3px rgba(0, 0, 0, 0.1); +} + +.color-mode-switch:focus { + outline-width: 0; +} + +.color-mode-switch.active { + color: #FFF; + background-color: #32CD32; + box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2), inset 0 0 3px rgba(0, 0, 0, 0.1); +} + +/* adding button pulse animation*/ +.filterMenuButtonHighlight { + background-color: #d90; +} + +@-webkit-keyframes buttonAnimation { + 0% { + background-color: unset; + } + 100% { + background-color: #d90; + } +} + +@-moz-keyframes buttonAnimation { + 0% { + background-color: unset; + } + 100% { + background-color: #d90; + } +} + +@-o-keyframes buttonAnimation { + 0% { + background-color: unset; + } + 100% { + background-color: #d90; + } +} + +@keyframes buttonAnimation { + 0% { + background-color: unset; + } + 100% { + background-color: #d90; + } +} + +.buttonPulse { + -webkit-animation-name: buttonAnimation; + -moz-animation-name: buttonAnimation; + -o-animation-name: buttonAnimation; + animation-name: buttonAnimation; + + -webkit-animation-duration: 0.5s; + -moz-animation-duration: 0.5s; + -o-animation-duration: 0.5s; + animation-duration: 0.5s; + + -webkit-animation-iteration-count: 3; + -moz-animation-iteration-count: 3; + -o-animation-iteration-count: 3; + animation-iteration-count: 3; + + -webkit-animation-timing-function: linear; + -moz-animation-timing-function: linear; + -o-animation-timing-function: linear; + animation-timing-function: linear; + + +} + +/*swipe bar definition*/ + +/*Overwriting individual menu widths*/ +#m_about { + max-width: 200px; + width: 200px; + position: absolute; + +} + +#m_modes { + max-width: 160px; + width: 160px; + position: absolute; +} + +#m_filter { + max-width: 170px; + width: 170px; + position: absolute; +} + +#m_gravity { + max-width: 180px; + width: 180px; + position: absolute; +} + +#m_export { + max-width: 160px; + width: 160px; + position: absolute; + +} + +#exportedUrl { + width: 100px; +} + +#m_select { + max-width: 300px; + width: 300px; + position: absolute; +} + +#m_config { + max-width: 240px; + width: 240px; + position: absolute; +} + +#m_search { + max-width: 250px; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} + +/***************** REWRITING MENU ELEMENT CONTAINERS ***********************/ +/*Container which holds the swipeBar*/ +#swipeBarContainer { + position: fixed; + width: 77.8%; + height: 40px; + margin: 0; + padding: 0; + bottom: 0; +} + +/*Scroll-able container for the menu entries */ +#menuElementContainer { + margin: 0; + padding: 0; + overflow-x: auto; + overflow-y: hidden; + white-space: nowrap; + text-align: right; + list-style-type: none; +} + +/*Style for the individual menu entries*/ +#menuElementContainer > li { + display: inline-block; + box-sizing: border-box; + text-align: left; + position: relative; + height: 40px; + font-size: 14px; + color: #ffffff; + padding: 12px 0 0; + margin-left: -4px; +} + +/*Font-color Style for menu entries */ +#menuElementContainer > li > a { + color: #fff; + padding: 9px 12px 12px 30px; +} + +.menuElementSvgElement { + height: 20px; + width: 20px; + display: block; + position: absolute; + top: 10px; + left: 8px; +} + +.btn_shadowed { + background-color: #fefefe; + box-shadow: 1px 1px 1px gray; +} + +.reloadCachedOntologyIcon { + height: 20px; + width: 108px; + display: block; + position: absolute; + top: 20px; + left: 3px; + /*background: #ecf0f1;;*/ + border: solid 1px black; + border-radius: 10px; + cursor: pointer; +} + +.reloadCachedOntologyIcon:disabled { + background: #f4f4f4; + cursor: auto; + border: solid 1px darkgray; + +} + +.reloadCachedOntologyIcon:hover { + background: #d90; + cursor: pointer; +} + +.disabledReloadElement { + cursor: auto; + background: #F4F4F4; + pointer-events: auto; + border: solid 1px darkgray; + color: #bbbbbb; +} + +.disabledReloadElement:hover { + cursor: auto; + background: #EEEEEE; + pointer-events: auto; +} + +#menuElementContainer > li > input { + color: #000; + /*padding : 0 0.3em 0 1.5em;*/ + padding: 0.1em .3em 0.1em 1.5em; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + width: 120px; +} + +/*Hovered behavior for the menu entries*/ +#menuElementContainer > li > a:hover { + box-sizing: border-box; + background: #1B252E; + /*background : #d90;*/ + color: #bdc3c7; + +} + +#empty:hover { + box-sizing: border-box; + background: #e1e1e1; + /*background : #d90;*/ + color: #2980b9; +} + +#empty.disabled { + pointer-events: none; + cursor: default; + color: #979797; +} + +.disabled { + pointer-events: none; + cursor: default; + color: #979797; +} + +/*ToolTip Menu Definition*/ +.toolTipMenu { + -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); + box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); + box-sizing: border-box; + background-color: #ffffff; + border: 1px solid rgba(0, 0, 0, 0.15); + border-bottom: none; + border-radius: 4px 4px 0 0; + bottom: 0; + display: none; + font-size: 14px; + list-style: none; + /*max-width: 300px;*/ + margin: 0; + padding: 0; + white-space: normal; + position: absolute; + z-index: 99; +} + +.toolTipMenu > li:first-of-type { + border: none; +} + +.toolTipMenu a { + color: #2980b9; +} + +.toolTipMenu > li { + border-top: solid 1px #bdc3c7; +} + +.toolTipMenu li { + color: #2980b9; + display: block; +} + +/*MenuElement hovering enables the toolTip of the corresponding menu*/ +#menuElementContainer > li:hover .toolTipMenu { + display: block; +} + +#menuElementContainer li > ul.toolTipMenu li a:hover { + background: #e1e1e1; +} + +/****************************************************************************/ +/*ScrollButton behavior*/ +#scrollLeftButton { + height: 30px; + width: 30px; + padding: 5px 0 5px 10px; + color: #fff; + cursor: pointer; + position: absolute; + margin-top: -2px; + font-size: 2em; + background-color: #24323e; + left: 0; +} + +#scrollLeftButton:focus { + outline: none; +} + +#scrollLeftButton:before { + content: "<"; +} + +/*Right Scroll Button*/ +#scrollRightButton { + height: 30px; + width: 30px; + padding: 5px 0 5px 10px; + color: #fff; + cursor: pointer; + position: absolute; + margin-top: -2px; + font-size: 2em; + background-color: #24323e; + right: 0; +} + +#scrollRightButton:focus { + outline: none; +} + +#scrollRightButton:hover { + color: #bdc3c7; +} + +#scrollLeftButton:hover { + color: #bdc3c7; +} + +#scrollRightButton:before { + content: ">"; +} + +#centerGraphButton, #zoomInButton, #zoomOutButton { + border: 1px solid #000000; + text-align: center; + margin: -1px 0 0 0; + font-size: 1.5em; + padding: 0; + height: 28px; +} + +.noselect { + -webkit-touch-callout: none; /* iOS Safari */ + -webkit-user-select: none; /* Safari */ + -khtml-user-select: none; /* Konqueror HTML */ + -moz-user-select: none; /* Firefox */ + -ms-user-select: none; /* Internet Explorer/Edge */ + user-select: none; + /* Non-prefixed version, currently + supported by Chrome and Opera */ +} + +#zoomOutButton { + line-height: 22px; +} + +#centerGraphButton { + line-height: 25px; +} + +#zoomInButton { + line-height: 25px; +} + +#zoomSlider > p:hover { + background-color: #d90; +} + +#zoomSliderParagraph { + color: #000000; + padding-top: 5px; + margin: -1px 0 0 0; + border: 1px solid #000000; + /*background-color: #ecf0f1;*/ + /*width: 28px;*/ + height: 150px; +} + +p#zoomSliderParagraph:hover { + background-color: #fff; +} + +/*todo put this in a proper position*/ +#zoomSlider { + width: 28px; + margin-top: -2px; + padding: 0; + font-size: 1.5em; + cursor: pointer; + position: absolute; + right: 20px; + bottom: 20px; + color: #000; + /*background-color: #ecf0f1;*/ + box-sizing: border-box; +} + +/****************************************************************************/ +/*Definition for the Icons before*/ +#menuElementContainer > li > a::before { + font-size: 1em; + margin: 0; + padding: 0 6px 0 0; +} + +#menuElementContainer a.highlighted { + background-color: #d90; +} + +/*#search-input-text.searchInputText {*/ +/*!*padding: 0 0.2em;*!*/ +/*color: black;*/ +/*}*/ + +.inner-addon { + position: relative; +} + +.searchIcon { + position: absolute; + /*padding: 0.15em 0;*/ + width: 17px; + height: 17px; + + pointer-events: none; +} + +.gearIcon { + position: absolute; + width: 17px; + height: 17px; + pointer-events: none; + left: -5px; +} + +/*#search-input-text::before {*/ +/*!*padding: 0 0.2em;*!*/ +/*!*color: black;*!*/ +/*font-size: 1.4em; !* todo : test this *!*/ +/*!*content: "\2315";*!*/ +/*content: "⚲";*/ +/*color: white;*/ +/*padding: 0;*/ +/*-webkit-transform: rotate(-45deg);*/ +/*!*content: "\2315" or "\1F50D"*!;*/ +/*display: inline-block;*/ +/*position: relative;*/ +/*top: 2px;*/ +/*left:-5px;*/ +/*}*/ + +li#c_search { + padding: 0 5px; + margin-left: 5px; + height: 20px; +} + +/*Menu icons before the links selection */ +/*#c_select > a::before { content: "\2263"; }*/ +/*#c_export > a::before { content: "\21E4"; }*/ +/*#c_gravity > a::before { content: "\2299"; }*/ +/*#c_filter > a::before { content: "\25BD"; }*/ +/*#c_modes > a::before { content: "\2606"; }*/ +/*#c_reset > a::before { content: "\21BB"; }*/ +/*#c_about > a::before { content: "\00A9"; }*/ + +li#c_locate { + padding: 0; +} + +#c_locate > a { + font-size: 2em; + padding: 0; +} + +a#pause-button { + padding: 12px 12px; +} + +/*Pause Button has a different behavior*/ +a#pause-button.paused::before { + content: "\25BA"; +} + +a#pause-button.paused:hover { + background-color: #d90; + color: #fff; +} + +a#pause-button:not(.paused)::before { + content: "II"; +} + +.toolTipMenu li:hover { + background-color: #e1e1e1; +} + +#emptyLiHover { + background-color: #FFFFFF; +} + +#emptyLiHover:hover { + background-color: #FFFFFF; +} + +.toggleOption li:hover { + background-color: #e1e1e1; +} + +.toggleOption { + padding: 8px 5px; +} + +#converter-option:hover { + background-color: #ffffff; +} + +.toolTipMenu li a:only-child, .option { + display: block; + float: none; + padding: 8px 5px; +} + +.customLocate { + padding: 0; + background-color: #32CD32; +} + +a#locateSearchResult { + padding-bottom: 0; + padding-top: 50px; + position: relative; + top: 5px; +} + +/*#sliderRange{*/ +/*padding: 0;*/ +/*margin: 7px 0 0 0;*/ +/*width:100%;*/ +/*height:5px;*/ +/*-webkit-appearance: none;*/ +/*outline: none;*/ +/*}*/ + +#zoomSliderElement { + color: #000; + position: relative; + padding-top: 0; + width: 155px; + height: 24px; + background-color: transparent; + -webkit-transform-origin-x: 73px; + -webkit-transform-origin-y: 73px; + -webkit-transform: rotate(-90deg); + -moz-transform-origin: 73px 73px; + transform: rotate(-90deg); + transform-origin: 73px 73px; + -webkit-appearance: none; + outline: none; + margin: 4px 0; +} + +/* ------------------ Zoom Slider styles --------------------------*/ +#zoomSliderElement::-webkit-scrollbar { + height: 0; +} + +#zoomSliderElement:hover { + cursor: crosshair; +} + +/*TRACK*/ +#zoomSliderElement::-webkit-slider-runnable-track { + width: 100%; + height: 5px; + cursor: pointer; + background: #3071a9; +} + +#zoomSliderElement::-moz-range-track { + width: 100%; + height: 5px; + cursor: pointer; + background: #3071a9; +} + +/*Thumb*/ +#zoomSliderElement::-webkit-slider-thumb { + -webkit-appearance: none; + border: 1px solid #000000; + height: 10px; + width: 30px; + margin-right: 50px; + border-radius: 3px; + background: #fff; + cursor: pointer; + outline: none; + margin-top: -3px; +} + +#zoomSliderElement::-ms-thumb { + -webkit-appearance: none; + border: 1px solid #000000; + height: 10px; + width: 30px; + margin-right: 50px; + border-radius: 3px; + background: #fff; + cursor: pointer; + outline: none; + margin-top: -3px; +} + +#zoomSliderElement::-ms-thumb:hover { + -webkit-appearance: none; + border: 1px solid #000000; + height: 10px; + width: 30px; + margin-right: 50px; + border-radius: 3px; + background: #d90; + cursor: pointer; + outline: none; + margin-top: -3px; +} + +#zoomSliderElement::-webkit-slider-thumb:hover { + -webkit-appearance: none; + border: 1px solid #000000; + height: 10px; + width: 30px; + margin-right: 50px; + border-radius: 3px; + background: #d90; + cursor: pointer; + outline: none; + margin-top: -3px; +} + +#zoomSliderElement::-moz-range-thumb { + border: 1px solid #000000; + height: 10px; + width: 30px; + border-radius: 3px; + /*background: #ffffff;*/ + cursor: pointer; + outline: none; +} + +#zoomSliderElement::-moz-range-thumb:hover { + border: 1px solid #000000; + height: 10px; + width: 30px; + border-radius: 3px; + background: #d90; + cursor: pointer; + outline: none; +} + +#zoomSliderElement::-moz-focus-outer { + border: 0; +} + +#locateSearchResult:focus { + outline: none; + +} + +a#locateSearchResult.highlighted:hover { + background-color: #d90; + color: red; +} + +a#locateSearchResult { + outline: none; + padding-bottom: 0; + padding-top: 0; + position: relative; + top: 5px; +} + +/*Editor hints*/ +#editorHint { + padding: 5px 5px; + position: absolute; + text-align: center; + width: 100%; + pointer-events: none; +} + +#editorHint label { + pointer-events: auto; + float: right; + padding: 5px 5px; + color: #ffdd00; +} + +#editorHint label:hover { + text-decoration: underline; + cursor: pointer; +} + +#editorHint > div { + pointer-events: auto; + text-align: left; + display: inline-block; + color: #ffffff; + font-size: 0.8em; + background-color: #18202A; + padding: 5px 5px; + border-radius: 5px; + +} + +#WarningErrorMessagesContainer { + position: absolute; + text-align: center; + top: 0; + pointer-events: none; +} + +/*Editor hints*/ +#WarningErrorMessages { + position: relative; + /*text-align: center;*/ + width: 50%; + pointer-events: auto; + margin: 10px 0; + padding-right: 12px; + overflow-y: auto; + overflow-x: hidden; +} + +#WarningErrorMessages label { + pointer-events: auto; + float: right; + padding: 5px 5px; + color: #ffdd00; +} + +#WarningErrorMessages span { + pointer-events: auto; + float: right; + padding: 5px 5px; +} + +#WarningErrorMessages label:hover { + text-decoration: underline; + cursor: pointer; +} + +#WarningErrorMessages > div { + pointer-events: auto; + text-align: left; + display: inline-block; + color: #ffffff; + font-size: 0.8em; + background-color: #18202A; + padding: 5px 5px; + border-radius: 10px; + border: solid 1px #ecf0f1; + width: 70%; + +} + +#WarningErrorMessagesContent > ul { + -webkit-padding-start: 20px; + padding: 0 16px; + +} + +#WarningErrorMessagesContent > ul > li { + padding: 5px; +} + +.converter-form-Editor { + /*display: inline-block;*/ +} + +.textLineEditWithLabel { + display: inline-block; + width: 100%; + border-bottom: 1px solid #34495E; + padding: 2px 0; + +} + +.converter-form-Editor label { + /*//display: inline-block;*/ + line-height: normal; +} + +.descriptionTextClass { + background-color: #34495E; + color: white; +} + +.prefixIRIElements input { + border: 1px solid #34495E; + background-color: #34495E; + color: white; +} + +.prefixIRIElements input:disabled { + background-color: rgb(24, 32, 42); + border: 1px solid rgb(24, 32, 42); + color: white; +} + +.converter-form-Editor input { + /*box-sizing: border-box;*/ + /*height: 18px;*/ + /*width: 69%;*/ + float: right; + border: 1px solid #34495E; + background-color: #34495E; + color: white; + /*border-bottom: 1px solid #d90;*/ + /*text-align: center;*/ + /*display: inline-block;*/ +} + +.converter-form-Editor input:disabled { + background-color: #545350; + border: 1px solid #34495E; + color: #939798; +} + +.disabledLabelForSlider { + color: #808080; +} diff --git a/webvowl/css/webvowl.css b/webvowl/css/webvowl.css new file mode 100644 index 0000000..bd06623 --- /dev/null +++ b/webvowl/css/webvowl.css @@ -0,0 +1,296 @@ +/*----------------------------------------------------------------- + VOWL graphical elements (part of spec) - mixed CSS and SVG styles +-----------------------------------------------------------------*/ + +/*-------- Text --------*/ +.text { + font-family: Helvetica, Arial, sans-serif; + font-size: 12px; +} + +.subtext { + font-size: 9px; +} + +.text.instance-count { + fill: #666; +} + +.external + text .instance-count { + fill: #aaa; +} + +.cardinality { + font-size: 10px; +} + +.text, .embedded { + pointer-events: none; +} + +/*------- Colors ------*/ +.class, .object, .disjoint, .objectproperty, .disjointwith, .equivalentproperty, .transitiveproperty, .functionalproperty, .inversefunctionalproperty, .symmetricproperty, .allvaluesfromproperty, .somevaluesfromproperty { + fill: #acf; +} + +.label .datatype, .datatypeproperty { + fill: #9c6; +} + +.rdf, .rdfproperty { + fill: #c9c; +} + +.literal, .node .datatype { + fill: #fc3; +} + +.deprecated, .deprecatedproperty { + fill: #ccc; +} + +.external, .externalproperty { + /*fill: #36c;*/ +} + +path, .nofill { + fill: none; +} + +marker path { + fill: #000; +} + +.class, path, line, .fineline { + stroke: #000; +} + +.white, .subclass, .subclassproperty, .external + text { + fill: #fff; +} + +.class.hovered, .property.hovered, .cardinality.hovered, .cardinality.focused, .filled.hovered, .filled.focused, .values-from.filled.hovered { + fill: #f00 !important; + cursor: pointer; +} + +.hoveredForEditing { + fill: #f00 !important; + cursor: pointer; +} + +.feature { + fill: #f00; + cursor: pointer; +} + +@-webkit-keyframes pulseAnimation { + 0% { + -webkit-transform: scale(1.5); + stroke-width: 3.33; + } + 50% { + stroke-width: 4; + } + 100% { + -webkit-transform: scale(1.0); + stroke-width: 5; + } +} + +@-moz-keyframes pulseAnimation { + 0% { + -webkit-transform: scale(1.5); + stroke-width: 3.33; + } + 50% { + stroke-width: 4; + } + 100% { + -webkit-transform: scale(1.0); + stroke-width: 5; + } +} + +@-o-keyframes pulseAnimation { + 0% { + -webkit-transform: scale(1.5); + stroke-width: 3.33; + } + 50% { + stroke-width: 4; + } + 100% { + -webkit-transform: scale(1.0); + stroke-width: 5; + } +} + +@keyframes pulseAnimation { + 0% { + -webkit-transform: scale(1.5); + stroke-width: 3.33; + } + 50% { + stroke-width: 4; + } + 100% { + -webkit-transform: scale(1.0); + stroke-width: 5; + } +} + +.searchResultA { + fill: none; + stroke-width: 5; + stroke: #f00; + -webkit-animation-name: pulseAnimation; + -moz-animation-name: pulseAnimation; + -o-animation-name: pulseAnimation; + animation-name: pulseAnimation; + + -webkit-animation-duration: 0.8s; + -moz-animation-duration: 0.8s; + -o-animation-duration: 0.8s; + animation-duration: 0.8s; + + -webkit-transform: translateZ(0); + -o-transform: translateZ(0); + -webkit-animation-iteration-count: 3; + -moz-animation-iteration-count: 3; + -o-animation-iteration-count: 3; + animation-iteration-count: 3; + + -webkit-animation-timing-function: linear; + -moz-animation-timing-function: linear; + -o-animation-timing-function: linear; + animation-timing-function: linear; + +} + +/* a class for not animated search results (hovered over node)*/ +.searchResultB { + fill: none; + stroke-width: 5; + stroke: #f00; +} + +.hovered-MathSymbol { + fill: none; + stroke: #f00 !important; +} + +.focused, path.hovered { + stroke: #f00 !important; +} + +.indirect-highlighting, .feature:hover { + fill: #f90; + cursor: pointer; +} + +.feature_hover { + fill: #f90; + cursor: pointer; +} + +.values-from { + stroke: #69c; +} + +.symbol, .values-from.filled { + fill: #69c; +} + +/*------- Strokes ------*/ +.class, path, line { + stroke-width: 2; +} + +.fineline { + stroke-width: 1; +} + +.dashed, .anonymous { + stroke-dasharray: 8; +} + +.dotted { + stroke-dasharray: 3; +} + +rect.focused, circle.focused { + stroke-width: 4px; +} + +.nostroke { + stroke: none; +} + +/*----------------------------------------------------------------- + Additional elements for the WebVOWL demo (NOT part of spec) +-----------------------------------------------------------------*/ + +.addDataPropertyElement { + fill: #9c6 !important; + cursor: pointer; + stroke-width: 2; + stroke: black; +} + +.addDataPropertyElement:hover { + fill: #f90 !important; + cursor: pointer; + stroke-width: 2; + stroke: black; +} + +.superHiddenElement { + fill: rgba(255, 153, 0, 0.4); + cursor: pointer; + stroke-width: 0; + stroke: black; + /*opacity:0;*/ +} + +.superOpacityElement { + opacity: 0; +} + +.deleteParentElement:hover { + fill: #f90; + cursor: pointer; + stroke-width: 2; + stroke: black; +} + +.deleteParentElement { + fill: #f00; + cursor: pointer; + stroke-width: 2; + stroke: black; +} + +.classNodeDragPath { + stroke: black; + stroke-width: 2px; +} + +.classDraggerNodeHovered { + fill: #f90; + stroke: black; + stroke-width: 2px; + cursor: pointer; +} + +.classDraggerNode { + fill: #acf; + stroke: black; + stroke-width: 2px; +} + +marker path { + /* Safari and Chrome workaround for inheriting the style of its link. + Use any value that is larger than the length of the marker path. */ + stroke-dasharray: 100; +} diff --git a/webvowl/data/foaf.json b/webvowl/data/foaf.json new file mode 100644 index 0000000..4897985 --- /dev/null +++ b/webvowl/data/foaf.json @@ -0,0 +1,2894 @@ +{ + "_comment" : "Created with OWL2VOWL (version 0.3.7), http://vowl.visualdataweb.org", + "header" : { + "languages" : [ "undefined" ], + "baseIris" : [ "http://schema.org", "http://www.w3.org/2000/01/rdf-schema", "http://www.w3.org/2003/01/geo/wgs84_pos", "http://purl.org/dc/terms", "http://www.w3.org/2001/XMLSchema", "http://xmlns.com/foaf/0.1", "http://www.w3.org/2000/10/swap/pim/contact", "http://www.w3.org/2004/02/skos/core" ], + "prefixList" : { + "owl" : "http://www.w3.org/2002/07/owl#", + "rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#", + "wot" : "http://xmlns.com/wot/0.1/", + "xsd" : "http://www.w3.org/2001/XMLSchema#", + "dc" : "http://purl.org/dc/elements/1.1/", + "xml" : "http://www.w3.org/XML/1998/namespace", + "vs" : "http://www.w3.org/2003/06/sw-vocab-status/ns#", + "foaf" : "http://xmlns.com/foaf/0.1/", + "rdfs" : "http://www.w3.org/2000/01/rdf-schema#" + }, + "title" : { + "undefined" : "Friend of a Friend (FOAF) vocabulary" + }, + "iri" : "http://xmlns.com/foaf/0.1/", + "description" : { + "undefined" : "The Friend of a Friend (FOAF) RDF vocabulary, described using W3C RDF Schema and the Web Ontology Language." + }, + "other" : { + "title" : [ { + "identifier" : "title", + "language" : "undefined", + "value" : "Friend of a Friend (FOAF) vocabulary", + "type" : "label" + } ] + } + }, + "namespace" : [ ], + "class" : [ { + "id" : "3", + "type" : "owl:Thing" + }, { + "id" : "9", + "type" : "owl:Class" + }, { + "id" : "1", + "type" : "owl:equivalentClass" + }, { + "id" : "18", + "type" : "owl:Thing" + }, { + "id" : "19", + "type" : "owl:Thing" + }, { + "id" : "5", + "type" : "owl:Thing" + }, { + "id" : "20", + "type" : "rdfs:Literal" + }, { + "id" : "8", + "type" : "rdfs:Literal" + }, { + "id" : "11", + "type" : "owl:Class" + }, { + "id" : "21", + "type" : "owl:Thing" + }, { + "id" : "22", + "type" : "rdfs:Literal" + }, { + "id" : "24", + "type" : "rdfs:Literal" + }, { + "id" : "26", + "type" : "rdfs:Literal" + }, { + "id" : "27", + "type" : "rdfs:Literal" + }, { + "id" : "37", + "type" : "owl:equivalentClass" + }, { + "id" : "45", + "type" : "rdfs:Literal" + }, { + "id" : "46", + "type" : "rdfs:Literal" + }, { + "id" : "53", + "type" : "rdfs:Literal" + }, { + "id" : "56", + "type" : "rdfs:Literal" + }, { + "id" : "59", + "type" : "rdfs:Literal" + }, { + "id" : "60", + "type" : "owl:Class" + }, { + "id" : "61", + "type" : "rdfs:Literal" + }, { + "id" : "6", + "type" : "rdfs:Literal" + }, { + "id" : "62", + "type" : "rdfs:Literal" + }, { + "id" : "12", + "type" : "owl:equivalentClass" + }, { + "id" : "55", + "type" : "rdfs:Literal" + }, { + "id" : "69", + "type" : "rdfs:Literal" + }, { + "id" : "71", + "type" : "owl:Class" + }, { + "id" : "36", + "type" : "owl:Class" + }, { + "id" : "86", + "type" : "owl:Class" + }, { + "id" : "83", + "type" : "owl:Class" + }, { + "id" : "94", + "type" : "owl:Class" + }, { + "id" : "73", + "type" : "rdfs:Literal" + }, { + "id" : "68", + "type" : "rdfs:Literal" + }, { + "id" : "93", + "type" : "rdfs:Literal" + }, { + "id" : "33", + "type" : "owl:Thing" + }, { + "id" : "49", + "type" : "rdfs:Literal" + }, { + "id" : "29", + "type" : "owl:Thing" + }, { + "id" : "101", + "type" : "rdfs:Literal" + }, { + "id" : "39", + "type" : "owl:Thing" + }, { + "id" : "63", + "type" : "owl:equivalentClass" + }, { + "id" : "64", + "type" : "owl:equivalentClass" + }, { + "id" : "102", + "type" : "owl:equivalentClass" + }, { + "id" : "78", + "type" : "owl:Class" + }, { + "id" : "77", + "type" : "owl:Class" + }, { + "id" : "13", + "type" : "owl:equivalentClass" + }, { + "id" : "58", + "type" : "rdfs:Literal" + }, { + "id" : "100", + "type" : "rdfs:Literal" + }, { + "id" : "106", + "type" : "rdfs:Literal" + }, { + "id" : "52", + "type" : "rdfs:Literal" + }, { + "id" : "88", + "type" : "rdfs:Literal" + }, { + "id" : "118", + "type" : "rdfs:Literal" + }, { + "id" : "126", + "type" : "owl:Class" + }, { + "id" : "2", + "type" : "owl:equivalentClass" + }, { + "id" : "32", + "type" : "owl:equivalentClass" + }, { + "id" : "10", + "type" : "owl:Class" + } ], + "classAttribute" : [ { + "iri" : "http://www.w3.org/2002/07/owl#Thing", + "baseIri" : "http://owl2vowl.de", + "id" : "3", + "label" : { + "undefined" : "Thing" + } + }, { + "iri" : "http://www.w3.org/2004/02/skos/core#Concept", + "baseIri" : "http://www.w3.org/2004/02/skos/core", + "instances" : 0, + "label" : { + "IRI-based" : "Concept", + "undefined" : "Concept" + }, + "attributes" : [ "external" ], + "id" : "9" + }, { + "iri" : "http://xmlns.com/foaf/0.1/Agent", + "equivalent" : [ "13" ], + "baseIri" : "http://xmlns.com/foaf/0.1", + "instances" : 0, + "annotations" : { + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "stable", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "Agent", + "undefined" : "Agent" + }, + "subClasses" : [ "10", "11", "12" ], + "comment" : { + "undefined" : "An agent (eg. person, group, software or physical artifact)." + }, + "attributes" : [ "equivalent" ], + "id" : "1" + }, { + "iri" : "http://www.w3.org/2002/07/owl#Thing", + "baseIri" : "http://owl2vowl.de", + "id" : "18", + "label" : { + "undefined" : "Thing" + } + }, { + "iri" : "http://www.w3.org/2002/07/owl#Thing", + "baseIri" : "http://owl2vowl.de", + "id" : "19", + "label" : { + "undefined" : "Thing" + } + }, { + "iri" : "http://www.w3.org/2002/07/owl#Thing", + "baseIri" : "http://owl2vowl.de", + "id" : "5", + "label" : { + "undefined" : "Thing" + } + }, { + "iri" : "http://www.w3.org/2000/01/rdf-schema#Literal", + "baseIri" : "http://www.w3.org/2000/01/rdf-schema", + "id" : "20", + "label" : { + "IRI-based" : "Literal", + "undefined" : "Literal" + } + }, { + "iri" : "http://www.w3.org/2000/01/rdf-schema#Literal", + "id" : "8", + "label" : { + "IRI-based" : "Literal", + "undefined" : "Literal" + } + }, { + "iri" : "http://xmlns.com/foaf/0.1/Organization", + "baseIri" : "http://xmlns.com/foaf/0.1", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "stable", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "Organization", + "undefined" : "Organization" + }, + "comment" : { + "undefined" : "An organization." + }, + "id" : "11", + "superClasses" : [ "1" ] + }, { + "iri" : "http://www.w3.org/2002/07/owl#Thing", + "baseIri" : "http://owl2vowl.de", + "id" : "21", + "label" : { + "undefined" : "Thing" + } + }, { + "iri" : "http://www.w3.org/2000/01/rdf-schema#Literal", + "baseIri" : "http://www.w3.org/2000/01/rdf-schema", + "id" : "22", + "label" : { + "IRI-based" : "Literal", + "undefined" : "Literal" + } + }, { + "iri" : "http://www.w3.org/2000/01/rdf-schema#Literal", + "baseIri" : "http://www.w3.org/2000/01/rdf-schema", + "id" : "24", + "label" : { + "IRI-based" : "Literal", + "undefined" : "Literal" + } + }, { + "iri" : "http://www.w3.org/2000/01/rdf-schema#Literal", + "baseIri" : "http://www.w3.org/2000/01/rdf-schema", + "id" : "26", + "label" : { + "IRI-based" : "Literal", + "undefined" : "Literal" + } + }, { + "iri" : "http://www.w3.org/2000/01/rdf-schema#Literal", + "baseIri" : "http://www.w3.org/2000/01/rdf-schema", + "id" : "27", + "label" : { + "IRI-based" : "Literal", + "undefined" : "Literal" + } + }, { + "iri" : "http://schema.org/CreativeWork", + "baseIri" : "http://schema.org", + "instances" : 0, + "label" : { + "IRI-based" : "CreativeWork" + }, + "attributes" : [ "external", "equivalent" ], + "id" : "37" + }, { + "iri" : "http://www.w3.org/2000/01/rdf-schema#Literal", + "baseIri" : "http://www.w3.org/2000/01/rdf-schema", + "id" : "45", + "label" : { + "IRI-based" : "Literal", + "undefined" : "Literal" + } + }, { + "iri" : "http://www.w3.org/2000/01/rdf-schema#Literal", + "baseIri" : "http://www.w3.org/2000/01/rdf-schema", + "id" : "46", + "label" : { + "IRI-based" : "Literal", + "undefined" : "Literal" + } + }, { + "iri" : "http://www.w3.org/2000/01/rdf-schema#Literal", + "baseIri" : "http://www.w3.org/2000/01/rdf-schema", + "id" : "53", + "label" : { + "IRI-based" : "Literal", + "undefined" : "Literal" + } + }, { + "iri" : "http://www.w3.org/2000/01/rdf-schema#Literal", + "baseIri" : "http://www.w3.org/2000/01/rdf-schema", + "id" : "56", + "label" : { + "IRI-based" : "Literal", + "undefined" : "Literal" + } + }, { + "iri" : "http://www.w3.org/2000/01/rdf-schema#Literal", + "baseIri" : "http://www.w3.org/2000/01/rdf-schema", + "id" : "59", + "label" : { + "IRI-based" : "Literal", + "undefined" : "Literal" + } + }, { + "iri" : "http://xmlns.com/foaf/0.1/Project", + "baseIri" : "http://xmlns.com/foaf/0.1", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "testing", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "Project", + "undefined" : "Project" + }, + "comment" : { + "undefined" : "A project (a collective endeavour of some kind)." + }, + "id" : "60" + }, { + "iri" : "http://www.w3.org/2000/01/rdf-schema#Literal", + "baseIri" : "http://www.w3.org/2000/01/rdf-schema", + "id" : "61", + "label" : { + "IRI-based" : "Literal", + "undefined" : "Literal" + } + }, { + "iri" : "http://www.w3.org/2000/01/rdf-schema#Literal", + "baseIri" : "http://www.w3.org/2000/01/rdf-schema", + "id" : "6", + "label" : { + "IRI-based" : "Literal", + "undefined" : "Literal" + } + }, { + "iri" : "http://www.w3.org/2000/01/rdf-schema#Literal", + "baseIri" : "http://www.w3.org/2000/01/rdf-schema", + "id" : "62", + "label" : { + "IRI-based" : "Literal", + "undefined" : "Literal" + } + }, { + "iri" : "http://xmlns.com/foaf/0.1/Person", + "equivalent" : [ "63", "64" ], + "baseIri" : "http://xmlns.com/foaf/0.1", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "stable", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "Person", + "undefined" : "Person" + }, + "comment" : { + "undefined" : "A person." + }, + "attributes" : [ "equivalent" ], + "id" : "12", + "superClasses" : [ "1", "36" ] + }, { + "iri" : "http://www.w3.org/2000/01/rdf-schema#Literal", + "baseIri" : "http://www.w3.org/2000/01/rdf-schema", + "id" : "55", + "label" : { + "IRI-based" : "Literal", + "undefined" : "Literal" + } + }, { + "iri" : "http://www.w3.org/2000/01/rdf-schema#Literal", + "baseIri" : "http://www.w3.org/2000/01/rdf-schema", + "id" : "69", + "label" : { + "IRI-based" : "Literal", + "undefined" : "Literal" + } + }, { + "iri" : "http://xmlns.com/foaf/0.1/PersonalProfileDocument", + "baseIri" : "http://xmlns.com/foaf/0.1", + "instances" : 0, + "annotations" : { + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "testing", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "PersonalProfileDocument", + "undefined" : "PersonalProfileDocument" + }, + "comment" : { + "undefined" : "A personal profile RDF document." + }, + "id" : "71", + "superClasses" : [ "2" ] + }, { + "iri" : "http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing", + "baseIri" : "http://www.w3.org/2003/01/geo/wgs84_pos", + "instances" : 0, + "label" : { + "IRI-based" : "SpatialThing", + "undefined" : "Spatial Thing" + }, + "subClasses" : [ "12" ], + "attributes" : [ "external" ], + "id" : "36" + }, { + "iri" : "http://xmlns.com/foaf/0.1/OnlineChatAccount", + "baseIri" : "http://xmlns.com/foaf/0.1", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "unstable", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OnlineChatAccount", + "undefined" : "Online Chat Account" + }, + "comment" : { + "undefined" : "An online chat account." + }, + "id" : "86", + "superClasses" : [ "78" ] + }, { + "iri" : "http://xmlns.com/foaf/0.1/OnlineGamingAccount", + "baseIri" : "http://xmlns.com/foaf/0.1", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "unstable", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OnlineGamingAccount", + "undefined" : "Online Gaming Account" + }, + "comment" : { + "undefined" : "An online gaming account." + }, + "id" : "83", + "superClasses" : [ "78" ] + }, { + "iri" : "http://xmlns.com/foaf/0.1/LabelProperty", + "baseIri" : "http://xmlns.com/foaf/0.1", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "unstable", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "LabelProperty", + "undefined" : "Label Property" + }, + "comment" : { + "undefined" : "A foaf:LabelProperty is any RDF property with texual values that serve as labels." + }, + "id" : "94" + }, { + "iri" : "http://www.w3.org/2000/01/rdf-schema#Literal", + "id" : "73", + "label" : { + "IRI-based" : "Literal", + "undefined" : "Literal" + } + }, { + "iri" : "http://www.w3.org/2000/01/rdf-schema#Literal", + "id" : "68", + "label" : { + "IRI-based" : "Literal", + "undefined" : "Literal" + } + }, { + "iri" : "http://www.w3.org/2000/01/rdf-schema#Literal", + "id" : "93", + "label" : { + "IRI-based" : "Literal", + "undefined" : "Literal" + } + }, { + "iri" : "http://www.w3.org/2002/07/owl#Thing", + "baseIri" : "http://owl2vowl.de", + "id" : "33", + "label" : { + "undefined" : "Thing" + } + }, { + "iri" : "http://www.w3.org/2000/01/rdf-schema#Literal", + "id" : "49", + "label" : { + "IRI-based" : "Literal", + "undefined" : "Literal" + } + }, { + "iri" : "http://www.w3.org/2002/07/owl#Thing", + "baseIri" : "http://owl2vowl.de", + "id" : "29", + "label" : { + "undefined" : "Thing" + } + }, { + "iri" : "http://www.w3.org/2000/01/rdf-schema#Literal", + "id" : "101", + "label" : { + "IRI-based" : "Literal", + "undefined" : "Literal" + } + }, { + "iri" : "http://www.w3.org/2002/07/owl#Thing", + "baseIri" : "http://owl2vowl.de", + "id" : "39", + "label" : { + "undefined" : "Thing" + } + }, { + "iri" : "http://www.w3.org/2000/10/swap/pim/contact#Person", + "baseIri" : "http://www.w3.org/2000/10/swap/pim/contact", + "instances" : 0, + "label" : { + "IRI-based" : "Person" + }, + "attributes" : [ "external", "equivalent" ], + "id" : "63" + }, { + "iri" : "http://schema.org/Person", + "baseIri" : "http://schema.org", + "instances" : 0, + "label" : { + "IRI-based" : "Person" + }, + "attributes" : [ "external", "equivalent" ], + "id" : "64" + }, { + "iri" : "http://schema.org/ImageObject", + "baseIri" : "http://schema.org", + "instances" : 0, + "label" : { + "IRI-based" : "ImageObject" + }, + "attributes" : [ "external", "equivalent" ], + "id" : "102" + }, { + "iri" : "http://xmlns.com/foaf/0.1/OnlineAccount", + "baseIri" : "http://xmlns.com/foaf/0.1", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "testing", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OnlineAccount", + "undefined" : "Online Account" + }, + "subClasses" : [ "77", "86", "83" ], + "comment" : { + "undefined" : "An online account." + }, + "id" : "78" + }, { + "iri" : "http://xmlns.com/foaf/0.1/OnlineEcommerceAccount", + "baseIri" : "http://xmlns.com/foaf/0.1", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "unstable", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OnlineEcommerceAccount", + "undefined" : "Online E-commerce Account" + }, + "comment" : { + "undefined" : "An online e-commerce account." + }, + "id" : "77", + "superClasses" : [ "78" ] + }, { + "iri" : "http://purl.org/dc/terms/Agent", + "baseIri" : "http://purl.org/dc/terms", + "instances" : 0, + "label" : { + "IRI-based" : "Agent" + }, + "attributes" : [ "external", "equivalent" ], + "id" : "13" + }, { + "iri" : "http://www.w3.org/2000/01/rdf-schema#Literal", + "baseIri" : "http://www.w3.org/2000/01/rdf-schema", + "id" : "58", + "label" : { + "IRI-based" : "Literal", + "undefined" : "Literal" + } + }, { + "iri" : "http://www.w3.org/2000/01/rdf-schema#Literal", + "baseIri" : "http://www.w3.org/2000/01/rdf-schema", + "id" : "100", + "label" : { + "IRI-based" : "Literal", + "undefined" : "Literal" + } + }, { + "iri" : "http://www.w3.org/2000/01/rdf-schema#Literal", + "baseIri" : "http://www.w3.org/2000/01/rdf-schema", + "id" : "106", + "label" : { + "IRI-based" : "Literal", + "undefined" : "Literal" + } + }, { + "iri" : "http://www.w3.org/2000/01/rdf-schema#Literal", + "baseIri" : "http://www.w3.org/2000/01/rdf-schema", + "id" : "52", + "label" : { + "IRI-based" : "Literal", + "undefined" : "Literal" + } + }, { + "iri" : "http://www.w3.org/2000/01/rdf-schema#Literal", + "baseIri" : "http://www.w3.org/2000/01/rdf-schema", + "id" : "88", + "label" : { + "IRI-based" : "Literal", + "undefined" : "Literal" + } + }, { + "iri" : "http://www.w3.org/2000/01/rdf-schema#Literal", + "baseIri" : "http://www.w3.org/2000/01/rdf-schema", + "id" : "118", + "label" : { + "IRI-based" : "Literal", + "undefined" : "Literal" + } + }, { + "iri" : "http://www.w3.org/2000/01/rdf-schema#Class", + "baseIri" : "http://www.w3.org/2000/01/rdf-schema", + "instances" : 0, + "label" : { + "IRI-based" : "Class" + }, + "attributes" : [ "external" ], + "id" : "126" + }, { + "iri" : "http://xmlns.com/foaf/0.1/Document", + "equivalent" : [ "37" ], + "baseIri" : "http://xmlns.com/foaf/0.1", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "stable", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "Document", + "undefined" : "Document" + }, + "subClasses" : [ "71", "32" ], + "comment" : { + "undefined" : "A document." + }, + "attributes" : [ "equivalent" ], + "id" : "2" + }, { + "iri" : "http://xmlns.com/foaf/0.1/Image", + "equivalent" : [ "102" ], + "baseIri" : "http://xmlns.com/foaf/0.1", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "stable", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "Image", + "undefined" : "Image" + }, + "comment" : { + "undefined" : "An image." + }, + "attributes" : [ "equivalent" ], + "id" : "32", + "superClasses" : [ "2" ] + }, { + "iri" : "http://xmlns.com/foaf/0.1/Group", + "baseIri" : "http://xmlns.com/foaf/0.1", + "instances" : 0, + "annotations" : { + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "stable", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "Group", + "undefined" : "Group" + }, + "comment" : { + "undefined" : "A class of Agents." + }, + "id" : "10", + "superClasses" : [ "1" ] + } ], + "property" : [ { + "id" : "0", + "type" : "owl:objectProperty" + }, { + "id" : "4", + "type" : "owl:datatypeProperty" + }, { + "id" : "7", + "type" : "owl:datatypeProperty" + }, { + "id" : "14", + "type" : "owl:objectProperty" + }, { + "id" : "16", + "type" : "owl:objectProperty" + }, { + "id" : "17", + "type" : "owl:objectProperty" + }, { + "id" : "23", + "type" : "owl:objectProperty" + }, { + "id" : "25", + "type" : "owl:objectProperty" + }, { + "id" : "28", + "type" : "owl:objectProperty" + }, { + "id" : "30", + "type" : "owl:objectProperty" + }, { + "id" : "31", + "type" : "owl:objectProperty" + }, { + "id" : "35", + "type" : "owl:objectProperty" + }, { + "id" : "38", + "type" : "owl:objectProperty" + }, { + "id" : "44", + "type" : "owl:datatypeProperty" + }, { + "id" : "47", + "type" : "owl:objectProperty" + }, { + "id" : "48", + "type" : "owl:datatypeProperty" + }, { + "id" : "50", + "type" : "owl:objectProperty" + }, { + "id" : "51", + "type" : "owl:datatypeProperty" + }, { + "id" : "54", + "type" : "owl:datatypeProperty" + }, { + "id" : "57", + "type" : "owl:datatypeProperty" + }, { + "id" : "65", + "type" : "owl:datatypeProperty" + }, { + "id" : "66", + "type" : "owl:datatypeProperty" + }, { + "id" : "67", + "type" : "owl:datatypeProperty" + }, { + "id" : "70", + "type" : "owl:datatypeProperty" + }, { + "id" : "72", + "type" : "owl:datatypeProperty" + }, { + "id" : "15", + "type" : "owl:objectProperty" + }, { + "id" : "74", + "type" : "rdfs:SubClassOf" + }, { + "id" : "75", + "type" : "rdfs:SubClassOf" + }, { + "id" : "76", + "type" : "rdfs:SubClassOf" + }, { + "id" : "79", + "type" : "rdfs:SubClassOf" + }, { + "id" : "80", + "type" : "owl:objectProperty" + }, { + "id" : "81", + "type" : "owl:objectProperty" + }, { + "id" : "82", + "type" : "rdfs:SubClassOf" + }, { + "id" : "34", + "type" : "owl:objectProperty" + }, { + "id" : "85", + "type" : "rdfs:SubClassOf" + }, { + "id" : "87", + "type" : "owl:datatypeProperty" + }, { + "id" : "89", + "type" : "rdfs:SubClassOf" + }, { + "id" : "90", + "type" : "rdfs:SubClassOf" + }, { + "id" : "91", + "type" : "owl:objectProperty" + }, { + "id" : "92", + "type" : "owl:datatypeProperty" + }, { + "id" : "95", + "type" : "owl:datatypeProperty" + }, { + "id" : "96", + "type" : "owl:objectProperty" + }, { + "id" : "97", + "type" : "owl:datatypeProperty" + }, { + "id" : "98", + "type" : "rdfs:SubClassOf" + }, { + "id" : "99", + "type" : "owl:datatypeProperty" + }, { + "id" : "43", + "type" : "owl:objectProperty" + }, { + "id" : "42", + "type" : "owl:objectProperty" + }, { + "id" : "103", + "type" : "owl:datatypeProperty" + }, { + "id" : "104", + "type" : "owl:objectProperty" + }, { + "id" : "105", + "type" : "owl:datatypeProperty" + }, { + "id" : "107", + "type" : "owl:objectProperty" + }, { + "id" : "108", + "type" : "owl:datatypeProperty" + }, { + "id" : "109", + "type" : "owl:objectProperty" + }, { + "id" : "110", + "type" : "owl:objectProperty" + }, { + "id" : "40", + "type" : "owl:objectProperty" + }, { + "id" : "41", + "type" : "owl:objectProperty" + }, { + "id" : "84", + "type" : "owl:objectProperty" + }, { + "id" : "111", + "type" : "owl:datatypeProperty" + }, { + "id" : "112", + "type" : "owl:datatypeProperty" + }, { + "id" : "113", + "type" : "owl:datatypeProperty" + }, { + "id" : "114", + "type" : "owl:objectProperty" + }, { + "id" : "116", + "type" : "owl:disjointWith" + }, { + "id" : "117", + "type" : "owl:disjointWith" + }, { + "id" : "119", + "type" : "owl:datatypeProperty" + }, { + "id" : "120", + "type" : "owl:disjointWith" + }, { + "id" : "121", + "type" : "owl:disjointWith" + }, { + "id" : "122", + "type" : "owl:objectProperty" + }, { + "id" : "123", + "type" : "owl:datatypeProperty" + }, { + "id" : "124", + "type" : "owl:objectProperty" + }, { + "id" : "125", + "type" : "owl:datatypeProperty" + }, { + "id" : "127", + "type" : "owl:datatypeProperty" + }, { + "id" : "115", + "type" : "owl:objectProperty" + }, { + "id" : "128", + "type" : "owl:objectProperty" + }, { + "id" : "129", + "type" : "owl:objectProperty" + } ], + "propertyAttribute" : [ { + "iri" : "http://xmlns.com/foaf/0.1/interest", + "baseIri" : "http://xmlns.com/foaf/0.1", + "range" : "2", + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "testing", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "interest", + "undefined" : "interest" + }, + "domain" : "1", + "comment" : { + "undefined" : "A page about a topic of interest to this person." + }, + "attributes" : [ "object" ], + "id" : "0" + }, { + "iri" : "http://xmlns.com/foaf/0.1/mbox_sha1sum", + "baseIri" : "http://xmlns.com/foaf/0.1", + "range" : "6", + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "testing", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "mbox_sha1sum", + "undefined" : "sha1sum of a personal mailbox URI name" + }, + "domain" : "5", + "comment" : { + "undefined" : "The sha1sum of the URI of an Internet mailbox associated with exactly one owner, the first owner of the mailbox." + }, + "attributes" : [ "datatype" ], + "id" : "4" + }, { + "iri" : "http://xmlns.com/foaf/0.1/nick", + "baseIri" : "http://xmlns.com/foaf/0.1", + "range" : "8", + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "testing", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "nick", + "undefined" : "nickname" + }, + "domain" : "5", + "comment" : { + "undefined" : "A short informal nickname characterising an agent (includes login identifiers, IRC and other chat nicknames)." + }, + "attributes" : [ "datatype" ], + "id" : "7" + }, { + "iri" : "http://xmlns.com/foaf/0.1/openid", + "baseIri" : "http://xmlns.com/foaf/0.1", + "range" : "2", + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "testing", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "openid", + "undefined" : "openid" + }, + "superproperty" : [ "15" ], + "domain" : "1", + "comment" : { + "undefined" : "An OpenID for an Agent." + }, + "attributes" : [ "inverse functional", "object" ], + "id" : "14" + }, { + "iri" : "http://xmlns.com/foaf/0.1/workInfoHomepage", + "baseIri" : "http://xmlns.com/foaf/0.1", + "range" : "2", + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "testing", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "workInfoHomepage", + "undefined" : "work info homepage" + }, + "domain" : "12", + "comment" : { + "undefined" : "A work info homepage of some person; a page about their work for some organization." + }, + "attributes" : [ "object" ], + "id" : "16" + }, { + "iri" : "http://xmlns.com/foaf/0.1/pastProject", + "baseIri" : "http://xmlns.com/foaf/0.1", + "range" : "3", + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "testing", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "pastProject", + "undefined" : "past project" + }, + "domain" : "12", + "comment" : { + "undefined" : "A project this person has previously worked on." + }, + "attributes" : [ "object" ], + "id" : "17" + }, { + "iri" : "http://xmlns.com/foaf/0.1/theme", + "baseIri" : "http://xmlns.com/foaf/0.1", + "range" : "19", + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "archaic", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "theme", + "undefined" : "theme" + }, + "domain" : "19", + "comment" : { + "undefined" : "A theme." + }, + "attributes" : [ "object" ], + "id" : "23" + }, { + "iri" : "http://xmlns.com/foaf/0.1/knows", + "baseIri" : "http://xmlns.com/foaf/0.1", + "range" : "12", + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "stable", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "knows", + "undefined" : "knows" + }, + "domain" : "12", + "comment" : { + "undefined" : "A person known by this person (indicating some level of reciprocated interaction between the parties)." + }, + "attributes" : [ "object" ], + "id" : "25" + }, { + "iri" : "http://xmlns.com/foaf/0.1/focus", + "baseIri" : "http://xmlns.com/foaf/0.1", + "range" : "29", + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "testing", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "focus", + "undefined" : "focus" + }, + "domain" : "9", + "comment" : { + "undefined" : "The underlying or 'focal' entity associated with some SKOS-described concept." + }, + "attributes" : [ "object" ], + "id" : "28" + }, { + "iri" : "http://xmlns.com/foaf/0.1/phone", + "baseIri" : "http://xmlns.com/foaf/0.1", + "range" : "19", + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "testing", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "phone", + "undefined" : "phone" + }, + "domain" : "19", + "comment" : { + "undefined" : "A phone, specified using fully qualified tel: URI scheme (refs: http://www.w3.org/Addressing/schemes.html#tel)." + }, + "attributes" : [ "object" ], + "id" : "30" + }, { + "iri" : "http://xmlns.com/foaf/0.1/depicts", + "inverse" : "34", + "baseIri" : "http://xmlns.com/foaf/0.1", + "range" : "33", + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "testing", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "depicts", + "undefined" : "depicts" + }, + "domain" : "32", + "comment" : { + "undefined" : "A thing depicted in this representation." + }, + "attributes" : [ "object" ], + "id" : "31" + }, { + "iri" : "http://xmlns.com/foaf/0.1/based_near", + "baseIri" : "http://xmlns.com/foaf/0.1", + "range" : "36", + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "testing", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "based_near", + "undefined" : "based near" + }, + "domain" : "36", + "comment" : { + "undefined" : "A location that something is based near, for some broadly human notion of near." + }, + "attributes" : [ "object" ], + "id" : "35" + }, { + "iri" : "http://xmlns.com/foaf/0.1/page", + "inverse" : "40", + "baseIri" : "http://xmlns.com/foaf/0.1", + "range" : "2", + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "stable", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "page", + "undefined" : "page" + }, + "domain" : "39", + "subproperty" : [ "15", "41", "42", "43" ], + "comment" : { + "undefined" : "A page or document about this thing." + }, + "attributes" : [ "object" ], + "id" : "38" + }, { + "iri" : "http://xmlns.com/foaf/0.1/geekcode", + "baseIri" : "http://xmlns.com/foaf/0.1", + "range" : "26", + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "archaic", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "geekcode", + "undefined" : "geekcode" + }, + "domain" : "12", + "comment" : { + "undefined" : "A textual geekcode for this person, see http://www.geekcode.com/geek.html" + }, + "attributes" : [ "datatype" ], + "id" : "44" + }, { + "iri" : "http://xmlns.com/foaf/0.1/primaryTopic", + "inverse" : "15", + "baseIri" : "http://xmlns.com/foaf/0.1", + "range" : "39", + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "stable", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "primaryTopic", + "undefined" : "primary topic" + }, + "domain" : "2", + "comment" : { + "undefined" : "The primary topic of some page or document." + }, + "attributes" : [ "object", "functional" ], + "id" : "47" + }, { + "iri" : "http://xmlns.com/foaf/0.1/givenName", + "baseIri" : "http://xmlns.com/foaf/0.1", + "range" : "49", + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "testing", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "givenName", + "undefined" : "Given name" + }, + "domain" : "19", + "comment" : { + "undefined" : "The given name of some person." + }, + "attributes" : [ "datatype" ], + "id" : "48" + }, { + "iri" : "http://xmlns.com/foaf/0.1/schoolHomepage", + "baseIri" : "http://xmlns.com/foaf/0.1", + "range" : "2", + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "testing", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "schoolHomepage", + "undefined" : "schoolHomepage" + }, + "domain" : "12", + "comment" : { + "undefined" : "A homepage of a school attended by the person." + }, + "attributes" : [ "object" ], + "id" : "50" + }, { + "iri" : "http://xmlns.com/foaf/0.1/gender", + "baseIri" : "http://xmlns.com/foaf/0.1", + "range" : "52", + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "testing", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "gender", + "undefined" : "gender" + }, + "domain" : "1", + "comment" : { + "undefined" : "The gender of this Agent (typically but not necessarily 'male' or 'female')." + }, + "attributes" : [ "datatype", "functional" ], + "id" : "51" + }, { + "iri" : "http://xmlns.com/foaf/0.1/dnaChecksum", + "baseIri" : "http://xmlns.com/foaf/0.1", + "range" : "55", + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "archaic", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "dnaChecksum", + "undefined" : "DNA checksum" + }, + "domain" : "19", + "comment" : { + "undefined" : "A checksum for the DNA of some thing. Joke." + }, + "attributes" : [ "datatype" ], + "id" : "54" + }, { + "iri" : "http://xmlns.com/foaf/0.1/lastName", + "baseIri" : "http://xmlns.com/foaf/0.1", + "range" : "58", + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "testing", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "lastName", + "undefined" : "lastName" + }, + "domain" : "12", + "comment" : { + "undefined" : "The last name of a person." + }, + "attributes" : [ "datatype" ], + "id" : "57" + }, { + "iri" : "http://xmlns.com/foaf/0.1/status", + "baseIri" : "http://xmlns.com/foaf/0.1", + "range" : "45", + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "unstable", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "status", + "undefined" : "status" + }, + "domain" : "1", + "comment" : { + "undefined" : "A string expressing what the user is happy for the general public (normally) to know about their current activity." + }, + "attributes" : [ "datatype" ], + "id" : "65" + }, { + "iri" : "http://xmlns.com/foaf/0.1/yahooChatID", + "baseIri" : "http://xmlns.com/foaf/0.1", + "range" : "46", + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "testing", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "yahooChatID", + "undefined" : "Yahoo chat ID" + }, + "domain" : "19", + "comment" : { + "undefined" : "A Yahoo chat ID" + }, + "attributes" : [ "datatype" ], + "id" : "66" + }, { + "iri" : "http://xmlns.com/foaf/0.1/name", + "baseIri" : "http://xmlns.com/foaf/0.1", + "range" : "68", + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "testing", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "name", + "undefined" : "name" + }, + "domain" : "19", + "comment" : { + "undefined" : "A name for some thing." + }, + "attributes" : [ "datatype" ], + "id" : "67" + }, { + "iri" : "http://xmlns.com/foaf/0.1/icqChatID", + "baseIri" : "http://xmlns.com/foaf/0.1", + "range" : "53", + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "testing", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "icqChatID", + "undefined" : "ICQ chat ID" + }, + "domain" : "19", + "comment" : { + "undefined" : "An ICQ chat ID" + }, + "attributes" : [ "datatype" ], + "id" : "70" + }, { + "iri" : "http://xmlns.com/foaf/0.1/givenname", + "baseIri" : "http://xmlns.com/foaf/0.1", + "range" : "73", + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "archaic", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "givenname", + "undefined" : "Given name" + }, + "domain" : "19", + "comment" : { + "undefined" : "The given name of some person." + }, + "attributes" : [ "datatype" ], + "id" : "72" + }, { + "iri" : "http://xmlns.com/foaf/0.1/isPrimaryTopicOf", + "baseIri" : "http://xmlns.com/foaf/0.1", + "range" : "2", + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "stable", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "isPrimaryTopicOf", + "undefined" : "is primary topic of" + }, + "superproperty" : [ "38" ], + "domain" : "39", + "subproperty" : [ "14", "43" ], + "comment" : { + "undefined" : "A document that this thing is the primary topic of." + }, + "attributes" : [ "inverse functional", "object" ], + "id" : "15" + }, { + "range" : "2", + "domain" : "32", + "attributes" : [ "anonymous", "object" ], + "id" : "74" + }, { + "range" : "2", + "domain" : "71", + "attributes" : [ "anonymous", "object" ], + "id" : "75" + }, { + "range" : "78", + "domain" : "77", + "attributes" : [ "anonymous", "object" ], + "id" : "76" + }, { + "range" : "36", + "domain" : "12", + "attributes" : [ "anonymous", "object" ], + "id" : "79" + }, { + "iri" : "http://xmlns.com/foaf/0.1/accountServiceHomepage", + "baseIri" : "http://xmlns.com/foaf/0.1", + "range" : "2", + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "testing", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "accountServiceHomepage", + "undefined" : "account service homepage" + }, + "domain" : "78", + "comment" : { + "undefined" : "Indicates a homepage of the service provide for this online account." + }, + "attributes" : [ "object" ], + "id" : "80" + }, { + "iri" : "http://xmlns.com/foaf/0.1/logo", + "baseIri" : "http://xmlns.com/foaf/0.1", + "range" : "19", + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "testing", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "logo", + "undefined" : "logo" + }, + "domain" : "19", + "comment" : { + "undefined" : "A logo representing some thing." + }, + "attributes" : [ "inverse functional", "object" ], + "id" : "81" + }, { + "range" : "78", + "domain" : "83", + "attributes" : [ "anonymous", "object" ], + "id" : "82" + }, { + "iri" : "http://xmlns.com/foaf/0.1/depiction", + "baseIri" : "http://xmlns.com/foaf/0.1", + "range" : "32", + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "testing", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "depiction", + "undefined" : "depiction" + }, + "domain" : "33", + "subproperty" : [ "84" ], + "comment" : { + "undefined" : "A depiction of some thing." + }, + "attributes" : [ "object" ], + "id" : "34" + }, { + "range" : "78", + "domain" : "86", + "attributes" : [ "anonymous", "object" ], + "id" : "85" + }, { + "iri" : "http://xmlns.com/foaf/0.1/family_name", + "baseIri" : "http://xmlns.com/foaf/0.1", + "range" : "88", + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "archaic", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "family_name", + "undefined" : "family_name" + }, + "domain" : "12", + "comment" : { + "undefined" : "The family name of some person." + }, + "attributes" : [ "datatype" ], + "id" : "87" + }, { + "range" : "1", + "domain" : "12", + "attributes" : [ "anonymous", "object" ], + "id" : "89" + }, { + "range" : "1", + "domain" : "11", + "attributes" : [ "anonymous", "object" ], + "id" : "90" + }, { + "iri" : "http://xmlns.com/foaf/0.1/fundedBy", + "baseIri" : "http://xmlns.com/foaf/0.1", + "range" : "19", + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "archaic", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "fundedBy", + "undefined" : "funded by" + }, + "domain" : "19", + "comment" : { + "undefined" : "An organization funding a project or person." + }, + "attributes" : [ "object" ], + "id" : "91" + }, { + "iri" : "http://xmlns.com/foaf/0.1/title", + "baseIri" : "http://xmlns.com/foaf/0.1", + "range" : "93", + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "testing", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "title", + "undefined" : "title" + }, + "domain" : "19", + "comment" : { + "undefined" : "Title (Mr, Mrs, Ms, Dr. etc)" + }, + "attributes" : [ "datatype" ], + "id" : "92" + }, { + "iri" : "http://xmlns.com/foaf/0.1/accountName", + "baseIri" : "http://xmlns.com/foaf/0.1", + "range" : "59", + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "testing", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "accountName", + "undefined" : "account name" + }, + "domain" : "78", + "comment" : { + "undefined" : "Indicates the name (identifier) associated with this online account." + }, + "attributes" : [ "datatype" ], + "id" : "95" + }, { + "iri" : "http://xmlns.com/foaf/0.1/account", + "baseIri" : "http://xmlns.com/foaf/0.1", + "range" : "78", + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "testing", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "account", + "undefined" : "account" + }, + "domain" : "1", + "comment" : { + "undefined" : "Indicates an account held by this agent." + }, + "attributes" : [ "object" ], + "id" : "96" + }, { + "iri" : "http://xmlns.com/foaf/0.1/jabberID", + "baseIri" : "http://xmlns.com/foaf/0.1", + "range" : "69", + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "testing", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "jabberID", + "undefined" : "jabber ID" + }, + "domain" : "19", + "comment" : { + "undefined" : "A jabber ID for something." + }, + "attributes" : [ "datatype" ], + "id" : "97" + }, { + "range" : "1", + "domain" : "10", + "attributes" : [ "anonymous", "object" ], + "id" : "98" + }, { + "iri" : "http://xmlns.com/foaf/0.1/age", + "baseIri" : "http://xmlns.com/foaf/0.1", + "range" : "100", + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "unstable", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "age", + "undefined" : "age" + }, + "domain" : "1", + "comment" : { + "undefined" : "The age in years of some agent." + }, + "attributes" : [ "datatype", "functional" ], + "id" : "99" + }, { + "iri" : "http://xmlns.com/foaf/0.1/homepage", + "baseIri" : "http://xmlns.com/foaf/0.1", + "range" : "2", + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "stable", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "homepage", + "undefined" : "homepage" + }, + "superproperty" : [ "15", "38" ], + "domain" : "39", + "comment" : { + "undefined" : "A homepage for some thing." + }, + "attributes" : [ "inverse functional", "object" ], + "id" : "43" + }, { + "iri" : "http://xmlns.com/foaf/0.1/tipjar", + "baseIri" : "http://xmlns.com/foaf/0.1", + "range" : "2", + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "testing", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "tipjar", + "undefined" : "tipjar" + }, + "superproperty" : [ "38" ], + "domain" : "1", + "comment" : { + "undefined" : "A tipjar document for this agent, describing means for payment and reward." + }, + "attributes" : [ "object" ], + "id" : "42" + }, { + "iri" : "http://xmlns.com/foaf/0.1/msnChatID", + "baseIri" : "http://xmlns.com/foaf/0.1", + "range" : "61", + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "testing", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "msnChatID", + "undefined" : "MSN chat ID" + }, + "domain" : "5", + "comment" : { + "undefined" : "An MSN chat ID" + }, + "attributes" : [ "datatype" ], + "id" : "103" + }, { + "iri" : "http://xmlns.com/foaf/0.1/topic_interest", + "baseIri" : "http://xmlns.com/foaf/0.1", + "range" : "18", + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "testing", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "topic_interest", + "undefined" : "topic_interest" + }, + "domain" : "1", + "comment" : { + "undefined" : "A thing of interest to this person." + }, + "attributes" : [ "object" ], + "id" : "104" + }, { + "iri" : "http://xmlns.com/foaf/0.1/aimChatID", + "baseIri" : "http://xmlns.com/foaf/0.1", + "range" : "106", + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "testing", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "aimChatID", + "undefined" : "AIM chat ID" + }, + "domain" : "19", + "comment" : { + "undefined" : "An AIM chat ID" + }, + "attributes" : [ "datatype" ], + "id" : "105" + }, { + "iri" : "http://xmlns.com/foaf/0.1/currentProject", + "baseIri" : "http://xmlns.com/foaf/0.1", + "range" : "3", + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "testing", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "currentProject", + "undefined" : "current project" + }, + "domain" : "12", + "comment" : { + "undefined" : "A current project this person works on." + }, + "attributes" : [ "object" ], + "id" : "107" + }, { + "iri" : "http://xmlns.com/foaf/0.1/skypeID", + "baseIri" : "http://xmlns.com/foaf/0.1", + "range" : "20", + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "testing", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "skypeID", + "undefined" : "Skype ID" + }, + "domain" : "1", + "comment" : { + "undefined" : "A Skype ID" + }, + "attributes" : [ "datatype" ], + "id" : "108" + }, { + "iri" : "http://xmlns.com/foaf/0.1/holdsAccount", + "baseIri" : "http://xmlns.com/foaf/0.1", + "range" : "78", + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "archaic", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "holdsAccount", + "undefined" : "account" + }, + "domain" : "1", + "comment" : { + "undefined" : "Indicates an account held by this agent." + }, + "attributes" : [ "object" ], + "id" : "109" + }, { + "iri" : "http://xmlns.com/foaf/0.1/thumbnail", + "baseIri" : "http://xmlns.com/foaf/0.1", + "range" : "32", + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "testing", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "thumbnail", + "undefined" : "thumbnail" + }, + "domain" : "32", + "comment" : { + "undefined" : "A derived thumbnail image." + }, + "attributes" : [ "object" ], + "id" : "110" + }, { + "iri" : "http://xmlns.com/foaf/0.1/topic", + "baseIri" : "http://xmlns.com/foaf/0.1", + "range" : "39", + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "testing", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "topic", + "undefined" : "topic" + }, + "domain" : "2", + "comment" : { + "undefined" : "A topic of some page or document." + }, + "attributes" : [ "object" ], + "id" : "40" + }, { + "iri" : "http://xmlns.com/foaf/0.1/weblog", + "baseIri" : "http://xmlns.com/foaf/0.1", + "range" : "2", + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "stable", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "weblog", + "undefined" : "weblog" + }, + "superproperty" : [ "38" ], + "domain" : "1", + "comment" : { + "undefined" : "A weblog of some thing (whether person, group, company etc.)." + }, + "attributes" : [ "inverse functional", "object" ], + "id" : "41" + }, { + "iri" : "http://xmlns.com/foaf/0.1/img", + "baseIri" : "http://xmlns.com/foaf/0.1", + "range" : "32", + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "testing", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "img", + "undefined" : "image" + }, + "superproperty" : [ "34" ], + "domain" : "12", + "comment" : { + "undefined" : "An image that can be used to represent some thing (ie. those depictions which are particularly representative of something, eg. one's photo on a homepage)." + }, + "attributes" : [ "object" ], + "id" : "84" + }, { + "iri" : "http://xmlns.com/foaf/0.1/birthday", + "baseIri" : "http://xmlns.com/foaf/0.1", + "range" : "56", + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "unstable", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "birthday", + "undefined" : "birthday" + }, + "domain" : "1", + "comment" : { + "undefined" : "The birthday of this Agent, represented in mm-dd string form, eg. '12-31'." + }, + "attributes" : [ "datatype", "functional" ], + "id" : "111" + }, { + "iri" : "http://xmlns.com/foaf/0.1/sha1", + "baseIri" : "http://xmlns.com/foaf/0.1", + "range" : "101", + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "unstable", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "sha1", + "undefined" : "sha1sum (hex)" + }, + "domain" : "2", + "comment" : { + "undefined" : "A sha1sum hash, in hex." + }, + "attributes" : [ "datatype" ], + "id" : "112" + }, { + "iri" : "http://xmlns.com/foaf/0.1/firstName", + "baseIri" : "http://xmlns.com/foaf/0.1", + "range" : "24", + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "testing", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "firstName", + "undefined" : "firstName" + }, + "domain" : "12", + "comment" : { + "undefined" : "The first name of a person." + }, + "attributes" : [ "datatype" ], + "id" : "113" + }, { + "iri" : "http://xmlns.com/foaf/0.1/made", + "inverse" : "115", + "baseIri" : "http://xmlns.com/foaf/0.1", + "range" : "18", + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "stable", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "made", + "undefined" : "made" + }, + "domain" : "1", + "comment" : { + "undefined" : "Something that was made by this agent." + }, + "attributes" : [ "object" ], + "id" : "114" + }, { + "range" : "60", + "domain" : "2", + "attributes" : [ "anonymous", "object" ], + "id" : "116" + }, { + "range" : "12", + "domain" : "60", + "attributes" : [ "anonymous", "object" ], + "id" : "117" + }, { + "iri" : "http://xmlns.com/foaf/0.1/familyName", + "baseIri" : "http://xmlns.com/foaf/0.1", + "range" : "62", + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "testing", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "familyName", + "undefined" : "familyName" + }, + "domain" : "12", + "comment" : { + "undefined" : "The family name of some person." + }, + "attributes" : [ "datatype" ], + "id" : "119" + }, { + "range" : "2", + "domain" : "11", + "attributes" : [ "anonymous", "object" ], + "id" : "120" + }, { + "range" : "12", + "domain" : "11", + "attributes" : [ "anonymous", "object" ], + "id" : "121" + }, { + "iri" : "http://xmlns.com/foaf/0.1/member", + "baseIri" : "http://xmlns.com/foaf/0.1", + "range" : "1", + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "stable", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "member", + "undefined" : "member" + }, + "domain" : "10", + "comment" : { + "undefined" : "Indicates a member of a Group" + }, + "attributes" : [ "object" ], + "id" : "122" + }, { + "iri" : "http://xmlns.com/foaf/0.1/plan", + "baseIri" : "http://xmlns.com/foaf/0.1", + "range" : "27", + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "testing", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "plan", + "undefined" : "plan" + }, + "domain" : "12", + "comment" : { + "undefined" : "A .plan comment, in the tradition of finger and '.plan' files." + }, + "attributes" : [ "datatype" ], + "id" : "123" + }, { + "iri" : "http://xmlns.com/foaf/0.1/mbox", + "baseIri" : "http://xmlns.com/foaf/0.1", + "range" : "18", + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "stable", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "mbox", + "undefined" : "personal mailbox" + }, + "domain" : "1", + "comment" : { + "undefined" : "A personal mailbox, ie. an Internet mailbox associated with exactly one owner, the first owner of this mailbox. This is a 'static inverse functional property', in that there is (across time and change) at most one individual that ever has any particular value for foaf:mbox." + }, + "attributes" : [ "inverse functional", "object" ], + "id" : "124" + }, { + "iri" : "http://xmlns.com/foaf/0.1/surname", + "baseIri" : "http://xmlns.com/foaf/0.1", + "range" : "118", + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "archaic", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "surname", + "undefined" : "Surname" + }, + "domain" : "12", + "comment" : { + "undefined" : "The surname of some person." + }, + "attributes" : [ "datatype" ], + "id" : "125" + }, { + "iri" : "http://xmlns.com/foaf/0.1/myersBriggs", + "baseIri" : "http://xmlns.com/foaf/0.1", + "range" : "22", + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "testing", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "myersBriggs", + "undefined" : "myersBriggs" + }, + "domain" : "12", + "comment" : { + "undefined" : "A Myers Briggs (MBTI) personality classification." + }, + "attributes" : [ "datatype" ], + "id" : "127" + }, { + "iri" : "http://xmlns.com/foaf/0.1/maker", + "baseIri" : "http://xmlns.com/foaf/0.1", + "range" : "1", + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "stable", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "maker", + "undefined" : "maker" + }, + "domain" : "18", + "comment" : { + "undefined" : "An agent that made this thing." + }, + "attributes" : [ "object" ], + "id" : "115" + }, { + "iri" : "http://xmlns.com/foaf/0.1/publications", + "baseIri" : "http://xmlns.com/foaf/0.1", + "range" : "2", + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "testing", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "publications", + "undefined" : "publications" + }, + "domain" : "12", + "comment" : { + "undefined" : "A link to the publications of this person." + }, + "attributes" : [ "object" ], + "id" : "128" + }, { + "iri" : "http://xmlns.com/foaf/0.1/workplaceHomepage", + "baseIri" : "http://xmlns.com/foaf/0.1", + "range" : "2", + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://xmlns.com/foaf/0.1/", + "type" : "iri" + } ], + "term_status" : [ { + "identifier" : "term_status", + "language" : "undefined", + "value" : "testing", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "workplaceHomepage", + "undefined" : "workplace homepage" + }, + "domain" : "12", + "comment" : { + "undefined" : "A workplace homepage of some person; the homepage of an organization they work for." + }, + "attributes" : [ "object" ], + "id" : "129" + } ] +} \ No newline at end of file diff --git a/webvowl/data/ontology.json b/webvowl/data/ontology.json new file mode 100644 index 0000000..5875e72 --- /dev/null +++ b/webvowl/data/ontology.json @@ -0,0 +1,64667 @@ +{ + "_comment" : "Created with OWL2VOWL (version 0.3.5), http://vowl.visualdataweb.org", + "header" : { + "languages" : [ "de", "en", "undefined" ], + "baseIris" : [ "http://www.w3.org/1999/02/22-rdf-syntax-ns", "https://www.tib.eu/digitrubber", "http://purl.obolibrary.org/obo", "http://www.w3.org/2000/01/rdf-schema", "http://www.w3.org/2001/XMLSchema" ], + "title" : { + "en" : "DigitRubber Ontology" + }, + "iri" : "http://purl.obolibrary.org/obo/digitrubber/digitrubber-full.owl", + "version" : "v2023-Sep-26", + "author" : [ "https://orcid.org/0000-0000-0000-0000" ], + "description" : { + "en" : "DigitRubber Ontology" + }, + "other" : { + "date" : [ { + "identifier" : "date", + "language" : "undefined", + "value" : "01:06:2023 08:05", + "type" : "label" + } ], + "funder" : [ { + "identifier" : "funder", + "language" : "undefined", + "value" : "https://ror.org/", + "type" : "iri" + } ], + "references" : [ { + "identifier" : "references", + "language" : "undefined", + "value" : "https://zenodo.org/record/0000000", + "type" : "iri" + } ], + "subject" : [ { + "identifier" : "subject", + "language" : "undefined", + "value" : "https://purl.org/linsearch/fer", + "type" : "iri" + } ], + "distribution" : [ { + "identifier" : "distribution", + "language" : "undefined", + "value" : "http://www.purl.org/OntoMeta/DigitRubber.owl", + "type" : "iri" + } ], + "title" : [ { + "identifier" : "title", + "language" : "en", + "value" : "DigitRubber Ontology", + "type" : "label" + } ], + "repository" : [ { + "identifier" : "repository", + "language" : "undefined", + "value" : "https://github.com/TIBHannover/DIGIT-RUBBER", + "type" : "iri" + } ], + "example" : [ { + "identifier" : "example", + "language" : "undefined", + "value" : "http://www.purl.org/OntoMeta/DigitRubber/docs/descriptionOfUse", + "type" : "iri" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/digitrubber/0000-0000-0000-0000", + "type" : "iri" + } ], + "preferredNamespacePrefix" : [ { + "identifier" : "preferredNamespacePrefix", + "language" : "undefined", + "value" : "DRO", + "type" : "label" + } ], + "derivedFrom" : [ { + "identifier" : "derivedFrom", + "language" : "undefined", + "value" : "http://www.purl.org/DigitRubberOntology/0.0.1", + "type" : "iri" + } ], + "modified" : [ { + "identifier" : "modified", + "language" : "undefined", + "value" : "2023-09-26T10:19:00", + "type" : "label" + } ], + "hasOntologySyntax" : [ { + "identifier" : "hasOntologySyntax", + "language" : "undefined", + "value" : "http://www.w3.org/ns/formats/RDF_XML", + "type" : "iri" + } ], + "hasFormalityLevel" : [ { + "identifier" : "hasFormalityLevel", + "language" : "en", + "value" : "The DigitRubber ontology aplies OWL2 EL (cf. https://www.w3.org/TR/2012/REC-owl2-profiles-20121211/#OWL_2_EL)", + "type" : "label" + } ], + "competencyQuestion" : [ { + "identifier" : "competencyQuestion", + "language" : "undefined", + "value" : "https://github.com/TIBHannover/DIGIT-RUBBER/tree/main/preliminary_data/Competeny%20Questions", + "type" : "iri" + } ], + "creator" : [ { + "identifier" : "creator", + "language" : "undefined", + "value" : "https://orcid.org/0000-0000-0000-0000", + "type" : "iri" + } ], + "audience" : [ { + "identifier" : "audience", + "language" : "en", + "value" : "DigitRubber ontology has been developed for rubber extrusion", + "type" : "label" + } ], + "acronym" : [ { + "identifier" : "acronym", + "language" : "undefined", + "value" : "DRO", + "type" : "label" + } ], + "created" : [ { + "identifier" : "created", + "language" : "undefined", + "value" : "2023-06-01T08:05:00", + "type" : "label" + } ], + "documentation" : [ { + "identifier" : "documentation", + "language" : "undefined", + "value" : "https://tibhannover.github.io/DIGIT-RUBBER/", + "type" : "iri" + } ], + "format" : [ { + "identifier" : "format", + "language" : "undefined", + "value" : "https://www.iana.org/assignments/media-types/application/rdf+xml", + "type" : "iri" + } ], + "inLanguage" : [ { + "identifier" : "inLanguage", + "language" : "undefined", + "value" : "https://id.loc.gov/vocabulary/iso639-2/eng", + "type" : "iri" + } ], + "versionInfo" : [ { + "identifier" : "versionInfo", + "language" : "undefined", + "value" : "v2023-Sep-26", + "type" : "label" + } ], + "bug-database" : [ { + "identifier" : "bug-database", + "language" : "undefined", + "value" : "https://github.com/TIBHannover/DIGIT-RUBBER/issues", + "type" : "iri" + } ], + "license" : [ { + "identifier" : "license", + "language" : "undefined", + "value" : "https://creativecommons.org/licenses/unspecified", + "type" : "iri" + } ], + "IAO_0000700" : [ { + "identifier" : "IAO_0000700", + "language" : "undefined", + "value" : "http://www.purl.org/OntoMeta/DigitRubber#1", + "type" : "iri" + } ], + "versionNotes" : [ { + "identifier" : "versionNotes", + "language" : "en", + "value" : "A description of changes between last version and current version of the ontology.", + "type" : "label" + } ], + "bibliographicCitation" : [ { + "identifier" : "bibliographicCitation", + "language" : "en", + "value" : "TIB (2023): DigitRubber Ontology. An ontology demonstrating rich ontology for rubber extrusion. PURL: http://www.purl.org/OntoMeta/DigitRubberOntology.", + "type" : "label" + } ], + "status" : [ { + "identifier" : "status", + "language" : "en", + "value" : "active", + "type" : "label" + } ] + } + }, + "namespace" : [ ], + "class" : [ { + "id" : "0", + "type" : "owl:Class" + }, { + "id" : "7", + "type" : "owl:Class" + }, { + "id" : "10", + "type" : "owl:Class" + }, { + "id" : "26", + "type" : "owl:Class" + }, { + "id" : "31", + "type" : "owl:Class" + }, { + "id" : "37", + "type" : "owl:Class" + }, { + "id" : "38", + "type" : "owl:Class" + }, { + "id" : "39", + "type" : "owl:Class" + }, { + "id" : "45", + "type" : "owl:Class" + }, { + "id" : "46", + "type" : "owl:Class" + }, { + "id" : "50", + "type" : "owl:Class" + }, { + "id" : "53", + "type" : "owl:Class" + }, { + "id" : "60", + "type" : "owl:Class" + }, { + "id" : "63", + "type" : "owl:Class" + }, { + "id" : "95", + "type" : "owl:Class" + }, { + "id" : "97", + "type" : "owl:intersectionOf" + }, { + "id" : "105", + "type" : "owl:Class" + }, { + "id" : "107", + "type" : "owl:Class" + }, { + "id" : "123", + "type" : "owl:Class" + }, { + "id" : "138", + "type" : "owl:Class" + }, { + "id" : "157", + "type" : "owl:Class" + }, { + "id" : "163", + "type" : "owl:Class" + }, { + "id" : "19", + "type" : "owl:Class" + }, { + "id" : "188", + "type" : "owl:Class" + }, { + "id" : "202", + "type" : "owl:Class" + }, { + "id" : "124", + "type" : "owl:Class" + }, { + "id" : "207", + "type" : "owl:Class" + }, { + "id" : "217", + "type" : "owl:Class" + }, { + "id" : "218", + "type" : "owl:Class" + }, { + "id" : "235", + "type" : "owl:Class" + }, { + "id" : "242", + "type" : "owl:Class" + }, { + "id" : "238", + "type" : "owl:Thing" + }, { + "id" : "203", + "type" : "owl:Class" + }, { + "id" : "71", + "type" : "owl:Class" + }, { + "id" : "23", + "type" : "owl:Thing" + }, { + "id" : "262", + "type" : "owl:intersectionOf" + }, { + "id" : "278", + "type" : "owl:Class" + }, { + "id" : "281", + "type" : "owl:Class" + }, { + "id" : "306", + "type" : "owl:Class" + }, { + "id" : "282", + "type" : "owl:Class" + }, { + "id" : "313", + "type" : "owl:Class" + }, { + "id" : "126", + "type" : "owl:Class" + }, { + "id" : "328", + "type" : "owl:Class" + }, { + "id" : "342", + "type" : "owl:Class" + }, { + "id" : "162", + "type" : "owl:Thing" + }, { + "id" : "330", + "type" : "owl:Thing" + }, { + "id" : "161", + "type" : "owl:Thing" + }, { + "id" : "94", + "type" : "owl:Class" + }, { + "id" : "56", + "type" : "owl:Class" + }, { + "id" : "372", + "type" : "owl:Class" + }, { + "id" : "59", + "type" : "owl:Class" + }, { + "id" : "62", + "type" : "owl:Class" + }, { + "id" : "403", + "type" : "owl:Class" + }, { + "id" : "66", + "type" : "owl:Class" + }, { + "id" : "75", + "type" : "owl:Class" + }, { + "id" : "84", + "type" : "owl:Class" + }, { + "id" : "177", + "type" : "owl:Class" + }, { + "id" : "179", + "type" : "owl:Class" + }, { + "id" : "49", + "type" : "owl:Class" + }, { + "id" : "204", + "type" : "owl:Class" + }, { + "id" : "48", + "type" : "owl:Class" + }, { + "id" : "2", + "type" : "owl:Class" + }, { + "id" : "419", + "type" : "owl:Class" + }, { + "id" : "206", + "type" : "owl:Class" + }, { + "id" : "3", + "type" : "owl:Class" + }, { + "id" : "6", + "type" : "owl:Class" + }, { + "id" : "9", + "type" : "owl:Class" + }, { + "id" : "430", + "type" : "owl:Class" + }, { + "id" : "431", + "type" : "owl:Class" + }, { + "id" : "13", + "type" : "owl:Class" + }, { + "id" : "433", + "type" : "owl:Class" + }, { + "id" : "435", + "type" : "owl:Class" + }, { + "id" : "436", + "type" : "owl:Class" + }, { + "id" : "437", + "type" : "owl:Class" + }, { + "id" : "438", + "type" : "owl:Class" + }, { + "id" : "209", + "type" : "owl:Class" + }, { + "id" : "439", + "type" : "owl:Class" + }, { + "id" : "440", + "type" : "owl:Class" + }, { + "id" : "446", + "type" : "owl:Class" + }, { + "id" : "447", + "type" : "owl:Class" + }, { + "id" : "448", + "type" : "owl:Class" + }, { + "id" : "449", + "type" : "owl:Class" + }, { + "id" : "450", + "type" : "owl:Class" + }, { + "id" : "241", + "type" : "owl:Class" + }, { + "id" : "283", + "type" : "owl:Class" + }, { + "id" : "451", + "type" : "owl:Class" + }, { + "id" : "452", + "type" : "owl:Class" + }, { + "id" : "453", + "type" : "owl:Class" + }, { + "id" : "454", + "type" : "owl:Class" + }, { + "id" : "455", + "type" : "owl:Class" + }, { + "id" : "456", + "type" : "owl:Class" + }, { + "id" : "457", + "type" : "owl:Class" + }, { + "id" : "299", + "type" : "owl:Class" + }, { + "id" : "247", + "type" : "owl:Class" + }, { + "id" : "458", + "type" : "owl:Class" + }, { + "id" : "117", + "type" : "owl:Class" + }, { + "id" : "459", + "type" : "owl:Class" + }, { + "id" : "460", + "type" : "owl:Class" + }, { + "id" : "461", + "type" : "owl:Class" + }, { + "id" : "462", + "type" : "owl:Class" + }, { + "id" : "463", + "type" : "owl:Class" + }, { + "id" : "464", + "type" : "owl:Class" + }, { + "id" : "465", + "type" : "owl:Class" + }, { + "id" : "466", + "type" : "owl:Class" + }, { + "id" : "467", + "type" : "owl:Class" + }, { + "id" : "51", + "type" : "owl:Class" + }, { + "id" : "216", + "type" : "owl:Class" + }, { + "id" : "224", + "type" : "owl:Class" + }, { + "id" : "472", + "type" : "owl:Class" + }, { + "id" : "473", + "type" : "owl:Class" + }, { + "id" : "474", + "type" : "owl:Class" + }, { + "id" : "475", + "type" : "owl:Class" + }, { + "id" : "476", + "type" : "owl:Class" + }, { + "id" : "477", + "type" : "owl:Class" + }, { + "id" : "383", + "type" : "owl:Class" + }, { + "id" : "478", + "type" : "owl:Class" + }, { + "id" : "479", + "type" : "owl:Class" + }, { + "id" : "480", + "type" : "owl:Class" + }, { + "id" : "481", + "type" : "owl:Class" + }, { + "id" : "387", + "type" : "owl:Class" + }, { + "id" : "482", + "type" : "owl:Class" + }, { + "id" : "390", + "type" : "owl:Class" + }, { + "id" : "392", + "type" : "owl:Class" + }, { + "id" : "483", + "type" : "owl:Class" + }, { + "id" : "394", + "type" : "owl:Class" + }, { + "id" : "484", + "type" : "owl:Class" + }, { + "id" : "485", + "type" : "owl:Class" + }, { + "id" : "486", + "type" : "owl:Class" + }, { + "id" : "487", + "type" : "owl:Class" + }, { + "id" : "488", + "type" : "owl:Class" + }, { + "id" : "489", + "type" : "owl:Class" + }, { + "id" : "490", + "type" : "owl:Class" + }, { + "id" : "491", + "type" : "owl:Class" + }, { + "id" : "492", + "type" : "owl:Class" + }, { + "id" : "493", + "type" : "owl:Class" + }, { + "id" : "494", + "type" : "owl:Class" + }, { + "id" : "495", + "type" : "owl:Class" + }, { + "id" : "496", + "type" : "owl:Class" + }, { + "id" : "497", + "type" : "owl:Class" + }, { + "id" : "498", + "type" : "owl:Class" + }, { + "id" : "499", + "type" : "owl:Class" + }, { + "id" : "500", + "type" : "owl:Class" + }, { + "id" : "501", + "type" : "owl:Class" + }, { + "id" : "502", + "type" : "owl:Class" + }, { + "id" : "503", + "type" : "owl:Class" + }, { + "id" : "229", + "type" : "owl:Class" + }, { + "id" : "228", + "type" : "owl:Class" + }, { + "id" : "233", + "type" : "owl:Class" + }, { + "id" : "234", + "type" : "owl:Class" + }, { + "id" : "504", + "type" : "owl:Class" + }, { + "id" : "505", + "type" : "owl:Class" + }, { + "id" : "231", + "type" : "owl:Class" + }, { + "id" : "506", + "type" : "owl:Class" + }, { + "id" : "284", + "type" : "owl:Class" + }, { + "id" : "210", + "type" : "owl:Class" + }, { + "id" : "507", + "type" : "owl:Class" + }, { + "id" : "508", + "type" : "owl:Class" + }, { + "id" : "509", + "type" : "owl:Class" + }, { + "id" : "510", + "type" : "owl:Class" + }, { + "id" : "511", + "type" : "owl:Class" + }, { + "id" : "512", + "type" : "owl:Class" + }, { + "id" : "513", + "type" : "owl:Class" + }, { + "id" : "514", + "type" : "owl:Class" + }, { + "id" : "515", + "type" : "owl:Class" + }, { + "id" : "516", + "type" : "owl:Class" + }, { + "id" : "517", + "type" : "owl:Class" + }, { + "id" : "518", + "type" : "owl:Class" + }, { + "id" : "519", + "type" : "owl:Class" + }, { + "id" : "520", + "type" : "owl:Class" + }, { + "id" : "521", + "type" : "owl:Class" + }, { + "id" : "522", + "type" : "owl:Class" + }, { + "id" : "523", + "type" : "owl:Class" + }, { + "id" : "524", + "type" : "owl:Class" + }, { + "id" : "525", + "type" : "owl:Class" + }, { + "id" : "526", + "type" : "owl:Class" + }, { + "id" : "527", + "type" : "owl:Class" + }, { + "id" : "528", + "type" : "owl:Class" + }, { + "id" : "529", + "type" : "owl:Class" + }, { + "id" : "530", + "type" : "owl:Class" + }, { + "id" : "531", + "type" : "owl:Class" + }, { + "id" : "532", + "type" : "owl:Class" + }, { + "id" : "533", + "type" : "owl:Class" + }, { + "id" : "534", + "type" : "owl:Class" + }, { + "id" : "535", + "type" : "owl:Class" + }, { + "id" : "536", + "type" : "owl:Class" + }, { + "id" : "537", + "type" : "owl:Class" + }, { + "id" : "286", + "type" : "owl:Class" + }, { + "id" : "106", + "type" : "owl:Class" + }, { + "id" : "292", + "type" : "owl:Class" + }, { + "id" : "538", + "type" : "owl:Class" + }, { + "id" : "214", + "type" : "owl:Class" + }, { + "id" : "540", + "type" : "owl:Class" + }, { + "id" : "541", + "type" : "owl:Class" + }, { + "id" : "542", + "type" : "owl:Class" + }, { + "id" : "543", + "type" : "owl:Class" + }, { + "id" : "544", + "type" : "owl:Class" + }, { + "id" : "545", + "type" : "owl:Class" + }, { + "id" : "546", + "type" : "owl:Class" + }, { + "id" : "547", + "type" : "owl:Class" + }, { + "id" : "548", + "type" : "owl:Class" + }, { + "id" : "549", + "type" : "owl:Class" + }, { + "id" : "550", + "type" : "owl:Class" + }, { + "id" : "551", + "type" : "owl:Class" + }, { + "id" : "552", + "type" : "owl:Class" + }, { + "id" : "553", + "type" : "owl:Class" + }, { + "id" : "554", + "type" : "owl:Class" + }, { + "id" : "555", + "type" : "owl:Class" + }, { + "id" : "556", + "type" : "owl:Class" + }, { + "id" : "557", + "type" : "owl:Class" + }, { + "id" : "558", + "type" : "owl:Class" + }, { + "id" : "293", + "type" : "owl:Class" + }, { + "id" : "559", + "type" : "owl:Class" + }, { + "id" : "560", + "type" : "owl:Class" + }, { + "id" : "298", + "type" : "owl:Class" + }, { + "id" : "191", + "type" : "owl:Class" + }, { + "id" : "561", + "type" : "owl:Class" + }, { + "id" : "562", + "type" : "owl:Class" + }, { + "id" : "563", + "type" : "owl:Class" + }, { + "id" : "564", + "type" : "owl:Class" + }, { + "id" : "565", + "type" : "owl:Class" + }, { + "id" : "566", + "type" : "owl:Class" + }, { + "id" : "567", + "type" : "owl:Class" + }, { + "id" : "568", + "type" : "owl:Class" + }, { + "id" : "569", + "type" : "owl:Class" + }, { + "id" : "570", + "type" : "owl:Class" + }, { + "id" : "571", + "type" : "owl:Class" + }, { + "id" : "572", + "type" : "owl:Class" + }, { + "id" : "573", + "type" : "owl:Class" + }, { + "id" : "574", + "type" : "owl:Class" + }, { + "id" : "575", + "type" : "owl:Class" + }, { + "id" : "576", + "type" : "owl:Class" + }, { + "id" : "577", + "type" : "owl:Class" + }, { + "id" : "578", + "type" : "owl:Class" + }, { + "id" : "579", + "type" : "owl:Class" + }, { + "id" : "194", + "type" : "owl:Class" + }, { + "id" : "580", + "type" : "owl:Class" + }, { + "id" : "193", + "type" : "owl:Class" + }, { + "id" : "581", + "type" : "owl:Class" + }, { + "id" : "196", + "type" : "owl:Class" + }, { + "id" : "582", + "type" : "owl:Class" + }, { + "id" : "583", + "type" : "owl:Class" + }, { + "id" : "584", + "type" : "owl:Class" + }, { + "id" : "295", + "type" : "owl:Class" + }, { + "id" : "585", + "type" : "owl:Class" + }, { + "id" : "586", + "type" : "owl:Class" + }, { + "id" : "587", + "type" : "owl:Class" + }, { + "id" : "588", + "type" : "owl:Class" + }, { + "id" : "589", + "type" : "owl:Class" + }, { + "id" : "590", + "type" : "owl:Class" + }, { + "id" : "591", + "type" : "owl:Class" + }, { + "id" : "592", + "type" : "owl:Class" + }, { + "id" : "593", + "type" : "owl:Class" + }, { + "id" : "594", + "type" : "owl:Class" + }, { + "id" : "595", + "type" : "owl:Class" + }, { + "id" : "596", + "type" : "owl:Class" + }, { + "id" : "597", + "type" : "owl:Class" + }, { + "id" : "598", + "type" : "owl:Class" + }, { + "id" : "599", + "type" : "owl:Class" + }, { + "id" : "600", + "type" : "owl:Class" + }, { + "id" : "601", + "type" : "owl:Class" + }, { + "id" : "602", + "type" : "owl:Class" + }, { + "id" : "285", + "type" : "owl:Class" + }, { + "id" : "603", + "type" : "owl:Class" + }, { + "id" : "604", + "type" : "owl:Class" + }, { + "id" : "199", + "type" : "owl:Class" + }, { + "id" : "605", + "type" : "owl:Class" + }, { + "id" : "606", + "type" : "owl:Class" + }, { + "id" : "607", + "type" : "owl:Class" + }, { + "id" : "608", + "type" : "owl:Class" + }, { + "id" : "609", + "type" : "owl:Class" + }, { + "id" : "610", + "type" : "owl:Class" + }, { + "id" : "611", + "type" : "owl:Class" + }, { + "id" : "613", + "type" : "owl:Class" + }, { + "id" : "614", + "type" : "owl:Class" + }, { + "id" : "615", + "type" : "owl:Class" + }, { + "id" : "616", + "type" : "owl:Class" + }, { + "id" : "617", + "type" : "owl:Class" + }, { + "id" : "618", + "type" : "owl:Class" + }, { + "id" : "619", + "type" : "owl:Class" + }, { + "id" : "620", + "type" : "owl:Class" + }, { + "id" : "621", + "type" : "owl:Class" + }, { + "id" : "622", + "type" : "owl:Class" + }, { + "id" : "623", + "type" : "owl:Class" + }, { + "id" : "624", + "type" : "owl:Class" + }, { + "id" : "625", + "type" : "owl:Class" + }, { + "id" : "626", + "type" : "owl:Class" + }, { + "id" : "627", + "type" : "owl:Class" + }, { + "id" : "307", + "type" : "owl:Class" + }, { + "id" : "628", + "type" : "owl:Class" + }, { + "id" : "629", + "type" : "owl:Class" + }, { + "id" : "630", + "type" : "owl:Class" + }, { + "id" : "631", + "type" : "owl:Class" + }, { + "id" : "632", + "type" : "owl:Class" + }, { + "id" : "637", + "type" : "owl:Class" + }, { + "id" : "643", + "type" : "owl:Class" + }, { + "id" : "644", + "type" : "owl:Class" + }, { + "id" : "647", + "type" : "owl:Class" + }, { + "id" : "648", + "type" : "owl:Class" + }, { + "id" : "649", + "type" : "owl:Class" + }, { + "id" : "296", + "type" : "owl:Class" + }, { + "id" : "652", + "type" : "owl:Class" + }, { + "id" : "654", + "type" : "owl:Class" + }, { + "id" : "655", + "type" : "owl:Class" + }, { + "id" : "657", + "type" : "owl:Class" + }, { + "id" : "658", + "type" : "owl:Class" + }, { + "id" : "659", + "type" : "owl:Class" + }, { + "id" : "661", + "type" : "owl:Class" + }, { + "id" : "662", + "type" : "owl:Class" + }, { + "id" : "663", + "type" : "owl:Class" + }, { + "id" : "665", + "type" : "owl:Class" + }, { + "id" : "666", + "type" : "owl:Class" + }, { + "id" : "667", + "type" : "owl:Class" + }, { + "id" : "668", + "type" : "owl:Class" + }, { + "id" : "669", + "type" : "owl:Class" + }, { + "id" : "670", + "type" : "owl:Class" + }, { + "id" : "671", + "type" : "owl:Class" + }, { + "id" : "672", + "type" : "owl:Class" + }, { + "id" : "673", + "type" : "owl:Class" + }, { + "id" : "674", + "type" : "owl:Class" + }, { + "id" : "675", + "type" : "owl:Class" + }, { + "id" : "158", + "type" : "owl:Class" + }, { + "id" : "676", + "type" : "owl:Class" + }, { + "id" : "677", + "type" : "owl:Class" + }, { + "id" : "678", + "type" : "owl:Class" + }, { + "id" : "88", + "type" : "owl:Class" + }, { + "id" : "686", + "type" : "owl:Class" + }, { + "id" : "687", + "type" : "owl:Class" + }, { + "id" : "690", + "type" : "owl:Class" + }, { + "id" : "691", + "type" : "owl:Class" + }, { + "id" : "297", + "type" : "owl:Class" + }, { + "id" : "694", + "type" : "owl:Class" + }, { + "id" : "93", + "type" : "owl:Class" + }, { + "id" : "697", + "type" : "owl:Class" + }, { + "id" : "185", + "type" : "owl:Class" + }, { + "id" : "699", + "type" : "owl:Class" + }, { + "id" : "700", + "type" : "owl:Class" + }, { + "id" : "146", + "type" : "owl:Class" + }, { + "id" : "702", + "type" : "owl:Class" + }, { + "id" : "703", + "type" : "owl:Class" + }, { + "id" : "704", + "type" : "owl:Class" + }, { + "id" : "705", + "type" : "owl:Class" + }, { + "id" : "706", + "type" : "owl:Class" + }, { + "id" : "707", + "type" : "owl:Class" + }, { + "id" : "708", + "type" : "owl:Class" + }, { + "id" : "709", + "type" : "owl:Class" + }, { + "id" : "363", + "type" : "owl:Class" + }, { + "id" : "710", + "type" : "owl:Class" + }, { + "id" : "365", + "type" : "owl:Class" + }, { + "id" : "711", + "type" : "owl:Class" + }, { + "id" : "712", + "type" : "owl:Class" + }, { + "id" : "130", + "type" : "owl:Class" + }, { + "id" : "713", + "type" : "owl:Class" + }, { + "id" : "642", + "type" : "owl:Class" + }, { + "id" : "714", + "type" : "owl:Class" + }, { + "id" : "5", + "type" : "owl:Class" + }, { + "id" : "715", + "type" : "owl:Class" + }, { + "id" : "651", + "type" : "owl:Class" + }, { + "id" : "716", + "type" : "owl:Class" + }, { + "id" : "717", + "type" : "owl:Class" + }, { + "id" : "718", + "type" : "owl:Class" + }, { + "id" : "137", + "type" : "owl:Class" + }, { + "id" : "719", + "type" : "owl:Class" + }, { + "id" : "720", + "type" : "owl:Class" + }, { + "id" : "721", + "type" : "owl:Class" + }, { + "id" : "722", + "type" : "owl:Class" + }, { + "id" : "723", + "type" : "owl:Class" + }, { + "id" : "724", + "type" : "owl:Class" + }, { + "id" : "725", + "type" : "owl:Class" + }, { + "id" : "726", + "type" : "owl:Class" + }, { + "id" : "115", + "type" : "owl:Class" + }, { + "id" : "727", + "type" : "owl:Class" + }, { + "id" : "728", + "type" : "owl:Class" + }, { + "id" : "156", + "type" : "owl:Class" + }, { + "id" : "118", + "type" : "owl:Class" + }, { + "id" : "205", + "type" : "owl:Class" + }, { + "id" : "730", + "type" : "owl:Class" + }, { + "id" : "98", + "type" : "owl:Class" + }, { + "id" : "731", + "type" : "owl:Class" + }, { + "id" : "732", + "type" : "owl:Class" + }, { + "id" : "646", + "type" : "owl:Class" + }, { + "id" : "733", + "type" : "owl:Class" + }, { + "id" : "253", + "type" : "owl:Class" + }, { + "id" : "734", + "type" : "owl:Class" + }, { + "id" : "735", + "type" : "owl:Class" + }, { + "id" : "736", + "type" : "owl:Class" + }, { + "id" : "737", + "type" : "owl:Class" + }, { + "id" : "738", + "type" : "owl:Class" + }, { + "id" : "739", + "type" : "owl:Class" + }, { + "id" : "740", + "type" : "owl:Class" + }, { + "id" : "741", + "type" : "owl:Class" + }, { + "id" : "742", + "type" : "owl:Class" + }, { + "id" : "344", + "type" : "owl:Class" + }, { + "id" : "343", + "type" : "owl:Class" + }, { + "id" : "747", + "type" : "owl:Class" + }, { + "id" : "236", + "type" : "owl:Class" + }, { + "id" : "756", + "type" : "owl:Class" + }, { + "id" : "272", + "type" : "owl:Class" + }, { + "id" : "757", + "type" : "owl:Class" + }, { + "id" : "758", + "type" : "owl:Class" + }, { + "id" : "367", + "type" : "owl:Class" + }, { + "id" : "759", + "type" : "owl:Class" + }, { + "id" : "760", + "type" : "owl:Class" + }, { + "id" : "761", + "type" : "owl:Class" + }, { + "id" : "315", + "type" : "owl:Class" + }, { + "id" : "762", + "type" : "owl:Class" + }, { + "id" : "764", + "type" : "owl:Class" + }, { + "id" : "765", + "type" : "owl:Class" + }, { + "id" : "766", + "type" : "owl:Class" + }, { + "id" : "767", + "type" : "owl:Class" + }, { + "id" : "134", + "type" : "owl:Class" + }, { + "id" : "768", + "type" : "owl:Class" + }, { + "id" : "769", + "type" : "owl:Class" + }, { + "id" : "771", + "type" : "owl:Class" + }, { + "id" : "772", + "type" : "owl:Class" + }, { + "id" : "770", + "type" : "owl:Class" + }, { + "id" : "775", + "type" : "owl:Class" + }, { + "id" : "773", + "type" : "owl:Class" + }, { + "id" : "776", + "type" : "owl:Class" + }, { + "id" : "777", + "type" : "owl:Class" + }, { + "id" : "410", + "type" : "owl:Class" + }, { + "id" : "268", + "type" : "owl:Class" + }, { + "id" : "289", + "type" : "owl:Class" + }, { + "id" : "782", + "type" : "owl:Class" + }, { + "id" : "783", + "type" : "owl:Class" + }, { + "id" : "784", + "type" : "owl:Class" + }, { + "id" : "786", + "type" : "owl:Class" + }, { + "id" : "787", + "type" : "owl:Class" + }, { + "id" : "788", + "type" : "owl:Class" + }, { + "id" : "745", + "type" : "owl:Class" + }, { + "id" : "789", + "type" : "owl:Class" + }, { + "id" : "790", + "type" : "owl:Class" + }, { + "id" : "792", + "type" : "owl:Class" + }, { + "id" : "794", + "type" : "owl:Class" + }, { + "id" : "796", + "type" : "owl:Class" + }, { + "id" : "539", + "type" : "owl:Class" + }, { + "id" : "802", + "type" : "owl:Class" + }, { + "id" : "806", + "type" : "owl:Class" + }, { + "id" : "808", + "type" : "owl:Class" + }, { + "id" : "127", + "type" : "owl:Class" + }, { + "id" : "221", + "type" : "owl:intersectionOf" + }, { + "id" : "327", + "type" : "owl:Class" + }, { + "id" : "814", + "type" : "owl:Class" + }, { + "id" : "815", + "type" : "owl:Class" + }, { + "id" : "816", + "type" : "owl:Class" + }, { + "id" : "818", + "type" : "owl:Class" + }, { + "id" : "821", + "type" : "owl:Class" + }, { + "id" : "823", + "type" : "owl:Class" + }, { + "id" : "826", + "type" : "owl:Class" + }, { + "id" : "828", + "type" : "owl:Class" + }, { + "id" : "271", + "type" : "owl:Class" + }, { + "id" : "834", + "type" : "owl:Class" + }, { + "id" : "257", + "type" : "owl:Class" + }, { + "id" : "836", + "type" : "owl:Class" + }, { + "id" : "837", + "type" : "owl:Class" + }, { + "id" : "838", + "type" : "owl:Class" + }, { + "id" : "839", + "type" : "owl:Class" + }, { + "id" : "840", + "type" : "owl:Class" + }, { + "id" : "841", + "type" : "owl:Class" + }, { + "id" : "844", + "type" : "owl:Class" + }, { + "id" : "850", + "type" : "owl:Class" + }, { + "id" : "852", + "type" : "owl:Class" + }, { + "id" : "305", + "type" : "owl:Class" + }, { + "id" : "860", + "type" : "owl:Class" + }, { + "id" : "861", + "type" : "owl:Class" + }, { + "id" : "862", + "type" : "owl:Class" + }, { + "id" : "863", + "type" : "owl:Class" + }, { + "id" : "835", + "type" : "owl:Class" + }, { + "id" : "866", + "type" : "owl:Class" + }, { + "id" : "867", + "type" : "owl:Class" + }, { + "id" : "868", + "type" : "owl:Class" + }, { + "id" : "869", + "type" : "owl:Class" + }, { + "id" : "870", + "type" : "owl:Class" + }, { + "id" : "635", + "type" : "owl:Class" + }, { + "id" : "874", + "type" : "owl:Class" + }, { + "id" : "325", + "type" : "owl:Class" + }, { + "id" : "879", + "type" : "owl:Class" + }, { + "id" : "884", + "type" : "owl:Class" + }, { + "id" : "885", + "type" : "owl:Class" + }, { + "id" : "820", + "type" : "owl:Class" + }, { + "id" : "329", + "type" : "owl:Class" + }, { + "id" : "848", + "type" : "owl:Class" + }, { + "id" : "164", + "type" : "owl:Class" + }, { + "id" : "701", + "type" : "owl:Class" + }, { + "id" : "129", + "type" : "owl:Class" + }, { + "id" : "223", + "type" : "owl:Class" + }, { + "id" : "843", + "type" : "owl:Class" + }, { + "id" : "899", + "type" : "owl:Class" + }, { + "id" : "114", + "type" : "owl:Class" + }, { + "id" : "258", + "type" : "owl:Class" + }, { + "id" : "689", + "type" : "owl:Class" + }, { + "id" : "220", + "type" : "owl:Class" + }, { + "id" : "428", + "type" : "owl:Class" + }, { + "id" : "693", + "type" : "owl:Class" + }, { + "id" : "302", + "type" : "owl:Class" + }, { + "id" : "15", + "type" : "owl:Class" + }, { + "id" : "213", + "type" : "owl:Class" + }, { + "id" : "96", + "type" : "owl:intersectionOf" + }, { + "id" : "125", + "type" : "owl:Class" + }, { + "id" : "799", + "type" : "owl:Class" + }, { + "id" : "748", + "type" : "owl:Class" + }, { + "id" : "763", + "type" : "owl:Class" + }, { + "id" : "226", + "type" : "owl:Class" + }, { + "id" : "813", + "type" : "owl:Class" + }, { + "id" : "198", + "type" : "owl:Class" + }, { + "id" : "696", + "type" : "owl:Class" + }, { + "id" : "256", + "type" : "owl:Class" + }, { + "id" : "941", + "type" : "owl:Class" + }, { + "id" : "785", + "type" : "owl:Class" + }, { + "id" : "729", + "type" : "owl:Class" + }, { + "id" : "326", + "type" : "owl:Class" + }, { + "id" : "65", + "type" : "owl:Class" + }, { + "id" : "682", + "type" : "owl:Class" + }, { + "id" : "58", + "type" : "owl:Class" + }, { + "id" : "244", + "type" : "owl:Class" + }, { + "id" : "779", + "type" : "owl:Class" + }, { + "id" : "780", + "type" : "owl:Class" + }, { + "id" : "781", + "type" : "owl:Class" + }, { + "id" : "951", + "type" : "owl:Class" + }, { + "id" : "952", + "type" : "owl:Class" + }, { + "id" : "953", + "type" : "owl:Class" + }, { + "id" : "954", + "type" : "owl:Class" + }, { + "id" : "955", + "type" : "owl:Class" + }, { + "id" : "956", + "type" : "owl:Class" + }, { + "id" : "957", + "type" : "owl:Class" + }, { + "id" : "958", + "type" : "owl:Class" + }, { + "id" : "959", + "type" : "owl:Class" + }, { + "id" : "960", + "type" : "owl:Class" + }, { + "id" : "961", + "type" : "owl:Class" + }, { + "id" : "962", + "type" : "owl:Class" + }, { + "id" : "963", + "type" : "owl:Class" + }, { + "id" : "964", + "type" : "owl:Class" + }, { + "id" : "145", + "type" : "owl:Class" + }, { + "id" : "965", + "type" : "owl:Class" + }, { + "id" : "148", + "type" : "owl:Class" + }, { + "id" : "966", + "type" : "owl:Class" + }, { + "id" : "967", + "type" : "owl:Class" + }, { + "id" : "968", + "type" : "owl:Class" + }, { + "id" : "150", + "type" : "owl:Class" + }, { + "id" : "969", + "type" : "owl:Class" + }, { + "id" : "970", + "type" : "owl:Class" + }, { + "id" : "973", + "type" : "owl:Class" + }, { + "id" : "974", + "type" : "owl:Class" + }, { + "id" : "975", + "type" : "owl:Class" + }, { + "id" : "976", + "type" : "owl:Class" + }, { + "id" : "977", + "type" : "owl:Class" + }, { + "id" : "978", + "type" : "owl:Class" + }, { + "id" : "187", + "type" : "owl:Class" + }, { + "id" : "159", + "type" : "owl:Class" + }, { + "id" : "979", + "type" : "owl:Class" + }, { + "id" : "980", + "type" : "owl:Class" + }, { + "id" : "981", + "type" : "owl:Class" + }, { + "id" : "982", + "type" : "owl:Class" + }, { + "id" : "984", + "type" : "owl:Class" + }, { + "id" : "985", + "type" : "owl:Class" + }, { + "id" : "986", + "type" : "owl:Class" + }, { + "id" : "987", + "type" : "owl:Class" + }, { + "id" : "680", + "type" : "owl:Class" + }, { + "id" : "988", + "type" : "owl:Class" + }, { + "id" : "989", + "type" : "owl:Class" + }, { + "id" : "990", + "type" : "owl:Class" + }, { + "id" : "991", + "type" : "owl:Class" + }, { + "id" : "992", + "type" : "owl:Class" + }, { + "id" : "993", + "type" : "owl:Class" + }, { + "id" : "994", + "type" : "owl:Class" + }, { + "id" : "995", + "type" : "owl:Class" + }, { + "id" : "996", + "type" : "owl:Class" + }, { + "id" : "997", + "type" : "owl:Class" + }, { + "id" : "998", + "type" : "owl:Class" + }, { + "id" : "999", + "type" : "owl:Class" + }, { + "id" : "922", + "type" : "owl:Class" + }, { + "id" : "1000", + "type" : "owl:Class" + }, { + "id" : "921", + "type" : "owl:Class" + }, { + "id" : "774", + "type" : "owl:Class" + }, { + "id" : "1001", + "type" : "owl:Class" + }, { + "id" : "1002", + "type" : "owl:Class" + }, { + "id" : "1003", + "type" : "owl:Class" + }, { + "id" : "925", + "type" : "owl:Class" + }, { + "id" : "1004", + "type" : "owl:Class" + }, { + "id" : "924", + "type" : "owl:Class" + }, { + "id" : "1005", + "type" : "owl:Class" + }, { + "id" : "1006", + "type" : "owl:Class" + }, { + "id" : "1007", + "type" : "owl:Class" + }, { + "id" : "1008", + "type" : "owl:Class" + }, { + "id" : "1009", + "type" : "owl:Class" + }, { + "id" : "190", + "type" : "owl:Class" + }, { + "id" : "1010", + "type" : "owl:Class" + }, { + "id" : "1011", + "type" : "owl:Class" + }, { + "id" : "1012", + "type" : "owl:Class" + }, { + "id" : "1013", + "type" : "owl:Class" + }, { + "id" : "1014", + "type" : "owl:Class" + }, { + "id" : "1015", + "type" : "owl:Class" + }, { + "id" : "1016", + "type" : "owl:Class" + }, { + "id" : "1017", + "type" : "owl:Class" + }, { + "id" : "907", + "type" : "owl:Class" + }, { + "id" : "1018", + "type" : "owl:Class" + }, { + "id" : "74", + "type" : "owl:Class" + }, { + "id" : "1019", + "type" : "owl:Class" + }, { + "id" : "1020", + "type" : "owl:Class" + }, { + "id" : "908", + "type" : "owl:Class" + }, { + "id" : "1021", + "type" : "owl:Class" + }, { + "id" : "913", + "type" : "owl:Class" + }, { + "id" : "52", + "type" : "owl:Class" + }, { + "id" : "911", + "type" : "owl:Class" + }, { + "id" : "1022", + "type" : "owl:Class" + }, { + "id" : "915", + "type" : "owl:Class" + }, { + "id" : "1023", + "type" : "owl:Class" + }, { + "id" : "1024", + "type" : "owl:Class" + }, { + "id" : "864", + "type" : "owl:Class" + }, { + "id" : "1025", + "type" : "owl:Class" + }, { + "id" : "918", + "type" : "owl:Class" + }, { + "id" : "1026", + "type" : "owl:Class" + }, { + "id" : "1027", + "type" : "owl:Class" + }, { + "id" : "865", + "type" : "owl:Class" + }, { + "id" : "1028", + "type" : "owl:Class" + }, { + "id" : "1029", + "type" : "owl:Class" + }, { + "id" : "1030", + "type" : "owl:Class" + }, { + "id" : "943", + "type" : "owl:Class" + }, { + "id" : "1031", + "type" : "owl:Class" + }, { + "id" : "910", + "type" : "owl:Class" + }, { + "id" : "1032", + "type" : "owl:Class" + }, { + "id" : "1033", + "type" : "owl:Class" + }, { + "id" : "1034", + "type" : "owl:Class" + }, { + "id" : "901", + "type" : "owl:Class" + }, { + "id" : "945", + "type" : "owl:Class" + }, { + "id" : "1035", + "type" : "owl:Class" + }, { + "id" : "902", + "type" : "owl:Class" + }, { + "id" : "1036", + "type" : "owl:Class" + }, { + "id" : "1037", + "type" : "owl:Class" + }, { + "id" : "1038", + "type" : "owl:Class" + }, { + "id" : "1039", + "type" : "owl:Class" + }, { + "id" : "1040", + "type" : "owl:Class" + }, { + "id" : "1041", + "type" : "owl:Class" + }, { + "id" : "1042", + "type" : "owl:Class" + }, { + "id" : "1043", + "type" : "owl:Class" + }, { + "id" : "1044", + "type" : "owl:Class" + }, { + "id" : "1045", + "type" : "owl:Class" + }, { + "id" : "1046", + "type" : "owl:Class" + }, { + "id" : "1047", + "type" : "owl:Class" + }, { + "id" : "1048", + "type" : "owl:Class" + }, { + "id" : "1049", + "type" : "owl:Class" + }, { + "id" : "1050", + "type" : "owl:Class" + }, { + "id" : "1051", + "type" : "owl:Class" + }, { + "id" : "1052", + "type" : "owl:Class" + }, { + "id" : "1053", + "type" : "owl:Class" + }, { + "id" : "1054", + "type" : "owl:Class" + }, { + "id" : "1055", + "type" : "owl:Class" + }, { + "id" : "1056", + "type" : "owl:Class" + }, { + "id" : "1057", + "type" : "owl:Class" + }, { + "id" : "1058", + "type" : "owl:Class" + }, { + "id" : "1059", + "type" : "owl:Class" + }, { + "id" : "1060", + "type" : "owl:Class" + }, { + "id" : "1061", + "type" : "owl:Class" + }, { + "id" : "1062", + "type" : "owl:Class" + }, { + "id" : "1063", + "type" : "owl:Class" + }, { + "id" : "1064", + "type" : "owl:Class" + }, { + "id" : "1065", + "type" : "owl:Class" + }, { + "id" : "811", + "type" : "owl:Class" + }, { + "id" : "1066", + "type" : "owl:Class" + }, { + "id" : "1067", + "type" : "owl:Class" + }, { + "id" : "812", + "type" : "owl:Class" + }, { + "id" : "1068", + "type" : "owl:Class" + }, { + "id" : "1069", + "type" : "owl:Class" + }, { + "id" : "1070", + "type" : "owl:Class" + }, { + "id" : "83", + "type" : "owl:Class" + }, { + "id" : "1071", + "type" : "owl:Class" + }, { + "id" : "1072", + "type" : "owl:Class" + }, { + "id" : "1073", + "type" : "owl:Class" + }, { + "id" : "1074", + "type" : "owl:Class" + }, { + "id" : "1075", + "type" : "owl:Class" + }, { + "id" : "1076", + "type" : "owl:Class" + }, { + "id" : "1077", + "type" : "owl:Class" + }, { + "id" : "86", + "type" : "owl:Class" + }, { + "id" : "1078", + "type" : "owl:Class" + }, { + "id" : "1079", + "type" : "owl:Class" + }, { + "id" : "1080", + "type" : "owl:Class" + }, { + "id" : "1081", + "type" : "owl:Class" + }, { + "id" : "1082", + "type" : "owl:Class" + }, { + "id" : "1083", + "type" : "owl:Class" + }, { + "id" : "847", + "type" : "owl:Class" + }, { + "id" : "1090", + "type" : "owl:Class" + }, { + "id" : "1091", + "type" : "owl:Class" + }, { + "id" : "1093", + "type" : "owl:Class" + }, { + "id" : "1094", + "type" : "owl:Class" + }, { + "id" : "143", + "type" : "owl:Class" + }, { + "id" : "1096", + "type" : "owl:Class" + }, { + "id" : "1098", + "type" : "owl:Class" + }, { + "id" : "1100", + "type" : "owl:Class" + }, { + "id" : "1101", + "type" : "owl:Class" + }, { + "id" : "1102", + "type" : "owl:Class" + }, { + "id" : "934", + "type" : "owl:Class" + }, { + "id" : "1104", + "type" : "owl:Class" + }, { + "id" : "1105", + "type" : "owl:Class" + }, { + "id" : "1106", + "type" : "owl:Class" + }, { + "id" : "1107", + "type" : "owl:Class" + }, { + "id" : "1108", + "type" : "owl:Class" + }, { + "id" : "1109", + "type" : "owl:Class" + }, { + "id" : "1110", + "type" : "owl:Class" + }, { + "id" : "1111", + "type" : "owl:Class" + }, { + "id" : "803", + "type" : "owl:Class" + }, { + "id" : "1112", + "type" : "owl:Class" + }, { + "id" : "1113", + "type" : "owl:Class" + }, { + "id" : "136", + "type" : "owl:Class" + }, { + "id" : "1114", + "type" : "owl:Class" + }, { + "id" : "1115", + "type" : "owl:Class" + }, { + "id" : "859", + "type" : "owl:Class" + }, { + "id" : "120", + "type" : "owl:Class" + }, { + "id" : "1116", + "type" : "owl:Class" + }, { + "id" : "1117", + "type" : "owl:Class" + }, { + "id" : "141", + "type" : "owl:Class" + }, { + "id" : "122", + "type" : "owl:Class" + }, { + "id" : "1118", + "type" : "owl:Class" + }, { + "id" : "1119", + "type" : "owl:Class" + }, { + "id" : "1120", + "type" : "owl:Class" + }, { + "id" : "1121", + "type" : "owl:Class" + }, { + "id" : "1127", + "type" : "owl:Class" + }, { + "id" : "1129", + "type" : "owl:Class" + }, { + "id" : "294", + "type" : "owl:Class" + }, { + "id" : "1130", + "type" : "owl:Class" + }, { + "id" : "1133", + "type" : "owl:Class" + }, { + "id" : "1135", + "type" : "owl:Class" + }, { + "id" : "1136", + "type" : "owl:Class" + }, { + "id" : "1138", + "type" : "owl:Class" + }, { + "id" : "1139", + "type" : "owl:Class" + }, { + "id" : "1141", + "type" : "owl:Class" + }, { + "id" : "1142", + "type" : "owl:Class" + }, { + "id" : "1143", + "type" : "owl:Class" + }, { + "id" : "1144", + "type" : "owl:Class" + }, { + "id" : "1145", + "type" : "owl:Class" + }, { + "id" : "1146", + "type" : "owl:Class" + }, { + "id" : "1147", + "type" : "owl:Class" + }, { + "id" : "1148", + "type" : "owl:Class" + }, { + "id" : "1149", + "type" : "owl:Class" + }, { + "id" : "1150", + "type" : "owl:Class" + }, { + "id" : "1151", + "type" : "owl:Class" + }, { + "id" : "366", + "type" : "owl:Class" + }, { + "id" : "132", + "type" : "owl:Class" + }, { + "id" : "287", + "type" : "owl:Class" + }, { + "id" : "887", + "type" : "owl:Class" + }, { + "id" : "368", + "type" : "owl:Class" + }, { + "id" : "1156", + "type" : "owl:Class" + }, { + "id" : "139", + "type" : "owl:Class" + }, { + "id" : "369", + "type" : "owl:Class" + }, { + "id" : "1158", + "type" : "owl:Class" + }, { + "id" : "1160", + "type" : "owl:Class" + }, { + "id" : "1162", + "type" : "owl:Class" + }, { + "id" : "778", + "type" : "owl:Class" + }, { + "id" : "359", + "type" : "owl:Class" + }, { + "id" : "891", + "type" : "owl:Class" + }, { + "id" : "360", + "type" : "owl:Class" + }, { + "id" : "1165", + "type" : "owl:Class" + }, { + "id" : "361", + "type" : "owl:Class" + }, { + "id" : "1167", + "type" : "owl:Class" + }, { + "id" : "362", + "type" : "owl:Class" + }, { + "id" : "1169", + "type" : "owl:Class" + }, { + "id" : "1170", + "type" : "owl:Class" + }, { + "id" : "1171", + "type" : "owl:Class" + }, { + "id" : "364", + "type" : "owl:Class" + }, { + "id" : "1172", + "type" : "owl:Class" + }, { + "id" : "1173", + "type" : "owl:Class" + }, { + "id" : "1174", + "type" : "owl:Class" + }, { + "id" : "685", + "type" : "owl:intersectionOf" + }, { + "id" : "1175", + "type" : "owl:Class" + }, { + "id" : "1179", + "type" : "owl:Class" + }, { + "id" : "1180", + "type" : "owl:Class" + }, { + "id" : "889", + "type" : "owl:Class" + }, { + "id" : "1182", + "type" : "owl:Class" + }, { + "id" : "1183", + "type" : "owl:Class" + }, { + "id" : "1185", + "type" : "owl:Class" + }, { + "id" : "1187", + "type" : "owl:Class" + }, { + "id" : "1188", + "type" : "owl:Class" + }, { + "id" : "639", + "type" : "owl:Class" + }, { + "id" : "1190", + "type" : "owl:Class" + }, { + "id" : "152", + "type" : "owl:Class" + }, { + "id" : "1191", + "type" : "owl:Class" + }, { + "id" : "1192", + "type" : "owl:Class" + }, { + "id" : "1193", + "type" : "owl:Class" + }, { + "id" : "1194", + "type" : "owl:Class" + }, { + "id" : "1195", + "type" : "owl:Class" + }, { + "id" : "243", + "type" : "owl:Class" + }, { + "id" : "1196", + "type" : "owl:Class" + }, { + "id" : "1197", + "type" : "owl:Class" + }, { + "id" : "1198", + "type" : "owl:Class" + }, { + "id" : "1199", + "type" : "owl:Class" + }, { + "id" : "1200", + "type" : "owl:Class" + }, { + "id" : "1201", + "type" : "owl:Class" + }, { + "id" : "1202", + "type" : "owl:Class" + }, { + "id" : "1203", + "type" : "owl:Class" + }, { + "id" : "1204", + "type" : "owl:Class" + }, { + "id" : "264", + "type" : "owl:Class" + }, { + "id" : "1205", + "type" : "owl:Class" + }, { + "id" : "1206", + "type" : "owl:Class" + }, { + "id" : "1207", + "type" : "owl:Class" + }, { + "id" : "1208", + "type" : "owl:Class" + }, { + "id" : "1209", + "type" : "owl:Class" + }, { + "id" : "1210", + "type" : "owl:Class" + }, { + "id" : "1211", + "type" : "owl:Class" + }, { + "id" : "1212", + "type" : "owl:Class" + }, { + "id" : "1213", + "type" : "owl:Class" + }, { + "id" : "1214", + "type" : "owl:Class" + }, { + "id" : "1215", + "type" : "owl:Class" + }, { + "id" : "1216", + "type" : "owl:Class" + }, { + "id" : "1217", + "type" : "owl:Class" + }, { + "id" : "1218", + "type" : "owl:Class" + }, { + "id" : "165", + "type" : "owl:Class" + }, { + "id" : "291", + "type" : "owl:Class" + }, { + "id" : "1219", + "type" : "owl:Class" + }, { + "id" : "468", + "type" : "owl:Class" + }, { + "id" : "1220", + "type" : "owl:Class" + }, { + "id" : "1221", + "type" : "owl:Class" + }, { + "id" : "1222", + "type" : "owl:Class" + }, { + "id" : "1223", + "type" : "owl:Class" + }, { + "id" : "1225", + "type" : "owl:Class" + }, { + "id" : "1226", + "type" : "owl:Class" + }, { + "id" : "1227", + "type" : "owl:Class" + }, { + "id" : "1228", + "type" : "owl:Class" + }, { + "id" : "1229", + "type" : "owl:Class" + }, { + "id" : "636", + "type" : "owl:Class" + }, { + "id" : "252", + "type" : "owl:Class" + }, { + "id" : "12", + "type" : "owl:Class" + }, { + "id" : "288", + "type" : "owl:Class" + }, { + "id" : "1230", + "type" : "owl:Class" + }, { + "id" : "1231", + "type" : "owl:Class" + }, { + "id" : "17", + "type" : "owl:Class" + }, { + "id" : "1232", + "type" : "owl:Class" + }, { + "id" : "1233", + "type" : "owl:Class" + }, { + "id" : "1234", + "type" : "owl:Class" + }, { + "id" : "300", + "type" : "owl:Class" + }, { + "id" : "1235", + "type" : "owl:Class" + }, { + "id" : "1236", + "type" : "owl:Class" + }, { + "id" : "384", + "type" : "owl:Class" + }, { + "id" : "1237", + "type" : "owl:Class" + }, { + "id" : "1238", + "type" : "owl:Class" + }, { + "id" : "290", + "type" : "owl:Class" + }, { + "id" : "1239", + "type" : "owl:Class" + }, { + "id" : "1240", + "type" : "owl:Class" + }, { + "id" : "1241", + "type" : "owl:Class" + }, { + "id" : "1242", + "type" : "owl:Class" + }, { + "id" : "1243", + "type" : "owl:Class" + }, { + "id" : "21", + "type" : "owl:Class" + }, { + "id" : "1244", + "type" : "owl:Class" + }, { + "id" : "1245", + "type" : "owl:Class" + } ], + "classAttribute" : [ { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000189", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCI", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Emission of electromagnetic energy with a shorter frequency (longer wavelength) than that of the incident monochromatic light. Arises from the low probability absorption of quanta with a higher energy than that required for a transition: the difference in energy is emitted as a lower frequency (energy) photon. Allows analysis of vibrational and rotational energy levels using visible incident light. [ NCI ]", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "18.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C17157", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "plan specification", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000189", + "en" : "Raman spectroscopy [ncit]" + }, + "comment" : { + "en" : "http://purl.obolibrary.org/obo/ncit.owl" + }, + "attributes" : [ "external" ], + "id" : "0" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000187", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Georgios Ctistis", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A non-destructive light scattering technique that provides detailed information about the chemical structure upon the interaction of light with the chemical bonds within a material based on periodic changes of polarizabilities, usually manifested as energy loss (gain) with respect to the incident light.", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://www.horiba.com/ind/raman-imaging-and-spectroscopy/", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "plan specification", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000187", + "en" : "Raman spectroscopy [ifnano]" + }, + "attributes" : [ "external" ], + "id" : "7" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000188", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "allotrope.org", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Any type of vibrational spectroscopy where the Raman scattering of monochromatic light, usually from a laser in the visible, near infrared, or near ultraviolet range by a sample is detected. [CHMO]", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "17.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.allotrope.org/ontologies/process#AFP_0000047", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "plan specification", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000188", + "en" : "Raman spectroscopy [allotrope]" + }, + "comment" : { + "en" : "http://purl.allotrope.org/ontologies/" + }, + "attributes" : [ "external" ], + "id" : "10" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000192", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCI", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "An array of entities, such as light waves or particles, ordered in accordance with the magnitudes of a common physical property, such as wavelength or mass.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "18.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C84383", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000192", + "en" : "Spectrum [ncit]" + }, + "comment" : { + "en" : "http://purl.obolibrary.org/obo/ncit.owl" + }, + "attributes" : [ "external" ], + "id" : "26" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000193", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Christoph Lenth", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A graph presents a number of peaks, showing the intensity and wavelength position of the Raman scattered light, in which each peak corresponds to a specific molecular bond vibration.", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://www.horiba.com/ind/raman-imaging-and-spectroscopy/", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000193", + "en" : "Raman spectrum [ifnano]" + }, + "attributes" : [ "external" ], + "id" : "31" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000190", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Christoph Lenth", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A graph that shows the intensity of radiation at different wavelengths or the response of the atomic or molecular system to different wavelengths of the radiation", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://chem.libretexts.org/Bookshelves/Physical_and_Theoretical_Chemistry_Textbook_Maps/Book%3A_Quantum_States_of_Atoms_and_Molecules_(Zielinksi_et_al)/01%3A_Spectroscopy#:~:text=A%20spectrum%20is%20a%20graph,different%20wavelengths%20of%20the%20radiation.", + "type" : "label" + } ], + "refersToCompetenceQuestion" : [ { + "identifier" : "refersToCompetenceQuestion", + "language" : "undefined", + "value" : "IFNANO:01_CQ", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000190", + "en" : "Spectrum [ifnano]" + }, + "attributes" : [ "external" ], + "id" : "37" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000191", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "allotrope.org", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A spectrum is a data distribution function of a measured quantity in a spectroscopy against some experimental parameter. [Allotrope]", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "17.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.allotrope.org/ontologies/result#AFR_0000068", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000191", + "en" : "Spectrum [allotrope]" + }, + "comment" : { + "en" : "http://purl.allotrope.org/ontologies/" + }, + "attributes" : [ "external" ], + "id" : "38" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000196", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Yamen Alsalka (IFNANO)", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "An attenuated total reflection accessory operates by measuring the changes that occur in a totally internally reflected infrared beam when the beam comes into contact with a sample.", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "en", + "value" : "https://cmdis.rpi.edu/sites/default/files/ATR_FTIR.pdf", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "31.03.2022", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "plan specification", + "type" : "label" + } ] + }, + "label" : { + "de" : "ATR-FTIR", + "IRI-based" : "DIGITRUBBER_000196", + "en" : "ATR-FTIR [ifnano]" + }, + "comment" : { + "undefined" : "Method" + }, + "attributes" : [ "external" ], + "id" : "39" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000197", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Yamen Alsalka (IFNANO)", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "It arises when groups differ statistically in their distributions on characteristics relevant to a given situation.", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://www.sciencedirect.com/science/article/pii/B0123693985005442", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "31.03.2022", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "plan specification", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000197", + "en" : "Statistical discrimination [ifnano]" + }, + "attributes" : [ "external" ], + "id" : "45" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000194", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "allotrope.org (chmo)", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A plot of intensity vs. Raman shift (cm-1) obtained by measuring the Raman scattering of monochromatic light from a sample. [CHMO]", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "17.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.allotrope.org/ontologies/result#AFR_0000519", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000194", + "en" : "Raman spectrum [allotrope]" + }, + "comment" : { + "en" : "http://purl.allotrope.org/ontologies/" + }, + "attributes" : [ "external" ], + "id" : "46" + }, { + "iri" : "http://purl.obolibrary.org/obo/CHEBI_38418", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "hasDbXref" : [ { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "ChEBI", + "type" : "label" + } ], + "hasExactSynonym" : [ { + "identifier" : "hasExactSynonym", + "language" : "undefined", + "value" : "1,3-thiazoles", + "type" : "label" + } ], + "hasOBONamespace" : [ { + "identifier" : "hasOBONamespace", + "language" : "undefined", + "value" : "chebi_ontology", + "type" : "label" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "CHEBI:38418", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#3_STAR", + "type" : "iri" + } ], + "hasAlternativeId" : [ { + "identifier" : "hasAlternativeId", + "language" : "undefined", + "value" : "CHEBI:38417", + "type" : "label" + }, { + "identifier" : "hasAlternativeId", + "language" : "undefined", + "value" : "CHEBI:26949", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "CHEBI_38418", + "undefined" : "1,3-thiazoles" + }, + "subClasses" : [ "52" ], + "attributes" : [ "external" ], + "id" : "50", + "superClasses" : [ "51" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000195", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Yaman Alsalka (IFNANO)", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Fourier transform infrared involves the probing of matter with infrared radiation. It is based on periodic changes in dipole moments caused by molecular vibrations during the absorption of IR radiation and gives spectroscopic fingerprints.", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://www.hamamatsu.com/eu/en/applications/analytical-equipment/infrared-spectroscopy.html", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "31.03.2022", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "plan specification", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000195", + "en" : "FTIR spectroscopy [ifnano]" + }, + "comment" : { + "undefined" : "Method" + }, + "attributes" : [ "external" ], + "id" : "53" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000198", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Christoph Lenth", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The chemical discipline that uses mathematical and statistical methods, (a) to design or select optimal measurement procedures and experiments, and (b) to provide maximum chemical information by analyzing chemical data.", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://www.wiley-vch.de/de/fachgebiete/naturwissenschaften/chemometrics-978-3-527-34097-2", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "31.03.2022", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "plan specification", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000198", + "en" : "Chemometrics [ifnano]" + }, + "attributes" : [ "external" ], + "id" : "60" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000199", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Yamen Alsalka (IFNANO)", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Natural and synthetic rubber materials that are modified and shaped into rubber products through the rubber extrusion process.", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://www.extrudedrubber.net/", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "31.03.2022", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "material entity", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000199", + "en" : "Raw rubber samples [ifnano]" + }, + "attributes" : [ "external" ], + "id" : "63" + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0100051", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "specimen", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "undefined", + "value" : "Biobanking of blood taken and stored in a freezer for potential future investigations stores specimen.", + "type" : "label" + } ], + "IAO_0000233" : [ { + "identifier" : "IAO_0000233", + "language" : "undefined", + "value" : "https://github.com/obi-ontology/obi/issues/1013", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A material entity that has the specimen role.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000122", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON: James Malone", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON: Philippe Rocca-Serra", + "type" : "label" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "undefined", + "value" : "Note: definition is in specimen creation objective which is defined as an objective to obtain and store a material entity for potential use as an input during an investigation.", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "en", + "value" : "GROUP: OBI Biomaterial Branch", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0100051", + "en" : "specimen" + }, + "subClasses" : [ "96" ], + "attributes" : [ "external" ], + "id" : "95" + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000450", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "regulatory agency", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "undefined", + "value" : "The US Environmental Protection Agency", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A regulatory agency is a organization that has responsibility over or for the legislation (acts and regulations) for a given sector of the government.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000122", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "GROUP: OBI Biomaterial Branch", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "WEB: en.wikipedia.org/wiki/Regulator", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0000450", + "en" : "regulatory agency" + }, + "individuals" : [ { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000901", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "U.S. Food and Drug Administration", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "FDA", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0000901", + "undefined" : "U.S. Food and Drug Administration" + } + } ], + "intersection" : [ "98" ], + "attributes" : [ "external", "intersection" ], + "id" : "97", + "superClasses" : [ "98" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000457", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "manufacturing", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Manufacturing is a process with the intent to produce a processed material which will have a function for future use. A person or organization (having manufacturer role) is a participant in this process", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000122", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON: Melanie Courtot", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON: Bjoern Peters", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON: Philippe Rocca-Serra", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON: Jennifer Fostel", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON: Frank Gibson", + "type" : "label" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "undefined", + "value" : "Manufacturing implies reproducibility and responsibility AR", + "type" : "label" + }, { + "identifier" : "IAO_0000116", + "language" : "en", + "value" : "This includes a single scientist making a processed material for personal use.", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "GROUP: OBI PlanAndPlannedProcess Branch", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0000457", + "en" : "manufacturing" + }, + "attributes" : [ "external" ], + "id" : "105", + "superClasses" : [ "106" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000453", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "measure function", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "undefined", + "value" : "A glucometer measures blood glucose concentration, the glucometer has a measure function.", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Measure function is a function that is borne by a processed material and realized in a process in which information about some entity is expressed relative to some reference.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000122", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON: Daniel Schober", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON: Melanie Courtot", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON:Frank Gibson", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON: Helen Parkinson", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0000453", + "en" : "measure function" + }, + "attributes" : [ "external" ], + "id" : "107", + "superClasses" : [ "13" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/CHEBI_23367", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "hasDbXref" : [ { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "ChEBI", + "type" : "label" + }, { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "IUPAC", + "type" : "label" + } ], + "hasExactSynonym" : [ { + "identifier" : "hasExactSynonym", + "language" : "undefined", + "value" : "molecular entity", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "Any constitutionally or isotopically distinct atom, molecule, ion, ion pair, radical, radical ion, complex, conformer etc., identifiable as a separately distinguishable entity.", + "type" : "label" + } ], + "hasRelatedSynonym" : [ { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "entidad molecular", + "type" : "label" + }, { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "entidades moleculares", + "type" : "label" + }, { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "entite moleculaire", + "type" : "label" + }, { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "molekulare Entitaet", + "type" : "label" + }, { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "molecular entities", + "type" : "label" + } ], + "hasOBONamespace" : [ { + "identifier" : "hasOBONamespace", + "language" : "undefined", + "value" : "chebi_ontology", + "type" : "label" + } ], + "hasSynonymType" : [ { + "identifier" : "hasSynonymType", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#IUPAC_NAME", + "type" : "iri" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "CHEBI:23367", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#3_STAR", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "CHEBI_23367", + "undefined" : "molecular entity" + }, + "subClasses" : [ "59", "125", "126", "127" ], + "attributes" : [ "external" ], + "id" : "123", + "superClasses" : [ "124" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/PATO_0000146", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "temperature", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A physical quality of the thermal energy of a system.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/pato.owl", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "PATO_0000146", + "undefined" : "temperature" + }, + "attributes" : [ "external" ], + "id" : "138", + "superClasses" : [ "139" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/PATO_0001241", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "physical object quality", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A quality which inheres in a continuant.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/pato.owl", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "PATO_0001241", + "en" : "physical object quality" + }, + "subClasses" : [ "158", "159", "139" ], + "attributes" : [ "external" ], + "id" : "157" + }, { + "iri" : "http://purl.obolibrary.org/obo/CHEBI_35352", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "hasDbXref" : [ { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "ChEBI", + "type" : "label" + }, { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "IUPAC", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "Any heteroorganic entity containing at least one carbon-nitrogen bond.", + "type" : "label" + } ], + "hasExactSynonym" : [ { + "identifier" : "hasExactSynonym", + "language" : "undefined", + "value" : "organonitrogen compounds", + "type" : "label" + } ], + "hasRelatedSynonym" : [ { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "organonitrogens", + "type" : "label" + } ], + "hasOBONamespace" : [ { + "identifier" : "hasOBONamespace", + "language" : "undefined", + "value" : "chebi_ontology", + "type" : "label" + } ], + "hasSynonymType" : [ { + "identifier" : "hasSynonymType", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#IUPAC_NAME", + "type" : "iri" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "CHEBI:35352", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#3_STAR", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "CHEBI_35352", + "undefined" : "organonitrogen compound" + }, + "subClasses" : [ "165" ], + "attributes" : [ "external" ], + "id" : "163", + "superClasses" : [ "74", "164" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000401", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "environment control function", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "An environmental control function is a function that regulates a contained environment within specified parameter ranges. For example the control of light exposure, humidity and temperature.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000122", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Bill Bug", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Frank Gibson", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Melanie Courtot", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Daniel Schober", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0000401", + "en" : "environment control function" + }, + "attributes" : [ "external" ], + "id" : "19", + "superClasses" : [ "13" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/PATO_0000122", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "length", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/pato.owl", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A 1-D extent quality which is equal to the distance between two points.", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "PATO_0000122", + "undefined" : "length" + }, + "attributes" : [ "external" ], + "id" : "188", + "superClasses" : [ "158" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000648", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "clustered data set", + "type" : "label" + } ], + "IAO_0000232" : [ { + "identifier" : "IAO_0000232", + "language" : "undefined", + "value" : "AR thinks could be a data item instead", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "undefined", + "value" : "A clustered data set is the output of a K means clustering data transformation", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A data set that is produced as the output of a class discovery data transformation and consists of a data set with assigned discovered class labels.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000125", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON: James Malone", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON: Monnie McGee", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "data set with assigned discovered class labels", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0000648", + "en" : "clustered data set" + }, + "attributes" : [ "external" ], + "id" : "202", + "superClasses" : [ "136" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/CHEBI_24431", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "hasDbXref" : [ { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "UniProt", + "type" : "label" + } ], + "hasExactSynonym" : [ { + "identifier" : "hasExactSynonym", + "language" : "undefined", + "value" : "chemical entity", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A chemical entity is a physical entity of interest in chemistry including molecular entities, parts thereof, and chemical substances.", + "type" : "label" + } ], + "hasOBONamespace" : [ { + "identifier" : "hasOBONamespace", + "language" : "undefined", + "value" : "chebi_ontology", + "type" : "label" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "CHEBI:24431", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#3_STAR", + "type" : "iri" + } ] + }, + "label" : { + "de" : "chemische Entität", + "IRI-based" : "CHEBI_24431", + "en" : "chemical entity" + }, + "subClasses" : [ "203", "204", "123", "205", "206", "3" ], + "attributes" : [ "external" ], + "id" : "124" + }, { + "iri" : "http://purl.obolibrary.org/obo/IAO_0000409", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "denotator type", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "The Basic Formal Ontology ontology makes a distinction between Universals and defined classes, where the formal are \"natural kinds\" and the latter arbitrary collections of entities.", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A denotator type indicates how a term should be interpreted from an ontological perspective.", + "type" : "label" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "Alan Ruttenberg", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "en", + "value" : "Barry Smith, Werner Ceusters", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "IAO_0000409", + "en" : "denotator type" + }, + "individuals" : [ { + "iri" : "http://purl.obolibrary.org/obo/IAO_0000420", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "defined class", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A defined class is a class that is defined by a set of logically necessary and sufficient conditions but is not a universal", + "type" : "label" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "Alan Ruttenberg", + "type" : "label" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "en", + "value" : "\"definitions\", in some readings, always are given by necessary and sufficient conditions. So one must be careful (and this is difficult sometimes) to distinguish between defined classes and universal.", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "IAO_0000420", + "en" : "defined class" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/IAO_0000410", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "universal", + "type" : "label" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "Alan Ruttenberg", + "type" : "label" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "en", + "value" : "Hard to give a definition for. Intuitively a \"natural kind\" rather than a collection of any old things, which a class is able to be, formally. At the meta level, universals are defined as positives, are disjoint with their siblings, have single asserted parents.", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "en", + "value" : "A Formal Theory of Substances, Qualities, and Universals, http://ontology.buffalo.edu/bfo/SQU.pdf", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "IAO_0000410", + "en" : "universal" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/IAO_0000421", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "named class expression", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A named class expression is a logical expression that is given a name. The name can be used in place of the expression.", + "type" : "label" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "Alan Ruttenberg", + "type" : "label" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "en", + "value" : "named class expressions are used in order to have more concise logical definition but their extensions may not be interesting classes on their own. In languages such as OWL, with no provisions for macros, these show up as actuall classes. Tools may with to not show them as such, and to replace uses of the macros with their expansions", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "IAO_0000421", + "en" : "named class expression" + } + } ], + "attributes" : [ "external" ], + "id" : "207", + "superClasses" : [ "141" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0200051", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "principal components analysis dimensionality reduction", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A principal components analysis dimensionality reduction is a dimensionality reduction achieved by applying principal components analysis and by keeping low-order principal components and excluding higher-order ones.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000122", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "Melanie Courtot", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "Elisabetta Manduchi", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Philippe Rocca-Serra", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "James Malone", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "en", + "value" : "PERSON: Elisabetta Manduchi", + "type" : "label" + }, { + "identifier" : "IAO_0000119", + "language" : "en", + "value" : "PERSON: James Malone", + "type" : "label" + }, { + "identifier" : "IAO_0000119", + "language" : "en", + "value" : "PERSON: Melanie Courtot", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "pca data reduction", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0200051", + "en" : "principal components analysis dimensionality reduction" + }, + "individuals" : [ { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000760", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "GenePattern PCA", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0000760", + "undefined" : "GenePattern PCA" + } + } ], + "attributes" : [ "external" ], + "id" : "217", + "superClasses" : [ "218" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0200050", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "dimensionality reduction", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A dimensionality reduction is data partitioning which transforms each input m-dimensional vector (x_1, x_2, ..., x_m) into an output n-dimensional vector (y_1, y_2, ..., y_n), where n is smaller than m.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000122", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Philippe Rocca-Serra", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "Melanie Courtot", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "James Malone", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "Elisabetta Manduchi", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "en", + "value" : "PERSON: Melanie Courtot", + "type" : "label" + }, { + "identifier" : "IAO_0000119", + "language" : "en", + "value" : "PERSON: Elisabetta Manduchi", + "type" : "label" + }, { + "identifier" : "IAO_0000119", + "language" : "en", + "value" : "PERSON: James Malone", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "data projection", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0200050", + "en" : "dimensionality reduction" + }, + "subClasses" : [ "217" ], + "attributes" : [ "external" ], + "id" : "218", + "superClasses" : [ "220", "221" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000659", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "specimen collection process", + "type" : "label" + } ], + "IAO_0000232" : [ { + "identifier" : "IAO_0000232", + "language" : "undefined", + "value" : "6/9/09: used at workshop", + "type" : "label" + }, { + "identifier" : "IAO_0000232", + "language" : "undefined", + "value" : "5/31/2012: This process is not necessarily an acquisition, as specimens may be collected from materials already in posession", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "undefined", + "value" : "drawing blood from a patient for analysis, collecting a piece of a plant for depositing in a herbarium, buying meat from a butcher in order to measure its protein content in an investigation", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A planned process with the objective of collecting a specimen.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000122", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Bjoern Peters", + "type" : "label" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "undefined", + "value" : "Philly2013: A specimen collection can have as part a material entity acquisition, such as ordering from a bank. The distinction is that specimen collection necessarily involves the creation of a specimen role. However ordering cell lines cells from ATCC for use in an investigation is NOT a specimen collection, because the cell lines already have a specimen role.", + "type" : "label" + }, { + "identifier" : "IAO_0000116", + "language" : "undefined", + "value" : "Philly2013: The specimen_role for the specimen is created during the specimen collection process.", + "type" : "label" + }, { + "identifier" : "IAO_0000116", + "language" : "undefined", + "value" : "label changed to 'specimen collection process' on 10/27/2014, details see tracker:\nhttp://sourceforge.net/p/obi/obi-terms/716/", + "type" : "label" + }, { + "identifier" : "IAO_0000116", + "language" : "undefined", + "value" : "Note: definition is in specimen creation objective which is defined as an objective to obtain and store a material entity for potential use as an input during an investigation.", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "specimen collection", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0000659", + "undefined" : "specimen collection process" + }, + "attributes" : [ "external" ], + "id" : "235", + "superClasses" : [ "236" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000663", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "class prediction data transformation", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A class prediction data transformation (sometimes called supervised classification) is a data transformation that has objective class prediction.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000122", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "James Malone", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "en", + "value" : "PERSON: James Malone", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "supervised classification data transformation", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0000663", + "en" : "class prediction data transformation" + }, + "subClasses" : [ "244" ], + "attributes" : [ "external" ], + "id" : "242", + "superClasses" : [ "243" ] + }, { + "iri" : "http://www.w3.org/2002/07/owl#Thing", + "baseIri" : "http://owl2vowl.de", + "id" : "238", + "label" : { + "undefined" : "Thing" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/CHEBI_59999", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "hasDbXref" : [ { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "ChEBI", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A chemical substance is a portion of matter of constant composition, composed of molecular entities of the same type or of different types.", + "type" : "label" + } ], + "hasRelatedSynonym" : [ { + "identifier" : "hasRelatedSynonym", + "language" : "de", + "value" : "Chemische Substanz", + "type" : "label" + }, { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "Chemische Substanz", + "type" : "label" + } ], + "hasOBONamespace" : [ { + "identifier" : "hasOBONamespace", + "language" : "undefined", + "value" : "chebi_ontology", + "type" : "label" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "CHEBI:59999", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#3_STAR", + "type" : "iri" + } ] + }, + "label" : { + "de" : "chemische Substanz", + "IRI-based" : "CHEBI_59999", + "en" : "chemical substance" + }, + "subClasses" : [ "252", "253" ], + "attributes" : [ "external" ], + "id" : "203", + "superClasses" : [ "124" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/CHEBI_26835", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "hasDbXref" : [ { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "ChEBI", + "type" : "label" + } ], + "hasExactSynonym" : [ { + "identifier" : "hasExactSynonym", + "language" : "undefined", + "value" : "sulfur molecular entity", + "type" : "label" + } ], + "hasOBONamespace" : [ { + "identifier" : "hasOBONamespace", + "language" : "undefined", + "value" : "chebi_ontology", + "type" : "label" + } ], + "hasRelatedSynonym" : [ { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "sulfur molecular entities", + "type" : "label" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "CHEBI:26835", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#3_STAR", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "CHEBI_26835", + "undefined" : "sulfur molecular entity" + }, + "subClasses" : [ "256", "257", "258" ], + "attributes" : [ "external" ], + "id" : "71", + "superClasses" : [ "66" ] + }, { + "iri" : "http://www.w3.org/2002/07/owl#Thing", + "baseIri" : "http://owl2vowl.de", + "id" : "23", + "label" : { + "undefined" : "Thing" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000832", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "measurement device", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "undefined", + "value" : "A ruler, a microarray scanner, a Geiger counter.", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A device in which a measure function inheres.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000122", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "GROUP:OBI Philly workshop", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "OBI", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0000832", + "undefined" : "measurement device" + }, + "intersection" : [ "198" ], + "attributes" : [ "external", "intersection" ], + "id" : "262", + "superClasses" : [ "198" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000835", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "manufacturer", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A person or organization that has a manufacturer role", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "OBI_0000835", + "en" : "manufacturer" + }, + "individuals" : [ { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000829", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Sysmex Corporation, Kobe, Japan", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "WEB:http://www.sysmex.com/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0000829", + "undefined" : "Sysmex Corporation, Kobe, Japan" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000769", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Li-Cor", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Philippe Rocca-Serra", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0000769", + "undefined" : "Li-Cor" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002903", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "BioGents", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "An organization that manufactures mosquito traps and other mosquito control products.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "John Judkins", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "WEB:https://eu.biogents.com/about-biogents/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002903", + "undefined" : "BioGents" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000770", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Bruker Corporation", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Philippe Rocca-Serra", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0000770", + "undefined" : "Bruker Corporation" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0001860", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "NanoString Technologies", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "An organization that supplies life science tools for translational research and molecular diagnostics based on a novel digital molecular barcoding technology. The NanoString platform can provide simple, multiplexed digital profiling of single molecules.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0001860", + "undefined" : "NanoString Technologies" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0001321", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Becton Dickinson (BD Biosciences)", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Karin Breuer", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "WEB:http://www.bdbiosciences.com/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0001321", + "undefined" : "Becton Dickinson (BD Biosciences)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0001443", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Luminex", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Karin Breuer", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "WEB:http://www.luminexcorp.com/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0001443", + "undefined" : "Luminex" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0001224", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Cytopeia", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Karin Breuer", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "WEB:http://www.cytopeia.com/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0001224", + "undefined" : "Cytopeia" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002755", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Oxford Nanopore Technologies", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "An organization that is developing and selling nanopore sequencing products and is based in the UK.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "James A. Overton", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://en.wikipedia.org/wiki/Oxford_Nanopore_Technologies", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002755", + "undefined" : "Oxford Nanopore Technologies" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0001424", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Miltenyi Biotec", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Karin Breuer", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "WEB:http://www.miltenyibiotec.com/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0001424", + "undefined" : "Miltenyi Biotec" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0001347", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Antigenix", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Karin Breuer", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "WEB:http://www.antigenix.com/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0001347", + "undefined" : "Antigenix" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000756", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Ambion", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Philippe Rocca-Serra", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0000756", + "undefined" : "Ambion" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000754", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "BIO-RAD", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Philippe Rocca-Serra", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0000754", + "undefined" : "BIO-RAD" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000776", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Applied Biosystems", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Philippe Rocca-Serra", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0000776", + "undefined" : "Applied Biosystems" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000753", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Waters", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Philippe Rocca-Serra", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0000753", + "undefined" : "Waters" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000752", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Thermo", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Philippe Rocca-Serra", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0000752", + "undefined" : "Thermo" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0001340", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Millipore", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Karin Breuer", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "WEB:http://www.guavatechnologies.com/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0001340", + "undefined" : "Millipore" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0001320", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Exbio Antibodies", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Karin Breuer", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "WEB:http://www.exbio.cz/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0001320", + "undefined" : "Exbio Antibodies" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0001287", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Exalpha Biological", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Karin Breuer", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "WEB:http://www.exalpha.com/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0001287", + "undefined" : "Exalpha Biological" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000759", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Illumina", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Philippe Rocca-Serra", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0000759", + "undefined" : "Illumina" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000758", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Roche", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Philippe Rocca-Serra", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0000758", + "undefined" : "Roche" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000779", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Bruker Daltonics", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Philippe Rocca-Serra", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0000779", + "undefined" : "Bruker Daltonics" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000757", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Helicos", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Philippe Rocca-Serra", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0000757", + "undefined" : "Helicos" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0001428", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "AES Chemunex", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Karin Breuer", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "WEB:http://www.aeschemunex.com/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0001428", + "undefined" : "AES Chemunex" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0001431", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Bentley Instruments", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Karin Breuer", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "WEB:http://bentleyinstruments.com/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0001431", + "undefined" : "Bentley Instruments" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000462", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Affymetrix", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "undefined", + "value" : "Affymetrix supplied microarray", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "An organization which supplies technology, tools and protocols for use in high throughput applications", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0000462", + "undefined" : "Affymetrix" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0001355", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Partec", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Karin Breuer", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "WEB:http://www.partec.de/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0001355", + "undefined" : "Partec" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0001213", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "eBioscience", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Karin Breuer", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "WEB:http://www.ebioscience.com/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0001213", + "undefined" : "eBioscience" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0001312", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Apogee Flow Systems", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Karin Breuer", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "WEB:http://www.apogeeflow.com/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0001312", + "undefined" : "Apogee Flow Systems" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0001434", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Invitrogen", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Karin Breuer", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "WEB:http://www.invitrogen.com/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0001434", + "undefined" : "Invitrogen" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0001458", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "CytoBuoy", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Karin Breuer", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "WEB:http://www.cytobuoy.com/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0001458", + "undefined" : "CytoBuoy" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0001338", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Dako Cytomation", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Karin Breuer", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "WEB:http://www.dakousa.com/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0001338", + "undefined" : "Dako Cytomation" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0001855", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Nimblegen", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "An organization that focuses on manufacturing target enrichment probe pools for DNA sequencing.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Person: Jie Zheng", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0001855", + "undefined" : "Nimblegen" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0001856", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Pacific Biosciences", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "An organization that supplies tools for studying the synthesis and regulation of DNA, RNA and protein. It developed a powerful technology platform called single molecule real-time (SMRT) technology which enables real-time analysis of biomolecules with single molecule resolution.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Person: Jie Zheng", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0001856", + "undefined" : "Pacific Biosciences" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000765", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Agilent", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Philippe Rocca-Serra", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0000765", + "undefined" : "Agilent" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0001372", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Beckman Coulter", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Karin Breuer", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "WEB:http://www.beckmancoulter.com/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0001372", + "undefined" : "Beckman Coulter" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0003495", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Abbott", + "type" : "label" + } ], + "IAO_0000233" : [ { + "identifier" : "IAO_0000233", + "language" : "undefined", + "value" : "https://github.com/obi-ontology/obi/issues/1456", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A manufacturer of rapid point-of-care assay devices.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "John Judkins ORCID:0000-0001-6595-0902", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "WEB:https://www.globalpointofcare.abbott/en/about.html", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0003495", + "undefined" : "Abbott" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0003496", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "J. Mitra", + "type" : "label" + } ], + "IAO_0000233" : [ { + "identifier" : "IAO_0000233", + "language" : "undefined", + "value" : "https://github.com/obi-ontology/obi/issues/1456", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A manufacturer of in vitro diagnostic assay kits in India.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "John Judkins ORCID:0000-0001-6595-0902", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "WEB:https://jmitra.co.in/about-us/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0003496", + "undefined" : "J. Mitra" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0003497", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "InBios", + "type" : "label" + } ], + "IAO_0000233" : [ { + "identifier" : "IAO_0000233", + "language" : "undefined", + "value" : "https://github.com/obi-ontology/obi/issues/1456", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A manufacturer that specializes in in vitro diagnostic devices designed to test for infectious diseases.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "John Judkins ORCID:0000-0001-6595-0902", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "WEB:https://inbios.com/about/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0003497", + "undefined" : "InBios" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0001375", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Advanced Instruments Inc. (AI Companies)", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Karin Breuer", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "WEB:http://www.aicompanies.com/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0001375", + "undefined" : "Advanced Instruments Inc. (AI Companies)" + } + } ], + "attributes" : [ "external" ], + "id" : "278" + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0001930", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "categorical value specification", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A value specification that is specifies one category out of a fixed number of nominal categories", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON:Bjoern Peters", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0001930", + "undefined" : "categorical value specification" + }, + "subClasses" : [ "283", "284", "285", "286", "287", "194", "288", "289", "290", "291", "292", "293", "294", "295", "296", "297", "298", "299", "300" ], + "attributes" : [ "external" ], + "id" : "281", + "superClasses" : [ "282" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/GO_0003674", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "hasDbXref" : [ { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "GOC:pdt", + "type" : "label" + } ], + "hasExactSynonym" : [ { + "identifier" : "hasExactSynonym", + "language" : "undefined", + "value" : "molecular function", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A molecular process that can be carried out by the action of a single macromolecular machine, usually via direct physical interactions with other molecular entities. Function in this sense denotes an action, or activity, that a gene product (or a complex) performs. These actions are described from two distinct but related perspectives: (1) biochemical activity, and (2) role as a component in a larger system/process.", + "type" : "label" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "GO:0003674", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "GO_0003674", + "en" : "molecular_function" + }, + "subClasses" : [ "307" ], + "comment" : { + "undefined" : "Note that, in addition to forming the root of the molecular function ontology, this term is recommended for use for the annotation of gene products whose molecular function is unknown. When this term is used for annotation, it indicates that no information was available about the molecular function of the gene product annotated as of the date the annotation was made; the evidence code 'no data' (ND), is used to indicate this. Despite its name, this is not a type of 'function' in the sense typically defined by upper ontologies such as Basic Formal Ontology (BFO). It is instead a BFO:process carried out by a single gene product or complex." + }, + "attributes" : [ "external" ], + "id" : "306" + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0001933", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "value specification", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "undefined", + "value" : "The value of 'positive' in a classification scheme of \"positive or negative\"; the value of '20g' on the quantitative scale of mass.", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "An information content entity that specifies a value within a classification scheme or on a quantitative scale.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000122", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON:Bjoern Peters", + "type" : "label" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "undefined", + "value" : "This term is currently a descendant of 'information content entity', which requires that it 'is about' something. A value specification of '20g' for a measurement data item of the mass of a particular mouse 'is about' the mass of that mouse. However there are cases where a value specification is not clearly about any particular. In the future we may change 'value specification' to remove the 'is about' requirement.", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0001933", + "en" : "value specification" + }, + "subClasses" : [ "281" ], + "attributes" : [ "external" ], + "id" : "282" + }, { + "iri" : "http://purl.obolibrary.org/obo/CHEBI_68452", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "hasDbXref" : [ { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "ChEBI", + "type" : "label" + }, { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "Wikipedia:Azole", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "Any monocyclic heteroarene consisting of a five-membered ring containing nitrogen. Azoles can also contain one or more other non-carbon atoms, such as nitrogen, sulfur or oxygen.", + "type" : "label" + } ], + "hasOBONamespace" : [ { + "identifier" : "hasOBONamespace", + "language" : "undefined", + "value" : "chebi_ontology", + "type" : "label" + } ], + "hasRelatedSynonym" : [ { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "azoles", + "type" : "label" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "CHEBI:68452", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#3_STAR", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "CHEBI_68452", + "undefined" : "azole" + }, + "subClasses" : [ "51" ], + "attributes" : [ "external" ], + "id" : "313", + "superClasses" : [ "165", "190" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/CHEBI_24870", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "hasDbXref" : [ { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "IUPAC", + "type" : "label" + }, { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "ChEBI", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A molecular entity having a net electric charge.", + "type" : "label" + } ], + "hasExactSynonym" : [ { + "identifier" : "hasExactSynonym", + "language" : "undefined", + "value" : "ion", + "type" : "label" + }, { + "identifier" : "hasExactSynonym", + "language" : "undefined", + "value" : "Ion", + "type" : "label" + } ], + "hasRelatedSynonym" : [ { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "Ionen", + "type" : "label" + }, { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "ions", + "type" : "label" + }, { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "iones", + "type" : "label" + } ], + "hasOBONamespace" : [ { + "identifier" : "hasOBONamespace", + "language" : "undefined", + "value" : "chebi_ontology", + "type" : "label" + } ], + "hasSynonymType" : [ { + "identifier" : "hasSynonymType", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#IUPAC_NAME", + "type" : "iri" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "CHEBI:24870", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#3_STAR", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "CHEBI_24870", + "undefined" : "ion" + }, + "subClasses" : [ "325", "326", "327" ], + "attributes" : [ "external" ], + "id" : "126", + "superClasses" : [ "123" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/CHEBI_33582", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "hasDbXref" : [ { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "ChEBI", + "type" : "label" + } ], + "hasExactSynonym" : [ { + "identifier" : "hasExactSynonym", + "language" : "undefined", + "value" : "carbon group molecular entity", + "type" : "label" + } ], + "hasOBONamespace" : [ { + "identifier" : "hasOBONamespace", + "language" : "undefined", + "value" : "chebi_ontology", + "type" : "label" + } ], + "hasRelatedSynonym" : [ { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "carbon group molecular entities", + "type" : "label" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "CHEBI:33582", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#3_STAR", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "CHEBI_33582", + "undefined" : "carbon group molecular entity" + }, + "subClasses" : [ "329" ], + "attributes" : [ "external" ], + "id" : "328", + "superClasses" : [ "58" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/CHEBI_33595", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "hasDbXref" : [ { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "Wikipedia:Cyclic_compound", + "type" : "label" + }, { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "ChEBI", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "Any molecule that consists of a series of atoms joined together to form a ring.", + "type" : "label" + } ], + "hasOBONamespace" : [ { + "identifier" : "hasOBONamespace", + "language" : "undefined", + "value" : "chebi_ontology", + "type" : "label" + } ], + "hasRelatedSynonym" : [ { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "cyclic compounds", + "type" : "label" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "CHEBI:33595", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#3_STAR", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "CHEBI_33595", + "undefined" : "cyclic compound" + }, + "subClasses" : [ "214", "247", "344" ], + "attributes" : [ "external" ], + "id" : "342", + "superClasses" : [ "343" ] + }, { + "iri" : "http://www.w3.org/2002/07/owl#Thing", + "baseIri" : "http://owl2vowl.de", + "id" : "162", + "label" : { + "undefined" : "Thing" + } + }, { + "iri" : "http://www.w3.org/2002/07/owl#Thing", + "baseIri" : "http://owl2vowl.de", + "id" : "330", + "label" : { + "undefined" : "Thing" + } + }, { + "iri" : "http://www.w3.org/2002/07/owl#Thing", + "baseIri" : "http://owl2vowl.de", + "id" : "161", + "label" : { + "undefined" : "Thing" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/BFO_0000023", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "BFO_0000180" : [ { + "identifier" : "BFO_0000180", + "language" : "undefined", + "value" : "Role", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "the student role", + "type" : "label" + }, { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "the role of a boundary to demarcate two neighboring administrative territories", + "type" : "label" + }, { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "the role of subject in a clinical trial", + "type" : "label" + }, { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "the priest role", + "type" : "label" + }, { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "the role of a stone in marking a property boundary", + "type" : "label" + }, { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "the role of a building in serving as a military target", + "type" : "label" + }, { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "John’s role of husband to Mary is dependent on Mary’s role of wife to John, and both are dependent on the object aggregate comprising John and Mary as member parts joined together through the relational quality of being married.", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/bfo.owl", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A realizable entity the manifestation of which brings about some result or end that is not essential to a continuant in virtue of the kind of thing that it is but that can be served or participated in by that kind of continuant in some kinds of natural, social or institutional contexts.", + "type" : "label" + } ], + "IAO_0000600" : [ { + "identifier" : "IAO_0000600", + "language" : "en", + "value" : "b is a role means: b is a realizable entity & b exists because there is some single bearer that is in some special physical, social, or institutional set of circumstances in which this bearer does not have to be& b is not such that, if it ceases to exist, then the physical make-up of the bearer is thereby changed. (axiom label in BFO2 Reference: [061-001])", + "type" : "label" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "en", + "value" : "BFO 2 Reference: One major family of examples of non-rigid universals involves roles, and ontologies developed for corresponding administrative purposes may consist entirely of representatives of entities of this sort. Thus ‘professor’, defined as follows,b instance_of professor at t =Def. there is some c, c instance_of professor role & c inheres_in b at t.denotes a non-rigid universal and so also do ‘nurse’, ‘student’, ‘colonel’, ‘taxpayer’, and so forth. (These terms are all, in the jargon of philosophy, phase sortals.) By using role terms in definitions, we can create a BFO conformant treatment of such entities drawing on the fact that, while an instance of professor may be simultaneously an instance of trade union member, no instance of the type professor role is also (at any time) an instance of the type trade union member role (any more than any instance of the type color is at any time an instance of the type length).If an ontology of employment positions should be defined in terms of roles following the above pattern, this enables the ontology to do justice to the fact that individuals instantiate the corresponding universals – professor, sergeant, nurse – only during certain phases in their lives.", + "type" : "label" + } ], + "BFO_0000179" : [ { + "identifier" : "BFO_0000179", + "language" : "undefined", + "value" : "role", + "type" : "label" + } ], + "IAO_0000602" : [ { + "identifier" : "IAO_0000602", + "language" : "undefined", + "value" : "(forall (x) (if (Role x) (RealizableEntity x))) // axiom label in BFO2 CLIF: [061-001] ", + "type" : "label" + } ], + "IAO_0010000" : [ { + "identifier" : "IAO_0010000", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/bfo/axiom/061-001", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "BFO_0000023", + "en" : "role" + }, + "subClasses" : [ "359", "360", "361", "362", "302", "363", "364", "365", "366", "305", "367", "368", "369", "264", "93" ], + "attributes" : [ "external" ], + "id" : "94" + }, { + "iri" : "http://purl.obolibrary.org/obo/CHEBI_36830", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "hasDbXref" : [ { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "ChEBI", + "type" : "label" + } ], + "charge" : [ { + "identifier" : "charge", + "language" : "undefined", + "value" : "-1", + "type" : "label" + } ], + "hasOBONamespace" : [ { + "identifier" : "hasOBONamespace", + "language" : "undefined", + "value" : "chebi_ontology", + "type" : "label" + } ], + "hasRelatedSynonym" : [ { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "monoanions", + "type" : "label" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "CHEBI:36830", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#3_STAR", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "CHEBI_36830", + "undefined" : "monoanion" + }, + "subClasses" : [ "9" ], + "attributes" : [ "external" ], + "id" : "56", + "superClasses" : [ "326" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/GO_0008150", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "hasDbXref" : [ { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "Wikipedia:Biological_process", + "type" : "label" + }, { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "GOC:pdt", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A biological process represents a specific objective that the organism is genetically programmed to achieve. Biological processes are often described by their outcome or ending state, e.g., the biological process of cell division results in the creation of two daughter cells (a divided cell) from a single parent cell. A biological process is accomplished by a particular set of molecular functions carried out by specific gene products (or macromolecular complexes), often in a highly regulated manner and in a particular temporal sequence.", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A biological process represents a specific objective that the organism is genetically programmed to achieve. Biological processes are often described by their outcome or ending state, e.g., the biological process of cell division results in the creation of two daughter cells (a divided cell) from a single parent cell. A biological process is accomplished by a particular set of molecular functions carried out by specific gene products (or macromolecular complexes), often in a highly regulated manner and in a particular temporal sequence.", + "type" : "label" + } ], + "hasExactSynonym" : [ { + "identifier" : "hasExactSynonym", + "language" : "en", + "value" : "physiological process", + "type" : "label" + }, { + "identifier" : "hasExactSynonym", + "language" : "en", + "value" : "biological process", + "type" : "label" + } ], + "hasRelatedSynonym" : [ { + "identifier" : "hasRelatedSynonym", + "language" : "en", + "value" : "single organism process", + "type" : "label" + }, { + "identifier" : "hasRelatedSynonym", + "language" : "en", + "value" : "single-organism process", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "2012-09-19T15:05:24Z", + "type" : "label" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "GO:0008150", + "type" : "label" + } ], + "created_by" : [ { + "identifier" : "created_by", + "language" : "undefined", + "value" : "jl", + "type" : "label" + } ] + }, + "label" : { + "de" : "biologischer Prozess", + "IRI-based" : "GO_0008150", + "en" : "biological process" + }, + "comment" : { + "en" : "Note that, in addition to forming the root of the biological process ontology, this term is recommended for use for the annotation of gene products whose biological process is unknown. When this term is used for annotation, it indicates that no information was available about the biological process of the gene product annotated as of the date the annotation was made; the evidence code 'no data' (ND), is used to indicate this." + }, + "attributes" : [ "external" ], + "id" : "372" + }, { + "iri" : "http://purl.obolibrary.org/obo/CHEBI_33579", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "hasDbXref" : [ { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "ChEBI", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A molecular entity containing one or more atoms from any of groups 1, 2, 13, 14, 15, 16, 17, and 18 of the periodic table.", + "type" : "label" + } ], + "hasOBONamespace" : [ { + "identifier" : "hasOBONamespace", + "language" : "undefined", + "value" : "chebi_ontology", + "type" : "label" + } ], + "hasRelatedSynonym" : [ { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "main group compounds", + "type" : "label" + }, { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "main group molecular entities", + "type" : "label" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "CHEBI:33579", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#3_STAR", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "CHEBI_33579", + "undefined" : "main group molecular entity" + }, + "subClasses" : [ "58" ], + "attributes" : [ "external" ], + "id" : "59", + "superClasses" : [ "123" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/BFO_0000016", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "BFO_0000180" : [ { + "identifier" : "BFO_0000180", + "language" : "undefined", + "value" : "Disposition", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "an atom of element X has the disposition to decay to an atom of element Y", + "type" : "label" + }, { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "certain people have a predisposition to colon cancer", + "type" : "label" + }, { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "children are innately disposed to categorize objects in certain ways.", + "type" : "label" + }, { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "the cell wall is disposed to filter chemicals in endocytosis and exocytosis", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/bfo.owl", + "type" : "iri" + } ], + "IAO_0000601" : [ { + "identifier" : "IAO_0000601", + "language" : "en", + "value" : "If b is a realizable entity then for all t at which b exists, b s-depends_on some material entity at t. (axiom label in BFO2 Reference: [063-002])", + "type" : "label" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "en", + "value" : "BFO 2 Reference: Dispositions exist along a strength continuum. Weaker forms of disposition are realized in only a fraction of triggering cases. These forms occur in a significant number of cases of a similar type.", + "type" : "label" + } ], + "IAO_0000600" : [ { + "identifier" : "IAO_0000600", + "language" : "en", + "value" : "b is a disposition means: b is a realizable entity & b’s bearer is some material entity & b is such that if it ceases to exist, then its bearer is physically changed, & b’s realization occurs when and because this bearer is in some special physical circumstances, & this realization occurs in virtue of the bearer’s physical make-up. (axiom label in BFO2 Reference: [062-002])", + "type" : "label" + } ], + "BFO_0000179" : [ { + "identifier" : "BFO_0000179", + "language" : "undefined", + "value" : "disposition", + "type" : "label" + } ], + "IAO_0000602" : [ { + "identifier" : "IAO_0000602", + "language" : "undefined", + "value" : "(forall (x t) (if (and (RealizableEntity x) (existsAt x t)) (exists (y) (and (MaterialEntity y) (specificallyDepends x y t))))) // axiom label in BFO2 CLIF: [063-002] ", + "type" : "label" + }, { + "identifier" : "IAO_0000602", + "language" : "undefined", + "value" : "(forall (x) (if (Disposition x) (and (RealizableEntity x) (exists (y) (and (MaterialEntity y) (bearerOfAt x y t)))))) // axiom label in BFO2 CLIF: [062-002] ", + "type" : "label" + } ], + "IAO_0010000" : [ { + "identifier" : "IAO_0010000", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/bfo/axiom/062-002", + "type" : "iri" + }, { + "identifier" : "IAO_0010000", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/bfo/axiom/063-002", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "BFO_0000016", + "en" : "disposition" + }, + "subClasses" : [ "13" ], + "attributes" : [ "external" ], + "id" : "62" + }, { + "iri" : "http://purl.obolibrary.org/obo/APOLLO_SV_00000008", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A planned process that has specified output a software product and that involves the creation of source code.", + "type" : "label" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "William R. Hogan", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "Mathias Brochhausen", + "type" : "label" + } ], + "IAO_0000600" : [ { + "identifier" : "IAO_0000600", + "language" : "en", + "value" : "A planned process resulting in a software product involving the creation of source code.", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://en.wikipedia.org/wiki/Software_development", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "APOLLO_SV_00000008", + "en" : "software development" + }, + "attributes" : [ "external" ], + "id" : "403", + "superClasses" : [ "236" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/CHEBI_33304", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "hasDbXref" : [ { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "ChEBI", + "type" : "label" + } ], + "hasExactSynonym" : [ { + "identifier" : "hasExactSynonym", + "language" : "undefined", + "value" : "chalcogen molecular entity", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "Any p-block molecular entity containing a chalcogen.", + "type" : "label" + } ], + "hasOBONamespace" : [ { + "identifier" : "hasOBONamespace", + "language" : "undefined", + "value" : "chebi_ontology", + "type" : "label" + } ], + "hasRelatedSynonym" : [ { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "chalcogen compounds", + "type" : "label" + }, { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "chalcogen molecular entities", + "type" : "label" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "CHEBI:33304", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#3_STAR", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "CHEBI_33304", + "undefined" : "chalcogen molecular entity" + }, + "subClasses" : [ "65", "71" ], + "attributes" : [ "external" ], + "id" : "66", + "superClasses" : [ "58" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/CHEBI_33302", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "hasDbXref" : [ { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "ChEBI", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A p-block molecular entity containing any pnictogen.", + "type" : "label" + } ], + "hasExactSynonym" : [ { + "identifier" : "hasExactSynonym", + "language" : "undefined", + "value" : "pnictogen molecular entity", + "type" : "label" + } ], + "hasRelatedSynonym" : [ { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "pnictogen molecular entities", + "type" : "label" + } ], + "hasOBONamespace" : [ { + "identifier" : "hasOBONamespace", + "language" : "undefined", + "value" : "chebi_ontology", + "type" : "label" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "CHEBI:33302", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#3_STAR", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "CHEBI_33302", + "undefined" : "pnictogen molecular entity" + }, + "subClasses" : [ "74" ], + "attributes" : [ "external" ], + "id" : "75", + "superClasses" : [ "58" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/UO_0000105", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "frequency unit", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "UO_0000105", + "undefined" : "frequency unit" + }, + "individuals" : [ { + "iri" : "http://purl.obolibrary.org/obo/UO_0000106", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "hertz", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A frequency unit which is equal to 1 complete cycle of a recurring phenomenon in 1 second.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ] + }, + "labels" : { + "IRI-based" : "UO_0000106", + "undefined" : "hertz" + } + } ], + "subClasses" : [ "83", "86" ], + "attributes" : [ "external" ], + "id" : "84", + "superClasses" : [ "410" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000600", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000600", + "en" : "organodiyl group [dik]" + }, + "attributes" : [ "external" ], + "id" : "177", + "superClasses" : [ "88" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000601", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "CHEBI", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Any organic substituent group, regardless of functional type, having two free valences at carbon atom(s).", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/CHEBI_51422", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "26.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "26.08.2022", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000601", + "en" : "organodiyl group [chebi]" + }, + "attributes" : [ "external" ], + "id" : "179", + "superClasses" : [ "88" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000604", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "CHEBI", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Any substituent group or skeleton containing carbon.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "26.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "CHEBI:33247", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "26.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "organische-Gruppe", + "IRI-based" : "DIGITRUBBER_000604", + "en" : "organic group [chebi]" + }, + "subClasses" : [ "88", "48" ], + "attributes" : [ "external" ], + "id" : "49", + "superClasses" : [ "3" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000605", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Gruppe [dik]", + "IRI-based" : "DIGITRUBBER_000605", + "en" : "group [dik]" + }, + "attributes" : [ "external" ], + "id" : "204", + "superClasses" : [ "124" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000602", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000602", + "en" : "organic divalent group [dik]" + }, + "attributes" : [ "external" ], + "id" : "48", + "superClasses" : [ "49" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000603", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Organik-Gruppe [dik]", + "IRI-based" : "DIGITRUBBER_000603", + "en" : "Organic Group [dik]" + }, + "attributes" : [ "external" ], + "id" : "2", + "superClasses" : [ "3" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000609", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Prozent [dik]", + "IRI-based" : "DIGITRUBBER_000609", + "en" : "Percent [dik]" + }, + "attributes" : [ "external" ], + "id" : "419" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000606", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCIT", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C43359", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Any number of entities (members) considered as a unit.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "26.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "26.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Gruppe [ncit]", + "IRI-based" : "DIGITRUBBER_000606", + "en" : "group [ncit]" + }, + "attributes" : [ "external" ], + "id" : "206", + "superClasses" : [ "124" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000607", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "CHEBI", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A defined linked collection of atoms or a single atom within a molecular entity.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "26.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "CHEBI:24433", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "26.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Gruppe [chebi]", + "IRI-based" : "DIGITRUBBER_000607", + "en" : "group [chebi]" + }, + "subClasses" : [ "49", "2" ], + "attributes" : [ "external" ], + "id" : "3", + "superClasses" : [ "124" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/CHEBI_36828", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "hasDbXref" : [ { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "ChEBI", + "type" : "label" + }, { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "IUPAC", + "type" : "label" + } ], + "hasExactSynonym" : [ { + "identifier" : "hasExactSynonym", + "language" : "undefined", + "value" : "pseudohalide ions", + "type" : "label" + } ], + "hasRelatedSynonym" : [ { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "pseudohalides", + "type" : "label" + }, { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "pseudohalogen anion", + "type" : "label" + }, { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "pseudohalide anions", + "type" : "label" + }, { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "pseudohalogen ion", + "type" : "label" + } ], + "hasOBONamespace" : [ { + "identifier" : "hasOBONamespace", + "language" : "undefined", + "value" : "chebi_ontology", + "type" : "label" + } ], + "hasSynonymType" : [ { + "identifier" : "hasSynonymType", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#IUPAC_NAME", + "type" : "iri" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "CHEBI:36828", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#3_STAR", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "CHEBI_36828", + "undefined" : "pseudohalide anion" + }, + "subClasses" : [ "5" ], + "attributes" : [ "external" ], + "id" : "6", + "superClasses" : [ "9" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/CHEBI_36829", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "hasDbXref" : [ { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "ChEBI", + "type" : "label" + } ], + "hasOBONamespace" : [ { + "identifier" : "hasOBONamespace", + "language" : "undefined", + "value" : "chebi_ontology", + "type" : "label" + } ], + "hasRelatedSynonym" : [ { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "polyatomic monoanions", + "type" : "label" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "CHEBI:36829", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#3_STAR", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "CHEBI_36829", + "undefined" : "polyatomic monoanion" + }, + "subClasses" : [ "6" ], + "attributes" : [ "external" ], + "id" : "9", + "superClasses" : [ "428", "56" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000611", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "OM", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://www.ontology-of-units-of-measure.org/resource/om-2/percent", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The percent is a unit of dimension one defined as 1/100.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "26.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://www.ontology-of-units-of-measure.org/resource/om-2", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "26.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Prozent [om]", + "IRI-based" : "DIGITRUBBER_000611", + "en" : "Percent [om]" + }, + "attributes" : [ "external" ], + "id" : "430" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000612", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Verhältnis [dik]", + "IRI-based" : "DIGITRUBBER_000612", + "en" : "Ratio [dik]" + }, + "attributes" : [ "external" ], + "id" : "431" + }, { + "iri" : "http://purl.obolibrary.org/obo/BFO_0000034", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "BFO_0000180" : [ { + "identifier" : "BFO_0000180", + "language" : "undefined", + "value" : "Function", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/bfo.owl", + "type" : "iri" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "the function of amylase in saliva to break down starch into sugar", + "type" : "label" + }, { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "the function of a heart pacemaker to regulate the beating of a heart through electricity", + "type" : "label" + }, { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "the function of a hammer to drive in nails", + "type" : "label" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "en", + "value" : "BFO 2 Reference: In the past, we have distinguished two varieties of function, artifactual function and biological function. These are not asserted subtypes of BFO:function however, since the same function – for example: to pump, to transport – can exist both in artifacts and in biological entities. The asserted subtypes of function that would be needed in order to yield a separate monoheirarchy are not artifactual function, biological function, etc., but rather transporting function, pumping function, etc.", + "type" : "label" + } ], + "IAO_0000600" : [ { + "identifier" : "IAO_0000600", + "language" : "en", + "value" : "A function is a disposition that exists in virtue of the bearer’s physical make-up and this physical make-up is something the bearer possesses because it came into being, either through evolution (in the case of natural biological entities) or through intentional design (in the case of artifacts), in order to realize processes of a certain sort. (axiom label in BFO2 Reference: [064-001])", + "type" : "label" + } ], + "BFO_0000179" : [ { + "identifier" : "BFO_0000179", + "language" : "undefined", + "value" : "function", + "type" : "label" + } ], + "IAO_0000602" : [ { + "identifier" : "IAO_0000602", + "language" : "undefined", + "value" : "(forall (x) (if (Function x) (Disposition x))) // axiom label in BFO2 CLIF: [064-001] ", + "type" : "label" + } ], + "IAO_0010000" : [ { + "identifier" : "IAO_0010000", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/bfo/axiom/064-001", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "BFO_0000034", + "en" : "function" + }, + "subClasses" : [ "12", "15", "17", "19", "21", "107" ], + "attributes" : [ "external" ], + "id" : "13", + "superClasses" : [ "62" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000610", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "UO", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/UO_0000187", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "\"A dimensionless ratio unit which denotes numbers as fractions of 100.\" [Wikipedia:Wikipedia]", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "26.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "26.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Prozent [uo]", + "IRI-based" : "DIGITRUBBER_000610", + "en" : "Percent [uo]" + }, + "attributes" : [ "external" ], + "id" : "433" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000615", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "UO", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "\"A dimensionless unit which denotes an amount or magnitude of one quantity relative to another.\" [Wikipedia:Wikipedia]", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "26.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "26.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Verhältnis [uo]", + "IRI-based" : "DIGITRUBBER_000615", + "en" : "Ratio [uo]" + }, + "attributes" : [ "external" ], + "id" : "435" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000616", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "MS", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/STATO_0000184", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A ratio is a data item which is formed with two numbers r and s is written r/s, where r is the numerator and s is the denominator. The ratio of r to s is equivalent to the quotient r/s.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "26.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ms.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "26.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Verhältnis [ms]", + "IRI-based" : "DIGITRUBBER_000616", + "en" : "Ratio [ms]" + }, + "attributes" : [ "external" ], + "id" : "436" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000613", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCIT", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Quotient of quantities of the same kind for different components within the same system.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C44256", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "26.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "26.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Verhältnis [ncit]", + "IRI-based" : "DIGITRUBBER_000613", + "en" : "Ratio [ncit]" + }, + "attributes" : [ "external" ], + "id" : "437" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000614", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "UO", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "\"A dimensionless ratio unit which, given a pair of quantities a and b, for which b is a multiple of a, denotes b by giving the multiplier (coefficient) c for a to result in b.\" [UOB:LKSR]", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/UO_0010006", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "26.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "26.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Verhältnis [uo]", + "IRI-based" : "DIGITRUBBER_000614", + "en" : "Ratio [uo]" + }, + "attributes" : [ "external" ], + "id" : "438" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000619", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN 1310", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "hasExactSynonym" : [ { + "identifier" : "hasExactSynonym", + "language" : "undefined", + "value" : "wt %", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "weight percent", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Massenanteil [dik]", + "IRI-based" : "DIGITRUBBER_000619", + "en" : "Mass Percentage [dik]" + }, + "attributes" : [ "external" ], + "id" : "209", + "superClasses" : [ "210" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000617", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "dimensionslose Einheit [dik]", + "IRI-based" : "DIGITRUBBER_000617", + "en" : "Dimensionless Unit [dik]" + }, + "attributes" : [ "external" ], + "id" : "439" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000618", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "MS", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "\"A unit which is a standard measure of physical quantity consisting of only a numerical number without any units.\" [Wikipedia:Wikipedia]", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "26.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ms.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "26.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "dimensionslose Einheit [ms]", + "IRI-based" : "DIGITRUBBER_000618", + "en" : "Dimensionless Unit [ms]" + }, + "attributes" : [ "external" ], + "id" : "440" + }, { + "iri" : "http://purl.obolibrary.org/obo/UO_0000005", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "temperature unit", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "UO_0000005", + "undefined" : "temperature unit" + }, + "individuals" : [ { + "iri" : "http://purl.obolibrary.org/obo/UO_0000027", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "degree Celsius", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A temperature unit which is equal to one kelvin degree. However, they have their zeros at different points. The centigrade scale has its zero at 273.15 K.", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "C", + "type" : "label" + }, { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "degree C", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "UO_0000027", + "undefined" : "degree Celsius" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/UO_0000195", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "degree Fahrenheit", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A temperature unit which is equal to 5/9ths of a kelvin. Negative 40 degrees Fahrenheit is equal to negative 40 degrees Celsius.", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "UO_0000195", + "undefined" : "degree Fahrenheit" + } + } ], + "attributes" : [ "external" ], + "id" : "446", + "superClasses" : [ "410" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/UO_0000006", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "substance unit", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "UO_0000006", + "undefined" : "substance unit" + }, + "individuals" : [ { + "iri" : "http://purl.obolibrary.org/obo/UO_0000039", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "micromole", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A substance unit equal to a millionth of a mol or 10^[-6] mol.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "umol", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "UO_0000039", + "undefined" : "micromole" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/UO_0000041", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "nanomole", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A substance unit equal to one thousandth of one millionth of a mole or 10^[-9] mol.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "nmol", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "UO_0000041", + "undefined" : "nanomole" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/UO_0000042", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "picomole", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A substance unit equal to 10^[-12] mol.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "pmol", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "UO_0000042", + "undefined" : "picomole" + } + } ], + "attributes" : [ "external" ], + "id" : "447", + "superClasses" : [ "410" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000622", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "UO", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "\"A dimensionless concentration unit which denotes the volume of the solute in mL per 100 mL of the resulting solution.\" [UOC:GVG]", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/UO_0000165", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "26.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "26.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Volumenprozent [uo]", + "IRI-based" : "DIGITRUBBER_000622", + "en" : "Volume Percentage [uo]" + }, + "attributes" : [ "external" ], + "id" : "448" + }, { + "iri" : "http://purl.obolibrary.org/obo/IAO_0000078", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "curation status specification", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The curation status of the term. The allowed values come from an enumerated list of predefined terms. See the specification of these instances for more detailed definitions of each enumerated value.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000125", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "PERSON:Bill Bug", + "type" : "label" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "en", + "value" : "Better to represent curation as a process with parts and then relate labels to that process (in IAO meeting)", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "en", + "value" : "OBI_0000266", + "type" : "label" + }, { + "identifier" : "IAO_0000119", + "language" : "en", + "value" : "GROUP:OBI:", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "IAO_0000078", + "en" : "curation status specification" + }, + "individuals" : [ { + "iri" : "http://purl.obolibrary.org/obo/IAO_0000125", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "pending final vetting", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "All definitions, placement in the asserted IS_A hierarchy and required minimal metadata are complete. The class is awaiting a final review by someone other than the term editor.", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "IAO_0000125", + "en" : "pending final vetting" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/IAO_0000423", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "to be replaced with external ontology term", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Terms with this status should eventually replaced with a term from another ontology.", + "type" : "label" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "Alan Ruttenberg", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "en", + "value" : "group:OBI", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "IAO_0000423", + "en" : "to be replaced with external ontology term" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/IAO_0000121", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "organizational term", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Term created to ease viewing/sort terms for development purpose, and will not be included in a release", + "type" : "label" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON:Alan Ruttenberg", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "IAO_0000121", + "en" : "organizational term" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/IAO_0000122", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "ready for release", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Class has undergone final review, is ready for use, and will be included in the next release. Any class lacking \"ready_for_release\" should be considered likely to change place in hierarchy, have its definition refined, or be obsoleted in the next release. Those classes deemed \"ready_for_release\" will also derived from a chain of ancestor classes that are also \"ready_for_release.\"", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "IAO_0000122", + "en" : "ready for release" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/IAO_0000002", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "example to be eventually removed", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "IAO_0000002", + "en" : "example to be eventually removed" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/IAO_0000123", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "metadata incomplete", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Class is being worked on; however, the metadata (including definition) are not complete or sufficiently clear to the branch editors.", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "IAO_0000123", + "en" : "metadata incomplete" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/IAO_0000124", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "uncurated", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Nothing done yet beyond assigning a unique class ID and proposing a preferred term.", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "IAO_0000124", + "en" : "uncurated" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/IAO_0000120", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "metadata complete", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Class has all its metadata, but is either not guaranteed to be in its final location in the asserted IS_A hierarchy or refers to another class that is not complete.", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "IAO_0000120", + "en" : "metadata complete" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/IAO_0000428", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "requires discussion", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A term that is metadata complete, has been reviewed, and problems have been identified that require discussion before release. Such a term requires editor note(s) to identify the outstanding issues.", + "type" : "label" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "Alan Ruttenberg", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "en", + "value" : "group:OBI", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "IAO_0000428", + "en" : "requires discussion" + } + } ], + "attributes" : [ "external" ], + "id" : "449", + "superClasses" : [ "141" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000623", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Konzentration von [dik]", + "IRI-based" : "DIGITRUBBER_000623", + "en" : "Concentration of [dik]" + }, + "attributes" : [ "external" ], + "id" : "450" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000620", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "UO", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "\"A dimensionless concentration unit which denotes the mass of a substance in a mixture as a percentage of the mass of the entire mixture.\" [Wikipedia:Wikipedia]", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/UO_0000163", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "26.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "26.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Massenanteil [uo]", + "IRI-based" : "DIGITRUBBER_000620", + "en" : "Mass Percentage [uo]" + }, + "attributes" : [ "external" ], + "id" : "241", + "superClasses" : [ "210" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002290", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pathologic distant metastases stage for colon according to AJCC 7th edition", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A categorical value specification that is a pathologic finding about one or more characteristics of colon cancer following the rules of the TNM AJCC v7 classification system as they pertain to distant metastases. TNM pathologic distant metastasis findings are based on clinical findings supplemented by histopathologic examination of one or more tissue specimens acquired during surgery.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "NCI BBRB, OBI", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "M: colon distant metastases (AJCC 7th Edition)", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0002290", + "undefined" : "pathologic distant metastases stage for colon according to AJCC 7th edition" + }, + "individuals" : [ { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002291", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "cM0 (colon)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic distant metastases stage for colon according to AJCC 7th edition indicating that there are no symptoms or signs of distant metastasis.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://en.wikipedia.org/wiki/Cancer_staging#Pathological_M_Categorization_.28cM_and_pM.29", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002291", + "undefined" : "cM0 (colon)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002292", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "cM1 (colon)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic distant metastases stage for colon according to AJCC 7th edition indicating that there is clinical evidence of distant metastases by history, physical examination, imaging studies, or invasive procedures, but without microscopic evidence of the presumed distant metastases.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://en.wikipedia.org/wiki/Cancer_staging#Pathological_M_Categorization_.28cM_and_pM.29", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002292", + "undefined" : "cM1 (colon)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002293", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "cM1a (colon)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic distant metastases stage for colon according to AJCC 7th edition indicating that metastasis is confined to one organ based on clinical assessment.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_m/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002293", + "undefined" : "cM1a (colon)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002294", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "cM1b (colon)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic distant metastases stage for colon according to AJCC 7th edition indicating that metastasis is in more than one organ or the peritoneum based on clinical assessment.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_m/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002294", + "undefined" : "cM1b (colon)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002295", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pM1 (colon)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic distant metastases stage for colon according to AJCC 7th edition indicating that there is microscopic evidence confirming distant metastatic disease.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_m/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002295", + "undefined" : "pM1 (colon)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002296", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pM1a (colon)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic distant metastases stage for colon according to AJCC 7th edition indicating that metastasis is confined to one organ and histologically confirmed.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_m/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002296", + "undefined" : "pM1a (colon)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002297", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pM1b (colon)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic distant metastases stage for colon according to AJCC 7th edition indicating that metastasis is in more than one organ or the peritoneum and histologically confirmed.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_m/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002297", + "undefined" : "pM1b (colon)" + } + } ], + "attributes" : [ "external" ], + "id" : "283", + "superClasses" : [ "281" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000621", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "hasExactSynonym" : [ { + "identifier" : "hasExactSynonym", + "language" : "undefined", + "value" : "vol %", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Volumenprozent [dik]", + "IRI-based" : "DIGITRUBBER_000621", + "en" : "Volume Percentage [dik]" + }, + "attributes" : [ "external" ], + "id" : "451" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000626", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "CHMO", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Experimental method output expressing the contribution of one constituent to the composition of a mixture.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/CHMO_0002820", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "26.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chmo.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "26.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Konzentration [chmo]", + "IRI-based" : "DIGITRUBBER_000626", + "en" : "Concrentration [chmo]" + }, + "attributes" : [ "external" ], + "id" : "452" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000627", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCIT", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The quantity of a substance per unit volume or weight; a measure of the amount of substance present in a unit amount of mixture, particularly, the amount of solute dissolved in a solvent. The amounts can be expressed as moles, masses, volumes, or parts.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C41185", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "26.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "26.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Konzentration [ncit]", + "IRI-based" : "DIGITRUBBER_000627", + "en" : "Concrentration [ncit]" + }, + "attributes" : [ "external" ], + "id" : "453" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000624", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "PATO", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A quality inhering in a substance by virtue of the amount of the bearer's there is mixed with another substance.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/PATO_0000033", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "26.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/pato.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "26.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Konzentration [pato]", + "IRI-based" : "DIGITRUBBER_000624", + "en" : "Concrentration [pato]" + }, + "attributes" : [ "external" ], + "id" : "454" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000625", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "EDAM", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://edamontology.org/data_2140", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The concentration of a chemical compound.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "26.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://edamontology.org", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "26.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Konzentration [edam]", + "IRI-based" : "DIGITRUBBER_000625", + "en" : "Concrentration [edam]" + }, + "attributes" : [ "external" ], + "id" : "455" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000628", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "ECSO", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "the strength of a solution; number of molecules of a substance in a given volume", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.dataone.org/odo/ECSO_00001120", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "26.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.dataone.org/odo/ECSO8.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "26.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Konzentration [ecso]", + "IRI-based" : "DIGITRUBBER_000628", + "en" : "Concrentration [ecso]" + }, + "attributes" : [ "external" ], + "id" : "456" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000629", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "molekulare Qualität [dik]", + "IRI-based" : "DIGITRUBBER_000629", + "en" : "Molecular Quality [dik]" + }, + "attributes" : [ "external" ], + "id" : "457" + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002298", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pathologic distant metastases stage for lung according to AJCC 7th edition", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A categorical value specification that is a pathologic finding about one or more characteristics of lung cancer following the rules of the TNM AJCC v7 classification system as they pertain to distant metastases. TNM pathologic distant metastasis findings are based on clinical findings supplemented by histopathologic examination of one or more tissue specimens acquired during surgery.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "NCI BBRB, OBI", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "M: lung distant metastases (AJCC 7th Edition)", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0002298", + "undefined" : "pathologic distant metastases stage for lung according to AJCC 7th edition" + }, + "individuals" : [ { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002300", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "cM1 (lung)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic distant metastases stage for lung according to AJCC 7th edition indicating that there are distant metastases based on clinical assessment.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_m/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002300", + "undefined" : "cM1 (lung)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002301", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "cM1a (lung)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic distant metastases stage for lung according to AJCC 7th edition indicating that metastasis is based on clinical assessment and a separate tumor nodule(s) in a contralateral lobe; tumor with pleural nodules OR malignant pleural or pericardial effusion.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_m/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002301", + "undefined" : "cM1a (lung)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002302", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "cM1b (lung)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic distant metastases stage for lung according to AJCC 7th edition indicating that there is a distant metastases based on clinical assessment.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_m/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002302", + "undefined" : "cM1b (lung)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002303", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pM1 (lung)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic distant metastases stage for lung according to AJCC 7th edition indicating that there is a distant metastases that is histologically confirmed.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_m/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002303", + "undefined" : "pM1 (lung)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002304", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pM1a (lung)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic distant metastases stage for lung according to AJCC 7th edition indicating that metastasis is histologically confirmed and a separate tumor nodule(s) in a contralateral lobe; tumor with pleural nodules OR malignant pleural or pericardial effusion.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_m/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002304", + "undefined" : "pM1a (lung)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002305", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pM1b (lung)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic distant metastases stage for lung according to AJCC 7th edition indicating that there is a distant metastases that is histologically confirmed and associated with distant lymph nodes or carcinomatosis.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_m/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002305", + "undefined" : "pM1b (lung)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002299", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "cM0 (lung)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic distant metastases stage for lung according to AJCC 7th edition indicating that there is no distant metastasis.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_m/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002299", + "undefined" : "cM0 (lung)" + } + } ], + "attributes" : [ "external" ], + "id" : "299", + "superClasses" : [ "281" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/CHEBI_33655", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "hasDbXref" : [ { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "IUPAC", + "type" : "label" + }, { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "ChEBI", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A cyclically conjugated molecular entity with a stability (due to delocalization) significantly greater than that of a hypothetical localized structure (e.g. Kekule structure) is said to possess aromatic character.", + "type" : "label" + } ], + "hasExactSynonym" : [ { + "identifier" : "hasExactSynonym", + "language" : "undefined", + "value" : "aromatic molecular entity", + "type" : "label" + }, { + "identifier" : "hasExactSynonym", + "language" : "undefined", + "value" : "aromatic compounds", + "type" : "label" + } ], + "hasRelatedSynonym" : [ { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "aromatische Verbindungen", + "type" : "label" + }, { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "aromatics", + "type" : "label" + } ], + "hasOBONamespace" : [ { + "identifier" : "hasOBONamespace", + "language" : "undefined", + "value" : "chebi_ontology", + "type" : "label" + } ], + "hasSynonymType" : [ { + "identifier" : "hasSynonymType", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#IUPAC_NAME", + "type" : "iri" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "CHEBI:33655", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#3_STAR", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "CHEBI_33655", + "undefined" : "aromatic compound" + }, + "subClasses" : [ "216" ], + "attributes" : [ "external" ], + "id" : "247", + "superClasses" : [ "342" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000630", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "PATO", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/PATO_0002182", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A quality which inheres in a molecular entity, a single molecule, atom, ion, radical etc.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "26.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/pato.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "26.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "molekulare Qualität [pato]", + "IRI-based" : "DIGITRUBBER_000630", + "en" : "Molecular Quality [pato]" + }, + "attributes" : [ "external" ], + "id" : "458" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000633", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/CHEBI_29853", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/CHEBI_29853", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Ethylidengruppe [dik]", + "IRI-based" : "DIGITRUBBER_000633", + "en" : "Ethylidene Group [dik]" + }, + "attributes" : [ "external" ], + "id" : "117", + "superClasses" : [ "118" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000634", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Qualität eines Festkörpers [dik]", + "IRI-based" : "DIGITRUBBER_000634", + "en" : "Quality of a Solid [dik]" + }, + "attributes" : [ "external" ], + "id" : "459" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000631", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A concentration of ethylene inhering in a substance by virtue of the amount of the bearer's there is mixed with ethylene.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Ethylen-Konzentration [dik]", + "IRI-based" : "DIGITRUBBER_000631", + "en" : "Ethylene Concentration [dik]" + }, + "attributes" : [ "external" ], + "id" : "460" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000632", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A concentration of ethylidene norbornene inhering in a substance by virtue of the amount of the bearer's there is mixed with ethylidene norbornene.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "ENB-concentration", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Ethylidennorbornen-Konzentration [dik]", + "IRI-based" : "DIGITRUBBER_000632", + "en" : "Ethylidene Norbornene Concentration [dik]" + }, + "attributes" : [ "external" ], + "id" : "461" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000637", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "An EM radiation quality in which the EM radiation is within the fiat range of the spectrum visible deemed to be light.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/PATO_0001300", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "26.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/pato.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "26.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "optische Qualität [dik]", + "IRI-based" : "DIGITRUBBER_000637", + "en" : "Optical Quality [pato]" + }, + "attributes" : [ "external" ], + "id" : "462" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000638", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Yamen Alsalka", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Is a transformation applied to spectroscopic data to remove scatter effects by centering and scalling each individual spectrum.", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "Unscrambler X", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "2023-06-06T09:53:45.338938Z", + "type" : "label" + } ], + "created_by" : [ { + "identifier" : "created_by", + "language" : "undefined", + "value" : "Yamen Alsalka", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000638", + "en" : "Standard Normal Variate (SNV) [ifnano]" + }, + "attributes" : [ "external" ], + "id" : "463" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000635", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "PATO", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A physical quality inhering in a bearer by virtue of the bearer's exhibiting the physical characteristics of an entity characterized by particles arranged such that their shape and volume are relatively stable.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/PATO_0001546", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "26.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/pato.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "26.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Qualität eines Festkörpers [pato]", + "IRI-based" : "DIGITRUBBER_000635", + "en" : "Quality of a Solid [pato]" + }, + "attributes" : [ "external" ], + "id" : "464" + }, { + "iri" : "http://purl.obolibrary.org/obo/IAO_0000064", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "algorithm", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "PMID: 18378114.Genomics. 2008 Mar 28. LINKGEN: A new algorithm to process data in genetic linkage studies.", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A plan specification which describes the inputs and output of mathematical functions as well as workflow of execution for achieving an predefined objective. Algorithms are realized usually by means of implementation as computer programs for execution by automata.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "Philippe Rocca-Serra", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "PlanAndPlannedProcess Branch", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "en", + "value" : "OBI_0000270", + "type" : "label" + }, { + "identifier" : "IAO_0000119", + "language" : "en", + "value" : "adapted from discussion on OBI list (Matthew Pocock, Christian Cocos, Alan Ruttenberg)", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "IAO_0000064", + "en" : "algorithm" + }, + "attributes" : [ "external" ], + "id" : "465" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000636", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "optische Qualität [dik]", + "IRI-based" : "DIGITRUBBER_000636", + "en" : "Optical Quality [dik]" + }, + "attributes" : [ "external" ], + "id" : "466" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000639", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Yamen Alsalka", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "Removing noise or spikes in correlated data such as spectroscopic data using a row-oriented transformation.", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "Unscrambler X", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "2023-06-06T09:59:58.658887Z", + "type" : "label" + } ], + "created_by" : [ { + "identifier" : "created_by", + "language" : "undefined", + "value" : "Yamen Alsalka", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000639", + "en" : "Smmothing [ifnano]" + }, + "attributes" : [ "external" ], + "id" : "467" + }, { + "iri" : "http://purl.obolibrary.org/obo/CHEBI_48901", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "hasDbXref" : [ { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "ChEBI", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "An azole in which the five-membered heterocyclic aromatic skeleton contains a N atom and one S atom.", + "type" : "label" + } ], + "hasRelatedSynonym" : [ { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "thiazole", + "type" : "label" + } ], + "hasOBONamespace" : [ { + "identifier" : "hasOBONamespace", + "language" : "undefined", + "value" : "chebi_ontology", + "type" : "label" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "CHEBI:48901", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#3_STAR", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "CHEBI_48901", + "undefined" : "thiazoles" + }, + "subClasses" : [ "50" ], + "attributes" : [ "external" ], + "id" : "51", + "superClasses" : [ "468", "313" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/CHEBI_33659", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "hasDbXref" : [ { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "ChEBI", + "type" : "label" + } ], + "hasOBONamespace" : [ { + "identifier" : "hasOBONamespace", + "language" : "undefined", + "value" : "chebi_ontology", + "type" : "label" + } ], + "hasRelatedSynonym" : [ { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "organic aromatic compounds", + "type" : "label" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "CHEBI:33659", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#3_STAR", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "CHEBI_33659", + "undefined" : "organic aromatic compound" + }, + "subClasses" : [ "191" ], + "attributes" : [ "external" ], + "id" : "216", + "superClasses" : [ "214", "247" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/CHEBI_33415", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "hasDbXref" : [ { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "CAS:82600-58-6", + "type" : "label" + }, { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "ChemIDplus", + "type" : "label" + }, { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "CAS:7440-44-0", + "type" : "label" + }, { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "Gmelin:8868", + "type" : "label" + } ], + "hasOBONamespace" : [ { + "identifier" : "hasOBONamespace", + "language" : "undefined", + "value" : "chebi_ontology", + "type" : "label" + } ], + "hasRelatedSynonym" : [ { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "carbon", + "type" : "label" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "CHEBI:33415", + "type" : "label" + } ], + "source" : [ { + "identifier" : "source", + "language" : "undefined", + "value" : "NIST Chemistry WebBook", + "type" : "label" + }, { + "identifier" : "source", + "language" : "undefined", + "value" : "ChemIDplus", + "type" : "label" + }, { + "identifier" : "source", + "language" : "undefined", + "value" : "Gmelin", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#3_STAR", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "CHEBI_33415", + "undefined" : "elemental carbon" + }, + "subClasses" : [ "223", "226" ], + "attributes" : [ "external" ], + "id" : "224", + "superClasses" : [ "125", "329" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000640", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Yamen Alsalka", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Scaling spectra in order to get all data on approximately the same scale.", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "Unscrambler X", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "2023-06-06T10:03:05.027474Z", + "type" : "label" + } ], + "created_by" : [ { + "identifier" : "created_by", + "language" : "undefined", + "value" : "Yamen Alsalka", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000640", + "en" : "Normalization [ifnano]" + }, + "attributes" : [ "external" ], + "id" : "472" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000641", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Yamen Alsalka", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Estimation of unknown response values using a regression model.", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "Unscrambler X", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "2023-06-06T10:05:06.296372Z", + "type" : "label" + } ], + "created_by" : [ { + "identifier" : "created_by", + "language" : "undefined", + "value" : "Yamen Alsalka", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000641", + "en" : "Prediction [ifnano]" + }, + "attributes" : [ "external" ], + "id" : "473" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000644", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Yamen Alsalka", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Is a synthetic rubber, a copolymer of isobutylene with isoprene", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "Wikipedia", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "2023-06-06T12:23:10.166673Z", + "type" : "label" + } ], + "created_by" : [ { + "identifier" : "created_by", + "language" : "undefined", + "value" : "Yamen Alsalka", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000644", + "en" : "Butyl rubber BIIR [ifnano]" + }, + "attributes" : [ "external" ], + "id" : "474", + "superClasses" : [ "384" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000402", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCIT", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C25334", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The linear extent in space from one end of something to the other end, or the extent of something from beginning to end.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "24.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "24.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Länge [ncit]", + "IRI-based" : "DIGITRUBBER_000402", + "en" : "Length [ncit]" + }, + "attributes" : [ "external" ], + "id" : "475" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000645", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Yamen Alsalka", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "EPDM rubber (ethylene propylene diene monomer rubber) is a type of synthetic rubber that is composed of ethylidene norbornene (ENB), dicyclopentadiene (DCPD), and vinyl norbornene (VNB).", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "Wikipedia", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "2023-06-06T12:27:10.818157Z", + "type" : "label" + } ], + "created_by" : [ { + "identifier" : "created_by", + "language" : "undefined", + "value" : "Yamen Alsalka", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000645", + "en" : "EPDM rubber [ifnano]" + }, + "attributes" : [ "external" ], + "id" : "476", + "superClasses" : [ "384" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000403", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "PATO", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A 1-D extent quality which is equal to the distance between two points.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/PATO_0000122", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "24.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/pato.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "24.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Länge [pato]", + "IRI-based" : "DIGITRUBBER_000403", + "en" : "Length [pato]" + }, + "attributes" : [ "external" ], + "id" : "477" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000642", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Yamen Alsalka", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Polybutadiene [butadiene rubber BR] is a synthetic rubber. Polybutadiene rubber is a polymer formed from the polymerization of the monomer 1,3-butadiene. Polybutadiene has a high resistance to wear and is used especially in the manufacture of tires.", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "Wikipedia", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "2023-06-06T10:51:28.399079Z", + "type" : "label" + } ], + "created_by" : [ { + "identifier" : "created_by", + "language" : "undefined", + "value" : "Yamen Alsalka", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000642", + "en" : "Butadiene rubber BR [ifnano]" + }, + "attributes" : [ "external" ], + "id" : "383", + "superClasses" : [ "384" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000400", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Massetemperatur [dik]", + "IRI-based" : "DIGITRUBBER_000400", + "en" : "Mass Temperature [dik]" + }, + "attributes" : [ "external" ], + "id" : "478" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000401", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Länge [dik]", + "IRI-based" : "DIGITRUBBER_000401", + "en" : "Length [dik]" + }, + "attributes" : [ "external" ], + "id" : "479" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000643", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Yamen Alsalka", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "An atom or group of atoms within a molecule that has similar chemical properties whenever it appears in various compounds. Even if other parts of the molecule are quite different, certain functional groups tend to react in certain ways.", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://chem.libretexts.org/Courses/University_of_Kentucky/UK%3A_CHE_103_-_Chemistry_for_Allied_Health_(Soult)/Chapters/Chapter_4%3A_Structure_and_Function/4.4%3A_Functional_Groups#:~:text=A%20functional%20group%20is%20defined,to%20react%20in%20certain%20ways.", + "type" : "iri" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "2023-06-06T10:12:52.940172Z", + "type" : "label" + } ], + "created_by" : [ { + "identifier" : "created_by", + "language" : "undefined", + "value" : "Yamen Alsalka", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000643", + "en" : "Functional group [ifnano]" + }, + "attributes" : [ "external" ], + "id" : "480" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000406", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Längen Einheit [dik]", + "IRI-based" : "DIGITRUBBER_000406", + "en" : "Length Unit [dik]" + }, + "attributes" : [ "external" ], + "id" : "481" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000648", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Yamen Alsalka", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "Is a family of fluorocarbon-based fluoroelastomer materials that contain vinylidene fluoride as a monomer.", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "Wikipedia", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "2023-06-06T12:36:21.319884Z", + "type" : "label" + } ], + "created_by" : [ { + "identifier" : "created_by", + "language" : "undefined", + "value" : "Yamen Alsalka", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000648", + "en" : "Fluororubber FKM [ifnano]" + }, + "attributes" : [ "external" ], + "id" : "387", + "superClasses" : [ "384" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000407", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "UO", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "\"A unit which is a standard measure of the distance between two points.\" [Wikipedia:Wikipedia]", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/UO_0000001", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "24.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "24.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Längen Einheit [uo]", + "IRI-based" : "DIGITRUBBER_000407", + "en" : "Length Unit [uo]" + }, + "attributes" : [ "external" ], + "id" : "482" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000649", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Yamen Alsalka", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Highly Saturated Nitrile. A Higher performance solid rubber material than NBR, achieved through adding Hydrogen Atoms to the Butadiene Segments.", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://maclellanrubber.com/definitions/hnbr", + "type" : "iri" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "2023-06-06T12:40:53.184235Z", + "type" : "label" + } ], + "created_by" : [ { + "identifier" : "created_by", + "language" : "undefined", + "value" : "Yamen Alsalka", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000649", + "en" : "Hydrogenated Nitrile rubber HNBR [ifnano]" + }, + "attributes" : [ "external" ], + "id" : "390", + "superClasses" : [ "384" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000646", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Yamen Alsalka", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A synthetic cis-1,4-polyisoprene, made by the industrial polymerisation of isoprene.", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "Wikipedia", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "2023-06-06T12:30:53.148584Z", + "type" : "label" + } ], + "created_by" : [ { + "identifier" : "created_by", + "language" : "undefined", + "value" : "Yamen Alsalka", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000646", + "en" : "Polyisoprene IR [ifnano]" + }, + "attributes" : [ "external" ], + "id" : "392", + "superClasses" : [ "384" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000404", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "OM", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Length is the amount of space between two geographical points along a curve. It is a base quantity in the International System of Units and other systems of units. Length is speed times time. The metre, a base unit of length in the International System of Units, is defined in terms of speed of light during a certain time interval.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://www.ontology-of-units-of-measure.org/resource/om-2/Length", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "24.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://www.ontology-of-units-of-measure.org/resource/om-2", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "24.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Länge [om]", + "IRI-based" : "DIGITRUBBER_000404", + "en" : "Length [om]" + }, + "attributes" : [ "external" ], + "id" : "483" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000647", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Yamen Alsalka", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Known as nitrile butadiene rubber and acrylonitrile butadiene rubber, is a synthetic rubber derived from acrylonitrile (ACN) and butadiene.", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "Wikipedia", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "2023-06-06T12:33:41.882181Z", + "type" : "label" + } ], + "created_by" : [ { + "identifier" : "created_by", + "language" : "undefined", + "value" : "Yamen Alsalka", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000647", + "en" : "Nitrile rubber NBR [ifnano]" + }, + "attributes" : [ "external" ], + "id" : "394", + "superClasses" : [ "384" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000405", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "MS", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/PEFF_0001006", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "PEFF keyword for the sequence length.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "24.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ms.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "24.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Länge [ms]", + "IRI-based" : "DIGITRUBBER_000405", + "en" : "Length [ms]" + }, + "attributes" : [ "external" ], + "id" : "484" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000408", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCIT", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "An indication of the type of unit of measure being used to express a length or distance.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C42578", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "24.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "de", + "value" : "Unit of Length", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "24.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Längen Einheit [ncit]", + "IRI-based" : "DIGITRUBBER_000408", + "en" : "Length Unit [ncit]" + }, + "attributes" : [ "external" ], + "id" : "485" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000409", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "hasExactSynonym" : [ { + "identifier" : "hasExactSynonym", + "language" : "undefined", + "value" : "mm", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "millimeter [dik]", + "IRI-based" : "DIGITRUBBER_000409", + "en" : "millimeter [dik]" + }, + "attributes" : [ "external" ], + "id" : "486" + }, { + "iri" : "http://purl.obolibrary.org/obo/UO_0000270", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "volumetric flow rate unit", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "UO_0000270", + "undefined" : "volumetric flow rate unit" + }, + "individuals" : [ { + "iri" : "http://purl.obolibrary.org/obo/UO_0000271", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "microliters per minute", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A volumetric flow rate unit which is equal to one microliter volume through a given surface in one minute.", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "UO_0000271", + "undefined" : "microliters per minute" + } + } ], + "attributes" : [ "external" ], + "id" : "487", + "superClasses" : [ "410" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002076", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "collection of specimens", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "Blood cells collected from multiple donors over the course of a study.", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A material entity that has two or more specimens as its parts.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000125", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "Person: Chris Stoeckert, Jie Zheng", + "type" : "label" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "undefined", + "value" : "Details see tracker: https://sourceforge.net/p/obi/obi-terms/778/", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "OBIB, OBI", + "type" : "label" + } ], + "source" : [ { + "identifier" : "source", + "language" : "undefined", + "value" : "Biobank", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0002076", + "en" : "collection of specimens" + }, + "attributes" : [ "external" ], + "id" : "488" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000651", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "PATO", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Lars M Vogt", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/PATO_0001842", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A concentration quality inhering in a bearer by virtue of the bearer's containing acid (hydrogen ions).", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "01.09.2023", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/pato/releases/2022-08-31/pato.owl", + "type" : "iri" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "pH", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "PATO:0001842", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "2023-09-01T09:06:40.923633Z", + "type" : "label" + } ] + }, + "label" : { + "de" : "Säuregrad", + "IRI-based" : "DIGITRUBBER_000651", + "en" : "acidity [pato]" + }, + "attributes" : [ "external" ], + "id" : "489" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000410", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCIT", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C28251", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A metric unit of length equal to one thousandth of a meter (10E-3 meter) or approximately 0.03937 inch.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "24.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "24.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "millimeter [ncit]", + "IRI-based" : "DIGITRUBBER_000410", + "en" : "millimeter [ncit]" + }, + "attributes" : [ "external" ], + "id" : "490" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000650", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Yamen Alsalka", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Families of synthetic rubbers derived from styrene and butadiene.", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "Wikipedia", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "2023-06-06T12:43:20.265544Z", + "type" : "label" + } ], + "created_by" : [ { + "identifier" : "created_by", + "language" : "undefined", + "value" : "Yamen Alsalka", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000650", + "en" : "Styrene-butadiene rubber SBR [ifnano]" + }, + "attributes" : [ "external" ], + "id" : "491", + "superClasses" : [ "384" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000413", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Zugabereihenfolge [dik]", + "IRI-based" : "DIGITRUBBER_000413", + "en" : "addition sequence [dik]" + }, + "attributes" : [ "external" ], + "id" : "492" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000414", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Zugabezeitpunkt [dik]", + "IRI-based" : "DIGITRUBBER_000414", + "en" : "Time of Addition [dik]" + }, + "attributes" : [ "external" ], + "id" : "493" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000411", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "UO", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/UO_0000016", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "\"A length unit which is equal to one thousandth of a meter or 10^[-3] m.\" [NIST:NIST]", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "24.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "24.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "millimeter [uo]", + "IRI-based" : "DIGITRUBBER_000411", + "en" : "millimeter [uo]" + }, + "attributes" : [ "external" ], + "id" : "494" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000412", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Stempelweg [dik]", + "IRI-based" : "DIGITRUBBER_000412", + "en" : "Stamp Distance [dik]" + }, + "attributes" : [ "external" ], + "id" : "495" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000417", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "OM", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Power is the time rate at which work is done. It is a derived quantity in the International System of Units. Power is energy divided by time.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://www.ontology-of-units-of-measure.org/resource/om-2/Power", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "24.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://www.ontology-of-units-of-measure.org/resource/om-2", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "24.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Leistung [om]", + "IRI-based" : "DIGITRUBBER_000417", + "en" : "Power [om]" + }, + "attributes" : [ "external" ], + "id" : "496" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000418", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Elektrische Leistung [dik]", + "IRI-based" : "DIGITRUBBER_000418", + "en" : "Electrical Power [dik]" + }, + "attributes" : [ "external" ], + "id" : "497" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000415", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Leistung [dik]", + "IRI-based" : "DIGITRUBBER_000415", + "en" : "Power [dik]" + }, + "attributes" : [ "external" ], + "id" : "498" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000416", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "PATO", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A physical quality inhering in a bearer by virtue of the bearer's rate of doing work.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/PATO_0001024", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "24.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/pato.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "24.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Leistung [pato]", + "IRI-based" : "DIGITRUBBER_000416", + "en" : "Power [pato]" + }, + "attributes" : [ "external" ], + "id" : "499" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000419", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Mischzeit [dik]", + "IRI-based" : "DIGITRUBBER_000419", + "en" : "Mixing Time [dik]" + }, + "attributes" : [ "external" ], + "id" : "500" + }, { + "iri" : "http://purl.obolibrary.org/obo/UO_0000280", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "rate unit", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "UO_0000280", + "undefined" : "rate unit" + }, + "individuals" : [ { + "iri" : "http://purl.obolibrary.org/obo/UO_0000281", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "count per nanomolar second", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A rate unit which is equal to one over one nanomolar second.", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "UO_0000281", + "undefined" : "count per nanomolar second" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/UO_0000282", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "count per molar second", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A rate unit which is equal to one over one molar second.", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "UO_0000282", + "undefined" : "count per molar second" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/UO_0000285", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "count per molar", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A rate unit which is equal to one over one molar.", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "UO_0000285", + "undefined" : "count per molar" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/UO_0000284", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "count per nanomolar", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A rate unit which is equal to one over one nanomolar.", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "UO_0000284", + "undefined" : "count per nanomolar" + } + } ], + "attributes" : [ "external" ], + "id" : "501", + "superClasses" : [ "410" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000420", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A physical quality which inheres in a bearer by virtue of the ratio of the volume of a substance contained in the bearer and the bearer's own volume.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Füllgrad [dik]", + "IRI-based" : "DIGITRUBBER_000420", + "en" : "Filling Ratio [dik]" + }, + "attributes" : [ "external" ], + "id" : "502" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000421", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Mischstufenanzahl [dik]", + "IRI-based" : "DIGITRUBBER_000421", + "en" : "Number of Mixing Stages [dik]" + }, + "attributes" : [ "external" ], + "id" : "503" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000424", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "machine which, through the use of a screw or a hydraulic ram, continuously shapes a material by forcing it through a die or dies", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Maschine, die mit Hilfe einer Schnecke oder einer hydraulischen Presse kontinuierlich ein Material formt, indem dieses durch eine oder mehrere Schablonen gepresst wird", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Extruder [dik]", + "IRI-based" : "DIGITRUBBER_000424", + "en" : "Extruder [dik]" + }, + "subClasses" : [ "228", "231" ], + "attributes" : [ "external" ], + "id" : "229" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000425", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "10.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Einschneckenextruder [dik]", + "IRI-based" : "DIGITRUBBER_000425", + "en" : "Single Screw Extruder [dik]" + }, + "attributes" : [ "external" ], + "id" : "228", + "superClasses" : [ "229" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000422", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Product of one mixing operation", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Produkt eines Mischungsvorganges", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Charge [dik]", + "IRI-based" : "DIGITRUBBER_000422", + "en" : "batch [dik]" + }, + "attributes" : [ "external" ], + "id" : "233", + "superClasses" : [ "234" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000423", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCIT", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A quantity of people or things treated or regarded as a group, especially when subdivided from a larger group.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C67073", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "24.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Charge", + "IRI-based" : "DIGITRUBBER_000423", + "en" : "batch [ncit]" + }, + "subClasses" : [ "233" ], + "attributes" : [ "external" ], + "id" : "234" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000428", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "rotating member with one or more helical grooves, used to propel rubber along the barrel of an extruder", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "rotierendes Glied mit einer oder mehreren helixförmigen Rillen, das verwendet wird, um einen Kautschuk innerhalb eines Extruderrohrs voranzutreiben", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Schnecke [dik]", + "IRI-based" : "DIGITRUBBER_000428", + "en" : "Screw [dik]" + }, + "attributes" : [ "external" ], + "id" : "504" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000429", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "that part of an extruder through which material is forced, forming a profile of the extrudate", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Teil eines Extruders, durch den das Material gedrückt wird und um ein Profil des Extrudats zu formen", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "de", + "value" : "Werkzeug; Düse", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Schablone [dik]", + "IRI-based" : "DIGITRUBBER_000429", + "en" : "Die [dik]" + }, + "attributes" : [ "external" ], + "id" : "505" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000426", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "10.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Stiftextruder [dik]", + "IRI-based" : "DIGITRUBBER_000426", + "en" : "Pin Extruder [dik]" + }, + "attributes" : [ "external" ], + "id" : "231", + "superClasses" : [ "229" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000427", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Stift [dik]", + "IRI-based" : "DIGITRUBBER_000427", + "en" : "Pin [dik]" + }, + "attributes" : [ "external" ], + "id" : "506" + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002256", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pathologic primary tumor stage for ovary according to AJCC 7th edition", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A categorical value specification that is a pathologic finding about one or more characteristics of ovarian cancer following the rules of the TNM AJCC v7 classification system as they pertain to staging of the primary tumor. TNM pathologic primary tumor findings are based on clinical findings supplemented by histopathologic examination of one or more tissue specimens acquired during surgery.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "NCI BBRB, OBI", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "pT: Pathologic spread ovarian primary tumor (AJCC 7th Edition)", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0002256", + "undefined" : "pathologic primary tumor stage for ovary according to AJCC 7th edition" + }, + "individuals" : [ { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002267", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pT3a (ovary)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor has microscopic peritoneal metastasis beyond pelvis.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002267", + "undefined" : "pT3a (ovary)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002268", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pT3b (ovary)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor has macroscopic peritoneal, metastatasis beyond pelvis, 2 cm or less in greatest dimension.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002268", + "undefined" : "pT3b (ovary)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002257", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pT0 (ovary)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that there is no evidence of primary tumor.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002257", + "undefined" : "pT0 (ovary)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002269", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pT3c (ovary)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor has peritoneal metastasis beyond pelvis, more than 2 cm in greatest dimension and/or regional lymph node metastasis.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002269", + "undefined" : "pT3c (ovary)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002258", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pT1 (ovary)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor is limited to the ovaries (one or both).", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002258", + "undefined" : "pT1 (ovary)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002259", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pT1a (ovary)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor is limited to one ovary; capsule intact, no tumor on ovarian surface and no malignant cells in ascites or peritoneal washings.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002259", + "undefined" : "pT1a (ovary)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002260", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pT1b (ovary)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor is limited to both ovaries; capsule intact, no tumor on ovarian surface and no malignant cells in ascites or peritoneal washings.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002260", + "undefined" : "pT1b (ovary)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002261", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pT1c (ovary)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor is limited to one or both ovaries with capsule ruptured, tumor on ovarian surface, or malignant cells in ascites or peritoneal washings.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002261", + "undefined" : "pT1c (ovary)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002262", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pT2 (ovary)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor involves one or both ovaries with pelvic extension.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002262", + "undefined" : "pT2 (ovary)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002263", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pT2a (ovary)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor has extension and/or implants on uterus and/or tube(s) and no malignant cells in ascites or peritoneal washings.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002263", + "undefined" : "pT2a (ovary)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002264", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pT2b (ovary)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor has extension to other pelvic tissues and no malignant cells in ascites or peritoneal washings.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002264", + "undefined" : "pT2b (ovary)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002265", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pT2c (ovary)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor has pelvic extension with malignant cells in ascites or peritoneal washings.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002265", + "undefined" : "pT2c (ovary)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002266", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pT3 (ovary)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic primary tumor stage for ovary according to AJCC 7th edition indicating that the tumor involves one or both ovaries with microscopically confirmed peritoneal metastasis outside the pelvis and/or regional lymph node metastasis.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_t/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002266", + "undefined" : "pT3 (ovary)" + } + } ], + "attributes" : [ "external" ], + "id" : "284", + "superClasses" : [ "281" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/UO_0000051", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "concentration unit", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "UO_0000051", + "undefined" : "concentration unit" + }, + "individuals" : [ { + "iri" : "http://purl.obolibrary.org/obo/UO_0000207", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "milliliter per liter", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A volume per unit volume unit which is equal to one millionth of a liter of solute in one liter of solution.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "ml per L", + "type" : "label" + }, { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "ml/l", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "UO_0000207", + "undefined" : "milliliter per liter" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/UO_0000208", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "gram per deciliter", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A mass density unit which is equal to mass of an object in grams divided by the volume in deciliters.", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "g/dl", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "UO_0000208", + "undefined" : "gram per deciliter" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/UO_0000062", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "molar", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A unit of concentration which expresses a concentration of 1 mole of solute per liter of solution (mol/L).", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "M", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "UO_0000062", + "undefined" : "molar" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/UO_0000175", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "gram per liter", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A mass unit density which is equal to mass of an object in grams divided by the volume in liters.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "g/L", + "type" : "label" + }, { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "g per L", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "UO_0000175", + "undefined" : "gram per liter" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/UO_0000164", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "mass volume percentage", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A dimensionless concentration unit which denotes the mass of the substance in a mixture as a percentage of the volume of the entire mixture.", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "% w/v", + "type" : "label" + }, { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "percent vol per vol", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "UO_0000164", + "undefined" : "mass volume percentage" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/UO_0000065", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "nanomolar", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A unit of molarity which is equal to one thousandth of one millionth of a molar or 10^[-9] M.", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "nM", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "UO_0000065", + "undefined" : "nanomolar" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/UO_0000066", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "picomolar", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A unit of molarity which is equal to 10^[-12] M.", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "pM", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "UO_0000066", + "undefined" : "picomolar" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/UO_0000165", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "volume percentage", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A dimensionless concentration unit which denotes the volume of the solute in mL per 100 mL of the resulting solution.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "percent vol per vol", + "type" : "label" + }, { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "% v/v", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "UO_0000165", + "undefined" : "volume percentage" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/UO_0000176", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "milligram per milliliter", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A mass unit density which is equal to mass of an object in milligrams divided by the volume in milliliters.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "mg per ml", + "type" : "label" + }, { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "mg/ml", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "UO_0000176", + "undefined" : "milligram per milliliter" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/UO_0000063", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "millimolar", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A unit of molarity which is equal to one thousandth of a molar or 10^[-3] M.", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "mM", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "UO_0000063", + "undefined" : "millimolar" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/UO_0000163", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "mass percentage", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A dimensionless concentration unit which denotes the mass of a substance in a mixture as a percentage of the mass of the entire mixture.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "% w/w", + "type" : "label" + }, { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "percent weight pr weight", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "UO_0000163", + "undefined" : "mass percentage" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/UO_0000064", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "micromolar", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A unit of molarity which is equal to one millionth of a molar or 10^[-6] M.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "uM", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "UO_0000064", + "undefined" : "micromolar" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/UO_0000196", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pH", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A dimensionless concentration notation which denotes the acidity of a solution in terms of activity of hydrogen ions (H+).", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "UO_0000196", + "undefined" : "pH" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/UO_0000212", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "colony forming unit per volume", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A concentration unit which a measure of viable bacterial numbers in a given volume.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ] + }, + "labels" : { + "IRI-based" : "UO_0000212", + "undefined" : "colony forming unit per volume" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/UO_0000301", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "microgram per liter", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A mass unit density which is equal to mass of an object in micrograms divided by the volume in liters.", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "ug/L", + "type" : "label" + }, { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "ng/ml", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "UO_0000301", + "undefined" : "microgram per liter" + } + } ], + "subClasses" : [ "241", "209" ], + "attributes" : [ "external" ], + "id" : "210", + "superClasses" : [ "410" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000070", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "assay", + "type" : "label" + } ], + "OBI_9991118" : [ { + "identifier" : "OBI_9991118", + "language" : "undefined", + "value" : "any method", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "undefined", + "value" : "Assay the wavelength of light emitted by excited Neon atoms. Count of geese flying over a house.", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A planned process with the objective to produce information about the material entity that is the evaluant, by physically examining it or its proxies.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000122", + "type" : "iri" + } ], + "OBI_0001847" : [ { + "identifier" : "OBI_0001847", + "language" : "undefined", + "value" : "study assay", + "type" : "label" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "PlanAndPlannedProcess Branch", + "type" : "label" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "undefined", + "value" : "12/3/12: BP: the reference to the 'physical examination' is included to point out that a prediction is not an assay, as that does not require physical examiniation.", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "en", + "value" : "OBI branch derived", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "scientific observation", + "type" : "label" + }, { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "measuring", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0000070", + "en" : "assay" + }, + "attributes" : [ "external" ], + "id" : "507", + "superClasses" : [ "236" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000431", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "that part of an extruder which houses the die and die holder", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Teil eines Extruders, welcher die Schablone mit Halterung enthält", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Extruderkopf [dik]", + "IRI-based" : "DIGITRUBBER_000431", + "en" : "Extruder Head [dik]" + }, + "attributes" : [ "external" ], + "id" : "508" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000432", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "kontinuierliches Formen eines Materials, indem dieses durch eine Schablone gepresst wird", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "continuous shaping of a material by passage through a die", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Extrudieren [dik]", + "IRI-based" : "DIGITRUBBER_000432", + "en" : "Extrusion [dik]" + }, + "attributes" : [ "external" ], + "id" : "509" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000430", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Produkt eines Extrusionsprozesses", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "product of an extrusion process", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Extrudat [dik]", + "IRI-based" : "DIGITRUBBER_000430", + "en" : "Extrudate [dik]" + }, + "attributes" : [ "external" ], + "id" : "510" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000435", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "difference between the dimensions of the cross-section of an extrudate and the corresponding dimensions of the die orifice, usually quantified as the percentage increase in the crosssectional area", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Unterschied zwischen den Dimensionen des Profilquerschnittes eines Extrudats und den korrespondierenden Dimensionen des Auslaufkanals, welcher üblicherweise als prozentuelle Zunahme der Fläche des Querschnittes ausgedrückt wird", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Spritzquellung [dik]", + "IRI-based" : "DIGITRUBBER_000435", + "en" : "Die Swell [dik]" + }, + "attributes" : [ "external" ], + "id" : "511" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000436", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Abzugsgeschwindigkeit [dik]", + "IRI-based" : "DIGITRUBBER_000436", + "en" : "Haul-off Speed [dik]" + }, + "attributes" : [ "external" ], + "id" : "512" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000433", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "REX", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/REX_0000100", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A transformation in which an atom or group Y connected to two other atoms or groups X and Z is lost from a molecule, leading to a product in which X is bonded to Z, e.g. X-Y-Z --> X-Z + Y.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "24.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/rex.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "24.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Extrudieren [rex]", + "IRI-based" : "DIGITRUBBER_000433", + "en" : "Extrusion [rex]" + }, + "attributes" : [ "external" ], + "id" : "513" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000434", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "CHMO", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A process used to create objects of a fixed cross-sectional profile by forcing or drawing a material through a die.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/CHMO_0001613", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "24.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chmo.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "24.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Extrudieren [chmo]", + "IRI-based" : "DIGITRUBBER_000434", + "en" : "Extrusion [chmo]" + }, + "attributes" : [ "external" ], + "id" : "514" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000439", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Druckschwankung [dik]", + "IRI-based" : "DIGITRUBBER_000439", + "en" : "Pressure Variation [dik]" + }, + "attributes" : [ "external" ], + "id" : "515" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000437", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Förderband [dik]", + "IRI-based" : "DIGITRUBBER_000437", + "en" : "Conveyor Belt [dik]" + }, + "attributes" : [ "external" ], + "id" : "516" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000438", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Massedurchsatz [dik]", + "IRI-based" : "DIGITRUBBER_000438", + "en" : "Mass Throughput [dik]" + }, + "attributes" : [ "external" ], + "id" : "517" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000442", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCIT", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The extended two-dimensional outer boundary of a three-dimensional object.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C25245", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Oberfläche [ncit]", + "IRI-based" : "DIGITRUBBER_000442", + "en" : "Surface [ncit]" + }, + "attributes" : [ "external" ], + "id" : "518" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000200", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Yamen Alsalka (IFNANO)", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The degree to which two or more quantities or events are associated, a statistical relation between two or more variables such that systematic changes in the value of one variable are accompanied by systematic changes in the others. The collelation can be described by mathematical functions (often a linear function is used). It’s a common tool for describing simple relationships without making a statement about cause and effect.", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "06.06.2023", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://www.jmp.com/en_ca/statistics-knowledge-portal/what-is-correlation.html; http://purl.obolibrary.org/obo/NCIT_C48834", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "31.03.2022", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000200", + "en" : "Correlation [ifnano]" + }, + "comment" : { + "undefined" : "Correlations are useful for describing simple relationships among data" + }, + "attributes" : [ "external" ], + "id" : "519" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000201", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCIT", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The degree to which two or more quantities or events are linearly associated, a statistical relation between two or more variables such that systematic changes in the value of one variable are accompanied by systematic changes in the others.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "18.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C48834", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000201", + "en" : "Correlation [ncit]" + }, + "comment" : { + "en" : "http://purl.obolibrary.org/obo/ncit.owl" + }, + "attributes" : [ "external" ], + "id" : "520" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000443", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Oberflächenfehler [dik]", + "IRI-based" : "DIGITRUBBER_000443", + "en" : "Surface Defect [dik]" + }, + "attributes" : [ "external" ], + "id" : "521" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000440", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Geometrieschwankung [dik]", + "IRI-based" : "DIGITRUBBER_000440", + "en" : "Geometry Variation [dik]" + }, + "attributes" : [ "external" ], + "id" : "522" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000441", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Oberfläche [dik]", + "IRI-based" : "DIGITRUBBER_000441", + "en" : "Surface [dik]" + }, + "attributes" : [ "external" ], + "id" : "523" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000446", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Druck [dik]", + "IRI-based" : "DIGITRUBBER_000446", + "en" : "Pressure [dik]" + }, + "attributes" : [ "external" ], + "id" : "524" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000204", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "allotrope.org", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.allotrope.org/ontologies/", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A concentration (datum) is a quantification facet that quantifies a quality inhering in a substance by virtue of the amount of the bearer's there is mixed with another substance. [Allotrope]", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "17.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.allotrope.org/ontologies/result#AFR_0002036", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "quality", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000204", + "en" : "concentration [allotrope]" + }, + "comment" : { + "en" : "http://purl.allotrope.org/ontologies/" + }, + "attributes" : [ "external" ], + "id" : "525" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000447", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "PATO", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A physical quality that inheres in a bearer by virtue of the bearer's amount of force per unit area it exerts.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/PATO_0001025", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/pato.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Druck [pato]", + "IRI-based" : "DIGITRUBBER_000447", + "en" : "Pressure [pato]" + }, + "attributes" : [ "external" ], + "id" : "526" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000205", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCIT", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The quantity of a substance per unit volume or weight; a measure of the amount of substance present in a unit amount of mixture, particularly, the amount of solute dissolved in a solvent. The amounts can be expressed as moles, masses, volumes, or parts.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "19.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C41185", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "quality", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000205", + "en" : "concentration [ncit]" + }, + "comment" : { + "en" : "http://purl.obolibrary.org/obo/ncit.owl" + }, + "attributes" : [ "external" ], + "id" : "527" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000202", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Sven Schwabe (IFNANO)", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "undefined", + "value" : "The concentration of Zinc in the extrudate is 0.5 g/L.", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A quality of a substance in terms of its amount per unit volume in a mixture.", + "type" : "label" + } ], + "hasExactSynonym" : [ { + "identifier" : "hasExactSynonym", + "language" : "undefined", + "value" : "conc.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "06.04.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://en.wikipedia.org/wiki/Concentration", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "Konzentration", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "31.03.2022", + "type" : "label" + } ], + "refersToCompetenceQuestion" : [ { + "identifier" : "refersToCompetenceQuestion", + "language" : "undefined", + "value" : "IFNANO:01_CQ; IFNANO:02_CQ; IFNANO:03_CQ", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "quality", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000202", + "en" : "concentration [ifnano]" + }, + "attributes" : [ "external" ], + "id" : "528" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000444", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Oberflächentemperatur [dik]", + "IRI-based" : "DIGITRUBBER_000444", + "en" : "Surface Temperature [dik]" + }, + "attributes" : [ "external" ], + "id" : "529" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000203", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "BWMD", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "https://www.materials.fraunhofer.de/ontologies/BWMD_ontology", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The quantity kind concentration", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "17.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://www.materials.fraunhofer.de/ontologies/BWMD_ontology/mid#BWMD_00298", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "quality", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000203", + "en" : "concentration [bwmd]" + }, + "comment" : { + "en" : "https://www.materials.fraunhofer.de/ontologies/BWMD_ontology" + }, + "attributes" : [ "external" ], + "id" : "530" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000445", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Schneckendrehzahl [dik]", + "IRI-based" : "DIGITRUBBER_000445", + "en" : "Screw Speed [dik]" + }, + "attributes" : [ "external" ], + "id" : "531" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000208", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "ECSO", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "the strength of a solution; number of molecules of a substance in a given volume", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.dataone.org/odo/ECSO8.owl", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "19.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.dataone.org/odo/ECSO_00001120", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "quality", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000208", + "en" : "concentration [ecso]" + }, + "comment" : { + "en" : "http://purl.dataone.org/odo/ECSO8.owl" + }, + "attributes" : [ "external" ], + "id" : "532" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000209", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Sven Schwabe (IFNANO)", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Product of the process of Extrusion", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "06.04.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://en.wikipedia.org/wiki/Extrusionn", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "Extrudat", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "31.03.2022", + "type" : "label" + } ], + "refersToCompetenceQuestion" : [ { + "identifier" : "refersToCompetenceQuestion", + "language" : "undefined", + "value" : "IFNANO:02_CQ; IFNANO:03_CQ", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "material entity", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000209", + "en" : "extrudate [ifnano]" + }, + "attributes" : [ "external" ], + "id" : "533" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000448", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "OM", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://www.ontology-of-units-of-measure.org/resource/om-2/Pressure", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Pressure is the force applied to or distributed over a surface. It is a derived quantity in the International System of Units. Pressure is force divided by area.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://www.ontology-of-units-of-measure.org/resource/om-2", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Druck [om]", + "IRI-based" : "DIGITRUBBER_000448", + "en" : "Pressure [om]" + }, + "attributes" : [ "external" ], + "id" : "534" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000206", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "EDAM", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://edamontology.org", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The concentration of a chemical compound.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "19.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://edamontology.org/data_2140", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "quality", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000206", + "en" : "concentration [edam]" + }, + "comment" : { + "en" : "http://edamontology.org" + }, + "attributes" : [ "external" ], + "id" : "535" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000207", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "CHMO", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chmo.owl", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Experimental method output expressing the contribution of one constituent to the composition of a mixture.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "19.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/CHMO_0002820", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "quality", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000207", + "en" : "concentration [chmo]" + }, + "comment" : { + "en" : "http://purl.obolibrary.org/obo/chmo.owl" + }, + "attributes" : [ "external" ], + "id" : "536" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000449", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Schablonengeometrie [dik]", + "IRI-based" : "DIGITRUBBER_000449", + "en" : "Die Geometry [dik]" + }, + "attributes" : [ "external" ], + "id" : "537" + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002279", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pathologic lymph node stage for lung according to AJCC 7th edition", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A categorical value specification that is a pathologic finding about one or more characteristics of lung cancer following the rules of the TNM AJCC v7 classification system as they pertain to staging of regional lymph nodes.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "NCI BBRB, OBI", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "pN: Pathologic spread colon lymph nodes (AJCC 7th Edition)", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0002279", + "undefined" : "pathologic lymph node stage for lung according to AJCC 7th edition" + }, + "individuals" : [ { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002280", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pN0 (lung)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic lymph node stage for lung according to AJCC 7th edition indicating no regional lymph node metastasis.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_n/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002280", + "undefined" : "pN0 (lung)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002281", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pN1 (lung)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic lymph node stage for lung according to AJCC 7th edition indicating metastasis in ipsilateral peribronchial and/or ipsilateral hilar lymph nodes and intrapulmonary nodes, including involvement by direct extension.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_n/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002281", + "undefined" : "pN1 (lung)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002282", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pN2 (lung)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic lymph node stage for lung according to AJCC 7th edition indicating metastasis in ipsilateral mediastinal and/or subcarinal lymph node(s).", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_n/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002282", + "undefined" : "pN2 (lung)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002283", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pN3 (lung)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic lymph node stage for lung according to AJCC 7th edition indicating metastasis in contralateral mediastinal, contralateral hilar, ipsilateral or contralateral scalene, or supraclavicular lymph node(s).", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_n/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002283", + "undefined" : "pN3 (lung)" + } + } ], + "attributes" : [ "external" ], + "id" : "286", + "superClasses" : [ "281" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000094", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "material processing", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "undefined", + "value" : "A cell lysis, production of a cloning vector, creating a buffer.", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A planned process which results in physical changes in a specified input material", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000122", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON: Melanie Courtot", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "PERSON: Bjoern Peters", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON: Philippe Rocca Serra", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON: Frank Gibson", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON: Jennifer Fostel", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "en", + "value" : "OBI branch derived", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "material transformation", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0000094", + "en" : "material processing" + }, + "subClasses" : [ "105" ], + "attributes" : [ "external" ], + "id" : "106", + "superClasses" : [ "236" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002270", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pathologic lymph node stage for colon and rectum according to AJCC 7th edition", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A categorical value specification that is a pathologic finding about one or more characteristics of colorectal cancer following the rules of the TNM AJCC v7 classification system as they pertain to staging of regional lymph nodes.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "NCI BBRB, OBI", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "pN: Pathologic spread colon lymph nodes (AJCC 7th Edition)", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0002270", + "undefined" : "pathologic lymph node stage for colon and rectum according to AJCC 7th edition" + }, + "individuals" : [ { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002278", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pN2b (colon)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic lymph node stage for colon and rectum according to AJCC 7th edition indicating metastasis in 7 or more regional lymph nodes.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_n/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002278", + "undefined" : "pN2b (colon)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002271", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pN0 (colon)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic lymph node stage for colon and rectum according to AJCC 7th edition indicating no regional lymph node metastsis.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_n/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002271", + "undefined" : "pN0 (colon)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002272", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pN1 (colon)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic lymph node stage for colon and rectum according to AJCC 7th edition indicating metastasis in 1-3 regional lymph nodes.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_n/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002272", + "undefined" : "pN1 (colon)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002273", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pN1a (colon)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic lymph node stage for colon and rectum according to AJCC 7th edition indicating metastasis in 1 regional lymph node.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_n/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002273", + "undefined" : "pN1a (colon)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002274", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pN1b (colon)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic lymph node stage for colon and rectum according to AJCC 7th edition indicating metastasis in 2-3 regional lymph nodes.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_n/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002274", + "undefined" : "pN1b (colon)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002275", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pN1c (colon)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic lymph node stage for colon and rectum according to AJCC 7th edition indicating tumor deposit(s), i.e., satellites in the subserosa, or in non-peritonealized pericolic or perirectal soft tissue without regional lymph node metastasis.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_n/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002275", + "undefined" : "pN1c (colon)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002276", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pN2 (colon)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic lymph node stage for colon and rectum according to AJCC 7th edition indicating metastasis in 4 or more regional lymph nodes.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_n/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002276", + "undefined" : "pN2 (colon)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002277", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pN2a (colon)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic lymph node stage for colon and rectum according to AJCC 7th edition indicating metastasis in 4 to 6 regional lymph nodes.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_n/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002277", + "undefined" : "pN2a (colon)" + } + } ], + "attributes" : [ "external" ], + "id" : "292", + "superClasses" : [ "281" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000450", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Extrudatquerschnitt [dik]", + "IRI-based" : "DIGITRUBBER_000450", + "en" : "Extrudate Cross Section [dik]" + }, + "attributes" : [ "external" ], + "id" : "538" + }, { + "iri" : "http://purl.obolibrary.org/obo/CHEBI_33832", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "hasDbXref" : [ { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "ChEBI", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "Any organic molecule that consists of atoms connected in the form of a ring.", + "type" : "label" + } ], + "hasOBONamespace" : [ { + "identifier" : "hasOBONamespace", + "language" : "undefined", + "value" : "chebi_ontology", + "type" : "label" + } ], + "hasRelatedSynonym" : [ { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "organic cyclic compounds", + "type" : "label" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "CHEBI:33832", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#3_STAR", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "CHEBI_33832", + "undefined" : "organic cyclic compound" + }, + "subClasses" : [ "213", "216" ], + "attributes" : [ "external" ], + "id" : "214", + "superClasses" : [ "342", "539" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000211", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "REX", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/rex.owl", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A transformation in which an atom or group Y connected to two other atoms or groups X and Z is lost from a molecule, leading to a product in which X is bonded to Z, e.g. X-Y-Z --> X-Z + Y.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "19.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/REX_0000100", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "process", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000211", + "en" : "extrusion [rex]" + }, + "comment" : { + "en" : "http://purl.obolibrary.org/obo/rex.owl" + }, + "attributes" : [ "external" ], + "id" : "540" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000453", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "CHMO", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A piece of apparatus that is used to measure a physical quantity.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/CHMO_0002793", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chmo.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Sensor [chmo]", + "IRI-based" : "DIGITRUBBER_000453", + "en" : "Sensor [chmo]" + }, + "attributes" : [ "external" ], + "id" : "541" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000212", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "CHMO", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A process used to create objects of a fixed cross-sectional profile by forcing or drawing a material through a die.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chmo.owl", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "19.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/CHMO_0001613", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "process", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000212", + "en" : "extrusion [chmo]" + }, + "comment" : { + "en" : "http://purl.obolibrary.org/obo/chmo.owl" + }, + "attributes" : [ "external" ], + "id" : "542" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000454", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Temperaturmessschwert [dik]", + "IRI-based" : "DIGITRUBBER_000454", + "en" : "Temperature Measuring Sword [dik]" + }, + "attributes" : [ "external" ], + "id" : "543" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000451", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Sensor [dik]", + "IRI-based" : "DIGITRUBBER_000451", + "en" : "Sensor [dik]" + }, + "attributes" : [ "external" ], + "id" : "544" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000452", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "SOSA", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Device, agent (including humans), or software (simulation) involved in, or implementing, a Procedure. Sensors respond to a stimulus, e.g., a change in the environment, or input data composed from the results of prior Observations, and generate a Result. Sensors can be hosted by Platforms.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://www.w3.org/ns/sosa/Sensor", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://www.w3.org/ns/sosa/", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Sensor [sosa]", + "IRI-based" : "DIGITRUBBER_000452", + "en" : "Sensor [sosa]" + }, + "attributes" : [ "external" ], + "id" : "545" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000210", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Sven Schwabe (IFNANO)", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Extrusion is a process used to create objects of a fixed cross-sectional profile by pushing material through a die of the desired cross-section.", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "06.04.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://en.wikipedia.org/wiki/Extrusion", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "Extrusion", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "31.03.2022", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "process", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000210", + "en" : "extrusion [ifnano]" + }, + "attributes" : [ "external" ], + "id" : "546" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000215", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Sven Schwabe (IFNANO)", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A quality of a sample in terms of homogenity, or the distribution of concentration of a specific component in a mixture, in a macroscopic body.", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "06.04.2022", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "Verteilungsgüte; homogenity", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "31.03.2022", + "type" : "label" + } ], + "refersToCompetenceQuestion" : [ { + "identifier" : "refersToCompetenceQuestion", + "language" : "undefined", + "value" : "IFNANO:02_CQ; IFNANO:03_CQ", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "quality", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000215", + "en" : "distribution quality [ifnano]" + }, + "attributes" : [ "external" ], + "id" : "547" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000457", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Getriebe [dik]", + "IRI-based" : "DIGITRUBBER_000457", + "en" : "Gearbox [dik]" + }, + "attributes" : [ "external" ], + "id" : "548" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000458", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Motor [dik]", + "IRI-based" : "DIGITRUBBER_000458", + "en" : "Engine [dik]" + }, + "attributes" : [ "external" ], + "id" : "549" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000216", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Sven Schwabe (IFNANO)", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "In Spectroscopy, peaks are features of a spectrum. A peak comprise a restricted region of a spectrum, which is absorbed or emitted with high intensity. It is defined as a local maximum in the spectrum.", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "06.06.2023", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "31.03.2022", + "type" : "label" + } ], + "refersToCompetenceQuestion" : [ { + "identifier" : "refersToCompetenceQuestion", + "language" : "undefined", + "value" : "IFNANO:01_CQ", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000216", + "en" : "peak[ifnano]" + }, + "comment" : { + "undefined" : "in Spectroscopy" + }, + "attributes" : [ "external" ], + "id" : "550" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000455", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Drucksensor [dik]", + "IRI-based" : "DIGITRUBBER_000455", + "en" : "Pressure Sensor [dik]" + }, + "attributes" : [ "external" ], + "id" : "551" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000213", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Sven Schwabe (IFNANO)", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Laser induced breakdown spectroscopy is a type of atomic emission spectroscopy which uses a highly energetic laser pulse as the excitation source. The laser is focused to form a plasma, which atomizes and excites samples. The Emission of these excited species is analyzed to identify and quantify the elements contained in the sample.", + "type" : "label" + } ], + "hasExactSynonym" : [ { + "identifier" : "hasExactSynonym", + "language" : "undefined", + "value" : "LIBS", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "06.04.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://en.wikipedia.org/wiki/Laser-induced_breakdown_spectroscopy", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "Laserinduzierte Plasmaspektroskopie", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "31.03.2022", + "type" : "label" + } ], + "refersToCompetenceQuestion" : [ { + "identifier" : "refersToCompetenceQuestion", + "language" : "undefined", + "value" : "IFNANO:01_CQ; IFNANO:02_CQ; IFNANO:03_CQ", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "plan specification", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000213", + "en" : "Laser induced breakdown spectroscopy [ifnano]" + }, + "attributes" : [ "external" ], + "id" : "552" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000456", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Temperatursensor [dik]", + "IRI-based" : "DIGITRUBBER_000456", + "en" : "Temperature Sensor [dik]" + }, + "attributes" : [ "external" ], + "id" : "553" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000214", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "CHMO", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chmo.owl", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A type of atomic emission spectrometry where a high energy laser pulse is used to generate a plasma which acts as the excitation source.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "19.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/CHMO_0000258", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "plan specification", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000214", + "en" : "Laser induced breakdown spectroscopy [chmo]" + }, + "comment" : { + "en" : "http://purl.obolibrary.org/obo/chmo.owl" + }, + "attributes" : [ "external" ], + "id" : "554" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000219", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Yamen Alsalka", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Is to reliably assign new samples to existing classes in a given population.", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "Unscrambler X", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "2023-06-06T09:45:47.151055Z", + "type" : "label" + } ], + "created_by" : [ { + "identifier" : "created_by", + "language" : "undefined", + "value" : "Yamen Alsalka", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000219", + "en" : "Classification [ifnano]" + }, + "attributes" : [ "external" ], + "id" : "555" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000217", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "allotrope.org", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.allotrope.org/ontologies/", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A peak describes a part of a data distribution function at a definite range of the experimental parameter (independent variable) of the distribution function. This definition includes a single data point of the distribution function. [Allotrope]", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "17.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.allotrope.org/ontologies/result#AFR_0000413", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000217", + "en" : "peak [allotrope]" + }, + "comment" : { + "en" : "http://purl.allotrope.org/ontologies/" + }, + "attributes" : [ "external" ], + "id" : "556" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000459", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "ENVO", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ENVO_01000610", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/envo.owl", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "motor", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Motor [envo]", + "IRI-based" : "DIGITRUBBER_000459", + "en" : "Engine [envo]" + }, + "attributes" : [ "external" ], + "id" : "557" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000218", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCIT", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The most extreme possible amount or value; the highest point.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "19.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C48054", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000218", + "en" : "peak [ncit]" + }, + "comment" : { + "en" : "http://purl.obolibrary.org/obo/ncit.owl" + }, + "attributes" : [ "external" ], + "id" : "558" + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002284", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pathologic lymph node stage for kidney according to AJCC 7th edition", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A categorical value specification that is a pathologic finding about one or more characteristics of renal cancer following the rules of the TNM AJCC v7 classification system as they pertain to staging of regional lymph nodes.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "NCI BBRB, OBI", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "pN: Pathologic spread kidney lymph nodes (AJCC 7th Edition)", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0002284", + "undefined" : "pathologic lymph node stage for kidney according to AJCC 7th edition" + }, + "individuals" : [ { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002285", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pN0 (kidney)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic lymph node stage for kidney according to AJCC 7th edition indicating that there is no regional lymph node metastasis.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_n/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002285", + "undefined" : "pN0 (kidney)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002286", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pN1 (kidney)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic lymph node stage for kidney according to AJCC 7th edition indicating that there is regional lymph node metastasis.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_n/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002286", + "undefined" : "pN1 (kidney)" + } + } ], + "attributes" : [ "external" ], + "id" : "293", + "superClasses" : [ "281" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000460", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Speisewalze [dik]", + "IRI-based" : "DIGITRUBBER_000460", + "en" : "Feeding Roll [dik]" + }, + "attributes" : [ "external" ], + "id" : "559" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000461", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Stiftzone [dik]", + "IRI-based" : "DIGITRUBBER_000461", + "en" : "Pin Zone [dik]" + }, + "attributes" : [ "external" ], + "id" : "560" + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002287", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pathologic lymph node stage for ovary according to AJCC 7th edition", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A categorical value specification that is a pathologic finding about one or more characteristics of ovarian cancer following the rules of the TNM AJCC v7 classification system as they pertain to staging of regional lymph nodes.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "NCI BBRB, OBI", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "pN: Pathologic spread ovarian lymph nodes (AJCC 7th Edition)", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0002287", + "undefined" : "pathologic lymph node stage for ovary according to AJCC 7th edition" + }, + "individuals" : [ { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002289", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pN1 (ovary)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic lymph node stage for ovary according to AJCC 7th edition indicating that there is regional lymph node metastasis.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_n/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002289", + "undefined" : "pN1 (ovary)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002288", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pN0 (ovary)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic lymph node stage for ovary according to AJCC 7th edition indicating that there is no regional lymph node metastasis.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_n/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002288", + "undefined" : "pN0 (ovary)" + } + } ], + "attributes" : [ "external" ], + "id" : "298", + "superClasses" : [ "281" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/CHEBI_33833", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "hasDbXref" : [ { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "IUPAC", + "type" : "label" + } ], + "hasExactSynonym" : [ { + "identifier" : "hasExactSynonym", + "language" : "undefined", + "value" : "heteroarenes", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A heterocyclic compound formally derived from an arene by replacement of one or more methine (-C=) and/or vinylene (-CH=CH-) groups by trivalent or divalent heteroatoms, respectively, in such a way as to maintain the continuous pi-electron system characteristic of aromatic systems and a number of out-of-plane pi-electrons corresponding to the Hueckel rule (4n+2).", + "type" : "label" + } ], + "hasRelatedSynonym" : [ { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "hetarenes", + "type" : "label" + } ], + "hasOBONamespace" : [ { + "identifier" : "hasOBONamespace", + "language" : "undefined", + "value" : "chebi_ontology", + "type" : "label" + } ], + "hasSynonymType" : [ { + "identifier" : "hasSynonymType", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#IUPAC_NAME", + "type" : "iri" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "CHEBI:33833", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#3_STAR", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "CHEBI_33833", + "undefined" : "heteroarene" + }, + "subClasses" : [ "190" ], + "attributes" : [ "external" ], + "id" : "191", + "superClasses" : [ "213", "216" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000464", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Speisewalzen-Temperatursteuergerät [dik]", + "IRI-based" : "DIGITRUBBER_000464", + "en" : "Feeding Roll Temperature Control Unit [dik]" + }, + "attributes" : [ "external" ], + "id" : "561" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000222", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Sven Schwabe (IFNANO)", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Result of different mathematical processes conducted on raw Spectra. Processing steps include e.g. normalization and baseline correction", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "06.04.2022", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "bearbeitetes Spektrum; verarbeitetes Spektrum", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "31.03.2022", + "type" : "label" + } ], + "refersToCompetenceQuestion" : [ { + "identifier" : "refersToCompetenceQuestion", + "language" : "undefined", + "value" : "IFNANO:01_CQ", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000222", + "en" : "processed spectrum [ifnano]" + }, + "attributes" : [ "external" ], + "id" : "562" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000223", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Sven Schwabe (IFNANO)", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Principal component analysis (PCA) is the process of computing the principal components and using them to perform a change of basis on the data.", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "06.04.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://en.wikipedia.org/wiki/Principal_component_analysis", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "Hauptkomponentenanalyse", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "31.03.2022", + "type" : "label" + } ], + "refersToCompetenceQuestion" : [ { + "identifier" : "refersToCompetenceQuestion", + "language" : "undefined", + "value" : "IFNANO:01_CQ", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "plan specification", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000223", + "en" : "principal component analysis [ifnano]" + }, + "attributes" : [ "external" ], + "id" : "563" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000465", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Speisewalzen-Temperatur [dik]", + "IRI-based" : "DIGITRUBBER_000465", + "en" : "Feeding Roll Temperature [dik]" + }, + "attributes" : [ "external" ], + "id" : "564" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000462", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Einzugszone [dik]", + "IRI-based" : "DIGITRUBBER_000462", + "en" : "Feeding Zone [dik]" + }, + "attributes" : [ "external" ], + "id" : "565" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000220", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "MS", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ms.owl", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A localized region of relatively large ion signal in a mass spectrum. Although peaks are often associated with particular ions, the terms peak and ion should not be used interchangeably.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "19.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/MS_1000231", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000220", + "en" : "peak [ms]" + }, + "comment" : { + "en" : "http://purl.obolibrary.org/obo/ms.owl" + }, + "attributes" : [ "external" ], + "id" : "566" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000463", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Werkzeugzone [dik]", + "IRI-based" : "DIGITRUBBER_000463", + "en" : "Molding Zone [dik]" + }, + "attributes" : [ "external" ], + "id" : "567" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000221", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Sven Schwabe (IFNANO)", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Unprocessed data obtained from spectrometric devices", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "06.04.2022", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "Rohspektrum", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "31.03.2022", + "type" : "label" + } ], + "refersToCompetenceQuestion" : [ { + "identifier" : "refersToCompetenceQuestion", + "language" : "undefined", + "value" : "IFNANO:01_CQ", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000221", + "en" : "raw spectrum [ifnano]" + }, + "attributes" : [ "external" ], + "id" : "568" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000468", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Einzugszonen-Temperatursteuergerät [dik]", + "IRI-based" : "DIGITRUBBER_000468", + "en" : "Feeding Zone Temperature Control Unit [dik]" + }, + "attributes" : [ "external" ], + "id" : "569" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000226", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Measurement using photometry", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "process", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000226", + "en" : "Photometric Measurement Process [ifnano]" + }, + "attributes" : [ "external" ], + "id" : "570" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000469", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Einzugszonen-Temperatur [dik]", + "IRI-based" : "DIGITRUBBER_000469", + "en" : "Feeding Zone Temperature [dik]" + }, + "attributes" : [ "external" ], + "id" : "571" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000227", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Christoph Lenth", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Metadata are data, which belong to a measurement. They complete the measurment data providing information about the condition under which the measurements have been taken place.", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000227", + "en" : "Metadata [ifnano]" + }, + "attributes" : [ "external" ], + "id" : "572" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000466", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Schnecken-Temperatursteuergerät [dik]", + "IRI-based" : "DIGITRUBBER_000466", + "en" : "Screw Temperature Control Unit [dik]" + }, + "attributes" : [ "external" ], + "id" : "573" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000224", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCIT", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A vector space transform used to reduce the dimensionality in a dataset while retaining those characteristics of the dataset that contribute most to its variance.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "19.08.2023", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C49291", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "plan specification", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000224", + "en" : "principal component analysis [ncit]" + }, + "comment" : { + "en" : "http://purl.obolibrary.org/obo/ncit.owl" + }, + "attributes" : [ "external" ], + "id" : "574" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000467", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Schnecken-Temperatur [dik]", + "IRI-based" : "DIGITRUBBER_000467", + "en" : "Screw Temperature [dik]" + }, + "attributes" : [ "external" ], + "id" : "575" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000225", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "EDAM", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A statistical procedure that uses an orthogonal transformation to convert a set of observations of possibly correlated variables into a set of values of linearly uncorrelated variables called principal components.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://edamontology.org", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "19.08.2023", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://edamontology.org/operation_3960", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "plan specification", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000225", + "en" : "principal component analysis [edam]" + }, + "comment" : { + "en" : "http://edamontology.org" + }, + "attributes" : [ "external" ], + "id" : "576" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000228", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCIT", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Data about data; information that describes another set of data.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "19.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C52095", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000228", + "en" : "Metadata [ncit]" + }, + "comment" : { + "en" : "http://purl.obolibrary.org/obo/ncit.owl" + }, + "attributes" : [ "external" ], + "id" : "577" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000229", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Christoph Lenth", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Measurement method using visible light to analyse the property of a substance", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "06.06.2023", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://de.wikipedia.org/wiki/Photometrie", + "type" : "iri" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "31.03.2022", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "plan specification", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000229", + "en" : "Photometry [ifnano]" + }, + "attributes" : [ "external" ], + "id" : "578" + }, { + "iri" : "https://www.tib.eu/digitrubber#ROi3BNAY7lNum6bqHYNnKv", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "GROUP: TIB", + "type" : "label" + }, { + "identifier" : "contributor", + "language" : "undefined", + "value" : "PERSON: Lars Vogt", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "provide a human-readable definition of the type of entity the class refers to", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "add one of the individual of \"curation status specification\"", + "type" : "label" + }, { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "ROi3BNAY7lNum6bqHYNnKv", + "en" : "template class" + }, + "attributes" : [ "external" ], + "id" : "579" + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002215", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "histologic grade for ovarian tumor", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A categorical value specification that is a histologic grade assigned to a ovarian tumor.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "NCI BBRB, OBI", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0002215", + "undefined" : "histologic grade for ovarian tumor" + }, + "subClasses" : [ "193", "196" ], + "attributes" : [ "external" ], + "id" : "194", + "superClasses" : [ "281" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000272", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "protocol", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "PCR protocol, has objective specification, amplify DNA fragment of interest, and has action specification describes the amounts of experimental reagents used (e..g. buffers, dNTPS, enzyme), and the temperature and cycle time settings for running the PCR.", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A plan specification which has sufficient level of detail and quantitative information to communicate it between investigation agents, so that different investigation agents will reliably be able to independently reproduce the process.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000122", + "type" : "iri" + } ], + "OBI_0001847" : [ { + "identifier" : "OBI_0001847", + "language" : "undefined", + "value" : "study protocol", + "type" : "label" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "PlanAndPlannedProcess Branch", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "en", + "value" : "OBI branch derived + wikipedia (http://en.wikipedia.org/wiki/Protocol_%28natural_sciences%29)", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0000272", + "en" : "protocol" + }, + "attributes" : [ "external" ], + "id" : "580" + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002216", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "histologic grade for ovarian tumor according to a two-tier grading system", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A histologic grade for ovarian tumor that is from a two-tier histological classification of tumors.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "NCI BBRB, OBI", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0002216", + "undefined" : "histologic grade for ovarian tumor according to a two-tier grading system" + }, + "individuals" : [ { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002217", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Low grade ovarian tumor", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A histologic grade for ovarian tumor according to a two-tier grading system indicating that the tumor is low grade.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "NCI BBRB, OBI", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "Low grade", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002217", + "undefined" : "Low grade ovarian tumor" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002218", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "High grade ovarian tumor", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A histologic grade for ovarian tumor according to a two-tier grading system indicating that the tumor is high grade.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "NCI BBRB, OBI", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "High grade", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002218", + "undefined" : "High grade ovarian tumor" + } + } ], + "attributes" : [ "external" ], + "id" : "193", + "superClasses" : [ "194" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/UO_0000095", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "volume unit", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "UO_0000095", + "undefined" : "volume unit" + }, + "individuals" : [ { + "iri" : "http://purl.obolibrary.org/obo/UO_0000098", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "milliliter", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A volume unit which is equal to one thousandth of a liter or 10^[-3] L, or to 1 cubic centimeter.", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "ml", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "UO_0000098", + "undefined" : "milliliter" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/UO_0000099", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "liter", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A volume unit which is equal to one thousandth of a cubic meter or 10^[-3] m^[3], or to 1 decimeter.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "L", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "UO_0000099", + "undefined" : "liter" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/UO_0000097", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "cubic centimeter", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A volume unit which is equal to one millionth of a cubic meter or 10^[-9] m^[3], or to 1 ml.", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "cc", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "UO_0000097", + "undefined" : "cubic centimeter" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/UO_0000102", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "nanoliter", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A volume unit which is equal to one thousandth of one millionth of a liter or 10^[-9] L.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "nl", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "UO_0000102", + "undefined" : "nanoliter" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/UO_0000103", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "picoliter", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A volume unit which is equal to 10^[-12] L.", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "pl", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "UO_0000103", + "undefined" : "picoliter" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/UO_0000100", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "cubic decimeter", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A volume unit which is equal to one thousand of a cubic meter or 10^[-3] m^[3], or to 1 L.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ] + }, + "labels" : { + "IRI-based" : "UO_0000100", + "undefined" : "cubic decimeter" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/UO_0000101", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "microliter", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A volume unit which is equal to one millionth of a liter or 10^[-6] L.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "ul", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "UO_0000101", + "undefined" : "microliter" + } + } ], + "attributes" : [ "external" ], + "id" : "581", + "superClasses" : [ "410" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002219", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "histologic grade for ovarian tumor according to the World Health Organization", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A histologic grade for ovarian tumor that is from a histological classification by the World Health Organization (WHO).", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "NCI BBRB, OBI", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0002219", + "undefined" : "histologic grade for ovarian tumor according to the World Health Organization" + }, + "individuals" : [ { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002223", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "G4 (WHO)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A histologic grade for ovarian tumor according to the World Health Organization indicating that the tumor is undifferentiated.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "NCI BBRB, OBI", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "G4", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002223", + "undefined" : "G4 (WHO)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002220", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "G1 (WHO)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A histologic grade for ovarian tumor according to the World Health Organization indicating that the tumor is well differentiated.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "NCI BBRB, OBI", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "G1", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002220", + "undefined" : "G1 (WHO)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002221", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "G2 (WHO)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A histologic grade for ovarian tumor according to the World Health Organization indicating that the tumor is moderately differentiated.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "NCI BBRB, OBI", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "G2", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002221", + "undefined" : "G2 (WHO)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002222", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "G3 (WHO)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A histologic grade for ovarian tumor according to the World Health Organization indicating that the tumor is poorly differentiated.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "NCI BBRB, OBI", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "G3", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002222", + "undefined" : "G3 (WHO)" + } + } ], + "attributes" : [ "external" ], + "id" : "196", + "superClasses" : [ "194" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000471", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Stiftzonen-Temperatur [dik]", + "IRI-based" : "DIGITRUBBER_000471", + "en" : "Pin Zone Temperature [dik]" + }, + "attributes" : [ "external" ], + "id" : "582" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000472", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Werkzeugzonen-Temperatursteuergerät [dik]", + "IRI-based" : "DIGITRUBBER_000472", + "en" : "Molding Zone Temperature Control Unit [dik]" + }, + "attributes" : [ "external" ], + "id" : "583" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000230", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCIT", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Measurement of the properties of light, especially luminous intensity.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "19.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C65109", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "plan specification", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000230", + "en" : "Photometry [ncit]" + }, + "comment" : { + "en" : "http://purl.obolibrary.org/obo/ncit.owl" + }, + "attributes" : [ "external" ], + "id" : "584" + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002210", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "histologic grade according to the Fuhrman Nuclear Grading System", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A categorical value specification that is a histologic grade assigned to a tumor slide specimen according to the Fuhrman Nuclear Grading System.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "NCI BBRB, OBI", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "Histologic Grade (Fuhrman Nuclear Grading System)", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0002210", + "undefined" : "histologic grade according to the Fuhrman Nuclear Grading System" + }, + "individuals" : [ { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002212", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "G2 (Fuhrman)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A histologic grade according to the Fuhrman Nuclear Grading System indicating that nuclei are slightly irregular, approximately 15um and nucleoli are evident.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "NCI BBRB, OBI", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "Grade 2", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002212", + "undefined" : "G2 (Fuhrman)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002213", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "G3 (Fuhrman)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A histologic grade according to the Fuhrman Nuclear Grading System indicating that nuclei are very irregular, approximately 20um and nucleoli large and prominent.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "NCI BBRB, OBI", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "Grade 3", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002213", + "undefined" : "G3 (Fuhrman)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002214", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "G4 (Fuhrman)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A histologic grade according to the Fuhrman Nuclear Grading System indicating that nuclei arei bizarre and multilobulated, 20um or greater and nucleoli are prominent and chromatin clumped.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "NCI BBRB, OBI", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "Grade 4", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002214", + "undefined" : "G4 (Fuhrman)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002211", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "G1 (Fuhrman)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A histologic grade according to the Fuhrman Nuclear Grading System indicating that nuclei are round, uniform, approximately 10um and that nucleoli are inconspicuous or absent.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "NCI BBRB, OBI", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "Grade 1", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002211", + "undefined" : "G1 (Fuhrman)" + } + } ], + "attributes" : [ "external" ], + "id" : "295", + "superClasses" : [ "281" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000470", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Stiftzonen-Temperatursteuergerät [dik]", + "IRI-based" : "DIGITRUBBER_000470", + "en" : "Pin Zone Temperature Control Unit [dik]" + }, + "attributes" : [ "external" ], + "id" : "585" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000233", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCTI", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "An assessment used to quantify and describe the colors within the visible spectrum of light.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.allotrope.org/ontologies/", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "19.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C111096", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "plan specification", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000233", + "en" : "Colorimetry [ncit]" + }, + "comment" : { + "en" : "http://purl.allotrope.org/ontologies/" + }, + "attributes" : [ "external" ], + "id" : "586" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000475", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "number of crosslinks per unit volume or unit mass of vulcanizate", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Anzahl von Vernetzungen in einem Vulkanisat je Volumen- oder Masseneinheit", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Vernetzungsdichte [dik]", + "IRI-based" : "DIGITRUBBER_000475", + "en" : "Crosslink Density [dik]" + }, + "attributes" : [ "external" ], + "id" : "587" + }, { + "iri" : "http://purl.obolibrary.org/obo/IAO_0000225", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "obsolescence reason specification", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The reason for which a term has been deprecated. The allowed values come from an enumerated list of predefined terms. See the specification of these instances for more detailed definitions of each enumerated value.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000125", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "PERSON: Alan Ruttenberg", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "PERSON: Melanie Courtot", + "type" : "label" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "en", + "value" : "The creation of this class has been inspired in part by Werner Ceusters' paper, Applying evolutionary terminology auditing to the Gene Ontology.", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "IAO_0000225", + "en" : "obsolescence reason specification" + }, + "individuals" : [ { + "iri" : "http://purl.obolibrary.org/obo/IAO_0000103", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "failed exploratory term", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The term was used in an attempt to structure part of the ontology but in retrospect failed to do a good job", + "type" : "label" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "Person:Alan Ruttenberg", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "IAO_0000103", + "en" : "failed exploratory term" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/IAO_0000226", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "placeholder removed", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "IAO_0000226", + "en" : "placeholder removed" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/IAO_0000227", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "terms merged", + "type" : "label" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "en", + "value" : "An editor note should explain what were the merged terms and the reason for the merge.", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "IAO_0000227", + "en" : "terms merged" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/IAO_0000228", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "term imported", + "type" : "label" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "en", + "value" : "This is to be used when the original term has been replaced by a term imported from an other ontology. An editor note should indicate what is the URI of the new term to use.", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "IAO_0000228", + "en" : "term imported" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/IAO_0000229", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "term split", + "type" : "label" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "en", + "value" : "This is to be used when a term has been split in two or more new terms. An editor note should indicate the reason for the split and indicate the URIs of the new terms created.", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "IAO_0000229", + "en" : "term split" + } + } ], + "attributes" : [ "external" ], + "id" : "588", + "superClasses" : [ "141" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000234", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Digital representation of an image. Images are represented in natural numbers.", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000234", + "en" : "Image data [ifnano]" + }, + "attributes" : [ "external" ], + "id" : "589" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000476", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "product of the vulcanization of a rubber compound", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Produkt der Vulkanisation einer Kautschukmischung", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "de", + "value" : "vulkanisierter Kautschuk", + "type" : "label" + }, { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "vulcanized rubber", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Vulkanisat [dik]", + "IRI-based" : "DIGITRUBBER_000476", + "en" : "Vulcanizate [dik]" + }, + "attributes" : [ "external" ], + "id" : "590" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000473", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Werkzeugzonen-Temperatur [dik]", + "IRI-based" : "DIGITRUBBER_000473", + "en" : "Molding Zone Temperature [dik]" + }, + "attributes" : [ "external" ], + "id" : "591" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000231", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Christoph Lenth", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Determination concentrations using a color chart", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://de.wikipedia.org/wiki/Kolorimetrie", + "type" : "iri" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "31.03.2022", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "plan specification", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000231", + "en" : "Colorimetry (chemical method) [ifnano]" + }, + "attributes" : [ "external" ], + "id" : "592" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000232", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "allotrope.org", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The determination of the spectral absorbance of a solution. This method is often used to determine the concentration of a chemical in a solution. [CHMO]", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "17.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.allotrope.org/ontologies/process#AFP_0002309", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "plan specification", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000232", + "en" : "Colorimetry [allotrope]" + }, + "comment" : { + "en" : "http://purl.allotrope.org/ontologies/" + }, + "attributes" : [ "external" ], + "id" : "593" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000474", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Vulkanisationszeit [dik]", + "IRI-based" : "DIGITRUBBER_000474", + "en" : "Vulcanization Time [dik]" + }, + "attributes" : [ "external" ], + "id" : "594" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000237", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Element of the picture grid", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000237", + "en" : "Pixel [ifnano]" + }, + "comment" : { + "en" : "format" + }, + "attributes" : [ "external" ], + "id" : "595" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000479", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "〈act of〉 insertion of crosslinks between or within rubber chains to give a network structure", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "〈Aktion〉 Erzeugung von Vernetzungen zwischen oder innerhalb von Kautschukketten unter Ausbildung eines Netzwerks", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Vernetzen [dik]", + "IRI-based" : "DIGITRUBBER_000479", + "en" : "Crosslinking [dik]" + }, + "attributes" : [ "external" ], + "id" : "596" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000238", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCIT", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The smallest resolvable rectangular area of an image, either on a screen or stored in memory.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "19.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C48367", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000238", + "en" : "Pixel [ncit]" + }, + "comment" : { + "en" : "http://purl.obolibrary.org/obo/ncit.owl" + }, + "attributes" : [ "external" ], + "id" : "597" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000235", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Digital representation of an image using a natural number defining the red, green and blue proportion for each pixel", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000235", + "en" : "RGB image data [ifnano]" + }, + "attributes" : [ "external" ], + "id" : "598" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000477", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "chemical bond or atom(s) joining two rubber chains or two parts of the same rubber chain as a result of vulcanization", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "chemische Bindung oder Atom(e), die zwei Kautschukketten oder zwei Teile derselben Kette verbinden als Ergebnis der Vulkanisation", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Vernetzung [dik]", + "IRI-based" : "DIGITRUBBER_000477", + "en" : "Crosslink [dik]" + }, + "comment" : { + "de" : "In einem Vulkanisat können eingeschlossene Verschlaufungen als physikalische Vernetzungen fungieren und einen Beitrag zur Vernetzungsdichte leisten.", + "en" : "In a vulcanizate, trapped chain entanglements can act as physical crosslinks and contribute to the crosslink density." + }, + "attributes" : [ "external" ], + "id" : "599" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000236", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Commen form of representing a digital picture: The picture is represented as a XY-Grid of Data-Points containing the color and brightness information.", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000236", + "en" : "Picture grid [ifnano]" + }, + "comment" : { + "en" : "format" + }, + "attributes" : [ "external" ], + "id" : "600" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000478", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCIT", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C47936", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Any covalent linkage between two polymers or between two different regions of the same polymer.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Vernetzung [ncit]", + "IRI-based" : "DIGITRUBBER_000478", + "en" : "Crosslink [ncit]" + }, + "attributes" : [ "external" ], + "id" : "601" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000239", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The use of a digital computer to process digital images through an algorithm.", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "plan specification", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000239", + "en" : "Digital image processing [ifnano]" + }, + "attributes" : [ "external" ], + "id" : "602" + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002224", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pathologic primary tumor stage for colon and rectum according to AJCC 7th edition", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A categorical value specification that is a pathologic finding about one or more characteristics of colorectal cancer following the rules of the TNM American Joint Committee on Cancer (AJCC) version 7 classification system as they pertain to staging of the primary tumor. TNM pathologic primary tumor findings are based on clinical findings supplemented by histopathologic examination of one or more tissue specimens acquired during surgery.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "NCI BBRB, OBI", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "pT: Pathologic spread colorectal primary tumor (AJCC 7th Edition)", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0002224", + "undefined" : "pathologic primary tumor stage for colon and rectum according to AJCC 7th edition" + }, + "individuals" : [ { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002225", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pT0 (colon)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic primary tumor stage for colon and rectum according to AJCC 7th edition indicating that there is no evidence of primary tumor.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_t/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002225", + "undefined" : "pT0 (colon)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002226", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pTis (colon)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic primary tumor stage for colon and rectum according to AJCC 7th edition indicating carcinoma in situ (intraepithelial or invasion of lamina propria).", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_t/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002226", + "undefined" : "pTis (colon)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002227", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pT1 (colon)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic primary tumor stage for colon and rectum according to AJCC 7th edition indicating that the tumor invades submucosa.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_t/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002227", + "undefined" : "pT1 (colon)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002228", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pT2 (colon)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic primary tumor stage for colon and rectum according to AJCC 7th edition indicating that the tumor invades muscularis propria.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_t/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002228", + "undefined" : "pT2 (colon)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002229", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pT3 (colon)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic primary tumor stage for colon and rectum according to AJCC 7th edition indicating that the tumor invades subserosa or into non-peritionealized pericolic or perirectal tissues.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_t/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002229", + "undefined" : "pT3 (colon)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002230", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pT4a (colon)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic primary tumor stage for colon and rectum according to AJCC 7th edition indicating that the tumor perforates visceral peritoneum.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_t/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002230", + "undefined" : "pT4a (colon)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002231", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pT4b (colon)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic primary tumor stage for colon and rectum according to AJCC 7th edition indicating that the tumor directly invades other organs or structures.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/colon/path_t/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002231", + "undefined" : "pT4b (colon)" + } + } ], + "attributes" : [ "external" ], + "id" : "285", + "superClasses" : [ "281" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000482", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Druckkessel, der zur Vulkanisation von Kautschuk in Dampf oder Gas genutzt wird", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "pressurized vessel used for vulcanizing rubber in a vapour or gas", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Autoklav [dik]", + "IRI-based" : "DIGITRUBBER_000482", + "en" : "autoclave [dik]" + }, + "attributes" : [ "external" ], + "id" : "603" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000240", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Chrstoph Lenth", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Using image data and eventually digital image processing in order to generate a corellation between this data and an analytical target.", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "06.06.2023", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "31.03.2022", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "plan specification", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000240", + "en" : "Image analysis (Chemometrics) [ifnano]" + }, + "attributes" : [ "external" ], + "id" : "604" + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000047", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "processed material", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "Examples include gel matrices, filter paper, parafilm and buffer solutions, mass spectrometer, tissue samples", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Is a material entity that is created or changed during material processing.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000122", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "PERSON: Alan Ruttenberg", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0000047", + "en" : "processed material" + }, + "subClasses" : [ "198", "96" ], + "attributes" : [ "external" ], + "id" : "199" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000483", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "OBI", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/OBI_0001112", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A device that is used to sterilize equipment and supplies by subjecting them to high pressure steam at 121 C or more, typically for 15 to 20 minutes depending on the size of the load and the contents.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/obi.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Autoklav [obi]", + "IRI-based" : "DIGITRUBBER_000483", + "en" : "autoclave[obi]" + }, + "attributes" : [ "external" ], + "id" : "605" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000241", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "allotrope.org", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Image analysis is the discovering of patterns in an image that are correlated to qualities of the material entity the image represents or of abstract patterns. [Allotrope]", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "18.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.allotrope.org/ontologies/process#AFP_0003540", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "plan specification", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000241", + "en" : "Image analysis [allotrope]" + }, + "comment" : { + "en" : "allotrope" + }, + "attributes" : [ "external" ], + "id" : "606" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000480", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "condition of a vulcanizate during the course of vulcanization, measured in terms of its structure or properties", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Zustand eines Vulkanisats während des Vulkanisationsverlaufs, gemessen an dessen Struktur oder dessen Eigenschaften", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Vernetzungsgrad [dik]", + "IRI-based" : "DIGITRUBBER_000480", + "en" : "State of Cure [dik]" + }, + "attributes" : [ "external" ], + "id" : "607" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000481", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Verfahren, üblicherweise auf Hitze basierend, bei dem Kautschuk durch eine Veränderung seiner chemischen Struktur (zum Beispiel Vernetzung) in einen Zustand überführt wird, in dem die elastischen Eigenschaften erzeugt, wiederhergestellt oder verbessert oder über einen größeren Tempe-raturbereich erweitert werden", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "process, usually involving heat, in which rubber, through a change in its chemical structure (for example, crosslinking), is converted to a condition in which the elastic properties are conferred or re-established or improved or extended over a greater range of temperatures", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "cure", + "type" : "label" + }, { + "identifier" : "IAO_0000118", + "language" : "de", + "value" : "Vernetzung", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Vulkanisation [dik]", + "IRI-based" : "DIGITRUBBER_000481", + "en" : "Vulcanization [dik]" + }, + "attributes" : [ "external" ], + "id" : "608" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000486", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Vulkanisationsbedingungen, die notwendig sind, um einen akzeptablen Kompromiss zwischen verschiedenen gewünschten Vulkanisateigenschaften zu erzielen bzw. den optimalen Wert für eine bestimmte Eigenschaft zu erhalten", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "condition of vulcanization required to achieve an acceptable compromise among a number of desired vulcanizate properties or the optimum value of a selected property", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Vulkanisationsoptimum [dik]", + "IRI-based" : "DIGITRUBBER_000486", + "en" : "Optimum Cure [dik]" + }, + "attributes" : [ "external" ], + "id" : "609" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000244", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Jan Geweke", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "In terms of digtal image procession: correction methods to compensate image errors caused by lense distorsion or perspective.", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "plan specification", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000244", + "en" : "Geometry correction [ifnano]" + }, + "attributes" : [ "external" ], + "id" : "610" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000002", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "definded rigid Object based as result of an \nextrusion process", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "material entity", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000002", + "en" : "extrudate [imr]" + }, + "attributes" : [ "external" ], + "id" : "611" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000003", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "quality", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000003", + "en" : "geometry [imr]" + }, + "attributes" : [ "external" ], + "id" : "613" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000245", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Christoph Lenth", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Linear discriminant analysis (LDA), normal discriminant analysis (NDA), or discriminant function analysis is a generalization of Fisher's linear discriminant, a method used in statistics and other fields, to find a linear combination of features that characterizes or separates two or more classes of objects or events.", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://de.frwiki.wiki/wiki/Analyse_discriminante_lin%C3%A9aire", + "type" : "iri" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "31.03.2022", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "plan specification", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000245", + "en" : "Linear discriminant analysis [ifnano]" + }, + "attributes" : [ "external" ], + "id" : "614" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000487", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "state of vulcanization beyond the optimum cure", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Vulkanisationszustand jenseits des Vulkanisationsoptimums", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Übervulkanisation [dik]", + "IRI-based" : "DIGITRUBBER_000487", + "en" : "Overcure [dik]" + }, + "comment" : { + "de" : "Übervulkanisation wird gewöhnlich hervorgerufen durch zu lange Heizzeit und/oder zu hohe Vulkanisations- und/oder Nachvulkanisationstemperatur und/oder ein Übermaß an Vulkanisationsmitteln.", + "en" : "Overcure is generally caused by too long a time and/or too high a temperature of vulcanization and/or post cure, and/or a surplus of vulcanizing agents." + }, + "attributes" : [ "external" ], + "id" : "615" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000242", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "EDAM", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The analysis of a image (typically a digital image) of some type in order to extract information from it.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "19.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://edamontology.org/operation_3443", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "plan specification", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000242", + "en" : "Image analysis [edam]" + }, + "comment" : { + "en" : "http://purl.obolibrary.org/obo/ncit.owl" + }, + "attributes" : [ "external" ], + "id" : "616" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000484", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "CHMO", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/CHMO_0002166", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A thick-walled steel vessel used during synthesis methods that require both high pressures and high temperatures.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chmo.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Autoklav [chmo]", + "IRI-based" : "DIGITRUBBER_000484", + "en" : "autoclave [chmo]" + }, + "attributes" : [ "external" ], + "id" : "617" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000001", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "In relation to optical measuring methods a \nrating for the precision of a reconstructed\nmeasurement object", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "18.08.2022", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "is quality measurement (http://purl.obolibrary.org/obo/IAO_0000221 - m is a quality measurement of q at t. When q is a quality, there is a measurement process p that has specified output m, a measurement datum, that is about q). TIB terminological service.", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "quality", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000001", + "en" : "measurement quality [imr]" + }, + "attributes" : [ "external" ], + "id" : "618" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000485", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Art der Vulkanisation, bei der das Modul des Vulkanisats ein Maximum erreicht und dann über einen längeren Zeiraum bei der entsprechenden Vulkanisationstemperatur nahezu konstant bleibt", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "type of vulcanization during which the modulus of the vulcanizate proceeds to a maximum and then remains essentially constant for a substantial period at the vulcanization temperature", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "flat cure", + "type" : "label" + }, { + "identifier" : "IAO_0000118", + "language" : "de", + "value" : "Vulkanisationsebene", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Vulkanisationsplateau [dik]", + "IRI-based" : "DIGITRUBBER_000485", + "en" : "Plateau Cure [dik]" + }, + "attributes" : [ "external" ], + "id" : "619" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000243", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Christoph Lenth", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The information represented by one or more variables, which has to be predicted by data analysis in instrumental analytics", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "31.03.2022", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "en", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000243", + "en" : "analytical target [ifnano]" + }, + "attributes" : [ "external" ], + "id" : "620" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000006", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "geometrical method to determine distances \nbetween to points", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "plan specification", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000006", + "en" : "triangulation [imr]" + }, + "attributes" : [ "external" ], + "id" : "621" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000248", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Christoph Lenth", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A type of algorithm that learns patterns from untagged data", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "plan specification", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000248", + "en" : "Unsupervised learning [ifnano]" + }, + "attributes" : [ "external" ], + "id" : "622" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000007", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "hasExactSynonym" : [ { + "identifier" : "hasExactSynonym", + "language" : "undefined", + "value" : "mm", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "quality", + "type" : "label" + } ] + }, + "label" : { + "de" : "millimeter [imr]", + "IRI-based" : "DIGITRUBBER_000007", + "en" : "millimeter [imr]" + }, + "attributes" : [ "external" ], + "id" : "623" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000249", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "OBI", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A machine learning process that infers a function describing the structure of \"unlabeled\" data (i.e. data that has not been classified or categorized).", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "19.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/OBI_0002589", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "plan specification", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000249", + "en" : "Unsupervised learning [obi]" + }, + "comment" : { + "en" : "http://purl.obolibrary.org/obo/obi.owl" + }, + "attributes" : [ "external" ], + "id" : "624" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000004", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "geosparql", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://www.opengis.net/ont/geosparql#", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A coherent set of direct positions in space. The positions are held within a Spatial Reference System (SRS).", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "18.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://www.opengis.net/ont/geosparql#Geometry", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "quality", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000004", + "en" : "geometry [geosparql]" + }, + "attributes" : [ "external" ], + "id" : "625" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000246", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Christoph Lenth", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Machine learning task of learning a function that maps an input to an output based on example input-output pairs.", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "plan specification", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000246", + "en" : "Supervised learning [ifnano]" + }, + "attributes" : [ "external" ], + "id" : "626" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000488", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "state of vulcanization less than the optimum cure", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Zustand der Vulkanisation unterhalb des Vulkanisationsoptimums", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Untervulkanisation [dik]", + "IRI-based" : "DIGITRUBBER_000488", + "en" : "Undercure [dik]" + }, + "comment" : { + "de" : "Untervulkanisation wird im Allgemeinen durch zu kurze Zeit und/oder zu niedrige Vulkanisationstemperatur und/oder Nachvulkanisation und/oder Mängel der Vulkanisationsmittel hervorgerufen.", + "en" : "Undercure is generally caused by too short a time and/or too low a temperature of vulcanization and/or post cure, and/or a deficiency of vulcanizing agents." + }, + "attributes" : [ "external" ], + "id" : "627" + }, { + "iri" : "http://purl.obolibrary.org/obo/GO_0016301", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "hasDbXref" : [ { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "Reactome:R-HSA-6788855", + "type" : "label" + }, { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "Reactome:R-HSA-6788867", + "type" : "label" + }, { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "ISBN:0198506732", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "Catalysis of the transfer of a phosphate group, usually from ATP, to a substrate molecule.", + "type" : "label" + } ], + "hasExactSynonym" : [ { + "identifier" : "hasExactSynonym", + "language" : "undefined", + "value" : "phosphokinase activity", + "type" : "label" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "GO:0016301", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "GO_0016301", + "undefined" : "FN3K phosphorylates ketosamines" + }, + "comment" : { + "undefined" : "Note that this term encompasses all activities that transfer a single phosphate group; although ATP is by far the most common phosphate donor, reactions using other phosphate donors are included in this term." + }, + "attributes" : [ "external" ], + "id" : "307", + "superClasses" : [ "306" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000247", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "OBI", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A machine learning process using a function that maps an input to an output based on example input-output pairs. It infers a function from labeled training data consisting of a set of training examples.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "19.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/OBI_0002588", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "plan specification", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000247", + "en" : "Supervised learning [obi]" + }, + "comment" : { + "en" : "http://purl.obolibrary.org/obo/obi.owl" + }, + "attributes" : [ "external" ], + "id" : "628" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000489", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "one or more items taken from a lot and intended to provide information on the lot and possibly to serve as a basis for a decision on the lot or on the process which had produced it", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "ein oder mehrere Teile, entnommen aus einem Los, um Informationen über dieses Los zu liefern und möglicherweise als Entscheidungsbasis über das Los oder seinen Herstellprozess zu dienen", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Probe [dik]", + "IRI-based" : "DIGITRUBBER_000489", + "en" : "Sample [dik]" + }, + "attributes" : [ "external" ], + "id" : "629" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000005", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A gathering of individual points with an \nwith an unstructured spatial structure", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000005", + "en" : "point cloud [imr]" + }, + "attributes" : [ "external" ], + "id" : "630" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000008", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NIST (OntoCommons)", + "type" : "label" + } ], + "hasExactSynonym" : [ { + "identifier" : "hasExactSynonym", + "language" : "undefined", + "value" : "mm", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "\"A length unit which is equal to one thousandth of a meter or 10^[-3] m.\" [NIST:NIST]", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "18.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://ontobee.org/ontology/UO?iri=http://purl.obolibrary.org/obo/UO_0000016", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "mm MILLIMETER Millimeter millimeter(s) millimeter", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "quality", + "type" : "label" + } ] + }, + "label" : { + "de" : "millimeter [nist]", + "IRI-based" : "DIGITRUBBER_000008", + "en" : "millimeter [nist]" + }, + "comment" : { + "en" : "Imported from ontocomons, also present in TIB terminological service" + }, + "attributes" : [ "external" ], + "id" : "631" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000009", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "uppermost layer of the extrudate", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "immaterial entity", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000009", + "en" : "surface of extrudate [imr]" + }, + "attributes" : [ "external" ], + "id" : "632" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000490", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "SOSA", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Feature which is intended to be representative of a FeatureOfInterest on which Observations may be made.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://www.w3.org/ns/sosa/Sample", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://www.w3.org/ns/sosa/", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Probe [sosa]", + "IRI-based" : "DIGITRUBBER_000490", + "en" : "Sample [sosa]" + }, + "attributes" : [ "external" ], + "id" : "637" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000493", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "unverarbeiteter, gemischter, vulkanisierter oder teilvulkanisierter Kautschuk in Form von Altgummierzeugnissen oder Fabrikabfall", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "raw, compounded, vulcanized or partially vulcanized rubber in the form of end-of-life rubber products or factory scrap", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Gummiabfall [dik]", + "IRI-based" : "DIGITRUBBER_000493", + "en" : "Scrap Rubber [dik]" + }, + "attributes" : [ "external" ], + "id" : "643" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000251", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A multidimensional histogram of the distribution of color in an image", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000251", + "en" : "Color histogramm [ifnano]" + }, + "attributes" : [ "external" ], + "id" : "644" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000010", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "cutout of a single line of the extrudate surface", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "immaterial entity", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000010", + "en" : "line in the surface of extrudate [imr]" + }, + "attributes" : [ "external" ], + "id" : "647" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000252", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000252", + "en" : "8-bit number [ifnano]" + }, + "attributes" : [ "external" ], + "id" : "648" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000494", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "raw, compounded, vulcanized or partially vulcanized rubber rejected or generated as waste during product manufacture and found unsuitable for further use unless recycled", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "roher, gemischter, vulkanisierter oder teilweise vulkanisierter Kautschuk, der bei der Produktion ver-worfen oder als Abfall deklariert und für die weitere Verwendung, außer zum Recyceln, als ungeeignet befunden wird", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Produktionsabfall [dik]", + "IRI-based" : "DIGITRUBBER_000494", + "en" : "Factory Scrap [dik]" + }, + "attributes" : [ "external" ], + "id" : "649" + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002232", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pathologic primary tumor stage for lung according to AJCC 7th edition", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A categorical value specification that is a pathologic finding about one or more characteristics of lung cancer following the rules of the TNM American Joint Committee on Cancer (AJCC) version 7 classification system as they pertain to staging of the primary tumor. TNM pathologic primary tumor findings are based on clinical findings supplemented by histopathologic examination of one or more tissue specimens acquired during surgery.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "NCI BBRB, OBI", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "pT: Pathologic spread lung primary tumor (AJCC 7th Edition)", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0002232", + "undefined" : "pathologic primary tumor stage for lung according to AJCC 7th edition" + }, + "individuals" : [ { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002234", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pTis (lung)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic primary tumor stage for lung according to AJCC 7th edition indicating carcinoma in situ.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002234", + "undefined" : "pTis (lung)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002235", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pT1 (lung)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that the tumor is 3 cm or less in greatest dimension, surrounded by lung or visceral pleura without bronchoscopic evidence of invasion more proximal than the lobar bronchus (i.e., not in the main bronchus).", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002235", + "undefined" : "pT1 (lung)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002236", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pT1a (lung)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that the tumor is 2 cm or less in greatest dimension.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002236", + "undefined" : "pT1a (lung)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002237", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pT1b (lung)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that the tumor is more than 2 cm but not more than 3 cm in greatest dimension.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002237", + "undefined" : "pT1b (lung)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002238", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pT2 (lung)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that the tumor is more than 3 cm but not more than 7 cm or the tumor has any of the following features: involves main bronchus, 2 cm or more distal to the carina, invades visceral pleura, associated with atelectasis or obstructive pneumonitis that extends to the hilar region but does not involve the entire lung.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002238", + "undefined" : "pT2 (lung)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002239", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pT2a (lung)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that the tumor is more than 3 cm but not more than 5 cm in greatest dimension.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002239", + "undefined" : "pT2a (lung)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002240", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pT2b (lung)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that the tumor is more than 5 cm but not more than 7 cm in greatest dimension.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002240", + "undefined" : "pT2b (lung)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002241", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pT3 (lung)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that the tumor is more than 7 cm or one that directly invades any of: parietal pleura, chest wall (including superior sulcus tumors), diaphragm, phrenic nerve, mediastinal pleura, parietal pericardiu or the tumor is in the main bronchus less than 2 cm distal to the carina but without involvement of the carina or there is associated atelectasis or obstructive pneumonitis of the entire lung or there is separate tumor nodule(s) in the same lobe as the primary.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002241", + "undefined" : "pT3 (lung)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002242", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pT4 (lung)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that the tumor of any size that invades any of the following: mediastinum, heart, great vessels, trachea, recurrent laryngeal nerve, esophagus, vertebral body, carina or there is separate tumor nodule(s) in a different ipsilateral lobe to that of the primary.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002242", + "undefined" : "pT4 (lung)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002233", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pT0 (lung)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic primary tumor stage for lung according to AJCC 7th edition indicating that there is no evidence of primary tumor.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/lung/path_t/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002233", + "undefined" : "pT0 (lung)" + } + } ], + "attributes" : [ "external" ], + "id" : "296", + "superClasses" : [ "281" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000491", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NMRCV", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://nmrML.org/nmrCV#NMR:1000457", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "tempdef: A sample is a role that is played by an object of interest in an investigation used to obtain generalizable information about the sample source. defprov: Daniel Schober", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://nmrML.org/nmrCV", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Probe [nmrcv]", + "IRI-based" : "DIGITRUBBER_000491", + "en" : "Sample [nmrcv]" + }, + "attributes" : [ "external" ], + "id" : "652" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000250", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Jan Geweke", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A type of histogram that acts as a graphical representation of the tonal distribution in a digital image. It plots the number of pixels for each tonal value.", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000250", + "en" : "Image histogramm / histogramm [ifnano]" + }, + "attributes" : [ "external" ], + "id" : "654" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000492", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Körper eines Materials von geeigneter Form und Dimension, fertig vorbereitet zur Verwendung in einer Prüfung", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "piece of material of appropriate shape and size, prepared so that it is ready for use in a test", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "de", + "value" : "Probekörper", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Prüfkörper [dik]", + "IRI-based" : "DIGITRUBBER_000492", + "en" : "Test Piece [dik]" + }, + "comment" : { + "de" : "Die englischen Benennungen „test specimen“ und „specimen“ werden häufig verwendet, um einen „Prüfkörper“ zu bezeichnen.", + "en" : "The terms “test specimen” and “specimen” are also widely used to denote “test piece”." + }, + "attributes" : [ "external" ], + "id" : "655" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000013", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "PATO", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A morphological quality inhering in a bearer by virtue of the bearer's ratios of distances between its features (points, edges, surfaces and also holes etc).", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "https://ontobee.org/ontology/PATO", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "18.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/PATO_0000052", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "immaterial entity", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000013", + "en" : "shape [pato]" + }, + "attributes" : [ "external" ], + "id" : "657" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000497", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "PATO", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/PATO_0001018", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/pato.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "10.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "physikalische Qualität [dik]", + "IRI-based" : "DIGITRUBBER_000497", + "en" : "Physical Quality [dik]" + }, + "attributes" : [ "external" ], + "id" : "658" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000255", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "allotrope.org", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The number of objects counted. [Allotrope]", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "17.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.allotrope.org/ontologies/property#AFX_0000604", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000255", + "en" : "count [allotrope]" + }, + "comment" : { + "en" : "allotrope" + }, + "attributes" : [ "external" ], + "id" : "659" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000498", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "PATO", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A quality which inheres in a continuant.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/PATO_0001018", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/pato.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "physikalische Qualität [pato]", + "IRI-based" : "DIGITRUBBER_000498", + "en" : "Physical Quality [pato]" + }, + "attributes" : [ "external" ], + "id" : "661" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000014", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "use of different algorithms to determine the \nexact allignment respectively the characteristik shared edges", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "process", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000014", + "en" : "stitching process [imr]" + }, + "attributes" : [ "external" ], + "id" : "662" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000256", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "allotrope.org", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A datum that has non-negative integer values that is about the number of discrete things. [Allotrope]", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "17.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.allotrope.org/ontologies/result#AFR_0000984", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000256", + "en" : "count [allotrope]" + }, + "comment" : { + "en" : "allotrope" + }, + "attributes" : [ "external" ], + "id" : "663" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000011", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "PATO", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "https://ontobee.org/ontology/PATO", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "15.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://ontobee.org/ontology/PATO?iri=http://purl.obolibrary.org/obo/PATO_0000052", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "immaterial entity", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000011", + "en" : "shape [imr]" + }, + "attributes" : [ "external" ], + "id" : "665" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000253", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000253", + "en" : "16-bit number [ifnano]" + }, + "attributes" : [ "external" ], + "id" : "666" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000495", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/PATO_0001241", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/pato.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "10.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Qualität des physischen Objekts [dik]", + "IRI-based" : "DIGITRUBBER_000495", + "en" : "Physical Object Quality [dik]" + }, + "attributes" : [ "external" ], + "id" : "667" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000012", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCI", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The spatial arrangement of something as distinct from its substance.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "18.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C25677", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "immaterial entity", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000012", + "en" : "shape [ncit]" + }, + "attributes" : [ "external" ], + "id" : "668" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000254", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Sven Schwabe (IFNANO)", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "counting events", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "06.04.2022", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "31.03.2022", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000254", + "en" : "count [ifnano]" + }, + "comment" : { + "en" : "unit" + }, + "attributes" : [ "external" ], + "id" : "669" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000496", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "PATO", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A quality of a physical entity that exists through action of continuants at the physical level of organisation in relation to other entities.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/PATO_0001241", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/pato.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Qualität des physischen Objekts [pato]", + "IRI-based" : "DIGITRUBBER_000496", + "en" : "Physical Object Quality [pato]" + }, + "attributes" : [ "external" ], + "id" : "670" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000017", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "ideal dimensions and shape of the\nextrudate defined by the manufacturer", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000017", + "en" : "extrudate norm [imr]" + }, + "attributes" : [ "external" ], + "id" : "671" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000018", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "a quantity expressing by how much the\nmembers of a group differ from the mean\n value for the group", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "15.08.2021", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000018", + "en" : "standard deviation [imr]" + }, + "attributes" : [ "external" ], + "id" : "672" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000015", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "alligning of single measurements to form a \nconnected/combined measurement", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "plan specification", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000015", + "en" : "stitching method [imr]" + }, + "attributes" : [ "external" ], + "id" : "673" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000257", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCIT", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Determining the number or amount of something.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "19.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C25463", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000257", + "en" : "count [ncit]" + }, + "comment" : { + "en" : "http://purl.obolibrary.org/obo/ncit.owl" + }, + "attributes" : [ "external" ], + "id" : "674" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000499", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "PATO", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000003", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/pato.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "10.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Label der Messeinheit [dik]", + "IRI-based" : "DIGITRUBBER_000499", + "en" : "Measurement Unit Label [dik]" + }, + "attributes" : [ "external" ], + "id" : "675" + }, { + "iri" : "http://purl.obolibrary.org/obo/PATO_0000051", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "morphology", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A quality of a single physical entity inhering in the bearer by virtue of the bearer's size or shape or structure.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/pato.owl", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "PATO_0000051", + "undefined" : "morphology" + }, + "subClasses" : [ "188" ], + "attributes" : [ "external" ], + "id" : "158", + "superClasses" : [ "157" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000258", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "MS", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "a count is a data item denoted by an integer and represented the number of instances or occurences of an entity", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ms.owl", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "19.08.2023", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/STATO_0000047", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000258", + "en" : "count [ms]" + }, + "comment" : { + "en" : "http://purl.obolibrary.org/obo/ms.owl" + }, + "attributes" : [ "external" ], + "id" : "676" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000016", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "quality", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000016", + "en" : "distance between sensor and extrudate [imr]" + }, + "attributes" : [ "external" ], + "id" : "677" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000019", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.allotrope.org/", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The standard deviation is a measure of the amount of variation or dispersion of a set of values. [Wikipedia]", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.allotrope.org/ontologies/result#AFR_0002192", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000019", + "en" : "standard deviation [Wikipedia]" + }, + "comment" : { + "en" : "from ontocommons skos:definition" + }, + "attributes" : [ "external" ], + "id" : "678" + }, { + "iri" : "http://purl.obolibrary.org/obo/CHEBI_51446", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "hasOBONamespace" : [ { + "identifier" : "hasOBONamespace", + "language" : "undefined", + "value" : "chebi_ontology", + "type" : "label" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "CHEBI:51446", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#1_STAR", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "CHEBI_51446", + "undefined" : "organic divalent group" + }, + "subClasses" : [ "177", "179", "118" ], + "attributes" : [ "external" ], + "id" : "88", + "superClasses" : [ "49" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000262", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "BWMD", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The chemical element zinc", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "https://www.materials.fraunhofer.de/ontologies/BWMD_ontology", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "17.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://www.materials.fraunhofer.de/ontologies/BWMD_ontology/mid#BWMD_00096", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "material entity", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000262", + "en" : "zinc [bwmd]" + }, + "comment" : { + "en" : "https://www.materials.fraunhofer.de/ontologies/BWMD_ontology" + }, + "attributes" : [ "external" ], + "id" : "686" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000020", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCIT", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A measure of the range of values in a set of numbers. Standard deviation is a statistic used as a measure of the dispersion or variation in a distribution, equal to the square root of the arithmetic mean of the squares of the deviations from the arithmetic mean.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "18.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C53322", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000020", + "en" : "standard deviation [ncit]" + }, + "comment" : { + "en" : "TIB terminological service" + }, + "attributes" : [ "external" ], + "id" : "687" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000021", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "\"The interior (intrinsic) orientation of a camera comprises all instrumental and mathematical elements which completely describe the imaging model within the camera. By taking proper account of the interior orientation, the real camera conforms to the pinhole camera model. It is a requirement of the model that there exists a reproducible image coordinate system so that geometric image values, such as measured image coordinates, can be transformed into the physical-mathematical imaging model.\" (Luhmann et al. 2020: 162). A standard model of describing the interior orientation was proposed by D.C. Brown (1971)", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "Luhmann, Robson, Kyle & Boehm (2020): Close-Range Photogrammetry and 3D Imaging, 3rd ed. De Gruyter: Berlin, Boston", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000021", + "en" : "interior orientation [jade]" + }, + "comment" : { + "en" : "0" + }, + "attributes" : [ "external" ], + "id" : "690" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000263", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCIT", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "An element with atomic symbol Zn, atomic number 30, and atomic weight 65.39.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "19.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C948", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "material entity", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000263", + "en" : "zinc [ncit]" + }, + "comment" : { + "en" : "http://purl.obolibrary.org/obo/ncit.owl" + }, + "attributes" : [ "external" ], + "id" : "691" + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002243", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pathologic primary tumor stage for kidney according to AJCC 7th edition", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A categorical value specification that is a pathologic finding about one or more characteristics of renal cancer following the rules of the TNM AJCC v7 classification system as they pertain to staging of the primary tumor. TNM pathologic primary tumor findings are based on clinical findings supplemented by histopathologic examination of one or more tissue specimens acquired during surgery.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "NCI BBRB, OBI", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "pT: Pathologic spread kidney primary tumor (AJCC 7th Edition)", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0002243", + "undefined" : "pathologic primary tumor stage for kidney according to AJCC 7th edition" + }, + "individuals" : [ { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002245", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pT1 (kidney)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor is 7 cm or less in greatest dimension and limited to the kidney.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002245", + "undefined" : "pT1 (kidney)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002246", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pT1a (kidney)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor is 4 cm or less.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002246", + "undefined" : "pT1a (kidney)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002247", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pT1b (kidney)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor is more than 4 cm but not more than 7 cm.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002247", + "undefined" : "pT1b (kidney)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002248", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pT2 (kidney)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor is more than 7 cm in greatest dimension and limited to the kidney.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002248", + "undefined" : "pT2 (kidney)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002249", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pT2a (kidney)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor is more than 7 cm but not more than 10 cm.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002249", + "undefined" : "pT2a (kidney)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002250", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pT2b (kidney)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor is more than 10 cm and limited to the kidney.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002250", + "undefined" : "pT2b (kidney)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002251", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pT3 (kidney)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor extends into major veins or perinephric tissues but not into the ipsilateral adrenal gland and not beyond the Gerota fascia.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002251", + "undefined" : "pT3 (kidney)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002252", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pT3a (kidney)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor grossly extends into the renal vein or its segmental (muscle containing) branches, or the tumor invades perirenal and/or renal sinus fat (peripelvic) fat but not beyond Gerota fascia.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002252", + "undefined" : "pT3a (kidney)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002253", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pT3b (kidney)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor grossly extends into vena cava below diaphragm.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002253", + "undefined" : "pT3b (kidney)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002254", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pT3c (kidney)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor grossly extends into vena cava above the diaphragm or Invades the wall of the vena cava.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002254", + "undefined" : "pT3c (kidney)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002255", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pT4 (kidney)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that the tumor invades beyond Gerota fascia (including contiguous extension into the ipsilateral adrenal gland).", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002255", + "undefined" : "pT4 (kidney)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002244", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pT0 (kidney)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic primary tumor stage for kidney according to AJCC 7th edition indicating that there is no evidence of primary tumor.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_t/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002244", + "undefined" : "pT0 (kidney)" + } + } ], + "attributes" : [ "external" ], + "id" : "297", + "superClasses" : [ "281" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000260", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCIT", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A single undivided thing (unit) based on or subject to individual judgment or preference, and not by necessity, reason, or principle.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "19.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C75765", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "willkürliche Einheiten", + "IRI-based" : "DIGITRUBBER_000260", + "en" : "arbitrary units" + }, + "comment" : { + "en" : "http://purl.obolibrary.org/obo/ncit.owl" + }, + "attributes" : [ "external" ], + "id" : "694" + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000067", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "evaluant role", + "type" : "label" + } ], + "IAO_0000232" : [ { + "identifier" : "IAO_0000232", + "language" : "undefined", + "value" : "Feb 10, 2009. changes after discussion at OBI Consortium Workshop Feb 2-6, 2009. accepted as core term.", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "When a specimen of blood is assayed for glucose concentration, the blood has the evaluant role. When measuring the mass of a mouse, the evaluant is the mouse. When measuring the time of DNA replication, the evaluant is the DNA. When measuring the intensity of light on a surface, the evaluant is the light source.", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "a role that inheres in a material entity that is realized in an assay in which data is generated about the bearer of the evaluant role", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000122", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "GROUP: Role Branch", + "type" : "label" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "en", + "value" : "Role call - 17nov-08: JF and MC think an evaluant role is always specified input of a process. Even in the case where we have an assay taking blood as evaluant and outputting blood, the blood is not the specified output at the end of the assay (the concentration of glucose in the blood is)", + "type" : "label" + }, { + "identifier" : "IAO_0000116", + "language" : "en", + "value" : "examples of features that could be described in an evaluant: quality.... e.g. \"contains 10 pg/ml IL2\", or \"no glucose detected\")", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "OBI", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0000067", + "en" : "evaluant role" + }, + "attributes" : [ "external" ], + "id" : "93", + "superClasses" : [ "94" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000261", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Sven Schwabe (IFNANO)", + "type" : "label" + } ], + "hasExactSynonym" : [ { + "identifier" : "hasExactSynonym", + "language" : "undefined", + "value" : "Zn", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The chemical element zinc", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "06.04.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://en.wikipedia.org/wiki/Zinc", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "Zink", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "31.03.2022", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "material entity", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000261", + "en" : "zinc [ifnano]" + }, + "attributes" : [ "external" ], + "id" : "697" + }, { + "iri" : "http://purl.obolibrary.org/obo/IAO_0000037", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "dot plot", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "Dot plot of SSC-H and FSC-H.", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A dot plot is a report graph which is a graphical representation of data where each data point is represented by a single dot placed on coordinates corresponding to data point values in particular dimensions.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000002", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "person:Allyson Lister", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "person:Chris Stoeckert", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "en", + "value" : "group:OBI", + "type" : "label" + }, { + "identifier" : "IAO_0000119", + "language" : "en", + "value" : "OBI_0000123", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "IAO_0000037", + "en" : "dot plot" + }, + "attributes" : [ "external" ], + "id" : "185", + "superClasses" : [ "146" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000024", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "\"The photogrammetric determination of the parameters of interior orientation is usually referred to as calibration. This is based on the idea that once a mechanically stable camera is calibrated, it may be moved from one image taking location to another whilst retaining its calibration.\" (Luhmann, Robson et al. 2020: 170)", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "Luhmann, Robson, Kyle & Boehm (2020): Close-Range Photogrammetry and 3D Imaging, 3rd ed. De Gruyter: Berlin, Boston", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "quality", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000024", + "en" : "camera calibration [jade]" + }, + "attributes" : [ "external" ], + "id" : "699" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000266", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "allotrope.org", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The standard deviation is a measure of the amount of variation or dispersion of a set of values. [Wikipedia]", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "17.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.allotrope.org/ontologies/result#AFR_0002192", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000266", + "en" : "Standard deviation [allotrope]" + }, + "comment" : { + "en" : "allotrope" + }, + "attributes" : [ "external" ], + "id" : "700" + }, { + "iri" : "http://purl.obolibrary.org/obo/IAO_0000038", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "graph", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A diagram that presents one or more tuples of information by mapping those tuples in to a two dimensional space in a non arbitrary way.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000125", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "PERSON: Lawrence Hunter", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "person:Allyson Lister", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "person:Alan Ruttenberg", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "en", + "value" : "group:OBI", + "type" : "label" + }, { + "identifier" : "IAO_0000119", + "language" : "en", + "value" : "OBI_0000240", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "IAO_0000038", + "en" : "graph" + }, + "subClasses" : [ "185", "187", "145", "148", "150" ], + "attributes" : [ "external" ], + "id" : "146", + "superClasses" : [ "701" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000025", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "\"Bundle adjustment [...] is a method for the simultaneous numerical fit of an unlimited number of spatially distributed images (bundles of rays). It makes use of photogrammetric observations (measured image points), survey observations and an object coordinate system. Using tie points, single images are merged into a global model in which the object surface can be reconstructed in three dimensions.\" (Luhmann et al. 2020: 349f.)", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "Luhmann, Robson, Kyle & Boehm (2020): Close-Range Photogrammetry and 3D Imaging, 3rd ed. De Gruyter: Berlin, Boston", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "bundle block adjustment", + "type" : "label" + }, { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "multi-image orientation", + "type" : "label" + }, { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "bundle triangulation", + "type" : "label" + }, { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "multi-image triangulation", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "plan specification", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000025", + "en" : "bundle adjustment [jade]" + }, + "attributes" : [ "external" ], + "id" : "702" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000267", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Yamen Alsalka", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A pre-processing technique used to separate true spectroscopic signals from interference effects or remove background effects, stains, or traces of compounds. It adjusts the spectral offset.", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://doi.org/10.1016/j.chemolab.2011.07.005", + "type" : "iri" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "06.06.2023", + "type" : "label" + }, { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "2023-06-06T09:31:50.060206Z", + "type" : "label" + } ], + "created_by" : [ { + "identifier" : "created_by", + "language" : "undefined", + "value" : "Yamen Alsalka", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000267", + "en" : "baseline correction [ifnano]" + }, + "attributes" : [ "external" ], + "id" : "703" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000264", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "EFO", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A zinc group element atom that has formula Zn.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://www.ebi.ac.uk/efo/efo.owl", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "19.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/CHEBI_27363", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "material entity", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000264", + "en" : "zinc [efo]" + }, + "comment" : { + "en" : "http://www.ebi.ac.uk/efo/efo.owl" + }, + "attributes" : [ "external" ], + "id" : "704" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000022", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "\"The camera coordinate system has its origin at the perspective centre of the image. It is further defined by reference features fixed in the camera (fiducial marks, réseau, sensor system). It can therefore be reconstructed from the image and related to an image measuring device\" (Luhmann et al. 2020: 278)", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "Luhmann, Robson, Kyle & Boehm (2020): Close-Range Photogrammetry and 3D Imaging, 3rd ed. De Gruyter: Berlin, Boston", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "quality", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000022", + "en" : "camera coordinate system [jade]" + }, + "attributes" : [ "external" ], + "id" : "705" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000023", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "\"The exterior orientation consists of six parameters which describe the spatial position and orientation of the camera coordinate system with respect to the global object coordinate system\" (Luhmann et al. 2020: 277)", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "Luhmann, Robson, Kyle & Boehm (2020): Close-Range Photogrammetry and 3D Imaging, 3rd ed. De Gruyter: Berlin, Boston", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000023", + "en" : "exterior orientation [jade]" + }, + "attributes" : [ "external" ], + "id" : "706" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000265", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Sven Schwabe (IFNANO)", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A measure of the amount of variation of a set of values.", + "type" : "label" + } ], + "hasExactSynonym" : [ { + "identifier" : "hasExactSynonym", + "language" : "undefined", + "value" : "std.dev.", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "06.04.2022", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "Standardabweichung", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "31.03.2022", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000265", + "en" : "Standard deviation [ifnano]" + }, + "attributes" : [ "external" ], + "id" : "707" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000028", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Approximation is a technique for approximating a value using historical or available observations from the domain.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "plan specification", + "type" : "label" + } ] + }, + "label" : { + "de" : "Approximationsmethode", + "IRI-based" : "DIGITRUBBER_000028", + "en" : "approximation [ita]" + }, + "attributes" : [ "external" ], + "id" : "708" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000029", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Function approximation is a technique for estimating an unknown underlying function using historical or available observations from the domain.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "plan specification", + "type" : "label" + } ] + }, + "label" : { + "de" : "Funktionsapproximationsmethode", + "IRI-based" : "DIGITRUBBER_000029", + "en" : "function approximation [ita]" + }, + "attributes" : [ "external" ], + "id" : "709" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000026", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "An agent is a system that perceives its environment through sensors and can interact with it through actions.", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "role", + "type" : "label" + } ] + }, + "label" : { + "de" : "Agent", + "IRI-based" : "DIGITRUBBER_000026", + "en" : "agent [ita]" + }, + "attributes" : [ "external" ], + "id" : "363", + "superClasses" : [ "94" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000268", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "MS", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ms.owl", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The standard deviation of a random variable, statistical population, data set, or probability distribution is a measure of variation which correspond to the average distance from the mean of the data set to any given point of that dataset. It also corresponds to the square root of its variance.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "19.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/STATO_0000237", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000268", + "en" : "Standard deviation [ms]" + }, + "comment" : { + "en" : "http://purl.obolibrary.org/obo/ms.owl" + }, + "attributes" : [ "external" ], + "id" : "710" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000027", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCIT", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "An active power or cause (as principle, substance, physical or biological factor, etc.) that produces a specific effect.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "22.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C1708", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "22.08.2022", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "role", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000027", + "en" : "agent [ncti]" + }, + "comment" : { + "en" : "http://purl.obolibrary.org/obo/ncit.owl" + }, + "attributes" : [ "external" ], + "id" : "365", + "superClasses" : [ "94" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000269", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Yamen Alsalka", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The viscosity of rubber using a standard test method and Mooney Viscometer.", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://www.astm.org/d1646-19a.html", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000269", + "en" : "Mooney viscosity [ifnano]" + }, + "attributes" : [ "external" ], + "id" : "711" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000270", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Asubstance which is capable of forming covalent bonds with a\nsequence of additional like or unlike molecules under the conditions of the relevant polymerforming reaction used for the particular process", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "material entity", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000270", + "en" : "Monomer [ifnano]" + }, + "attributes" : [ "external" ], + "id" : "712" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000273", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "CHEBI", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi.owl", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A polymer is a mixture, which is composed of macromolecules of different kinds and which may be differentiated by composition, length, degree of branching etc..", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "hasRelatedSynonym" : [ { + "identifier" : "hasRelatedSynonym", + "language" : "de", + "value" : "Kunststoff", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "19.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/CHEBI_60027", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "CHEBI:60027", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "material entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "Polymer", + "IRI-based" : "DIGITRUBBER_000273", + "en" : "polymer [chebi]" + }, + "subClasses" : [ "152", "156", "129", "132", "134" ], + "comment" : { + "en" : "http://purl.obolibrary.org/obo/chebi.owl" + }, + "attributes" : [ "external" ], + "id" : "130", + "superClasses" : [ "252" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000031", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Libraries in programming languages are collections of prewritten code that users can use to optimize tasks.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "Bibliothek", + "IRI-based" : "DIGITRUBBER_000031", + "en" : "library [ita]" + }, + "attributes" : [ "external" ], + "id" : "713" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000274", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCTI", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A substance made up of variable numbers of repeating structural units linked through covalent bonds.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "19.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C48803", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "material entity", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000274", + "en" : "polymer [ncit]" + }, + "comment" : { + "en" : "http://purl.obolibrary.org/obo/ncit.owl" + }, + "attributes" : [ "external" ], + "id" : "642", + "superClasses" : [ "252" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000032", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Clustering or cluster analysis is a unsupervised machine learning technique, which groups the unlabelled dataset. It can be defined as a way of grouping the data points into different clusters, consisting of similar data points.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "plan specification", + "type" : "label" + } ] + }, + "label" : { + "de" : "Clusteranalyse", + "IRI-based" : "DIGITRUBBER_000032", + "en" : "cluster analysis [ita]" + }, + "attributes" : [ "external" ], + "id" : "714" + }, { + "iri" : "http://purl.obolibrary.org/obo/CHEBI_17514", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "charge" : [ { + "identifier" : "charge", + "language" : "undefined", + "value" : "-1", + "type" : "label" + } ], + "inchikey" : [ { + "identifier" : "inchikey", + "language" : "undefined", + "value" : "XFXPMWWXUTWYJX-UHFFFAOYSA-N", + "type" : "label" + } ], + "hasExactSynonym" : [ { + "identifier" : "hasExactSynonym", + "language" : "undefined", + "value" : "Cyanide", + "type" : "label" + }, { + "identifier" : "hasExactSynonym", + "language" : "undefined", + "value" : "nitridocarbonate(1-)", + "type" : "label" + }, { + "identifier" : "hasExactSynonym", + "language" : "undefined", + "value" : "cyanide", + "type" : "label" + } ], + "inchi" : [ { + "identifier" : "inchi", + "language" : "undefined", + "value" : "InChI=1S/CN/c1-2/q-1", + "type" : "label" + } ], + "smiles" : [ { + "identifier" : "smiles", + "language" : "undefined", + "value" : "[C-]#N", + "type" : "label" + } ], + "hasRelatedSynonym" : [ { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "CYANIDE ION", + "type" : "label" + }, { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "CN(-)", + "type" : "label" + }, { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "CN-", + "type" : "label" + }, { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "Zyanid", + "type" : "label" + }, { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "Prussiate", + "type" : "label" + } ], + "mass" : [ { + "identifier" : "mass", + "language" : "undefined", + "value" : "26.01740", + "type" : "label" + } ], + "source" : [ { + "identifier" : "source", + "language" : "undefined", + "value" : "Gmelin", + "type" : "label" + }, { + "identifier" : "source", + "language" : "undefined", + "value" : "Europe PMC", + "type" : "label" + }, { + "identifier" : "source", + "language" : "undefined", + "value" : "Reaxys", + "type" : "label" + }, { + "identifier" : "source", + "language" : "undefined", + "value" : "ChemIDplus", + "type" : "label" + }, { + "identifier" : "source", + "language" : "undefined", + "value" : "Beilstein", + "type" : "label" + }, { + "identifier" : "source", + "language" : "undefined", + "value" : "KEGG COMPOUND", + "type" : "label" + }, { + "identifier" : "source", + "language" : "undefined", + "value" : "NIST Chemistry WebBook", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#3_STAR", + "type" : "iri" + } ], + "hasAlternativeId" : [ { + "identifier" : "hasAlternativeId", + "language" : "undefined", + "value" : "CHEBI:3969", + "type" : "label" + }, { + "identifier" : "hasAlternativeId", + "language" : "undefined", + "value" : "CHEBI:41780", + "type" : "label" + }, { + "identifier" : "hasAlternativeId", + "language" : "undefined", + "value" : "CHEBI:14038", + "type" : "label" + } ], + "hasDbXref" : [ { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "PDBeChem", + "type" : "label" + }, { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "Gmelin:89", + "type" : "label" + }, { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "HMDB:HMDB0002084", + "type" : "label" + }, { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "MetaCyc:CPD-13584", + "type" : "label" + }, { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "Wikipedia:Cyanide", + "type" : "label" + }, { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "PMID:14871577", + "type" : "label" + }, { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "CAS:57-12-5", + "type" : "label" + }, { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "PMID:11386635", + "type" : "label" + }, { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "Beilstein:1900509", + "type" : "label" + }, { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "PMID:7839575", + "type" : "label" + }, { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "KEGG:C00177", + "type" : "label" + }, { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "PDBeChem:CYN", + "type" : "label" + }, { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "IUPAC", + "type" : "label" + }, { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "Reaxys:1900509", + "type" : "label" + }, { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "KEGG_COMPOUND", + "type" : "label" + }, { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "ChEBI", + "type" : "label" + }, { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "PMID:17554165", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pseudohalide anion that is the conjugate base of hydrogen cyanide.", + "type" : "label" + } ], + "hasOBONamespace" : [ { + "identifier" : "hasOBONamespace", + "language" : "undefined", + "value" : "chebi_ontology", + "type" : "label" + } ], + "hasSynonymType" : [ { + "identifier" : "hasSynonymType", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#IUPAC_NAME", + "type" : "iri" + } ], + "formula" : [ { + "identifier" : "formula", + "language" : "undefined", + "value" : "CN", + "type" : "label" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "CHEBI:17514", + "type" : "label" + } ], + "monoisotopicmass" : [ { + "identifier" : "monoisotopicmass", + "language" : "undefined", + "value" : "26.00362", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "CHEBI_17514", + "undefined" : "cyanide" + }, + "attributes" : [ "external" ], + "id" : "5", + "superClasses" : [ "6" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000271", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCIT", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A chemical subunit that can undergo polymerization by bonding to other subunits.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "19.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C63845", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "material entity", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000271", + "en" : "Monomer [ncit]" + }, + "comment" : { + "en" : "http://purl.obolibrary.org/obo/ncit.owl" + }, + "attributes" : [ "external" ], + "id" : "715" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000272", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Yamen Alsalka", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "a substance consisting of molecules characterised by the sequence of one or more\ntypes of monomer unit. Such molecules must be distributed over a range of molecular weights.", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "material entity", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000272", + "en" : "polymer [ifnano]" + }, + "attributes" : [ "external" ], + "id" : "651", + "superClasses" : [ "252" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000030", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Reinforcement learning is a set of machine learning methods in which an agent autonomously learns a strategy to maximize a reward. Algorithms follow the trail-and-error principle, thus try several strategies and repeat those with a higher reward. During the training the agent produces an input, while the target output is only known to a teacher. The teacher gives feedback to the agent in form of a reward.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "plan specification", + "type" : "label" + } ] + }, + "label" : { + "de" : "bestärkendes Lernen", + "IRI-based" : "DIGITRUBBER_000030", + "en" : "reinforcement learning [ita]" + }, + "attributes" : [ "external" ], + "id" : "716" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000035", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "EDAM", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "An information set with a regular structure. Although it can be applied to any set of information the term was invented to refer to computerized data, and is used almost exclusively in computing.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://edamontology.org", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "22.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://edamontology.org/topic_3473", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "22.08.2022", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "plan specification", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000035", + "en" : "data mining [edam]" + }, + "comment" : { + "en" : "http://edamontology.org" + }, + "attributes" : [ "external" ], + "id" : "717" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000277", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "Furniture Sector Ontology", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Composition of the material or substance.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://www.aidimme.es/FurnitureSectorOntology.owl", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "17.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://www.aidimme.es/FurnitureSectorOntology.owl#hasComposition", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000277", + "en" : "Composition [fso]" + }, + "comment" : { + "en" : "http://www.aidimme.es/FurnitureSectorOntology.owl" + }, + "attributes" : [ "external" ], + "id" : "718" + }, { + "iri" : "http://purl.obolibrary.org/obo/IAO_0000027", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "data item", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "Data items include counts of things, analyte concentrations, and statistical summaries.", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "An information content entity that is intended to be a truthful statement about something (modulo, e.g., measurement precision or other systematic errors) and is constructed/acquired by a method which reliably tends to produce (approximately) truthful statements.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000125", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "PERSON: Jonathan Rees", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "PERSON: Chris Stoeckert", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "PERSON: Alan Ruttenberg", + "type" : "label" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "en", + "value" : "2/2/2009 Alan and Bjoern discussing FACS run output data. This is a data item because it is about the cell population. Each element records an event and is typically further composed a set of measurment data items that record the fluorescent intensity stimulated by one of the lasers.", + "type" : "label" + }, { + "identifier" : "IAO_0000116", + "language" : "undefined", + "value" : "2014-03-31: See discussion at http://odontomachus.wordpress.com/2014/03/30/aboutness-objects-propositions/", + "type" : "label" + }, { + "identifier" : "IAO_0000116", + "language" : "en", + "value" : "2009-03-16: data item deliberatly ambiguous: we merged data set and datum to be one entity, not knowing how to define singular versus plural. So data item is more general than datum.", + "type" : "label" + }, { + "identifier" : "IAO_0000116", + "language" : "en", + "value" : "JAR: datum -- well, this will be very tricky to define, but maybe some \ninformation-like stuff that might be put into a computer and that is \nmeant, by someone, to denote and/or to be interpreted by some \nprocess... I would include lists, tables, sentences... I think I might \ndefer to Barry, or to Brian Cantwell Smith\n\nJAR: A data item is an approximately justified approximately true approximate belief", + "type" : "label" + }, { + "identifier" : "IAO_0000116", + "language" : "en", + "value" : "2009-03-16: removed datum as alternative term as datum specifically refers to singular form, and is thus not an exact synonym.", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "data", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "IAO_0000027", + "en" : "data item" + }, + "subClasses" : [ "136", "141", "143" ], + "attributes" : [ "external" ], + "id" : "137" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000036", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "ITA", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A Database is a System for describing, storing and retrieving large amounts of data.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "material entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "Datenbank", + "IRI-based" : "DIGITRUBBER_000036", + "en" : "database [ita]" + }, + "attributes" : [ "external" ], + "id" : "719" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000278", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "PATO", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A single physical entity inhering in an bearer by virtue of the bearer's quantities or relative ratios of subparts. [PATO]", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "17.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/PATO_0000025", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000278", + "en" : "Composition [pato]" + }, + "comment" : { + "en" : "PATO" + }, + "attributes" : [ "external" ], + "id" : "720" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000033", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCIT", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Methods for grouping objects into subsets such that those within each cluster are more closely related to one another than objects assigned to different clusters.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "22.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C15426", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "22.08.2022", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "plan specification", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000033", + "en" : "cluster analysis [ncti]" + }, + "comment" : { + "en" : "http://purl.obolibrary.org/obo/ncit.owl" + }, + "attributes" : [ "external" ], + "id" : "721" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000034", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A Database is a System for describing, storing and retrieving large amounts of data.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "plan specification", + "type" : "label" + } ] + }, + "label" : { + "de" : "Data Mining", + "IRI-based" : "DIGITRUBBER_000034", + "en" : "data mining [ita]" + }, + "attributes" : [ "external" ], + "id" : "722" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000276", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Christoph Lenth", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The relative proportions of monomers that make up a particular chemical polymer (raw rubber).", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000276", + "en" : "Polymer Composition [ifnano]" + }, + "attributes" : [ "external" ], + "id" : "723" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000039", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCTI", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A subset of machine learning that is part of the broader family of machine learning methodologies based on artificial neural networks. A deep neural network has multiple layers between input and output layers to progressively extract higher level features from the raw input. (After DeepAI Machine Learning Glossary and Terms) [ NCI ]", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "23.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C176258", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "23.08.2022", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "plan specification", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000039", + "en" : "deep learning [ncti]" + }, + "comment" : { + "en" : "http://purl.obolibrary.org/obo/ncit.owl" + }, + "attributes" : [ "external" ], + "id" : "724" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000279", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCTI", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The way in which something is made, especially in terms of its different parts; its constituents.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "19.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C53414", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000279", + "en" : "Composition [ncit]" + }, + "comment" : { + "en" : "http://purl.obolibrary.org/obo/ncit.owl" + }, + "attributes" : [ "external" ], + "id" : "725" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000037", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCTI", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "An information set with a regular structure. Although it can be applied to any set of information the term was invented to refer to computerized data, and is used almost exclusively in computing.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "23.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C15426", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "23.08.2022", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "material entity", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000037", + "en" : "database [ncti]" + }, + "comment" : { + "en" : "http://purl.obolibrary.org/obo/ncit.owl" + }, + "attributes" : [ "external" ], + "id" : "726" + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0200111", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "data visualization", + "type" : "label" + } ], + "IAO_0000232" : [ { + "identifier" : "IAO_0000232", + "language" : "undefined", + "value" : "Possible future hierarchy might include this:\ninformation_encoding\n>data_encoding\n>>image_encoding", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "undefined", + "value" : "Generation of a heatmap from a microarray dataset", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "An planned process that creates images, diagrams or animations from the input data.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000122", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "Melanie Courtot", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "James Malone", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "Tina Boussard", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "Elisabetta Manduchi", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "en", + "value" : "PERSON: Tina Boussard", + "type" : "label" + }, { + "identifier" : "IAO_0000119", + "language" : "en", + "value" : "PERSON: Melanie Courtot", + "type" : "label" + }, { + "identifier" : "IAO_0000119", + "language" : "en", + "value" : "PERSON: Elisabetta Manduchi", + "type" : "label" + }, { + "identifier" : "IAO_0000119", + "language" : "en", + "value" : "PERSON: James Malone", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "data encoding as image", + "type" : "label" + }, { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "visualization", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0200111", + "en" : "data visualization" + }, + "subClasses" : [ "114" ], + "attributes" : [ "external" ], + "id" : "115", + "superClasses" : [ "236" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000038", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Deep learning is a class of machine learning algorithms that uses multiple layers to progressively extract higher-level features from the raw input. There is no universally agreed-upon threshold of depth that divides shallow learning from deep learning, but most researchers agree that deep learning involves CAP depth higher than 2. The CAP (credit assignment path) is the chain of transformations from input to output. CAPs describe potentially causal connections between input and output. For simple neural networks (feedforward neural networks) this treshhold is reached with at least two hidden layers.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "plan specification", + "type" : "label" + } ] + }, + "label" : { + "de" : "Deep Learning", + "IRI-based" : "DIGITRUBBER_000038", + "en" : "deep learning [ita]" + }, + "attributes" : [ "external" ], + "id" : "727" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000280", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Sven Schwabe (IFNANO)", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A material entity, which is part of a larger set of the same material entity", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "06.04.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://en.wikipedia.org/wiki/Sample_(material)", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "Probe; Materialprobe", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "06.04.2022", + "type" : "label" + } ], + "refersToCompetenceQuestion" : [ { + "identifier" : "refersToCompetenceQuestion", + "language" : "undefined", + "value" : "IFNANO:01_CQ; IFNANO:02_CQ", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "material entity", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000280", + "en" : "sample [ifnano]" + }, + "comment" : { + "en" : "for materials, sample is also a term used in statistics, graphics and other fileds" + }, + "attributes" : [ "external" ], + "id" : "728" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000281", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Group of interlocked aggregates that are easily separated by normal rubber processing", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Verbund von zusammenhängenden Aggregaten, die bei normaler Kautschukverarbeitung leicht getrennt werden können", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Agglomerat [dik]", + "IRI-based" : "DIGITRUBBER_000281", + "en" : "agglomerate [dik]" + }, + "comment" : { + "en" : "0" + }, + "attributes" : [ "external" ], + "id" : "156", + "superClasses" : [ "130" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/CHEBI_51422", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "hasDbXref" : [ { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "ChEBI", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "Any organic substituent group, regardless of functional type, having two free valences at carbon atom(s).", + "type" : "label" + } ], + "hasRelatedSynonym" : [ { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "organodiyl groups", + "type" : "label" + } ], + "hasOBONamespace" : [ { + "identifier" : "hasOBONamespace", + "language" : "undefined", + "value" : "chebi_ontology", + "type" : "label" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "CHEBI:51422", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#3_STAR", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "CHEBI_51422", + "undefined" : "organodiyl group" + }, + "subClasses" : [ "117", "120", "122", "729" ], + "attributes" : [ "external" ], + "id" : "118", + "superClasses" : [ "88" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000284", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCIT", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C63850", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "An object with finite mass and size parameters.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "23.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "23.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Partikel [ncit]", + "IRI-based" : "DIGITRUBBER_000284", + "en" : "particle [ncit]" + }, + "attributes" : [ "external" ], + "id" : "205", + "superClasses" : [ "124" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000042", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The output layer in an artificial neural network is the last layer of neurons that produces given outputs for the program.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "Ergebnisvektor", + "IRI-based" : "DIGITRUBBER_000042", + "en" : "output layer [ita]" + }, + "attributes" : [ "external" ], + "id" : "730" + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000245", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "organization", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "PMID: 16353909.AAPS J. 2005 Sep 22;7(2):E274-80. Review. The joint food and agriculture organization of the United Nations/World Health Organization Expert Committee on Food Additives and its role in the evaluation of the safety of veterinary drug residues in foods.", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "An entity that can bear roles, has members, and has a set of organization rules. Members of organizations are either organizations themselves or individual people. Members can bear specific organization member roles that are determined in the organization rules. The organization rules also determine how decisions are made on behalf of the organization by the organization members.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000122", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON: Bjoern Peters", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON: Philippe Rocca-Serra", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON: Alan Ruttenberg", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON: Susanna Sansone", + "type" : "label" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "en", + "value" : "BP: The definition summarizes long email discussions on the OBI developer, roles, biomaterial and denrie branches. It leaves open if an organization is a material entity or a dependent continuant, as no consensus was reached on that. The current placement as material is therefore temporary, in order to move forward with development. Here is the entire email summary, on which the definition is based:\n\n1) there are organization_member_roles (president, treasurer, branch\neditor), with individual persons as bearers\n\n2) there are organization_roles (employer, owner, vendor, patent holder)\n\n3) an organization has a charter / rules / bylaws, which specify what roles\nthere are, how they should be realized, and how to modify the\ncharter/rules/bylaws themselves.\n\nIt is debatable what the organization itself is (some kind of dependent\ncontinuant or an aggregate of people). This also determines who/what the\nbearer of organization_roles' are. My personal favorite is still to define\norganization as a kind of 'legal entity', but thinking it through leads to\nall kinds of questions that are clearly outside the scope of OBI.\n\nInterestingly enough, it does not seem to matter much where we place\norganization itself, as long as we can subclass it (University, Corporation,\nGovernment Agency, Hospital), instantiate it (Affymetrix, NCBI, NIH, ISO,\nW3C, University of Oklahoma), and have it play roles.\n\nThis leads to my proposal: We define organization through the statements 1 -\n3 above, but without an 'is a' statement for now. We can leave it in its\ncurrent place in the is_a hierarchy (material entity) or move it up to\n'continuant'. We leave further clarifications to BFO, and close this issue\nfor now.", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "GROUP: OBI", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0000245", + "en" : "organization" + }, + "individuals" : [ { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002193", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Thermo Fisher Scientific", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "An organization that is an American multinational, biotechnology product development company, created in 2006 by the merger of Thermo Electron and Fisher Scientific.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://en.wikipedia.org/wiki/Thermo_Fisher_Scientific", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002193", + "undefined" : "Thermo Fisher Scientific" + } + } ], + "subClasses" : [ "97" ], + "attributes" : [ "external" ], + "id" : "98" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000043", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Extrusion is a process used to create objects of a fixed cross-sectional profile by pushing material through a die of the desired cross-section.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "process", + "type" : "label" + } ] + }, + "label" : { + "de" : "Extrusion", + "IRI-based" : "DIGITRUBBER_000043", + "en" : "extrusion [ita]" + }, + "attributes" : [ "external" ], + "id" : "731" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000285", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Substanz, aufgebaut aus Molekülen, die gekennzeichnet sind durch eine Vielzahl von einer oder mehreren Arten von Atomen oder Atom-Gruppierungen (konstitutive Einheiten), die wiederholt aneinandergereiht sind, in einer Menge, so dass ein gewünschtes Eigenschaftsbild erlangt wird, das sich durch die Addition oder die Entfernung einer oder mehrerer konstitutioneller Einheiten nicht wesentlich ändert", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "substance composed of molecules characterized by the multiple repetition of one or more species of atoms or groups of atoms (constitutional units) linked to each other in amounts sufficient to provide a set of properties that do not vary markedly with the addition or removal of one or a few of the constitutional units", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Polymer [dik]", + "IRI-based" : "DIGITRUBBER_000285", + "en" : "Polymer [dik]" + }, + "attributes" : [ "external" ], + "id" : "732" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000282", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Starre Gruppe von koaleszierten Partikeln, welche die kleinste Einheit ist, die bei normaler Kautschukverarbeitung dispergiert werden kann", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Rigid group of coalesced particles which is the smallest entity that can be dispersed by normal rubber processing", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Aggregat [dik]", + "IRI-based" : "DIGITRUBBER_000282", + "en" : "aggregate [dik]" + }, + "attributes" : [ "external" ], + "id" : "646", + "superClasses" : [ "252" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000040", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The input layer of a neural network is composed of artificial input neurons, and brings the initial data into the system for further processing by subsequent layers of artificial neurons. The input layer is the very beginning of the workflow for the artificial neural network.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "Eingangsvektor", + "IRI-based" : "DIGITRUBBER_000040", + "en" : "input layer [ita]" + }, + "attributes" : [ "external" ], + "id" : "733" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000283", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Smallest discernible spherical or nearly spherical unit which can exist separately", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Kleinste erkennbare sphärische oder beinahe sphärische Einheit, die als solche einzeln existieren kann", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "23.08.2022", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "de", + "value" : "Teilchen", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Partikel [dik]", + "IRI-based" : "DIGITRUBBER_000283", + "en" : "particle [dik]" + }, + "comment" : { + "de" : "Die Partikel bilden in der Regel Gruppen, die als Aggregate bezeichnet werden.", + "en" : "Groups of particles are generally coalesced into aggregates." + }, + "attributes" : [ "external" ], + "id" : "253", + "superClasses" : [ "203" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000041", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Elastomers are dimensionally stable but elastically deformable plastics. They are producest by vulcanization of rubber.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "material entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "Elastomere", + "IRI-based" : "DIGITRUBBER_000041", + "en" : "elastomers [ita]" + }, + "attributes" : [ "external" ], + "id" : "734" + }, { + "iri" : "http://purl.obolibrary.org/obo/IAO_0000015", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "information carrier", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "In the case of a printed paperback novel the physicality of the ink and of the paper form part of the information bearer. The qualities of appearing black and having a certain pattern for the ink and appearing white for the paper form part of the information carrier in this case.", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A quality of an information bearer that imparts the information content", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000125", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "PERSON: Alan Ruttenberg", + "type" : "label" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "undefined", + "value" : "2014-03-10: We are not certain that all information carriers are qualities. There was a discussion of dropping it.", + "type" : "label" + }, { + "identifier" : "IAO_0000116", + "language" : "en", + "value" : "12/15/09: There is a concern that some ways that carry information may be processes rather than qualities, such as in a 'delayed wave carrier'.", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "en", + "value" : "Smith, Ceusters, Ruttenberg, 2000 years of philosophy", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "IAO_0000015", + "en" : "information carrier" + }, + "attributes" : [ "external" ], + "id" : "735" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000046", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "In neural networks, a hidden layer is located between the input and output of the algorithm, in which the function applies weights to the inputs and directs them through an activation function as the output. In short, the hidden layers perform nonlinear transformations of the inputs entered into the network.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "Hidden-Layer", + "IRI-based" : "DIGITRUBBER_000046", + "en" : "hidden layer [ita]" + }, + "attributes" : [ "external" ], + "id" : "736" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000289", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "natural or synthetic rubber, usually in bales or packages, forming the starting material for the manufacture of rubber products", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Natur- oder synthetischer Kautschuk, gewöhnlich in Ballen- oder Paketform, welcher das Ausgangsmaterial für die Herstellung von Gummiprodukten darstellt", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "virgin rubber", + "type" : "label" + }, { + "identifier" : "IAO_0000118", + "language" : "de", + "value" : "unbehandelter Kautschuk", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Rohkautschuk [dik]", + "IRI-based" : "DIGITRUBBER_000289", + "en" : "Raw Rubber [dik]" + }, + "comment" : { + "de" : "Rohkautschuk ist normalerweise frei von Mischungsbestandteilen, kann jedoch zum Beispiel auch als Masterbatch mit Öl und/oder Füllstoff vorliegen.", + "en" : "It is normally free from compounding ingredients but may also, for example, take the form of a masterbatch with oil and/or filler." + }, + "attributes" : [ "external" ], + "id" : "737", + "superClasses" : [ "132" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000047", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Industrie 4.0 is the intelligent networking of machines and processes in the industrial environment, with the help of information and communication technology and thus digitization of the industrial production.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "plan specification", + "type" : "label" + } ] + }, + "label" : { + "de" : "Industrie 4.0", + "IRI-based" : "DIGITRUBBER_000047", + "en" : "Industrie 4.0 [ita]" + }, + "attributes" : [ "external" ], + "id" : "738" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000044", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "REX", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A transformation in which an atom or group Y connected to two other atoms or groups X and Z is lost from a molecule, leading to a product in which X is bonded to Z, e.g. X-Y-Z --> X-Z + Y.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/rex.owl", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "23.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/REX_0000100", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "23.08.2022", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "process", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000044", + "en" : "extrusion [rex]" + }, + "comment" : { + "en" : "http://purl.obolibrary.org/obo/rex.owl" + }, + "attributes" : [ "external" ], + "id" : "739" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000045", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "CHMO", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A process used to create objects of a fixed cross-sectional profile by forcing or drawing a material through a die.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chmo.owl", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "23.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/CHMO_0001613", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "23.08.2022", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "process", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000045", + "en" : "extrusion [chmo]" + }, + "comment" : { + "en" : "http://purl.obolibrary.org/obo/chmo.owl" + }, + "attributes" : [ "external" ], + "id" : "740" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000048", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Rubber is an elastic substance made either from the juice of particular tropical trees or artificially. It is raw material for car tires and other technical products.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "material entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "Kautschuk", + "IRI-based" : "DIGITRUBBER_000048", + "en" : "rubber [ita]" + }, + "attributes" : [ "external" ], + "id" : "741" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000049", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Artifical intelligence is a branch of computer science dealing with the automation of intelligent behavior. Can be used in technical areas as methods of machine learning.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "plan specification", + "type" : "label" + } ] + }, + "label" : { + "de" : "Künstliche Intelligenz (KI)", + "IRI-based" : "DIGITRUBBER_000049", + "en" : "Artificial Intelligence (AI) [ita]" + }, + "attributes" : [ "external" ], + "id" : "742" + }, { + "iri" : "http://purl.obolibrary.org/obo/CHEBI_5686", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "hasDbXref" : [ { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "IUPAC", + "type" : "label" + }, { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "ChEBI", + "type" : "label" + }, { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "KEGG_COMPOUND", + "type" : "label" + } ], + "hasExactSynonym" : [ { + "identifier" : "hasExactSynonym", + "language" : "undefined", + "value" : "Heterocyclic compound", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A cyclic compound having as ring members atoms of at least two different elements.", + "type" : "label" + } ], + "hasOBONamespace" : [ { + "identifier" : "hasOBONamespace", + "language" : "undefined", + "value" : "chebi_ontology", + "type" : "label" + } ], + "hasRelatedSynonym" : [ { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "compuestos heterociclicos", + "type" : "label" + }, { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "heterocycle", + "type" : "label" + }, { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "heterocyclic compounds", + "type" : "label" + }, { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "compuesto heterociclico", + "type" : "label" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "CHEBI:5686", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#3_STAR", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "CHEBI_5686", + "undefined" : "heterocyclic compound" + }, + "subClasses" : [ "213" ], + "attributes" : [ "external" ], + "id" : "344", + "superClasses" : [ "342" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/CHEBI_25367", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "hasDbXref" : [ { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "ChEBI", + "type" : "label" + }, { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "IUPAC", + "type" : "label" + } ], + "hasExactSynonym" : [ { + "identifier" : "hasExactSynonym", + "language" : "undefined", + "value" : "molecule", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "Any polyatomic entity that is an electrically neutral entity consisting of more than one atom.", + "type" : "label" + } ], + "hasRelatedSynonym" : [ { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "molecula", + "type" : "label" + }, { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "molecules", + "type" : "label" + }, { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "neutral molecular compounds", + "type" : "label" + }, { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "Molekuel", + "type" : "label" + } ], + "hasOBONamespace" : [ { + "identifier" : "hasOBONamespace", + "language" : "undefined", + "value" : "chebi_ontology", + "type" : "label" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "CHEBI:25367", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#3_STAR", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "CHEBI_25367", + "undefined" : "molecule" + }, + "subClasses" : [ "342", "539" ], + "attributes" : [ "external" ], + "id" : "343", + "superClasses" : [ "127" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/IAO_0000010", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "software", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Software is a plan specification composed of a series of instructions that can be \ninterpreted by or directly executed by a processing unit.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "PERSON: Chris Stoeckert", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "PERSON: Bjoern Peters", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "PERSON: Melanie Courtot", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "PERSON: Alan Ruttenberg", + "type" : "label" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "en", + "value" : "see sourceforge tracker discussion at http://sourceforge.net/tracker/index.php?func=detail&aid=1958818&group_id=177891&atid=886178", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "en", + "value" : "GROUP: OBI", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "IAO_0000010", + "en" : "software" + }, + "subClasses" : [ "748" ], + "attributes" : [ "external" ], + "id" : "747" + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000011", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "planned process", + "type" : "label" + }, { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "planned process", + "type" : "label" + } ], + "IAO_0000232" : [ { + "identifier" : "IAO_0000232", + "language" : "en", + "value" : "This class merges the previously separated objective driven process and planned process, as they the separation proved hard to maintain. (1/22/09, branch call)", + "type" : "label" + }, { + "identifier" : "IAO_0000232", + "language" : "undefined", + "value" : "6/11/9: Edited at workshop. Used to include: is initiated by an agent", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "undefined", + "value" : "Injecting mice with a vaccine in order to test its efficacy", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A process that realizes a plan which is the concretization of a plan specification.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/obi.owl", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000122", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Bjoern Peters", + "type" : "label" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "undefined", + "value" : "We are only considering successfully completed planned processes. A plan may be modified, and details added during execution. For a given planned process, the associated realized plan specification is the one encompassing all changes made during execution. This means that all processes in which an agent acts towards achieving some \nobjectives is a planned process.", + "type" : "label" + }, { + "identifier" : "IAO_0000116", + "language" : "undefined", + "value" : "'Plan' includes a future direction sense. That can be problematic if plans are changed during their execution. There are however implicit contingencies for protocols that an agent has in his mind that can be considered part of the plan, even if the agent didn't have them in mind before. Therefore, a planned process can diverge from what the agent would have said the plan was before executing it, by adjusting to problems encountered during execution (e.g. choosing another reagent with equivalent properties, if the originally planned one has run out.)", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "branch derived", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0000011", + "en" : "planned process" + }, + "subClasses" : [ "243", "106", "235", "507", "115", "221", "403" ], + "attributes" : [ "external" ], + "id" : "236" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000291", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "ISO 1629:2013(E)", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Rubber with a saturated carbon chain of the polymethylene type", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Kautschuk mit einer gesättigten Kohlenstoffkette vom Polymethylen-Typ", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "04.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "M-Gruppe Kautschuk [dik]", + "IRI-based" : "DIGITRUBBER_000291", + "en" : "M-group Rubber [dik]" + }, + "attributes" : [ "external" ], + "id" : "756", + "superClasses" : [ "132" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000018", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "material supplier role", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "undefined", + "value" : "Jackson Labs is an organization which provide mice as experimental material", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "a role realized through the process of supplying materials such as animal subjects, reagents or other materials used in an investigation.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "PERSON:Jennifer Fostel", + "type" : "label" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "undefined", + "value" : "Supplier role is a special kind of service, e.g. biobank", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "supplier", + "type" : "label" + }, { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "material provider role", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0000018", + "en" : "material supplier role" + }, + "attributes" : [ "external" ], + "id" : "272", + "superClasses" : [ "302" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000292", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "ISO 1629:2013(E)", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Terpolymer aus Ethylen, Propylen und einem Dien mit dem restlichen ungesättigten Anteil des polymerisierten Diens in der Seitenkette", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Terpolymer of ethylene, propylene and a diene with the remaining unsaturated portion of the polymerized diene in the side chain", + "type" : "label" + } ], + "hasExactSynonym" : [ { + "identifier" : "hasExactSynonym", + "language" : "undefined", + "value" : "EPDM", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Ethylen-Propylen-Dien-‎Kautschuk ‎[dik]", + "IRI-based" : "DIGITRUBBER_000292", + "en" : "Ethylene Propylene Diene Rubber [dik]" + }, + "attributes" : [ "external" ], + "id" : "757", + "superClasses" : [ "132" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000050", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCTI", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Artificial intelligence is the branch of computer science that deals with writing computer programs that can solve problems creatively.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "23.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C16309", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "23.08.2022", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "plan specification", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000050", + "en" : "Artificial Intelligence (AI) [ncti]" + }, + "comment" : { + "en" : "http://purl.obolibrary.org/obo/ncit.owl" + }, + "attributes" : [ "external" ], + "id" : "758" + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000017", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "regulatory role", + "type" : "label" + } ], + "IAO_0000232" : [ { + "identifier" : "IAO_0000232", + "language" : "en", + "value" : "govt agents responsible for creating regulations; proxies for enforcing regulations. CDISC definition: regulatory authorities. Bodies having the power to regulate. NOTE: In the ICH GCP guideline the term includes the authorities that review submitted clinical data and those that conduct inspections. These bodies are sometimes referred to as competent", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "Regulatory agency, Ethics committee, Approval letter; example: Browse these EPA Regulatory Role subtopics http://www.epa.gov/ebtpages/enviregulatoryrole.html Feb 29, 2008", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "a role which inheres in material entities and is realized in the processes of making, enforcing or being defined by legislation or orders issued by a governmental body.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "GROUP: Role branch", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "en", + "value" : "OBI, CDISC", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0000017", + "en" : "regulatory role" + }, + "subClasses" : [ "315" ], + "attributes" : [ "external" ], + "id" : "367", + "superClasses" : [ "94" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000290", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "rubber produced by non-biologically polymerizing one or more monomers", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Kautschuk, der durch nicht biologische Polymerisation eines oder mehrerer Monomere hergestellt wird", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Synthesekautschuk [dik]", + "IRI-based" : "DIGITRUBBER_000290", + "en" : "Synthetic Rubber [dik]" + }, + "attributes" : [ "external" ], + "id" : "759", + "superClasses" : [ "132" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000295", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "solid compounding ingredient, in particulate form, which may be added in relatively large proportions to a rubber or rubber latex for technical or economic purposes", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "fester Mischungsbestandteil in Teilchenform, welcher aus technischen oder wirtschaftlichen Gründen zu einem relativ großen Anteil zu Kautschuk oder Kautschuklatex zugegeben werden kann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Füllstoff [dik]", + "IRI-based" : "DIGITRUBBER_000295", + "en" : "Filler [dik]" + }, + "attributes" : [ "external" ], + "id" : "760" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000053", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "OBI", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/obi.owl", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A planned process in which statistical techniques are used to give computers the ability to learn about patterns in data, without being explicitly programmed. Learning is defined in this case as progressively improving performance on a specific task.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "23.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/OBI_0002587", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "23.08.2022", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "plan specification", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000053", + "en" : "machine learning [obi]" + }, + "comment" : { + "en" : "http://purl.obolibrary.org/obo/obi.owl" + }, + "attributes" : [ "external" ], + "id" : "761" + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000014", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "regulator role", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "Fact sheet - Regulating the companies The role of the regulator. Ofwat is the economic regulator of the water and sewerage industry in England and Wales. http://www.ofwat.gov.uk/aptrix/ofwat/publish.nsf/Content/roleofregulator_factsheet170805", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "a regulatory role involved with making and/or enforcing relevant legislation and governmental orders", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "Person:Jennifer Fostel", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "en", + "value" : "OBI", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "regulator", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0000014", + "en" : "regulator role" + }, + "attributes" : [ "external" ], + "id" : "315", + "superClasses" : [ "367" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/IAO_0000009", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000232" : [ { + "identifier" : "IAO_0000232", + "language" : "undefined", + "value" : "9/22/11 BP: changed the rdfs:label for this class from 'label' to 'datum label' to convey that this class is not intended to cover all kinds of labels (stickers, radiolabels, etc.), and not even all kind of textual labels, but rather the kind of labels occuring in a datum. \n", + "type" : "label" + } ], + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "datum label", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A label is a symbol that is part of some other datum and is used to either partially define the denotation of that datum or to provide a means for identifying the datum as a member of the set of data with the same label", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "GROUP: IAO", + "type" : "label" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "en", + "value" : "http://www.golovchenko.org/cgi-bin/wnsearch?q=label#4n", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "IAO_0000009", + "en" : "datum label" + }, + "subClasses" : [ "410", "763" ], + "attributes" : [ "external" ], + "id" : "762" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000296", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "compounding ingredient consisting essentially of more than 95 % elemental carbon in the form of nearspherical particles with major diameters less than 1 μm, generally coalesced into aggregates", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Mischungsbestandteil, der im Wesentlichen aus mehr als 95 % elementaren Kohlenstoffs in der Form beinahe sphärischer Partikel mit maximalen Durchmessern kleiner als 1 μm besteht, im Allgemeinen zu Aggregaten koalesziert", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Ruß [dik]", + "IRI-based" : "DIGITRUBBER_000296", + "en" : "Carbon Black [dik]" + }, + "comment" : { + "de" : "Ruß wird durch unvollständige Verbrennung oder thermische Zersetzung von Kohlenwasserstoffen produziert.", + "en" : "Carbon black is produced by incomplete burning or thermal decomposition of hydrocarbons." + }, + "attributes" : [ "external" ], + "id" : "764", + "superClasses" : [ "223" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000054", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "EDAM", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://edamontology.org", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A topic concerning the application of artificial intelligence methods to algorithms, in order to create methods that can learn from data in order to generate an ouput, rather than relying on explicitly encoded information only.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "23.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://edamontology.org/topic_3474", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "23.08.2022", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "plan specification", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000054", + "en" : "machine learning [edam]" + }, + "comment" : { + "en" : "http://edamontology.org" + }, + "attributes" : [ "external" ], + "id" : "765" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000293", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "type of rubber having an unsaturated carbon main chain derived mostly from butadiene or a substituted butadiene", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Kautschuktyp, der eine ungesättigte Kohlenstoffhauptkette hat, die zumeist auf Butadien oder substituiertem Butadien basiert", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Dienkautschuk [dik]", + "IRI-based" : "DIGITRUBBER_000293", + "en" : "Diene Rubber [dik]" + }, + "attributes" : [ "external" ], + "id" : "766", + "superClasses" : [ "132" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000051", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Machine learning is a sub-area of ​​artificial intelligence that deals with artificial systems that adapt their actions to external conditions so that their output is improved according to defined standards. For this purpose, algorithms build a model based on training data. The algorithms does not learn to memorize, but uses patterns and laws, so the systems can also process unknown data. The learning algorithms are divided into supervised learning, unsupervised learning and reinforcement learning.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "plan specification", + "type" : "label" + } ] + }, + "label" : { + "de" : "maschinelles Lernen", + "IRI-based" : "DIGITRUBBER_000051", + "en" : "machine learning [ita]" + }, + "attributes" : [ "external" ], + "id" : "767" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000294", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Trade name for a specific EPDM rubber", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Handelsname für ein spezifischen EPDM-Kautschuk", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "04.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Keltan 5470C [dik]", + "IRI-based" : "DIGITRUBBER_000294", + "en" : "Keltan 5470C [dik]" + }, + "attributes" : [ "external" ], + "id" : "134", + "superClasses" : [ "130" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000052", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCIT", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A computing system (inspired by biological neural networks) that learns (progressively improves its ability) to do tasks by considering examples without task-specific programming. (After DeepAI Machine Learning Glossary and Terms)", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "23.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C176231", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "23.08.2022", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "plan specification", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000052", + "en" : "machine learning [ncti]" + }, + "comment" : { + "en" : "http://purl.obolibrary.org/obo/ncit.owl" + }, + "attributes" : [ "external" ], + "id" : "768" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000299", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "ASTM D1765-10", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Der Buchstabe \"S\" wird für Channel Blacks oder für Furnace Blacks verwendet, die so modifiziert wurden, dass sie die Vulkanisationsgeschwindigkeit verringern.", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The letter “S” is used for channel blacks or for furnace blacks that have been modified to effectively reduce the curing rate of rubber.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "05.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "S-Ruß [dik]", + "IRI-based" : "DIGITRUBBER_000299", + "en" : "S-Carbon Black [dik]" + }, + "attributes" : [ "external" ], + "id" : "769", + "superClasses" : [ "770" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000057", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "CHMO", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chmo.owl", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The combining of components, particles or layers into a more homogeneous state. The mixing may be achieved manually or mechanically by shifting the material with stirrers or pumps or by revolving or shaking the container. The process μst not permit segregation of particles of different size or properties. Homogeneity may be considered to have been achieved in a practical sense when the sampling error of the processed portion is negligible compared to the total error of the measurement system.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "23.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/CHMO_0001685", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "23.08.2022", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "process", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000057", + "en" : "mixing [chmo]" + }, + "comment" : { + "en" : "http://purl.obolibrary.org/obo/chmo.owl" + }, + "attributes" : [ "external" ], + "id" : "771" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000058", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCTI", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "To bring or combine together or with something else; add as an additional element or part.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "23.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C64925", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "23.08.2022", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "process", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000058", + "en" : "mixing [ncti]" + }, + "comment" : { + "en" : "http://purl.obolibrary.org/obo/ncit.owl" + }, + "attributes" : [ "external" ], + "id" : "772" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000297", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "CHEBI", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/CHEBI_82297", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "An elemental carbon in the form of virtually pure colloidal particles that are produced by incomplete combustion or thermal decomposition of gaseous or liquid hydrocarbons under controlled conditions. A black, finely divided pellet or powder, its properties of specific surface area, particle size and structure, conductivity and colour can be varied by varying the exact conditions for its production. It is used in tyres, rubber and plastic products, printing inks and coatings.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "24.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "24.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Ruß [chebi]", + "IRI-based" : "DIGITRUBBER_000297", + "en" : "Carbon Black [chebi]" + }, + "subClasses" : [ "769", "773", "774" ], + "attributes" : [ "external" ], + "id" : "770", + "superClasses" : [ "129" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000055", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Microcontrollers are compact integrated circuits designed to govern a specific operation in an embedded system. Typically a microcontroller includes a processor, memory and input/output peripherals on a single chip.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "material entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "Mikrocontroller", + "IRI-based" : "DIGITRUBBER_000055", + "en" : "microcontroller [ita]" + }, + "attributes" : [ "external" ], + "id" : "775" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000298", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "ASTM D1765-10", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Der Buchstabe \"N\" wird verwendet, um eine normale Vulkanisationsgeschwindigkeit anzugeben, die typisch ist für Furnace Blacks, die nicht speziell modifiziert wurden, um die Vulkanisierungsgeschwindigkeit zu ändern", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The letter “N” is used to indicate a normal curing rate typical of furnace blacks that have received no special modification to alter their influence on the rate of cure of rubber.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "05.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "N-Ruß [dik]", + "IRI-based" : "DIGITRUBBER_000298", + "en" : "N-Carbon Black [dik]" + }, + "attributes" : [ "external" ], + "id" : "773", + "superClasses" : [ "770" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000056", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Mixing is the first of the three areas of an extrusion line, where the input material is homogenized and mixed. This occurs within a screw element through shearing and mixing of the input material.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "process", + "type" : "label" + } ] + }, + "label" : { + "de" : "Mischen", + "IRI-based" : "DIGITRUBBER_000056", + "en" : "mixing [ita]" + }, + "attributes" : [ "external" ], + "id" : "776" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000059", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Pattern recognition is the automated recognition of patterns and regularities in data. Pattern recognition has its origins in statistics and engineering; some modern approches include the use of machine learning, due to the increased availability of big data and a new abundance of processing power.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "plan specification", + "type" : "label" + } ] + }, + "label" : { + "de" : "Mustererkennung", + "IRI-based" : "DIGITRUBBER_000059", + "en" : "pattern recognition [ita]" + }, + "attributes" : [ "external" ], + "id" : "777" + }, { + "iri" : "http://purl.obolibrary.org/obo/IAO_0000003", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "measurement unit label", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "Examples of measurement unit labels are liters, inches, weight per volume.", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A measurement unit label is as a label that is part of a scalar measurement datum and denotes a unit of measure.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000125", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "PERSON: Alan Ruttenberg", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "PERSON: Melanie Courtot", + "type" : "label" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "en", + "value" : "2009-03-16: provenance: a term measurement unit was\nproposed for OBI (OBI_0000176) , edited by Chris Stoeckert and\nCristian Cocos, and subsequently moved to IAO where the objective for\nwhich the original term was defined was satisfied with the definition\nof this, different, term.", + "type" : "label" + }, { + "identifier" : "IAO_0000116", + "language" : "en", + "value" : "2009-03-16: review of this term done during during the OBI workshop winter 2009 and the current definition was considered acceptable for use in OBI. If there is a need to modify this definition please notify OBI.", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "IAO_0000003", + "en" : "measurement unit label" + }, + "subClasses" : [ "778", "446", "447", "84", "487", "210", "581", "501", "779", "780", "781" ], + "attributes" : [ "external" ], + "id" : "410", + "superClasses" : [ "762" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0001112", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "autoclave", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A device that is used to sterilize equipment and supplies by subjecting them to high pressure steam at 121 C or more, typically for 15 to 20 minutes depending on the size of the load and the contents.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON: Erik Segerdell", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "J. Black, Microbiology, Prentice Hall (1993) pg. 334; http://en.wikipedia.org/wiki/Autoclave", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0001112", + "undefined" : "autoclave" + }, + "attributes" : [ "external" ], + "id" : "268", + "superClasses" : [ "685" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002205", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "histologic grade according to AJCC 7th edition", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "undefined", + "value" : "G4: Undifferentiated", + "type" : "label" + }, { + "identifier" : "IAO_0000112", + "language" : "undefined", + "value" : "G1:Well differentiated", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A categorical value specification that is a histologic grade assigned to a tumor slide specimen according to the American Joint Committee on Cancer (AJCC) 7th Edition grading system.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "NCI BBRB, OBI", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0002205", + "undefined" : "histologic grade according to AJCC 7th edition" + }, + "individuals" : [ { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002206", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "G1: Well differentiated", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A histologic grade according to AJCC 7th edition indicating that the tumor cells and the organization of the tumor tissue appear close to normal.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://www.cancer.gov/about-cancer/diagnosis-staging/prognosis/tumor-grade-fact-sheet", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "G1", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002206", + "undefined" : "G1: Well differentiated" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002207", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "G2: Moderately differentiated", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A histologic grade according to AJCC 7th edition indicating that the tumor cells are moderately differentiated and reflect an intermediate grade.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://www.cancer.gov/about-cancer/diagnosis-staging/prognosis/tumor-grade-fact-sheet", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "G2", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002207", + "undefined" : "G2: Moderately differentiated" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002208", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "G3: Poorly differentiated", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A histologic grade according to AJCC 7th edition indicating that the tumor cells are poorly differentiated and do not look like normal cells and tissue.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://www.cancer.gov/about-cancer/diagnosis-staging/prognosis/tumor-grade-fact-sheet", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "G3", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002208", + "undefined" : "G3: Poorly differentiated" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002209", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "G4: Undifferentiated", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A histologic grade according to AJCC 7th edition indicating that the tumor cells are undifferentiated and do not look like normal cells and tissue.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://www.cancer.gov/about-cancer/diagnosis-staging/prognosis/tumor-grade-fact-sheet", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "G4", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002209", + "undefined" : "G4: Undifferentiated" + } + } ], + "attributes" : [ "external" ], + "id" : "289", + "superClasses" : [ "281" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000060", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCTI", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A branch of artificial intelligence concerned with the identification of visual or audio patterns by computers.For the computer to recognize the patterns, the patterns must be converted into digital signals and compared with patterns already stored in memory.Some uses of this technology are in character recognition, voice recognition, handwriting recognition, and robotics. (High-Tech Dictionary) [ NCI ]", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "23.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C16961", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "23.08.2022", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "plan specification", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000060", + "en" : "pattern recognition [ncti]" + }, + "comment" : { + "en" : "http://purl.obolibrary.org/obo/ncit.owl" + }, + "attributes" : [ "external" ], + "id" : "782" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000061", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Artificial neural networks (ANNs) are based on a reduced set of concepts from biological neural systems. It is composed of different Layeres, an input layer, one or more hidden layers and an output layer. Each layer consists of several artificial neurons. The connections of the biological neuron are modeled in artificial neural networks as weights between the artificial neurons. A positive weight reflects an excitatory connection, while negative values mean inhibitory connections. An activation function controls the amplitude of the output. They can be used to model complex relationships between inputs and outputs or to find patterns in data. Thereby ANNs can be trained by machine learning techniques to approximate a function, when the complexity of the data or task makes the design of such function by hand impractical. Other tasks in which ANNs can be trained are classification, including pattern recognition, clustering and Data processing, including clustering.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "plan specification", + "type" : "label" + } ] + }, + "label" : { + "de" : "neuronales Netz", + "IRI-based" : "DIGITRUBBER_000061", + "en" : "neural network [ita]" + }, + "attributes" : [ "external" ], + "id" : "783" + }, { + "iri" : "http://purl.obolibrary.org/obo/CHEBI_50795", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "hasDbXref" : [ { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "ChEBI", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A nanometre sized object.", + "type" : "label" + } ], + "hasRelatedSynonym" : [ { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "nanoestructura", + "type" : "label" + } ], + "hasOBONamespace" : [ { + "identifier" : "hasOBONamespace", + "language" : "undefined", + "value" : "chebi_ontology", + "type" : "label" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "CHEBI:50795", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#3_STAR", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "CHEBI_50795", + "undefined" : "nanostructure" + }, + "subClasses" : [ "785", "226" ], + "attributes" : [ "external" ], + "id" : "784", + "superClasses" : [ "127" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000064", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "In online optimization decisions are made directly in the real process section and without knowledge of future results. Also often the data of the problem instance is not complete.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "process", + "type" : "label" + } ] + }, + "label" : { + "de" : "Online-Optimierung", + "IRI-based" : "DIGITRUBBER_000064", + "en" : "online optimization [ita]" + }, + "attributes" : [ "external" ], + "id" : "786" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000065", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Optimizers are algorithms or methods used to solve optimization problems by minimize an error function (loss function) or to maximize the efficiency of production. Optimizers are mathematical functions which are dependent on model's learnable parameters i.e Weights & Biases.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "process", + "type" : "label" + } ] + }, + "label" : { + "de" : "Optimierungsmethoden", + "IRI-based" : "DIGITRUBBER_000065", + "en" : "optimization [ita]" + }, + "attributes" : [ "external" ], + "id" : "787" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000062", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCTI", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A computer algorithm to solve non-linear optimization problems. The algorithm was derived in analogy to the way the densely interconnected, parallel structure of the brain processes information.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "23.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C17429", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "23.08.2022", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "plan specification", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000062", + "en" : "neural network [ncti]" + }, + "comment" : { + "en" : "http://purl.obolibrary.org/obo/ncit.owl" + }, + "attributes" : [ "external" ], + "id" : "788" + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000023", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "classified data set", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A data set that is produced as the output of a class prediction data transformation and consists of a data set with assigned class labels.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000125", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON: James Malone", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON: Monnie McGee", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "data set with assigned class labels", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0000023", + "en" : "classified data set" + }, + "attributes" : [ "external" ], + "id" : "745", + "superClasses" : [ "136" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000063", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Online characterisation is the characterization of the material properties during the process and on the real process line in order to be able to react to fluctuations during production.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "process", + "type" : "label" + } ] + }, + "label" : { + "de" : "Online-Charakterisierung", + "IRI-based" : "DIGITRUBBER_000063", + "en" : "online characterisation [ita]" + }, + "attributes" : [ "external" ], + "id" : "789" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000068", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Regression analysis consists of a set of machine learning methods that allow us to predict a continuous outcome variable (y) based on the value of one or multiple predictor variables (x). Regression is a supervised learning technique, in which Algorithems build a mathematical Modell or equation that defines y as a funktion of x.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "plan specification", + "type" : "label" + } ] + }, + "label" : { + "de" : "Regressionsanalyse", + "IRI-based" : "DIGITRUBBER_000068", + "en" : "regression analysis [ita]" + }, + "attributes" : [ "external" ], + "id" : "790" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000069", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A simulation environment is a virtual environment that maps/models the real process. A simulation model thus makes it possible to train control tasks using learning algorithms offline, i.e. not on the real system but on the computer. Neural networks can be used to create such model.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "material entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "Simulationsumgebung", + "IRI-based" : "DIGITRUBBER_000069", + "en" : "simulation environment [ita]" + }, + "attributes" : [ "external" ], + "id" : "792" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000066", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCTI", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "An activity that attempts to find the best solution to a problem.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "23.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C78561", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "23.08.2022", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "process", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000066", + "en" : "optimization [ncti]" + }, + "comment" : { + "en" : "http://purl.obolibrary.org/obo/ncit.owl" + }, + "attributes" : [ "external" ], + "id" : "794" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000067", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Production-in-the-Loop describes a method, in which information from the production process is continuously recorded and the process is adapted to the changing framework conditions on the basis of this information.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "plan specification", + "type" : "label" + } ] + }, + "label" : { + "de" : "Production-in-the-loop", + "IRI-based" : "DIGITRUBBER_000067", + "en" : "Production-in-the-Loop [ita]" + }, + "attributes" : [ "external" ], + "id" : "796" + }, { + "iri" : "http://purl.obolibrary.org/obo/CHEBI_72695", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "hasDbXref" : [ { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "ChEBI", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "Any molecule that consists of at least one carbon atom as part of the electrically neutral entity.", + "type" : "label" + } ], + "hasOBONamespace" : [ { + "identifier" : "hasOBONamespace", + "language" : "undefined", + "value" : "chebi_ontology", + "type" : "label" + } ], + "hasRelatedSynonym" : [ { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "organic compounds", + "type" : "label" + }, { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "organic compound", + "type" : "label" + }, { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "organic molecules", + "type" : "label" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "CHEBI:72695", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#3_STAR", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "CHEBI_72695", + "undefined" : "organic molecule" + }, + "subClasses" : [ "214" ], + "attributes" : [ "external" ], + "id" : "539", + "superClasses" : [ "329", "343" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000792", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "statistical model validation", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "undefined", + "value" : "Using the expression levels of 20 proteins to predict whether a cancer patient will respond to a drug. A practical goal would be to determine which subset of the 20 features should be used to produce the best predictive model. - wikipedia", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A data transformation which assesses how the results of a statistical analysis will generalize to an independent data set.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Helen Parkinson", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://en.wikipedia.org/wiki/Cross-validation_%28statistics%29", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0000792", + "undefined" : "statistical model validation" + }, + "subClasses" : [ "803" ], + "attributes" : [ "external" ], + "id" : "802", + "superClasses" : [ "689" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000071", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The train dataset is a subset of the dataset that is given to the learning algorithm to train a model. Typically it consists of 70% to 80% of the original dataset. It is the sample of data used to fit the model.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "Train-Dataset", + "IRI-based" : "DIGITRUBBER_000071", + "en" : "train dataset [ita]" + }, + "attributes" : [ "external" ], + "id" : "806" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000072", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Supervised learning is the machine learning task of learning a function that maps an input to an output based on example input-output pairs. It infers a function from labeled training data consisting of a set of training examples. In supervised learning, each example is a pair consisting of an input object (typically a vector) and a desired output value (target).", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "plan specification", + "type" : "label" + } ] + }, + "label" : { + "de" : "überwachtes Lernen", + "IRI-based" : "DIGITRUBBER_000072", + "en" : "supervised learning [ita]" + }, + "attributes" : [ "external" ], + "id" : "808" + }, { + "iri" : "http://purl.obolibrary.org/obo/CHEBI_36357", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "hasDbXref" : [ { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "ChEBI", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "Any molecular entity consisting of more than one atom.", + "type" : "label" + } ], + "hasRelatedSynonym" : [ { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "polyatomic entities", + "type" : "label" + } ], + "hasOBONamespace" : [ { + "identifier" : "hasOBONamespace", + "language" : "undefined", + "value" : "chebi_ontology", + "type" : "label" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "CHEBI:36357", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#3_STAR", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "CHEBI_36357", + "undefined" : "polyatomic entity" + }, + "subClasses" : [ "784", "343", "327" ], + "attributes" : [ "external" ], + "id" : "127", + "superClasses" : [ "123" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/APOLLO_SV_00000796", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "creating a data set", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A planned process that has a data set as its specified output.", + "type" : "label" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "William R. Hogan", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "data set creation", + "type" : "label" + }, { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "dataset creation", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "APOLLO_SV_00000796", + "en" : "dataset creating" + }, + "subClasses" : [ "218", "811", "812", "813" ], + "intersection" : [ "236" ], + "attributes" : [ "external", "intersection" ], + "id" : "221", + "superClasses" : [ "236" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/CHEBI_36358", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "hasDbXref" : [ { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "ChEBI", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "An ion consisting of more than one atom.", + "type" : "label" + } ], + "hasRelatedSynonym" : [ { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "polyatomic ions", + "type" : "label" + } ], + "hasOBONamespace" : [ { + "identifier" : "hasOBONamespace", + "language" : "undefined", + "value" : "chebi_ontology", + "type" : "label" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "CHEBI:36358", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#3_STAR", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "CHEBI_36358", + "undefined" : "polyatomic ion" + }, + "subClasses" : [ "428" ], + "attributes" : [ "external" ], + "id" : "327", + "superClasses" : [ "126", "127" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000070", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The test dataset is a subset of the dataset that is held back from training the model and given to the learning algorithm to test the trained model. Typically it consists of 20% to 30% of the original dataset. It is the sample of data used to provide an unbiased evaluation of a final model fit on the training dataset.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "Test-Dataset", + "IRI-based" : "DIGITRUBBER_000070", + "en" : "test dataset [ita]" + }, + "attributes" : [ "external" ], + "id" : "814" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000075", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "OBI", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A machine learning process that infers a function describing the structure of \"unlabeled\" data (i.e. data that has not been classified or categorized).", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/obi.owl", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "23.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/OBI_0002589", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "unsupervised machine learning", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "23.08.2022", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "plan specification", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000075", + "en" : "unsupervised learning [obi]" + }, + "comment" : { + "en" : "http://purl.obolibrary.org/obo/obi.owl" + }, + "attributes" : [ "external" ], + "id" : "815" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000076", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The validation dataset is the sample of data used to provide an unbiased evaluation of a model fit on the training dataset while tuning model hyperparameters. The evaluation becomes more biased as skill on the validation dataset is incorporated into the model configuration.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "Validation-Dataset", + "IRI-based" : "DIGITRUBBER_000076", + "en" : "validation dataset [ita]" + }, + "attributes" : [ "external" ], + "id" : "816" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000073", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "OBI", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/obi.owl", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A machine learning process using a function that maps an input to an output based on example input-output pairs. It infers a function from labeled training data consisting of a set of training examples.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "23.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/OBI_0002588", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "supervised machine learning", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "23.08.2022", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "plan specification", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000073", + "en" : "supervised learning [obi]" + }, + "comment" : { + "en" : "http://purl.obolibrary.org/obo/obi.owl" + }, + "attributes" : [ "external" ], + "id" : "818" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000074", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Unsupervised learning is a type of algorithm that learns patterns from untagged data. The hope is that through mimicry, which is an important mode of learning in people, the machine is forced to build a compact internal representation of its world and then generate imaginative content from it. Unsupervised methods exhibit self-organization that captures patterns as probability densities or a combination of neural feature preferences.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "plan specification", + "type" : "label" + } ] + }, + "label" : { + "de" : "unüberwachtes Lernen", + "IRI-based" : "DIGITRUBBER_000074", + "en" : "unsupervised learning [ita]" + }, + "attributes" : [ "external" ], + "id" : "821" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000079", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "OBI", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "a planned process with objective to check that the accuracy or the quality of a claim or prediction satisfies some criteria and which is assessed by comparing with independent results", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/obi.owl", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "23.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/OBI_0302911", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "23.08.2022", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "process", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000079", + "en" : "validation [obi]" + }, + "comment" : { + "en" : "http://purl.obolibrary.org/obo/obi.owl" + }, + "attributes" : [ "external" ], + "id" : "823" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000077", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Validation data is to \"validate\" that your neural network hasn't rather memorized your training data and has thus actually learned some meaningful aspects of the data so that the model can be later used (generalized) to unseen, held-out \"test dataset\".", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "process", + "type" : "label" + } ] + }, + "label" : { + "de" : "Validierung", + "IRI-based" : "DIGITRUBBER_000077", + "en" : "validation [ita]" + }, + "attributes" : [ "external" ], + "id" : "826" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000078", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCTI", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The act of validating; finding or testing the truth of something.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "23.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C16237", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "23.08.2022", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "process", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000078", + "en" : "validation [ncti]" + }, + "comment" : { + "en" : "http://purl.obolibrary.org/obo/ncit.owl" + }, + "attributes" : [ "external" ], + "id" : "828" + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002989", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "material supplier", + "type" : "label" + } ], + "IAO_0000233" : [ { + "identifier" : "IAO_0000233", + "language" : "undefined", + "value" : "https://github.com/obi-ontology/obi/issues/1289", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A person or organization that provides material supplies to other people or organizations.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Rebecca Jackson", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0002989", + "en" : "material supplier" + }, + "individuals" : [ { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000462", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Affymetrix", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "undefined", + "value" : "Affymetrix supplied microarray", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "An organization which supplies technology, tools and protocols for use in high throughput applications", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0000462", + "undefined" : "Affymetrix" + } + } ], + "attributes" : [ "external" ], + "id" : "271" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000082", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Twin screw extruders have two screws, which have more shear and mixing capability than the single screw in a singel screw extruder. Depending on the direction of rotation of the screws, a distinction is made between counter-rotating and co-rotating twin-screw extruders.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "material entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "Zweischneckenextruder", + "IRI-based" : "DIGITRUBBER_000082", + "en" : "twin screw extruder [ita]" + }, + "attributes" : [ "external" ], + "id" : "834" + }, { + "iri" : "http://purl.obolibrary.org/obo/CHEBI_48343", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "hasDbXref" : [ { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "ChEBI", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "Compounds of structure RSSR'.", + "type" : "label" + } ], + "hasOBONamespace" : [ { + "identifier" : "hasOBONamespace", + "language" : "undefined", + "value" : "chebi_ontology", + "type" : "label" + } ], + "hasRelatedSynonym" : [ { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "disulfides", + "type" : "label" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "CHEBI:48343", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#3_STAR", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "CHEBI_48343", + "undefined" : "disulfide" + }, + "subClasses" : [ "835" ], + "attributes" : [ "external" ], + "id" : "257", + "superClasses" : [ "71" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000083", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Control variable that specifies at which temperature mixing takes place.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "quality", + "type" : "label" + } ] + }, + "label" : { + "de" : "Mischungstemperatur", + "IRI-based" : "DIGITRUBBER_000083", + "en" : "Mixing temperature [ita]" + }, + "attributes" : [ "external" ], + "id" : "836" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000080", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "EDAM", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Validate some data.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://edamontology.org", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "23.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://edamontology.org/operation_2428", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "23.08.2022", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "process", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000080", + "en" : "validation [edam]" + }, + "comment" : { + "en" : "http://edamontology.org" + }, + "attributes" : [ "external" ], + "id" : "837" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000081", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Rolling is the second of the three areas of the extrusion line. Where the material is homogenised.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "process", + "type" : "label" + } ] + }, + "label" : { + "de" : "Walzen", + "IRI-based" : "DIGITRUBBER_000081", + "en" : "rolling [ita]" + }, + "attributes" : [ "external" ], + "id" : "838" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000086", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Control value that specifies how long mixing takes place", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "quality", + "type" : "label" + } ] + }, + "label" : { + "de" : "Mischzeit", + "IRI-based" : "DIGITRUBBER_000086", + "en" : "Mixing time [ita]" + }, + "attributes" : [ "external" ], + "id" : "839" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000087", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Measured variable that indicates how high the torque is during mixing.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "quality", + "type" : "label" + } ] + }, + "label" : { + "de" : "Drehmoment (Mischer)", + "IRI-based" : "DIGITRUBBER_000087", + "en" : "Torque (mixer) [ita]" + }, + "attributes" : [ "external" ], + "id" : "840" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000084", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Rücksprache DIK", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "quality", + "type" : "label" + } ] + }, + "label" : { + "de" : "Stemepeldruck", + "IRI-based" : "DIGITRUBBER_000084", + "en" : "Stamp pressure [ita]" + }, + "attributes" : [ "external" ], + "id" : "841" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000085", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Control value that specifies at which speed mixing takes place", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "quality", + "type" : "label" + } ] + }, + "label" : { + "de" : "Drehzahl (Mischer)", + "IRI-based" : "DIGITRUBBER_000085", + "en" : "rotation speed (Mixer) [ita]" + }, + "attributes" : [ "external" ], + "id" : "844" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000088", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "OM", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Torque is the effectiveness of a force to produce rotation about an axis, measured by the product of the force and the perpendicular distance from the line of action of the force to the axis.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://www.ontology-of-units-of-measure.org/resource/om-2", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "23.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://www.ontology-of-units-of-measure.org/resource/om-2/Torque", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "23.08.2022", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "quality", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000088", + "en" : "Torque (mixer) [om]" + }, + "comment" : { + "en" : "http://www.ontology-of-units-of-measure.org/resource/om-2" + }, + "attributes" : [ "external" ], + "id" : "850" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000089", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Control variable that indicates how high the speed of the screw is during extrusion.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "quality", + "type" : "label" + } ] + }, + "label" : { + "de" : "Schneckendrezahl", + "IRI-based" : "DIGITRUBBER_000089", + "en" : "Screw speed [ita]" + }, + "attributes" : [ "external" ], + "id" : "852" + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000571", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "manufacturer role", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "undefined", + "value" : "With respect to The Accuri C6 Flow Cytometer System, the organization Accuri bears the role manufacturer role. With respect to a transformed line of tissue culture cells derived by a specific lab, the lab whose personnel isolated the cll line bears the role manufacturer role. With respect to a specific antibody produced by an individual scientist, the scientist who purifies, characterizes and distributes the anitbody bears the role manufacturer role.", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "Manufacturer role is a role which inheres in a person or organization and which is realized by a manufacturing process.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "GROUP: Role Branch", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "OBI", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0000571", + "undefined" : "manufacturer role" + }, + "attributes" : [ "external" ], + "id" : "305", + "superClasses" : [ "94" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000090", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Measured variable that indicates how high the torque of the screw is during extrusion.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "quality", + "type" : "label" + } ] + }, + "label" : { + "de" : "Schneckendrehmoment", + "IRI-based" : "DIGITRUBBER_000090", + "en" : "Screw torque [ita]" + }, + "attributes" : [ "external" ], + "id" : "860" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000093", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Control variable that indicates how high the temperature of the cylinder is during extrusion.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "quality", + "type" : "label" + } ] + }, + "label" : { + "de" : "Temperierung Zylinder", + "IRI-based" : "DIGITRUBBER_000093", + "en" : "Tempering cylinder [ita]" + }, + "attributes" : [ "external" ], + "id" : "861" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000094", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Measured variable that indicates how high the pressure in the cylinder is during extrusion.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "quality", + "type" : "label" + } ] + }, + "label" : { + "de" : "Zylinderdruck", + "IRI-based" : "DIGITRUBBER_000094", + "en" : "Cylinder pressure [ita]" + }, + "attributes" : [ "external" ], + "id" : "862" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000091", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Control variable that indicates how high the temperature of the screw is during extrusion.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "quality", + "type" : "label" + } ] + }, + "label" : { + "de" : "Temperierung Schnecke", + "IRI-based" : "DIGITRUBBER_000091", + "en" : "Tempering screw [ita]" + }, + "attributes" : [ "external" ], + "id" : "863" + }, { + "iri" : "http://purl.obolibrary.org/obo/CHEBI_35489", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "charge" : [ { + "identifier" : "charge", + "language" : "undefined", + "value" : "0", + "type" : "label" + } ], + "hasExactSynonym" : [ { + "identifier" : "hasExactSynonym", + "language" : "undefined", + "value" : "disulfides", + "type" : "label" + } ], + "smiles" : [ { + "identifier" : "smiles", + "language" : "undefined", + "value" : "[*]SS[*]", + "type" : "label" + } ], + "hasRelatedSynonym" : [ { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "an organic disulfide", + "type" : "label" + }, { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "organic disulfides", + "type" : "label" + } ], + "mass" : [ { + "identifier" : "mass", + "language" : "undefined", + "value" : "64.13000", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#3_STAR", + "type" : "iri" + } ], + "hasDbXref" : [ { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "UniProt", + "type" : "label" + }, { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "IUPAC", + "type" : "label" + }, { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "ChEBI", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "Compounds of structure RSSR in which R and R' are organic groups.", + "type" : "label" + } ], + "hasOBONamespace" : [ { + "identifier" : "hasOBONamespace", + "language" : "undefined", + "value" : "chebi_ontology", + "type" : "label" + } ], + "hasSynonymType" : [ { + "identifier" : "hasSynonymType", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#IUPAC_NAME", + "type" : "iri" + } ], + "formula" : [ { + "identifier" : "formula", + "language" : "undefined", + "value" : "S2R2", + "type" : "label" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "CHEBI:35489", + "type" : "label" + } ], + "monoisotopicmass" : [ { + "identifier" : "monoisotopicmass", + "language" : "undefined", + "value" : "63.94414", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "CHEBI_35489", + "undefined" : "organic disulfide" + }, + "subClasses" : [ "864", "865" ], + "attributes" : [ "external" ], + "id" : "835", + "superClasses" : [ "257", "258" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000092", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Control variable that indicates how high the temperature of the feed roller is during extrusion.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "quality", + "type" : "label" + } ] + }, + "label" : { + "de" : "Temperierung Speisewalze", + "IRI-based" : "DIGITRUBBER_000092", + "en" : "Tempering Feed roller [ita]" + }, + "attributes" : [ "external" ], + "id" : "866" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000097", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Measured variable that indicates what the temperature is at the surface of the material.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "quality", + "type" : "label" + } ] + }, + "label" : { + "de" : "Oberflächennahe Massentemperatur im Werkzeug", + "IRI-based" : "DIGITRUBBER_000097", + "en" : "Near-surface mass temperature in the tool [ita]" + }, + "attributes" : [ "external" ], + "id" : "867" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000098", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Measured variable that indicates how the temperature is distributed radially over the screw channel.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "quality", + "type" : "label" + } ] + }, + "label" : { + "de" : "Radiales Temperaturprofil der Mischung im Schneckenkanal", + "IRI-based" : "DIGITRUBBER_000098", + "en" : "Radial temperature profile of the mixture in the screw channel [ita]" + }, + "attributes" : [ "external" ], + "id" : "868" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000095", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Control variable that indicates how high the temperature of the tool is during extrusion.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "quality", + "type" : "label" + } ] + }, + "label" : { + "de" : "Temperiung Werkzeug", + "IRI-based" : "DIGITRUBBER_000095", + "en" : "Tempering Tool [ita]" + }, + "attributes" : [ "external" ], + "id" : "869" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000096", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Measured variable that indicates how high the pressure in the tool is during extrusion.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "quality", + "type" : "label" + } ] + }, + "label" : { + "de" : "Werkzeugdruck", + "IRI-based" : "DIGITRUBBER_000096", + "en" : "Tool pressure [ita]" + }, + "attributes" : [ "external" ], + "id" : "870" + }, { + "iri" : "http://purl.obolibrary.org/obo/PATO_0001300", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "optical quality", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/pato.owl", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "An EM radiation quality in which the EM radiation is within the fiat range of the spectrum visible deemed to be light.", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "PATO_0001300", + "undefined" : "optical quality" + }, + "attributes" : [ "external" ], + "id" : "635", + "superClasses" : [ "636" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000099", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "System parameter that indicates how large the outlet surface of the rubber is.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "quality", + "type" : "label" + } ] + }, + "label" : { + "de" : "Austrittsfläche", + "IRI-based" : "DIGITRUBBER_000099", + "en" : "Outlet surface [ita]" + }, + "attributes" : [ "external" ], + "id" : "874" + }, { + "iri" : "http://purl.obolibrary.org/obo/CHEBI_25699", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "hasDbXref" : [ { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "ChEBI", + "type" : "label" + } ], + "hasRelatedSynonym" : [ { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "organic ions", + "type" : "label" + } ], + "hasOBONamespace" : [ { + "identifier" : "hasOBONamespace", + "language" : "undefined", + "value" : "chebi_ontology", + "type" : "label" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "CHEBI:25699", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#3_STAR", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "CHEBI_25699", + "undefined" : "organic ion" + }, + "subClasses" : [ "879" ], + "attributes" : [ "external" ], + "id" : "325", + "superClasses" : [ "329", "126" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/CHEBI_25696", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "hasDbXref" : [ { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "ChEBI", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "Any organic ion with a net negative charge.", + "type" : "label" + } ], + "hasOBONamespace" : [ { + "identifier" : "hasOBONamespace", + "language" : "undefined", + "value" : "chebi_ontology", + "type" : "label" + } ], + "hasRelatedSynonym" : [ { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "organic anions", + "type" : "label" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "CHEBI:25696", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#3_STAR", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "CHEBI_25696", + "undefined" : "organic anion" + }, + "subClasses" : [ "256" ], + "attributes" : [ "external" ], + "id" : "879", + "superClasses" : [ "325", "326" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/PATO_0001548", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "quality of a liquid", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A physical quality inhering in an entity exhibiting the physical characteristics of an amorphous (non-crystalline) form of matter between a gas and a solid that has a definite volume, but no definite shape.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/pato.owl", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "PATO_0001548", + "undefined" : "quality of a liquid" + }, + "attributes" : [ "external" ], + "id" : "884", + "superClasses" : [ "680" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/PATO_0001546", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "quality of a solid", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A physical quality inhering in a bearer by virtue of the bearer's exhibiting the physical characteristics of an entity characterized by particles arranged such that their shape and volume are relatively stable.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/pato.owl", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "PATO_0001546", + "undefined" : "quality of a solid" + }, + "attributes" : [ "external" ], + "id" : "885", + "superClasses" : [ "680" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000749", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "CART", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A CART (classification and regression trees) is a data transformation method for producing a classification or regression model with a tree-based structure.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000122", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "James Malone", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "en", + "value" : "BOOK: David J. Hand, Heikki Mannila and Padhraic Smyth (2001) Principles of Data Mining.", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "classification and regression trees", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0000749", + "en" : "CART" + }, + "individuals" : [ { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000767", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "GenePattern CART", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "James Malone", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0000767", + "undefined" : "GenePattern CART" + } + } ], + "attributes" : [ "external" ], + "id" : "820", + "superClasses" : [ "693" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/CHEBI_50860", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "hasDbXref" : [ { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "ChEBI", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "Any molecular entity that contains carbon.", + "type" : "label" + } ], + "hasOBONamespace" : [ { + "identifier" : "hasOBONamespace", + "language" : "undefined", + "value" : "chebi_ontology", + "type" : "label" + } ], + "hasRelatedSynonym" : [ { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "organic entity", + "type" : "label" + }, { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "organic molecular entities", + "type" : "label" + }, { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "organic compounds", + "type" : "label" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "CHEBI:50860", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#3_STAR", + "type" : "iri" + } ], + "hasAlternativeId" : [ { + "identifier" : "hasAlternativeId", + "language" : "undefined", + "value" : "CHEBI:33244", + "type" : "label" + }, { + "identifier" : "hasAlternativeId", + "language" : "undefined", + "value" : "CHEBI:25700", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "CHEBI_50860", + "undefined" : "organic molecular entity" + }, + "subClasses" : [ "164", "539", "325", "224" ], + "attributes" : [ "external" ], + "id" : "329", + "superClasses" : [ "328" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/IAO_0000310", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "document", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "A journal article, patent application, laboratory notebook, or a book", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A collection of information content entities intended to be understood together as a whole", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "PERSON: Lawrence Hunter", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "IAO_0000310", + "en" : "document" + }, + "subClasses" : [ "847" ], + "attributes" : [ "external" ], + "id" : "848" + }, { + "iri" : "http://purl.obolibrary.org/obo/CHEBI_33285", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "hasDbXref" : [ { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "ChEBI", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A heteroorganic entity is an organic molecular entity in which carbon atoms or organic groups are bonded directly to one or more heteroatoms.", + "type" : "label" + } ], + "hasRelatedSynonym" : [ { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "organoelement compounds", + "type" : "label" + }, { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "heteroorganic entities", + "type" : "label" + } ], + "hasOBONamespace" : [ { + "identifier" : "hasOBONamespace", + "language" : "undefined", + "value" : "chebi_ontology", + "type" : "label" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "CHEBI:33285", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#3_STAR", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "CHEBI_33285", + "undefined" : "heteroorganic entity" + }, + "subClasses" : [ "163", "65", "213" ], + "attributes" : [ "external" ], + "id" : "164", + "superClasses" : [ "329" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/IAO_0000309", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "diagram", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "A molecular structure ribbon cartoon showing helices, turns and sheets and their relations to each other in space.", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A figure that expresses one or more propositions", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "PERSON: Lawrence Hunter", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "IAO_0000309", + "en" : "diagram" + }, + "subClasses" : [ "146" ], + "attributes" : [ "external" ], + "id" : "701", + "superClasses" : [ "843" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/CHEBI_82298", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "hasDbXref" : [ { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "KEGG:C19203", + "type" : "label" + }, { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "KEGG_COMPOUND", + "type" : "label" + }, { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "CAS:53973-98-1", + "type" : "label" + }, { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "KEGG:D05539", + "type" : "label" + } ], + "charge" : [ { + "identifier" : "charge", + "language" : "undefined", + "value" : "0", + "type" : "label" + } ], + "hasRelatedSynonym" : [ { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "Carrageenan, degraded", + "type" : "label" + }, { + "identifier" : "hasRelatedSynonym", + "language" : "en", + "value" : "Carrageenan, degraded", + "type" : "label" + } ], + "hasOBONamespace" : [ { + "identifier" : "hasOBONamespace", + "language" : "undefined", + "value" : "chebi_ontology", + "type" : "label" + } ], + "formula" : [ { + "identifier" : "formula", + "language" : "undefined", + "value" : "C12H16O15S2", + "type" : "label" + } ], + "source" : [ { + "identifier" : "source", + "language" : "undefined", + "value" : "KEGG COMPOUND", + "type" : "label" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "CHEBI:82298", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#2_STAR", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "CHEBI_82298", + "en" : "Poligeenan" + }, + "subClasses" : [ "770" ], + "attributes" : [ "external" ], + "id" : "129", + "superClasses" : [ "130" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/CHEBI_82297", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "hasDbXref" : [ { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "KEGG:C19202", + "type" : "label" + }, { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "PMID:25071917", + "type" : "label" + }, { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "PMID:24291665", + "type" : "label" + }, { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "PMID:26803751", + "type" : "label" + }, { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "PMID:24669321", + "type" : "label" + }, { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "Wikipedia:Carbon_black", + "type" : "label" + }, { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "CAS:1333-86-4", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "An elemental carbon in the form of virtually pure colloidal particles that are produced by incomplete combustion or thermal decomposition of gaseous or liquid hydrocarbons under controlled conditions. A black, finely divided pellet or powder, its properties of specific surface area, particle size and structure, conductivity and colour can be varied by varying the exact conditions for its production. It is used in tyres, rubber and plastic products, printing inks and coatings.", + "type" : "label" + } ], + "hasOBONamespace" : [ { + "identifier" : "hasOBONamespace", + "language" : "undefined", + "value" : "chebi_ontology", + "type" : "label" + } ], + "source" : [ { + "identifier" : "source", + "language" : "undefined", + "value" : "Europe PMC", + "type" : "label" + }, { + "identifier" : "source", + "language" : "undefined", + "value" : "KEGG COMPOUND", + "type" : "label" + }, { + "identifier" : "source", + "language" : "undefined", + "value" : "ChemIDplus", + "type" : "label" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "CHEBI:82297", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#3_STAR", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "CHEBI_82297", + "undefined" : "carbon black" + }, + "subClasses" : [ "799", "764" ], + "attributes" : [ "external" ], + "id" : "223", + "superClasses" : [ "224" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/IAO_0000308", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "figure", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "Any picture, diagram or table", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "An information content entity consisting of a two dimensional arrangement of information content entities such that the arrangement itself is about something.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "PERSON: Lawrence Hunter", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "IAO_0000308", + "en" : "figure" + }, + "subClasses" : [ "859", "701" ], + "attributes" : [ "external" ], + "id" : "843" + }, { + "iri" : "http://purl.obolibrary.org/obo/PATO_0000033", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "concentration of", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A quality inhering in a substance by virtue of the amount of the bearer's there is mixed with another substance.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/pato.owl", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "PATO_0000033", + "undefined" : "concentration of" + }, + "attributes" : [ "external" ], + "id" : "899", + "superClasses" : [ "159" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0200190", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "clustered data visualization", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A data visualization which has input of a clustered data set and produces an output of a report graph which is capable of rendering data of this type.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "James Malone", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0200190", + "undefined" : "clustered data visualization" + }, + "individuals" : [ { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000781", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "GenePattern HierarchicalClusteringViewer data visualization", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "The GenePattern process of generating hierarchical clustering visualization from clustered data.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "James Malone", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0000781", + "undefined" : "GenePattern HierarchicalClusteringViewer data visualization" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000780", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "GenePattern HeatMapViewer data visualization", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "The GenePattern process of generating Heat Maps from clustered data.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "James Malone", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0000780", + "undefined" : "GenePattern HeatMapViewer data visualization" + } + } ], + "attributes" : [ "external" ], + "id" : "114", + "superClasses" : [ "115" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/CHEBI_33261", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "hasDbXref" : [ { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "ChEBI", + "type" : "label" + }, { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "Wikipedia:Organosulfur_compounds", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "An organosulfur compound is a compound containing at least one carbon-sulfur bond.", + "type" : "label" + } ], + "hasExactSynonym" : [ { + "identifier" : "hasExactSynonym", + "language" : "undefined", + "value" : "organosulfur compound", + "type" : "label" + } ], + "hasRelatedSynonym" : [ { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "organosulfur compounds", + "type" : "label" + } ], + "hasOBONamespace" : [ { + "identifier" : "hasOBONamespace", + "language" : "undefined", + "value" : "chebi_ontology", + "type" : "label" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "CHEBI:33261", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#3_STAR", + "type" : "iri" + } ], + "hasAlternativeId" : [ { + "identifier" : "hasAlternativeId", + "language" : "undefined", + "value" : "CHEBI:25714", + "type" : "label" + }, { + "identifier" : "hasAlternativeId", + "language" : "undefined", + "value" : "CHEBI:23010", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "CHEBI_33261", + "undefined" : "organosulfur compound" + }, + "subClasses" : [ "835", "468" ], + "attributes" : [ "external" ], + "id" : "258", + "superClasses" : [ "65", "71" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0200171", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "partitioning data transformation", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A partitioning data transformation is a data transformation that has objective partitioning.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "James Malone", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "en", + "value" : "PERSON: James Malone", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0200171", + "en" : "partitioning data transformation" + }, + "subClasses" : [ "802", "812", "813" ], + "attributes" : [ "external" ], + "id" : "689", + "superClasses" : [ "243" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0200175", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "class discovery data transformation", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A class discovery data transformation (sometimes called unsupervised classification) is a data transformation that has objective class discovery.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000122", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "James Malone", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "en", + "value" : "PERSON: James Malone", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "clustering data transformation", + "type" : "label" + }, { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "unsupervised classification data transformation", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0200175", + "en" : "class discovery data transformation" + }, + "subClasses" : [ "218", "811", "812", "813" ], + "attributes" : [ "external" ], + "id" : "220", + "superClasses" : [ "243" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/CHEBI_33273", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "hasDbXref" : [ { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "ChEBI", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "An anion consisting of more than one atom.", + "type" : "label" + } ], + "hasOBONamespace" : [ { + "identifier" : "hasOBONamespace", + "language" : "undefined", + "value" : "chebi_ontology", + "type" : "label" + } ], + "hasRelatedSynonym" : [ { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "polyatomic anions", + "type" : "label" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "CHEBI:33273", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#3_STAR", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "CHEBI_33273", + "undefined" : "polyatomic anion" + }, + "subClasses" : [ "9" ], + "attributes" : [ "external" ], + "id" : "428", + "superClasses" : [ "326", "327" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000707", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "decision tree building data transformation", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A decision tree building data transformation is a data transformation that has objective decision tree induction.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "James Malone", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "en", + "value" : "PERSON: James Malone", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0000707", + "en" : "decision tree building data transformation" + }, + "subClasses" : [ "820" ], + "attributes" : [ "external" ], + "id" : "693", + "superClasses" : [ "243" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000947", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "service provider role", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "undefined", + "value" : "Jackson Lab provides experimental animals, EBI provides training on databases, a core facility provides access to a DNA sequencer.", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "is a role which inheres in a person or organization and is realized in in a planned process which provides access to training, materials or execution of protocols for an organization or person", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON:Helen Parkinson", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0000947", + "undefined" : "service provider role" + }, + "subClasses" : [ "272" ], + "attributes" : [ "external" ], + "id" : "302", + "superClasses" : [ "94" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000946", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "sterilization function", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "a function to remove viable organisms from an input material", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "OBI_0000946", + "undefined" : "sterilization function" + }, + "attributes" : [ "external" ], + "id" : "15", + "superClasses" : [ "13" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/CHEBI_24532", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "hasDbXref" : [ { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "ChEBI", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A cyclic compound having as ring members atoms of carbon and at least of one other element.", + "type" : "label" + } ], + "hasRelatedSynonym" : [ { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "organic heterocyclic compounds", + "type" : "label" + }, { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "organic heterocycle", + "type" : "label" + } ], + "hasOBONamespace" : [ { + "identifier" : "hasOBONamespace", + "language" : "undefined", + "value" : "chebi_ontology", + "type" : "label" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "CHEBI:24532", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#3_STAR", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "CHEBI_24532", + "undefined" : "organic heterocyclic compound" + }, + "subClasses" : [ "165", "468", "191" ], + "attributes" : [ "external" ], + "id" : "213", + "superClasses" : [ "214", "164", "344" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000953", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "processed specimen", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "undefined", + "value" : "A tissue sample that has been sliced and stained for a histology study.\nA blood specimen that has been centrifuged to obtain the white blood cells.", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A specimen that has been intentionally physically modified.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000122", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Bjoern Peters", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "Bjoern Peters", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0000953", + "undefined" : "processed specimen" + }, + "intersection" : [ "199", "95" ], + "comment" : { + "undefined" : "A tissue sample that has been sliced and stained for a histology study." + }, + "attributes" : [ "external", "intersection" ], + "id" : "96", + "superClasses" : [ "199", "95" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/CHEBI_33259", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "hasDbXref" : [ { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "ChEBI", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A molecular entity all atoms of which have the same atomic number.", + "type" : "label" + } ], + "hasOBONamespace" : [ { + "identifier" : "hasOBONamespace", + "language" : "undefined", + "value" : "chebi_ontology", + "type" : "label" + } ], + "hasRelatedSynonym" : [ { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "homoatomic molecular entities", + "type" : "label" + }, { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "homoatomic entity", + "type" : "label" + }, { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "homoatomic molecular entity", + "type" : "label" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "CHEBI:33259", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#3_STAR", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "CHEBI_33259", + "undefined" : "elemental molecular entity" + }, + "subClasses" : [ "224" ], + "attributes" : [ "external" ], + "id" : "125", + "superClasses" : [ "123" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/CHEBI_133602", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "hasDbXref" : [ { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "PMID:26551751", + "type" : "label" + }, { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "PMID:25833640", + "type" : "label" + }, { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "PMID:25451823", + "type" : "label" + }, { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "PMID:24283474", + "type" : "label" + }, { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "PMID:24078381", + "type" : "label" + }, { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "PMID:25071917", + "type" : "label" + }, { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "PMID:25056782", + "type" : "label" + }, { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "PMID:26914170", + "type" : "label" + }, { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "ChEBI", + "type" : "label" + }, { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "PMID:27460290", + "type" : "label" + }, { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "PMID:25184212", + "type" : "label" + }, { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "PMID:27534448", + "type" : "label" + }, { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "PMID:26066782", + "type" : "label" + }, { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "PMID:25966413", + "type" : "label" + }, { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "PMID:21525001", + "type" : "label" + }, { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "PMCID:PMC3190904", + "type" : "label" + }, { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "PMID:22753103", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "Any form of carbon black which has a particle size of less than 100 nm in each dimension.", + "type" : "label" + } ], + "hasRelatedSynonym" : [ { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "carbon black nanoparticles", + "type" : "label" + } ], + "hasOBONamespace" : [ { + "identifier" : "hasOBONamespace", + "language" : "undefined", + "value" : "chebi_ontology", + "type" : "label" + } ], + "source" : [ { + "identifier" : "source", + "language" : "undefined", + "value" : "Europe PMC", + "type" : "label" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "CHEBI:133602", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#3_STAR", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "CHEBI_133602", + "undefined" : "carbon black nanoparticle" + }, + "attributes" : [ "external" ], + "id" : "799", + "superClasses" : [ "785", "223", "226" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000713", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "GenePattern software", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "a software that provides access to more than 100 tools for gene expression analysis, proteomics, SNP analysis and common data processing tasks.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "James Malone", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Person:Helen Parkinson", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "WEB: http://www.broadinstitute.org/cancer/software/genepattern/", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0000713", + "undefined" : "GenePattern software" + }, + "individuals" : [ { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000768", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "GenePattern module CARTXValidation", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "GenePattern module CARTXValidation is a GenePattern software module which uses a CART decision tree induction with a leave one out cross validation data transformations.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0000768", + "undefined" : "GenePattern module CARTXValidation" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000766", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "GenePattern module KMeansClustering", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "GenePattern module KMeansClustering is a GenePattern software module which is used to perform a k Means clustering data transformation.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "James Malone", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "PERSON: James Malone", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0000766", + "undefined" : "GenePattern module KMeansClustering" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000777", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "GenePattern module PCA", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "GenePattern module PCA is a GenePattern software module which is used to perform a principal components analysis dimensionality reduction data transformation.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "James Malone", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "PERSON: James Malone", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0000777", + "undefined" : "GenePattern module PCA" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000774", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "GenePattern module HierarchicalClustering", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "GenePattern module HierarchicalClustering is a GenePattern software module which is used to perform a hierarchical clustering data transformation.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "James Malone", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON: James Malone", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0000774", + "undefined" : "GenePattern module HierarchicalClustering" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000773", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "GenePattern module KNN", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "GenePattern module KNN is a GenePattern software module which perform a k-nearest neighbors data transformation.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "James Malone", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0000773", + "undefined" : "GenePattern module KNN" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000761", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "GenePattern module SVM", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "GenePattern module SVM is a GenePattern software module which is used to run a support vector machine data transformation.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Ryan Brinkman", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "James Malone", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0000761", + "undefined" : "GenePattern module SVM" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000772", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "GenePattern module PeakMatch", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0000772", + "undefined" : "GenePattern module PeakMatch" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000783", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "GenePattern module HierarchicalClusteringViewer", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A GenePattern software module which is used to generate a view of data that has been hierarchically clustered.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "James Malone", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0000783", + "undefined" : "GenePattern module HierarchicalClusteringViewer" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000782", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "GenePattern module HeatMapViewer", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A GenePattern software module which is used to generate a heatmap view of data.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "James Malone", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0000782", + "undefined" : "GenePattern module HeatMapViewer" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000771", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "GenePattern module KNNXValidation", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "GenePattern module KNNXValidation is a GenePattern software module which uses a k-nearest neighbours clustering with a leave one out cross validation data transformations.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "James Malone", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "PERSON: James Malone", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0000771", + "undefined" : "GenePattern module KNNXValidation" + } + } ], + "attributes" : [ "external" ], + "id" : "748", + "superClasses" : [ "747" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000963", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "categorical label", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "undefined", + "value" : "The labels 'positive' vs. 'negative', or 'left handed', 'right handed', 'ambidexterous', or 'strongly binding', 'weakly binding' , 'not binding', or '+++', '++', '+', '-' etc. form scales of categorical labels.", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A label that is part of a categorical datum and that indicates the value of the data item on the categorical scale.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Bjoern Peters", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "Bjoern Peters", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0000963", + "undefined" : "categorical label" + }, + "individuals" : [ { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000958", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "right handed", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0000958", + "undefined" : "right handed" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000979", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "ambidexterous", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0000979", + "undefined" : "ambidexterous" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000998", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "left handed", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0000998", + "undefined" : "left handed" + } + } ], + "attributes" : [ "external" ], + "id" : "763", + "superClasses" : [ "762" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/CHEBI_50812", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "hasDbXref" : [ { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "ChEBI", + "type" : "label" + } ], + "hasRelatedSynonym" : [ { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "carbon nanostructures", + "type" : "label" + } ], + "hasOBONamespace" : [ { + "identifier" : "hasOBONamespace", + "language" : "undefined", + "value" : "chebi_ontology", + "type" : "label" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "CHEBI:50812", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#3_STAR", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "CHEBI_50812", + "undefined" : "carbon nanostructure" + }, + "subClasses" : [ "799" ], + "attributes" : [ "external" ], + "id" : "226", + "superClasses" : [ "784", "224" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000727", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "k-nearest neighbors", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A k-nearest neighbors is a data transformation which achieves a class discovery or partitioning objective, in which an input data object with vector y is assigned to a class label based upon the k closest training data set points to y; where k is the largest value that class label is assigned.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000125", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "James Malone", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "en", + "value" : "PERSON: James Malone", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "k-NN", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0000727", + "en" : "k-nearest neighbors" + }, + "individuals" : [ { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000762", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "GenePattern k-nearest neighbors", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "James Malone", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0000762", + "undefined" : "GenePattern k-nearest neighbors" + } + } ], + "attributes" : [ "external" ], + "id" : "813", + "superClasses" : [ "689", "220", "221" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000968", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "device", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "undefined", + "value" : "A voltmeter is a measurement device which is intended to perform some measure function.", + "type" : "label" + }, { + "identifier" : "IAO_0000112", + "language" : "undefined", + "value" : "An autoclave is a device that sterlizes instruments or contaminated waste by applying high temperature and pressure.", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A material entity that is designed to perform a function in a scientific investigation, but is not a reagent.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000122", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON: Helen Parkinson", + "type" : "label" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "undefined", + "value" : "2012-12-17 JAO: In common lab usage, there is a distinction made between devices and reagents that is difficult to model. Therefore we have chosen to specifically exclude reagents from the definition of \"device\", and are enumerating the types of roles that a reagent can perform.\n\n2013-6-5 MHB: The following clarifications are outcomes of the May 2013 Philly Workshop. Reagents are distinguished from devices that also participate in scientific techniques by the fact that reagents are chemical or biological in nature and necessarily participate in some chemical interaction or reaction during the realization of their experimental role. By contrast, devices do not participate in such chemical reactions/interactions. Note that there are cases where devices use reagent components during their operation, where the reagent-device distinction is less clear. For example:\n\n(1) An HPLC machine is considered a device, but has a column that holds a stationary phase resin as an operational component. This resin qualifies as a device if it participates purely in size exclusion, but bears a reagent role that is realized in the running of a column if it interacts electrostatically or chemically with the evaluant. The container the resin is in (“the column”) considered alone is a device. So the entire column as well as the entire HPLC machine are devices that have a reagent as an operating part.\n\n(2) A pH meter is a device, but its electrode component bears a reagent role in virtue of its interacting directly with the evaluant in execution of an assay.\n\n(3) A gel running box is a device that has a metallic lead as a component that participates in a chemical reaction with the running buffer when a charge is passed through it. This metallic lead is considered to have a reagent role as a component of this device realized in the running of a gel.\n\nIn the examples above, a reagent is an operational component of a device, but the device itself does not realize a reagent role (as bearing a reagent role is not transitive across the part_of relation). In this way, the asserted disjointness between a reagent and device holds, as both roles are never realized in the same bearer during execution of an assay.", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "OBI development call 2012-12-17.", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "instrument", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0000968", + "undefined" : "device" + }, + "subClasses" : [ "685", "262" ], + "attributes" : [ "external" ], + "id" : "198", + "superClasses" : [ "199" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000726", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "peak matching", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "Peak matching is a data transformation performed on a dataset of a graph of ordered data points (e.g. a spectrum) with the objective of pattern matching local maxima above a noise threshold", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Ryan Brinkman", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "James Malone", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "PERSON: Ryan Brinkman", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0000726", + "undefined" : "peak matching" + }, + "individuals" : [ { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000778", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "GenePattern peak matching", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "James Malone", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Ryan Brinkman", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0000778", + "undefined" : "GenePattern peak matching" + } + } ], + "attributes" : [ "external" ], + "id" : "696", + "superClasses" : [ "243" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/CHEBI_84291", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "hasDbXref" : [ { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "ChEBI", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "An organic anion in which the charge resides on a sulfur atom.", + "type" : "label" + } ], + "hasRelatedSynonym" : [ { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "organic sulfur anions", + "type" : "label" + } ], + "hasOBONamespace" : [ { + "identifier" : "hasOBONamespace", + "language" : "undefined", + "value" : "chebi_ontology", + "type" : "label" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "CHEBI:84291", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#3_STAR", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "CHEBI_84291", + "undefined" : "organic sulfur anion" + }, + "subClasses" : [ "941" ], + "attributes" : [ "external" ], + "id" : "256", + "superClasses" : [ "879", "71" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/CHEBI_84292", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "charge" : [ { + "identifier" : "charge", + "language" : "undefined", + "value" : "-1", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "Any organic sulfur anion resulting from the removal of a proton from any N-substituted dithiocarbamic acid.", + "type" : "label" + } ], + "smiles" : [ { + "identifier" : "smiles", + "language" : "undefined", + "value" : "[S-]C(=S)N([*])[*]", + "type" : "label" + } ], + "hasOBONamespace" : [ { + "identifier" : "hasOBONamespace", + "language" : "undefined", + "value" : "chebi_ontology", + "type" : "label" + } ], + "mass" : [ { + "identifier" : "mass", + "language" : "undefined", + "value" : "90.14800", + "type" : "label" + } ], + "formula" : [ { + "identifier" : "formula", + "language" : "undefined", + "value" : "CNS2R2", + "type" : "label" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "CHEBI:84292", + "type" : "label" + } ], + "monoisotopicmass" : [ { + "identifier" : "monoisotopicmass", + "language" : "undefined", + "value" : "89.94722", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#3_STAR", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "CHEBI_84292", + "undefined" : "dithiocarbamate anions" + }, + "subClasses" : [ "943", "945" ], + "attributes" : [ "external" ], + "id" : "941", + "superClasses" : [ "256" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/CHEBI_50803", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "hasDbXref" : [ { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "ChEBI", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A nanosized spherical or capsule-shaped structure.", + "type" : "label" + } ], + "hasRelatedSynonym" : [ { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "nanoparticule", + "type" : "label" + }, { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "nanoparticula", + "type" : "label" + }, { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "nanoparticles", + "type" : "label" + }, { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "NP", + "type" : "label" + }, { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "Nanoteilchen", + "type" : "label" + } ], + "hasOBONamespace" : [ { + "identifier" : "hasOBONamespace", + "language" : "undefined", + "value" : "chebi_ontology", + "type" : "label" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "CHEBI:50803", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#3_STAR", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "CHEBI_50803", + "undefined" : "nanoparticle" + }, + "subClasses" : [ "799" ], + "attributes" : [ "external" ], + "id" : "785", + "superClasses" : [ "784" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/CHEBI_33471", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "hasDbXref" : [ { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "IUPAC", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A bivalent group formed by removing two hydrogen atoms from a hydrocarbon, the free valencies of which are not engaged in a double bond.", + "type" : "label" + } ], + "hasExactSynonym" : [ { + "identifier" : "hasExactSynonym", + "language" : "undefined", + "value" : "hydrocarbylene groups", + "type" : "label" + }, { + "identifier" : "hasExactSynonym", + "language" : "undefined", + "value" : "hydrocarbylene group", + "type" : "label" + } ], + "hasOBONamespace" : [ { + "identifier" : "hasOBONamespace", + "language" : "undefined", + "value" : "chebi_ontology", + "type" : "label" + } ], + "hasRelatedSynonym" : [ { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "grupo hidrocarbileno", + "type" : "label" + }, { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "grupos hidrocarbileno", + "type" : "label" + }, { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "groupe hydrocarbylene", + "type" : "label" + } ], + "hasSynonymType" : [ { + "identifier" : "hasSynonymType", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#IUPAC_NAME", + "type" : "iri" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "CHEBI:33471", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#3_STAR", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "CHEBI_33471", + "undefined" : "hydrocarbylene group" + }, + "subClasses" : [ "934" ], + "attributes" : [ "external" ], + "id" : "729", + "superClasses" : [ "118" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/CHEBI_22563", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "hasDbXref" : [ { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "ChEBI", + "type" : "label" + }, { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "IUPAC", + "type" : "label" + } ], + "hasExactSynonym" : [ { + "identifier" : "hasExactSynonym", + "language" : "undefined", + "value" : "Anion", + "type" : "label" + }, { + "identifier" : "hasExactSynonym", + "language" : "undefined", + "value" : "anion", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A monoatomic or polyatomic species having one or more elementary charges of the electron.", + "type" : "label" + } ], + "hasRelatedSynonym" : [ { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "anions", + "type" : "label" + }, { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "aniones", + "type" : "label" + }, { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "Anionen", + "type" : "label" + } ], + "hasOBONamespace" : [ { + "identifier" : "hasOBONamespace", + "language" : "undefined", + "value" : "chebi_ontology", + "type" : "label" + } ], + "hasSynonymType" : [ { + "identifier" : "hasSynonymType", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#IUPAC_NAME", + "type" : "iri" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "CHEBI:22563", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#3_STAR", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "CHEBI_22563", + "undefined" : "anion" + }, + "subClasses" : [ "428", "879", "56" ], + "attributes" : [ "external" ], + "id" : "326", + "superClasses" : [ "126" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/CHEBI_36962", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "hasDbXref" : [ { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "ChEBI", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "An organochalcogen compound is a compound containing at least one carbon-chalcogen bond.", + "type" : "label" + } ], + "hasExactSynonym" : [ { + "identifier" : "hasExactSynonym", + "language" : "undefined", + "value" : "organochalcogen compound", + "type" : "label" + } ], + "hasRelatedSynonym" : [ { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "organochalcogen compounds", + "type" : "label" + } ], + "hasOBONamespace" : [ { + "identifier" : "hasOBONamespace", + "language" : "undefined", + "value" : "chebi_ontology", + "type" : "label" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "CHEBI:36962", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#3_STAR", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "CHEBI_36962", + "undefined" : "organochalcogen compound" + }, + "subClasses" : [ "258" ], + "attributes" : [ "external" ], + "id" : "65", + "superClasses" : [ "66", "164" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/PATO_0001739", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "radiation quality", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/pato.owl", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A quality that inheres in an bearer by virtue of how that bearer interacts with radiation.", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "PATO_0001739", + "undefined" : "radiation quality" + }, + "subClasses" : [ "636" ], + "attributes" : [ "external" ], + "id" : "682", + "superClasses" : [ "139" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/CHEBI_33675", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "hasDbXref" : [ { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "ChEBI", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A main group molecular entity that contains one or more atoms of a p-block element.", + "type" : "label" + } ], + "hasRelatedSynonym" : [ { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "p-block molecular entitiy", + "type" : "label" + }, { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "p-block compounds", + "type" : "label" + }, { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "p-block molecular entities", + "type" : "label" + } ], + "hasOBONamespace" : [ { + "identifier" : "hasOBONamespace", + "language" : "undefined", + "value" : "chebi_ontology", + "type" : "label" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "CHEBI:33675", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#3_STAR", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "CHEBI_33675", + "undefined" : "p-block molecular entity" + }, + "subClasses" : [ "66", "75", "328" ], + "attributes" : [ "external" ], + "id" : "58", + "superClasses" : [ "59" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000700", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "support vector machine", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A support vector machine is a data transformation with a class prediction objective based on the construction of a separating hyperplane that maximizes the margin between two data sets of vectors in n-dimensional space.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Ryan Brinkman", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "James Malone", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "PERSON: Ryan Brinkman", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "SVM", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0000700", + "undefined" : "support vector machine" + }, + "individuals" : [ { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000775", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "GenePattern SVM", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "James Malone", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0000775", + "undefined" : "GenePattern SVM" + } + } ], + "attributes" : [ "external" ], + "id" : "244", + "superClasses" : [ "242" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/UO_0000003", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "time unit", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A unit which is a standard measure of the dimension in which events occur in sequence.", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "UO_0000003", + "undefined" : "time unit" + }, + "individuals" : [ { + "iri" : "http://purl.obolibrary.org/obo/UO_0000010", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "second", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A time unit which is equal to the duration of 9 192 631 770 periods of the radiation corresponding to the transition between the two hyperfine levels of the ground state of the caesium 133 atom.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "sec", + "type" : "label" + }, { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "s", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "UO_0000010", + "undefined" : "second" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/UO_0000032", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "hour", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A time unit which is equal to 3600 seconds or 60 minutes.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "h", + "type" : "label" + }, { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "hr", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "UO_0000032", + "undefined" : "hour" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/UO_0000033", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "day", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A time unit which is equal to 24 hours.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ] + }, + "labels" : { + "IRI-based" : "UO_0000033", + "undefined" : "day" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/UO_0000031", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "minute", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A time unit which is equal to 60 seconds.", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "min", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "UO_0000031", + "undefined" : "minute" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/UO_0000036", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "year", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A time unit which is equal to 12 months which is science is taken to be equal to 365.25 days.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ] + }, + "labels" : { + "IRI-based" : "UO_0000036", + "undefined" : "year" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/UO_0000034", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "week", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A time unit which is equal to 7 days.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ] + }, + "labels" : { + "IRI-based" : "UO_0000034", + "undefined" : "week" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/UO_0000035", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "month", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A time unit which is approximately equal to the length of time of one of cycle of the moon's phases which in science is taken to be equal to 30 days.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ] + }, + "labels" : { + "IRI-based" : "UO_0000035", + "undefined" : "month" + } + } ], + "attributes" : [ "external" ], + "id" : "779", + "superClasses" : [ "410" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/UO_0000001", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "length unit", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A unit which is a standard measure of the distance between two points.", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "UO_0000001", + "undefined" : "length unit" + }, + "individuals" : [ { + "iri" : "http://purl.obolibrary.org/obo/UO_0000018", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "nanometer", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A length unit which is equal to one thousandth of one millionth of a meter or 10^[-9] m.", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "nm", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "UO_0000018", + "undefined" : "nanometer" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/UO_0000008", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "meter", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A length unit which is equal to the length of the path traveled by light in vacuum during a time interval of 1/299 792 458 of a second.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "m", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "UO_0000008", + "undefined" : "meter" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/UO_0000019", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "angstrom", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A length unit which is equal to 10 [-10] m.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ] + }, + "labels" : { + "IRI-based" : "UO_0000019", + "undefined" : "angstrom" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/UO_0000016", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "millimeter", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A length unit which is equal to one thousandth of a meter or 10^[-3] m.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "mm", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "UO_0000016", + "undefined" : "millimeter" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/UO_0000017", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "micrometer", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A length unit which is equal to one millionth of a meter or 10^[-6] m.", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "um", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "UO_0000017", + "undefined" : "micrometer" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/UO_0000015", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "centimeter", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A length unit which is equal to one hundredth of a meter or 10^[-2] m.", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "cm", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "UO_0000015", + "undefined" : "centimeter" + } + } ], + "attributes" : [ "external" ], + "id" : "780", + "superClasses" : [ "410" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/UO_0000002", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "mass unit", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A unit which is a standard measure of the amount of matter/energy of a physical object.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "UO_0000002", + "undefined" : "mass unit" + }, + "individuals" : [ { + "iri" : "http://purl.obolibrary.org/obo/UO_0000009", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "kilogram", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A mass unit which is equal to the mass of the International Prototype Kilogram kept by the BIPM at Svres, France.", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "kg", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "UO_0000009", + "undefined" : "kilogram" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/UO_0000021", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "gram", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A mass unit which is equal to one thousandth of a kilogram or 10^[-3] kg.", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "g", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "UO_0000021", + "undefined" : "gram" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/UO_0000022", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "milligram", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A mass unit which is equal to one thousandth of a gram or 10^[-3] g.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "mg", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "UO_0000022", + "undefined" : "milligram" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/UO_0000025", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "picogram", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A mass unit which is equal to 10^[-12] g.", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "pg", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "UO_0000025", + "undefined" : "picogram" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/UO_0000023", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "microgram", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A mass unit which is equal to one millionth of a gram or 10^[-6] g.", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "ug", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "UO_0000023", + "undefined" : "microgram" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/UO_0000024", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "nanogram", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A mass unit which is equal to one thousandth of one millionth of a gram or 10^[-9] g.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "ng", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "UO_0000024", + "undefined" : "nanogram" + } + } ], + "attributes" : [ "external" ], + "id" : "781", + "superClasses" : [ "410" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000501", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000009", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/pato.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "10.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Bezugspunkt-Label [dik]", + "IRI-based" : "DIGITRUBBER_000501", + "en" : "Datum Label [dik]" + }, + "attributes" : [ "external" ], + "id" : "951" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000502", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "IAO", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000009", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A label is a symbol that is part of some other datum and is used to either partially define the denotation of that datum or to provide a means for identifying the datum as a member of the set of data with the same label", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/iao.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Bezugspunkt-Label [iao]", + "IRI-based" : "DIGITRUBBER_000502", + "en" : "Datum Label [iao]" + }, + "attributes" : [ "external" ], + "id" : "952" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000500", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "IAO", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000003", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A measurement unit label is as a label that is part of a scalar measurement datum and denotes a unit of measure.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/iao.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Label der Messeinheit [pato]", + "IRI-based" : "DIGITRUBBER_000500", + "en" : "Measurement Unit Label [pato]" + }, + "attributes" : [ "external" ], + "id" : "953" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000505", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "OBI", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/OBI_0000070", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A planned process with the objective to produce information about the material entity that is the evaluant, by physically examining it or its proxies.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/obi.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Prüfung [obi]", + "IRI-based" : "DIGITRUBBER_000505", + "en" : "assay [obi]" + }, + "attributes" : [ "external" ], + "id" : "954" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000506", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "An assay with the objective to produce information about the density of the material entity that is the evaluant, by physically examining it or its proxies.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "10.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Prüfung zur Dichtemessung [dik]", + "IRI-based" : "DIGITRUBBER_000506", + "en" : "Density Measurement Assay [dik]" + }, + "attributes" : [ "external" ], + "id" : "955" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000503", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/OBI_0000070", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/pato.owl", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "testing; test", + "type" : "label" + }, { + "identifier" : "IAO_0000118", + "language" : "de", + "value" : "Test", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "10.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Prüfung [dik]", + "IRI-based" : "DIGITRUBBER_000503", + "en" : "assay [dik]" + }, + "attributes" : [ "external" ], + "id" : "956" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000504", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCIT", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C60819", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A qualitative or quantitative analysis performed to determine the amount of a particular constituent in a sample or the biological or pharmacological properties of a drug.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Prüfung [ncit]", + "IRI-based" : "DIGITRUBBER_000504", + "en" : "assay [ncit]" + }, + "attributes" : [ "external" ], + "id" : "957" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000509", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "PATO", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A physical quality which inheres in a bearer by virtue of some influence is exerted by the bearer's mass per unit size.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/PATO_0001019", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/pato.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Massendichte [pato]", + "IRI-based" : "DIGITRUBBER_000509", + "en" : "Mass Density [pato]" + }, + "attributes" : [ "external" ], + "id" : "958" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000507", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Masse pro Volumeneinheit eines Materials inklusive eventueller Hohlräume", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "mass per unit volume of a material, including any voids present", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "density; bulk density", + "type" : "label" + }, { + "identifier" : "IAO_0000118", + "language" : "de", + "value" : "Dichte", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "04.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Massendichte [dik]", + "IRI-based" : "DIGITRUBBER_000507", + "en" : "Mass Density [dik]" + }, + "attributes" : [ "external" ], + "id" : "959" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000508", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCIT", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C75762", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A measure of the compactness of a substance, expressed as its mass per unit volume.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Massendichte [ncit]", + "IRI-based" : "DIGITRUBBER_000508", + "en" : "Mass Density [ncit]" + }, + "attributes" : [ "external" ], + "id" : "960" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000512", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCIT", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "An indication of the type of unit of measure being used to express a mass density.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C42575", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Massendichte Einheit [ncit]", + "IRI-based" : "DIGITRUBBER_000512", + "en" : "Unit Of Mass Density [ncit]" + }, + "attributes" : [ "external" ], + "id" : "961" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000513", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "hasExactSynonym" : [ { + "identifier" : "hasExactSynonym", + "language" : "undefined", + "value" : "g/cm³", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "10.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Gramm pro Kubikzentimeter [dik]", + "IRI-based" : "DIGITRUBBER_000513", + "en" : "Gram Per Cubic Centimeter [dik]" + }, + "attributes" : [ "external" ], + "id" : "962" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000510", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "10.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Massendichte Einheit [dik]", + "IRI-based" : "DIGITRUBBER_000510", + "en" : "Mass Density Unit [dik]" + }, + "attributes" : [ "external" ], + "id" : "963" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000511", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "UO", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "\"A density unit which is a standard measure of the mass of a substance in a given volume.\" [UOC:GVG]", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/UO_0000052", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Massendichte Einheit [uo]", + "IRI-based" : "DIGITRUBBER_000511", + "en" : "Mass Density Unit [uo]" + }, + "attributes" : [ "external" ], + "id" : "964" + }, { + "iri" : "http://purl.obolibrary.org/obo/IAO_0000183", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "dendrogram", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "Dendrograms are often used in computational biology to\nillustrate the clustering of genes.", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A dendrogram is a report graph which is a tree diagram\nfrequently used to illustrate the arrangement of the clusters produced by a\nclustering algorithm.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000122", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "PERSON:Melanie Courtot", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "PERSON:Chris Stoeckert", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "PERSON:James Malone", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "en", + "value" : "WEB: http://en.wikipedia.org/wiki/Dendrogram", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "IAO_0000183", + "en" : "dendrogram" + }, + "attributes" : [ "external" ], + "id" : "145", + "superClasses" : [ "146" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000516", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "An assay with the objective to produce information about the Mooney viscosity of the material entity that is the evaluant, by physically examining it or its proxies.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "10.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Prüfung zur Mooney-Viskositätsmessung [dik]", + "IRI-based" : "DIGITRUBBER_000516", + "en" : "Mooney Viscosity Measurement Assay [dik]" + }, + "attributes" : [ "external" ], + "id" : "965" + }, { + "iri" : "http://purl.obolibrary.org/obo/IAO_0000184", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "scatter plot", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "Comparison of gene expression values in two samples can be displayed in a scatter plot", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A scatterplot is a graph which uses Cartesian coordinates to display values for two variables for a set of data. The data is displayed as a collection of points, each having the value of one variable determining the position on the horizontal axis and the value of the other variable determining the position on the vertical axis.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000122", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "PERSON:James Malone", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "PERSON:Melanie Courtot", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "PERSON:Chris Stoeckert", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "en", + "value" : "WEB: http://en.wikipedia.org/wiki/Scatterplot", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "scattergraph", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "IAO_0000184", + "en" : "scatter plot" + }, + "attributes" : [ "external" ], + "id" : "148", + "superClasses" : [ "146" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000517", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "10.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Viskosität [dik]", + "IRI-based" : "DIGITRUBBER_000517", + "en" : "Viscosity [dik]" + }, + "attributes" : [ "external" ], + "id" : "966" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000514", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "UO", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "\"A mass unit density which is equal to mass of an object in grams divided by the volume in cubic centimeters.\" [UOC:GVG]", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/UO_0000084", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Gramm pro Kubikzentimeter [uo]", + "IRI-based" : "DIGITRUBBER_000514", + "en" : "Gram Per Cubic Centimeter [uo]" + }, + "attributes" : [ "external" ], + "id" : "967" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000515", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "An assay with the objective to produce information about the viscosity of the material entity that is the evaluant, by physically examining it or its proxies.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "10.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Prüfung zur Viskositätsmessung [dik]", + "IRI-based" : "DIGITRUBBER_000515", + "en" : "Viscosity Measurement Assay [dik]" + }, + "attributes" : [ "external" ], + "id" : "968" + }, { + "iri" : "http://purl.obolibrary.org/obo/IAO_0000180", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "heatmap", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A heatmap is a report graph which is a graphical representation of data\nwhere the values taken by a variable(s) are shown as colors in a\ntwo-dimensional map.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000122", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "PERSON:James Malone", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "PERSON:Chris Stoeckert", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "PERSON:Melanie Courtot", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "en", + "value" : "GROUP:OBI", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "IAO_0000180", + "en" : "heatmap" + }, + "attributes" : [ "external" ], + "id" : "150", + "superClasses" : [ "146" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000518", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCIT", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C75912", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The resistance of a liquid to sheer forces and flow.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Viskosität [ncit]", + "IRI-based" : "DIGITRUBBER_000518", + "en" : "Viscosity [ncit]" + }, + "attributes" : [ "external" ], + "id" : "969" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000519", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "PATO", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/PATO_0000992", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A physical quality of a fluid inhering in a bearer by virtue of the bearer's disposition to internal resistance to flow.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/pato.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Viskosität [pato]", + "IRI-based" : "DIGITRUBBER_000519", + "en" : "Viscosity [pato]" + }, + "attributes" : [ "external" ], + "id" : "970" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000520", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Maß für die Viskosität eines Rohkautschuks oder einer Kautschukmischung, bestimmt mit einem Mooney-Scherscheibenviskosimeter", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "measure of the viscosity of a raw rubber or rubber compound, determined using a Mooney shearing-disc viscometer", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Mooney Viskosität [dik]", + "IRI-based" : "DIGITRUBBER_000520", + "en" : "Mooney Viscosity [dik]" + }, + "attributes" : [ "external" ], + "id" : "973" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000523", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Eine Viskositätseinheit, die ein Standardmaß für die Mooney-Viskosität ist.", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A viscosity unit which is a standard measure of the Mooney viscosity.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "10.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Mooney Viskositätseinheit [dik]", + "IRI-based" : "DIGITRUBBER_000523", + "en" : "Mooney Viscosity Unit [dik]" + }, + "attributes" : [ "external" ], + "id" : "974" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000524", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "hasExactSynonym" : [ { + "identifier" : "hasExactSynonym", + "language" : "undefined", + "value" : "MU", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "10.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Mooney Einheit [dik]", + "IRI-based" : "DIGITRUBBER_000524", + "en" : "Mooney Unit [dik]" + }, + "attributes" : [ "external" ], + "id" : "975" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000521", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "10.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Viskositätseinheit [dik]", + "IRI-based" : "DIGITRUBBER_000521", + "en" : "Viscosity Unit [dik]" + }, + "attributes" : [ "external" ], + "id" : "976" + }, { + "iri" : "http://purl.obolibrary.org/obo/IAO_0000178", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "material information bearer", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "a brain", + "type" : "label" + }, { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "A page of a paperback novel with writing on it. The paper itself is a material information bearer, the pattern of ink is the information carrier.", + "type" : "label" + }, { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "a hard drive", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A material entity in which a concretization of an information content entity inheres.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000122", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "GROUP: IAO", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "IAO_0000178", + "en" : "material information bearer" + }, + "attributes" : [ "external" ], + "id" : "977" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000522", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "UO", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "\"A unit which is a standard measure of the internal resistance of fluids to flow.\" [UOC:GVG]", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Viskositätseinheit [uo]", + "IRI-based" : "DIGITRUBBER_000522", + "en" : "Viscosity Unit [uo]" + }, + "attributes" : [ "external" ], + "id" : "978" + }, { + "iri" : "http://purl.obolibrary.org/obo/IAO_0000179", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "histogram", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A histogram is a report graph which is a statistical description of a\ndistribution in terms of occurrence frequencies of different event classes.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000122", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "PERSON:Chris Stoeckert", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "PERSON:Melanie Courtot", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "PERSON:James Malone", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "en", + "value" : "GROUP:OBI", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "IAO_0000179", + "en" : "histogram" + }, + "attributes" : [ "external" ], + "id" : "187", + "superClasses" : [ "146" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/PATO_0002182", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "molecular quality", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A quality which inheres in a molecular entity, a single molecule, atom, ion, radical etc.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/pato.owl", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "PATO_0002182", + "undefined" : "molecular quality" + }, + "subClasses" : [ "899" ], + "attributes" : [ "external" ], + "id" : "159", + "superClasses" : [ "157" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000527", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "10.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Qualität einer Flüssigkeit [dik]", + "IRI-based" : "DIGITRUBBER_000527", + "en" : "Quality of a Liquid [dik]" + }, + "attributes" : [ "external" ], + "id" : "979" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000528", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "PATO", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/PATO_0001548", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A physical quality inhering in an entity exhibiting the physical characteristics of an amorphous (non-crystalline) form of matter between a gas and a solid that has a definite volume, but no definite shape.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/pato.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Qualität einer Flüssigkeit [pato]", + "IRI-based" : "DIGITRUBBER_000528", + "en" : "Quality of a Liquid [pato]" + }, + "attributes" : [ "external" ], + "id" : "980" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000525", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "10.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Qualität eines Stoffes [dik]", + "IRI-based" : "DIGITRUBBER_000525", + "en" : "Quality of a Substance [dik]" + }, + "attributes" : [ "external" ], + "id" : "981" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000526", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "PATO", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/PATO_0002198", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A quality inhering in a bearer by virtue of its constitution.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/pato.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Qualität eines Stoffes [pato]", + "IRI-based" : "DIGITRUBBER_000526", + "en" : "Quality of a Substance [pato]" + }, + "attributes" : [ "external" ], + "id" : "982" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000529", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "10.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Protokoll [dik]", + "IRI-based" : "DIGITRUBBER_000529", + "en" : "Protocol [dik]" + }, + "attributes" : [ "external" ], + "id" : "984" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000530", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCIT", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A rule which guides how an activity should be performed.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C42651", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Protokoll [ncit]", + "IRI-based" : "DIGITRUBBER_000530", + "en" : "Protocol [ncit]" + }, + "attributes" : [ "external" ], + "id" : "985" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000531", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "OBI", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A plan specification which has sufficient level of detail and quantitative information to communicate it between investigation agents, so that different investigation agents will reliably be able to independently reproduce the process.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/OBI_0000272", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/obi.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Protokoll [obi]", + "IRI-based" : "DIGITRUBBER_000531", + "en" : "Protocol [obi]" + }, + "attributes" : [ "external" ], + "id" : "986" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000534", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A protocol which specifies the conditions, procedures, and instruments used for conducting a material processing in a sufficient level of detail to communicate it between investigation agents, so that different investigation agents will reliably be able to independently reproduce the material processing.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "10.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Materialverarbeitungsprotokoll [dik]", + "IRI-based" : "DIGITRUBBER_000534", + "en" : "Material Processing Protocol [dik]" + }, + "attributes" : [ "external" ], + "id" : "987" + }, { + "iri" : "http://purl.obolibrary.org/obo/PATO_0002198", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "quality of a substance", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/pato.owl", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A quality inhering in a bearer by virtue of its constitution.", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "PATO_0002198", + "undefined" : "quality of a substance" + }, + "subClasses" : [ "884", "885" ], + "attributes" : [ "external" ], + "id" : "680", + "superClasses" : [ "139" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000535", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Herstellungsvorschrift [dik]", + "IRI-based" : "DIGITRUBBER_000535", + "en" : "Manufacturing Specification [dik]" + }, + "attributes" : [ "external" ], + "id" : "988" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000532", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "EDAM", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://edamontology.org/data_2531", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A human-readable collection of information about about how a scientific experiment or analysis was carried out that results in a specific set of data or results used for further analysis or to test a specific hypothesis.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://edamontology.org", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Protokoll [edam]", + "IRI-based" : "DIGITRUBBER_000532", + "en" : "Protocol [edam]" + }, + "attributes" : [ "external" ], + "id" : "989" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000533", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A protocol which specifies the conditions, procedures, and instruments used for conducting a measurement assay in a sufficient level of detail to communicate it between investigation agents, so that different investigation agents will reliably be able to independently reproduce the measurement assay.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "10.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Messprotokoll [dik]", + "IRI-based" : "DIGITRUBBER_000533", + "en" : "Measurement Protocol [dik]" + }, + "attributes" : [ "external" ], + "id" : "990" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000538", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A viscosity measurement protocol for reliably reproducing the Mooney viscosity measurement assay.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "10.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Protokoll zur Mooney-Viskositätsmessung [dik]", + "IRI-based" : "DIGITRUBBER_000538", + "en" : "Mooney Viscosity Measurement Protocol [dik]" + }, + "attributes" : [ "external" ], + "id" : "991" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000539", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "hasExactSynonym" : [ { + "identifier" : "hasExactSynonym", + "language" : "undefined", + "value" : "°C", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "10.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Grad Celsius [dik]", + "IRI-based" : "DIGITRUBBER_000539", + "en" : "Degree Celsius [dik]" + }, + "attributes" : [ "external" ], + "id" : "992" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000536", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A measurement protocol for reliably reproducing the density measurement assay.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "10.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Protokoll zur Dichtemessung [dik]", + "IRI-based" : "DIGITRUBBER_000536", + "en" : "Density Measurement Protocol [dik]" + }, + "attributes" : [ "external" ], + "id" : "993" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000537", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A measurement protocol for reliably reproducing the viscosity measurement assay.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "10.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Protokoll zur Viskositätsmessung [dik]", + "IRI-based" : "DIGITRUBBER_000537", + "en" : "Viscosity Measurement Protocol [dik]" + }, + "attributes" : [ "external" ], + "id" : "994" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000541", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "UO", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "\"A temperature unit which is equal to one kelvin degree. However, they have their zeros at different points. The centigrade scale has its zero at 273.15 K.\" [NIST:NIST]", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/UO_0000027", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/UO_0000027", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Grad Celsius [uo]", + "IRI-based" : "DIGITRUBBER_000541", + "en" : "Degree Celsius [uo]" + }, + "attributes" : [ "external" ], + "id" : "995" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000542", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "OM", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsius", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The degree Celsius is a unit of temperature defined as 1 kelvin. The degree Celsius is a derived unit in the International System of Units.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://www.ontology-of-units-of-measure.org/resource/om-2", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Grad Celsius [om]", + "IRI-based" : "DIGITRUBBER_000542", + "en" : "Degree Celsius [om]" + }, + "attributes" : [ "external" ], + "id" : "996" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000300", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "ASTM D1765-10", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Ein N-Ruß mit einer durchschnittlichen Stickstoff-Oberfläche von 33 bis 39 m²/g.", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "An N carbon black with an average nitrogen surface area of 33 to 39 m²/g.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "05.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "N600-Ruß [dik]", + "IRI-based" : "DIGITRUBBER_000300", + "en" : "N600-Carbon Black [dik]" + }, + "attributes" : [ "external" ], + "id" : "997" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000540", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCIT", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A unit of temperature of the temperature scale designed so that the freezing point of water is 0 degrees and the boiling point is 100 degrees at standard atmospheric pressure. The current official definition of the Celsius sets 0.01 C to be at the triple point of water and a degree to be 1/273.16 of the difference in temperature between the triple point of water and absolute zero. One degree Celsius represents the same temperature difference as one Kelvin. [ NCI ]", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C42559", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Grad Celsius [ncit]", + "IRI-based" : "DIGITRUBBER_000540", + "en" : "Degree Celsius [ncit]" + }, + "attributes" : [ "external" ], + "id" : "998" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000545", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/BFO_0000034", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/BFO_0000034", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "10.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Funktion [dik]", + "IRI-based" : "DIGITRUBBER_000545", + "en" : "Function [dik]" + }, + "attributes" : [ "external" ], + "id" : "999" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000303", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Prozessöl aus Kohlenwasserstoffen, das größtenteils oder vollständig aus Alkanen besteht", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "hydrocarbon process oil, most or all of which is composed of alkanes", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Paraffinöl [dik]", + "IRI-based" : "DIGITRUBBER_000303", + "en" : "Paraffinic Oil [dik]" + }, + "subClasses" : [ "921" ], + "attributes" : [ "external" ], + "id" : "922" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000546", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCIT", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C25518", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The normal action performed by a structure or device.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Funktion [ncit]", + "IRI-based" : "DIGITRUBBER_000546", + "en" : "Function [ncit]" + }, + "attributes" : [ "external" ], + "id" : "1000" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000304", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Trade name for a specific paraffinic oil", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Handelsname für ein spezifisches Paraffinöl", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "‎P460 [dik]", + "IRI-based" : "DIGITRUBBER_000304", + "en" : "‎P460 [dik]" + }, + "attributes" : [ "external" ], + "id" : "921", + "superClasses" : [ "922" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000301", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Handelsname für ein spezifischen N600-Ruß", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Trade name for a specific N600-carbon black", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Corax N660 [dik]", + "IRI-based" : "DIGITRUBBER_000301", + "en" : "Corax N660 [dik]" + }, + "attributes" : [ "external" ], + "id" : "774", + "superClasses" : [ "770" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000543", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "10.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Materialverarbeitung [dik]", + "IRI-based" : "DIGITRUBBER_000543", + "en" : "Material Processing [dik]" + }, + "attributes" : [ "external" ], + "id" : "1001" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000302", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "compounding ingredient used in small proportions to reduce the viscosity of an unvulcanized rubber mix or the hardness of a vulcanizate", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Mischungsbestandteil, welcher in geringen Mengen verwendet wird, um die Viskosität einer unvulkanisierten Kautschukmischung oder die Härte eines Vulkanisats zu verringern", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Weichmacher ‎[dik]", + "IRI-based" : "DIGITRUBBER_000302", + "en" : "Softener [dik]" + }, + "attributes" : [ "external" ], + "id" : "1002" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000544", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "OBI", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/OBI_0000094", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A planned process which results in physical changes in a specified input material", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/obi.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Materialverarbeitung [obi]", + "IRI-based" : "DIGITRUBBER_000544", + "en" : "Material Processing [obi]" + }, + "attributes" : [ "external" ], + "id" : "1003" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000307", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Mischungsbestandteil zur Verzögerung einer alterungsbedingten Verschlechterung", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "compounding ingredient used to retard deterioration by ageing", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Alterungsschutzmittel [dik]", + "IRI-based" : "DIGITRUBBER_000307", + "en" : "antidegradant [dik]" + }, + "subClasses" : [ "924" ], + "comment" : { + "de" : "Alterungsschutzmittel ist eine allgemeine Benennung für bestimmte Additive wie Antioxidantien, Ozonschutzmittel, Wachse und andere Schutzmittel.", + "en" : "Antidegradant is a generic term for certain additives such as antioxidants, antiozonants, waxes and other protective materials." + }, + "attributes" : [ "external" ], + "id" : "925" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000549", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCIT", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "An object contrived for a specific purpose.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C62103", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Gerät [ncit]", + "IRI-based" : "DIGITRUBBER_000549", + "en" : "Device [ncit]" + }, + "attributes" : [ "external" ], + "id" : "1004" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000308", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Trade name for a specific antidegradant", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Handelsname für ein spezifisches Alterungsschutzmittel", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Antilux 500‎ [dik]", + "IRI-based" : "DIGITRUBBER_000308", + "en" : "Antilux 500‎ [dik]" + }, + "attributes" : [ "external" ], + "id" : "924", + "superClasses" : [ "925" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000547", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "MI", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Biological function of a participant or of an interaction.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/MI_0613", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/mi.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Funktion [mi]", + "IRI-based" : "DIGITRUBBER_000547", + "en" : "Function [mi]" + }, + "attributes" : [ "external" ], + "id" : "1005" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000305", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "hydrocarbon oil derived from petroleum or other sources and used as an extender or processing aid", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Öl auf Basis von Kohlenwasserstoffen, welches aus Erdöl oder anderen Quellen stammt und als Extender oder Verarbeitungshilfsmittel eingesetzt wird", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "‎Prozessöl‎ [dik]", + "IRI-based" : "DIGITRUBBER_000305", + "en" : "Process Oil [dik]" + }, + "attributes" : [ "external" ], + "id" : "1006" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000548", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "10.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Gerät [dik]", + "IRI-based" : "DIGITRUBBER_000548", + "en" : "Device [dik]" + }, + "attributes" : [ "external" ], + "id" : "1007" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000306", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "compounding ingredient which improves the processability of a rubber compound or mix", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Mischungsbestandteil, der die Verarbeitbarkeit einer Kautschukmischung verbessert", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Verarbeitungshilfsmittel [dik]", + "IRI-based" : "DIGITRUBBER_000306", + "en" : "Processing Aid [dik]" + }, + "attributes" : [ "external" ], + "id" : "1008" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000309", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "compounding ingredient used in small proportions to increase the effectiveness of an accelerator", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "in kleinen Mengen eingesetzter Mischungsbestandteil zur Erhöhung der Effektivität eines Beschleunigers", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Aktivator [dik]", + "IRI-based" : "DIGITRUBBER_000309", + "en" : "activator [dik]" + }, + "attributes" : [ "external" ], + "id" : "1009" + }, { + "iri" : "http://purl.obolibrary.org/obo/CHEBI_38179", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "hasDbXref" : [ { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "ChEBI", + "type" : "label" + } ], + "hasOBONamespace" : [ { + "identifier" : "hasOBONamespace", + "language" : "undefined", + "value" : "chebi_ontology", + "type" : "label" + } ], + "hasRelatedSynonym" : [ { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "monocyclic heteroarenes", + "type" : "label" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "CHEBI:38179", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#3_STAR", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "CHEBI_38179", + "undefined" : "monocyclic heteroarene" + }, + "subClasses" : [ "313" ], + "attributes" : [ "external" ], + "id" : "190", + "superClasses" : [ "191" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000310", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCIT", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C154897", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A class of substances that binds to, activates and increases the activity of a target.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "24.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "24.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Aktivator [ncit]", + "IRI-based" : "DIGITRUBBER_000310", + "en" : "activator [ncit]" + }, + "attributes" : [ "external" ], + "id" : "1010" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000552", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCIT", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Any device used to determine the dimension of an object.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C81182", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Messgerät [ncit]", + "IRI-based" : "DIGITRUBBER_000552", + "en" : "Measurement Device [ncit]" + }, + "attributes" : [ "external" ], + "id" : "1011" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000553", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "OBI", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A device in which a measure function inheres.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/OBI_0000832", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/obi.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Messgerät [obi]", + "IRI-based" : "DIGITRUBBER_000553", + "en" : "Measurement Device [obi]" + }, + "attributes" : [ "external" ], + "id" : "1012" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000311", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ] + }, + "label" : { + "de" : "Zinkoxid [dik]", + "IRI-based" : "DIGITRUBBER_000311", + "en" : "Zinc Oxide [dik]" + }, + "attributes" : [ "external" ], + "id" : "1013" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000550", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "OBI", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A material entity that is designed to perform a function in a scientific investigation, but is not a reagent.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/OBI_0000968", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/obi.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Gerät [obi]", + "IRI-based" : "DIGITRUBBER_000550", + "en" : "Device [obi]" + }, + "attributes" : [ "external" ], + "id" : "1014" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000551", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "10.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Messgerät [dik]", + "IRI-based" : "DIGITRUBBER_000551", + "en" : "Measurement Device [dik]" + }, + "attributes" : [ "external" ], + "id" : "1015" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000314", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCIT", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C68426", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A saturated long-chain fatty acid with an 18-carbon backbone. Stearic acid is found in various animal and plant fats, and is a major component of cocoa butter and shea butter.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "24.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "24.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Stearinsäure [dik]", + "IRI-based" : "DIGITRUBBER_000314", + "en" : "Stearic Acid [ncit]" + }, + "attributes" : [ "external" ], + "id" : "1016" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000556", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Mischen [dik]", + "IRI-based" : "DIGITRUBBER_000556", + "en" : "Mixing [dik]" + }, + "attributes" : [ "external" ], + "id" : "1017" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000315", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Trade name for a specific stearic acid", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Handelsname für eine spezifische Stearinsäure", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ] + }, + "label" : { + "de" : "PALMERA B 1802-CG [dik]", + "IRI-based" : "DIGITRUBBER_000315", + "en" : "PALMERA B 1802-CG [dik]" + }, + "attributes" : [ "external" ], + "id" : "907", + "superClasses" : [ "908" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000557", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "CHMO", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/CHMO_0001685", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The combining of components, particles or layers into a more homogeneous state. The mixing may be achieved manually or mechanically by shifting the material with stirrers or pumps or by revolving or shaking the container. The process μst not permit segregation of particles of different size or properties. Homogeneity may be considered to have been achieved in a practical sense when the sampling error of the processed portion is negligible compared to the total error of the measurement system. [ https://doi.org/10.1351/goldbook.M03945 ]", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chmo.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Mischen [chmo]", + "IRI-based" : "DIGITRUBBER_000557", + "en" : "Mixing [chmo]" + }, + "attributes" : [ "external" ], + "id" : "1018" + }, { + "iri" : "http://purl.obolibrary.org/obo/CHEBI_51143", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "hasDbXref" : [ { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "KEGG_COMPOUND", + "type" : "label" + }, { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "KEGG:C06061", + "type" : "label" + }, { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "ChEBI", + "type" : "label" + } ], + "hasRelatedSynonym" : [ { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "Nitrogenous compounds", + "type" : "label" + }, { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "nitrogen compounds", + "type" : "label" + }, { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "nitrogen molecular entities", + "type" : "label" + } ], + "hasOBONamespace" : [ { + "identifier" : "hasOBONamespace", + "language" : "undefined", + "value" : "chebi_ontology", + "type" : "label" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "CHEBI:51143", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#3_STAR", + "type" : "iri" + } ], + "hasAlternativeId" : [ { + "identifier" : "hasAlternativeId", + "language" : "undefined", + "value" : "CHEBI:7594", + "type" : "label" + }, { + "identifier" : "hasAlternativeId", + "language" : "undefined", + "value" : "CHEBI:25556", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "CHEBI_51143", + "undefined" : "nitrogen molecular entity" + }, + "subClasses" : [ "163" ], + "attributes" : [ "external" ], + "id" : "74", + "superClasses" : [ "75" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000312", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Handelsname für ein spezifisches Zinkoxid", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Trade name for a specific zinc oxide", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Zinkoxid Rotsiegel [dik]", + "IRI-based" : "DIGITRUBBER_000312", + "en" : "Zinkoxid Rotsiegel [dik]" + }, + "attributes" : [ "external" ], + "id" : "1019" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000554", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "10.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "verarbeitetes Material [dik]", + "IRI-based" : "DIGITRUBBER_000554", + "en" : "Processed Material [dik]" + }, + "attributes" : [ "external" ], + "id" : "1020" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000313", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Stearinsäure [dik]", + "IRI-based" : "DIGITRUBBER_000313", + "en" : "Stearic Acid [dik]" + }, + "subClasses" : [ "907" ], + "attributes" : [ "external" ], + "id" : "908" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000555", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "OBI", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Is a material entity that is created or changed during material processing.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/OBI_0000047", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/obi.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "verarbeitetes Material [obi]", + "IRI-based" : "DIGITRUBBER_000555", + "en" : "Processed Material [obi]" + }, + "attributes" : [ "external" ], + "id" : "1021" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000318", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "accelerator used in low concentrations with the primary accelerator to optimize cure rate and vulcanizate properties", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Beschleuniger, der in niedrigen Konzentrationen zusammen mit dem Erstbeschleuniger eingesetzt wird, um Vernetzungsgeschwindigkeit und Vulkanisateigenschaften zu optimieren", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "booster", + "type" : "label" + }, { + "identifier" : "IAO_0000118", + "language" : "de", + "value" : "Verstärker", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Zweitbeschleuniger [dik]", + "IRI-based" : "DIGITRUBBER_000318", + "en" : "secondary accelerator [dik]" + }, + "attributes" : [ "external" ], + "id" : "913", + "superClasses" : [ "911" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000319", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "An azole in which the five-membered heterocyclic aromatic skeleton contains a N atom and one S atom.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/CHEBI_43732", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "05.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Thiazol [dik]", + "IRI-based" : "DIGITRUBBER_000319", + "en" : "Thiazole [dik]" + }, + "attributes" : [ "external" ], + "id" : "52", + "superClasses" : [ "50" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000316", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "compounding ingredient used in small amounts with a vulcanizing agent to increase the speed of vulcanization and/or enhance the physical properties of the vulcanizate", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "in kleinen Mengen mit einem Vulkanisationsmittel eingesetzter Mischungsbestandteil zur Beschleunigung der Vulkanisationsgeschwindigkeit und/oder Verbesserung der physikalischen Eigenschaften des Vulkanisates", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Beschleuniger [dik]", + "IRI-based" : "DIGITRUBBER_000316", + "en" : "accelerator [dik]" + }, + "subClasses" : [ "910", "913", "915", "902" ], + "attributes" : [ "external" ], + "id" : "911" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000558", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCTI", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "To bring or combine together or with something else; add as an additional element or part.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C64925", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Mischen", + "IRI-based" : "DIGITRUBBER_000558", + "en" : "mix" + }, + "attributes" : [ "external" ], + "id" : "1022" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000317", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "in einem Vulkanisationssystem verwendeter Hauptbeschleuniger", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "principal accelerator used in a vulcanizing system", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Primärbeschleuniger [dik]", + "IRI-based" : "DIGITRUBBER_000317", + "en" : "primary accelerator [dik]" + }, + "attributes" : [ "external" ], + "id" : "915", + "superClasses" : [ "911" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000559", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Number of grams of iodine adsorbed per kilogram of carbon black under specified conditions", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Menge in Gramm an adsorbiertem Iod pro Kilogramm Ruß unter definierten Bedingungen", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "de", + "value" : "Jodzahl; Iodzahl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Jodadsorptionszahl [dik]", + "IRI-based" : "DIGITRUBBER_000559", + "en" : "Iodine Adsorption Number [dik]" + }, + "comment" : { + "de" : "Die Eigenschaft ist eine Angabe zur Oberfläche eines Rußes. ISO 1304 beinhaltet ein Verfahren für die Bestimmung der Iodzahl.", + "en" : "The property is an indication of the surface area of a carbon black. ISO 1304 contains a method for the determination of the iodine adsorption number." + }, + "attributes" : [ "external" ], + "id" : "1023" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000560", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Spezifische Oberfläche [dik]", + "IRI-based" : "DIGITRUBBER_000560", + "en" : "Specific Surface [dik]" + }, + "attributes" : [ "external" ], + "id" : "1024" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000321", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "CHEBI", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/CHEBI_53239", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "An organic disulfide resulting from the formal oxidative coupling of the thiol groups of two molecules of 1,3-benzothiazole-2-thiol. It is used as an accelerator in the rubber industry.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "24.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "24.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Di(benzothiazol-2-yl)disulfid [chebi]", + "IRI-based" : "DIGITRUBBER_000321", + "en" : "di(benzothiazol-2-yl)disulfide [chebi]" + }, + "subClasses" : [ "918" ], + "attributes" : [ "external" ], + "id" : "864", + "superClasses" : [ "835" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000563", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "ASTM D2414-12", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Die Ölabsorptionszahl eines Rußes steht im Zusammenhang mit den Verarbeitungs- und Vulkanisationseigenschaften von Kautschukmischungen die den Ruß enthalten", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The oil absorption number of a carbon black is related to the processing and vulcanizate properties of rubber compounds containing the carbon black", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Ölabsorptionszahl [dik]", + "IRI-based" : "DIGITRUBBER_000563", + "en" : "Oil Absorption Number [dik]" + }, + "attributes" : [ "external" ], + "id" : "1025" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000322", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Trade name for a specific di(benzothiazol-2-yl)disulfide", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Handelsname für ein spezifisches Di(benzothiazol-2-yl)disulfid", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "05.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Vulkacit MBTS [dik]", + "IRI-based" : "DIGITRUBBER_000322", + "en" : "Vulkacit MBTS [dik]" + }, + "attributes" : [ "external" ], + "id" : "918", + "superClasses" : [ "864" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000564", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Kinematic viscosity is the quotient of the dynamic viscosity of the medium and its density.", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Als kinematische Viskosität bezeichnet man den Quotienten aus der dynamischen Viskosität des Mediums und seiner Dichte", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Kinematische Viskosität [dik]", + "IRI-based" : "DIGITRUBBER_000564", + "en" : "Kinematic Viscosity [dik]" + }, + "attributes" : [ "external" ], + "id" : "1026" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000561", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Massenbezogene spezifische Oberfläche [dik]", + "IRI-based" : "DIGITRUBBER_000561", + "en" : "Mass Specific Surface [dik]" + }, + "attributes" : [ "external" ], + "id" : "1027" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000320", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "hasExactSynonym" : [ { + "identifier" : "hasExactSynonym", + "language" : "undefined", + "value" : "MBTS", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "de", + "value" : "Dibenzothiazyldisulfid; 2,2′-Dithiobis(benzothiazol); Thiofid", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "05.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Di(benzothiazol-2-yl)disulfid [dik]", + "IRI-based" : "DIGITRUBBER_000320", + "en" : "di(benzothiazol-2-yl)disulfide [dik]" + }, + "attributes" : [ "external" ], + "id" : "865", + "superClasses" : [ "835" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000562", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Volumenbezogene spezifische Oberfläche [dik]", + "IRI-based" : "DIGITRUBBER_000562", + "en" : "Volume Specific Surface [dik]" + }, + "attributes" : [ "external" ], + "id" : "1028" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000325", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Handelsname für ein spezifisches Tetrabenzylthiuramdisulfid", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Trade name for a specific tetrabenzylthiuramdisulfide", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Luvomaxx TbzTD [dik]", + "IRI-based" : "DIGITRUBBER_000325", + "en" : "Luvomaxx TbzTD [dik]" + }, + "attributes" : [ "external" ], + "id" : "1029" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000567", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Molekulargewicht [dik]", + "IRI-based" : "DIGITRUBBER_000567", + "en" : "Molecular Weight [dik]" + }, + "attributes" : [ "external" ], + "id" : "1030" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000326", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Dithiocarbamat [dik]", + "IRI-based" : "DIGITRUBBER_000326", + "en" : "dithiocarbamate [dik]" + }, + "attributes" : [ "external" ], + "id" : "943", + "superClasses" : [ "941" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000568", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "MI", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Molecular weight in g/mol, determined from molecular formula or sequence.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/MI_2025", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/mi.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Molekulargewicht [mi]", + "IRI-based" : "DIGITRUBBER_000568", + "en" : "Molecular Weight [mi]" + }, + "attributes" : [ "external" ], + "id" : "1031" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000323", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "05.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Thiuram [dik]", + "IRI-based" : "DIGITRUBBER_000323", + "en" : "Thiuram [dik]" + }, + "attributes" : [ "external" ], + "id" : "910", + "superClasses" : [ "911" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000565", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "UO", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/UO_01200023", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The ratio of the dynamic viscosity (μ) over the density of the fluid (ρ), which is noted as (length)^2/time. https://en.wikipedia.org/wiki/Viscosity#Kinematic_viscosity", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "25.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Kinematische Viskosität [uo]", + "IRI-based" : "DIGITRUBBER_000565", + "en" : "Kinematic Viscosity [uo]" + }, + "attributes" : [ "external" ], + "id" : "1032" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000324", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "hasExactSynonym" : [ { + "identifier" : "hasExactSynonym", + "language" : "undefined", + "value" : "TBzTD", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "05.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Tetrabenzylthiuramdisulfid [dik]", + "IRI-based" : "DIGITRUBBER_000324", + "en" : "Tetrabenzylthiuramdisulfide [dik]" + }, + "attributes" : [ "external" ], + "id" : "1033" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000566", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Erstarrungspunkt [dik]", + "IRI-based" : "DIGITRUBBER_000566", + "en" : "Setting Point [dik]" + }, + "attributes" : [ "external" ], + "id" : "1034" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000329", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Trade name for a specific zinc dibenzyldithiocarbamate", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Handelsname für ein spezifisches Zink-Dibenzyldithiocarbamat", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Rhenogran ‎ZBDC 80‎ [dik]", + "IRI-based" : "DIGITRUBBER_000329", + "en" : "Rhenogran ‎ZBDC 80‎ [dik]" + }, + "attributes" : [ "external" ], + "id" : "901", + "superClasses" : [ "902" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000327", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "CHEBI", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/CHEBI_77308", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A member of the class of dithiocarbamate anions resulting from the deprotonation of both of the dithiocarbamic acid moieties of ethylenebis(dithiocarbamic acid). The major species at pH 7.3.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "24.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi.owl", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "ethylenebis", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "24.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Dithiocarbamat [chebi]", + "IRI-based" : "DIGITRUBBER_000327", + "en" : "dithiocarbamate [chebi]" + }, + "attributes" : [ "external" ], + "id" : "945", + "superClasses" : [ "941" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000569", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Säurezahl‎ [dik]", + "IRI-based" : "DIGITRUBBER_000569", + "en" : "acid value [dik]" + }, + "attributes" : [ "external" ], + "id" : "1035" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000328", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "hasExactSynonym" : [ { + "identifier" : "hasExactSynonym", + "language" : "undefined", + "value" : "ZBDC", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "05.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Zink-Dibenzyldithiocarbamat [dik]", + "IRI-based" : "DIGITRUBBER_000328", + "en" : "Zinc Dibenzyldithiocarbamate [dik]" + }, + "subClasses" : [ "901" ], + "attributes" : [ "external" ], + "id" : "902", + "superClasses" : [ "911" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000570", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Schmelzbereich‎ [dik]", + "IRI-based" : "DIGITRUBBER_000570", + "en" : "Melting Range [dik]" + }, + "attributes" : [ "external" ], + "id" : "1036" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000571", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Öl-Gehalt‎ [dik]", + "IRI-based" : "DIGITRUBBER_000571", + "en" : "Oil Content [dik]" + }, + "attributes" : [ "external" ], + "id" : "1037" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000574", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "die Komponente einer aufgebrachten Schubspannung, welche in Phase mit der Scherdeformation ist, geteilt durch die Dehnung", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "that component of an applied shear stress which is in phase with the shear strain, divided by the strain", + "type" : "label" + } ], + "hasExactSynonym" : [ { + "identifier" : "hasExactSynonym", + "language" : "undefined", + "value" : "G'", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "storage shear modulus", + "type" : "label" + }, { + "identifier" : "IAO_0000118", + "language" : "de", + "value" : "Schermodul", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "10.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Elastizitätsmodul [dik]", + "IRI-based" : "DIGITRUBBER_000574", + "en" : "Elastic Shear Modulus [dik]" + }, + "attributes" : [ "external" ], + "id" : "1038" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000332", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "rate at which a rubber compound vulcanizes after having reached the point of incipient vulcanization", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Geschwindigkeit, mit der eine Kautschukmischung nach Einsetzen der initialen Vulkanisation weitervernetzt", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "vulcanization rate", + "type" : "label" + }, { + "identifier" : "IAO_0000118", + "language" : "de", + "value" : "Vulkanisationsgeschwindigkeit", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Vernetzungsgeschwindigkeit [dik]", + "IRI-based" : "DIGITRUBBER_000332", + "en" : "Cure Rate [dik]" + }, + "attributes" : [ "external" ], + "id" : "1039" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000575", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "hasExactSynonym" : [ { + "identifier" : "hasExactSynonym", + "language" : "undefined", + "value" : "E'", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "that component of an applied normal stress which is in phase with the normal strain, divided by the strain", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "die Komponente einer angewandten Normalspannung, welche in Phase mit der Normaldehnung ist, geteilt durch die Dehnung", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "de", + "value" : "Youngscher Speichermodul", + "type" : "label" + }, { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "storage Young’s modulus", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "10.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Youngscher Elastizitätsmodul [dik]", + "IRI-based" : "DIGITRUBBER_000575", + "en" : "Elastic Young’s Modulus [dik]" + }, + "attributes" : [ "external" ], + "id" : "1040" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000333", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Mischungsbestandteil, eingesetzt zur Verringerung der Tendenz einer Kautschukmischung, vorzeitig zu vulkanisieren", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "compounding ingredient used to reduce the tendency of a rubber compound to vulcanize prematurely", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Verzögerer [dik]", + "IRI-based" : "DIGITRUBBER_000333", + "en" : "Retarder [dik]" + }, + "attributes" : [ "external" ], + "id" : "1041" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000330", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Mischungsbestandteil, der die Vernetzung des Kautschuks bewirkt", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "compounding ingredient that produces crosslinking in rubber", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "curative; curing agent", + "type" : "label" + }, { + "identifier" : "IAO_0000118", + "language" : "de", + "value" : "Vernetzer; Vernetzungsmittel", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Vulkanisationsmittel [dik]", + "IRI-based" : "DIGITRUBBER_000330", + "en" : "Vulcanizing Agent [dik]" + }, + "attributes" : [ "external" ], + "id" : "1042" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000572", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Verhältnis von Schubspannung zu Scherdehnung, wobei jede durch eine komplexe Zahl dargestellt werden kann", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "ratio of the shear stress to the shear strain, where each can be represented by a complex number", + "type" : "label" + } ], + "hasExactSynonym" : [ { + "identifier" : "hasExactSynonym", + "language" : "undefined", + "value" : "G*", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "10.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "komplexer Schubmodul [dik]", + "IRI-based" : "DIGITRUBBER_000572", + "en" : "Complex Shear Modulus [dik]" + }, + "attributes" : [ "external" ], + "id" : "1043" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000573", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Verhältnis von Normalspannung zur Belastung, wobei jede durch eine komplexe Zahl dargestellt werden kann", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "ratio of the normal stress to the normal strain, where each can be represented by a complex number", + "type" : "label" + } ], + "hasExactSynonym" : [ { + "identifier" : "hasExactSynonym", + "language" : "undefined", + "value" : "E*", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "10.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "komplexer Young’s Modul [dik]", + "IRI-based" : "DIGITRUBBER_000573", + "en" : "Complex Young’s Modulus [dik]" + }, + "attributes" : [ "external" ], + "id" : "1044" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000331", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Kombination aus Vulkanisationsmittel und, falls erforderlich, Beschleunigern, Aktivatoren, Verzögerern, etc., die verwendet wird, um die gewünschte Vulkanisationscharakteristik und Vulkanisateigenschaften herzustellen", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "combination of vulcanizing agent and, as required, accelerators, activators, retarders, etc., used to produce the desired vulcanization characteristics and vulcanizate properties", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Vulkanisationssystem [dik]", + "IRI-based" : "DIGITRUBBER_000331", + "en" : "Vulcanizing System [dik]" + }, + "attributes" : [ "external" ], + "id" : "1045" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000578", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "measure of stiffness under specified conditions of deformation", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Maß für die Steifigkeit unter definierten Bedingungen bei Verformung", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "10.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Modul [dik]", + "IRI-based" : "DIGITRUBBER_000578", + "en" : "Modulus [dik]" + }, + "comment" : { + "de" : "Diese Bezeichnung sollte nicht alleine verwendet werden und sollte einhergehen mit der Art der Verformung, z. B. Druck- oder Schermodul.", + "en" : "The term should not be used in isolation and should be prefaced by the mode of deformation, e.g. compression modulus or shear modulus." + }, + "attributes" : [ "external" ], + "id" : "1046" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000336", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Liste der Mischungsbestandteile und ihrer Mengenverhältnisse, die bei der Herstellung einer Mischung verwendet werden", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "list of compounding ingredients and their proportions, used in the preparation of a compound", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "de", + "value" : "Mischungsrezeptur", + "type" : "label" + }, { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "recipe", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Rezeptur [dik]", + "IRI-based" : "DIGITRUBBER_000336", + "en" : "Formulation [dik]" + }, + "attributes" : [ "external" ], + "id" : "1047" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000337", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "substance added to a rubber or rubber latex to form a mix", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Substanz, die zu einem Kautschuk oder einem Latex gegeben wird, um eine Mischung herzustellen", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Mischungsbestandteil‎ [dik]", + "IRI-based" : "DIGITRUBBER_000337", + "en" : "Compounding Ingredient [dik]" + }, + "attributes" : [ "external" ], + "id" : "1048" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000579", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "ratio of the viscous modulus to the elastic modulus", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Verhältnis des Verlustmoduls zum Speichermodul", + "type" : "label" + } ], + "hasExactSynonym" : [ { + "identifier" : "hasExactSynonym", + "language" : "undefined", + "value" : "tanδ", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "10.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Tangens delta [dik]", + "IRI-based" : "DIGITRUBBER_000579", + "en" : "Tan Delta [dik]" + }, + "comment" : { + "de" : "Es handelt sich dabei um ein Maß für den Verlustfaktor und somit für die Energie, die durch Umwandlung in Wärme verloren geht.", + "en" : "It is a measure of the loss factor and thus of the energy lost by conversion into heat." + }, + "attributes" : [ "external" ], + "id" : "1049" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000334", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Schwefel [dik]", + "IRI-based" : "DIGITRUBBER_000334", + "en" : "Sulfur [dik]" + }, + "attributes" : [ "external" ], + "id" : "1050" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000576", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "that component of an applied shear stress which is in quadrature (90° out of phase) with the shear strain, divided by the strain", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "der Anteil einer aufgebrachten Schubspannung, welche 90° phasenverschoben gegenüber der Scherdeformation ist, geteilt durch die Dehnung", + "type" : "label" + } ], + "hasExactSynonym" : [ { + "identifier" : "hasExactSynonym", + "language" : "undefined", + "value" : "G''", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "10.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Verlustmodul [dik]", + "IRI-based" : "DIGITRUBBER_000576", + "en" : "Loss Shear Modulus [dik]" + }, + "attributes" : [ "external" ], + "id" : "1051" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000335", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Masse an Mischungsbestandteilen, die zu 100 Masseeinheiten Kautschuk hinzugefügt werden", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "mass of compounding ingredient added to one hundred mass units of elastomer", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "parts per hundred rubber; pphr", + "type" : "label" + }, { + "identifier" : "IAO_0000118", + "language" : "de", + "value" : "Anteile pro hundert Teile Kautschuk; pphr", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "PHR [dik]", + "IRI-based" : "DIGITRUBBER_000335", + "en" : "PHR [dik]" + }, + "attributes" : [ "external" ], + "id" : "1052" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000577", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "that component of an applied normal stress which is in quadrature (90° out of phase) with the normal strain, divided by the strain", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "der Anteil einer aufgebrachten Normalspannung, welcher 90° phasenverschoben gegenüber der Normaldehnung ist, geteilt durch die Dehnung", + "type" : "label" + } ], + "hasExactSynonym" : [ { + "identifier" : "hasExactSynonym", + "language" : "undefined", + "value" : "E''", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "10.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Young’sches Verlustmodul [dik]", + "IRI-based" : "DIGITRUBBER_000577", + "en" : "Loss Young’s Modulus [dik]" + }, + "attributes" : [ "external" ], + "id" : "1053" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000338", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "gründliche Mischung von Kautschuken oder anderen polymerbildenden Materialien mit allen Bestandteilen, die für das fertige Produkt notwendig sind", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "intimate mixture of a rubber or rubbers or other polymer-forming materials with all the ingredients necessary for the finished product", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "rubber compound", + "type" : "label" + }, { + "identifier" : "IAO_0000118", + "language" : "de", + "value" : "Kautschukmischung", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Mischung [dik]", + "IRI-based" : "DIGITRUBBER_000338", + "en" : "Compound [dik]" + }, + "attributes" : [ "external" ], + "id" : "1054" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000339", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Sicherheitsdatenblatt [dik]", + "IRI-based" : "DIGITRUBBER_000339", + "en" : "Safety Data Sheet [dik]" + }, + "attributes" : [ "external" ], + "id" : "1055" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000581", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "de", + "value" : "Mooney-Viskosimeter", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "10.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Mooney-Scherscheibenviskosimeter [dik]", + "IRI-based" : "DIGITRUBBER_000581", + "en" : "Mooney Shearing-Disc Viscometer [dik]" + }, + "attributes" : [ "external" ], + "id" : "1056" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000340", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Produktdatenblatt [dik]", + "IRI-based" : "DIGITRUBBER_000340", + "en" : "Product Data Sheet [dik]" + }, + "attributes" : [ "external" ], + "id" : "1057" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000582", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Rheometer [dik]", + "IRI-based" : "DIGITRUBBER_000582", + "en" : "Curemeter [dik]" + }, + "attributes" : [ "external" ], + "id" : "1058" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000580", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Viskosimeter [dik]", + "IRI-based" : "DIGITRUBBER_000580", + "en" : "Viscometer [dik]" + }, + "attributes" : [ "external" ], + "id" : "1059" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000343", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "10.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Festwalze [dik]", + "IRI-based" : "DIGITRUBBER_000343", + "en" : "Fixed Roll [dik]" + }, + "attributes" : [ "external" ], + "id" : "1060" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000101", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Marvin Auf der Landwehr", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A class of units in the system under study (e.g, machines, spare parts)", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "material entity", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000101", + "en" : "collection of material entities [hsh]" + }, + "attributes" : [ "external" ], + "id" : "1061" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000585", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "device that measures the progress of vulcanization in a test sample at the vulcanizing temperature", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Gerät zur Messung des Fortschritts der Vulkanisation in einer Probe bei der Vulkanisationsstemperatur", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "10.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Vulkameter [dik]", + "IRI-based" : "DIGITRUBBER_000585", + "en" : "Vulcameter [dik]" + }, + "attributes" : [ "external" ], + "id" : "1062" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000102", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A circumstance, fact, or influence that contributes to the costs associated with an entity (e.g., wages, number)", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "faktor [hsh]", + "IRI-based" : "DIGITRUBBER_000102", + "en" : "factor [hsh]" + }, + "attributes" : [ "external" ], + "id" : "1063" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000344", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "10.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Stellwalze [dik]", + "IRI-based" : "DIGITRUBBER_000344", + "en" : "Setting Roll [dik]" + }, + "attributes" : [ "external" ], + "id" : "1064" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000586", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Presse, die zwei oder mehrere übereinanderliegende beheizte Platten besitzt, zwischen denen die Formteile gepresst werden", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "press having two or more super-imposed heated platens between which moulds are pressed", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "daylight press", + "type" : "label" + }, { + "identifier" : "IAO_0000118", + "language" : "de", + "value" : "Etagenpresse; Heizpresse", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "10.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Plattenpresse [dik]", + "IRI-based" : "DIGITRUBBER_000586", + "en" : "Platen Press [dik]" + }, + "attributes" : [ "external" ], + "id" : "1065" + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0200042", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "hierarchical clustering", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A hierarchical clustering is a data transformation which achieves a class discovery objective, which takes as input data item and builds a hierarchy of clusters. The traditional representation of this hierarchy is a tree (visualized by a dendrogram), with the individual input objects at one end (leaves) and a single cluster containing every object at the other (root).", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000125", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "James Malone", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "en", + "value" : "WEB: http://en.wikipedia.org/wiki/Data_clustering#Hierarchical_clustering", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0200042", + "en" : "hierarchical clustering" + }, + "individuals" : [ { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000755", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "GenePattern hierarchical clustering", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "James Malone", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0000755", + "undefined" : "GenePattern hierarchical clustering" + } + } ], + "attributes" : [ "external" ], + "id" : "811", + "superClasses" : [ "220", "221" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000583", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "type of curemeter in which the force applied to the rubber compound is produced by an oscillating disc embedded in a test sample which is contained under pressure in a sealed cavity", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Rheometertyp, bei welchem die auf die Kautschukmischung einwirkenden Kräfte durch eine in der Testprobe eingebettete schwingende Scheibe erzeugt werden, wobei sich die Probe unter Druck in einem abgedichteten Probenaufnehmer befindet", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "10.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "oszillierendes Scheibenrheometer [dik]", + "IRI-based" : "DIGITRUBBER_000583", + "en" : "Oscillating-Disc Curemeter [dik]" + }, + "attributes" : [ "external" ], + "id" : "1066" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000341", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "machine with two counter-rotating rolls, frequently heated or cooled, usually driven at different speeds, and having an adjustable nip for mastication, mixing, blending, warm-up or sheeting", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Maschine mit zwei gegensätzlich drehenden Walzen, häufig erwärmbar oder kühlbar, welche gewöhnlich mit verschiedenen Umfangsgeschwindigkeiten betrieben werden, und mit einstellbarem Walzenspalt zum Mastizieren, Mischen, Verschneiden, Vorwärmen oder zum Auswalzen", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "de", + "value" : "Zwei-Rollen-Walzwerk", + "type" : "label" + }, { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "two-roll mill", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Walzwerk [dik]", + "IRI-based" : "DIGITRUBBER_000341", + "en" : "Mill [dik]" + }, + "attributes" : [ "external" ], + "id" : "1067" + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0200041", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "k-means clustering", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A k-means clustering is a data transformation which achieves a class discovery or partitioning objective, which takes as input a collection of objects (represented as points in multidimensional space) and which partitions them into a specified number k of clusters. The algorithm attempts to find the centers of natural clusters in the data. The most common form of the algorithm starts by partitioning the input points into k initial sets, either at random or using some heuristic data. It then calculates the mean point, or centroid, of each set. It constructs a new partition by associating each point with the closest centroid. Then the centroids are recalculated for the new clusters, and the algorithm repeated by alternate applications of these two steps until convergence, which is obtained when the points no longer switch clusters (or alternatively centroids are no longer changed).", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000125", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "James Malone", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Elisabetta Manduchi", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Philippe Rocca-Serra", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "en", + "value" : "WEB: http://en.wikipedia.org/wiki/K-means", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0200041", + "en" : "k-means clustering" + }, + "individuals" : [ { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000764", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "GenePattern k-means clustering", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "James Malone", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0000764", + "undefined" : "GenePattern k-means clustering" + } + } ], + "attributes" : [ "external" ], + "id" : "812", + "superClasses" : [ "689", "220", "221" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000342", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "cylinder forming a major, rotating member of a calender or mill", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Zylinder, der ein rotierendes Hauptelement eines Kalanders oder eines Walzwerks bildet", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "de", + "value" : "Walzenzylinder", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Walze [dik]", + "IRI-based" : "DIGITRUBBER_000342", + "en" : "Roll [dik]" + }, + "attributes" : [ "external" ], + "id" : "1068" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000584", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Typ eines Rheometers, bei welchem die Kraft, die auf die Kautschukmischung einwirkt, durch die Oszillation einer von zwei Platten erzeugt wird, die die Kammer bilden, in welcher die Testprobe eingeschlossen ist", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "type of curemeter in which the force applied to the rubber compound is produced by the oscillation of one of the two dies forming the cavity in which the test sample is enclosed", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "10.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "rotorloser Rheometer [dik]", + "IRI-based" : "DIGITRUBBER_000584", + "en" : "Rotorless Curemeter [dik]" + }, + "attributes" : [ "external" ], + "id" : "1069" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000100", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The throughput indicates how many kilograms of rubber are extruded in a given unit of time.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "quality", + "type" : "label" + } ] + }, + "label" : { + "de" : "Durchsatz", + "IRI-based" : "DIGITRUBBER_000100", + "en" : "Throughput [ita]" + }, + "attributes" : [ "external" ], + "id" : "1070" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000347", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "UO", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "\"A unit which is a standard measure of the number of rotations in a given time.\" [NIST:NIST]", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "24.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "24.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Drehzahleinheit [ou]", + "IRI-based" : "DIGITRUBBER_000347", + "en" : "Rotational Frequency Unit [uo]" + }, + "attributes" : [ "external" ], + "id" : "83", + "superClasses" : [ "84" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000589", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "An assay with the objective to produce information about the concentration of a specific substance in the material entity that is the evaluant, by physically examining it or its proxies.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Prüfung zur Konzentrationsmessung [dik]", + "IRI-based" : "DIGITRUBBER_000589", + "en" : "Concentration Measurement Assay [dik]" + }, + "attributes" : [ "external" ], + "id" : "1071" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000105", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "allotrope", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A multiplicand in a mathematical product expression. [Allotrope]", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.allotrope.org/ontologies", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "15.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.allotrope.org/ontologies/result#AFR_0000924>", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "faktor [allotrope]", + "IRI-based" : "DIGITRUBBER_000105", + "en" : "factor [allotrope]" + }, + "comment" : { + "en" : "skos:definition" + }, + "attributes" : [ "external" ], + "id" : "1072" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000348", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "10.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Frequenzeinheit [dik]", + "IRI-based" : "DIGITRUBBER_000348", + "en" : "Frequency Unit [dik]" + }, + "attributes" : [ "external" ], + "id" : "1073" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000106", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Marvin Auf der Landwehr", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Cumulative expression for the value of all costs groups within the system under study", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "kosten [hsh]", + "IRI-based" : "DIGITRUBBER_000106", + "en" : "cost [hsh]" + }, + "attributes" : [ "external" ], + "id" : "1074" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000587", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "flat metal plate (or chest) which applies heat and pressure to one or more mould(s) in a press", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "flache Metallplatte (oder Schale), die Hitze und Druck auf ein oder mehrere Formteile überträgt, die sich in einer Presse befinden", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "10.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Platte [dik]", + "IRI-based" : "DIGITRUBBER_000587", + "en" : "Platen [dik]" + }, + "attributes" : [ "external" ], + "id" : "1075" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000103", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCTI", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Anything that contributes causally to a result.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "22.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C25506", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "22.08.2022", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "faktor [ncti]", + "IRI-based" : "DIGITRUBBER_000103", + "en" : "factor [ncti]" + }, + "attributes" : [ "external" ], + "id" : "1076" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000345", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A physical quality which inheres in a bearer by virtue of its speed rotating around itself.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "speed", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "10.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Drehzahl [dik]", + "IRI-based" : "DIGITRUBBER_000345", + "en" : "Rotational Frequency [dik]" + }, + "attributes" : [ "external" ], + "id" : "1077" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000346", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "10.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Drehzahleinheit [dik]", + "IRI-based" : "DIGITRUBBER_000346", + "en" : "Rotational Frequency Unit [dik]" + }, + "attributes" : [ "external" ], + "id" : "86", + "superClasses" : [ "84" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000588", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "hasExactSynonym" : [ { + "identifier" : "hasExactSynonym", + "language" : "undefined", + "value" : "ENB", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "2-ethylidene-5-norbornene", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Ethylidennorbornen [dik]", + "IRI-based" : "DIGITRUBBER_000588", + "en" : "Ethylidene Norbornene [dik]" + }, + "attributes" : [ "external" ], + "id" : "1078" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000104", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "PROCO", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/proco.owl", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A data item that is a member of a minimal set of independent variables that can be used to model the dependent reponses in a set of related experiments.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "22.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/PROCO_0000005", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "22.08.2022", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "faktor [proco]", + "IRI-based" : "DIGITRUBBER_000104", + "en" : "factor [proco]" + }, + "attributes" : [ "external" ], + "id" : "1079" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000109", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Marvin Auf der Landwehr", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A cost group for all cost values occuring from entity sub-groups in the human ressource cost group and the associated factors", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "personalkosten [hsh]", + "IRI-based" : "DIGITRUBBER_000109", + "en" : "human ressource cost [hsh]" + }, + "attributes" : [ "external" ], + "id" : "1080" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000349", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "UO", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "\"A unit which is a standard measure of the number of repetitive actions in a particular time.\" [NIST:NIST]", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/UO_0000105", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "24.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "24.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Frequenzeinheit [uo]", + "IRI-based" : "DIGITRUBBER_000349", + "en" : "Frequency Unit [uo]" + }, + "attributes" : [ "external" ], + "id" : "1081" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000107", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCTI", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The amount paid, charged, or engaged to be paid, for purchasing goods, services and financial instruments.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "22.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C69088", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "22.08.2022", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "kosten [ncti]", + "IRI-based" : "DIGITRUBBER_000107", + "en" : "cost [ncti]" + }, + "attributes" : [ "external" ], + "id" : "1082" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000108", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Marvin Auf der Landwehr", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Cumulative expression for the value of overarching entity groups (e.g., human ressource, maintenance) within the system under study", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "kostengruppe [hsh]", + "IRI-based" : "DIGITRUBBER_000108", + "en" : "cost group [hsh]" + }, + "attributes" : [ "external" ], + "id" : "1083" + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0001000", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "questionnaire", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A document with a set of printed or written questions with a choice of answers, devised for the purposes of a survey or statistical study.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "PERSON: Jessica Turner", + "type" : "label" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "en", + "value" : "JT: It plays a role in collecting data that could be fleshed out more; but I'm thinking it is, in itself, an edited document. \nJZ: based on textual definition of edited document, it can be defined as N&S. I prefer to leave questionnaire as a document now. We can add more restrictions in the future and use that to determine it is an edited document or not.", + "type" : "label" + }, { + "identifier" : "IAO_0000116", + "language" : "undefined", + "value" : "Need to clarify if this is a document or a directive information entity (or what their connection is))", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "en", + "value" : "Merriam-Webster", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0001000", + "undefined" : "questionnaire" + }, + "individuals" : [ { + "iri" : "http://purl.obolibrary.org/obo/OBI_0001004", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Edingburgh handedness inventory", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The Edinburgh Handedness Inventory is a set of questions used to assess the dominance of a person's right or left hand in everyday activities.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON:Alan Ruttenberg", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON:Jessica Turner", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "PMID:5146491#Oldfield, R.C. (1971). The assessment and analysis of handedness: The Edinburgh inventory. Neuropsychologia, 9, 97-113", + "type" : "label" + }, { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "WEB:http://www.cse.yorku.ca/course_archive/2006-07/W/4441/EdinburghInventory.html", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0001004", + "undefined" : "Edingburgh handedness inventory" + } + } ], + "attributes" : [ "external" ], + "id" : "847", + "superClasses" : [ "848" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000350", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCTI", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "An indication of the type of unit of measure being used to express a number of regular events in a given time per unit of time.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C67313", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "24.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "Unit of Frequency", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "24.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Frequenzeinheit [ncit]", + "IRI-based" : "DIGITRUBBER_000350", + "en" : "Frequency Unit [ncit]" + }, + "attributes" : [ "external" ], + "id" : "1090" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000592", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "An assay with the objective to produce information about the molecular weight distribution of the material entity that is the evaluant, by physically examining it or its proxies.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Prüfung zur Molekulargewichtsverteilung [dik]", + "IRI-based" : "DIGITRUBBER_000592", + "en" : "Molecular Weight Distribution Measurement Assay [dik]" + }, + "attributes" : [ "external" ], + "id" : "1091" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000351", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "hasExactSynonym" : [ { + "identifier" : "hasExactSynonym", + "language" : "undefined", + "value" : "1/s", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A rotational frequency unit which is equal to the number of completed turns in a period of time that equals to 1 second.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "10.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Umdrehungen pro Sekunde [dik]", + "IRI-based" : "DIGITRUBBER_000351", + "en" : "Turns per Second [dik]" + }, + "attributes" : [ "external" ], + "id" : "1093" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000593", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A measurement protocol for reliably reproducing the concentration measurement assay.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Protokoll zur Konzentrationsmessung [dik]", + "IRI-based" : "DIGITRUBBER_000593", + "en" : "Concentration Measurement Protocol [dik]" + }, + "attributes" : [ "external" ], + "id" : "1094" + }, { + "iri" : "http://purl.obolibrary.org/obo/IAO_0000109", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "measurement datum", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "Examples of measurement data are the recoding of the weight of a mouse as {40,mass,\"grams\"}, the recording of an observation of the behavior of the mouse {,process,\"agitated\"}, the recording of the expression level of a gene as measured through the process of microarray experiment {3.4,luminosity,}.", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A measurement datum is an information content entity that is a recording of the output of a measurement such as produced by a device.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000125", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "person:Chris Stoeckert", + "type" : "label" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "en", + "value" : "2/2/2009 is_specified_output of some assay?", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "en", + "value" : "OBI_0000305", + "type" : "label" + }, { + "identifier" : "IAO_0000119", + "language" : "en", + "value" : "group:OBI", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "IAO_0000109", + "en" : "measurement datum" + }, + "attributes" : [ "external" ], + "id" : "143", + "superClasses" : [ "137" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000590", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A concentration measurement assay with the objective to produce information about the concentration of ethylene in the material entity that is the evaluant, by physically examining it or its proxies.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Prüfung zur Ethylen-Konzentrationsmessung [dik]", + "IRI-based" : "DIGITRUBBER_000590", + "en" : "Ethylene Concentration Measurement Assay [dik]" + }, + "attributes" : [ "external" ], + "id" : "1096" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000591", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A concentration measurement assay with the objective to produce information about the concentration of ethylidene norbornene in the material entity that is the evaluant, by physically examining it or its proxies.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Prüfung zur Ethylidennorbornen-Konzentrationsmessung [dik]", + "IRI-based" : "DIGITRUBBER_000591", + "en" : "Ethylidene Norbornene Concentration Measurement Assay [dik]" + }, + "attributes" : [ "external" ], + "id" : "1098" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000596", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A measurement protocol for reliably reproducing the molecular weight distribution measurement assay.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Protokoll zur Molekulargewichtsverteilung [dik]", + "IRI-based" : "DIGITRUBBER_000596", + "en" : "Molecular Weight Distribution Measurement Protocol [dik]" + }, + "attributes" : [ "external" ], + "id" : "1100" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000112", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Marvin Auf der Landwehr", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A cost group for all cost values occuring from entity sub-groups in the material cost group and the associated factors", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "materialkosten [hsh]", + "IRI-based" : "DIGITRUBBER_000112", + "en" : "material cost [hsh]" + }, + "attributes" : [ "external" ], + "id" : "1101" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000354", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Yamen Alsalka", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "Is a supervised classification method and it is used to build classification rules of a number of prespecified clases.", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "Unscrambler X", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "2023-06-06T09:49:37.530555Z", + "type" : "label" + } ], + "created_by" : [ { + "identifier" : "created_by", + "language" : "undefined", + "value" : "Yamen Alsalka", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000354", + "en" : "Discriminant analysis [ifnano]" + }, + "attributes" : [ "external" ], + "id" : "1102" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000597", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "26.08.2022", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000597", + "en" : "Ethylene Group [dik]" + }, + "attributes" : [ "external" ], + "id" : "934", + "superClasses" : [ "729" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000355", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "10.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Festwalzen-Drehzahl [dik]", + "IRI-based" : "DIGITRUBBER_000355", + "en" : "Fixed Roll Speed [dik]" + }, + "attributes" : [ "external" ], + "id" : "1104" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000113", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Marvin Auf der Landwehr", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A cost group for all cost values occuring from entity sub-groups in the storage cost group and the associated factors", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "lagerhaltungskosten [hsh]", + "IRI-based" : "DIGITRUBBER_000113", + "en" : "storage cost [hsh]" + }, + "attributes" : [ "external" ], + "id" : "1105" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000352", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "UO", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "\"A rotational frequency unit which is equal to the number complete turn in a period of time that equals to 1 second.\" [NIST:NIST]", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "26.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "26.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Umdrehungen pro Sekunde [uo]", + "IRI-based" : "DIGITRUBBER_000352", + "en" : "Turns per Second [uo]" + }, + "attributes" : [ "external" ], + "id" : "1106" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000110", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Marvin Auf der Landwehr", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A cost group for all cost values occuring from entity sub-groups in the maintenance cost group and the associated factors", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "wartungskosten [hsh]", + "IRI-based" : "DIGITRUBBER_000110", + "en" : "maintenance cost [hsh]" + }, + "attributes" : [ "external" ], + "id" : "1107" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000594", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "ASTM D3900", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A concentration measurement protocol for reliably reproducing the ethylene concentration measurement assay.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Protokoll zur Ethylen-Konzentrationsmessung [dik]", + "IRI-based" : "DIGITRUBBER_000594", + "en" : "Ethylene Concentration Measurement Protocol [dik]" + }, + "attributes" : [ "external" ], + "id" : "1108" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000353", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "hasExactSynonym" : [ { + "identifier" : "hasExactSynonym", + "language" : "undefined", + "value" : "1/min", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A rotational frequency unit which is equal to the number of completed turns in a period of time that equals to 1 minute.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "10.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Umdrehungen pro Minute [dik]", + "IRI-based" : "DIGITRUBBER_000353", + "en" : "Turns per Minute [dik]" + }, + "attributes" : [ "external" ], + "id" : "1109" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000595", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "ASTM D6047", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A concentration measurement protocol for reliably reproducing the ethylidene norbornene concentration measurement assay.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Protokoll zur Ethylidennorbornen-Konzentrationsmessung [dik]", + "IRI-based" : "DIGITRUBBER_000595", + "en" : "Ethylidene Norbornene Concentration Measurement Protocol [dik]" + }, + "attributes" : [ "external" ], + "id" : "1110" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000111", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Marvin Auf der Landwehr", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A cost group for all cost values occuring from entity sub-groups in the energy cost group and the associated factors", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "energiekosten [hsh]", + "IRI-based" : "DIGITRUBBER_000111", + "en" : "energy cost [hsh]" + }, + "attributes" : [ "external" ], + "id" : "1111" + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0200033", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "leave one out cross validation method", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "undefined", + "value" : "The authors conducted leave-one-out cross validation to estimate the strength and accuracy of the differentially expressed filtered genes. http://bioinformatics.oxfordjournals.org/cgi/content/abstract/19/3/368", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "is a data transformation : leave-one-out cross-validation (LOOCV) involves using a single observation from the original sample as the validation data, and the remaining observations as the training data. This is repeated such that each observation in the sample is used once as the validation data", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Person:Helen Parkinson", + "type" : "label" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "undefined", + "value" : "2009-11-10. Tracker: https://sourceforge.net/tracker/?func=detail&aid=2893049&group_id=177891&atid=886178", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0200033", + "en" : "leave one out cross validation method" + }, + "individuals" : [ { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000763", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "GenePattern LOOCV", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000123", + "type" : "iri" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0000763", + "undefined" : "GenePattern LOOCV" + } + } ], + "attributes" : [ "external" ], + "id" : "803", + "superClasses" : [ "802" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000358", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCTI", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C25206", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A measure of the average kinetic energy of a system of particles. Temperature may be quantified, in the context of thermodynamics, as the potential of one system to transfer thermal energy to another system until both systems reach a state of thermal equilibrium.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "24.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "24.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Temperatur [ncit]", + "IRI-based" : "DIGITRUBBER_000358", + "en" : "Temperature [ncit]" + }, + "attributes" : [ "external" ], + "id" : "1112" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000116", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Marvin Auf der Landwehr", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A cost group for all cost values occuring from entity sub-groups in the waste management cost group and the associated factors", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "abfallmanagementkosten [hsh]", + "IRI-based" : "DIGITRUBBER_000116", + "en" : "waste management cost [hsh]" + }, + "attributes" : [ "external" ], + "id" : "1113" + }, { + "iri" : "http://purl.obolibrary.org/obo/IAO_0000100", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "data set", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "Intensity values in a CEL file or from multiple CEL files comprise a data set (as opposed to the CEL files themselves).", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A data item that is an aggregate of other data items of the same type that have something in common. Averages and distributions can be determined for data sets.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000125", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "person:Chris Stoeckert", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "person:Allyson Lister", + "type" : "label" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "undefined", + "value" : "2014-05-05: Data sets are aggregates and thus must include two or more data items. We have chosen not to add logical axioms to make this restriction.", + "type" : "label" + }, { + "identifier" : "IAO_0000116", + "language" : "en", + "value" : "2009/10/23 Alan Ruttenberg. The intention is that this term represent collections of like data. So this isn't for, e.g. the whole contents of a cel file, which includes parameters, metadata etc. This is more like java arrays of a certain rather specific type", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "en", + "value" : "group:OBI", + "type" : "label" + }, { + "identifier" : "IAO_0000119", + "language" : "en", + "value" : "OBI_0000042", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "IAO_0000100", + "en" : "data set" + }, + "subClasses" : [ "202", "745" ], + "attributes" : [ "external" ], + "id" : "136", + "superClasses" : [ "137" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000359", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "PATO", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A physical quality of the thermal energy of a system.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/PATO_0000146", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "24.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/pato.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "24.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Temperatur [pato]", + "IRI-based" : "DIGITRUBBER_000359", + "en" : "Temperature [pato]" + }, + "attributes" : [ "external" ], + "id" : "1114" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000117", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Marvin Auf der Landwehr", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A cost group for the total sales value generated in a time period X by the system under investigation", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "umsatz [hsh]", + "IRI-based" : "DIGITRUBBER_000117", + "en" : "turnover [hsh]" + }, + "attributes" : [ "external" ], + "id" : "1115" + }, { + "iri" : "http://purl.obolibrary.org/obo/IAO_0000101", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "image", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "An image is an affine projection to a two dimensional surface, of measurements of some quality of an entity or entities repeated at regular intervals across a spatial range, where the measurements are represented as color and luminosity on the projected on surface.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000122", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "person:Allyson", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "person:Chris Stoeckert", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "person:Alan Ruttenberg", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "en", + "value" : "OBI_0000030", + "type" : "label" + }, { + "identifier" : "IAO_0000119", + "language" : "en", + "value" : "group:OBI", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "IAO_0000101", + "en" : "image" + }, + "attributes" : [ "external" ], + "id" : "859", + "superClasses" : [ "843" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000598", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000598", + "en" : "Hydrocarbylene Group [dik]" + }, + "attributes" : [ "external" ], + "id" : "120", + "superClasses" : [ "118" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000356", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "10.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Stellwalzen-Drehzahl [dik]", + "IRI-based" : "DIGITRUBBER_000356", + "en" : "Setting Roll Speed [dik]" + }, + "attributes" : [ "external" ], + "id" : "1116" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000114", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Marvin Auf der Landwehr", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A cost group for all cost values occuring from entity sub-groups in the production cost group and the associated factors", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "produktionskosten [hsh]", + "IRI-based" : "DIGITRUBBER_000114", + "en" : "production cost [hsh]" + }, + "attributes" : [ "external" ], + "id" : "1117" + }, { + "iri" : "http://purl.obolibrary.org/obo/IAO_0000102", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "data about an ontology part", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Data about an ontology part is a data item about a part of an ontology, for example a term", + "type" : "label" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "Person:Alan Ruttenberg", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "IAO_0000102", + "en" : "data about an ontology part" + }, + "subClasses" : [ "588", "449", "207" ], + "attributes" : [ "external" ], + "id" : "141", + "superClasses" : [ "137" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000599", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "CHEBI", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/CHEBI_33471", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A bivalent group formed by removing two hydrogen atoms from a hydrocarbon, the free valencies of which are not engaged in a double bond.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "26.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "26.08.2022", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "DIGITRUBBER_000599", + "en" : "Hydrocarbylene Group [chebi]" + }, + "attributes" : [ "external" ], + "id" : "122", + "superClasses" : [ "118" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000357", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "10.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Temperatur [dik]", + "IRI-based" : "DIGITRUBBER_000357", + "en" : "Temperature [dik]" + }, + "attributes" : [ "external" ], + "id" : "1118" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000115", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Marvin Auf der Landwehr", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A cost group for all cost values occuring from entity sub-groups in the investment cost group and the associated factors", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "investitionskosten [hsh]", + "IRI-based" : "DIGITRUBBER_000115", + "en" : "investment cost [hsh]" + }, + "attributes" : [ "external" ], + "id" : "1119" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000118", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Marvin Auf der Landwehr", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "An apparatus using mechanical power and having several parts, each with a definite function and together performing a particular task, required for operations in the system under investigation. Constitutes an entity in the maintenance cost, energy cost, production cost, investment cost and turnover cost group.", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "material entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "maschine [hsh]", + "IRI-based" : "DIGITRUBBER_000118", + "en" : "machine [hsh]" + }, + "attributes" : [ "external" ], + "id" : "1120" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000119", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Marvin Auf der Landwehr", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The state of an unit within an individual entity sub-group with regard to its working order (e.g., good, defective, not working).", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "quality", + "type" : "label" + } ] + }, + "label" : { + "de" : "zustand [hsh]", + "IRI-based" : "DIGITRUBBER_000119", + "en" : "Operating status [hsh]" + }, + "attributes" : [ "external" ], + "id" : "1121" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000361", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "EFO", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://www.ebi.ac.uk/efo/EFO_0001702", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Temperature is a physical quality of the thermal energy of a system.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "24.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://www.ebi.ac.uk/efo/efo.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "24.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Temperatur [efo]", + "IRI-based" : "DIGITRUBBER_000361", + "en" : "Temperature [efo]" + }, + "attributes" : [ "external" ], + "id" : "1127" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000362", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "10.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Temperatureinheit [dik]", + "IRI-based" : "DIGITRUBBER_000362", + "en" : "Temperature Unit [dik]" + }, + "attributes" : [ "external" ], + "id" : "1129" + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002341", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "International Federation of Gynecology and Obstetrics ovarian cancer stage value specification", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A categorical value specification that is a pathologic finding about one or more characteristics of ovarian cancer following the rules of the FIGO classification system.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "NCI BBRB, OBI", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "Pathologic Tumor Stage Grouping for ovarian cancer (FIGO)", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0002341", + "undefined" : "International Federation of Gynecology and Obstetrics ovarian cancer stage value specification" + }, + "individuals" : [ { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002355", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Stage Unknown (FIGO)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of (T0, N0, and M0) or (T1,1a-1c,2,2a-2c, NX, and M0) or (TX, N0,X, M0).", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "Stage Unknown", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002355", + "undefined" : "Stage Unknown (FIGO)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002344", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Stage 1B (FIGO)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T1b, N0, and M0.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "Stage 1B", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002344", + "undefined" : "Stage 1B (FIGO)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002345", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Stage 1C (FIGO)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T1c, N0, and M0.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "Stage 1C", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002345", + "undefined" : "Stage 1C (FIGO)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002346", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Stage 2 (FIGO)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T2, N0, and M0.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "Stage 2", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002346", + "undefined" : "Stage 2 (FIGO)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002347", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Stage 2A (FIGO)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T2a, N0, and M0.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "Stage 2A", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002347", + "undefined" : "Stage 2A (FIGO)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002348", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Stage 2B (FIGO)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T2b, N0, and M0.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "Stage 2B", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002348", + "undefined" : "Stage 2B (FIGO)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002349", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Stage 2C (FIGO)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T2c, N0, and M0.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "Stage 2C", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002349", + "undefined" : "Stage 2C (FIGO)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002350", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Stage 3 (FIGO)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of (T3, N0, and M0) or (T3,3a,3b, NX, and M0).", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "Stage 3", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002350", + "undefined" : "Stage 3 (FIGO)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002351", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Stage 3A (FIGO)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T3a, N0, and M0 .", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "Stage 3A", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002351", + "undefined" : "Stage 3A (FIGO)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002352", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Stage 3B (FIGO)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T3b, N0, and M0 .", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "Stage 3B", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002352", + "undefined" : "Stage 3B (FIGO)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002342", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Stage 1 (FIGO)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T1, N0, and M0.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "Stage 1", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002342", + "undefined" : "Stage 1 (FIGO)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002353", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Stage 3C (FIGO)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of (T3c, N0,X and M0) or (any T, N1 and M0).", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "Stage 3C", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002353", + "undefined" : "Stage 3C (FIGO)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002343", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Stage 1A (FIGO)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of T1a, N0, and M0.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "Stage 1A", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002343", + "undefined" : "Stage 1A (FIGO)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002354", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Stage 4 (FIGO)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A International Federation of Gynecology and Obstetrics ovarian cancer stage value specification associated with TNM stage values of any T, any N, and M1.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_stage_group_direct/", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "Stage 4", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002354", + "undefined" : "Stage 4 (FIGO)" + } + } ], + "attributes" : [ "external" ], + "id" : "294", + "superClasses" : [ "281" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000120", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCIT", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A state of being, such as a state of health.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "22.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C25457", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "22.08.2022", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "quality", + "type" : "label" + } ] + }, + "label" : { + "de" : "zustand [ncti]", + "IRI-based" : "DIGITRUBBER_000120", + "en" : "condition [ncti]" + }, + "attributes" : [ "external" ], + "id" : "1130" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000360", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "UM", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Temperature is the extent to which an object is hot.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://www.ontology-of-units-of-measure.org/resource/om-2/Temperature", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "24.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "24.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Temperatur [om]", + "IRI-based" : "DIGITRUBBER_000360", + "en" : "Temperature [om]" + }, + "attributes" : [ "external" ], + "id" : "1133" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000365", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "hasExactSynonym" : [ { + "identifier" : "hasExactSynonym", + "language" : "undefined", + "value" : "TCU", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "de", + "value" : "Temperierungsgerät; Temperierungsaggregat; Temperiersteuergerät", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "10.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Temperatursteuergerät [dik]", + "IRI-based" : "DIGITRUBBER_000365", + "en" : "Temperature Control Unit [dik]" + }, + "attributes" : [ "external" ], + "id" : "1135" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000123", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Marvin Auf der Landwehr", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The basic materials from which a finished product is made in the system under investigation. Constitutes an entity in the material cost and waste management cost group.", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "material entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "rohmaterial [hsh]", + "IRI-based" : "DIGITRUBBER_000123", + "en" : "raw material [hsh]" + }, + "attributes" : [ "external" ], + "id" : "1136" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000124", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Marvin Auf der Landwehr", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Processed raw materials that are not used for final consumption but as input for the production of finished goods in the system under investigation. Constitutes an entity in the material cost and waste management cost group.", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "material entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "halbfabrikat [hsh]", + "IRI-based" : "DIGITRUBBER_000124", + "en" : "semi-finished product [hsh]" + }, + "attributes" : [ "external" ], + "id" : "1138" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000366", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "10.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Festwalzen-Temperatursteuergerät [dik]", + "IRI-based" : "DIGITRUBBER_000366", + "en" : "Fixed Roll Temperature Control Unit [dik]" + }, + "attributes" : [ "external" ], + "id" : "1139" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000363", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "UO", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "\"A unit which is a standard measure of the average kinetic energy of the particles in a sample of matter.\" [Wikipedia:Wikipedia]", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/UO_0000005", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "24.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "24.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Temperatureinheit [uo]", + "IRI-based" : "DIGITRUBBER_000363", + "en" : "Temperature Unit [uo]" + }, + "attributes" : [ "external" ], + "id" : "1141" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000121", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "shacl", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://www.w3.org/ns/shacl#", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The shapes that the focus nodes need to conform to before a rule is executed on them.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "22.08.2023", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://www.w3.org/ns/shacl#condition", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "22.08.2023", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "quality", + "type" : "label" + } ] + }, + "label" : { + "de" : "zustand [shacl]", + "IRI-based" : "DIGITRUBBER_000121", + "en" : "condition [shacl]" + }, + "attributes" : [ "external" ], + "id" : "1142" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000364", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCTI", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C44276", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "An indication of the type of unit of measure being used to express a temperature.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "24.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "de", + "value" : "Unit of Temperature", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "24.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Temperatureinheit [ncit]", + "IRI-based" : "DIGITRUBBER_000364", + "en" : "Temperature Unit [ncit]" + }, + "attributes" : [ "external" ], + "id" : "1143" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000122", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "ssn", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Used to specify ranges for qualities that act as conditions on a system/sensor's operation. For example, wind speed of 10-60m/s may be used as the condition on a SystemProperty, for example, to state that a sensor has a particular accuracy in that", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://www.w3.org/ns/ssn/systems/", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "22.08.2024", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://www.w3.org/ns/ssn/systems/Condition", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "22.08.2024", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "quality", + "type" : "label" + } ] + }, + "label" : { + "de" : "zustand [ssn]", + "IRI-based" : "DIGITRUBBER_000122", + "en" : "condition [ssn]" + }, + "attributes" : [ "external" ], + "id" : "1144" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000369", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "10.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Stellwalzen-Temperatur [dik]", + "IRI-based" : "DIGITRUBBER_000369", + "en" : "Setting Roll Temperature [dik]" + }, + "attributes" : [ "external" ], + "id" : "1145" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000127", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Marvin Auf der Landwehr", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Parts pf a machine entity unit that are bound to wear out with repetitive use and will require periodic repair or replacement based on maintenance interval in the system under investigation. Constitutes an entity of the maintenance cost and material cost group.", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "material entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "verschleißteil [hsh]", + "IRI-based" : "DIGITRUBBER_000127", + "en" : "wear parts [hsh]" + }, + "attributes" : [ "external" ], + "id" : "1146" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000128", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Marvin Auf der Landwehr", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Materials used to wrap or protect raw materials, semi-finished products, and finished products.", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "material entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "verpackung [hsh]", + "IRI-based" : "DIGITRUBBER_000128", + "en" : "packaging [hsh]" + }, + "attributes" : [ "external" ], + "id" : "1147" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000125", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Marvin Auf der Landwehr", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The product that emerges at the end of the production process of the system under study. Constitutes an entity in the material cost, production cost, and waste management cost group.", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "material entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "endprodukt [hsh]", + "IRI-based" : "DIGITRUBBER_000125", + "en" : "finished product [hsh]" + }, + "attributes" : [ "external" ], + "id" : "1148" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000367", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "10.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Stellwalzen-Temperatursteuergerät [dik]", + "IRI-based" : "DIGITRUBBER_000367", + "en" : "Setting Roll Temperature Control Unit [dik]" + }, + "attributes" : [ "external" ], + "id" : "1149" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000368", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "10.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Festwalzen-Temperatur [dik]", + "IRI-based" : "DIGITRUBBER_000368", + "en" : "Fixed Roll Temperature [dik]" + }, + "attributes" : [ "external" ], + "id" : "1150" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000126", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Marvin Auf der Landwehr", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A duplicate part to replace a lost or damaged part of a machine entity unit in the system under investigation. Constitutes an entity sub-group of the wear parts entity.", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "material entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "ersatzteil [hsh]", + "IRI-based" : "DIGITRUBBER_000126", + "en" : "spare parts [hsh]" + }, + "attributes" : [ "external" ], + "id" : "1151" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000129", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A person who operates a machine entity unit in the system under investigation. Constitutes an entity of the human resource and the production cost group.", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "role", + "type" : "label" + } ] + }, + "label" : { + "de" : "operator [hsh]", + "IRI-based" : "DIGITRUBBER_000129", + "en" : "operator [hsh]" + }, + "attributes" : [ "external" ], + "id" : "366", + "superClasses" : [ "94" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/CHEBI_28798", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "hasDbXref" : [ { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "KEGG:C02321", + "type" : "label" + }, { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "KEGG_COMPOUND", + "type" : "label" + } ], + "charge" : [ { + "identifier" : "charge", + "language" : "undefined", + "value" : "0", + "type" : "label" + } ], + "hasExactSynonym" : [ { + "identifier" : "hasExactSynonym", + "language" : "en", + "value" : "Rubber particle", + "type" : "label" + }, { + "identifier" : "hasExactSynonym", + "language" : "undefined", + "value" : "Rubber particle", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A polymer consisting of cis-linked prenyl units.", + "type" : "label" + } ], + "hasOBONamespace" : [ { + "identifier" : "hasOBONamespace", + "language" : "undefined", + "value" : "chebi_ontology", + "type" : "label" + } ], + "hasRelatedSynonym" : [ { + "identifier" : "hasRelatedSynonym", + "language" : "en", + "value" : "Rubber", + "type" : "label" + }, { + "identifier" : "hasRelatedSynonym", + "language" : "en", + "value" : "Rubber (all-cis)", + "type" : "label" + }, { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "Rubber", + "type" : "label" + }, { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "Rubber (all-cis)", + "type" : "label" + } ], + "formula" : [ { + "identifier" : "formula", + "language" : "undefined", + "value" : "(C5H8)n.H2", + "type" : "label" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "CHEBI:28798", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#3_STAR", + "type" : "iri" + } ], + "hasAlternativeId" : [ { + "identifier" : "hasAlternativeId", + "language" : "undefined", + "value" : "CHEBI:8905", + "type" : "label" + }, { + "identifier" : "hasAlternativeId", + "language" : "undefined", + "value" : "CHEBI:26584", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "CHEBI_28798", + "en" : "rubber particle [chebi]" + }, + "subClasses" : [ "737", "756", "757", "759", "766" ], + "attributes" : [ "external" ], + "id" : "132", + "superClasses" : [ "130" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002356", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "performance status value specification", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A categorical value specification that is an assessment of a participant's performance status (general well-being and activities of daily life).", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://en.wikipedia.org/wiki/Performance_status", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "Performance Status Scale", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0002356", + "undefined" : "performance status value specification" + }, + "subClasses" : [ "887", "889" ], + "attributes" : [ "external" ], + "id" : "287", + "superClasses" : [ "281" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002357", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Eastern Cooperative Oncology Group score value specification", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A performance status value specification designed by the Eastern Cooperative Oncology Group to assess disease progression and its affect on the daily living abilities of the patient.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "NCI BBRB, OBI", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "ECOG score", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0002357", + "undefined" : "Eastern Cooperative Oncology Group score value specification" + }, + "individuals" : [ { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002358", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "3: symptomatic in bed more than 50% of the day but not bed ridden", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "An Eastern Cooperative Oncology Group score value specification indicating a patient is symptomatic and in bed for more than 50% of the day but is not bed ridden.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "NCI BBRB, OBI", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002358", + "undefined" : "3: symptomatic in bed more than 50% of the day but not bed ridden" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002359", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "2: symptomatic but in bed less than 50% of the day", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "An Eastern Cooperative Oncology Group score value specification indicating a patient is symptomatic but is in bed for less than 50% of the day.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "NCI BBRB, OBI", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002359", + "undefined" : "2: symptomatic but in bed less than 50% of the day" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002360", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "4: bed ridden", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "An Eastern Cooperative Oncology Group score value specification indicating a patient is symptomatic and is bed ridden.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "NCI BBRB, OBI", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002360", + "undefined" : "4: bed ridden" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002361", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "0: asymptomatic", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "An Eastern Cooperative Oncology Group score value specification indicating a patient is asymptomatic.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "NCI BBRB, OBI", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002361", + "undefined" : "0: asymptomatic" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002362", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "1: symptomatic but fully ambulatory", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "An Eastern Cooperative Oncology Group score value specification indicating a patient is symptomatic but is fully ambulatory.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "NCI BBRB, OBI", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002362", + "undefined" : "1: symptomatic but fully ambulatory" + } + } ], + "attributes" : [ "external" ], + "id" : "887", + "superClasses" : [ "287" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000130", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCTI", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A person that operates some apparatus or machine.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "22.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C48036", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "22.08.2022", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "role", + "type" : "label" + } ] + }, + "label" : { + "de" : "operator [ncti]", + "IRI-based" : "DIGITRUBBER_000130", + "en" : "operator [ncti]" + }, + "attributes" : [ "external" ], + "id" : "368", + "superClasses" : [ "94" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000372", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Verteilen eines oder mehrerer Bestandteile in Kautschuk, Kautschukblends oder einer kontinuierlichen Phase durch Anwendung von Scherkräften, um optimale und homogene Eigenschaften zu erhalten", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Distribution of one or more ingredients into a rubber, a rubber blend or a continuum material, by the application of shearing forces, in order to confer optimum and uniform properties", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Dispergierung [dik]", + "IRI-based" : "DIGITRUBBER_000372", + "en" : "Dispersion [dik]" + }, + "attributes" : [ "external" ], + "id" : "1156" + }, { + "iri" : "http://purl.obolibrary.org/obo/PATO_0001018", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "physical quality", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A quality of a physical entity that exists through action of continuants at the physical level of organisation in relation to other entities.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/pato.owl", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "PATO_0001018", + "undefined" : "physical quality" + }, + "subClasses" : [ "891", "680", "682", "138" ], + "attributes" : [ "external" ], + "id" : "139", + "superClasses" : [ "157" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000131", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A person who supervises and coordinates the work of employees who set up and operate machine entity units in the system under investigation. Constitutes an entity of the human ressource and the production cost group.", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "role", + "type" : "label" + } ] + }, + "label" : { + "de" : "supervisor [hsh]", + "IRI-based" : "DIGITRUBBER_000131", + "en" : "supervisor [hsh]" + }, + "attributes" : [ "external" ], + "id" : "369", + "superClasses" : [ "94" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000373", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Prozess der irreversiblen Reduzierung der Molmasse des Kautschuks, entweder im rohen oder im gemischten Zustand, durch das Einbringen mechanischer Arbeit (Scherung) und durch atmosphärischen Sauerstoff, manchmal unter Zuhilfenahme von Abbaumitteln und Wärme", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "the molecular mass of a rubber, in either the raw or the mixed state, by the action of mechanical work (shear) and atmospheric oxygen, sometimes assisted by peptizers and heat", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Mastikation [dik]", + "IRI-based" : "DIGITRUBBER_000373", + "en" : "Mastication [dik]" + }, + "attributes" : [ "external" ], + "id" : "1158" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000370", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "radial clearance between the roll surfaces of a mill or calender on a line of centres", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Abstand zwischen den Walzenoberflächen einer Walze oder eines Kalanders, gemessen zwischen den Mittelpunkten", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Walzenspalt [dik]", + "IRI-based" : "DIGITRUBBER_000370", + "en" : "NIP [dik]" + }, + "attributes" : [ "external" ], + "id" : "1160" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000371", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Process of converting a rubber or rubber mix, rubber dough or coagulated latex into a form in which the thickness is small in proportion to the length", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Prozess der Überführung von Kautschuk oder einer Kautschukmischung, Gummilösung oder koaguliertem Latex in eine Form, bei der die Dicke klein gegenüber der Länge ist", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "de", + "value" : "Plattenziehen", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Auswalzen [dik]", + "IRI-based" : "DIGITRUBBER_000371", + "en" : "Sheeting [dik]" + }, + "attributes" : [ "external" ], + "id" : "1162" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000376", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "relative ease with which raw or compounded rubbers can be handled in rubber-processing machinery", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "relative Einfachheit, mit welcher Rohkautschuk oder Kautschukmischungen in einer Maschine zur Kautschukverarbeitung gehandhabt werden kann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Verarbeitbarkeit [dik]", + "IRI-based" : "DIGITRUBBER_000376", + "en" : "Processability [dik]" + }, + "attributes" : [ "external" ], + "id" : "778", + "superClasses" : [ "410" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000134", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A person who supports an operator in the system under investigation. Constitutes an entity of the human ressource and the production cost group.", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "role", + "type" : "label" + } ] + }, + "label" : { + "de" : "hilfskraft [hsh]", + "IRI-based" : "DIGITRUBBER_000134", + "en" : "operational assistant [hsh]" + }, + "attributes" : [ "external" ], + "id" : "359", + "superClasses" : [ "94" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/PATO_0001025", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pressure", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A physical quality that inheres in a bearer by virtue of the bearer's amount of force per unit area it exerts.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/pato.owl", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "PATO_0001025", + "undefined" : "pressure" + }, + "attributes" : [ "external" ], + "id" : "891", + "superClasses" : [ "139" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000135", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A person who handles a company's incoming and outgoing raw materials, semi-finished prodcuts as well as finished products, and who manages stocks in the system under investigation. Constitutes an entity of the human ressource and the storage cost group.", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "role", + "type" : "label" + } ] + }, + "label" : { + "de" : "lagerist [hsh]", + "IRI-based" : "DIGITRUBBER_000135", + "en" : "warehouse clerk [hsh]" + }, + "attributes" : [ "external" ], + "id" : "360", + "superClasses" : [ "94" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000377", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A device for mixing/blending materials or signals.", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Ein Gerät zum Mischen/Vermischen von Materialien oder Signalen.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Mischer [dik]", + "IRI-based" : "DIGITRUBBER_000377", + "en" : "Mixer Device [dik]" + }, + "attributes" : [ "external" ], + "id" : "1165" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000132", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCTI", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "An individual who is responsible for managing or operating a business, organization, team or department.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "22.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C134832", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "22.08.2022", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "role", + "type" : "label" + } ] + }, + "label" : { + "de" : "supervisor [ncti]", + "IRI-based" : "DIGITRUBBER_000132", + "en" : "supervisor [ncti]" + }, + "attributes" : [ "external" ], + "id" : "361", + "superClasses" : [ "94" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000374", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCTI", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The process by which food is torn or crushed by the teeth.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C62062", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "24.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "24.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Mastikation [ncit]", + "IRI-based" : "DIGITRUBBER_000374", + "en" : "Mastication [ncit]" + }, + "attributes" : [ "external" ], + "id" : "1167" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000133", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "m4i", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://w3id.org/nfdi4ing/metadata4ing#", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Designated administrator over one or more groups/teams working to produce a resource, or over one or more steps of a development process", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "22.08.2023", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://w3id.org/nfdi4ing/metadata4ing#Supervisor", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "22.08.2023", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "role", + "type" : "label" + } ] + }, + "label" : { + "de" : "supervisor [m4i]", + "IRI-based" : "DIGITRUBBER_000133", + "en" : "supervisor [m4i]" + }, + "attributes" : [ "external" ], + "id" : "362", + "superClasses" : [ "94" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000375", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "HP", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/GO_0071626", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The process of biting and mashing food with the teeth prior to swallowing.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "24.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/hp.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "24.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Mastikation [hp]", + "IRI-based" : "DIGITRUBBER_000375", + "en" : "Mastication [hp]" + }, + "attributes" : [ "external" ], + "id" : "1169" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000138", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Marvin Auf der Landwehr", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A maintenance metric that measures the average amount of time a non-repairable asset operates before it fails in the system under investigation. Constitutes a factor of the maintenance cost group.", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "mittlere zeit bis zum ausfall [hsh]", + "IRI-based" : "DIGITRUBBER_000138", + "en" : "mean time to failure [hsh]" + }, + "attributes" : [ "external" ], + "id" : "1170" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000139", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Marvin Auf der Landwehr", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A maintenance metric that measures the average time required to troubleshoot and repair failed equipment. Constitutes a factor of the maintenance cost group.", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "mittlere reperaturdauer [hsh]", + "IRI-based" : "DIGITRUBBER_000139", + "en" : "mean time to repair [hsh]" + }, + "attributes" : [ "external" ], + "id" : "1171" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000136", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A person who monitors the quality of incoming and outgoing products or materials in the system under investigation. Constitutes an entity of the human ressource and the production cost group.", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "role", + "type" : "label" + } ] + }, + "label" : { + "de" : "qualitätsprüfer [hsh]", + "IRI-based" : "DIGITRUBBER_000136", + "en" : "quality inspector [hsh]" + }, + "attributes" : [ "external" ], + "id" : "364", + "superClasses" : [ "94" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000378", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCIT", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A mechanical device designed to blend materials or an electronic device designed to blend signals.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C50071", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "24.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "24.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Mischer [ncit]", + "IRI-based" : "DIGITRUBBER_000378", + "en" : "Mixer Device [ncit]" + }, + "attributes" : [ "external" ], + "id" : "1172" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000379", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Eine Mischvorrichtung, die zum mechanischen Mischen von Materialien bestimmt ist.", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A mixer device designed for mechanically mixing/blending materials.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Mechanischer Mischer [dik]", + "IRI-based" : "DIGITRUBBER_000379", + "en" : "Mechanical Mixer [dik]" + }, + "attributes" : [ "external" ], + "id" : "1173" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000137", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Marvin Auf der Landwehr", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A mode of transport that is employed to transport raw materials, semi-finished goods and finished goods within the system under investigation.", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "material entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "fördermittel [hsh]", + "IRI-based" : "DIGITRUBBER_000137", + "en" : "conveyor vehicle [hsh]" + }, + "attributes" : [ "external" ], + "id" : "1174" + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0001034", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "environmental control device", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "undefined", + "value" : "A growth chamber is an environmental control device.", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "An environmental control device is a device which has the function to control some aspect of the environment such as temperature, or humidity.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Helen Parkinson", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "OBI", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0001034", + "undefined" : "environmental control device" + }, + "subClasses" : [ "268" ], + "intersection" : [ "198" ], + "attributes" : [ "external", "intersection" ], + "id" : "685", + "superClasses" : [ "198" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000380", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCIT", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C172142", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A mechanical component designed to blend materials.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "24.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "24.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Mechanischer Mischer [ncit]", + "IRI-based" : "DIGITRUBBER_000380", + "en" : "Mechanical Mixer [ncit]" + }, + "attributes" : [ "external" ], + "id" : "1175" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000383", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Mischkammer [dik]", + "IRI-based" : "DIGITRUBBER_000383", + "en" : "Mixing Chamber [dik]" + }, + "attributes" : [ "external" ], + "id" : "1179" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000141", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "iiRDS", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://iirds.tekom.de/iirds#", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Type of planning time: Fixed time interval for the scheduled maintenance of a technical system or its parts.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "15.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://iirds.tekom.de/iirds#MaintenanceInterval", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "wartungsintevall", + "IRI-based" : "DIGITRUBBER_000141", + "en" : "maintenance interval [iirds]" + }, + "comment" : { + "en" : "rdfs:comment" + }, + "attributes" : [ "external" ], + "id" : "1180" + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002363", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Karnofsky score vaue specification", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A performance status value specification designed for classifying patients 16 years of age or older by their functional impairment.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "NCI BBRB, OBI", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "Karnofsky Score", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0002363", + "undefined" : "Karnofsky score vaue specification" + }, + "individuals" : [ { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002366", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "60-70: symptomatic but in bed less than 50% of the day", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A Karnofsky score vaue specification indicating that a patient is symptomatic but in bed less than 50% of the day.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "NCI BBRB, OBI", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002366", + "undefined" : "60-70: symptomatic but in bed less than 50% of the day" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002367", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "40-50: symptomatic, in bed more than 50% of the day, but not bed ridden", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A Karnofsky score vaue specification indicating that a patient is symptomatic, in bed more than 50% of the day, but not bed ridden.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "NCI BBRB, OBI", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002367", + "undefined" : "40-50: symptomatic, in bed more than 50% of the day, but not bed ridden" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002364", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "100: asymptomatic", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A Karnofsky score vaue specification indicating that a patient is asymptomatic.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "NCI BBRB, OBI", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002364", + "undefined" : "100: asymptomatic" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002365", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "80-90: symptomatic but fully ambulatory", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A Karnofsky score vaue specification indicating that a patient is symptomatic but fully ambulatory.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "NCI BBRB, OBI", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002365", + "undefined" : "80-90: symptomatic but fully ambulatory" + } + } ], + "attributes" : [ "external" ], + "id" : "889", + "superClasses" : [ "287" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000142", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Marvin Auf der Landwehr", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The averafe time that is required to conduct scheduled maintenance activities for a machine entity unit. Constitutes a factor of the maintenance cost group.", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "wartungsdauer [hsh]", + "IRI-based" : "DIGITRUBBER_000142", + "en" : "maintenance duration [hsh]" + }, + "attributes" : [ "external" ], + "id" : "1182" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000384", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Klappsattel [dik]", + "IRI-based" : "DIGITRUBBER_000384", + "en" : "Drop Door [dik]" + }, + "attributes" : [ "external" ], + "id" : "1183" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000381", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "identifier" : [ { + "identifier" : "identifier", + "language" : "undefined", + "value" : "DIN ISO 1382:2016-07", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "machine with temperature controls containing one or more rotors operating in a closed cavity used to masticate and/or to incorporate and disperse compounding ingredients into the rubber", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "de", + "value" : "Maschine mit Temperaturregelung, welche einen oder mehrere Rotoren in einer geschlossenen Kammer beinhaltet und zum Mastizieren und/oder zur Einarbeitung und Dispersion von Mischungsbestandteilen in den Kautschuk genutzt wird", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "de", + "value" : "Kneter", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "03.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Innenmischer [dik]", + "IRI-based" : "DIGITRUBBER_000381", + "en" : "Internal Mixer [dik]" + }, + "attributes" : [ "external" ], + "id" : "1185" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000140", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The schedule for all anticipated maintenance activities regarding machine entites within the system under investigation. Constitutes a factor of the maintenance cost group.", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "wartungsintevall [hsh]", + "IRI-based" : "DIGITRUBBER_000140", + "en" : "maintenance interval [hsh]" + }, + "attributes" : [ "external" ], + "id" : "1187" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000382", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Rotor [dik]", + "IRI-based" : "DIGITRUBBER_000382", + "en" : "Rotor [dik]" + }, + "attributes" : [ "external" ], + "id" : "1188" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000145", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Lars M Vogt", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "ENM", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A composite particle, comprising of strongly bound or fused smaller particles, where the resulting external surface area may be significantly smaller than the sum of calculated surface areas of the individual components.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.enanomapper.org/onto/ENM_9000002", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "31.09.2023", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://enanomapper.github.io/ontologies/releases/10.0/enanomapper.owl", + "type" : "iri" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "2023-09-01T09:55:19.791625Z", + "type" : "label" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "ENM:9000002", + "type" : "label" + } ] + }, + "label" : { + "de" : "Aggregat", + "IRI-based" : "DIGITRUBBER_000145", + "en" : "aggregate [enm]" + }, + "attributes" : [ "external" ], + "id" : "639", + "superClasses" : [ "252" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000387", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Rotor-Temperatursteuergerät [dik]", + "IRI-based" : "DIGITRUBBER_000387", + "en" : "Rotor Temperature Control Unit [dik]" + }, + "attributes" : [ "external" ], + "id" : "1190" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000146", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Lars M Vogt", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "ENM", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.enanomapper.org/onto/ENM_9000001", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A collection of weakly bound particles or aggregates where the resulting surface area is similar to the sum of the surface areas of the individual components.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "31.09.2023", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://enanomapper.github.io/ontologies/releases/10.0/enanomapper.owl", + "type" : "iri" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "2023-09-01T10:05:41.878142Z", + "type" : "label" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "ENM:9000001", + "type" : "label" + } ] + }, + "label" : { + "de" : "Agglomerat", + "IRI-based" : "DIGITRUBBER_000146", + "en" : "agglomerate [enm]" + }, + "attributes" : [ "external" ], + "id" : "152", + "superClasses" : [ "130" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000388", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Rotor-Temperatur [dik]", + "IRI-based" : "DIGITRUBBER_000388", + "en" : "Rotor Temperature [dik]" + }, + "attributes" : [ "external" ], + "id" : "1191" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000143", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Marvin Auf der Landwehr", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The amount of electricity (kw/h) that is consumed by all entities in the system under investigation. Constitutes a factor of the energy cost, storage cost and production cost group.", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "stromverbrauch [hsh]", + "IRI-based" : "DIGITRUBBER_000143", + "en" : "energy consumption [hsh]" + }, + "attributes" : [ "external" ], + "id" : "1192" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000385", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Stempel [dik]", + "IRI-based" : "DIGITRUBBER_000385", + "en" : "Stamp [dik]" + }, + "attributes" : [ "external" ], + "id" : "1193" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000386", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Rotor-Drehzahl [dik]", + "IRI-based" : "DIGITRUBBER_000386", + "en" : "Rotor Speed [dik]" + }, + "attributes" : [ "external" ], + "id" : "1194" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000144", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Marvin Auf der Landwehr", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The expenditure that incurs for acquiring a single unit of an entity sub-group in the system under investigation. Constitutes a factor of the maintenance cost, material cost, and storage cost group.", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "stückkosten [hsh]", + "IRI-based" : "DIGITRUBBER_000144", + "en" : "unit cost [hsh]" + }, + "attributes" : [ "external" ], + "id" : "1195" + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0200000", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "data transformation", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "undefined", + "value" : "The application of a clustering protocol to microarray data or the application of a statistical testing method on a primary data set to determine a p-value.", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A planned process that produces output data from input data.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/obi.owl", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000122", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Philippe Rocca-Serra", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "Ryan Brinkman", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "Melanie Courtot", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "James Malone", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "Richard Scheuermann", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "Elisabetta Manduchi", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "Helen Parkinson", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "Tina Hernandez-Boussard", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "en", + "value" : "Branch editors", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "data analysis", + "type" : "label" + }, { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "data processing", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0200000", + "en" : "data transformation" + }, + "subClasses" : [ "689", "693", "696", "220", "242" ], + "attributes" : [ "external" ], + "id" : "243", + "superClasses" : [ "236" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000147", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Lars M Vogt", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "AFM", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A particle in the physical sciences is a small localized object to which can be ascribed physical properties. [Wikipedia]", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.allotrope.org/ontologies/material#AFM_0000435", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "31.09.2023", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.allotrope.org/voc/afo/merged/REC/2023/06/merged-without-qudt-and-inferred", + "type" : "iri" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "2023-09-01T10:30:08.82821Z", + "type" : "label" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "AFM:0000435", + "type" : "label" + } ] + }, + "label" : { + "de" : "Partikel (Physik)", + "IRI-based" : "DIGITRUBBER_000147", + "en" : "particle (physics) [afo]" + }, + "attributes" : [ "external" ], + "id" : "1196" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000389", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Mischkammer-Temperatursteuergerät [dik]", + "IRI-based" : "DIGITRUBBER_000389", + "en" : "Mixing Chamber Temperature Control Unit [dik]" + }, + "attributes" : [ "external" ], + "id" : "1197" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000148", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCIT", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A structure that has a roof and walls and stands more or less permanently in one place.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "22.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C80231", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "22.08.2022", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "material entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "Gebäude", + "IRI-based" : "DIGITRUBBER_000148", + "en" : "building" + }, + "attributes" : [ "external" ], + "id" : "1198" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000390", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Mischkammer-Temperatur [dik]", + "IRI-based" : "DIGITRUBBER_000390", + "en" : "Mixing Chamber Temperature [dik]" + }, + "attributes" : [ "external" ], + "id" : "1199" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000391", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Klappsattel-Temperatursteuergerät [dik]", + "IRI-based" : "DIGITRUBBER_000391", + "en" : "Drop Door Temperature Control Unit [dik]" + }, + "attributes" : [ "external" ], + "id" : "1200" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000394", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Stempel-Temperatur [dik]", + "IRI-based" : "DIGITRUBBER_000394", + "en" : "Stamp Temperature [dik]" + }, + "attributes" : [ "external" ], + "id" : "1201" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000152", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Marvin Auf der Landwehr", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "All costs that are derived from costs groups that are directly related to the production of goods in the system under study.", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "direkte kosten [hsh]", + "IRI-based" : "DIGITRUBBER_000152", + "en" : "direct cost [hsh]" + }, + "attributes" : [ "external" ], + "id" : "1202" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000153", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCTI", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Costs that can be identified with a particular project or program.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "22.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C19579", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "22.08.2022", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "direkte kosten", + "IRI-based" : "DIGITRUBBER_000153", + "en" : "direct cost" + }, + "attributes" : [ "external" ], + "id" : "1203" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000395", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Drehmoment [dik]", + "IRI-based" : "DIGITRUBBER_000395", + "en" : "Torque [dik]" + }, + "attributes" : [ "external" ], + "id" : "1204" + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000112", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "specimen role", + "type" : "label" + } ], + "IAO_0000233" : [ { + "identifier" : "IAO_0000233", + "language" : "undefined", + "value" : "https://github.com/obi-ontology/obi/issues/1013", + "type" : "iri" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "undefined", + "value" : "liver section; a portion of a culture of cells; a nemotode or other animal once no longer a subject (generally killed); portion of blood from a patient.", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "a role borne by a material entity that is gained during a specimen collection process and that can be realized by use of the specimen in an investigation", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000122", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "GROUP: Role Branch", + "type" : "label" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "undefined", + "value" : "Note: definition is in specimen creation objective which is defined as an objective to obtain and store a material entity for potential use as an input during an investigation.", + "type" : "label" + }, { + "identifier" : "IAO_0000116", + "language" : "en", + "value" : "parasite example\n- when parasite in people we study people, people are subjects and parasites are specimen\n- when parasite extracted, they become subject in the following study\nspecimen can later be subject.", + "type" : "label" + }, { + "identifier" : "IAO_0000116", + "language" : "undefined", + "value" : "22Jun09. The definition includes whole organisms, and can include a human. The link between specimen role and study subject role has been removed. A specimen taken as part of a case study is not considered to be a population representative, while a specimen taken as representing a population, e.g. person taken from a cohort, blood specimen taken from an animal) would be considered a population representative and would also bear material sample role.", + "type" : "label" + }, { + "identifier" : "IAO_0000116", + "language" : "en", + "value" : "blood taken from animal: animal continues in study, whereas blood has role specimen.\nsomething taken from study subject, leaves the study and becomes the specimen.", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "OBI", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0000112", + "en" : "specimen role" + }, + "attributes" : [ "external" ], + "id" : "264", + "superClasses" : [ "94" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000150", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Marvin Auf der Landwehr", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The amount of raw materials, semi-finisehd products or finished products passing through a machine entity in the time X in the system under investigation.", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "durchsatz [hsh]", + "IRI-based" : "DIGITRUBBER_000150", + "en" : "throughput [hsh]" + }, + "attributes" : [ "external" ], + "id" : "1205" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000392", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Klappsattel-Temperatur [dik]", + "IRI-based" : "DIGITRUBBER_000392", + "en" : "Drop Door Temperature [dik]" + }, + "attributes" : [ "external" ], + "id" : "1206" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000151", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Marvin Auf der Landwehr", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "All costs that are derived from costs groups encompassing overhead charges or subsidiary work.", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "information content entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "indirekte kosten [hsh]", + "IRI-based" : "DIGITRUBBER_000151", + "en" : "indirect cost [hsh]" + }, + "attributes" : [ "external" ], + "id" : "1207" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000393", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Stempel-Temperatursteuergerät [dik]", + "IRI-based" : "DIGITRUBBER_000393", + "en" : "Stamp Temperature Control Unit [dik]" + }, + "attributes" : [ "external" ], + "id" : "1208" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000156", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCTI", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The property used in conjunction with a nutrient or food component, typically expressed in gram (g), milligram (mg), microgram (mcg), joule, or kilojoule.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "22.08.2019", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C68553", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "22.08.2019", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "material entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "einheit [ncti]", + "IRI-based" : "DIGITRUBBER_000156", + "en" : "unit [ncti]" + }, + "attributes" : [ "external" ], + "id" : "1209" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000398", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "hasExactSynonym" : [ { + "identifier" : "hasExactSynonym", + "language" : "undefined", + "value" : "Nm", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Newtonmeter [dik]", + "IRI-based" : "DIGITRUBBER_000398", + "en" : "Newtonmeter [dik]" + }, + "attributes" : [ "external" ], + "id" : "1210" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000399", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Rotor-Drehmoment [dik]", + "IRI-based" : "DIGITRUBBER_000399", + "en" : "Rotor Torque [dik]" + }, + "attributes" : [ "external" ], + "id" : "1211" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000157", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCTI", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A single undivided thing occurring in the composition of something else.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "22.08.2020", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C44278", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "22.08.2020", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "material entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "einheit [ncti]", + "IRI-based" : "DIGITRUBBER_000157", + "en" : "unit [ncti]" + }, + "attributes" : [ "external" ], + "id" : "1212" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000396", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "UO", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://www.ontology-of-units-of-measure.org/resource/om-2/Torque", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Torque is the effectiveness of a force to produce rotation about an axis, measured by the product of the force and the perpendicular distance from the line of action of the force to the axis.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "24.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://www.ontology-of-units-of-measure.org/resource/om-2", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "24.08.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Drehmoment [om]", + "IRI-based" : "DIGITRUBBER_000396", + "en" : "Torque [om]" + }, + "attributes" : [ "external" ], + "id" : "1213" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000154", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Marvin Auf der Landwehr", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A single system element (e.g., extruder 1, tool 1) within an entity sub-group in the system under investigation.", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "material entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "einheit [hsh]", + "IRI-based" : "DIGITRUBBER_000154", + "en" : "unit [hsh]" + }, + "attributes" : [ "external" ], + "id" : "1214" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000397", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Alexander Aschemann", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "21.05.2022", + "type" : "label" + } ] + }, + "label" : { + "de" : "Drehmoment Einheit [dik]", + "IRI-based" : "DIGITRUBBER_000397", + "en" : "Torque Unit [dik]" + }, + "attributes" : [ "external" ], + "id" : "1215" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000155", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCTI", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A property representing the unit of measure in which a nutrient or food component is typically expressed, ex., gram (g), minigram (mg), microgram (mcg), joule, or kilojoule.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "22.08.2018", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_P355", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "22.08.2018", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "material entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "einheit [ncti]", + "IRI-based" : "DIGITRUBBER_000155", + "en" : "unit [ncti]" + }, + "attributes" : [ "external" ], + "id" : "1216" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000158", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "SD", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Class designed to distinguish the different types of units that are available in variables from datasets or parameters", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "https://w3id.org/okn/o/sd", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "22.08.2021", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://w3id.org/okn/o/sd#Unit", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "22.08.2021", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "material entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "einheit [sd]", + "IRI-based" : "DIGITRUBBER_000158", + "en" : "unit [sd]" + }, + "attributes" : [ "external" ], + "id" : "1217" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000159", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "UO", + "type" : "label" + } ], + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/uo.owl", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "\"A unit of measurement is a standardized quantity of a physical quality.\" [Wikipedia:Wikipedia]", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "22.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/UO_0000000", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "22.08.2022", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "material entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "einheit [uo]", + "IRI-based" : "DIGITRUBBER_000159", + "en" : "unit [uo]" + }, + "attributes" : [ "external" ], + "id" : "1218" + }, { + "iri" : "http://purl.obolibrary.org/obo/CHEBI_38101", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "hasDbXref" : [ { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "ChEBI", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "Any organonitrogen compound containing a cyclic component with nitrogen and at least one other element as ring member atoms.", + "type" : "label" + } ], + "hasOBONamespace" : [ { + "identifier" : "hasOBONamespace", + "language" : "undefined", + "value" : "chebi_ontology", + "type" : "label" + } ], + "hasRelatedSynonym" : [ { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "heterocyclic organonitrogen compounds", + "type" : "label" + }, { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "organonitrogen heterocyclic compounds", + "type" : "label" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "CHEBI:38101", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#3_STAR", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "CHEBI_38101", + "undefined" : "organonitrogen heterocyclic compound" + }, + "subClasses" : [ "313" ], + "attributes" : [ "external" ], + "id" : "165", + "superClasses" : [ "163", "213" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002306", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pathologic distant metastases stage for kidney according to AJCC 7th edition", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A categorical value specification that is a pathologic finding about one or more characteristics of renal cancer following the rules of the TNM AJCC v7 classification system as they pertain to distant metastases. TNM pathologic distant metastasis findings are based on clinical findings supplemented by histopathologic examination of one or more tissue specimens acquired during surgery.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "NCI BBRB, OBI", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "M: kidney distant Metastases (AJCC 7th Edition)", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0002306", + "undefined" : "pathologic distant metastases stage for kidney according to AJCC 7th edition" + }, + "individuals" : [ { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002307", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "cM0 (kidney)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic distant metastases stage for kidney according to AJCC 7th edition indicating that there is no distant metastasis.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_m/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002307", + "undefined" : "cM0 (kidney)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002308", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "cM1 (kidney)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic distant metastases stage for kidney according to AJCC 7th edition indicating that there are distant metastases based on clinical assessment.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_m/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002308", + "undefined" : "cM1 (kidney)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002309", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pM1 (kidney)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic distant metastases stage for kidney according to AJCC 7th edition indicating that there is a distant metastases that is histologically confirmed.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/kidney_parenchyma/path_m/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002309", + "undefined" : "pM1 (kidney)" + } + } ], + "attributes" : [ "external" ], + "id" : "291", + "superClasses" : [ "281" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000160", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Marvin Auf der Landwehr", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A machine that pushes unvulcanized rubber compounds through an extrusion die under pressure. Constitutes an entity sub-group of the machine entity.", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "material entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "extruder [hsh]", + "IRI-based" : "DIGITRUBBER_000160", + "en" : "extruder [hsh]" + }, + "attributes" : [ "external" ], + "id" : "1219" + }, { + "iri" : "http://purl.obolibrary.org/obo/CHEBI_38106", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "hasDbXref" : [ { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "ChEBI", + "type" : "label" + } ], + "hasOBONamespace" : [ { + "identifier" : "hasOBONamespace", + "language" : "undefined", + "value" : "chebi_ontology", + "type" : "label" + } ], + "hasRelatedSynonym" : [ { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "heterocyclic organosulfur compounds", + "type" : "label" + }, { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "organosulfur heterocyclic compounds", + "type" : "label" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "CHEBI:38106", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#3_STAR", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "CHEBI_38106", + "undefined" : "organosulfur heterocyclic compound" + }, + "subClasses" : [ "51" ], + "attributes" : [ "external" ], + "id" : "468", + "superClasses" : [ "258", "213" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000163", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Marvin Auf der Landwehr", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A pneumtaic machine that cuts rubber materials. Constitutes an entity sub-group of the machine entity.", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "material entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "schneidemaschine [hsh]", + "IRI-based" : "DIGITRUBBER_000163", + "en" : "cutter [hsh]" + }, + "attributes" : [ "external" ], + "id" : "1220" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000164", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Marvin Auf der Landwehr", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A machine that combines a series of hard pressure rollers used to finish or smooth a sheet of rubber material. Constitutes an entity sub-group of the machine entity.", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "material entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "Kalandar [hsh]", + "IRI-based" : "DIGITRUBBER_000164", + "en" : "calandar [hsh]" + }, + "attributes" : [ "external" ], + "id" : "1221" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000161", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Marvin Auf der Landwehr", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A machine that mixes polymers and additives in the manufacture of plastic and rubber products. Constitutes an entity sub-group of the machine entity.", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "material entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "Knetmaschine [hsh]", + "IRI-based" : "DIGITRUBBER_000161", + "en" : "banbury mixer [hsh]" + }, + "attributes" : [ "external" ], + "id" : "1222" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000162", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Marvin Auf der Landwehr", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A machine that assembles assembles all components and semi-finished products to produce a tyre. Constitutes an entity sub-group of the machine entity.", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "material entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "reifenproduktionsmaschine [hsh]", + "IRI-based" : "DIGITRUBBER_000162", + "en" : "tire building machine [hsh]" + }, + "attributes" : [ "external" ], + "id" : "1223" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000167", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Marvin Auf der Landwehr", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A machine that is measures the tire uniformity for complete vehicle wheels and determines the radial and lateral force fluctuations of the rolling wheel. Constitutes an entity sub-group of the machine entity.", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "material entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "gleichförmigkeitsmessautomat [hsh]", + "IRI-based" : "DIGITRUBBER_000167", + "en" : "uniformity grading machine [hsh]" + }, + "attributes" : [ "external" ], + "id" : "1225" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000168", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Marvin Auf der Landwehr", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A powered industrial truck used to lift and move materials over short distances. Constitutes an entity sub-group of the conveyor vehicle entity.", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "material entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "gabelstapler [hsh]", + "IRI-based" : "DIGITRUBBER_000168", + "en" : "forklift [hsh]" + }, + "attributes" : [ "external" ], + "id" : "1226" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000165", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Marvin Auf der Landwehr", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "An automated system that transports good to, within and from storage areas. Constitutes an entity sub-group of the machine entity.", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "material entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "lagerroboter [hsh]", + "IRI-based" : "DIGITRUBBER_000165", + "en" : "storage robot [hsh]" + }, + "attributes" : [ "external" ], + "id" : "1227" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000166", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Marvin Auf der Landwehr", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "An overhead crane with a girder configuration supported by freestanding legs that move on wheels to transport goods. Constitutes an entity sub-group of the machine entity.", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "material entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "portalkran [hsh]", + "IRI-based" : "DIGITRUBBER_000166", + "en" : "gantry crane [hsh]" + }, + "attributes" : [ "external" ], + "id" : "1228" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000169", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Marvin Auf der Landwehr", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A continuous moving strip or surface that is used for transporting objects between different destinations. Constitutes an entity sub-group of the conveyor vehicle entity.", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "material entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "fördertechnik [hsh]", + "IRI-based" : "DIGITRUBBER_000169", + "en" : "conveyor [hsh]" + }, + "attributes" : [ "external" ], + "id" : "1229" + }, { + "iri" : "http://purl.obolibrary.org/obo/PATO_0001291", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "electromagnetic (EM) radiation quality", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/pato.owl", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A physical quality that inheres in an bearer by virtue of how that bearer interacts with electromagnetic radiation.", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "PATO_0001291", + "undefined" : "electromagnetic (EM) radiation quality" + }, + "subClasses" : [ "635" ], + "attributes" : [ "external" ], + "id" : "636", + "superClasses" : [ "682" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/CHEBI_60004", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "hasDbXref" : [ { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "ChEBI", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A mixture is a chemical substance composed of multiple molecules, at least two of which are of a different kind.", + "type" : "label" + } ], + "hasRelatedSynonym" : [ { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "Mischung", + "type" : "label" + }, { + "identifier" : "hasRelatedSynonym", + "language" : "de", + "value" : "Mischung", + "type" : "label" + } ], + "hasOBONamespace" : [ { + "identifier" : "hasOBONamespace", + "language" : "undefined", + "value" : "chebi_ontology", + "type" : "label" + } ], + "id" : [ { + "identifier" : "id", + "language" : "undefined", + "value" : "CHEBI:60004", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi#3_STAR", + "type" : "iri" + } ] + }, + "label" : { + "de" : "Mischung", + "IRI-based" : "CHEBI_60004", + "en" : "mixture" + }, + "subClasses" : [ "639", "130", "642", "646", "651" ], + "attributes" : [ "external" ], + "id" : "252", + "superClasses" : [ "203" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000371", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "heat function", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A heat function is a function that increases the internal kinetic energy of a material", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000122", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Frank Gibson", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Melanie Courtot", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Daniel Schober", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Bill Bug", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0000371", + "en" : "heat function" + }, + "attributes" : [ "external" ], + "id" : "12", + "superClasses" : [ "13" ] + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002314", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "clinical tumor stage group according to AJCC 7th edition", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A categorical value specification that is an assessment of the stage of a cancer according to the American Joint Committee on Cancer (AJCC) v7 staging systems.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "NCI BBRB, OBI", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "Clinical tumor stage group (AJCC 7th Edition)", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0002314", + "undefined" : "clinical tumor stage group according to AJCC 7th edition" + }, + "individuals" : [ { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002322", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Stage IIIB (AJCC 7th)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A clinical tumor stage group according to AJCC 7th edition indicating cancers with increasing tumor or nodal extent greater than in Stage II and with differing characteristics from IIIA and IIIC.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://en.wikipedia.org/wiki/Cancer_staging", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "Stage IIIB", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002322", + "undefined" : "Stage IIIB (AJCC 7th)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002323", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Stage IIIC (AJCC 7th)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A clinical tumor stage group according to AJCC 7th edition indicating cancers with increasing tumor or nodal extent greater than in Stage II and with differing characteristics from IIIA and IIIB.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://en.wikipedia.org/wiki/Cancer_staging", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "Stage IIIC", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002323", + "undefined" : "Stage IIIC (AJCC 7th)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002324", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Stage IVA (AJCC 7th)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A clinical tumor stage group according to AJCC 7th edition indicating cancers in patients who present with distant metastases at diagnosis and with differing characteristics from IVB.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://en.wikipedia.org/wiki/Cancer_staging", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "Stage IVA", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002324", + "undefined" : "Stage IVA (AJCC 7th)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002325", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Stage IVB (AJCC 7th)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A clinical tumor stage group according to AJCC 7th edition indicating cancers in patients who present with distant metastases at diagnosis and with differing characteristics from IVA.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://en.wikipedia.org/wiki/Cancer_staging", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "Stage IVB", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002325", + "undefined" : "Stage IVB (AJCC 7th)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002315", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Occult Carcinoma (AJCC 7th)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A clinical tumor stage group according to AJCC 7th edition indicating a small carcinoma, either asymptomatic or giving rise to metastases without symptoms due to the primary carcinoma.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://www.medilexicon.com/dictionary/14371", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "Occult Carcinoma", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002315", + "undefined" : "Occult Carcinoma (AJCC 7th)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002316", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Stage 0 (AJCC 7th)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A clinical tumor stage group according to AJCC 7th edition indicating a carcinoma in situ (or melanoma in situ for melanoma of the skin or germ cell neoplasia in situ for testicular germ cell tumors) and generally is considered to have no metastatic potential.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://en.wikipedia.org/wiki/Cancer_staging", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "Stage 0", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002316", + "undefined" : "Stage 0 (AJCC 7th)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002317", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Stage I (AJCC 7th)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A clinical tumor stage group according to AJCC 7th edition indicating cancers that are smaller or less deeply invasive without regional disease or nodes.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://en.wikipedia.org/wiki/Cancer_staging", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "Stage I", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002317", + "undefined" : "Stage I (AJCC 7th)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002318", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Stage IIA (AJCC 7th)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A clinical tumor stage group according to AJCC 7th edition indicating cancers with increasing tumor or nodal extent but less than in Stage III and with differing characteristics from IIB and IIC.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://en.wikipedia.org/wiki/Cancer_staging", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "Stage IIA", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002318", + "undefined" : "Stage IIA (AJCC 7th)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002319", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Stage IIB (AJCC 7th)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A clinical tumor stage group according to AJCC 7th edition indicating cancers with increasing tumor or nodal extent but less than in Stage III and with differing characteristics from IIA and IIC.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://en.wikipedia.org/wiki/Cancer_staging", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "Stage IIB", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002319", + "undefined" : "Stage IIB (AJCC 7th)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002320", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Stage IIC (AJCC 7th)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A clinical tumor stage group according to AJCC 7th edition indicating cancers with increasing tumor or nodal extent but less than in Stage III and with differing characteristics from IIA and IIB.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://en.wikipedia.org/wiki/Cancer_staging", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "Stage IIC", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002320", + "undefined" : "Stage IIC (AJCC 7th)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002321", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Stage IIIA (AJCC 7th)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A clinical tumor stage group according to AJCC 7th edition indicating cancers with increasing tumor or nodal extent greater than in Stage II and with differing characteristics from IIIB and IIIC.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://en.wikipedia.org/wiki/Cancer_staging", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "Stage IIIA", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002321", + "undefined" : "Stage IIIA (AJCC 7th)" + } + } ], + "attributes" : [ "external" ], + "id" : "288", + "superClasses" : [ "281" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000170", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Marvin Auf der Landwehr", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A small truck for lifting and transporting loads. Constitutes an entity sub-group of the conveyor vehicle entity.", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "material entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "hubwagen [hsh]", + "IRI-based" : "DIGITRUBBER_000170", + "en" : "lift truck [hsh]" + }, + "attributes" : [ "external" ], + "id" : "1230" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000171", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Marvin Auf der Landwehr", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "An object shaped for repair and installation purposes, with the help of which something is processed or manufactured.Constitutes an entity sub-group of the wear parts entity.", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "material entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "wekzeuge [hsh]", + "IRI-based" : "DIGITRUBBER_000171", + "en" : "tools [hsh]" + }, + "attributes" : [ "external" ], + "id" : "1231" + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000379", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "mechanical function", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A mechanical function is a function that is realised via mechanical work (through an certain amount of energy transferred by some force).", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000122", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Bill Bug", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Frank Gibson", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Daniel Schober", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Melanie Courtot", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "en", + "value" : "http://en.wikipedia.org/wiki/Mechanical_work", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0000379", + "en" : "mechanical function" + }, + "attributes" : [ "external" ], + "id" : "17", + "superClasses" : [ "13" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000174", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Marvin Auf der Landwehr", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Equipment that is employed for producing light in the system under investigation. Constitutes an entity sub-group of the building entity.", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "material entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "beleuchtung [hsh]", + "IRI-based" : "DIGITRUBBER_000174", + "en" : "lighting [hsh]" + }, + "attributes" : [ "external" ], + "id" : "1232" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000175", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Marvin Auf der Landwehr", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Equipment that is employed for cooling and heating in the system under investigation. Constitutes an entity sub-group of the building entity.", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "material entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "klimatisierung [hsh]", + "IRI-based" : "DIGITRUBBER_000175", + "en" : "air conditioning [hsh]" + }, + "attributes" : [ "external" ], + "id" : "1233" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000172", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Marvin Auf der Landwehr", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A set of small wear parts required to maintain and repair a machine entity. Constitutes an entity sub-group of the wear parts entity.", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "material entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "kleinteile [hsh]", + "IRI-based" : "DIGITRUBBER_000172", + "en" : "small parts [hsh]" + }, + "attributes" : [ "external" ], + "id" : "1234" + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002310", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pathologic distant metastases stage for ovary according to AJCC 7th edition", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A categorical value specification that is a pathologic finding about one or more characteristics of ovarian cancer following the rules of the TNM AJCC v7 classification system as they pertain to distant metastases. TNM pathologic distant metastasis findings are based on clinical findings supplemented by histopathologic examination of one or more tissue specimens acquired during surgery.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "NCI BBRB, OBI", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "M: ovarian distant metastases (AJCC 7th Edition)", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0002310", + "undefined" : "pathologic distant metastases stage for ovary according to AJCC 7th edition" + }, + "individuals" : [ { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002311", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "cM0 (ovary)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic distant metastases stage for ovary according to AJCC 7th edition indicating that there is no distant metastasis.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_m/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002311", + "undefined" : "cM0 (ovary)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002312", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "cM1 (ovary)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic distant metastases stage for ovary according to AJCC 7th edition indicating that there is distant metastasis except peritoneal metastasis based on clinical assessment.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_m/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002312", + "undefined" : "cM1 (ovary)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002313", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "pM1 (ovary)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A pathologic distant metastases stage for ovary according to AJCC 7th edition indicating that there is distant metastasis except peritoneal metastasis that is histologically confirmed.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://staging.seer.cancer.gov/tnm/input/1.0/ovary/path_m/", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002313", + "undefined" : "pM1 (ovary)" + } + } ], + "attributes" : [ "external" ], + "id" : "300", + "superClasses" : [ "281" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000173", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Components required to maintain and repair a machine entity. Constitutes an entity sub-group of the wear parts entity.", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "material entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "ganze komponenten [hsh]", + "IRI-based" : "DIGITRUBBER_000173", + "en" : "whole components [hsh]" + }, + "attributes" : [ "external" ], + "id" : "1235" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000178", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCIT", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The natural extract of tropical rubber plants.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "22.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C106043", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "22.08.2022", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "material entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "naturkautschuk [ncti]", + "IRI-based" : "DIGITRUBBER_000178", + "en" : "narural rubber [ncti]" + }, + "attributes" : [ "external" ], + "id" : "1236" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000179", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Marvin Auf der Landwehr", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Any of several substances similar to natural rubber in properties and uses, produced synthetically. Constitutes an entity sub-group of the raw material entity.", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "material entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "synthetikkautschuk [hsh]", + "IRI-based" : "DIGITRUBBER_000179", + "en" : "Synthetic rubber [hsh]" + }, + "subClasses" : [ "491", "474", "476", "383", "387", "390", "392", "394" ], + "attributes" : [ "external" ], + "id" : "384" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000176", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Marvin Auf der Landwehr", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Equipment that is employed for managerial purposes in the system under investigation.", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "material entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "büroausstattung [hsh]", + "IRI-based" : "DIGITRUBBER_000176", + "en" : "office equipment [hsh]" + }, + "attributes" : [ "external" ], + "id" : "1237" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000177", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Marvin Auf der Landwehr", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "An elastic material obtained from the latex sap of trees. Constitutes an entity sub-group of the raw material entity.", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "material entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "naturkautschuk [hsh]", + "IRI-based" : "DIGITRUBBER_000177", + "en" : "narural rubber [hsh]" + }, + "attributes" : [ "external" ], + "id" : "1238" + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002326", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "International Federation of Gynecology and Obstetrics cervical cancer stage value specification", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A categorical value specification that is an assessment of the stage of a gynecologic cancer according to the International Federation of Gynecology and Obstetrics (FIGO) staging systems.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "NCI BBRB, OBI", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "Clinical FIGO stage", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0002326", + "undefined" : "International Federation of Gynecology and Obstetrics cervical cancer stage value specification" + }, + "individuals" : [ { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002333", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Stage IIA (FIGO)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating cervical carcinoma invades beyond the uterus, but not to the pelvic wall or to the lower third of the vagina without parametrial invasion.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://en.wikipedia.org/wiki/Cervical_cancer_staging", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "Stage IIA", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002333", + "undefined" : "Stage IIA (FIGO)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002334", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Stage IIA1 (FIGO)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating cervical carcinoma invades beyond the uterus, but not to the pelvic wall or to the lower third of the vagina without parametrial invasion and clinically visible lesion <4.0 cm in greatest dimension.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://en.wikipedia.org/wiki/Cervical_cancer_staging", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "Stage IIA1", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002334", + "undefined" : "Stage IIA1 (FIGO)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002335", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Stage IIA2 (FIGO)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating cervical carcinoma invades beyond the uterus, but not to the pelvic wall or to the lower third of the vagina without parametrial invasion and clinically visible lesion >4.0 cm in greatest dimension.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://en.wikipedia.org/wiki/Cervical_cancer_staging", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "Stage IIA2", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002335", + "undefined" : "Stage IIA2 (FIGO)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002336", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Stage IIB (FIGO)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating cervical carcinoma invades beyond the uterus, but not to the pelvic wall or to the lower third of the vagina with obvious parametrial invasion.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://en.wikipedia.org/wiki/Cervical_cancer_staging", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "Stage IIB", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002336", + "undefined" : "Stage IIB (FIGO)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002337", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Stage IIIA (FIGO)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating tumour involves lower third of the vagina, with no extension to the pelvic wall.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://en.wikipedia.org/wiki/Cervical_cancer_staging", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "Stage IIIA", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002337", + "undefined" : "Stage IIIA (FIGO)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002338", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Stage IIIB (FIGO)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating extension to the pelvic wall and/or hydronephrosis or non-functioning kidney.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://en.wikipedia.org/wiki/Cervical_cancer_staging", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "Stage IIIB", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002338", + "undefined" : "Stage IIIB (FIGO)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002327", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Stage IA (FIGO)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating invasive carcinoma which can be diagnosed only by microscopy, with deepest invasion <5 mm and the largest extension <7 mm.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://en.wikipedia.org/wiki/Cervical_cancer_staging", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "Stage IA", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002327", + "undefined" : "Stage IA (FIGO)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002339", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Stage IVA (FIGO)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating spread of the growth to adjacent organs.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://en.wikipedia.org/wiki/Cervical_cancer_staging", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "Stage IVA", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002339", + "undefined" : "Stage IVA (FIGO)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002328", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Stage IA1 (FIGO)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating measured stromal invasion of <3.0 mm in depth and extension of <7.0 mm.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://en.wikipedia.org/wiki/Cervical_cancer_staging", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "Stage IA1", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002328", + "undefined" : "Stage IA1 (FIGO)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002329", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Stage IA2 (FIGO)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating measured stromal invasion of >3.0 mm and not >5.0 mm with an extension of not >7.0 mm.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://en.wikipedia.org/wiki/Cervical_cancer_staging", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "Stage IA2", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002329", + "undefined" : "Stage IA2 (FIGO)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002340", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Stage IVB (FIGO)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating spread to distant organs.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://en.wikipedia.org/wiki/Cervical_cancer_staging", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "Stage IVB", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002340", + "undefined" : "Stage IVB (FIGO)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002330", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Stage IB (FIGO)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating clinically visible lesions limited to the cervix uteri or pre-clinical cancers greater than stage IA", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://en.wikipedia.org/wiki/Cervical_cancer_staging", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "Stage IB", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002330", + "undefined" : "Stage IB (FIGO)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002331", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Stage IB1 (FIGO)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating clinically visible lesion limited to the cervix uteri or pre-clinical cancers greater than stage IA <4.0 cm in greatest dimension.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://en.wikipedia.org/wiki/Cervical_cancer_staging", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "Stage IB1", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002331", + "undefined" : "Stage IB1 (FIGO)" + } + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0002332", + "baseIri" : "http://purl.obolibrary.org/obo", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "Stage IB2 (FIGO)", + "type" : "label" + } ], + "IAO_0000234" : [ { + "identifier" : "IAO_0000234", + "language" : "undefined", + "value" : "NCI BBRB", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "An International Federation of Gynecology and Obstetrics cervical cancer stage value specification indicating clinically visible lesion limited to the cervix uteri or pre-clinical cancers greater than stage IA >4.0 cm in greatest dimension.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Chris Stoeckert, Helena Ellis", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://en.wikipedia.org/wiki/Cervical_cancer_staging", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "Stage IB2", + "type" : "label" + } ] + }, + "labels" : { + "IRI-based" : "OBI_0002332", + "undefined" : "Stage IB2 (FIGO)" + } + } ], + "attributes" : [ "external" ], + "id" : "290", + "superClasses" : [ "281" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000181", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Marvin Auf der Landwehr", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Material that is used to support the structure of rubber based products (e.g., steel cords). Constitutes an entity sub-group of the raw material entity.", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "material entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "verstärkungsmaterialien [hsh]", + "IRI-based" : "DIGITRUBBER_000181", + "en" : "reinforcing materials [hsh]" + }, + "attributes" : [ "external" ], + "id" : "1239" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000182", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Marvin Auf der Landwehr", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A substance added to a synthetic resin to produce or promote plasticity and flexibility and to reduce brittleness. Constitutes an entity sub-group of the raw material entity.", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "material entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "weichmacher [hsh]", + "IRI-based" : "DIGITRUBBER_000182", + "en" : "plasticizer [hsh]" + }, + "attributes" : [ "external" ], + "id" : "1240" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000180", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Marvin Auf der Landwehr", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Material that is required to manipulate the properties of rubber products. Constitutes an entity sub-group of the raw material entity.", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "material entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "füllstoffe [hsh]", + "IRI-based" : "DIGITRUBBER_000180", + "en" : "filling material [hsh]" + }, + "attributes" : [ "external" ], + "id" : "1241" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000185", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Marvin Auf der Landwehr", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Chemicals added to rubber to alter its physical properties. Constitutes an entity sub-group of the raw material entity.", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "material entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "vulkanisationschemikalien [hsh]", + "IRI-based" : "DIGITRUBBER_000185", + "en" : "vulcanization chemicals [hsh]" + }, + "attributes" : [ "external" ], + "id" : "1242" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000186", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Marvin Auf der Landwehr", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Additional substances that are employed to product rubber-based products. Constitutes an entity sub-group of the raw material entity.", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "material entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "sonstige additive [hsh]", + "IRI-based" : "DIGITRUBBER_000186", + "en" : "other additives [hsh]" + }, + "attributes" : [ "external" ], + "id" : "1243" + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000387", + "baseIri" : "http://purl.obolibrary.org/obo", + "instances" : 0, + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "cool function", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A cool function is a function to decrease the internal kinetic energy of a material below the initial kinetic energy of that type of material.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000122", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Daniel Schober", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Melanie Courtot", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "Frank Gibson", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0000387", + "en" : "cool function" + }, + "attributes" : [ "external" ], + "id" : "21", + "superClasses" : [ "13" ] + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000183", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "NCIT", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A substance added to plastics or other materials to make or keep them soft or pliable.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ncit.owl", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "22.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/NCIT_C55826", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "22.08.2022", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "material entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "weichmacher [ncti]", + "IRI-based" : "DIGITRUBBER_000183", + "en" : "plasticizer [ncti]" + }, + "comment" : { + "en" : "plasticiser" + }, + "attributes" : [ "external" ], + "id" : "1244" + }, { + "iri" : "https://www.tib.eu/digitrubber#DIGITRUBBER_000184", + "baseIri" : "https://www.tib.eu/digitrubber", + "instances" : 0, + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "Luis Ramos", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "CHEBI", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Any compound that is used as an additive to increase the plasticity or fluidity of a substance, particularly but not exclusively to synthetic polymers.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/chebi.owl", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "uncurated", + "type" : "label" + } ], + "lastUpdateOn" : [ { + "identifier" : "lastUpdateOn", + "language" : "undefined", + "value" : "22.08.2022", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/CHEBI_79056", + "type" : "label" + } ], + "language" : [ { + "identifier" : "language", + "language" : "undefined", + "value" : "English", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "22.08.2022", + "type" : "label" + } ], + "coarseClassification" : [ { + "identifier" : "coarseClassification", + "language" : "undefined", + "value" : "material entity", + "type" : "label" + } ] + }, + "label" : { + "de" : "weichmacher [chebi]", + "IRI-based" : "DIGITRUBBER_000184", + "en" : "plasticizer [chebi]" + }, + "comment" : { + "en" : "plasticiser" + }, + "attributes" : [ "external" ], + "id" : "1245" + } ], + "property" : [ { + "id" : "1", + "type" : "rdfs:SubClassOf" + }, { + "id" : "4", + "type" : "rdfs:SubClassOf" + }, { + "id" : "8", + "type" : "rdfs:SubClassOf" + }, { + "id" : "11", + "type" : "rdfs:SubClassOf" + }, { + "id" : "14", + "type" : "rdfs:SubClassOf" + }, { + "id" : "16", + "type" : "rdfs:SubClassOf" + }, { + "id" : "18", + "type" : "rdfs:SubClassOf" + }, { + "id" : "20", + "type" : "rdfs:SubClassOf" + }, { + "id" : "22", + "type" : "owl:objectProperty" + }, { + "id" : "27", + "type" : "owl:objectProperty" + }, { + "id" : "32", + "type" : "owl:objectProperty" + }, { + "id" : "40", + "type" : "owl:objectProperty" + }, { + "id" : "47", + "type" : "rdfs:SubClassOf" + }, { + "id" : "54", + "type" : "rdfs:SubClassOf" + }, { + "id" : "55", + "type" : "rdfs:SubClassOf" + }, { + "id" : "57", + "type" : "rdfs:SubClassOf" + }, { + "id" : "61", + "type" : "rdfs:SubClassOf" + }, { + "id" : "64", + "type" : "rdfs:SubClassOf" + }, { + "id" : "67", + "type" : "owl:objectProperty" + }, { + "id" : "70", + "type" : "rdfs:SubClassOf" + }, { + "id" : "68", + "type" : "owl:objectProperty" + }, { + "id" : "73", + "type" : "rdfs:SubClassOf" + }, { + "id" : "76", + "type" : "owl:objectProperty" + }, { + "id" : "82", + "type" : "rdfs:SubClassOf" + }, { + "id" : "85", + "type" : "rdfs:SubClassOf" + }, { + "id" : "87", + "type" : "rdfs:SubClassOf" + }, { + "id" : "89", + "type" : "owl:objectProperty" + }, { + "id" : "92", + "type" : "rdfs:SubClassOf" + }, { + "id" : "99", + "type" : "owl:objectProperty" + }, { + "id" : "103", + "type" : "owl:objectProperty" + }, { + "id" : "108", + "type" : "owl:objectProperty" + }, { + "id" : "25", + "type" : "owl:objectProperty" + }, { + "id" : "112", + "type" : "owl:objectProperty" + }, { + "id" : "113", + "type" : "rdfs:SubClassOf" + }, { + "id" : "116", + "type" : "rdfs:SubClassOf" + }, { + "id" : "119", + "type" : "rdfs:SubClassOf" + }, { + "id" : "121", + "type" : "rdfs:SubClassOf" + }, { + "id" : "33", + "type" : "owl:objectProperty" + }, { + "id" : "43", + "type" : "owl:objectProperty" + }, { + "id" : "128", + "type" : "rdfs:SubClassOf" + }, { + "id" : "131", + "type" : "rdfs:SubClassOf" + }, { + "id" : "133", + "type" : "rdfs:SubClassOf" + }, { + "id" : "135", + "type" : "rdfs:SubClassOf" + }, { + "id" : "140", + "type" : "rdfs:SubClassOf" + }, { + "id" : "142", + "type" : "rdfs:SubClassOf" + }, { + "id" : "144", + "type" : "rdfs:SubClassOf" + }, { + "id" : "147", + "type" : "rdfs:SubClassOf" + }, { + "id" : "149", + "type" : "rdfs:SubClassOf" + }, { + "id" : "151", + "type" : "rdfs:SubClassOf" + }, { + "id" : "100", + "type" : "owl:objectProperty" + }, { + "id" : "155", + "type" : "rdfs:SubClassOf" + }, { + "id" : "153", + "type" : "owl:objectProperty" + }, { + "id" : "44", + "type" : "owl:objectProperty" + }, { + "id" : "102", + "type" : "owl:objectProperty" + }, { + "id" : "41", + "type" : "owl:objectProperty" + }, { + "id" : "42", + "type" : "owl:objectProperty" + }, { + "id" : "166", + "type" : "owl:objectProperty" + }, { + "id" : "154", + "type" : "owl:objectProperty" + }, { + "id" : "168", + "type" : "owl:objectProperty" + }, { + "id" : "167", + "type" : "owl:objectProperty" + }, { + "id" : "34", + "type" : "owl:objectProperty" + }, { + "id" : "35", + "type" : "owl:objectProperty" + }, { + "id" : "174", + "type" : "owl:objectProperty" + }, { + "id" : "176", + "type" : "rdfs:SubClassOf" + }, { + "id" : "178", + "type" : "rdfs:SubClassOf" + }, { + "id" : "36", + "type" : "owl:objectProperty" + }, { + "id" : "170", + "type" : "owl:objectProperty" + }, { + "id" : "183", + "type" : "rdfs:SubClassOf" + }, { + "id" : "184", + "type" : "rdfs:SubClassOf" + }, { + "id" : "186", + "type" : "rdfs:SubClassOf" + }, { + "id" : "189", + "type" : "rdfs:SubClassOf" + }, { + "id" : "192", + "type" : "rdfs:SubClassOf" + }, { + "id" : "195", + "type" : "rdfs:SubClassOf" + }, { + "id" : "197", + "type" : "rdfs:SubClassOf" + }, { + "id" : "200", + "type" : "rdfs:SubClassOf" + }, { + "id" : "201", + "type" : "rdfs:SubClassOf" + }, { + "id" : "208", + "type" : "rdfs:SubClassOf" + }, { + "id" : "211", + "type" : "rdfs:SubClassOf" + }, { + "id" : "212", + "type" : "rdfs:SubClassOf" + }, { + "id" : "215", + "type" : "rdfs:SubClassOf" + }, { + "id" : "219", + "type" : "rdfs:SubClassOf" + }, { + "id" : "222", + "type" : "rdfs:SubClassOf" + }, { + "id" : "225", + "type" : "rdfs:SubClassOf" + }, { + "id" : "227", + "type" : "rdfs:SubClassOf" + }, { + "id" : "230", + "type" : "rdfs:SubClassOf" + }, { + "id" : "232", + "type" : "rdfs:SubClassOf" + }, { + "id" : "237", + "type" : "owl:objectProperty" + }, { + "id" : "240", + "type" : "rdfs:SubClassOf" + }, { + "id" : "245", + "type" : "rdfs:SubClassOf" + }, { + "id" : "246", + "type" : "rdfs:SubClassOf" + }, { + "id" : "248", + "type" : "rdfs:SubClassOf" + }, { + "id" : "249", + "type" : "owl:objectProperty" + }, { + "id" : "90", + "type" : "owl:objectProperty" + }, { + "id" : "81", + "type" : "owl:objectProperty" + }, { + "id" : "259", + "type" : "owl:allValuesFrom" + }, { + "id" : "175", + "type" : "owl:objectProperty" + }, { + "id" : "239", + "type" : "owl:objectProperty" + }, { + "id" : "261", + "type" : "owl:allValuesFrom" + }, { + "id" : "263", + "type" : "owl:someValuesFrom" + }, { + "id" : "265", + "type" : "owl:someValuesFrom" + }, { + "id" : "266", + "type" : "owl:allValuesFrom" + }, { + "id" : "267", + "type" : "owl:someValuesFrom" + }, { + "id" : "269", + "type" : "owl:someValuesFrom" + }, { + "id" : "270", + "type" : "owl:someValuesFrom" + }, { + "id" : "273", + "type" : "owl:someValuesFrom" + }, { + "id" : "274", + "type" : "owl:objectProperty" + }, { + "id" : "279", + "type" : "owl:objectProperty" + }, { + "id" : "301", + "type" : "owl:allValuesFrom" + }, { + "id" : "304", + "type" : "owl:someValuesFrom" + }, { + "id" : "308", + "type" : "owl:someValuesFrom" + }, { + "id" : "309", + "type" : "owl:someValuesFrom" + }, { + "id" : "310", + "type" : "owl:someValuesFrom" + }, { + "id" : "311", + "type" : "owl:someValuesFrom" + }, { + "id" : "312", + "type" : "owl:someValuesFrom" + }, { + "id" : "314", + "type" : "owl:someValuesFrom" + }, { + "id" : "316", + "type" : "owl:allValuesFrom" + }, { + "id" : "317", + "type" : "owl:someValuesFrom" + }, { + "id" : "80", + "type" : "owl:objectProperty" + }, { + "id" : "319", + "type" : "rdfs:SubClassOf" + }, { + "id" : "320", + "type" : "owl:objectProperty" + }, { + "id" : "322", + "type" : "rdfs:SubClassOf" + }, { + "id" : "250", + "type" : "owl:objectProperty" + }, { + "id" : "324", + "type" : "rdfs:SubClassOf" + }, { + "id" : "276", + "type" : "owl:objectProperty" + }, { + "id" : "331", + "type" : "owl:objectProperty" + }, { + "id" : "332", + "type" : "rdfs:SubClassOf" + }, { + "id" : "333", + "type" : "rdfs:SubClassOf" + }, { + "id" : "334", + "type" : "rdfs:SubClassOf" + }, { + "id" : "335", + "type" : "rdfs:SubClassOf" + }, { + "id" : "336", + "type" : "rdfs:SubClassOf" + }, { + "id" : "337", + "type" : "rdfs:SubClassOf" + }, { + "id" : "338", + "type" : "rdfs:SubClassOf" + }, { + "id" : "339", + "type" : "rdfs:SubClassOf" + }, { + "id" : "340", + "type" : "rdfs:SubClassOf" + }, { + "id" : "341", + "type" : "rdfs:SubClassOf" + }, { + "id" : "345", + "type" : "rdfs:SubClassOf" + }, { + "id" : "346", + "type" : "rdfs:SubClassOf" + }, { + "id" : "347", + "type" : "rdfs:SubClassOf" + }, { + "id" : "348", + "type" : "rdfs:SubClassOf" + }, { + "id" : "349", + "type" : "rdfs:SubClassOf" + }, { + "id" : "350", + "type" : "rdfs:SubClassOf" + }, { + "id" : "351", + "type" : "owl:objectProperty" + }, { + "id" : "352", + "type" : "rdfs:SubClassOf" + }, { + "id" : "180", + "type" : "owl:objectProperty" + }, { + "id" : "354", + "type" : "rdfs:SubClassOf" + }, { + "id" : "323", + "type" : "owl:objectProperty" + }, { + "id" : "356", + "type" : "rdfs:SubClassOf" + }, { + "id" : "357", + "type" : "rdfs:SubClassOf" + }, { + "id" : "358", + "type" : "rdfs:SubClassOf" + }, { + "id" : "370", + "type" : "rdfs:SubClassOf" + }, { + "id" : "169", + "type" : "owl:objectProperty" + }, { + "id" : "371", + "type" : "rdfs:SubClassOf" + }, { + "id" : "353", + "type" : "owl:objectProperty" + }, { + "id" : "373", + "type" : "rdfs:SubClassOf" + }, { + "id" : "374", + "type" : "rdfs:SubClassOf" + }, { + "id" : "375", + "type" : "rdfs:SubClassOf" + }, { + "id" : "376", + "type" : "rdfs:SubClassOf" + }, { + "id" : "377", + "type" : "owl:objectProperty" + }, { + "id" : "380", + "type" : "rdfs:SubClassOf" + }, { + "id" : "381", + "type" : "rdfs:SubClassOf" + }, { + "id" : "382", + "type" : "rdfs:SubClassOf" + }, { + "id" : "385", + "type" : "rdfs:SubClassOf" + }, { + "id" : "386", + "type" : "rdfs:SubClassOf" + }, { + "id" : "388", + "type" : "rdfs:SubClassOf" + }, { + "id" : "389", + "type" : "rdfs:SubClassOf" + }, { + "id" : "391", + "type" : "rdfs:SubClassOf" + }, { + "id" : "393", + "type" : "rdfs:SubClassOf" + }, { + "id" : "321", + "type" : "owl:objectProperty" + }, { + "id" : "255", + "type" : "owl:objectProperty" + }, { + "id" : "397", + "type" : "rdfs:SubClassOf" + }, { + "id" : "398", + "type" : "rdfs:SubClassOf" + }, { + "id" : "399", + "type" : "rdfs:SubClassOf" + }, { + "id" : "400", + "type" : "rdfs:SubClassOf" + }, { + "id" : "401", + "type" : "rdfs:SubClassOf" + }, { + "id" : "402", + "type" : "rdfs:SubClassOf" + }, { + "id" : "404", + "type" : "rdfs:SubClassOf" + }, { + "id" : "405", + "type" : "rdfs:SubClassOf" + }, { + "id" : "406", + "type" : "rdfs:SubClassOf" + }, { + "id" : "407", + "type" : "owl:objectProperty" + }, { + "id" : "409", + "type" : "rdfs:SubClassOf" + }, { + "id" : "408", + "type" : "owl:objectProperty" + }, { + "id" : "414", + "type" : "rdfs:SubClassOf" + }, { + "id" : "415", + "type" : "owl:objectProperty" + }, { + "id" : "416", + "type" : "rdfs:SubClassOf" + }, { + "id" : "417", + "type" : "rdfs:SubClassOf" + }, { + "id" : "418", + "type" : "rdfs:SubClassOf" + }, { + "id" : "396", + "type" : "owl:objectProperty" + }, { + "id" : "318", + "type" : "owl:objectProperty" + }, { + "id" : "79", + "type" : "owl:objectProperty" + }, { + "id" : "260", + "type" : "owl:objectProperty" + }, { + "id" : "413", + "type" : "owl:objectProperty" + }, { + "id" : "420", + "type" : "rdfs:SubClassOf" + }, { + "id" : "421", + "type" : "rdfs:SubClassOf" + }, { + "id" : "422", + "type" : "rdfs:SubClassOf" + }, { + "id" : "423", + "type" : "rdfs:SubClassOf" + }, { + "id" : "424", + "type" : "rdfs:SubClassOf" + }, { + "id" : "425", + "type" : "rdfs:SubClassOf" + }, { + "id" : "426", + "type" : "rdfs:SubClassOf" + }, { + "id" : "427", + "type" : "rdfs:SubClassOf" + }, { + "id" : "412", + "type" : "owl:objectProperty" + }, { + "id" : "429", + "type" : "owl:objectProperty" + }, { + "id" : "432", + "type" : "rdfs:SubClassOf" + }, { + "id" : "434", + "type" : "rdfs:SubClassOf" + }, { + "id" : "441", + "type" : "rdfs:SubClassOf" + }, { + "id" : "442", + "type" : "rdfs:SubClassOf" + }, { + "id" : "443", + "type" : "rdfs:SubClassOf" + }, { + "id" : "444", + "type" : "rdfs:SubClassOf" + }, { + "id" : "445", + "type" : "rdfs:SubClassOf" + }, { + "id" : "469", + "type" : "rdfs:SubClassOf" + }, { + "id" : "470", + "type" : "rdfs:SubClassOf" + }, { + "id" : "471", + "type" : "rdfs:SubClassOf" + }, { + "id" : "612", + "type" : "rdfs:SubClassOf" + }, { + "id" : "28", + "type" : "owl:objectProperty" + }, { + "id" : "109", + "type" : "owl:objectProperty" + }, { + "id" : "254", + "type" : "owl:objectProperty" + }, { + "id" : "633", + "type" : "rdfs:SubClassOf" + }, { + "id" : "634", + "type" : "rdfs:SubClassOf" + }, { + "id" : "638", + "type" : "rdfs:SubClassOf" + }, { + "id" : "640", + "type" : "rdfs:SubClassOf" + }, { + "id" : "181", + "type" : "owl:objectProperty" + }, { + "id" : "641", + "type" : "rdfs:SubClassOf" + }, { + "id" : "182", + "type" : "owl:objectProperty" + }, { + "id" : "645", + "type" : "rdfs:SubClassOf" + }, { + "id" : "171", + "type" : "owl:objectProperty" + }, { + "id" : "650", + "type" : "rdfs:SubClassOf" + }, { + "id" : "111", + "type" : "owl:objectProperty" + }, { + "id" : "172", + "type" : "owl:objectProperty" + }, { + "id" : "653", + "type" : "rdfs:SubClassOf" + }, { + "id" : "656", + "type" : "rdfs:SubClassOf" + }, { + "id" : "660", + "type" : "rdfs:SubClassOf" + }, { + "id" : "664", + "type" : "rdfs:SubClassOf" + }, { + "id" : "679", + "type" : "rdfs:SubClassOf" + }, { + "id" : "681", + "type" : "rdfs:SubClassOf" + }, { + "id" : "683", + "type" : "rdfs:SubClassOf" + }, { + "id" : "684", + "type" : "rdfs:SubClassOf" + }, { + "id" : "91", + "type" : "owl:objectProperty" + }, { + "id" : "688", + "type" : "rdfs:SubClassOf" + }, { + "id" : "251", + "type" : "owl:objectProperty" + }, { + "id" : "692", + "type" : "rdfs:SubClassOf" + }, { + "id" : "695", + "type" : "rdfs:SubClassOf" + }, { + "id" : "698", + "type" : "rdfs:SubClassOf" + }, { + "id" : "378", + "type" : "owl:objectProperty" + }, { + "id" : "379", + "type" : "owl:objectProperty" + }, { + "id" : "743", + "type" : "owl:someValuesFrom" + }, { + "id" : "744", + "type" : "owl:someValuesFrom" + }, { + "id" : "746", + "type" : "owl:someValuesFrom" + }, { + "id" : "749", + "type" : "owl:someValuesFrom" + }, { + "id" : "750", + "type" : "owl:allValuesFrom" + }, { + "id" : "751", + "type" : "owl:someValuesFrom" + }, { + "id" : "752", + "type" : "owl:disjointWith" + }, { + "id" : "753", + "type" : "owl:someValuesFrom" + }, { + "id" : "754", + "type" : "owl:someValuesFrom" + }, { + "id" : "755", + "type" : "owl:disjointWith" + }, { + "id" : "791", + "type" : "rdfs:SubClassOf" + }, { + "id" : "793", + "type" : "rdfs:SubClassOf" + }, { + "id" : "795", + "type" : "rdfs:SubClassOf" + }, { + "id" : "797", + "type" : "rdfs:SubClassOf" + }, { + "id" : "798", + "type" : "rdfs:SubClassOf" + }, { + "id" : "800", + "type" : "rdfs:SubClassOf" + }, { + "id" : "801", + "type" : "rdfs:SubClassOf" + }, { + "id" : "804", + "type" : "owl:objectProperty" + }, { + "id" : "805", + "type" : "owl:objectProperty" + }, { + "id" : "809", + "type" : "owl:objectProperty" + }, { + "id" : "24", + "type" : "owl:objectProperty" + }, { + "id" : "30", + "type" : "owl:objectProperty" + }, { + "id" : "277", + "type" : "owl:objectProperty" + }, { + "id" : "280", + "type" : "owl:objectProperty" + }, { + "id" : "817", + "type" : "rdfs:SubClassOf" + }, { + "id" : "819", + "type" : "rdfs:SubClassOf" + }, { + "id" : "822", + "type" : "rdfs:SubClassOf" + }, { + "id" : "824", + "type" : "rdfs:SubClassOf" + }, { + "id" : "825", + "type" : "rdfs:SubClassOf" + }, { + "id" : "827", + "type" : "rdfs:SubClassOf" + }, { + "id" : "829", + "type" : "rdfs:SubClassOf" + }, { + "id" : "830", + "type" : "rdfs:SubClassOf" + }, { + "id" : "173", + "type" : "owl:objectProperty" + }, { + "id" : "77", + "type" : "owl:objectProperty" + }, { + "id" : "831", + "type" : "rdfs:SubClassOf" + }, { + "id" : "104", + "type" : "owl:objectProperty" + }, { + "id" : "832", + "type" : "rdfs:SubClassOf" + }, { + "id" : "101", + "type" : "owl:objectProperty" + }, { + "id" : "833", + "type" : "rdfs:SubClassOf" + }, { + "id" : "810", + "type" : "owl:objectProperty" + }, { + "id" : "842", + "type" : "rdfs:SubClassOf" + }, { + "id" : "845", + "type" : "rdfs:SubClassOf" + }, { + "id" : "846", + "type" : "rdfs:SubClassOf" + }, { + "id" : "849", + "type" : "rdfs:SubClassOf" + }, { + "id" : "851", + "type" : "rdfs:SubClassOf" + }, { + "id" : "853", + "type" : "rdfs:SubClassOf" + }, { + "id" : "854", + "type" : "rdfs:SubClassOf" + }, { + "id" : "855", + "type" : "rdfs:SubClassOf" + }, { + "id" : "856", + "type" : "rdfs:SubClassOf" + }, { + "id" : "857", + "type" : "rdfs:SubClassOf" + }, { + "id" : "858", + "type" : "rdfs:SubClassOf" + }, { + "id" : "275", + "type" : "owl:objectProperty" + }, { + "id" : "871", + "type" : "rdfs:SubClassOf" + }, { + "id" : "872", + "type" : "rdfs:SubClassOf" + }, { + "id" : "873", + "type" : "rdfs:SubClassOf" + }, { + "id" : "875", + "type" : "rdfs:SubClassOf" + }, { + "id" : "876", + "type" : "rdfs:SubClassOf" + }, { + "id" : "877", + "type" : "rdfs:SubClassOf" + }, { + "id" : "878", + "type" : "rdfs:SubClassOf" + }, { + "id" : "880", + "type" : "rdfs:SubClassOf" + }, { + "id" : "807", + "type" : "owl:objectProperty" + }, { + "id" : "881", + "type" : "rdfs:SubClassOf" + }, { + "id" : "882", + "type" : "rdfs:SubClassOf" + }, { + "id" : "883", + "type" : "rdfs:SubClassOf" + }, { + "id" : "886", + "type" : "rdfs:SubClassOf" + }, { + "id" : "888", + "type" : "rdfs:SubClassOf" + }, { + "id" : "890", + "type" : "rdfs:SubClassOf" + }, { + "id" : "892", + "type" : "rdfs:SubClassOf" + }, { + "id" : "893", + "type" : "rdfs:SubClassOf" + }, { + "id" : "894", + "type" : "rdfs:SubClassOf" + }, { + "id" : "895", + "type" : "rdfs:SubClassOf" + }, { + "id" : "896", + "type" : "rdfs:SubClassOf" + }, { + "id" : "897", + "type" : "rdfs:SubClassOf" + }, { + "id" : "898", + "type" : "rdfs:SubClassOf" + }, { + "id" : "900", + "type" : "rdfs:SubClassOf" + }, { + "id" : "903", + "type" : "rdfs:SubClassOf" + }, { + "id" : "904", + "type" : "rdfs:SubClassOf" + }, { + "id" : "905", + "type" : "rdfs:SubClassOf" + }, { + "id" : "906", + "type" : "rdfs:SubClassOf" + }, { + "id" : "909", + "type" : "rdfs:SubClassOf" + }, { + "id" : "912", + "type" : "rdfs:SubClassOf" + }, { + "id" : "914", + "type" : "rdfs:SubClassOf" + }, { + "id" : "916", + "type" : "rdfs:SubClassOf" + }, { + "id" : "917", + "type" : "rdfs:SubClassOf" + }, { + "id" : "919", + "type" : "rdfs:SubClassOf" + }, { + "id" : "920", + "type" : "rdfs:SubClassOf" + }, { + "id" : "923", + "type" : "rdfs:SubClassOf" + }, { + "id" : "926", + "type" : "rdfs:SubClassOf" + }, { + "id" : "927", + "type" : "rdfs:SubClassOf" + }, { + "id" : "928", + "type" : "rdfs:SubClassOf" + }, { + "id" : "929", + "type" : "rdfs:SubClassOf" + }, { + "id" : "930", + "type" : "rdfs:SubClassOf" + }, { + "id" : "931", + "type" : "rdfs:SubClassOf" + }, { + "id" : "932", + "type" : "rdfs:SubClassOf" + }, { + "id" : "933", + "type" : "rdfs:SubClassOf" + }, { + "id" : "935", + "type" : "rdfs:SubClassOf" + }, { + "id" : "936", + "type" : "rdfs:SubClassOf" + }, { + "id" : "937", + "type" : "rdfs:SubClassOf" + }, { + "id" : "938", + "type" : "rdfs:SubClassOf" + }, { + "id" : "939", + "type" : "rdfs:SubClassOf" + }, { + "id" : "940", + "type" : "rdfs:SubClassOf" + }, { + "id" : "942", + "type" : "rdfs:SubClassOf" + }, { + "id" : "944", + "type" : "rdfs:SubClassOf" + }, { + "id" : "946", + "type" : "rdfs:SubClassOf" + }, { + "id" : "947", + "type" : "owl:objectProperty" + }, { + "id" : "355", + "type" : "owl:objectProperty" + }, { + "id" : "72", + "type" : "owl:objectProperty" + }, { + "id" : "395", + "type" : "owl:objectProperty" + }, { + "id" : "78", + "type" : "owl:objectProperty" + }, { + "id" : "411", + "type" : "owl:objectProperty" + }, { + "id" : "69", + "type" : "owl:objectProperty" + }, { + "id" : "949", + "type" : "owl:objectProperty" + }, { + "id" : "110", + "type" : "owl:objectProperty" + }, { + "id" : "29", + "type" : "owl:objectProperty" + }, { + "id" : "948", + "type" : "owl:objectProperty" + }, { + "id" : "971", + "type" : "owl:objectProperty" + }, { + "id" : "972", + "type" : "owl:objectProperty" + }, { + "id" : "983", + "type" : "owl:objectProperty" + }, { + "id" : "950", + "type" : "owl:objectProperty" + }, { + "id" : "1084", + "type" : "rdfs:SubClassOf" + }, { + "id" : "1085", + "type" : "rdfs:SubClassOf" + }, { + "id" : "1086", + "type" : "rdfs:SubClassOf" + }, { + "id" : "1087", + "type" : "rdfs:SubClassOf" + }, { + "id" : "1088", + "type" : "rdfs:SubClassOf" + }, { + "id" : "1089", + "type" : "rdfs:SubClassOf" + }, { + "id" : "1092", + "type" : "rdfs:SubClassOf" + }, { + "id" : "1095", + "type" : "rdfs:SubClassOf" + }, { + "id" : "1097", + "type" : "rdfs:SubClassOf" + }, { + "id" : "1099", + "type" : "rdfs:SubClassOf" + }, { + "id" : "1103", + "type" : "rdfs:SubClassOf" + }, { + "id" : "160", + "type" : "owl:objectProperty" + }, { + "id" : "1122", + "type" : "rdfs:SubClassOf" + }, { + "id" : "1123", + "type" : "rdfs:SubClassOf" + }, { + "id" : "1124", + "type" : "rdfs:SubClassOf" + }, { + "id" : "1125", + "type" : "rdfs:SubClassOf" + }, { + "id" : "1126", + "type" : "rdfs:SubClassOf" + }, { + "id" : "1128", + "type" : "rdfs:SubClassOf" + }, { + "id" : "1131", + "type" : "rdfs:SubClassOf" + }, { + "id" : "1132", + "type" : "rdfs:SubClassOf" + }, { + "id" : "1134", + "type" : "rdfs:SubClassOf" + }, { + "id" : "1137", + "type" : "rdfs:SubClassOf" + }, { + "id" : "1140", + "type" : "rdfs:SubClassOf" + }, { + "id" : "1152", + "type" : "rdfs:SubClassOf" + }, { + "id" : "1153", + "type" : "rdfs:SubClassOf" + }, { + "id" : "1154", + "type" : "rdfs:SubClassOf" + }, { + "id" : "1155", + "type" : "rdfs:SubClassOf" + }, { + "id" : "1157", + "type" : "rdfs:SubClassOf" + }, { + "id" : "1159", + "type" : "rdfs:SubClassOf" + }, { + "id" : "1161", + "type" : "rdfs:SubClassOf" + }, { + "id" : "1163", + "type" : "rdfs:SubClassOf" + }, { + "id" : "1164", + "type" : "rdfs:SubClassOf" + }, { + "id" : "1166", + "type" : "rdfs:SubClassOf" + }, { + "id" : "1168", + "type" : "rdfs:SubClassOf" + }, { + "id" : "1176", + "type" : "rdfs:SubClassOf" + }, { + "id" : "1177", + "type" : "rdfs:SubClassOf" + }, { + "id" : "1178", + "type" : "rdfs:SubClassOf" + }, { + "id" : "1181", + "type" : "rdfs:SubClassOf" + }, { + "id" : "1184", + "type" : "rdfs:SubClassOf" + }, { + "id" : "1186", + "type" : "rdfs:SubClassOf" + }, { + "id" : "1189", + "type" : "rdfs:SubClassOf" + }, { + "id" : "1224", + "type" : "owl:objectProperty" + } ], + "propertyAttribute" : [ { + "range" : "3", + "domain" : "2", + "attributes" : [ "anonymous", "object" ], + "id" : "1" + }, { + "range" : "6", + "domain" : "5", + "attributes" : [ "anonymous", "object" ], + "id" : "4" + }, { + "range" : "9", + "domain" : "6", + "attributes" : [ "anonymous", "object" ], + "id" : "8" + }, { + "range" : "13", + "domain" : "12", + "attributes" : [ "anonymous", "object" ], + "id" : "11" + }, { + "range" : "13", + "domain" : "15", + "attributes" : [ "anonymous", "object" ], + "id" : "14" + }, { + "range" : "13", + "domain" : "17", + "attributes" : [ "anonymous", "object" ], + "id" : "16" + }, { + "range" : "13", + "domain" : "19", + "attributes" : [ "anonymous", "object" ], + "id" : "18" + }, { + "range" : "13", + "domain" : "21", + "attributes" : [ "anonymous", "object" ], + "id" : "20" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002233", + "inverse" : "24", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "p has input c iff: p is a process, c is a material entity, c is a participant in p, c is present at the start of p, and the state of c is modified during p.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000125", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "https://orcid.org/0000-0002-6601-2165", + "type" : "iri" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "consumes", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/valid_for_gocam", + "type" : "iri" + }, { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension", + "type" : "iri" + }, { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/valid_for_go_ontology", + "type" : "iri" + }, { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ro/subsets#ro-eco", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "RO_0002233", + "en" : "has input" + }, + "superproperty" : [ "25" ], + "domain" : "23", + "attributes" : [ "external", "object" ], + "id" : "22" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0000056", + "inverse" : "25", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "participates in", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "this investigator participates in this investigation", + "type" : "label" + }, { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "this blood clot participates in this blood coagulation", + "type" : "label" + }, { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "this input material (or this output material) participates in this process", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "a relation between a continuant and a process, in which the continuant is somehow involved in the process", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "participates_in", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "RO_0000056", + "en" : "participates in" + }, + "domain" : "23", + "subproperty" : [ "28", "29", "24", "30" ], + "attributes" : [ "external", "object" ], + "id" : "27" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0000053", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "bearer of", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "this vase is bearer of this fragility", + "type" : "label" + }, { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "this apple is bearer of this red color", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "Inverse of characteristic_of", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "a relation between an independent continuant (the bearer) and a specifically dependent continuant (the dependent), in which the dependent specifically depends on the bearer for its existence", + "type" : "label" + } ], + "RO_0001900" : [ { + "identifier" : "RO_0001900", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/RO_0001901", + "type" : "iri" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "en", + "value" : "A bearer can have many dependents, and its dependents can exist for different periods of time, but none of its dependents can exist when the bearer does not exist.", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "is bearer of", + "type" : "label" + }, { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "bearer_of", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "RO_0000053", + "en" : "bearer of" + }, + "domain" : "23", + "subproperty" : [ "33", "34", "35", "36" ], + "attributes" : [ "external", "object", "inverse functional" ], + "id" : "32" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0000052", + "inverse" : "32", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "inheres in", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "this red color is a characteristic of this apple", + "type" : "label" + }, { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "this fragility is a characteristic of this vase", + "type" : "label" + }, { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "this red color inheres in this apple", + "type" : "label" + }, { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "this fragility inheres in this vase", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "a relation between a specifically dependent continuant (the dependent) and an independent continuant (the bearer), in which the dependent specifically depends on the bearer for its existence", + "type" : "label" + }, { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "a relation between a specifically dependent continuant (the characteristic) and any other entity (the bearer), in which the characteristic depends on the bearer for its existence.", + "type" : "label" + } ], + "RO_0001900" : [ { + "identifier" : "RO_0001900", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/RO_0001901", + "type" : "iri" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "en", + "value" : "A dependent inheres in its bearer at all times for which the dependent exists.", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "inheres_in", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "RO_0000052", + "en" : "characteristic of" + }, + "domain" : "23", + "subproperty" : [ "41", "42", "43", "44" ], + "comment" : { + "undefined" : "Note that this relation was previously called \"inheres in\", but was changed to be called \"characteristic of\" because BFO2 uses \"inheres in\" in a more restricted fashion. This relation differs from BFO2:inheres_in in two respects: (1) it does not impose a range constraint, and thus it allows qualities of processes, as well as of information entities, whereas BFO2 restricts inheres_in to only apply to independent continuants (2) it is declared functional, i.e. something can only be a characteristic of one thing." + }, + "attributes" : [ "external", "object", "functional" ], + "id" : "40" + }, { + "range" : "49", + "domain" : "48", + "attributes" : [ "anonymous", "object" ], + "id" : "47" + }, { + "range" : "3", + "domain" : "49", + "attributes" : [ "anonymous", "object" ], + "id" : "54" + }, { + "range" : "56", + "domain" : "9", + "attributes" : [ "anonymous", "object" ], + "id" : "55" + }, { + "range" : "59", + "domain" : "58", + "attributes" : [ "anonymous", "object" ], + "id" : "57" + }, { + "range" : "62", + "domain" : "13", + "attributes" : [ "anonymous", "object" ], + "id" : "61" + }, { + "range" : "66", + "domain" : "65", + "attributes" : [ "anonymous", "object" ], + "id" : "64" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002215", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000232" : [ { + "identifier" : "IAO_0000232", + "language" : "undefined", + "value" : "For compatibility with BFO, this relation has a shortcut definition in which the expression \"capable of some P\" expands to \"bearer_of (some realized_by only P)\".", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "undefined", + "value" : "mechanosensory neuron capable of detection of mechanical stimulus involved in sensory perception (GO:0050974)", + "type" : "label" + }, { + "identifier" : "IAO_0000112", + "language" : "undefined", + "value" : "osteoclast SubClassOf 'capable of' some 'bone resorption'", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A relation between a material entity (such as a cell) and a process, in which the material entity has the ability to carry out the process. ", + "type" : "label" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "https://orcid.org/0000-0002-6601-2165", + "type" : "iri" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://www.ncbi.nlm.nih.gov/pubmed/20123131", + "type" : "iri" + }, { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://www.ncbi.nlm.nih.gov/pubmed/21208450", + "type" : "iri" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "has function realized in", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ro/subsets#ro-eco", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "RO_0002215", + "en" : "capable of" + }, + "superproperty" : [ "68" ], + "domain" : "23", + "subproperty" : [ "69" ], + "attributes" : [ "external", "object" ], + "id" : "67" + }, { + "range" : "66", + "domain" : "71", + "attributes" : [ "anonymous", "object" ], + "id" : "70" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002216", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "c stands in this relationship to p if and only if there exists some p' such that c is capable_of p', and p' is part_of p.", + "type" : "label" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "https://orcid.org/0000-0002-6601-2165", + "type" : "iri" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "has function in", + "type" : "label" + } ], + "seeAlso" : [ { + "identifier" : "seeAlso", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ro/docs/reflexivity/", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "RO_0002216", + "en" : "capable of part of" + }, + "superproperty" : [ "72" ], + "domain" : "23", + "subproperty" : [ "67" ], + "attributes" : [ "external", "object" ], + "id" : "68" + }, { + "range" : "75", + "domain" : "74", + "attributes" : [ "anonymous", "object" ], + "id" : "73" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002213", + "inverse" : "77", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "p positively regulates q iff p regulates q, and p increases the rate or magnitude of execution of q.", + "type" : "label" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "https://orcid.org/0000-0002-6601-2165", + "type" : "iri" + } ], + "IAO_0000589" : [ { + "identifier" : "IAO_0000589", + "language" : "undefined", + "value" : "positively regulates (process to process)", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations", + "type" : "iri" + } ], + "RO_0004049" : [ { + "identifier" : "RO_0004049", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/RO_0002211", + "type" : "iri" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/valid_for_go_ontology", + "type" : "iri" + }, { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension", + "type" : "iri" + }, { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/valid_for_gocam", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "RO_0002213", + "en" : "positively regulates" + }, + "superproperty" : [ "78", "79" ], + "domain" : "23", + "subproperty" : [ "80", "81" ], + "attributes" : [ "transitive", "external", "object" ], + "id" : "76" + }, { + "range" : "84", + "domain" : "83", + "attributes" : [ "anonymous", "object" ], + "id" : "82" + }, { + "range" : "84", + "domain" : "86", + "attributes" : [ "anonymous", "object" ], + "id" : "85" + }, { + "range" : "49", + "domain" : "88", + "attributes" : [ "anonymous", "object" ], + "id" : "87" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002222", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000232" : [ { + "identifier" : "IAO_0000232", + "language" : "undefined", + "value" : "Do not use this relation directly. It is ended as a grouping for relations between occurrents involving the relative timing of their starts and ends.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000125", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "https://orcid.org/0000-0002-6601-2165", + "type" : "iri" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "https://en.wikipedia.org/wiki/Allen%27s_interval_algebra", + "type" : "iri" + } ], + "source" : [ { + "identifier" : "source", + "language" : "undefined", + "value" : "https://docs.google.com/document/d/1kBv1ep_9g3sTR-SD3jqzFqhuwo9TPNF-l-9fUDbO6rM/edit?pli=1", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ro/subsets#ro-eco", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "RO_0002222", + "en" : "temporally related to" + }, + "domain" : "23", + "subproperty" : [ "90", "91" ], + "comment" : { + "undefined" : "A relation that holds between two occurrents. This is a grouping relation that collects together all the Allen relations." + }, + "attributes" : [ "external", "object" ], + "id" : "89" + }, { + "range" : "94", + "domain" : "93", + "attributes" : [ "anonymous", "object" ], + "id" : "92" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002013", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A 'has regulatory component activity' B if A and B are GO molecular functions (GO_0003674), A has_component B and A is regulated by B.", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "2017-05-24T09:30:46Z", + "type" : "label" + } ], + "created_by" : [ { + "identifier" : "created_by", + "language" : "undefined", + "value" : "dos", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "RO_0002013", + "undefined" : "has regulatory component activity" + }, + "superproperty" : [ "100", "101" ], + "domain" : "23", + "subproperty" : [ "102", "103" ], + "attributes" : [ "external", "object" ], + "id" : "99" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002014", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A relationship that holds between a GO molecular function and a component of that molecular function that negatively regulates the activity of the whole. More formally, A 'has regulatory component activity' B iff :A and B are GO molecular functions (GO_0003674), A has_component B and A is negatively regulated by B.", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "2017-05-24T09:31:01Z", + "type" : "label" + } ], + "created_by" : [ { + "identifier" : "created_by", + "language" : "undefined", + "value" : "dos", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "RO_0002014", + "undefined" : "has negative regulatory component activity" + }, + "superproperty" : [ "104", "99" ], + "domain" : "23", + "comment" : { + "undefined" : "By convention GO molecular functions are classified by their effector function. Internal regulatory functions are treated as components. For example, NMDA glutmate receptor activity is a cation channel activity with positive regulatory component 'glutamate binding' and negative regulatory components including 'zinc binding' and 'magnesium binding'." + }, + "attributes" : [ "external", "object" ], + "id" : "103" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0000059", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "An investigator reads a protocol and forms a plan to carry out an assay. The plan is a realizable entity (a specifically dependent continuant) that concretizes the protocol (a generically dependent continuant), and both depend on the investigator (an independent continuant). The plan is then realized by the assay (a process).", + "type" : "label" + }, { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "A journal article is an information artifact that inheres in some number of printed journals. For each copy of the printed journal there is some quality that carries the journal article, such as a pattern of ink. The quality (a specifically dependent continuant) concretizes the journal article (a generically dependent continuant), and both depend on that copy of the printed journal (an independent continuant).", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A relationship between a specifically dependent continuant and a generically dependent continuant, in which the generically dependent continuant depends on some independent continuant in virtue of the fact that the specifically dependent continuant also depends on that same independent continuant. Multiple specifically dependent continuants can concretize the same generically dependent continuant.", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "RO_0000059", + "en" : "concretizes" + }, + "domain" : "23", + "attributes" : [ "external", "object" ], + "id" : "108" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0000057", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "has participant", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "this investigation has participant this investigator", + "type" : "label" + }, { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "this blood coagulation has participant this blood clot", + "type" : "label" + }, { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "this process has participant this input material (or this output material)", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "a relation between a process and a continuant, in which the continuant is somehow involved in the process", + "type" : "label" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "en", + "value" : "Has_participant is a primitive instance-level relation between a process, a continuant, and a time at which the continuant participates in some way in the process. The relation obtains, for example, when this particular process of oxygen exchange across this particular alveolar membrane has_participant this particular sample of hemoglobin at this particular time.", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "has_participant", + "type" : "label" + } ], + "source" : [ { + "identifier" : "source", + "language" : "undefined", + "value" : "http://www.obofoundry.org/ro/#OBO_REL:has_participant", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "RO_0000057", + "en" : "has participant" + }, + "domain" : "23", + "subproperty" : [ "109", "22", "110", "111" ], + "attributes" : [ "external", "object" ], + "id" : "25" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0000058", + "inverse" : "108", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "An investigator reads a protocol and forms a plan to carry out an assay. The plan is a realizable entity (a specifically dependent continuant) that concretizes the protocol (a generically dependent continuant), and both depend on the investigator (an independent continuant). The plan is then realized by the assay (a process).", + "type" : "label" + }, { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "A journal article is an information artifact that inheres in some number of printed journals. For each copy of the printed journal there is some quality that carries the journal article, such as a pattern of ink. The journal article (a generically dependent continuant) is concretized as the quality (a specifically dependent continuant), and both depend on that copy of the printed journal (an independent continuant).", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A relationship between a generically dependent continuant and a specifically dependent continuant, in which the generically dependent continuant depends on some independent continuant in virtue of the fact that the specifically dependent continuant also depends on that same independent continuant. A generically dependent continuant may be concretized as multiple specifically dependent continuants.", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "RO_0000058", + "en" : "is concretized as" + }, + "domain" : "23", + "attributes" : [ "external", "object" ], + "id" : "112" + }, { + "range" : "115", + "domain" : "114", + "attributes" : [ "anonymous", "object" ], + "id" : "113" + }, { + "range" : "118", + "domain" : "117", + "attributes" : [ "anonymous", "object" ], + "id" : "116" + }, { + "range" : "118", + "domain" : "120", + "attributes" : [ "anonymous", "object" ], + "id" : "119" + }, { + "range" : "118", + "domain" : "122", + "attributes" : [ "anonymous", "object" ], + "id" : "121" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0000091", + "inverse" : "43", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "62", + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "a relation between an independent continuant (the bearer) and a disposition, in which the disposition specifically depends on the bearer for its existence", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "RO_0000091", + "en" : "has disposition" + }, + "superproperty" : [ "32" ], + "domain" : "23", + "attributes" : [ "external", "object" ], + "id" : "33" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0000092", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "inverse of has disposition", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/RO_0002259", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "RO_0000092", + "en" : "disposition of" + }, + "superproperty" : [ "40" ], + "domain" : "23", + "comment" : { + "undefined" : "This relation is modeled after the BFO relation of the same name which was in BFO2, but is used in a more restricted sense - specifically, we model this relation as functional (inherited from characteristic-of). Note that this relation is now removed from BFO2020." + }, + "attributes" : [ "external", "object" ], + "id" : "43" + }, { + "range" : "130", + "domain" : "129", + "attributes" : [ "anonymous", "object" ], + "id" : "128" + }, { + "range" : "130", + "domain" : "132", + "attributes" : [ "anonymous", "object" ], + "id" : "131" + }, { + "range" : "130", + "domain" : "134", + "attributes" : [ "anonymous", "object" ], + "id" : "133" + }, { + "range" : "137", + "domain" : "136", + "attributes" : [ "anonymous", "object" ], + "id" : "135" + }, { + "range" : "137", + "domain" : "141", + "attributes" : [ "anonymous", "object" ], + "id" : "140" + }, { + "range" : "137", + "domain" : "143", + "attributes" : [ "anonymous", "object" ], + "id" : "142" + }, { + "range" : "146", + "domain" : "145", + "attributes" : [ "anonymous", "object" ], + "id" : "144" + }, { + "range" : "146", + "domain" : "148", + "attributes" : [ "anonymous", "object" ], + "id" : "147" + }, { + "range" : "146", + "domain" : "150", + "attributes" : [ "anonymous", "object" ], + "id" : "149" + }, { + "range" : "130", + "domain" : "152", + "attributes" : [ "anonymous", "object" ], + "id" : "151" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002017", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "2017-05-24T09:44:33Z", + "type" : "label" + } ], + "created_by" : [ { + "identifier" : "created_by", + "language" : "undefined", + "value" : "dos", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "RO_0002017", + "undefined" : "has component activity" + }, + "superproperty" : [ "153" ], + "domain" : "23", + "subproperty" : [ "99", "154" ], + "comment" : { + "undefined" : "A 'has component activity' B if A is A and B are molecular functions (GO_0003674) and A has_component B." + }, + "attributes" : [ "external", "object" ], + "id" : "100" + }, { + "range" : "130", + "domain" : "156", + "attributes" : [ "anonymous", "object" ], + "id" : "155" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002018", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "w 'has process component' p if p and w are processes, w 'has part' p and w is such that it can be directly disassembled into into n parts p, p2, p3, ..., pn, where these parts are of similar type.", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "2017-05-24T09:49:21Z", + "type" : "label" + } ], + "created_by" : [ { + "identifier" : "created_by", + "language" : "undefined", + "value" : "dos", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "RO_0002018", + "undefined" : "has component process" + }, + "superproperty" : [ "160" ], + "domain" : "23", + "subproperty" : [ "100" ], + "attributes" : [ "external", "object" ], + "id" : "153" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0000079", + "inverse" : "36", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "161", + "annotations" : { + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "this catalysis function is a function of this enzyme", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "a relation between a function and an independent continuant (the bearer), in which the function specifically depends on the bearer for its existence", + "type" : "label" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "en", + "value" : "A function inheres in its bearer at all times for which the function exists, however the function need not be realized at all the times that the function exists.", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "function_of", + "type" : "label" + }, { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "is function of", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "RO_0000079", + "en" : "function of" + }, + "superproperty" : [ "40" ], + "domain" : "13", + "comment" : { + "undefined" : "This relation is modeled after the BFO relation of the same name which was in BFO2, but is used in a more restricted sense - specifically, we model this relation as functional (inherited from characteristic-of). Note that this relation is now removed from BFO2020." + }, + "attributes" : [ "external", "object" ], + "id" : "44" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002015", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A relationship that holds between a GO molecular function and a component of that molecular function that positively regulates the activity of the whole. More formally, A 'has regulatory component activity' B iff :A and B are GO molecular functions (GO_0003674), A has_component B and A is positively regulated by B.", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "2017-05-24T09:31:17Z", + "type" : "label" + } ], + "created_by" : [ { + "identifier" : "created_by", + "language" : "undefined", + "value" : "dos", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "RO_0002015", + "undefined" : "has positive regulatory component activity" + }, + "superproperty" : [ "77", "99" ], + "domain" : "23", + "comment" : { + "undefined" : "By convention GO molecular functions are classified by their effector function and internal regulatory functions are treated as components. So, for example calmodulin has a protein binding activity that has positive regulatory component activity calcium binding activity. Receptor tyrosine kinase activity is a tyrosine kinase activity that has positive regulatory component 'ligand binding'." + }, + "attributes" : [ "external", "object" ], + "id" : "102" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0000080", + "inverse" : "34", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "this red color is a quality of this apple", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "a relation between a quality and an independent continuant (the bearer), in which the quality specifically depends on the bearer for its existence", + "type" : "label" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "en", + "value" : "A quality inheres in its bearer at all times for which the quality exists.", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "is quality of", + "type" : "label" + }, { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "quality_of", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "RO_0000080", + "en" : "quality of" + }, + "superproperty" : [ "40" ], + "domain" : "23", + "comment" : { + "undefined" : "This relation is modeled after the BFO relation of the same name which was in BFO2, but is used in a more restricted sense - specifically, we model this relation as functional (inherited from characteristic-of). Note that this relation is now removed from BFO2020." + }, + "attributes" : [ "external", "object" ], + "id" : "41" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0000081", + "inverse" : "35", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "162", + "annotations" : { + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "this investigator role is a role of this person", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "a relation between a role and an independent continuant (the bearer), in which the role specifically depends on the bearer for its existence", + "type" : "label" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "en", + "value" : "A role inheres in its bearer at all times for which the role exists, however the role need not be realized at all the times that the role exists.", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "is role of", + "type" : "label" + }, { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "role_of", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "RO_0000081", + "en" : "role of" + }, + "superproperty" : [ "40" ], + "domain" : "94", + "comment" : { + "undefined" : "This relation is modeled after the BFO relation of the same name which was in BFO2, but is used in a more restricted sense - specifically, we model this relation as functional (inherited from characteristic-of). Note that this relation is now removed from BFO2020." + }, + "attributes" : [ "external", "object" ], + "id" : "42" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002024", + "inverse" : "81", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "hasDbXref" : [ { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "GOC:dos", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "Process(P2) is directly postively regulated by process(P1) iff: P1 positively regulates P2 via direct physical interaction between an agent executing P1 (or some part of P1) and an agent executing P2 (or some part of P2). For example, if protein A has protein binding activity(P1) that targets protein B and this binding positively regulates the kinase activity (P2) of protein B then P2 is directly postively regulated by P1.", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "2017-09-17T13:52:47Z", + "type" : "label" + } ], + "created_by" : [ { + "identifier" : "created_by", + "language" : "undefined", + "value" : "dos", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "RO_0002024", + "undefined" : "directly positively regulated by" + }, + "superproperty" : [ "167" ], + "domain" : "23", + "attributes" : [ "external", "object" ], + "id" : "166" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002025", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "hasDbXref" : [ { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "GOC:dos", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A 'has effector activity' B if A and B are GO molecular functions (GO_0003674), A 'has component activity' B and B is the effector (output function) of B. Each compound function has only one effector activity.", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "2017-09-22T14:14:36Z", + "type" : "label" + } ], + "created_by" : [ { + "identifier" : "created_by", + "language" : "undefined", + "value" : "dos", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "RO_0002025", + "undefined" : "has effector activity" + }, + "superproperty" : [ "100" ], + "domain" : "23", + "comment" : { + "undefined" : "This relation is designed for constructing compound molecular functions, typically in combination with one or more regulatory component activity relations." + }, + "attributes" : [ "external", "object", "functional" ], + "id" : "154" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002264", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "undefined", + "value" : "A gene product that has some activity, where that activity may be a part of a pathway or upstream of the pathway.", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "c acts upstream of or within p if c is enables f, and f is causally upstream of or within p. c is a material entity and p is an process.", + "type" : "label" + } ], + "hasRelatedSynonym" : [ { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "affects", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/valid_for_go_gp2term", + "type" : "iri" + } ], + "seeAlso" : [ { + "identifier" : "seeAlso", + "language" : "undefined", + "value" : "http://wiki.geneontology.org/index.php/Acts_upstream_of_or_within", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "RO_0002264", + "undefined" : "acts upstream of or within" + }, + "superproperty" : [ "72" ], + "domain" : "23", + "subproperty" : [ "169", "170", "171", "172" ], + "attributes" : [ "external", "object" ], + "id" : "168" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002022", + "inverse" : "173", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "hasDbXref" : [ { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "GOC:dos", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "2017-09-17T13:52:24Z", + "type" : "label" + } ], + "created_by" : [ { + "identifier" : "created_by", + "language" : "undefined", + "value" : "dos", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "RO_0002022", + "undefined" : "directly regulated by" + }, + "superproperty" : [ "101" ], + "domain" : "23", + "subproperty" : [ "166", "174" ], + "comment" : { + "undefined" : "Process(P2) is directly regulated by process(P1) iff: P1 regulates P2 via direct physical interaction between an agent executing P1 (or some part of P1) and an agent executing P2 (or some part of P2). For example, if protein A has protein binding activity(P1) that targets protein B and this binding regulates the kinase activity (P2) of protein B then P1 directly regulates P2." + }, + "attributes" : [ "external", "object" ], + "id" : "167" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0000086", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "this apple has quality this red color", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "a relation between an independent continuant (the bearer) and a quality, in which the quality specifically depends on the bearer for its existence", + "type" : "label" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "en", + "value" : "A bearer can have many qualities, and its qualities can exist for different periods of time, but none of its qualities can exist when the bearer does not exist.", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "has_quality", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "RO_0000086", + "en" : "has quality" + }, + "superproperty" : [ "32" ], + "domain" : "23", + "attributes" : [ "external", "object" ], + "id" : "34" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0000087", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "94", + "annotations" : { + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "this person has role this investigator role (more colloquially: this person has this role of investigator)", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "a relation between an independent continuant (the bearer) and a role, in which the role specifically depends on the bearer for its existence", + "type" : "label" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "en", + "value" : "A bearer can have many roles, and its roles can exist for different periods of time, but none of its roles can exist when the bearer does not exist. A role need not be realized at all the times that the role exists.", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "has_role", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "RO_0000087", + "en" : "has role" + }, + "superproperty" : [ "32" ], + "domain" : "162", + "attributes" : [ "external", "object" ], + "id" : "35" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002023", + "inverse" : "175", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "hasDbXref" : [ { + "identifier" : "hasDbXref", + "language" : "undefined", + "value" : "GOC:dos", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "Process(P2) is directly negatively regulated by process(P1) iff: P1 negatively regulates P2 via direct physical interaction between an agent executing P1 (or some part of P1) and an agent executing P2 (or some part of P2). For example, if protein A has protein binding activity(P1) that targets protein B and this binding negatively regulates the kinase activity (P2) of protein B then P2 directly negatively regulated by P1.", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "2017-09-17T13:52:38Z", + "type" : "label" + } ], + "created_by" : [ { + "identifier" : "created_by", + "language" : "undefined", + "value" : "dos", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "RO_0002023", + "undefined" : "directly negatively regulated by" + }, + "superproperty" : [ "167" ], + "domain" : "23", + "attributes" : [ "external", "object" ], + "id" : "174" + }, { + "range" : "88", + "domain" : "177", + "attributes" : [ "anonymous", "object" ], + "id" : "176" + }, { + "range" : "88", + "domain" : "179", + "attributes" : [ "anonymous", "object" ], + "id" : "178" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0000085", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "13", + "annotations" : { + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "this enzyme has function this catalysis function (more colloquially: this enzyme has this catalysis function)", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "a relation between an independent continuant (the bearer) and a function, in which the function specifically depends on the bearer for its existence", + "type" : "label" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "en", + "value" : "A bearer can have many functions, and its functions can exist for different periods of time, but none of its functions can exist when the bearer does not exist. A function need not be realized at all the times that the function exists.", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "has_function", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "RO_0000085", + "en" : "has function" + }, + "superproperty" : [ "32" ], + "domain" : "161", + "attributes" : [ "external", "object" ], + "id" : "36" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002263", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "undefined", + "value" : "A faulty traffic light (material entity) whose malfunctioning (a process) is causally upstream of a traffic collision (a process): the traffic light acts upstream of the collision.", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "c acts upstream of p if and only if c enables some f that is involved in p' and p' occurs chronologically before p, is not part of p, and affects the execution of p. c is a material entity and f, p, p' are processes.", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/valid_for_go_gp2term", + "type" : "iri" + } ], + "seeAlso" : [ { + "identifier" : "seeAlso", + "language" : "undefined", + "value" : "http://wiki.geneontology.org/index.php/Acts_upstream_of", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "RO_0002263", + "undefined" : "acts upstream of" + }, + "superproperty" : [ "168" ], + "domain" : "23", + "subproperty" : [ "180", "181", "182" ], + "attributes" : [ "external", "object" ], + "id" : "170" + }, { + "range" : "88", + "domain" : "118", + "attributes" : [ "anonymous", "object" ], + "id" : "183" + }, { + "range" : "146", + "domain" : "185", + "attributes" : [ "anonymous", "object" ], + "id" : "184" + }, { + "range" : "146", + "domain" : "187", + "attributes" : [ "anonymous", "object" ], + "id" : "186" + }, { + "range" : "191", + "domain" : "190", + "attributes" : [ "anonymous", "object" ], + "id" : "189" + }, { + "range" : "194", + "domain" : "193", + "attributes" : [ "anonymous", "object" ], + "id" : "192" + }, { + "range" : "194", + "domain" : "196", + "attributes" : [ "anonymous", "object" ], + "id" : "195" + }, { + "range" : "199", + "domain" : "198", + "attributes" : [ "anonymous", "object" ], + "id" : "197" + }, { + "range" : "199", + "domain" : "96", + "attributes" : [ "anonymous", "object" ], + "id" : "200" + }, { + "range" : "158", + "domain" : "188", + "attributes" : [ "anonymous", "object" ], + "id" : "201" + }, { + "range" : "210", + "domain" : "209", + "attributes" : [ "anonymous", "object" ], + "id" : "208" + }, { + "range" : "106", + "domain" : "105", + "attributes" : [ "anonymous", "object" ], + "id" : "211" + }, { + "range" : "214", + "domain" : "213", + "attributes" : [ "anonymous", "object" ], + "id" : "212" + }, { + "range" : "214", + "domain" : "216", + "attributes" : [ "anonymous", "object" ], + "id" : "215" + }, { + "range" : "216", + "domain" : "191", + "attributes" : [ "anonymous", "object" ], + "id" : "219" + }, { + "range" : "224", + "domain" : "223", + "attributes" : [ "anonymous", "object" ], + "id" : "222" + }, { + "range" : "224", + "domain" : "226", + "attributes" : [ "anonymous", "object" ], + "id" : "225" + }, { + "range" : "229", + "domain" : "228", + "attributes" : [ "anonymous", "object" ], + "id" : "227" + }, { + "range" : "229", + "domain" : "231", + "attributes" : [ "anonymous", "object" ], + "id" : "230" + }, { + "range" : "234", + "domain" : "233", + "attributes" : [ "anonymous", "object" ], + "id" : "232" + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000417", + "inverse" : "239", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "238", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "achieves_planned_objective", + "type" : "label" + } ], + "IAO_0000232" : [ { + "identifier" : "IAO_0000232", + "language" : "undefined", + "value" : "modified according to email thread from 1/23/09 in accordince with DT and PPPB branch", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "undefined", + "value" : "A cell sorting process achieves the objective specification 'material separation objective'", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "This relation obtains between a planned process and a objective specification when the criteria specified in the objective specification are met at the end of the planned process.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "BP, AR, PPPB branch", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "PPPB branch derived", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0000417", + "undefined" : "achieves_planned_objective" + }, + "domain" : "236", + "attributes" : [ "external", "object" ], + "id" : "237" + }, { + "range" : "210", + "domain" : "241", + "attributes" : [ "anonymous", "object" ], + "id" : "240" + }, { + "range" : "13", + "domain" : "107", + "attributes" : [ "anonymous", "object" ], + "id" : "245" + }, { + "range" : "247", + "domain" : "216", + "attributes" : [ "anonymous", "object" ], + "id" : "246" + }, { + "range" : "51", + "domain" : "50", + "attributes" : [ "anonymous", "object" ], + "id" : "248" + }, { + "iri" : "http://purl.obolibrary.org/obo/BFO_0000062", + "inverse" : "90", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "preceded by", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "x is preceded by y if and only if the time point at which y ends is before or equivalent to the time point at which x starts. Formally: x preceded by y iff ω(y) <= α(x), where α is a function that maps a process to a start point, and ω is a function that maps a process to an end point.", + "type" : "label" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "en", + "value" : "An example is: translation preceded_by transcription; aging preceded_by development (not however death preceded_by aging). Where derives_from links classes of continuants, preceded_by links classes of processes. Clearly, however, these two relations are not independent of each other. Thus if cells of type C1 derive_from cells of type C, then any cell division involving an instance of C1 in a given lineage is preceded_by cellular processes involving an instance of C. The assertion P preceded_by P1 tells us something about Ps in general: that is, it tells us something about what happened earlier, given what we know about what happened later. Thus it does not provide information pointing in the opposite direction, concerning instances of P1 in general; that is, that each is such as to be succeeded by some instance of P. Note that an assertion to the effect that P preceded_by P1 is rather weak; it tells us little about the relations between the underlying instances in virtue of which the preceded_by relation obtains. Typically we will be interested in stronger relations, for example in the relation immediately_preceded_by, or in relations which combine preceded_by with a condition to the effect that the corresponding instances of P and P1 share participants, or that their participants are connected by relations of derivation, or (as a first step along the road to a treatment of causality) that the one process in some way affects (for example, initiates or regulates) the other.", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "preceded_by", + "type" : "label" + }, { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "is preceded by", + "type" : "label" + } ], + "source" : [ { + "identifier" : "source", + "language" : "undefined", + "value" : "http://www.obofoundry.org/ro/#OBO_REL:preceded_by", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ro/subsets#ro-eco", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "BFO_0000062", + "en" : "preceded by" + }, + "superproperty" : [ "91" ], + "domain" : "23", + "subproperty" : [ "250", "251" ], + "attributes" : [ "transitive", "external", "object" ], + "id" : "249" + }, { + "iri" : "http://purl.obolibrary.org/obo/BFO_0000063", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "precedes", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "x precedes y if and only if the time point at which x ends is before or equivalent to the time point at which y starts. Formally: x precedes y iff ω(x) <= α(y), where α is a function that maps a process to a start point, and ω is a function that maps a process to an end point.", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ro/subsets#ro-eco", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "BFO_0000063", + "en" : "precedes" + }, + "superproperty" : [ "89" ], + "domain" : "23", + "subproperty" : [ "254", "255" ], + "attributes" : [ "transitive", "external", "object" ], + "id" : "90" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002629", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "p directly positively regulates q iff p is immediately causally upstream of q, and p positively regulates q.", + "type" : "label" + } ], + "IAO_0000589" : [ { + "identifier" : "IAO_0000589", + "language" : "undefined", + "value" : "directly positively regulates (process to process)", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations", + "type" : "iri" + } ], + "RO_0004049" : [ { + "identifier" : "RO_0004049", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/RO_0002578", + "type" : "iri" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/valid_for_go_ontology", + "type" : "iri" + }, { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/valid_for_gocam", + "type" : "iri" + }, { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "RO_0002629", + "undefined" : "directly positively regulates" + }, + "superproperty" : [ "173", "76" ], + "domain" : "23", + "attributes" : [ "external", "object" ], + "id" : "81" + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000293", + "inverse" : "28", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "202", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "has_specified_input", + "type" : "label" + }, { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "has_specified_input", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "see is_input_of example_of_usage", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The inverse property of is_specified_input_of", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/obi.owl", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000122", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON: Larry Hunter", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "PERSON: Alan Ruttenberg", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON: Bjoern Peters", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON: Melanie Coutot", + "type" : "label" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "undefined", + "value" : "8/17/09: specified inputs of one process are not necessarily specified inputs of a larger process that it is part of. This is in contrast to how 'has participant' works.", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0000293", + "en" : "has_specified_input" + }, + "superproperty" : [ "25" ], + "domain" : "114", + "attributes" : [ "external", "object", "allValues" ], + "id" : "259" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002630", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "RO_0004050" : [ { + "identifier" : "RO_0004050", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/RO_0002578", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "p directly negatively regulates q iff p is immediately causally upstream of q, and p negatively regulates q.", + "type" : "label" + } ], + "IAO_0000589" : [ { + "identifier" : "IAO_0000589", + "language" : "undefined", + "value" : "directly negatively regulates (process to process)", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations", + "type" : "iri" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/valid_for_gocam", + "type" : "iri" + }, { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension", + "type" : "iri" + }, { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/valid_for_go_ontology", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "RO_0002630", + "undefined" : "directly negatively regulates" + }, + "superproperty" : [ "173", "260" ], + "domain" : "23", + "attributes" : [ "external", "object" ], + "id" : "175" + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000833", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "236", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "objective_achieved_by", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "This relation obtains between an objective specification and a planned process when the criteria specified in the objective specification are met at the end of the planned process.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000122", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "OBI", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "OBI", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0000833", + "undefined" : "objective_achieved_by" + }, + "domain" : "238", + "attributes" : [ "external", "object" ], + "id" : "239" + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000293", + "inverse" : "28", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "137", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "has_specified_input", + "type" : "label" + }, { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "has_specified_input", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "see is_input_of example_of_usage", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The inverse property of is_specified_input_of", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/obi.owl", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000122", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON: Larry Hunter", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "PERSON: Alan Ruttenberg", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON: Bjoern Peters", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON: Melanie Coutot", + "type" : "label" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "undefined", + "value" : "8/17/09: specified inputs of one process are not necessarily specified inputs of a larger process that it is part of. This is in contrast to how 'has participant' works.", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0000293", + "en" : "has_specified_input" + }, + "superproperty" : [ "25" ], + "domain" : "243", + "attributes" : [ "external", "object", "allValues" ], + "id" : "261" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0000087", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "264", + "annotations" : { + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "this person has role this investigator role (more colloquially: this person has this role of investigator)", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "a relation between an independent continuant (the bearer) and a role, in which the role specifically depends on the bearer for its existence", + "type" : "label" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "en", + "value" : "A bearer can have many roles, and its roles can exist for different periods of time, but none of its roles can exist when the bearer does not exist. A role need not be realized at all the times that the role exists.", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "has_role", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "RO_0000087", + "en" : "has role" + }, + "superproperty" : [ "32" ], + "domain" : "95", + "attributes" : [ "external", "someValues", "object" ], + "id" : "263" + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000293", + "inverse" : "28", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "137", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "has_specified_input", + "type" : "label" + }, { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "has_specified_input", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "see is_input_of example_of_usage", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The inverse property of is_specified_input_of", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/obi.owl", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000122", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON: Larry Hunter", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "PERSON: Alan Ruttenberg", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON: Bjoern Peters", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON: Melanie Coutot", + "type" : "label" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "undefined", + "value" : "8/17/09: specified inputs of one process are not necessarily specified inputs of a larger process that it is part of. This is in contrast to how 'has participant' works.", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0000293", + "en" : "has_specified_input" + }, + "superproperty" : [ "25" ], + "domain" : "115", + "attributes" : [ "external", "someValues", "object" ], + "id" : "265" + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000293", + "inverse" : "28", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "137", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "has_specified_input", + "type" : "label" + }, { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "has_specified_input", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "see is_input_of example_of_usage", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The inverse property of is_specified_input_of", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/obi.owl", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000122", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON: Larry Hunter", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "PERSON: Alan Ruttenberg", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON: Bjoern Peters", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON: Melanie Coutot", + "type" : "label" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "undefined", + "value" : "8/17/09: specified inputs of one process are not necessarily specified inputs of a larger process that it is part of. This is in contrast to how 'has participant' works.", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0000293", + "en" : "has_specified_input" + }, + "superproperty" : [ "25" ], + "domain" : "115", + "attributes" : [ "external", "object", "allValues" ], + "id" : "266" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0000085", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "17", + "annotations" : { + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "this enzyme has function this catalysis function (more colloquially: this enzyme has this catalysis function)", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "a relation between an independent continuant (the bearer) and a function, in which the function specifically depends on the bearer for its existence", + "type" : "label" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "en", + "value" : "A bearer can have many functions, and its functions can exist for different periods of time, but none of its functions can exist when the bearer does not exist. A function need not be realized at all the times that the function exists.", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "has_function", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "RO_0000085", + "en" : "has function" + }, + "superproperty" : [ "32" ], + "domain" : "268", + "attributes" : [ "external", "someValues", "object" ], + "id" : "267" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0000085", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "15", + "annotations" : { + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "this enzyme has function this catalysis function (more colloquially: this enzyme has this catalysis function)", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "a relation between an independent continuant (the bearer) and a function, in which the function specifically depends on the bearer for its existence", + "type" : "label" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "en", + "value" : "A bearer can have many functions, and its functions can exist for different periods of time, but none of its functions can exist when the bearer does not exist. A function need not be realized at all the times that the function exists.", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "has_function", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "RO_0000085", + "en" : "has function" + }, + "superproperty" : [ "32" ], + "domain" : "268", + "attributes" : [ "external", "someValues", "object" ], + "id" : "269" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0000087", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "272", + "annotations" : { + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "this person has role this investigator role (more colloquially: this person has this role of investigator)", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "a relation between an independent continuant (the bearer) and a role, in which the role specifically depends on the bearer for its existence", + "type" : "label" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "en", + "value" : "A bearer can have many roles, and its roles can exist for different periods of time, but none of its roles can exist when the bearer does not exist. A role need not be realized at all the times that the role exists.", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "has_role", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "RO_0000087", + "en" : "has role" + }, + "superproperty" : [ "32" ], + "domain" : "271", + "attributes" : [ "external", "someValues", "object" ], + "id" : "270" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0000085", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "12", + "annotations" : { + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "this enzyme has function this catalysis function (more colloquially: this enzyme has this catalysis function)", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "a relation between an independent continuant (the bearer) and a function, in which the function specifically depends on the bearer for its existence", + "type" : "label" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "en", + "value" : "A bearer can have many functions, and its functions can exist for different periods of time, but none of its functions can exist when the bearer does not exist. A function need not be realized at all the times that the function exists.", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "has_function", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "RO_0000085", + "en" : "has function" + }, + "superproperty" : [ "32" ], + "domain" : "268", + "attributes" : [ "external", "someValues", "object" ], + "id" : "273" + }, { + "iri" : "http://purl.obolibrary.org/obo/BFO_0000051", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "has part", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "my body has part my brain (continuant parthood, two material entities)", + "type" : "label" + }, { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "this year has part this day (occurrent parthood)", + "type" : "label" + }, { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "my stomach has part my stomach cavity (continuant parthood, material entity has part immaterial entity)", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "a core relation that holds between a whole and its part", + "type" : "label" + } ], + "RO_0001900" : [ { + "identifier" : "RO_0001900", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/RO_0001901", + "type" : "iri" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "en", + "value" : "Occurrents are not subject to change and so parthood between occurrents holds for all the times that the part exists. Many continuants are subject to change, so parthood between continuants will only hold at certain times, but this is difficult to specify in OWL. See https://code.google.com/p/obo-relations/wiki/ROAndTime", + "type" : "label" + }, { + "identifier" : "IAO_0000116", + "language" : "en", + "value" : "Occurrents are not subject to change and so parthood between occurrents holds for all the times that the part exists. Many continuants are subject to change, so parthood between continuants will only hold at certain times, but this is difficult to specify in OWL. See http://purl.obolibrary.org/obo/ro/docs/temporal-semantics/", + "type" : "label" + }, { + "identifier" : "IAO_0000116", + "language" : "en", + "value" : "Everything has itself as a part. Any part of any part of a thing is itself part of that thing. Two distinct things cannot have each other as a part.", + "type" : "label" + }, { + "identifier" : "IAO_0000116", + "language" : "en", + "value" : "Parthood requires the part and the whole to have compatible classes: only an occurrent have an occurrent as part; only a process can have a process as part; only a continuant can have a continuant as part; only an independent continuant can have an independent continuant as part; only a specifically dependent continuant can have a specifically dependent continuant as part; only a generically dependent continuant can have a generically dependent continuant as part. (This list is not exhaustive.)\n\nA continuant cannot have an occurrent as part: use 'participates in'. An occurrent cannot have a continuant as part: use 'has participant'. An immaterial entity cannot have a material entity as part: use 'location of'. An independent continuant cannot have a specifically dependent continuant as part: use 'bearer of'. A specifically dependent continuant cannot have an independent continuant as part: use 'inheres in'.", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "has_part", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/valid_for_go_ontology", + "type" : "iri" + }, { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension", + "type" : "iri" + }, { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/valid_for_gocam", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "BFO_0000051", + "en" : "has part" + }, + "superproperty" : [ "275" ], + "domain" : "23", + "subproperty" : [ "160", "276", "277" ], + "attributes" : [ "transitive", "external", "object" ], + "id" : "274" + }, { + "iri" : "http://purl.obolibrary.org/obo/BFO_0000050", + "inverse" : "274", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "is part of", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "my stomach cavity is part of my stomach (continuant parthood, immaterial entity is part of material entity)", + "type" : "label" + }, { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "this day is part of this year (occurrent parthood)", + "type" : "label" + }, { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "my brain is part of my body (continuant parthood, two material entities)", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "a core relation that holds between a part and its whole", + "type" : "label" + } ], + "RO_0001900" : [ { + "identifier" : "RO_0001900", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/RO_0001901", + "type" : "iri" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "en", + "value" : "Occurrents are not subject to change and so parthood between occurrents holds for all the times that the part exists. Many continuants are subject to change, so parthood between continuants will only hold at certain times, but this is difficult to specify in OWL. See https://code.google.com/p/obo-relations/wiki/ROAndTime", + "type" : "label" + }, { + "identifier" : "IAO_0000116", + "language" : "en", + "value" : "Occurrents are not subject to change and so parthood between occurrents holds for all the times that the part exists. Many continuants are subject to change, so parthood between continuants will only hold at certain times, but this is difficult to specify in OWL. See http://purl.obolibrary.org/obo/ro/docs/temporal-semantics/", + "type" : "label" + }, { + "identifier" : "IAO_0000116", + "language" : "en", + "value" : "Parthood requires the part and the whole to have compatible classes: only an occurrent can be part of an occurrent; only a process can be part of a process; only a continuant can be part of a continuant; only an independent continuant can be part of an independent continuant; only an immaterial entity can be part of an immaterial entity; only a specifically dependent continuant can be part of a specifically dependent continuant; only a generically dependent continuant can be part of a generically dependent continuant. (This list is not exhaustive.)\n\nA continuant cannot be part of an occurrent: use 'participates in'. An occurrent cannot be part of a continuant: use 'has participant'. A material entity cannot be part of an immaterial entity: use 'has location'. A specifically dependent continuant cannot be part of an independent continuant: use 'inheres in'. An independent continuant cannot be part of a specifically dependent continuant: use 'bearer of'.", + "type" : "label" + }, { + "identifier" : "IAO_0000116", + "language" : "en", + "value" : "Everything is part of itself. Any part of any part of a thing is itself part of that thing. Two distinct things cannot be part of each other.", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "part_of", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/valid_for_go_ontology", + "type" : "iri" + }, { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/valid_for_gocam", + "type" : "iri" + }, { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/valid_for_go_gp2term", + "type" : "iri" + }, { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension", + "type" : "iri" + } ], + "seeAlso" : [ { + "identifier" : "seeAlso", + "language" : "undefined", + "value" : "http://ontologydesignpatterns.org/wiki/Submissions:PartOf", + "type" : "iri" + }, { + "identifier" : "seeAlso", + "language" : "undefined", + "value" : "http://www.obofoundry.org/ro/#OBO_REL:part_of", + "type" : "label" + }, { + "identifier" : "seeAlso", + "language" : "undefined", + "value" : "http://ontologydesignpatterns.org/wiki/Community:Parts_and_Collections", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "BFO_0000050", + "en" : "part of" + }, + "superproperty" : [ "275" ], + "domain" : "23", + "subproperty" : [ "280" ], + "attributes" : [ "transitive", "external", "object" ], + "id" : "279" + }, { + "iri" : "http://purl.obolibrary.org/obo/BFO_0000054", + "inverse" : "303", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "236", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "realized in", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "this disease is realized in this disease course", + "type" : "label" + }, { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "this fragility is realized in this shattering", + "type" : "label" + }, { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "this investigator role is realized in this investigation", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/bfo.owl", + "type" : "iri" + } ], + "IAO_0000600" : [ { + "identifier" : "IAO_0000600", + "language" : "en", + "value" : "[copied from inverse property 'realizes'] to say that b realizes c at t is to assert that there is some material entity d & b is a process which has participant d at t & c is a disposition or role of which d is bearer_of at t& the type instantiated by b is correlated with the type instantiated by c. (axiom label in BFO2 Reference: [059-003])", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "is realized by", + "type" : "label" + }, { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "realized_in", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "BFO_0000054", + "en" : "realized in" + }, + "domain" : "302", + "comment" : { + "undefined" : "Paraphrase of elucidation: a relation between a realizable entity and a process, where there is some material entity that is bearer of the realizable entity and participates in the process, and the realizable entity comes to be realized in the course of the process" + }, + "attributes" : [ "external", "object", "allValues" ], + "id" : "301" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0000087", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "305", + "annotations" : { + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "this person has role this investigator role (more colloquially: this person has this role of investigator)", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "a relation between an independent continuant (the bearer) and a role, in which the role specifically depends on the bearer for its existence", + "type" : "label" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "en", + "value" : "A bearer can have many roles, and its roles can exist for different periods of time, but none of its roles can exist when the bearer does not exist. A role need not be realized at all the times that the role exists.", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "has_role", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "RO_0000087", + "en" : "has role" + }, + "superproperty" : [ "32" ], + "domain" : "278", + "attributes" : [ "external", "someValues", "object" ], + "id" : "304" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0000085", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "13", + "annotations" : { + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "this enzyme has function this catalysis function (more colloquially: this enzyme has this catalysis function)", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "a relation between an independent continuant (the bearer) and a function, in which the function specifically depends on the bearer for its existence", + "type" : "label" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "en", + "value" : "A bearer can have many functions, and its functions can exist for different periods of time, but none of its functions can exist when the bearer does not exist. A function need not be realized at all the times that the function exists.", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "has_function", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "RO_0000085", + "en" : "has function" + }, + "superproperty" : [ "32" ], + "domain" : "198", + "attributes" : [ "external", "someValues", "object" ], + "id" : "308" + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000312", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "220", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "is_specified_output_of", + "type" : "label" + }, { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "is_specified_output_of", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A relation between a planned process and a continuant participating in that process. The presence of the continuant at the end of the process is explicitly specified in the objective specification which the process realizes the concretization of.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/obi.owl", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000122", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON:Bjoern Peters", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "Alan Ruttenberg", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0000312", + "en" : "is_specified_output_of" + }, + "superproperty" : [ "27" ], + "domain" : "202", + "attributes" : [ "external", "someValues", "object" ], + "id" : "309" + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000312", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "220", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "is_specified_output_of", + "type" : "label" + }, { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "is_specified_output_of", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A relation between a planned process and a continuant participating in that process. The presence of the continuant at the end of the process is explicitly specified in the objective specification which the process realizes the concretization of.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/obi.owl", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000122", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON:Bjoern Peters", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "Alan Ruttenberg", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0000312", + "en" : "is_specified_output_of" + }, + "superproperty" : [ "27" ], + "domain" : "202", + "attributes" : [ "external", "someValues", "object" ], + "id" : "310" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0000085", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "107", + "annotations" : { + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "this enzyme has function this catalysis function (more colloquially: this enzyme has this catalysis function)", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "a relation between an independent continuant (the bearer) and a function, in which the function specifically depends on the bearer for its existence", + "type" : "label" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "en", + "value" : "A bearer can have many functions, and its functions can exist for different periods of time, but none of its functions can exist when the bearer does not exist. A function need not be realized at all the times that the function exists.", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "has_function", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "RO_0000085", + "en" : "has function" + }, + "superproperty" : [ "32" ], + "domain" : "262", + "attributes" : [ "external", "someValues", "object" ], + "id" : "311" + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000299", + "inverse" : "30", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "95", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "has_specified_output", + "type" : "label" + }, { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "has_specified_output", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The inverse property of is_specified_output_of", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/obi.owl", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000122", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "PERSON: Alan Ruttenberg", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON: Larry Hunter", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON: Melanie Courtot", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON: Bjoern Peters", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0000299", + "en" : "has_specified_output" + }, + "superproperty" : [ "25" ], + "domain" : "235", + "attributes" : [ "external", "someValues", "object" ], + "id" : "312" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0000087", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "315", + "annotations" : { + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "this person has role this investigator role (more colloquially: this person has this role of investigator)", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "a relation between an independent continuant (the bearer) and a role, in which the role specifically depends on the bearer for its existence", + "type" : "label" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "en", + "value" : "A bearer can have many roles, and its roles can exist for different periods of time, but none of its roles can exist when the bearer does not exist. A role need not be realized at all the times that the role exists.", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "has_role", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "RO_0000087", + "en" : "has role" + }, + "superproperty" : [ "32" ], + "domain" : "97", + "attributes" : [ "external", "someValues", "object" ], + "id" : "314" + }, { + "iri" : "http://purl.obolibrary.org/obo/BFO_0000054", + "inverse" : "303", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "105", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "realized in", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "this disease is realized in this disease course", + "type" : "label" + }, { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "this fragility is realized in this shattering", + "type" : "label" + }, { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "this investigator role is realized in this investigation", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/bfo.owl", + "type" : "iri" + } ], + "IAO_0000600" : [ { + "identifier" : "IAO_0000600", + "language" : "en", + "value" : "[copied from inverse property 'realizes'] to say that b realizes c at t is to assert that there is some material entity d & b is a process which has participant d at t & c is a disposition or role of which d is bearer_of at t& the type instantiated by b is correlated with the type instantiated by c. (axiom label in BFO2 Reference: [059-003])", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "is realized by", + "type" : "label" + }, { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "realized_in", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "BFO_0000054", + "en" : "realized in" + }, + "domain" : "305", + "comment" : { + "undefined" : "Paraphrase of elucidation: a relation between a realizable entity and a process, where there is some material entity that is bearer of the realizable entity and participates in the process, and the realizable entity comes to be realized in the course of the process" + }, + "attributes" : [ "external", "object", "allValues" ], + "id" : "316" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0000079", + "inverse" : "36", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "199", + "annotations" : { + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "this catalysis function is a function of this enzyme", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "a relation between a function and an independent continuant (the bearer), in which the function specifically depends on the bearer for its existence", + "type" : "label" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "en", + "value" : "A function inheres in its bearer at all times for which the function exists, however the function need not be realized at all the times that the function exists.", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "function_of", + "type" : "label" + }, { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "is function of", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "RO_0000079", + "en" : "function of" + }, + "superproperty" : [ "40" ], + "domain" : "107", + "comment" : { + "undefined" : "This relation is modeled after the BFO relation of the same name which was in BFO2, but is used in a more restricted sense - specifically, we model this relation as functional (inherited from characteristic-of). Note that this relation is now removed from BFO2020." + }, + "attributes" : [ "external", "someValues", "object" ], + "id" : "317" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002407", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "RO_0002579" : [ { + "identifier" : "RO_0002579", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/RO_0002213", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "p indirectly positively regulates q iff p is indirectly causally upstream of q and p positively regulates q.", + "type" : "label" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "https://orcid.org/0000-0002-6601-2165", + "type" : "iri" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "indirectly activates", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "RO_0002407", + "en" : "indirectly positively regulates" + }, + "superproperty" : [ "76", "318" ], + "domain" : "23", + "attributes" : [ "transitive", "external", "object" ], + "id" : "80" + }, { + "range" : "218", + "domain" : "217", + "attributes" : [ "anonymous", "object" ], + "id" : "319" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002405", + "inverse" : "321", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000428", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "https://orcid.org/0000-0002-6601-2165", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "RO_0002405", + "en" : "immediately causally downstream of" + }, + "superproperty" : [ "250", "251" ], + "domain" : "23", + "attributes" : [ "external", "object" ], + "id" : "320" + }, { + "range" : "203", + "domain" : "252", + "attributes" : [ "anonymous", "object" ], + "id" : "322" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002404", + "inverse" : "255", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "inverse of upstream of", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000428", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "https://orcid.org/0000-0002-6601-2165", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "RO_0002404", + "en" : "causally downstream of" + }, + "superproperty" : [ "323", "249" ], + "domain" : "23", + "subproperty" : [ "320" ], + "attributes" : [ "external", "object" ], + "id" : "250" + }, { + "range" : "242", + "domain" : "244", + "attributes" : [ "anonymous", "object" ], + "id" : "324" + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0001938", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "282", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "has value specification", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A relation between an information content entity and a value specification that specifies its value.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON: James A. Overton", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "OBI", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0001938", + "undefined" : "has value specification" + }, + "superproperty" : [ "274" ], + "domain" : "330", + "attributes" : [ "external", "object" ], + "id" : "276" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002409", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "RO_0002579" : [ { + "identifier" : "RO_0002579", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/RO_0002212", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "p indirectly negatively regulates q iff p is indirectly causally upstream of q and p negatively regulates q.", + "type" : "label" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "https://orcid.org/0000-0002-6601-2165", + "type" : "iri" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "indirectly inhibits", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "RO_0002409", + "en" : "indirectly negatively regulates" + }, + "superproperty" : [ "260", "318" ], + "domain" : "23", + "attributes" : [ "transitive", "external", "object" ], + "id" : "331" + }, { + "range" : "124", + "domain" : "205", + "attributes" : [ "anonymous", "object" ], + "id" : "332" + }, { + "range" : "124", + "domain" : "123", + "attributes" : [ "anonymous", "object" ], + "id" : "333" + }, { + "range" : "124", + "domain" : "3", + "attributes" : [ "anonymous", "object" ], + "id" : "334" + }, { + "range" : "124", + "domain" : "206", + "attributes" : [ "anonymous", "object" ], + "id" : "335" + }, { + "range" : "163", + "domain" : "165", + "attributes" : [ "anonymous", "object" ], + "id" : "336" + }, { + "range" : "157", + "domain" : "139", + "attributes" : [ "anonymous", "object" ], + "id" : "337" + }, { + "range" : "124", + "domain" : "204", + "attributes" : [ "anonymous", "object" ], + "id" : "338" + }, { + "range" : "124", + "domain" : "203", + "attributes" : [ "anonymous", "object" ], + "id" : "339" + }, { + "range" : "157", + "domain" : "159", + "attributes" : [ "anonymous", "object" ], + "id" : "340" + }, { + "range" : "157", + "domain" : "158", + "attributes" : [ "anonymous", "object" ], + "id" : "341" + }, { + "range" : "123", + "domain" : "127", + "attributes" : [ "anonymous", "object" ], + "id" : "345" + }, { + "range" : "123", + "domain" : "59", + "attributes" : [ "anonymous", "object" ], + "id" : "346" + }, { + "range" : "95", + "domain" : "96", + "attributes" : [ "anonymous", "object" ], + "id" : "347" + }, { + "range" : "123", + "domain" : "126", + "attributes" : [ "anonymous", "object" ], + "id" : "348" + }, { + "range" : "123", + "domain" : "125", + "attributes" : [ "anonymous", "object" ], + "id" : "349" + }, { + "range" : "50", + "domain" : "52", + "attributes" : [ "anonymous", "object" ], + "id" : "350" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002429", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "c involved in regulation of p if c is involved in some p' and p' positively regulates some p", + "type" : "label" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "https://orcid.org/0000-0002-6601-2165", + "type" : "iri" + } ], + "RO_0004049" : [ { + "identifier" : "RO_0004049", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/RO_0002428", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "RO_0002429", + "undefined" : "involved in positive regulation of" + }, + "superproperty" : [ "180" ], + "domain" : "23", + "attributes" : [ "external", "object" ], + "id" : "351" + }, { + "range" : "281", + "domain" : "297", + "attributes" : [ "anonymous", "object" ], + "id" : "352" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002428", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "c involved in regulation of p if c is involved in some p' and p' regulates some p", + "type" : "label" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "https://orcid.org/0000-0002-6601-2165", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "RO_0002428", + "undefined" : "involved in regulation of" + }, + "superproperty" : [ "169", "170" ], + "domain" : "23", + "subproperty" : [ "351", "353" ], + "attributes" : [ "external", "object" ], + "id" : "180" + }, { + "range" : "281", + "domain" : "296", + "attributes" : [ "anonymous", "object" ], + "id" : "354" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002427", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "inverse of causally upstream of or within", + "type" : "label" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "https://orcid.org/0000-0002-6601-2165", + "type" : "iri" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations", + "type" : "iri" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/RO_0002259", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "RO_0002427", + "undefined" : "causally downstream of or within" + }, + "superproperty" : [ "355" ], + "domain" : "23", + "subproperty" : [ "250", "101" ], + "attributes" : [ "transitive", "external", "object" ], + "id" : "323" + }, { + "range" : "281", + "domain" : "299", + "attributes" : [ "anonymous", "object" ], + "id" : "356" + }, { + "range" : "281", + "domain" : "298", + "attributes" : [ "anonymous", "object" ], + "id" : "357" + }, { + "range" : "281", + "domain" : "295", + "attributes" : [ "anonymous", "object" ], + "id" : "358" + }, { + "range" : "281", + "domain" : "294", + "attributes" : [ "anonymous", "object" ], + "id" : "370" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002431", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "c involved in or regulates p if and only if either (i) c is involved in p or (ii) c is involved in regulation of p", + "type" : "label" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "https://orcid.org/0000-0002-6601-2165", + "type" : "iri" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "undefined", + "value" : "OWL does not allow defining object properties via a Union", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "involved in or reguates", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "RO_0002431", + "undefined" : "involved in or involved in regulation of" + }, + "superproperty" : [ "72", "168" ], + "domain" : "23", + "subproperty" : [ "180", "29" ], + "attributes" : [ "external", "object" ], + "id" : "169" + }, { + "range" : "281", + "domain" : "293", + "attributes" : [ "anonymous", "object" ], + "id" : "371" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002430", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "RO_0004050" : [ { + "identifier" : "RO_0004050", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/RO_0002428", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "c involved in regulation of p if c is involved in some p' and p' negatively regulates some p", + "type" : "label" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "https://orcid.org/0000-0002-6601-2165", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "RO_0002430", + "undefined" : "involved in negative regulation of" + }, + "superproperty" : [ "180" ], + "domain" : "23", + "attributes" : [ "external", "object" ], + "id" : "353" + }, { + "range" : "281", + "domain" : "290", + "attributes" : [ "anonymous", "object" ], + "id" : "373" + }, { + "range" : "281", + "domain" : "289", + "attributes" : [ "anonymous", "object" ], + "id" : "374" + }, { + "range" : "281", + "domain" : "292", + "attributes" : [ "anonymous", "object" ], + "id" : "375" + }, { + "range" : "281", + "domain" : "291", + "attributes" : [ "anonymous", "object" ], + "id" : "376" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002418", + "inverse" : "323", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "p is 'causally upstream or within' q iff p is causally related to q, and the end of p precedes, or is coincident with, the end of q.", + "type" : "label" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "https://orcid.org/0000-0002-6601-2165", + "type" : "iri" + } ], + "hasRelatedSynonym" : [ { + "identifier" : "hasRelatedSynonym", + "language" : "undefined", + "value" : "affects", + "type" : "label" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "undefined", + "value" : "We would like to make this disjoint with 'preceded by', but this is prohibited in OWL2", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "influences (processual)", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "RO_0002418", + "undefined" : "causally upstream of or within" + }, + "superproperty" : [ "355" ], + "domain" : "23", + "subproperty" : [ "255", "378", "379" ], + "attributes" : [ "transitive", "external", "object" ], + "id" : "377" + }, { + "range" : "281", + "domain" : "287", + "attributes" : [ "anonymous", "object" ], + "id" : "380" + }, { + "range" : "281", + "domain" : "286", + "attributes" : [ "anonymous", "object" ], + "id" : "381" + }, { + "range" : "384", + "domain" : "383", + "attributes" : [ "anonymous", "object" ], + "id" : "382" + }, { + "range" : "281", + "domain" : "288", + "attributes" : [ "anonymous", "object" ], + "id" : "385" + }, { + "range" : "384", + "domain" : "387", + "attributes" : [ "anonymous", "object" ], + "id" : "386" + }, { + "range" : "281", + "domain" : "194", + "attributes" : [ "anonymous", "object" ], + "id" : "388" + }, { + "range" : "384", + "domain" : "390", + "attributes" : [ "anonymous", "object" ], + "id" : "389" + }, { + "range" : "384", + "domain" : "392", + "attributes" : [ "anonymous", "object" ], + "id" : "391" + }, { + "range" : "384", + "domain" : "394", + "attributes" : [ "anonymous", "object" ], + "id" : "393" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002412", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "p is immediately causally upstream of q iff p is causally upstream of q, and the end of p is coincident with the beginning of q.", + "type" : "label" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "https://orcid.org/0000-0002-6601-2165", + "type" : "iri" + } ], + "RO_0002575" : [ { + "identifier" : "RO_0002575", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/RO_0002411", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "RO_0002412", + "en" : "immediately causally upstream of" + }, + "superproperty" : [ "254", "255" ], + "domain" : "23", + "subproperty" : [ "173" ], + "attributes" : [ "external", "object" ], + "id" : "321" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002411", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "p is causally upstream of q iff p is causally related to q, the end of p precedes the end of q, and p is not an occurrent part of q.", + "type" : "label" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "https://orcid.org/0000-0002-6601-2165", + "type" : "iri" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension", + "type" : "iri" + }, { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/valid_for_gocam", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "RO_0002411", + "en" : "causally upstream of" + }, + "superproperty" : [ "377", "90" ], + "domain" : "23", + "subproperty" : [ "395", "78", "321", "79", "396" ], + "attributes" : [ "transitive", "external", "object" ], + "id" : "255" + }, { + "range" : "281", + "domain" : "284", + "attributes" : [ "anonymous", "object" ], + "id" : "397" + }, { + "range" : "281", + "domain" : "283", + "attributes" : [ "anonymous", "object" ], + "id" : "398" + }, { + "range" : "281", + "domain" : "285", + "attributes" : [ "anonymous", "object" ], + "id" : "399" + }, { + "range" : "71", + "domain" : "256", + "attributes" : [ "anonymous", "object" ], + "id" : "400" + }, { + "range" : "203", + "domain" : "253", + "attributes" : [ "anonymous", "object" ], + "id" : "401" + }, { + "range" : "71", + "domain" : "258", + "attributes" : [ "anonymous", "object" ], + "id" : "402" + }, { + "range" : "71", + "domain" : "257", + "attributes" : [ "anonymous", "object" ], + "id" : "404" + }, { + "range" : "94", + "domain" : "366", + "attributes" : [ "anonymous", "object" ], + "id" : "405" + }, { + "range" : "94", + "domain" : "365", + "attributes" : [ "anonymous", "object" ], + "id" : "406" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002449", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "hasExactSynonym" : [ { + "identifier" : "hasExactSynonym", + "language" : "undefined", + "value" : "molecularly decreases activity of", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "The entity A, immediately upstream of the entity B, has an activity that negatively regulates an activity performed by B. \nFor example, A and B may be gene products and binding of B by A negatively regulates the kinase activity of B.", + "type" : "label" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "https://orcid.org/0000-0002-6601-2165", + "type" : "iri" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "https://orcid.org/0000-0003-4639-4431", + "type" : "iri" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "directly inhibits", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "RO_0002449", + "undefined" : "directly negatively regulates activity of" + }, + "superproperty" : [ "408" ], + "domain" : "23", + "attributes" : [ "external", "object" ], + "id" : "407" + }, { + "range" : "94", + "domain" : "367", + "attributes" : [ "anonymous", "object" ], + "id" : "409" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002448", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "hasExactSynonym" : [ { + "identifier" : "hasExactSynonym", + "language" : "undefined", + "value" : "molecularly controls", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "The entity A, immediately upstream of the entity B, has an activity that regulates an activity performed by B. For example, A and B may be gene products and binding of B by A regulates the kinase activity of B.\n\nA and B can be physically interacting but not necessarily. Immediately upstream means there are no intermediate entity between A and B.", + "type" : "label" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "https://orcid.org/0000-0002-6601-2165", + "type" : "iri" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "https://orcid.org/0000-0003-4639-4431", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "RO_0002448", + "undefined" : "directly regulates activity of" + }, + "superproperty" : [ "411", "412" ], + "domain" : "23", + "subproperty" : [ "407", "413" ], + "attributes" : [ "external", "object" ], + "id" : "408" + }, { + "range" : "94", + "domain" : "305", + "attributes" : [ "anonymous", "object" ], + "id" : "414" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002447", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "https://orcid.org/0000-0002-6601-2165", + "type" : "iri" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "undefined", + "value" : "Axiomatization to GO to be added later", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "An interaction relation between x and y in which x catalyzes a reaction in which a phosphate group is added to y.", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "RO_0002447", + "undefined" : "phosphorylates" + }, + "superproperty" : [ "412" ], + "domain" : "23", + "attributes" : [ "external", "object" ], + "id" : "415" + }, { + "range" : "94", + "domain" : "302", + "attributes" : [ "anonymous", "object" ], + "id" : "416" + }, { + "range" : "94", + "domain" : "364", + "attributes" : [ "anonymous", "object" ], + "id" : "417" + }, { + "range" : "94", + "domain" : "363", + "attributes" : [ "anonymous", "object" ], + "id" : "418" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0012011", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "p is indirectly causally upstream of q iff p is causally upstream of q and there exists some process r such that p is causally upstream of r and r is causally upstream of q.", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "2022-09-26T06:07:17Z", + "type" : "label" + } ], + "created_by" : [ { + "identifier" : "created_by", + "language" : "undefined", + "value" : "pg", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "RO_0012011", + "en" : "indirectly causally upstream of" + }, + "superproperty" : [ "255" ], + "domain" : "23", + "subproperty" : [ "318" ], + "attributes" : [ "external", "object" ], + "id" : "396" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0012012", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "p indirectly regulates q iff p is indirectly causally upstream of q and p regulates q.", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "2022-09-26T06:08:01Z", + "type" : "label" + } ], + "created_by" : [ { + "identifier" : "created_by", + "language" : "undefined", + "value" : "pg", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "RO_0012012", + "en" : "indirectly regulates" + }, + "superproperty" : [ "396", "79" ], + "domain" : "23", + "subproperty" : [ "80", "331" ], + "attributes" : [ "external", "object" ], + "id" : "318" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002211", + "inverse" : "101", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000232" : [ { + "identifier" : "IAO_0000232", + "language" : "undefined", + "value" : "Regulation precludes parthood; the regulatory process may not be within the regulated process.", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "p regulates q iff p is causally upstream of q, the execution of p is not constant and varies according to specific conditions, and p influences the rate or magnitude of execution of q due to an effect either on some enabler of q or some enabler of a part of q.", + "type" : "label" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "https://orcid.org/0000-0001-7476-6306", + "type" : "iri" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "https://orcid.org/0000-0002-3837-8864", + "type" : "iri" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "https://orcid.org/0000-0002-6601-2165", + "type" : "iri" + } ], + "IAO_0000600" : [ { + "identifier" : "IAO_0000600", + "language" : "undefined", + "value" : "false", + "type" : "label" + } ], + "IAO_0000589" : [ { + "identifier" : "IAO_0000589", + "language" : "undefined", + "value" : "regulates (processual)", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "GO", + "type" : "label" + }, { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations", + "type" : "iri" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension", + "type" : "iri" + }, { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/valid_for_go_ontology", + "type" : "iri" + }, { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/valid_for_gocam", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "RO_0002211", + "en" : "regulates" + }, + "superproperty" : [ "255" ], + "domain" : "23", + "subproperty" : [ "173", "76", "260", "318" ], + "attributes" : [ "transitive", "external", "object" ], + "id" : "79" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002212", + "inverse" : "104", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "RO_0004050" : [ { + "identifier" : "RO_0004050", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/RO_0002211", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "p negatively regulates q iff p regulates q, and p decreases the rate or magnitude of execution of q.", + "type" : "label" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "https://orcid.org/0000-0002-6601-2165", + "type" : "iri" + } ], + "IAO_0000589" : [ { + "identifier" : "IAO_0000589", + "language" : "undefined", + "value" : "negatively regulates (process to process)", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations", + "type" : "iri" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension", + "type" : "iri" + }, { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/valid_for_go_ontology", + "type" : "iri" + }, { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/valid_for_gocam", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "RO_0002212", + "en" : "negatively regulates" + }, + "superproperty" : [ "395", "79" ], + "domain" : "23", + "subproperty" : [ "175", "331" ], + "attributes" : [ "external", "object" ], + "id" : "260" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002450", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "The entity A, immediately upstream of the entity B, has an activity that positively regulates an activity performed by B. \nFor example, A and B may be gene products and binding of B by A positively regulates the kinase activity of B.", + "type" : "label" + } ], + "hasExactSynonym" : [ { + "identifier" : "hasExactSynonym", + "language" : "undefined", + "value" : "molecularly increases activity of", + "type" : "label" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "https://orcid.org/0000-0003-4639-4431", + "type" : "iri" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "https://orcid.org/0000-0002-6601-2165", + "type" : "iri" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "directly activates", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "RO_0002450", + "undefined" : "directly positively regulates activity of" + }, + "superproperty" : [ "408" ], + "domain" : "23", + "attributes" : [ "external", "object" ], + "id" : "413" + }, { + "range" : "94", + "domain" : "360", + "attributes" : [ "anonymous", "object" ], + "id" : "420" + }, { + "range" : "94", + "domain" : "359", + "attributes" : [ "anonymous", "object" ], + "id" : "421" + }, { + "range" : "94", + "domain" : "362", + "attributes" : [ "anonymous", "object" ], + "id" : "422" + }, { + "range" : "94", + "domain" : "361", + "attributes" : [ "anonymous", "object" ], + "id" : "423" + }, { + "range" : "342", + "domain" : "214", + "attributes" : [ "anonymous", "object" ], + "id" : "424" + }, { + "range" : "328", + "domain" : "329", + "attributes" : [ "anonymous", "object" ], + "id" : "425" + }, { + "range" : "342", + "domain" : "344", + "attributes" : [ "anonymous", "object" ], + "id" : "426" + }, { + "range" : "342", + "domain" : "247", + "attributes" : [ "anonymous", "object" ], + "id" : "427" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002436", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "An interaction relationship in which the two partners are molecular entities that directly physically interact with each other for example via a stable binding interaction or a brief interaction during which one modifies the other.", + "type" : "label" + } ], + "closeMatch" : [ { + "identifier" : "closeMatch", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/MI_0915", + "type" : "label" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "https://orcid.org/0000-0002-6601-2165", + "type" : "iri" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "molecularly binds with", + "type" : "label" + }, { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "binds", + "type" : "label" + } ], + "seeAlso" : [ { + "identifier" : "seeAlso", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ECO_0000353", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "RO_0002436", + "undefined" : "molecularly interacts with" + }, + "superproperty" : [ "429" ], + "domain" : "23", + "subproperty" : [ "408", "415" ], + "attributes" : [ "symmetric", "external", "object" ], + "id" : "412" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002434", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000232" : [ { + "identifier" : "IAO_0000232", + "language" : "undefined", + "value" : "Note that this relationship type, and sub-relationship types may be redundant with process terms from other ontologies. For example, the symbiotic relationship hierarchy parallels GO. The relations are provided as a convenient shortcut. Consider using the more expressive processual form to capture your data. In the future, these relations will be linked to their cognate processes through rules.", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A relationship that holds between two entities in which the processes executed by the two entities are causally connected.", + "type" : "label" + } ], + "hasExactSynonym" : [ { + "identifier" : "hasExactSynonym", + "language" : "undefined", + "value" : "in pairwise interaction with", + "type" : "label" + } ], + "closeMatch" : [ { + "identifier" : "closeMatch", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/MI_0914", + "type" : "label" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "https://orcid.org/0000-0002-6601-2165", + "type" : "iri" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "undefined", + "value" : "Considering relabeling as 'pairwise interacts with'", + "type" : "label" + }, { + "identifier" : "IAO_0000116", + "language" : "undefined", + "value" : "This relation and all sub-relations can be applied to either (1) pairs of entities that are interacting at any moment of time (2) populations or species of entity whose members have the disposition to interact (3) classes whose members have the disposition to interact.", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ro/subsets#ro-eco", + "type" : "iri" + } ], + "seeAlso" : [ { + "identifier" : "seeAlso", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ro/docs/interaction-relations/", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "RO_0002434", + "undefined" : "interacts with" + }, + "domain" : "23", + "subproperty" : [ "412" ], + "attributes" : [ "symmetric", "external", "object" ], + "id" : "429" + }, { + "range" : "126", + "domain" : "327", + "attributes" : [ "anonymous", "object" ], + "id" : "432" + }, { + "range" : "126", + "domain" : "326", + "attributes" : [ "anonymous", "object" ], + "id" : "434" + }, { + "range" : "126", + "domain" : "325", + "attributes" : [ "anonymous", "object" ], + "id" : "441" + }, { + "range" : "306", + "domain" : "307", + "attributes" : [ "anonymous", "object" ], + "id" : "442" + }, { + "range" : "281", + "domain" : "300", + "attributes" : [ "anonymous", "object" ], + "id" : "443" + }, { + "range" : "313", + "domain" : "51", + "attributes" : [ "anonymous", "object" ], + "id" : "444" + }, { + "range" : "282", + "domain" : "281", + "attributes" : [ "anonymous", "object" ], + "id" : "445" + }, { + "range" : "94", + "domain" : "369", + "attributes" : [ "anonymous", "object" ], + "id" : "469" + }, { + "range" : "94", + "domain" : "368", + "attributes" : [ "anonymous", "object" ], + "id" : "470" + }, { + "range" : "94", + "domain" : "264", + "attributes" : [ "anonymous", "object" ], + "id" : "471" + }, { + "range" : "384", + "domain" : "476", + "attributes" : [ "anonymous", "object" ], + "id" : "612" + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000295", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "236", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "is_specified_input_of", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "some Autologous EBV(Epstein-Barr virus)-transformed B-LCL (B lymphocyte cell line) is_input_for instance of Chromum Release Assay described at https://wiki.cbil.upenn.edu/obiwiki/index.php/Chromium_Release_assay", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A relation between a planned process and a continuant participating in that process that is not created during the process. The presence of the continuant during the process is explicitly specified in the plan specification which the process realizes the concretization of.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000122", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON:Bjoern Peters", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "Alan Ruttenberg", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0000295", + "en" : "is_specified_input_of" + }, + "superproperty" : [ "27" ], + "domain" : "238", + "attributes" : [ "external", "object" ], + "id" : "28" + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000293", + "inverse" : "28", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "238", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "has_specified_input", + "type" : "label" + }, { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "has_specified_input", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "see is_input_of example_of_usage", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The inverse property of is_specified_input_of", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/obi.owl", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000122", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON: Larry Hunter", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "PERSON: Alan Ruttenberg", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON: Bjoern Peters", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON: Melanie Coutot", + "type" : "label" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "undefined", + "value" : "8/17/09: specified inputs of one process are not necessarily specified inputs of a larger process that it is part of. This is in contrast to how 'has participant' works.", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0000293", + "en" : "has_specified_input" + }, + "superproperty" : [ "25" ], + "domain" : "236", + "attributes" : [ "external", "object" ], + "id" : "109" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002090", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "https://orcid.org/0000-0002-7073-9172", + "type" : "iri" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "David Osumi-Sutherland", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "meets", + "type" : "label" + }, { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "ends_at_start_of", + "type" : "label" + } ], + "RO_0002575" : [ { + "identifier" : "RO_0002575", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/BFO_0000063", + "type" : "iri" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ro/subsets#ro-eco", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "RO_0002090", + "en" : "immediately precedes" + }, + "superproperty" : [ "90" ], + "domain" : "23", + "subproperty" : [ "321" ], + "comment" : { + "en" : "X immediately_precedes_Y iff: end(X) simultaneous_with start(Y)" + }, + "attributes" : [ "external", "object" ], + "id" : "254" + }, { + "range" : "468", + "domain" : "51", + "attributes" : [ "anonymous", "object" ], + "id" : "633" + }, { + "range" : "636", + "domain" : "635", + "attributes" : [ "anonymous", "object" ], + "id" : "634" + }, { + "range" : "252", + "domain" : "639", + "attributes" : [ "anonymous", "object" ], + "id" : "638" + }, { + "range" : "252", + "domain" : "130", + "attributes" : [ "anonymous", "object" ], + "id" : "640" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0004035", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "RO_0004050" : [ { + "identifier" : "RO_0004050", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/RO_0002263", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "c 'acts upstream of, negative effect' p if c is enables f, and f is causally upstream of p, and the direction of f is negative", + "type" : "label" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "2018-01-26T23:53:22Z", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/valid_for_go_gp2term", + "type" : "iri" + } ], + "created_by" : [ { + "identifier" : "created_by", + "language" : "undefined", + "value" : "https://orcid.org/0000-0002-6601-2165", + "type" : "iri" + } ], + "seeAlso" : [ { + "identifier" : "seeAlso", + "language" : "undefined", + "value" : "http://wiki.geneontology.org/index.php/Acts_upstream_of,_negative_effect", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "RO_0004035", + "undefined" : "acts upstream of, negative effect" + }, + "superproperty" : [ "171", "170" ], + "domain" : "23", + "attributes" : [ "external", "object" ], + "id" : "181" + }, { + "range" : "252", + "domain" : "642", + "attributes" : [ "anonymous", "object" ], + "id" : "641" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0004034", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "c 'acts upstream of, positive effect' p if c is enables f, and f is causally upstream of p, and the direction of f is positive", + "type" : "label" + } ], + "RO_0004049" : [ { + "identifier" : "RO_0004049", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/RO_0002263", + "type" : "iri" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "2018-01-26T23:53:14Z", + "type" : "label" + } ], + "created_by" : [ { + "identifier" : "created_by", + "language" : "undefined", + "value" : "https://orcid.org/0000-0002-6601-2165", + "type" : "iri" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/valid_for_go_gp2term", + "type" : "iri" + } ], + "seeAlso" : [ { + "identifier" : "seeAlso", + "language" : "undefined", + "value" : "http://wiki.geneontology.org/index.php/Acts_upstream_of,_positive_effect", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "RO_0004034", + "undefined" : "acts upstream of, positive effect" + }, + "superproperty" : [ "170", "172" ], + "domain" : "23", + "attributes" : [ "external", "object" ], + "id" : "182" + }, { + "range" : "252", + "domain" : "646", + "attributes" : [ "anonymous", "object" ], + "id" : "645" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0004033", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "RO_0004050" : [ { + "identifier" : "RO_0004050", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/RO_0002264", + "type" : "iri" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "2018-01-26T23:49:51Z", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/valid_for_go_gp2term", + "type" : "iri" + } ], + "created_by" : [ { + "identifier" : "created_by", + "language" : "undefined", + "value" : "https://orcid.org/0000-0002-6601-2165", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "RO_0004033", + "undefined" : "acts upstream of or within, negative effect" + }, + "superproperty" : [ "168" ], + "domain" : "23", + "subproperty" : [ "181" ], + "attributes" : [ "external", "object" ], + "id" : "171" + }, { + "range" : "252", + "domain" : "651", + "attributes" : [ "anonymous", "object" ], + "id" : "650" + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000299", + "inverse" : "30", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "238", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "has_specified_output", + "type" : "label" + }, { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "has_specified_output", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The inverse property of is_specified_output_of", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/obi.owl", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000122", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "PERSON: Alan Ruttenberg", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON: Larry Hunter", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON: Melanie Courtot", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON: Bjoern Peters", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0000299", + "en" : "has_specified_output" + }, + "superproperty" : [ "25" ], + "domain" : "236", + "attributes" : [ "external", "object" ], + "id" : "111" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0004032", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "2018-01-26T23:49:30Z", + "type" : "label" + } ], + "RO_0004049" : [ { + "identifier" : "RO_0004049", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/RO_0002264", + "type" : "iri" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/valid_for_go_gp2term", + "type" : "iri" + } ], + "created_by" : [ { + "identifier" : "created_by", + "language" : "undefined", + "value" : "https://orcid.org/0000-0002-6601-2165", + "type" : "iri" + } ], + "seeAlso" : [ { + "identifier" : "seeAlso", + "language" : "undefined", + "value" : "http://wiki.geneontology.org/index.php/Acts_upstream_of_or_within,_positive_effect", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "RO_0004032", + "undefined" : "acts upstream of or within, positive effect" + }, + "superproperty" : [ "168" ], + "domain" : "23", + "subproperty" : [ "182" ], + "attributes" : [ "external", "object" ], + "id" : "172" + }, { + "range" : "384", + "domain" : "491", + "attributes" : [ "anonymous", "object" ], + "id" : "653" + }, { + "range" : "384", + "domain" : "474", + "attributes" : [ "anonymous", "object" ], + "id" : "656" + }, { + "range" : "243", + "domain" : "242", + "attributes" : [ "anonymous", "object" ], + "id" : "660" + }, { + "range" : "165", + "domain" : "313", + "attributes" : [ "anonymous", "object" ], + "id" : "664" + }, { + "range" : "139", + "domain" : "680", + "attributes" : [ "anonymous", "object" ], + "id" : "679" + }, { + "range" : "139", + "domain" : "682", + "attributes" : [ "anonymous", "object" ], + "id" : "681" + }, { + "range" : "139", + "domain" : "138", + "attributes" : [ "anonymous", "object" ], + "id" : "683" + }, { + "range" : "685", + "domain" : "268", + "attributes" : [ "anonymous", "object" ], + "id" : "684" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002086", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "David Osumi-Sutherland", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ro/subsets#ro-eco", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "RO_0002086", + "en" : "ends after" + }, + "superproperty" : [ "89" ], + "domain" : "23", + "subproperty" : [ "249" ], + "comment" : { + "en" : "X ends_after Y iff: end(Y) before_or_simultaneous_with end(X)" + }, + "attributes" : [ "transitive", "external", "object" ], + "id" : "91" + }, { + "range" : "243", + "domain" : "689", + "attributes" : [ "anonymous", "object" ], + "id" : "688" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002087", + "inverse" : "254", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "David Osumi-Sutherland", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "starts_at_end_of", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "RO_0002087", + "en" : "immediately preceded by" + }, + "superproperty" : [ "249" ], + "domain" : "23", + "subproperty" : [ "320" ], + "comment" : { + "en" : "X immediately_preceded_by Y iff: end(X) simultaneous_with start(Y)" + }, + "attributes" : [ "external", "object" ], + "id" : "251" + }, { + "range" : "243", + "domain" : "693", + "attributes" : [ "anonymous", "object" ], + "id" : "692" + }, { + "range" : "243", + "domain" : "696", + "attributes" : [ "anonymous", "object" ], + "id" : "695" + }, { + "range" : "243", + "domain" : "220", + "attributes" : [ "anonymous", "object" ], + "id" : "698" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0004047", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "2018-03-13T23:55:19Z", + "type" : "label" + } ], + "RO_0004049" : [ { + "identifier" : "RO_0004049", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/RO_0002418", + "type" : "iri" + } ], + "created_by" : [ { + "identifier" : "created_by", + "language" : "undefined", + "value" : "https://orcid.org/0000-0002-6601-2165", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "RO_0004047", + "undefined" : "causally upstream of or within, positive effect" + }, + "superproperty" : [ "377" ], + "domain" : "23", + "subproperty" : [ "78" ], + "attributes" : [ "external", "object" ], + "id" : "378" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0004046", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "RO_0004050" : [ { + "identifier" : "RO_0004050", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/RO_0002418", + "type" : "iri" + } ], + "creation_date" : [ { + "identifier" : "creation_date", + "language" : "undefined", + "value" : "2018-03-13T23:55:05Z", + "type" : "label" + } ], + "created_by" : [ { + "identifier" : "created_by", + "language" : "undefined", + "value" : "https://orcid.org/0000-0002-6601-2165", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "RO_0004046", + "undefined" : "causally upstream of or within, negative effect" + }, + "superproperty" : [ "377" ], + "domain" : "23", + "subproperty" : [ "395" ], + "attributes" : [ "external", "object" ], + "id" : "379" + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0001938", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "282", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "has value specification", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A relation between an information content entity and a value specification that specifies its value.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000120", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON: James A. Overton", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "OBI", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0001938", + "undefined" : "has value specification" + }, + "superproperty" : [ "274" ], + "domain" : "143", + "attributes" : [ "external", "someValues", "object" ], + "id" : "743" + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000312", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "242", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "is_specified_output_of", + "type" : "label" + }, { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "is_specified_output_of", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A relation between a planned process and a continuant participating in that process. The presence of the continuant at the end of the process is explicitly specified in the objective specification which the process realizes the concretization of.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/obi.owl", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000122", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON:Bjoern Peters", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "Alan Ruttenberg", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0000312", + "en" : "is_specified_output_of" + }, + "superproperty" : [ "27" ], + "domain" : "745", + "attributes" : [ "external", "someValues", "object" ], + "id" : "744" + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000312", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "242", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "is_specified_output_of", + "type" : "label" + }, { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "is_specified_output_of", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A relation between a planned process and a continuant participating in that process. The presence of the continuant at the end of the process is explicitly specified in the objective specification which the process realizes the concretization of.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/obi.owl", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000122", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON:Bjoern Peters", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "Alan Ruttenberg", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0000312", + "en" : "is_specified_output_of" + }, + "superproperty" : [ "27" ], + "domain" : "745", + "attributes" : [ "external", "someValues", "object" ], + "id" : "746" + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000312", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "106", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "is_specified_output_of", + "type" : "label" + }, { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "is_specified_output_of", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A relation between a planned process and a continuant participating in that process. The presence of the continuant at the end of the process is explicitly specified in the objective specification which the process realizes the concretization of.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/obi.owl", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000122", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON:Bjoern Peters", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "Alan Ruttenberg", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0000312", + "en" : "is_specified_output_of" + }, + "superproperty" : [ "27" ], + "domain" : "199", + "attributes" : [ "external", "someValues", "object" ], + "id" : "749" + }, { + "iri" : "http://purl.obolibrary.org/obo/BFO_0000054", + "inverse" : "303", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "507", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "realized in", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "this disease is realized in this disease course", + "type" : "label" + }, { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "this fragility is realized in this shattering", + "type" : "label" + }, { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "this investigator role is realized in this investigation", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/bfo.owl", + "type" : "iri" + } ], + "IAO_0000600" : [ { + "identifier" : "IAO_0000600", + "language" : "en", + "value" : "[copied from inverse property 'realizes'] to say that b realizes c at t is to assert that there is some material entity d & b is a process which has participant d at t & c is a disposition or role of which d is bearer_of at t& the type instantiated by b is correlated with the type instantiated by c. (axiom label in BFO2 Reference: [059-003])", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "is realized by", + "type" : "label" + }, { + "identifier" : "IAO_0000118", + "language" : "en", + "value" : "realized_in", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "BFO_0000054", + "en" : "realized in" + }, + "domain" : "93", + "comment" : { + "undefined" : "Paraphrase of elucidation: a relation between a realizable entity and a process, where there is some material entity that is bearer of the realizable entity and participates in the process, and the realizable entity comes to be realized in the course of the process" + }, + "attributes" : [ "external", "object", "allValues" ], + "id" : "750" + }, { + "iri" : "http://purl.obolibrary.org/obo/BFO_0000055", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "93", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "realizes", + "type" : "label" + } ], + "isDefinedBy" : [ { + "identifier" : "isDefinedBy", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/iao.owl", + "type" : "iri" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "this disease course realizes this disease", + "type" : "label" + }, { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "this investigation realizes this investigator role", + "type" : "label" + }, { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "this shattering realizes this fragility", + "type" : "label" + } ], + "IAO_0000600" : [ { + "identifier" : "IAO_0000600", + "language" : "en", + "value" : "to say that b realizes c at t is to assert that there is some material entity d & b is a process which has participant d at t & c is a disposition or role of which d is bearer_of at t& the type instantiated by b is correlated with the type instantiated by c. (axiom label in BFO2 Reference: [059-003])", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "BFO_0000055", + "en" : "realizes" + }, + "domain" : "507", + "comment" : { + "undefined" : "Paraphrase of elucidation: a relation between a process and a realizable entity, where there is some material entity that is bearer of the realizable entity and participates in the process, and the realizable entity comes to be realized in the course of the process" + }, + "attributes" : [ "external", "someValues", "object" ], + "id" : "751" + }, { + "range" : "243", + "domain" : "507", + "attributes" : [ "anonymous", "object" ], + "id" : "752" + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000299", + "inverse" : "30", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "199", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "has_specified_output", + "type" : "label" + }, { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "has_specified_output", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The inverse property of is_specified_output_of", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/obi.owl", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000122", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "PERSON: Alan Ruttenberg", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON: Larry Hunter", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON: Melanie Courtot", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON: Bjoern Peters", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0000299", + "en" : "has_specified_output" + }, + "superproperty" : [ "25" ], + "domain" : "106", + "attributes" : [ "external", "someValues", "object" ], + "id" : "753" + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000299", + "inverse" : "30", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "136", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "has_specified_output", + "type" : "label" + }, { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "has_specified_output", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "The inverse property of is_specified_output_of", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/obi.owl", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000122", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "PERSON: Alan Ruttenberg", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON: Larry Hunter", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON: Melanie Courtot", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON: Bjoern Peters", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0000299", + "en" : "has_specified_output" + }, + "superproperty" : [ "25" ], + "domain" : "221", + "attributes" : [ "external", "someValues", "object" ], + "id" : "754" + }, { + "range" : "94", + "domain" : "62", + "attributes" : [ "anonymous", "object" ], + "id" : "755" + }, { + "range" : "213", + "domain" : "165", + "attributes" : [ "anonymous", "object" ], + "id" : "791" + }, { + "range" : "213", + "domain" : "468", + "attributes" : [ "anonymous", "object" ], + "id" : "793" + }, { + "range" : "213", + "domain" : "191", + "attributes" : [ "anonymous", "object" ], + "id" : "795" + }, { + "range" : "125", + "domain" : "224", + "attributes" : [ "anonymous", "object" ], + "id" : "797" + }, { + "range" : "226", + "domain" : "799", + "attributes" : [ "anonymous", "object" ], + "id" : "798" + }, { + "range" : "198", + "domain" : "685", + "attributes" : [ "anonymous", "object" ], + "id" : "800" + }, { + "range" : "198", + "domain" : "262", + "attributes" : [ "anonymous", "object" ], + "id" : "801" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002597", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "Holds between c and p if and only if c is capable of some activity a, and a negatively regulates p.", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "RO_0002597", + "undefined" : "capable of negatively regulating" + }, + "superproperty" : [ "805" ], + "domain" : "23", + "attributes" : [ "external", "object" ], + "id" : "804" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002596", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "undefined", + "value" : "pyrethroid -> growth", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "Holds between c and p if and only if c is capable of some activity a, and a regulates p.", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "RO_0002596", + "undefined" : "capable of regulating" + }, + "superproperty" : [ "72" ], + "domain" : "23", + "subproperty" : [ "807", "804" ], + "attributes" : [ "external", "object" ], + "id" : "805" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002595", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A relationship that holds between a material entity and a process in which causality is involved, with either the material entity or some part of the material entity exerting some influence over the process, or the process influencing some aspect of the material entity.", + "type" : "label" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "https://orcid.org/0000-0002-6601-2165", + "type" : "iri" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "undefined", + "value" : "Do not use this relation directly. It is intended as a grouping for a diverse set of relations, all involving cause and effect.", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "RO_0002595", + "undefined" : "causal relation between material entity and a process" + }, + "domain" : "23", + "subproperty" : [ "72", "810" ], + "attributes" : [ "external", "object" ], + "id" : "809" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002352", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "inverse of has input", + "type" : "label" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "https://orcid.org/0000-0002-6601-2165", + "type" : "iri" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/RO_0002259", + "type" : "iri" + }, { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ro/subsets#ro-eco", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "RO_0002352", + "en" : "input of" + }, + "superproperty" : [ "27" ], + "domain" : "23", + "attributes" : [ "external", "object" ], + "id" : "24" + }, { + "iri" : "http://purl.obolibrary.org/obo/OBI_0000312", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "236", + "annotations" : { + "IAO_0000111" : [ { + "identifier" : "IAO_0000111", + "language" : "undefined", + "value" : "is_specified_output_of", + "type" : "label" + }, { + "identifier" : "IAO_0000111", + "language" : "en", + "value" : "is_specified_output_of", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A relation between a planned process and a continuant participating in that process. The presence of the continuant at the end of the process is explicitly specified in the objective specification which the process realizes the concretization of.", + "type" : "label" + } ], + "IAO_0000412" : [ { + "identifier" : "IAO_0000412", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/obi.owl", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000122", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "PERSON:Bjoern Peters", + "type" : "label" + }, { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "Alan Ruttenberg", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "OBI_0000312", + "en" : "is_specified_output_of" + }, + "superproperty" : [ "27" ], + "domain" : "238", + "attributes" : [ "external", "object" ], + "id" : "30" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002351", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "has member is a mereological relation between a collection and an item.", + "type" : "label" + } ], + "RO_0001900" : [ { + "identifier" : "RO_0001900", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/RO_0001901", + "type" : "iri" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "SIO", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "RO_0002351", + "en" : "has member" + }, + "superproperty" : [ "274" ], + "domain" : "23", + "attributes" : [ "external", "irreflexive", "object" ], + "id" : "277" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002350", + "inverse" : "277", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "undefined", + "value" : "An organism that is a member of a population of organisms", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "is member of is a mereological relation between a item and a collection.", + "type" : "label" + } ], + "RO_0001900" : [ { + "identifier" : "RO_0001900", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/RO_0001901", + "type" : "iri" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "SIO", + "type" : "label" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "member part of", + "type" : "label" + }, { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "is member of", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "RO_0002350", + "en" : "member of" + }, + "superproperty" : [ "279" ], + "domain" : "23", + "attributes" : [ "external", "object" ], + "id" : "280" + }, { + "range" : "428", + "domain" : "9", + "attributes" : [ "anonymous", "object" ], + "id" : "817" + }, { + "range" : "693", + "domain" : "820", + "attributes" : [ "anonymous", "object" ], + "id" : "819" + }, { + "range" : "302", + "domain" : "272", + "attributes" : [ "anonymous", "object" ], + "id" : "822" + }, { + "range" : "258", + "domain" : "468", + "attributes" : [ "anonymous", "object" ], + "id" : "824" + }, { + "range" : "689", + "domain" : "802", + "attributes" : [ "anonymous", "object" ], + "id" : "825" + }, { + "range" : "689", + "domain" : "812", + "attributes" : [ "anonymous", "object" ], + "id" : "827" + }, { + "range" : "689", + "domain" : "813", + "attributes" : [ "anonymous", "object" ], + "id" : "829" + }, { + "range" : "220", + "domain" : "218", + "attributes" : [ "anonymous", "object" ], + "id" : "830" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002578", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "p directly regulates q iff p is immediately causally upstream of q and p regulates q.", + "type" : "label" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "https://orcid.org/0000-0002-6601-2165", + "type" : "iri" + } ], + "IAO_0000589" : [ { + "identifier" : "IAO_0000589", + "language" : "undefined", + "value" : "directly regulates (processual)", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations", + "type" : "iri" + } ], + "RO_0002575" : [ { + "identifier" : "RO_0002575", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/RO_0002211", + "type" : "iri" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/valid_for_gocam", + "type" : "iri" + }, { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/valid_for_go_ontology", + "type" : "iri" + }, { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "RO_0002578", + "undefined" : "directly regulates" + }, + "superproperty" : [ "321", "79" ], + "domain" : "23", + "subproperty" : [ "175", "81" ], + "attributes" : [ "external", "object" ], + "id" : "173" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002336", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "inverse of positively regulates", + "type" : "label" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "https://orcid.org/0000-0002-6601-2165", + "type" : "iri" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/RO_0002259", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "RO_0002336", + "en" : "positively regulated by" + }, + "superproperty" : [ "101" ], + "domain" : "23", + "subproperty" : [ "102" ], + "attributes" : [ "external", "object" ], + "id" : "77" + }, { + "range" : "220", + "domain" : "811", + "attributes" : [ "anonymous", "object" ], + "id" : "831" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002335", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "inverse of negatively regulates", + "type" : "label" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "https://orcid.org/0000-0002-6601-2165", + "type" : "iri" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/RO_0002259", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "RO_0002335", + "en" : "negatively regulated by" + }, + "superproperty" : [ "101" ], + "domain" : "23", + "subproperty" : [ "103" ], + "attributes" : [ "external", "object" ], + "id" : "104" + }, { + "range" : "220", + "domain" : "812", + "attributes" : [ "anonymous", "object" ], + "id" : "832" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002334", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "inverse of regulates", + "type" : "label" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "https://orcid.org/0000-0002-6601-2165", + "type" : "iri" + } ], + "IAO_0000589" : [ { + "identifier" : "IAO_0000589", + "language" : "undefined", + "value" : "regulated by (processual)", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/RO_0002259", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "RO_0002334", + "en" : "regulated by" + }, + "superproperty" : [ "323" ], + "domain" : "23", + "subproperty" : [ "77", "104", "99", "167" ], + "attributes" : [ "transitive", "external", "object" ], + "id" : "101" + }, { + "range" : "220", + "domain" : "813", + "attributes" : [ "anonymous", "object" ], + "id" : "833" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002584", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "undefined", + "value" : "gland SubClassOf 'has part structure that is capable of' some 'secretion by cell'", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "s 'has part structure that is capable of' p if and only if there exists some part x such that s 'has part' x and x 'capable of' p", + "type" : "label" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "https://orcid.org/0000-0002-6601-2165", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "RO_0002584", + "undefined" : "has part structure that is capable of" + }, + "superproperty" : [ "809" ], + "domain" : "23", + "attributes" : [ "external", "object" ], + "id" : "810" + }, { + "range" : "843", + "domain" : "701", + "attributes" : [ "anonymous", "object" ], + "id" : "842" + }, { + "range" : "258", + "domain" : "835", + "attributes" : [ "anonymous", "object" ], + "id" : "845" + }, { + "range" : "848", + "domain" : "847", + "attributes" : [ "anonymous", "object" ], + "id" : "846" + }, { + "range" : "164", + "domain" : "163", + "attributes" : [ "anonymous", "object" ], + "id" : "849" + }, { + "range" : "164", + "domain" : "65", + "attributes" : [ "anonymous", "object" ], + "id" : "851" + }, { + "range" : "164", + "domain" : "213", + "attributes" : [ "anonymous", "object" ], + "id" : "853" + }, { + "range" : "701", + "domain" : "146", + "attributes" : [ "anonymous", "object" ], + "id" : "854" + }, { + "range" : "129", + "domain" : "770", + "attributes" : [ "anonymous", "object" ], + "id" : "855" + }, { + "range" : "223", + "domain" : "799", + "attributes" : [ "anonymous", "object" ], + "id" : "856" + }, { + "range" : "223", + "domain" : "764", + "attributes" : [ "anonymous", "object" ], + "id" : "857" + }, { + "range" : "843", + "domain" : "859", + "attributes" : [ "anonymous", "object" ], + "id" : "858" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002131", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "x overlaps y if and only if there exists some z such that x has part z and z part of y", + "type" : "label" + } ], + "RO_0001900" : [ { + "identifier" : "RO_0001900", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/RO_0001901", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000125", + "type" : "iri" + } ], + "IAO_0000424" : [ { + "identifier" : "IAO_0000424", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/BFO_0000051 some (http://purl.obolibrary.org/obo/BFO_0000050 some ?Y)", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ro/subsets#ro-eco", + "type" : "iri" + }, { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/valid_for_gocam", + "type" : "iri" + }, { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "RO_0002131", + "en" : "overlaps" + }, + "domain" : "23", + "subproperty" : [ "274", "279" ], + "attributes" : [ "symmetric", "external", "object" ], + "id" : "275" + }, { + "range" : "329", + "domain" : "224", + "attributes" : [ "anonymous", "object" ], + "id" : "871" + }, { + "range" : "221", + "domain" : "813", + "attributes" : [ "anonymous", "object" ], + "id" : "872" + }, { + "range" : "327", + "domain" : "428", + "attributes" : [ "anonymous", "object" ], + "id" : "873" + }, { + "range" : "257", + "domain" : "835", + "attributes" : [ "anonymous", "object" ], + "id" : "875" + }, { + "range" : "835", + "domain" : "864", + "attributes" : [ "anonymous", "object" ], + "id" : "876" + }, { + "range" : "835", + "domain" : "865", + "attributes" : [ "anonymous", "object" ], + "id" : "877" + }, { + "range" : "325", + "domain" : "879", + "attributes" : [ "anonymous", "object" ], + "id" : "878" + }, { + "range" : "879", + "domain" : "256", + "attributes" : [ "anonymous", "object" ], + "id" : "880" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002598", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "undefined", + "value" : "renin -> arteriolar smooth muscle contraction", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "Holds between c and p if and only if c is capable of some activity a, and a positively regulates p.", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "RO_0002598", + "undefined" : "capable of positively regulating" + }, + "superproperty" : [ "805" ], + "domain" : "23", + "attributes" : [ "external", "object" ], + "id" : "807" + }, { + "range" : "329", + "domain" : "164", + "attributes" : [ "anonymous", "object" ], + "id" : "881" + }, { + "range" : "329", + "domain" : "539", + "attributes" : [ "anonymous", "object" ], + "id" : "882" + }, { + "range" : "329", + "domain" : "325", + "attributes" : [ "anonymous", "object" ], + "id" : "883" + }, { + "range" : "287", + "domain" : "887", + "attributes" : [ "anonymous", "object" ], + "id" : "886" + }, { + "range" : "287", + "domain" : "889", + "attributes" : [ "anonymous", "object" ], + "id" : "888" + }, { + "range" : "139", + "domain" : "891", + "attributes" : [ "anonymous", "object" ], + "id" : "890" + }, { + "range" : "141", + "domain" : "449", + "attributes" : [ "anonymous", "object" ], + "id" : "892" + }, { + "range" : "141", + "domain" : "207", + "attributes" : [ "anonymous", "object" ], + "id" : "893" + }, { + "range" : "132", + "domain" : "737", + "attributes" : [ "anonymous", "object" ], + "id" : "894" + }, { + "range" : "132", + "domain" : "756", + "attributes" : [ "anonymous", "object" ], + "id" : "895" + }, { + "range" : "132", + "domain" : "757", + "attributes" : [ "anonymous", "object" ], + "id" : "896" + }, { + "range" : "132", + "domain" : "759", + "attributes" : [ "anonymous", "object" ], + "id" : "897" + }, { + "range" : "132", + "domain" : "766", + "attributes" : [ "anonymous", "object" ], + "id" : "898" + }, { + "range" : "902", + "domain" : "901", + "attributes" : [ "anonymous", "object" ], + "id" : "900" + }, { + "range" : "136", + "domain" : "202", + "attributes" : [ "anonymous", "object" ], + "id" : "903" + }, { + "range" : "136", + "domain" : "745", + "attributes" : [ "anonymous", "object" ], + "id" : "904" + }, { + "range" : "141", + "domain" : "588", + "attributes" : [ "anonymous", "object" ], + "id" : "905" + }, { + "range" : "908", + "domain" : "907", + "attributes" : [ "anonymous", "object" ], + "id" : "906" + }, { + "range" : "911", + "domain" : "910", + "attributes" : [ "anonymous", "object" ], + "id" : "909" + }, { + "range" : "911", + "domain" : "913", + "attributes" : [ "anonymous", "object" ], + "id" : "912" + }, { + "range" : "911", + "domain" : "915", + "attributes" : [ "anonymous", "object" ], + "id" : "914" + }, { + "range" : "911", + "domain" : "902", + "attributes" : [ "anonymous", "object" ], + "id" : "916" + }, { + "range" : "864", + "domain" : "918", + "attributes" : [ "anonymous", "object" ], + "id" : "917" + }, { + "range" : "680", + "domain" : "885", + "attributes" : [ "anonymous", "object" ], + "id" : "919" + }, { + "range" : "922", + "domain" : "921", + "attributes" : [ "anonymous", "object" ], + "id" : "920" + }, { + "range" : "925", + "domain" : "924", + "attributes" : [ "anonymous", "object" ], + "id" : "923" + }, { + "range" : "190", + "domain" : "313", + "attributes" : [ "anonymous", "object" ], + "id" : "926" + }, { + "range" : "74", + "domain" : "163", + "attributes" : [ "anonymous", "object" ], + "id" : "927" + }, { + "range" : "58", + "domain" : "66", + "attributes" : [ "anonymous", "object" ], + "id" : "928" + }, { + "range" : "58", + "domain" : "75", + "attributes" : [ "anonymous", "object" ], + "id" : "929" + }, { + "range" : "58", + "domain" : "328", + "attributes" : [ "anonymous", "object" ], + "id" : "930" + }, { + "range" : "159", + "domain" : "899", + "attributes" : [ "anonymous", "object" ], + "id" : "931" + }, { + "range" : "680", + "domain" : "884", + "attributes" : [ "anonymous", "object" ], + "id" : "932" + }, { + "range" : "729", + "domain" : "934", + "attributes" : [ "anonymous", "object" ], + "id" : "933" + }, { + "range" : "326", + "domain" : "428", + "attributes" : [ "anonymous", "object" ], + "id" : "935" + }, { + "range" : "326", + "domain" : "879", + "attributes" : [ "anonymous", "object" ], + "id" : "936" + }, { + "range" : "326", + "domain" : "56", + "attributes" : [ "anonymous", "object" ], + "id" : "937" + }, { + "range" : "65", + "domain" : "258", + "attributes" : [ "anonymous", "object" ], + "id" : "938" + }, { + "range" : "682", + "domain" : "636", + "attributes" : [ "anonymous", "object" ], + "id" : "939" + }, { + "range" : "256", + "domain" : "941", + "attributes" : [ "anonymous", "object" ], + "id" : "940" + }, { + "range" : "941", + "domain" : "943", + "attributes" : [ "anonymous", "object" ], + "id" : "942" + }, { + "range" : "941", + "domain" : "945", + "attributes" : [ "anonymous", "object" ], + "id" : "944" + }, { + "range" : "785", + "domain" : "799", + "attributes" : [ "anonymous", "object" ], + "id" : "946" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002506", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000232" : [ { + "identifier" : "IAO_0000232", + "language" : "undefined", + "value" : "Do not use this relation directly. It is intended as a grouping for a diverse set of relations, all involving cause and effect.", + "type" : "label" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "https://orcid.org/0000-0002-6601-2165", + "type" : "iri" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "undefined", + "value" : "The intent is that the process branch of the causal property hierarchy is primary (causal relations hold between occurrents/processes), and that the material branch is defined in terms of the process branch", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "RO_0002506", + "undefined" : "causal relation between entities" + }, + "domain" : "23", + "subproperty" : [ "948", "949" ], + "attributes" : [ "external", "object" ], + "id" : "947" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002501", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000232" : [ { + "identifier" : "IAO_0000232", + "language" : "undefined", + "value" : "Do not use this relation directly. It is intended as a grouping for a diverse set of relations, all involving cause and effect.", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "p is causally related to q if and only if p or any part of p and q or any part of q are linked by a chain of events where each event pair is one where the execution of p influences the execution of q. p may be upstream, downstream, part of, or a container of q.", + "type" : "label" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "https://orcid.org/0000-0002-6601-2165", + "type" : "iri" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "RO_0002501", + "undefined" : "causal relation between processes" + }, + "domain" : "23", + "subproperty" : [ "377", "323" ], + "attributes" : [ "external", "object" ], + "id" : "355" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002500", + "inverse" : "950", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A relationship between a material entity and a process where the material entity has some causal role that influences the process", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "RO_0002500", + "undefined" : "causal agent in process" + }, + "superproperty" : [ "809" ], + "domain" : "23", + "subproperty" : [ "68", "169", "805", "168" ], + "attributes" : [ "external", "object" ], + "id" : "72" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002305", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "RO_0004050" : [ { + "identifier" : "RO_0004050", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/RO_0002411", + "type" : "iri" + } ], + "creator" : [ { + "identifier" : "creator", + "language" : "undefined", + "value" : "https://orcid.org/0000-0002-6601-2165", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "p is causally upstream of, negative effect q iff p is casually upstream of q, and the execution of p decreases the execution of q.", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/valid_for_gocam", + "type" : "iri" + }, { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "RO_0002305", + "undefined" : "causally upstream of, negative effect" + }, + "superproperty" : [ "255", "379" ], + "domain" : "23", + "subproperty" : [ "260" ], + "attributes" : [ "external", "object" ], + "id" : "395" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002304", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "creator" : [ { + "identifier" : "creator", + "language" : "undefined", + "value" : "https://orcid.org/0000-0002-6601-2165", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "p is causally upstream of, positive effect q iff p is casually upstream of q, and the execution of p is required for the execution of q.", + "type" : "label" + } ], + "RO_0004049" : [ { + "identifier" : "RO_0004049", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/RO_0002411", + "type" : "iri" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension", + "type" : "iri" + }, { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/valid_for_gocam", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "RO_0002304", + "undefined" : "causally upstream of, positive effect" + }, + "superproperty" : [ "255", "378" ], + "domain" : "23", + "subproperty" : [ "76" ], + "comment" : { + "undefined" : "holds between x and y if and only if x is causally upstream of y and the progression of x increases the frequency, rate or extent of y" + }, + "attributes" : [ "external", "object" ], + "id" : "78" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0011002", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "The entity A has an activity that regulates an activity of the entity B. For example, A and B are gene products where the catalytic activity of A regulates the kinase activity of B.", + "type" : "label" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "https://orcid.org/0000-0003-4639-4431", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "RO_0011002", + "undefined" : "regulates activity of" + }, + "superproperty" : [ "949" ], + "domain" : "23", + "subproperty" : [ "408" ], + "attributes" : [ "external", "object" ], + "id" : "411" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002327", + "inverse" : "110", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000232" : [ { + "identifier" : "IAO_0000232", + "language" : "undefined", + "value" : "This relation differs from the parent relation 'capable of' in that the parent is weaker and only expresses a capability that may not be actually realized, whereas this relation is always realized.", + "type" : "label" + } ], + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "undefined", + "value" : "a particular instances of akt-2 enables some instance of protein kinase activity", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "c enables p iff c is capable of p and c acts to execute p.", + "type" : "label" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "https://orcid.org/0000-0002-6601-2165", + "type" : "iri" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "is catalyzing", + "type" : "label" + }, { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "executes", + "type" : "label" + }, { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "has", + "type" : "label" + }, { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "is executing", + "type" : "label" + }, { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "catalyzes", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/valid_for_go_gp2term", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "RO_0002327", + "en" : "enables" + }, + "superproperty" : [ "67" ], + "domain" : "23", + "attributes" : [ "external", "object" ], + "id" : "69" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002566", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "The entity or characteristic A is causally upstream of the entity or characteristic B, A having an effect on B. An entity corresponds to any biological type of entity as long as a mass is measurable. A characteristic corresponds to a particular specificity of an entity (e.g., phenotype, shape, size).", + "type" : "label" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "https://orcid.org/0000-0003-4639-4431", + "type" : "iri" + }, { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "https://orcid.org/0000-0002-6601-2165", + "type" : "iri" + } ], + "IAO_0000589" : [ { + "identifier" : "IAO_0000589", + "language" : "undefined", + "value" : "causally influences (entity-centric)", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "RO_0002566", + "undefined" : "causally influences" + }, + "superproperty" : [ "947" ], + "domain" : "23", + "subproperty" : [ "411" ], + "attributes" : [ "external", "object" ], + "id" : "949" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002333", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "inverse of enables", + "type" : "label" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "https://orcid.org/0000-0002-6601-2165", + "type" : "iri" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/valid_for_gocam", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "RO_0002333", + "en" : "enabled by" + }, + "superproperty" : [ "25" ], + "domain" : "23", + "attributes" : [ "external", "object" ], + "id" : "110" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002331", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "c involved_in p if and only if c enables some process p', and p' is part of p", + "type" : "label" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "https://orcid.org/0000-0002-6601-2165", + "type" : "iri" + } ], + "IAO_0000118" : [ { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "enables part of", + "type" : "label" + }, { + "identifier" : "IAO_0000118", + "language" : "undefined", + "value" : "actively involved in", + "type" : "label" + } ], + "seeAlso" : [ { + "identifier" : "seeAlso", + "language" : "undefined", + "value" : "http://wiki.geneontology.org/index.php/Involved_in", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "RO_0002331", + "en" : "involved in" + }, + "superproperty" : [ "169", "27" ], + "domain" : "23", + "attributes" : [ "external", "object" ], + "id" : "29" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002559", + "inverse" : "949", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "undefined", + "value" : "https://orcid.org/0000-0002-6601-2165", + "type" : "iri" + } ], + "IAO_0000589" : [ { + "identifier" : "IAO_0000589", + "language" : "undefined", + "value" : "causally influenced by (entity-centric)", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "RO_0002559", + "undefined" : "causally influenced by" + }, + "superproperty" : [ "947" ], + "domain" : "23", + "attributes" : [ "external", "object" ], + "id" : "948" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0019002", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "https://orcid.org/0000-0002-8688-6599", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A relationship that holds between a process and a characteristic in which process (P) negatively regulates characteristic (C) iff: P results in a decrease in the intensity or magnitude of C.", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "RO_0019002", + "undefined" : "negatively regulates characteristic" + }, + "superproperty" : [ "972" ], + "domain" : "23", + "attributes" : [ "external", "object" ], + "id" : "971" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0019000", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "https://orcid.org/0000-0002-8688-6599", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A relationship that holds between a process and a characteristic in which process (P) regulates characteristic (C) iff: P results in the existence of C OR affects the intensity or magnitude of C.", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "RO_0019000", + "undefined" : "regulates characteristic" + }, + "domain" : "23", + "subproperty" : [ "971", "983" ], + "attributes" : [ "external", "object" ], + "id" : "972" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0019001", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "contributor" : [ { + "identifier" : "contributor", + "language" : "undefined", + "value" : "https://orcid.org/0000-0002-8688-6599", + "type" : "iri" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "A relationship that holds between a process and a characteristic in which process (P) positively regulates characteristic (C) iff: P results in an increase in the intensity or magnitude of C.", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "RO_0019001", + "undefined" : "positively regulates characteristic" + }, + "superproperty" : [ "972" ], + "domain" : "23", + "attributes" : [ "external", "object" ], + "id" : "983" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002608", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "Inverse of 'causal agent in process'", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "RO_0002608", + "undefined" : "process has causal agent" + }, + "domain" : "23", + "attributes" : [ "external", "object" ], + "id" : "950" + }, { + "range" : "784", + "domain" : "785", + "attributes" : [ "anonymous", "object" ], + "id" : "1084" + }, { + "range" : "784", + "domain" : "226", + "attributes" : [ "anonymous", "object" ], + "id" : "1085" + }, { + "range" : "539", + "domain" : "214", + "attributes" : [ "anonymous", "object" ], + "id" : "1086" + }, { + "range" : "802", + "domain" : "803", + "attributes" : [ "anonymous", "object" ], + "id" : "1087" + }, { + "range" : "127", + "domain" : "784", + "attributes" : [ "anonymous", "object" ], + "id" : "1088" + }, { + "range" : "127", + "domain" : "343", + "attributes" : [ "anonymous", "object" ], + "id" : "1089" + }, { + "range" : "127", + "domain" : "327", + "attributes" : [ "anonymous", "object" ], + "id" : "1092" + }, { + "range" : "221", + "domain" : "218", + "attributes" : [ "anonymous", "object" ], + "id" : "1095" + }, { + "range" : "221", + "domain" : "811", + "attributes" : [ "anonymous", "object" ], + "id" : "1097" + }, { + "range" : "221", + "domain" : "812", + "attributes" : [ "anonymous", "object" ], + "id" : "1099" + }, { + "range" : "410", + "domain" : "781", + "attributes" : [ "anonymous", "object" ], + "id" : "1103" + }, { + "iri" : "http://purl.obolibrary.org/obo/RO_0002180", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000232" : [ { + "identifier" : "IAO_0000232", + "language" : "en", + "value" : "For use in recording has_part with a cardinality constraint, because OWL does not permit cardinality constraints to be used in combination with transitive object properties. In situations where you would want to say something like 'has part exactly 5 digit, you would instead use has_component exactly 5 digit.", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "undefined", + "value" : "w 'has component' p if w 'has part' p and w is such that it can be directly disassembled into into n parts p, p2, p3, ..., pn, where these parts are of similar type.", + "type" : "label" + } ], + "RO_0001900" : [ { + "identifier" : "RO_0001900", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/RO_0001901", + "type" : "iri" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000125", + "type" : "iri" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "undefined", + "value" : "The definition of 'has component' is still under discussion. The challenge is in providing a definition that does not imply transitivity.", + "type" : "label" + } ], + "inSubset" : [ { + "identifier" : "inSubset", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/ro/subsets#ro-eco", + "type" : "iri" + } ], + "seeAlso" : [ { + "identifier" : "seeAlso", + "language" : "undefined", + "value" : "http://ontologydesignpatterns.org/wiki/Submissions:Componency", + "type" : "iri" + } ] + }, + "label" : { + "IRI-based" : "RO_0002180", + "en" : "has component" + }, + "superproperty" : [ "274" ], + "domain" : "23", + "subproperty" : [ "153" ], + "attributes" : [ "external", "object" ], + "id" : "160" + }, { + "range" : "410", + "domain" : "446", + "attributes" : [ "anonymous", "object" ], + "id" : "1122" + }, { + "range" : "410", + "domain" : "447", + "attributes" : [ "anonymous", "object" ], + "id" : "1123" + }, { + "range" : "410", + "domain" : "84", + "attributes" : [ "anonymous", "object" ], + "id" : "1124" + }, { + "range" : "410", + "domain" : "487", + "attributes" : [ "anonymous", "object" ], + "id" : "1125" + }, { + "range" : "410", + "domain" : "210", + "attributes" : [ "anonymous", "object" ], + "id" : "1126" + }, { + "range" : "410", + "domain" : "581", + "attributes" : [ "anonymous", "object" ], + "id" : "1128" + }, { + "range" : "410", + "domain" : "501", + "attributes" : [ "anonymous", "object" ], + "id" : "1131" + }, { + "range" : "410", + "domain" : "779", + "attributes" : [ "anonymous", "object" ], + "id" : "1132" + }, { + "range" : "410", + "domain" : "780", + "attributes" : [ "anonymous", "object" ], + "id" : "1134" + }, { + "range" : "770", + "domain" : "774", + "attributes" : [ "anonymous", "object" ], + "id" : "1137" + }, { + "range" : "410", + "domain" : "778", + "attributes" : [ "anonymous", "object" ], + "id" : "1140" + }, { + "range" : "236", + "domain" : "115", + "attributes" : [ "anonymous", "object" ], + "id" : "1152" + }, { + "range" : "236", + "domain" : "221", + "attributes" : [ "anonymous", "object" ], + "id" : "1153" + }, { + "range" : "236", + "domain" : "403", + "attributes" : [ "anonymous", "object" ], + "id" : "1154" + }, { + "range" : "367", + "domain" : "315", + "attributes" : [ "anonymous", "object" ], + "id" : "1155" + }, { + "range" : "762", + "domain" : "410", + "attributes" : [ "anonymous", "object" ], + "id" : "1157" + }, { + "range" : "762", + "domain" : "763", + "attributes" : [ "anonymous", "object" ], + "id" : "1159" + }, { + "range" : "770", + "domain" : "769", + "attributes" : [ "anonymous", "object" ], + "id" : "1161" + }, { + "range" : "770", + "domain" : "773", + "attributes" : [ "anonymous", "object" ], + "id" : "1163" + }, { + "range" : "236", + "domain" : "106", + "attributes" : [ "anonymous", "object" ], + "id" : "1164" + }, { + "range" : "236", + "domain" : "235", + "attributes" : [ "anonymous", "object" ], + "id" : "1166" + }, { + "range" : "236", + "domain" : "507", + "attributes" : [ "anonymous", "object" ], + "id" : "1168" + }, { + "range" : "118", + "domain" : "729", + "attributes" : [ "anonymous", "object" ], + "id" : "1176" + }, { + "range" : "98", + "domain" : "97", + "attributes" : [ "anonymous", "object" ], + "id" : "1177" + }, { + "range" : "344", + "domain" : "213", + "attributes" : [ "anonymous", "object" ], + "id" : "1178" + }, { + "range" : "343", + "domain" : "342", + "attributes" : [ "anonymous", "object" ], + "id" : "1181" + }, { + "range" : "343", + "domain" : "539", + "attributes" : [ "anonymous", "object" ], + "id" : "1184" + }, { + "range" : "747", + "domain" : "748", + "attributes" : [ "anonymous", "object" ], + "id" : "1186" + }, { + "range" : "236", + "domain" : "243", + "attributes" : [ "anonymous", "object" ], + "id" : "1189" + }, { + "iri" : "http://purl.obolibrary.org/obo/IAO_0000136", + "baseIri" : "http://purl.obolibrary.org/obo", + "range" : "23", + "annotations" : { + "IAO_0000112" : [ { + "identifier" : "IAO_0000112", + "language" : "en", + "value" : "This document is about information artifacts and their representations", + "type" : "label" + } ], + "IAO_0000115" : [ { + "identifier" : "IAO_0000115", + "language" : "en", + "value" : "A (currently) primitive relation that relates an information artifact to an entity.", + "type" : "label" + } ], + "IAO_0000114" : [ { + "identifier" : "IAO_0000114", + "language" : "undefined", + "value" : "http://purl.obolibrary.org/obo/IAO_0000125", + "type" : "iri" + } ], + "IAO_0000117" : [ { + "identifier" : "IAO_0000117", + "language" : "en", + "value" : "person:Alan Ruttenberg", + "type" : "label" + } ], + "IAO_0000116" : [ { + "identifier" : "IAO_0000116", + "language" : "en", + "value" : "7/6/2009 Alan Ruttenberg. Following discussion with Jonathan Rees, and introduction of \"mentions\" relation. Weaken the is_about relationship to be primitive. \n\nWe will try to build it back up by elaborating the various subproperties that are more precisely defined.\n\nSome currently missing phenomena that should be considered \"about\" are predications - \"The only person who knows the answer is sitting beside me\" , Allegory, Satire, and other literary forms that can be topical without explicitly mentioning the topic.", + "type" : "label" + } ], + "IAO_0000119" : [ { + "identifier" : "IAO_0000119", + "language" : "en", + "value" : "Smith, Ceusters, Ruttenberg, 2000 years of philosophy", + "type" : "label" + } ] + }, + "label" : { + "IRI-based" : "IAO_0000136", + "en" : "is about" + }, + "domain" : "23", + "attributes" : [ "external", "object" ], + "id" : "1224" + } ] +} \ No newline at end of file diff --git a/webvowl/data/template.json b/webvowl/data/template.json new file mode 100644 index 0000000..003d011 --- /dev/null +++ b/webvowl/data/template.json @@ -0,0 +1,163 @@ +{ + "namespace": [ + { + "name": "", + "iri": "" + } + ], + "header": { + "languages": [ + "all", + "occurring", + "languages" + ], + "title": { + "language": "label" + }, + "iri": "", + "version": "", + "author": [ + "Author One", + "Author Two" + ], + "description": { + "language": "label" + }, + "other": { + "someIdentifier": [ + { + "identifier": "someIdentifier", + "language": "undefined", + "value": "http://an.iri/", + "type": "iri" + } + ], + "someOtherIdentifier": [ + { + "identifier": "someOtherIdentifier", + "language": "undefined", + "value": "Some person", + "type": "label" + } + ] + } + }, + "metrics": { + "classCount": 40, + "datatypeCount": 13, + "objectPropertyCount": 23, + "datatypePropertyCount": 13, + "propertyCount": 36, + "nodeCount": 53, + "axiomCount": 216, + "individualCount": 8 + }, + "class": [ + { + "id": "", + "type": "" + } + ], + "classAttribute": [ + { + "id": "", + "label": "", + "iri": "", + "individuals": [ + { + "iri": "", + "labels": { + "language": "label" + }, + "annotations": {} + } + ], + "comment": "", + "equivalent": [ + "" + ], + "union": [ + "" + ], + "intersection": [ + "" + ], + "complement": [ + "" + ], + "attributes": [ + "deprecated", + "external", + "datatype", + "object", + "rdf" + ] + } + ], + "datatype": [ + { + "id": "", + "type": "" + } + ], + "datatypeAttribute": [ + { + "id": "", + "label": { + "language": "label" + }, + "iri": "", + "individuals": [ + { + "iri": "", + "labels": { + "language": "label" + }, + "annotations": {} + } + ], + "comment": "", + "equivalent": [ + "" + ] + } + ], + "property": [ + { + "id": "" + } + ], + "propertyAttribute": [ + { + "id": "", + "domain": "", + "range": "", + "inverse": "", + "label": { + "language": "label" + }, + "type": "", + "comment": "", + "cardinality": "", + "minCardinality": "", + "maxCardinality": "", + "subproperty": [ + "" + ], + "equivalent": [ + "" + ], + "attributes": [ + "deprecated", + "external", + "datatype", + "object", + "rdf", + "transitive", + "functional", + "inverse functional", + "symmetric" + ] + } + ] +} diff --git a/webvowl/favicon.ico b/webvowl/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..a857d51f1c78d8be8fe2103fde3a10b9a72b041b GIT binary patch literal 1150 zcmZ{iTS(MF6vpSDMI@zZq!kjD5lIgVRzmkE>Ln?=j=Cg=A2Q=;BWM3#W7MP z4OJ>kDK(AIMUUUlNiAY5G~ADT4`TD^KT8_Ohu^q3+sPs_m<2K*IxH|v#-41e7dK;P#seDD5<=IR4*mZa&J>`|7t0Yd|ZNFMV^(Tu4PXs)p070(cT z!?_f^eR>stth4Tx_DRfLmW9@fxmak561{^wOJBD@=O%G|eu)J=ogRGq;DxWH4!xh= z@eUb`We(&Z^`+KH+K#5I(Dl(;dm3I}*$?#hqqD9Ct+!9=G~Qf0#5-8DzLm8+&pK1v zMLdUh{?#`W|INMS#$jEe~o`qM<7dT(J;9K4tKUTz-2=hhc!xn87uCUtA9+ykHIIoj@=L3^bY(rf8C zb+d?AL1<7QstXeM2J(1@MZbZ8en{=<^Ipostpi&T9x_VKKBkraA%Ih5$fyyJJfz1` zk2d~akaZ*9;?dNV2n!i0+8boJUpg=vTosV+>66AGdF5;zOj?e@ + + + + + + + + + + + + + + WebVOWL + + + +
    +
    + + + + + + + +
    + + + + + +
    + +
    + + +
    + +
    +
    >
    + +
    + +
    + + +
    +
    +
    +

    +

    +

    +

    +

    -

    +
    +
    + + +
    +
    +
    +
    + + + + +
    + + + + + + + diff --git a/webvowl/js/d3.min.js b/webvowl/js/d3.min.js new file mode 100644 index 0000000..1664873 --- /dev/null +++ b/webvowl/js/d3.min.js @@ -0,0 +1,5 @@ +!function(){function n(n){return n&&(n.ownerDocument||n.document||n).documentElement}function t(n){return n&&(n.ownerDocument&&n.ownerDocument.defaultView||n.document&&n||n.defaultView)}function e(n,t){return t>n?-1:n>t?1:n>=t?0:NaN}function r(n){return null===n?NaN:+n}function i(n){return!isNaN(n)}function u(n){return{left:function(t,e,r,i){for(arguments.length<3&&(r=0),arguments.length<4&&(i=t.length);i>r;){var u=r+i>>>1;n(t[u],e)<0?r=u+1:i=u}return r},right:function(t,e,r,i){for(arguments.length<3&&(r=0),arguments.length<4&&(i=t.length);i>r;){var u=r+i>>>1;n(t[u],e)>0?i=u:r=u+1}return r}}}function o(n){return n.length}function a(n){for(var t=1;n*t%1;)t*=10;return t}function l(n,t){for(var e in t)Object.defineProperty(n.prototype,e,{value:t[e],enumerable:!1})}function c(){this._=Object.create(null)}function f(n){return(n+="")===bo||n[0]===_o?_o+n:n}function s(n){return(n+="")[0]===_o?n.slice(1):n}function h(n){return f(n)in this._}function p(n){return(n=f(n))in this._&&delete this._[n]}function g(){var n=[];for(var t in this._)n.push(s(t));return n}function v(){var n=0;for(var t in this._)++n;return n}function d(){for(var n in this._)return!1;return!0}function y(){this._=Object.create(null)}function m(n){return n}function M(n,t,e){return function(){var r=e.apply(t,arguments);return r===t?n:r}}function x(n,t){if(t in n)return t;t=t.charAt(0).toUpperCase()+t.slice(1);for(var e=0,r=wo.length;r>e;++e){var i=wo[e]+t;if(i in n)return i}}function b(){}function _(){}function w(n){function t(){for(var t,r=e,i=-1,u=r.length;++ie;e++)for(var i,u=n[e],o=0,a=u.length;a>o;o++)(i=u[o])&&t(i,o,e);return n}function Z(n){return ko(n,qo),n}function V(n){var t,e;return function(r,i,u){var o,a=n[u].update,l=a.length;for(u!=e&&(e=u,t=0),i>=t&&(t=i+1);!(o=a[t])&&++t0&&(n=n.slice(0,a));var c=To.get(n);return c&&(n=c,l=B),a?t?i:r:t?b:u}function $(n,t){return function(e){var r=ao.event;ao.event=e,t[0]=this.__data__;try{n.apply(this,t)}finally{ao.event=r}}}function B(n,t){var e=$(n,t);return function(n){var t=this,r=n.relatedTarget;r&&(r===t||8&r.compareDocumentPosition(t))||e.call(t,n)}}function W(e){var r=".dragsuppress-"+ ++Do,i="click"+r,u=ao.select(t(e)).on("touchmove"+r,S).on("dragstart"+r,S).on("selectstart"+r,S);if(null==Ro&&(Ro="onselectstart"in e?!1:x(e.style,"userSelect")),Ro){var o=n(e).style,a=o[Ro];o[Ro]="none"}return function(n){if(u.on(r,null),Ro&&(o[Ro]=a),n){var t=function(){u.on(i,null)};u.on(i,function(){S(),t()},!0),setTimeout(t,0)}}}function J(n,e){e.changedTouches&&(e=e.changedTouches[0]);var r=n.ownerSVGElement||n;if(r.createSVGPoint){var i=r.createSVGPoint();if(0>Po){var u=t(n);if(u.scrollX||u.scrollY){r=ao.select("body").append("svg").style({position:"absolute",top:0,left:0,margin:0,padding:0,border:"none"},"important");var o=r[0][0].getScreenCTM();Po=!(o.f||o.e),r.remove()}}return Po?(i.x=e.pageX,i.y=e.pageY):(i.x=e.clientX,i.y=e.clientY),i=i.matrixTransform(n.getScreenCTM().inverse()),[i.x,i.y]}var a=n.getBoundingClientRect();return[e.clientX-a.left-n.clientLeft,e.clientY-a.top-n.clientTop]}function G(){return ao.event.changedTouches[0].identifier}function K(n){return n>0?1:0>n?-1:0}function Q(n,t,e){return(t[0]-n[0])*(e[1]-n[1])-(t[1]-n[1])*(e[0]-n[0])}function nn(n){return n>1?0:-1>n?Fo:Math.acos(n)}function tn(n){return n>1?Io:-1>n?-Io:Math.asin(n)}function en(n){return((n=Math.exp(n))-1/n)/2}function rn(n){return((n=Math.exp(n))+1/n)/2}function un(n){return((n=Math.exp(2*n))-1)/(n+1)}function on(n){return(n=Math.sin(n/2))*n}function an(){}function ln(n,t,e){return this instanceof ln?(this.h=+n,this.s=+t,void(this.l=+e)):arguments.length<2?n instanceof ln?new ln(n.h,n.s,n.l):_n(""+n,wn,ln):new ln(n,t,e)}function cn(n,t,e){function r(n){return n>360?n-=360:0>n&&(n+=360),60>n?u+(o-u)*n/60:180>n?o:240>n?u+(o-u)*(240-n)/60:u}function i(n){return Math.round(255*r(n))}var u,o;return n=isNaN(n)?0:(n%=360)<0?n+360:n,t=isNaN(t)?0:0>t?0:t>1?1:t,e=0>e?0:e>1?1:e,o=.5>=e?e*(1+t):e+t-e*t,u=2*e-o,new mn(i(n+120),i(n),i(n-120))}function fn(n,t,e){return this instanceof fn?(this.h=+n,this.c=+t,void(this.l=+e)):arguments.length<2?n instanceof fn?new fn(n.h,n.c,n.l):n instanceof hn?gn(n.l,n.a,n.b):gn((n=Sn((n=ao.rgb(n)).r,n.g,n.b)).l,n.a,n.b):new fn(n,t,e)}function sn(n,t,e){return isNaN(n)&&(n=0),isNaN(t)&&(t=0),new hn(e,Math.cos(n*=Yo)*t,Math.sin(n)*t)}function hn(n,t,e){return this instanceof hn?(this.l=+n,this.a=+t,void(this.b=+e)):arguments.length<2?n instanceof hn?new hn(n.l,n.a,n.b):n instanceof fn?sn(n.h,n.c,n.l):Sn((n=mn(n)).r,n.g,n.b):new hn(n,t,e)}function pn(n,t,e){var r=(n+16)/116,i=r+t/500,u=r-e/200;return i=vn(i)*na,r=vn(r)*ta,u=vn(u)*ea,new mn(yn(3.2404542*i-1.5371385*r-.4985314*u),yn(-.969266*i+1.8760108*r+.041556*u),yn(.0556434*i-.2040259*r+1.0572252*u))}function gn(n,t,e){return n>0?new fn(Math.atan2(e,t)*Zo,Math.sqrt(t*t+e*e),n):new fn(NaN,NaN,n)}function vn(n){return n>.206893034?n*n*n:(n-4/29)/7.787037}function dn(n){return n>.008856?Math.pow(n,1/3):7.787037*n+4/29}function yn(n){return Math.round(255*(.00304>=n?12.92*n:1.055*Math.pow(n,1/2.4)-.055))}function mn(n,t,e){return this instanceof mn?(this.r=~~n,this.g=~~t,void(this.b=~~e)):arguments.length<2?n instanceof mn?new mn(n.r,n.g,n.b):_n(""+n,mn,cn):new mn(n,t,e)}function Mn(n){return new mn(n>>16,n>>8&255,255&n)}function xn(n){return Mn(n)+""}function bn(n){return 16>n?"0"+Math.max(0,n).toString(16):Math.min(255,n).toString(16)}function _n(n,t,e){var r,i,u,o=0,a=0,l=0;if(r=/([a-z]+)\((.*)\)/.exec(n=n.toLowerCase()))switch(i=r[2].split(","),r[1]){case"hsl":return e(parseFloat(i[0]),parseFloat(i[1])/100,parseFloat(i[2])/100);case"rgb":return t(Nn(i[0]),Nn(i[1]),Nn(i[2]))}return(u=ua.get(n))?t(u.r,u.g,u.b):(null==n||"#"!==n.charAt(0)||isNaN(u=parseInt(n.slice(1),16))||(4===n.length?(o=(3840&u)>>4,o=o>>4|o,a=240&u,a=a>>4|a,l=15&u,l=l<<4|l):7===n.length&&(o=(16711680&u)>>16,a=(65280&u)>>8,l=255&u)),t(o,a,l))}function wn(n,t,e){var r,i,u=Math.min(n/=255,t/=255,e/=255),o=Math.max(n,t,e),a=o-u,l=(o+u)/2;return a?(i=.5>l?a/(o+u):a/(2-o-u),r=n==o?(t-e)/a+(e>t?6:0):t==o?(e-n)/a+2:(n-t)/a+4,r*=60):(r=NaN,i=l>0&&1>l?0:r),new ln(r,i,l)}function Sn(n,t,e){n=kn(n),t=kn(t),e=kn(e);var r=dn((.4124564*n+.3575761*t+.1804375*e)/na),i=dn((.2126729*n+.7151522*t+.072175*e)/ta),u=dn((.0193339*n+.119192*t+.9503041*e)/ea);return hn(116*i-16,500*(r-i),200*(i-u))}function kn(n){return(n/=255)<=.04045?n/12.92:Math.pow((n+.055)/1.055,2.4)}function Nn(n){var t=parseFloat(n);return"%"===n.charAt(n.length-1)?Math.round(2.55*t):t}function En(n){return"function"==typeof n?n:function(){return n}}function An(n){return function(t,e,r){return 2===arguments.length&&"function"==typeof e&&(r=e,e=null),Cn(t,e,n,r)}}function Cn(n,t,e,r){function i(){var n,t=l.status;if(!t&&Ln(l)||t>=200&&300>t||304===t){try{n=e.call(u,l)}catch(r){return void o.error.call(u,r)}o.load.call(u,n)}else o.error.call(u,l)}var u={},o=ao.dispatch("beforesend","progress","load","error"),a={},l=new XMLHttpRequest,c=null;return!this.XDomainRequest||"withCredentials"in l||!/^(http(s)?:)?\/\//.test(n)||(l=new XDomainRequest),"onload"in l?l.onload=l.onerror=i:l.onreadystatechange=function(){l.readyState>3&&i()},l.onprogress=function(n){var t=ao.event;ao.event=n;try{o.progress.call(u,l)}finally{ao.event=t}},u.header=function(n,t){return n=(n+"").toLowerCase(),arguments.length<2?a[n]:(null==t?delete a[n]:a[n]=t+"",u)},u.mimeType=function(n){return arguments.length?(t=null==n?null:n+"",u):t},u.responseType=function(n){return arguments.length?(c=n,u):c},u.response=function(n){return e=n,u},["get","post"].forEach(function(n){u[n]=function(){return u.send.apply(u,[n].concat(co(arguments)))}}),u.send=function(e,r,i){if(2===arguments.length&&"function"==typeof r&&(i=r,r=null),l.open(e,n,!0),null==t||"accept"in a||(a.accept=t+",*/*"),l.setRequestHeader)for(var f in a)l.setRequestHeader(f,a[f]);return null!=t&&l.overrideMimeType&&l.overrideMimeType(t),null!=c&&(l.responseType=c),null!=i&&u.on("error",i).on("load",function(n){i(null,n)}),o.beforesend.call(u,l),l.send(null==r?null:r),u},u.abort=function(){return l.abort(),u},ao.rebind(u,o,"on"),null==r?u:u.get(zn(r))}function zn(n){return 1===n.length?function(t,e){n(null==t?e:null)}:n}function Ln(n){var t=n.responseType;return t&&"text"!==t?n.response:n.responseText}function qn(n,t,e){var r=arguments.length;2>r&&(t=0),3>r&&(e=Date.now());var i=e+t,u={c:n,t:i,n:null};return aa?aa.n=u:oa=u,aa=u,la||(ca=clearTimeout(ca),la=1,fa(Tn)),u}function Tn(){var n=Rn(),t=Dn()-n;t>24?(isFinite(t)&&(clearTimeout(ca),ca=setTimeout(Tn,t)),la=0):(la=1,fa(Tn))}function Rn(){for(var n=Date.now(),t=oa;t;)n>=t.t&&t.c(n-t.t)&&(t.c=null),t=t.n;return n}function Dn(){for(var n,t=oa,e=1/0;t;)t.c?(t.t8?function(n){return n/e}:function(n){return n*e},symbol:n}}function jn(n){var t=n.decimal,e=n.thousands,r=n.grouping,i=n.currency,u=r&&e?function(n,t){for(var i=n.length,u=[],o=0,a=r[0],l=0;i>0&&a>0&&(l+a+1>t&&(a=Math.max(1,t-l)),u.push(n.substring(i-=a,i+a)),!((l+=a+1)>t));)a=r[o=(o+1)%r.length];return u.reverse().join(e)}:m;return function(n){var e=ha.exec(n),r=e[1]||" ",o=e[2]||">",a=e[3]||"-",l=e[4]||"",c=e[5],f=+e[6],s=e[7],h=e[8],p=e[9],g=1,v="",d="",y=!1,m=!0;switch(h&&(h=+h.substring(1)),(c||"0"===r&&"="===o)&&(c=r="0",o="="),p){case"n":s=!0,p="g";break;case"%":g=100,d="%",p="f";break;case"p":g=100,d="%",p="r";break;case"b":case"o":case"x":case"X":"#"===l&&(v="0"+p.toLowerCase());case"c":m=!1;case"d":y=!0,h=0;break;case"s":g=-1,p="r"}"$"===l&&(v=i[0],d=i[1]),"r"!=p||h||(p="g"),null!=h&&("g"==p?h=Math.max(1,Math.min(21,h)):"e"!=p&&"f"!=p||(h=Math.max(0,Math.min(20,h)))),p=pa.get(p)||Fn;var M=c&&s;return function(n){var e=d;if(y&&n%1)return"";var i=0>n||0===n&&0>1/n?(n=-n,"-"):"-"===a?"":a;if(0>g){var l=ao.formatPrefix(n,h);n=l.scale(n),e=l.symbol+d}else n*=g;n=p(n,h);var x,b,_=n.lastIndexOf(".");if(0>_){var w=m?n.lastIndexOf("e"):-1;0>w?(x=n,b=""):(x=n.substring(0,w),b=n.substring(w))}else x=n.substring(0,_),b=t+n.substring(_+1);!c&&s&&(x=u(x,1/0));var S=v.length+x.length+b.length+(M?0:i.length),k=f>S?new Array(S=f-S+1).join(r):"";return M&&(x=u(k+x,k.length?f-b.length:1/0)),i+=v,n=x+b,("<"===o?i+n+k:">"===o?k+i+n:"^"===o?k.substring(0,S>>=1)+i+n+k.substring(S):i+(M?n:k+n))+e}}}function Fn(n){return n+""}function Hn(){this._=new Date(arguments.length>1?Date.UTC.apply(this,arguments):arguments[0])}function On(n,t,e){function r(t){var e=n(t),r=u(e,1);return r-t>t-e?e:r}function i(e){return t(e=n(new va(e-1)),1),e}function u(n,e){return t(n=new va(+n),e),n}function o(n,r,u){var o=i(n),a=[];if(u>1)for(;r>o;)e(o)%u||a.push(new Date(+o)),t(o,1);else for(;r>o;)a.push(new Date(+o)),t(o,1);return a}function a(n,t,e){try{va=Hn;var r=new Hn;return r._=n,o(r,t,e)}finally{va=Date}}n.floor=n,n.round=r,n.ceil=i,n.offset=u,n.range=o;var l=n.utc=In(n);return l.floor=l,l.round=In(r),l.ceil=In(i),l.offset=In(u),l.range=a,n}function In(n){return function(t,e){try{va=Hn;var r=new Hn;return r._=t,n(r,e)._}finally{va=Date}}}function Yn(n){function t(n){function t(t){for(var e,i,u,o=[],a=-1,l=0;++aa;){if(r>=c)return-1;if(i=t.charCodeAt(a++),37===i){if(o=t.charAt(a++),u=C[o in ya?t.charAt(a++):o],!u||(r=u(n,e,r))<0)return-1}else if(i!=e.charCodeAt(r++))return-1}return r}function r(n,t,e){_.lastIndex=0;var r=_.exec(t.slice(e));return r?(n.w=w.get(r[0].toLowerCase()),e+r[0].length):-1}function i(n,t,e){x.lastIndex=0;var r=x.exec(t.slice(e));return r?(n.w=b.get(r[0].toLowerCase()),e+r[0].length):-1}function u(n,t,e){N.lastIndex=0;var r=N.exec(t.slice(e));return r?(n.m=E.get(r[0].toLowerCase()),e+r[0].length):-1}function o(n,t,e){S.lastIndex=0;var r=S.exec(t.slice(e));return r?(n.m=k.get(r[0].toLowerCase()),e+r[0].length):-1}function a(n,t,r){return e(n,A.c.toString(),t,r)}function l(n,t,r){return e(n,A.x.toString(),t,r)}function c(n,t,r){return e(n,A.X.toString(),t,r)}function f(n,t,e){var r=M.get(t.slice(e,e+=2).toLowerCase());return null==r?-1:(n.p=r,e)}var s=n.dateTime,h=n.date,p=n.time,g=n.periods,v=n.days,d=n.shortDays,y=n.months,m=n.shortMonths;t.utc=function(n){function e(n){try{va=Hn;var t=new va;return t._=n,r(t)}finally{va=Date}}var r=t(n);return e.parse=function(n){try{va=Hn;var t=r.parse(n);return t&&t._}finally{va=Date}},e.toString=r.toString,e},t.multi=t.utc.multi=ct;var M=ao.map(),x=Vn(v),b=Xn(v),_=Vn(d),w=Xn(d),S=Vn(y),k=Xn(y),N=Vn(m),E=Xn(m);g.forEach(function(n,t){M.set(n.toLowerCase(),t)});var A={a:function(n){return d[n.getDay()]},A:function(n){return v[n.getDay()]},b:function(n){return m[n.getMonth()]},B:function(n){return y[n.getMonth()]},c:t(s),d:function(n,t){return Zn(n.getDate(),t,2)},e:function(n,t){return Zn(n.getDate(),t,2)},H:function(n,t){return Zn(n.getHours(),t,2)},I:function(n,t){return Zn(n.getHours()%12||12,t,2)},j:function(n,t){return Zn(1+ga.dayOfYear(n),t,3)},L:function(n,t){return Zn(n.getMilliseconds(),t,3)},m:function(n,t){return Zn(n.getMonth()+1,t,2)},M:function(n,t){return Zn(n.getMinutes(),t,2)},p:function(n){return g[+(n.getHours()>=12)]},S:function(n,t){return Zn(n.getSeconds(),t,2)},U:function(n,t){return Zn(ga.sundayOfYear(n),t,2)},w:function(n){return n.getDay()},W:function(n,t){return Zn(ga.mondayOfYear(n),t,2)},x:t(h),X:t(p),y:function(n,t){return Zn(n.getFullYear()%100,t,2)},Y:function(n,t){return Zn(n.getFullYear()%1e4,t,4)},Z:at,"%":function(){return"%"}},C={a:r,A:i,b:u,B:o,c:a,d:tt,e:tt,H:rt,I:rt,j:et,L:ot,m:nt,M:it,p:f,S:ut,U:Bn,w:$n,W:Wn,x:l,X:c,y:Gn,Y:Jn,Z:Kn,"%":lt};return t}function Zn(n,t,e){var r=0>n?"-":"",i=(r?-n:n)+"",u=i.length;return r+(e>u?new Array(e-u+1).join(t)+i:i)}function Vn(n){return new RegExp("^(?:"+n.map(ao.requote).join("|")+")","i")}function Xn(n){for(var t=new c,e=-1,r=n.length;++e68?1900:2e3)}function nt(n,t,e){ma.lastIndex=0;var r=ma.exec(t.slice(e,e+2));return r?(n.m=r[0]-1,e+r[0].length):-1}function tt(n,t,e){ma.lastIndex=0;var r=ma.exec(t.slice(e,e+2));return r?(n.d=+r[0],e+r[0].length):-1}function et(n,t,e){ma.lastIndex=0;var r=ma.exec(t.slice(e,e+3));return r?(n.j=+r[0],e+r[0].length):-1}function rt(n,t,e){ma.lastIndex=0;var r=ma.exec(t.slice(e,e+2));return r?(n.H=+r[0],e+r[0].length):-1}function it(n,t,e){ma.lastIndex=0;var r=ma.exec(t.slice(e,e+2));return r?(n.M=+r[0],e+r[0].length):-1}function ut(n,t,e){ma.lastIndex=0;var r=ma.exec(t.slice(e,e+2));return r?(n.S=+r[0],e+r[0].length):-1}function ot(n,t,e){ma.lastIndex=0;var r=ma.exec(t.slice(e,e+3));return r?(n.L=+r[0],e+r[0].length):-1}function at(n){var t=n.getTimezoneOffset(),e=t>0?"-":"+",r=xo(t)/60|0,i=xo(t)%60;return e+Zn(r,"0",2)+Zn(i,"0",2)}function lt(n,t,e){Ma.lastIndex=0;var r=Ma.exec(t.slice(e,e+1));return r?e+r[0].length:-1}function ct(n){for(var t=n.length,e=-1;++e=0?1:-1,a=o*e,l=Math.cos(t),c=Math.sin(t),f=u*c,s=i*l+f*Math.cos(a),h=f*o*Math.sin(a);ka.add(Math.atan2(h,s)),r=n,i=l,u=c}var t,e,r,i,u;Na.point=function(o,a){Na.point=n,r=(t=o)*Yo,i=Math.cos(a=(e=a)*Yo/2+Fo/4),u=Math.sin(a)},Na.lineEnd=function(){n(t,e)}}function dt(n){var t=n[0],e=n[1],r=Math.cos(e);return[r*Math.cos(t),r*Math.sin(t),Math.sin(e)]}function yt(n,t){return n[0]*t[0]+n[1]*t[1]+n[2]*t[2]}function mt(n,t){return[n[1]*t[2]-n[2]*t[1],n[2]*t[0]-n[0]*t[2],n[0]*t[1]-n[1]*t[0]]}function Mt(n,t){n[0]+=t[0],n[1]+=t[1],n[2]+=t[2]}function xt(n,t){return[n[0]*t,n[1]*t,n[2]*t]}function bt(n){var t=Math.sqrt(n[0]*n[0]+n[1]*n[1]+n[2]*n[2]);n[0]/=t,n[1]/=t,n[2]/=t}function _t(n){return[Math.atan2(n[1],n[0]),tn(n[2])]}function wt(n,t){return xo(n[0]-t[0])a;++a)i.point((e=n[a])[0],e[1]);return void i.lineEnd()}var l=new Tt(e,n,null,!0),c=new Tt(e,null,l,!1);l.o=c,u.push(l),o.push(c),l=new Tt(r,n,null,!1),c=new Tt(r,null,l,!0),l.o=c,u.push(l),o.push(c)}}),o.sort(t),qt(u),qt(o),u.length){for(var a=0,l=e,c=o.length;c>a;++a)o[a].e=l=!l;for(var f,s,h=u[0];;){for(var p=h,g=!0;p.v;)if((p=p.n)===h)return;f=p.z,i.lineStart();do{if(p.v=p.o.v=!0,p.e){if(g)for(var a=0,c=f.length;c>a;++a)i.point((s=f[a])[0],s[1]);else r(p.x,p.n.x,1,i);p=p.n}else{if(g){f=p.p.z;for(var a=f.length-1;a>=0;--a)i.point((s=f[a])[0],s[1])}else r(p.x,p.p.x,-1,i);p=p.p}p=p.o,f=p.z,g=!g}while(!p.v);i.lineEnd()}}}function qt(n){if(t=n.length){for(var t,e,r=0,i=n[0];++r0){for(b||(u.polygonStart(),b=!0),u.lineStart();++o1&&2&t&&e.push(e.pop().concat(e.shift())),p.push(e.filter(Dt))}var p,g,v,d=t(u),y=i.invert(r[0],r[1]),m={point:o,lineStart:l,lineEnd:c,polygonStart:function(){m.point=f,m.lineStart=s,m.lineEnd=h,p=[],g=[]},polygonEnd:function(){m.point=o,m.lineStart=l,m.lineEnd=c,p=ao.merge(p);var n=Ot(y,g);p.length?(b||(u.polygonStart(),b=!0),Lt(p,Ut,n,e,u)):n&&(b||(u.polygonStart(),b=!0),u.lineStart(),e(null,null,1,u),u.lineEnd()),b&&(u.polygonEnd(),b=!1),p=g=null},sphere:function(){u.polygonStart(),u.lineStart(),e(null,null,1,u),u.lineEnd(),u.polygonEnd()}},M=Pt(),x=t(M),b=!1;return m}}function Dt(n){return n.length>1}function Pt(){var n,t=[];return{lineStart:function(){t.push(n=[])},point:function(t,e){n.push([t,e])},lineEnd:b,buffer:function(){var e=t;return t=[],n=null,e},rejoin:function(){t.length>1&&t.push(t.pop().concat(t.shift()))}}}function Ut(n,t){return((n=n.x)[0]<0?n[1]-Io-Uo:Io-n[1])-((t=t.x)[0]<0?t[1]-Io-Uo:Io-t[1])}function jt(n){var t,e=NaN,r=NaN,i=NaN;return{lineStart:function(){n.lineStart(),t=1},point:function(u,o){var a=u>0?Fo:-Fo,l=xo(u-e);xo(l-Fo)0?Io:-Io),n.point(i,r),n.lineEnd(),n.lineStart(),n.point(a,r),n.point(u,r),t=0):i!==a&&l>=Fo&&(xo(e-i)Uo?Math.atan((Math.sin(t)*(u=Math.cos(r))*Math.sin(e)-Math.sin(r)*(i=Math.cos(t))*Math.sin(n))/(i*u*o)):(t+r)/2}function Ht(n,t,e,r){var i;if(null==n)i=e*Io,r.point(-Fo,i),r.point(0,i),r.point(Fo,i),r.point(Fo,0),r.point(Fo,-i),r.point(0,-i),r.point(-Fo,-i),r.point(-Fo,0),r.point(-Fo,i);else if(xo(n[0]-t[0])>Uo){var u=n[0]a;++a){var c=t[a],f=c.length;if(f)for(var s=c[0],h=s[0],p=s[1]/2+Fo/4,g=Math.sin(p),v=Math.cos(p),d=1;;){d===f&&(d=0),n=c[d];var y=n[0],m=n[1]/2+Fo/4,M=Math.sin(m),x=Math.cos(m),b=y-h,_=b>=0?1:-1,w=_*b,S=w>Fo,k=g*M;if(ka.add(Math.atan2(k*_*Math.sin(w),v*x+k*Math.cos(w))),u+=S?b+_*Ho:b,S^h>=e^y>=e){var N=mt(dt(s),dt(n));bt(N);var E=mt(i,N);bt(E);var A=(S^b>=0?-1:1)*tn(E[2]);(r>A||r===A&&(N[0]||N[1]))&&(o+=S^b>=0?1:-1)}if(!d++)break;h=y,g=M,v=x,s=n}}return(-Uo>u||Uo>u&&-Uo>ka)^1&o}function It(n){function t(n,t){return Math.cos(n)*Math.cos(t)>u}function e(n){var e,u,l,c,f;return{lineStart:function(){c=l=!1,f=1},point:function(s,h){var p,g=[s,h],v=t(s,h),d=o?v?0:i(s,h):v?i(s+(0>s?Fo:-Fo),h):0;if(!e&&(c=l=v)&&n.lineStart(),v!==l&&(p=r(e,g),(wt(e,p)||wt(g,p))&&(g[0]+=Uo,g[1]+=Uo,v=t(g[0],g[1]))),v!==l)f=0,v?(n.lineStart(),p=r(g,e),n.point(p[0],p[1])):(p=r(e,g),n.point(p[0],p[1]),n.lineEnd()),e=p;else if(a&&e&&o^v){var y;d&u||!(y=r(g,e,!0))||(f=0,o?(n.lineStart(),n.point(y[0][0],y[0][1]),n.point(y[1][0],y[1][1]),n.lineEnd()):(n.point(y[1][0],y[1][1]),n.lineEnd(),n.lineStart(),n.point(y[0][0],y[0][1])))}!v||e&&wt(e,g)||n.point(g[0],g[1]),e=g,l=v,u=d},lineEnd:function(){l&&n.lineEnd(),e=null},clean:function(){return f|(c&&l)<<1}}}function r(n,t,e){var r=dt(n),i=dt(t),o=[1,0,0],a=mt(r,i),l=yt(a,a),c=a[0],f=l-c*c;if(!f)return!e&&n;var s=u*l/f,h=-u*c/f,p=mt(o,a),g=xt(o,s),v=xt(a,h);Mt(g,v);var d=p,y=yt(g,d),m=yt(d,d),M=y*y-m*(yt(g,g)-1);if(!(0>M)){var x=Math.sqrt(M),b=xt(d,(-y-x)/m);if(Mt(b,g),b=_t(b),!e)return b;var _,w=n[0],S=t[0],k=n[1],N=t[1];w>S&&(_=w,w=S,S=_);var E=S-w,A=xo(E-Fo)E;if(!A&&k>N&&(_=k,k=N,N=_),C?A?k+N>0^b[1]<(xo(b[0]-w)Fo^(w<=b[0]&&b[0]<=S)){var z=xt(d,(-y+x)/m);return Mt(z,g),[b,_t(z)]}}}function i(t,e){var r=o?n:Fo-n,i=0;return-r>t?i|=1:t>r&&(i|=2),-r>e?i|=4:e>r&&(i|=8),i}var u=Math.cos(n),o=u>0,a=xo(u)>Uo,l=ve(n,6*Yo);return Rt(t,e,l,o?[0,-n]:[-Fo,n-Fo])}function Yt(n,t,e,r){return function(i){var u,o=i.a,a=i.b,l=o.x,c=o.y,f=a.x,s=a.y,h=0,p=1,g=f-l,v=s-c;if(u=n-l,g||!(u>0)){if(u/=g,0>g){if(h>u)return;p>u&&(p=u)}else if(g>0){if(u>p)return;u>h&&(h=u)}if(u=e-l,g||!(0>u)){if(u/=g,0>g){if(u>p)return;u>h&&(h=u)}else if(g>0){if(h>u)return;p>u&&(p=u)}if(u=t-c,v||!(u>0)){if(u/=v,0>v){if(h>u)return;p>u&&(p=u)}else if(v>0){if(u>p)return;u>h&&(h=u)}if(u=r-c,v||!(0>u)){if(u/=v,0>v){if(u>p)return;u>h&&(h=u)}else if(v>0){if(h>u)return;p>u&&(p=u)}return h>0&&(i.a={x:l+h*g,y:c+h*v}),1>p&&(i.b={x:l+p*g,y:c+p*v}),i}}}}}}function Zt(n,t,e,r){function i(r,i){return xo(r[0]-n)0?0:3:xo(r[0]-e)0?2:1:xo(r[1]-t)0?1:0:i>0?3:2}function u(n,t){return o(n.x,t.x)}function o(n,t){var e=i(n,1),r=i(t,1);return e!==r?e-r:0===e?t[1]-n[1]:1===e?n[0]-t[0]:2===e?n[1]-t[1]:t[0]-n[0]}return function(a){function l(n){for(var t=0,e=d.length,r=n[1],i=0;e>i;++i)for(var u,o=1,a=d[i],l=a.length,c=a[0];l>o;++o)u=a[o],c[1]<=r?u[1]>r&&Q(c,u,n)>0&&++t:u[1]<=r&&Q(c,u,n)<0&&--t,c=u;return 0!==t}function c(u,a,l,c){var f=0,s=0;if(null==u||(f=i(u,l))!==(s=i(a,l))||o(u,a)<0^l>0){do c.point(0===f||3===f?n:e,f>1?r:t);while((f=(f+l+4)%4)!==s)}else c.point(a[0],a[1])}function f(i,u){return i>=n&&e>=i&&u>=t&&r>=u}function s(n,t){f(n,t)&&a.point(n,t)}function h(){C.point=g,d&&d.push(y=[]),S=!0,w=!1,b=_=NaN}function p(){v&&(g(m,M),x&&w&&E.rejoin(),v.push(E.buffer())),C.point=s,w&&a.lineEnd()}function g(n,t){n=Math.max(-Ha,Math.min(Ha,n)),t=Math.max(-Ha,Math.min(Ha,t));var e=f(n,t);if(d&&y.push([n,t]),S)m=n,M=t,x=e,S=!1,e&&(a.lineStart(),a.point(n,t));else if(e&&w)a.point(n,t);else{var r={a:{x:b,y:_},b:{x:n,y:t}};A(r)?(w||(a.lineStart(),a.point(r.a.x,r.a.y)),a.point(r.b.x,r.b.y),e||a.lineEnd(),k=!1):e&&(a.lineStart(),a.point(n,t),k=!1)}b=n,_=t,w=e}var v,d,y,m,M,x,b,_,w,S,k,N=a,E=Pt(),A=Yt(n,t,e,r),C={point:s,lineStart:h,lineEnd:p,polygonStart:function(){a=E,v=[],d=[],k=!0},polygonEnd:function(){a=N,v=ao.merge(v);var t=l([n,r]),e=k&&t,i=v.length;(e||i)&&(a.polygonStart(),e&&(a.lineStart(),c(null,null,1,a),a.lineEnd()),i&&Lt(v,u,t,c,a),a.polygonEnd()),v=d=y=null}};return C}}function Vt(n){var t=0,e=Fo/3,r=ae(n),i=r(t,e);return i.parallels=function(n){return arguments.length?r(t=n[0]*Fo/180,e=n[1]*Fo/180):[t/Fo*180,e/Fo*180]},i}function Xt(n,t){function e(n,t){var e=Math.sqrt(u-2*i*Math.sin(t))/i;return[e*Math.sin(n*=i),o-e*Math.cos(n)]}var r=Math.sin(n),i=(r+Math.sin(t))/2,u=1+r*(2*i-r),o=Math.sqrt(u)/i;return e.invert=function(n,t){var e=o-t;return[Math.atan2(n,e)/i,tn((u-(n*n+e*e)*i*i)/(2*i))]},e}function $t(){function n(n,t){Ia+=i*n-r*t,r=n,i=t}var t,e,r,i;$a.point=function(u,o){$a.point=n,t=r=u,e=i=o},$a.lineEnd=function(){n(t,e)}}function Bt(n,t){Ya>n&&(Ya=n),n>Va&&(Va=n),Za>t&&(Za=t),t>Xa&&(Xa=t)}function Wt(){function n(n,t){o.push("M",n,",",t,u)}function t(n,t){o.push("M",n,",",t),a.point=e}function e(n,t){o.push("L",n,",",t)}function r(){a.point=n}function i(){o.push("Z")}var u=Jt(4.5),o=[],a={point:n,lineStart:function(){a.point=t},lineEnd:r,polygonStart:function(){a.lineEnd=i},polygonEnd:function(){a.lineEnd=r,a.point=n},pointRadius:function(n){return u=Jt(n),a},result:function(){if(o.length){var n=o.join("");return o=[],n}}};return a}function Jt(n){return"m0,"+n+"a"+n+","+n+" 0 1,1 0,"+-2*n+"a"+n+","+n+" 0 1,1 0,"+2*n+"z"}function Gt(n,t){Ca+=n,za+=t,++La}function Kt(){function n(n,r){var i=n-t,u=r-e,o=Math.sqrt(i*i+u*u);qa+=o*(t+n)/2,Ta+=o*(e+r)/2,Ra+=o,Gt(t=n,e=r)}var t,e;Wa.point=function(r,i){Wa.point=n,Gt(t=r,e=i)}}function Qt(){Wa.point=Gt}function ne(){function n(n,t){var e=n-r,u=t-i,o=Math.sqrt(e*e+u*u);qa+=o*(r+n)/2,Ta+=o*(i+t)/2,Ra+=o,o=i*n-r*t,Da+=o*(r+n),Pa+=o*(i+t),Ua+=3*o,Gt(r=n,i=t)}var t,e,r,i;Wa.point=function(u,o){Wa.point=n,Gt(t=r=u,e=i=o)},Wa.lineEnd=function(){n(t,e)}}function te(n){function t(t,e){n.moveTo(t+o,e),n.arc(t,e,o,0,Ho)}function e(t,e){n.moveTo(t,e),a.point=r}function r(t,e){n.lineTo(t,e)}function i(){a.point=t}function u(){n.closePath()}var o=4.5,a={point:t,lineStart:function(){a.point=e},lineEnd:i,polygonStart:function(){a.lineEnd=u},polygonEnd:function(){a.lineEnd=i,a.point=t},pointRadius:function(n){return o=n,a},result:b};return a}function ee(n){function t(n){return(a?r:e)(n)}function e(t){return ue(t,function(e,r){e=n(e,r),t.point(e[0],e[1])})}function r(t){function e(e,r){e=n(e,r),t.point(e[0],e[1])}function r(){M=NaN,S.point=u,t.lineStart()}function u(e,r){var u=dt([e,r]),o=n(e,r);i(M,x,m,b,_,w,M=o[0],x=o[1],m=e,b=u[0],_=u[1],w=u[2],a,t),t.point(M,x)}function o(){S.point=e,t.lineEnd()}function l(){ +r(),S.point=c,S.lineEnd=f}function c(n,t){u(s=n,h=t),p=M,g=x,v=b,d=_,y=w,S.point=u}function f(){i(M,x,m,b,_,w,p,g,s,v,d,y,a,t),S.lineEnd=o,o()}var s,h,p,g,v,d,y,m,M,x,b,_,w,S={point:e,lineStart:r,lineEnd:o,polygonStart:function(){t.polygonStart(),S.lineStart=l},polygonEnd:function(){t.polygonEnd(),S.lineStart=r}};return S}function i(t,e,r,a,l,c,f,s,h,p,g,v,d,y){var m=f-t,M=s-e,x=m*m+M*M;if(x>4*u&&d--){var b=a+p,_=l+g,w=c+v,S=Math.sqrt(b*b+_*_+w*w),k=Math.asin(w/=S),N=xo(xo(w)-1)u||xo((m*z+M*L)/x-.5)>.3||o>a*p+l*g+c*v)&&(i(t,e,r,a,l,c,A,C,N,b/=S,_/=S,w,d,y),y.point(A,C),i(A,C,N,b,_,w,f,s,h,p,g,v,d,y))}}var u=.5,o=Math.cos(30*Yo),a=16;return t.precision=function(n){return arguments.length?(a=(u=n*n)>0&&16,t):Math.sqrt(u)},t}function re(n){var t=ee(function(t,e){return n([t*Zo,e*Zo])});return function(n){return le(t(n))}}function ie(n){this.stream=n}function ue(n,t){return{point:t,sphere:function(){n.sphere()},lineStart:function(){n.lineStart()},lineEnd:function(){n.lineEnd()},polygonStart:function(){n.polygonStart()},polygonEnd:function(){n.polygonEnd()}}}function oe(n){return ae(function(){return n})()}function ae(n){function t(n){return n=a(n[0]*Yo,n[1]*Yo),[n[0]*h+l,c-n[1]*h]}function e(n){return n=a.invert((n[0]-l)/h,(c-n[1])/h),n&&[n[0]*Zo,n[1]*Zo]}function r(){a=Ct(o=se(y,M,x),u);var n=u(v,d);return l=p-n[0]*h,c=g+n[1]*h,i()}function i(){return f&&(f.valid=!1,f=null),t}var u,o,a,l,c,f,s=ee(function(n,t){return n=u(n,t),[n[0]*h+l,c-n[1]*h]}),h=150,p=480,g=250,v=0,d=0,y=0,M=0,x=0,b=Fa,_=m,w=null,S=null;return t.stream=function(n){return f&&(f.valid=!1),f=le(b(o,s(_(n)))),f.valid=!0,f},t.clipAngle=function(n){return arguments.length?(b=null==n?(w=n,Fa):It((w=+n)*Yo),i()):w},t.clipExtent=function(n){return arguments.length?(S=n,_=n?Zt(n[0][0],n[0][1],n[1][0],n[1][1]):m,i()):S},t.scale=function(n){return arguments.length?(h=+n,r()):h},t.translate=function(n){return arguments.length?(p=+n[0],g=+n[1],r()):[p,g]},t.center=function(n){return arguments.length?(v=n[0]%360*Yo,d=n[1]%360*Yo,r()):[v*Zo,d*Zo]},t.rotate=function(n){return arguments.length?(y=n[0]%360*Yo,M=n[1]%360*Yo,x=n.length>2?n[2]%360*Yo:0,r()):[y*Zo,M*Zo,x*Zo]},ao.rebind(t,s,"precision"),function(){return u=n.apply(this,arguments),t.invert=u.invert&&e,r()}}function le(n){return ue(n,function(t,e){n.point(t*Yo,e*Yo)})}function ce(n,t){return[n,t]}function fe(n,t){return[n>Fo?n-Ho:-Fo>n?n+Ho:n,t]}function se(n,t,e){return n?t||e?Ct(pe(n),ge(t,e)):pe(n):t||e?ge(t,e):fe}function he(n){return function(t,e){return t+=n,[t>Fo?t-Ho:-Fo>t?t+Ho:t,e]}}function pe(n){var t=he(n);return t.invert=he(-n),t}function ge(n,t){function e(n,t){var e=Math.cos(t),a=Math.cos(n)*e,l=Math.sin(n)*e,c=Math.sin(t),f=c*r+a*i;return[Math.atan2(l*u-f*o,a*r-c*i),tn(f*u+l*o)]}var r=Math.cos(n),i=Math.sin(n),u=Math.cos(t),o=Math.sin(t);return e.invert=function(n,t){var e=Math.cos(t),a=Math.cos(n)*e,l=Math.sin(n)*e,c=Math.sin(t),f=c*u-l*o;return[Math.atan2(l*u+c*o,a*r+f*i),tn(f*r-a*i)]},e}function ve(n,t){var e=Math.cos(n),r=Math.sin(n);return function(i,u,o,a){var l=o*t;null!=i?(i=de(e,i),u=de(e,u),(o>0?u>i:i>u)&&(i+=o*Ho)):(i=n+o*Ho,u=n-.5*l);for(var c,f=i;o>0?f>u:u>f;f-=l)a.point((c=_t([e,-r*Math.cos(f),-r*Math.sin(f)]))[0],c[1])}}function de(n,t){var e=dt(t);e[0]-=n,bt(e);var r=nn(-e[1]);return((-e[2]<0?-r:r)+2*Math.PI-Uo)%(2*Math.PI)}function ye(n,t,e){var r=ao.range(n,t-Uo,e).concat(t);return function(n){return r.map(function(t){return[n,t]})}}function me(n,t,e){var r=ao.range(n,t-Uo,e).concat(t);return function(n){return r.map(function(t){return[t,n]})}}function Me(n){return n.source}function xe(n){return n.target}function be(n,t,e,r){var i=Math.cos(t),u=Math.sin(t),o=Math.cos(r),a=Math.sin(r),l=i*Math.cos(n),c=i*Math.sin(n),f=o*Math.cos(e),s=o*Math.sin(e),h=2*Math.asin(Math.sqrt(on(r-t)+i*o*on(e-n))),p=1/Math.sin(h),g=h?function(n){var t=Math.sin(n*=h)*p,e=Math.sin(h-n)*p,r=e*l+t*f,i=e*c+t*s,o=e*u+t*a;return[Math.atan2(i,r)*Zo,Math.atan2(o,Math.sqrt(r*r+i*i))*Zo]}:function(){return[n*Zo,t*Zo]};return g.distance=h,g}function _e(){function n(n,i){var u=Math.sin(i*=Yo),o=Math.cos(i),a=xo((n*=Yo)-t),l=Math.cos(a);Ja+=Math.atan2(Math.sqrt((a=o*Math.sin(a))*a+(a=r*u-e*o*l)*a),e*u+r*o*l),t=n,e=u,r=o}var t,e,r;Ga.point=function(i,u){t=i*Yo,e=Math.sin(u*=Yo),r=Math.cos(u),Ga.point=n},Ga.lineEnd=function(){Ga.point=Ga.lineEnd=b}}function we(n,t){function e(t,e){var r=Math.cos(t),i=Math.cos(e),u=n(r*i);return[u*i*Math.sin(t),u*Math.sin(e)]}return e.invert=function(n,e){var r=Math.sqrt(n*n+e*e),i=t(r),u=Math.sin(i),o=Math.cos(i);return[Math.atan2(n*u,r*o),Math.asin(r&&e*u/r)]},e}function Se(n,t){function e(n,t){o>0?-Io+Uo>t&&(t=-Io+Uo):t>Io-Uo&&(t=Io-Uo);var e=o/Math.pow(i(t),u);return[e*Math.sin(u*n),o-e*Math.cos(u*n)]}var r=Math.cos(n),i=function(n){return Math.tan(Fo/4+n/2)},u=n===t?Math.sin(n):Math.log(r/Math.cos(t))/Math.log(i(t)/i(n)),o=r*Math.pow(i(n),u)/u;return u?(e.invert=function(n,t){var e=o-t,r=K(u)*Math.sqrt(n*n+e*e);return[Math.atan2(n,e)/u,2*Math.atan(Math.pow(o/r,1/u))-Io]},e):Ne}function ke(n,t){function e(n,t){var e=u-t;return[e*Math.sin(i*n),u-e*Math.cos(i*n)]}var r=Math.cos(n),i=n===t?Math.sin(n):(r-Math.cos(t))/(t-n),u=r/i+n;return xo(i)i;i++){for(;r>1&&Q(n[e[r-2]],n[e[r-1]],n[i])<=0;)--r;e[r++]=i}return e.slice(0,r)}function qe(n,t){return n[0]-t[0]||n[1]-t[1]}function Te(n,t,e){return(e[0]-t[0])*(n[1]-t[1])<(e[1]-t[1])*(n[0]-t[0])}function Re(n,t,e,r){var i=n[0],u=e[0],o=t[0]-i,a=r[0]-u,l=n[1],c=e[1],f=t[1]-l,s=r[1]-c,h=(a*(l-c)-s*(i-u))/(s*o-a*f);return[i+h*o,l+h*f]}function De(n){var t=n[0],e=n[n.length-1];return!(t[0]-e[0]||t[1]-e[1])}function Pe(){rr(this),this.edge=this.site=this.circle=null}function Ue(n){var t=cl.pop()||new Pe;return t.site=n,t}function je(n){Be(n),ol.remove(n),cl.push(n),rr(n)}function Fe(n){var t=n.circle,e=t.x,r=t.cy,i={x:e,y:r},u=n.P,o=n.N,a=[n];je(n);for(var l=u;l.circle&&xo(e-l.circle.x)f;++f)c=a[f],l=a[f-1],nr(c.edge,l.site,c.site,i);l=a[0],c=a[s-1],c.edge=Ke(l.site,c.site,null,i),$e(l),$e(c)}function He(n){for(var t,e,r,i,u=n.x,o=n.y,a=ol._;a;)if(r=Oe(a,o)-u,r>Uo)a=a.L;else{if(i=u-Ie(a,o),!(i>Uo)){r>-Uo?(t=a.P,e=a):i>-Uo?(t=a,e=a.N):t=e=a;break}if(!a.R){t=a;break}a=a.R}var l=Ue(n);if(ol.insert(t,l),t||e){if(t===e)return Be(t),e=Ue(t.site),ol.insert(l,e),l.edge=e.edge=Ke(t.site,l.site),$e(t),void $e(e);if(!e)return void(l.edge=Ke(t.site,l.site));Be(t),Be(e);var c=t.site,f=c.x,s=c.y,h=n.x-f,p=n.y-s,g=e.site,v=g.x-f,d=g.y-s,y=2*(h*d-p*v),m=h*h+p*p,M=v*v+d*d,x={x:(d*m-p*M)/y+f,y:(h*M-v*m)/y+s};nr(e.edge,c,g,x),l.edge=Ke(c,n,null,x),e.edge=Ke(n,g,null,x),$e(t),$e(e)}}function Oe(n,t){var e=n.site,r=e.x,i=e.y,u=i-t;if(!u)return r;var o=n.P;if(!o)return-(1/0);e=o.site;var a=e.x,l=e.y,c=l-t;if(!c)return a;var f=a-r,s=1/u-1/c,h=f/c;return s?(-h+Math.sqrt(h*h-2*s*(f*f/(-2*c)-l+c/2+i-u/2)))/s+r:(r+a)/2}function Ie(n,t){var e=n.N;if(e)return Oe(e,t);var r=n.site;return r.y===t?r.x:1/0}function Ye(n){this.site=n,this.edges=[]}function Ze(n){for(var t,e,r,i,u,o,a,l,c,f,s=n[0][0],h=n[1][0],p=n[0][1],g=n[1][1],v=ul,d=v.length;d--;)if(u=v[d],u&&u.prepare())for(a=u.edges,l=a.length,o=0;l>o;)f=a[o].end(),r=f.x,i=f.y,c=a[++o%l].start(),t=c.x,e=c.y,(xo(r-t)>Uo||xo(i-e)>Uo)&&(a.splice(o,0,new tr(Qe(u.site,f,xo(r-s)Uo?{x:s,y:xo(t-s)Uo?{x:xo(e-g)Uo?{x:h,y:xo(t-h)Uo?{x:xo(e-p)=-jo)){var p=l*l+c*c,g=f*f+s*s,v=(s*p-c*g)/h,d=(l*g-f*p)/h,s=d+a,y=fl.pop()||new Xe;y.arc=n,y.site=i,y.x=v+o,y.y=s+Math.sqrt(v*v+d*d),y.cy=s,n.circle=y;for(var m=null,M=ll._;M;)if(y.yd||d>=a)return;if(h>g){if(u){if(u.y>=c)return}else u={x:d,y:l};e={x:d,y:c}}else{if(u){if(u.yr||r>1)if(h>g){if(u){if(u.y>=c)return}else u={x:(l-i)/r,y:l};e={x:(c-i)/r,y:c}}else{if(u){if(u.yp){if(u){if(u.x>=a)return}else u={x:o,y:r*o+i};e={x:a,y:r*a+i}}else{if(u){if(u.xu||s>o||r>h||i>p)){if(g=n.point){var g,v=t-n.x,d=e-n.y,y=v*v+d*d;if(l>y){var m=Math.sqrt(l=y);r=t-m,i=e-m,u=t+m,o=e+m,a=g}}for(var M=n.nodes,x=.5*(f+h),b=.5*(s+p),_=t>=x,w=e>=b,S=w<<1|_,k=S+4;k>S;++S)if(n=M[3&S])switch(3&S){case 0:c(n,f,s,x,b);break;case 1:c(n,x,s,h,b);break;case 2:c(n,f,b,x,p);break;case 3:c(n,x,b,h,p)}}}(n,r,i,u,o),a}function vr(n,t){n=ao.rgb(n),t=ao.rgb(t);var e=n.r,r=n.g,i=n.b,u=t.r-e,o=t.g-r,a=t.b-i;return function(n){return"#"+bn(Math.round(e+u*n))+bn(Math.round(r+o*n))+bn(Math.round(i+a*n))}}function dr(n,t){var e,r={},i={};for(e in n)e in t?r[e]=Mr(n[e],t[e]):i[e]=n[e];for(e in t)e in n||(i[e]=t[e]);return function(n){for(e in r)i[e]=r[e](n);return i}}function yr(n,t){return n=+n,t=+t,function(e){return n*(1-e)+t*e}}function mr(n,t){var e,r,i,u=hl.lastIndex=pl.lastIndex=0,o=-1,a=[],l=[];for(n+="",t+="";(e=hl.exec(n))&&(r=pl.exec(t));)(i=r.index)>u&&(i=t.slice(u,i),a[o]?a[o]+=i:a[++o]=i),(e=e[0])===(r=r[0])?a[o]?a[o]+=r:a[++o]=r:(a[++o]=null,l.push({i:o,x:yr(e,r)})),u=pl.lastIndex;return ur;++r)a[(e=l[r]).i]=e.x(n);return a.join("")})}function Mr(n,t){for(var e,r=ao.interpolators.length;--r>=0&&!(e=ao.interpolators[r](n,t)););return e}function xr(n,t){var e,r=[],i=[],u=n.length,o=t.length,a=Math.min(n.length,t.length);for(e=0;a>e;++e)r.push(Mr(n[e],t[e]));for(;u>e;++e)i[e]=n[e];for(;o>e;++e)i[e]=t[e];return function(n){for(e=0;a>e;++e)i[e]=r[e](n);return i}}function br(n){return function(t){return 0>=t?0:t>=1?1:n(t)}}function _r(n){return function(t){return 1-n(1-t)}}function wr(n){return function(t){return.5*(.5>t?n(2*t):2-n(2-2*t))}}function Sr(n){return n*n}function kr(n){return n*n*n}function Nr(n){if(0>=n)return 0;if(n>=1)return 1;var t=n*n,e=t*n;return 4*(.5>n?e:3*(n-t)+e-.75)}function Er(n){return function(t){return Math.pow(t,n)}}function Ar(n){return 1-Math.cos(n*Io)}function Cr(n){return Math.pow(2,10*(n-1))}function zr(n){return 1-Math.sqrt(1-n*n)}function Lr(n,t){var e;return arguments.length<2&&(t=.45),arguments.length?e=t/Ho*Math.asin(1/n):(n=1,e=t/4),function(r){return 1+n*Math.pow(2,-10*r)*Math.sin((r-e)*Ho/t)}}function qr(n){return n||(n=1.70158),function(t){return t*t*((n+1)*t-n)}}function Tr(n){return 1/2.75>n?7.5625*n*n:2/2.75>n?7.5625*(n-=1.5/2.75)*n+.75:2.5/2.75>n?7.5625*(n-=2.25/2.75)*n+.9375:7.5625*(n-=2.625/2.75)*n+.984375}function Rr(n,t){n=ao.hcl(n),t=ao.hcl(t);var e=n.h,r=n.c,i=n.l,u=t.h-e,o=t.c-r,a=t.l-i;return isNaN(o)&&(o=0,r=isNaN(r)?t.c:r),isNaN(u)?(u=0,e=isNaN(e)?t.h:e):u>180?u-=360:-180>u&&(u+=360),function(n){return sn(e+u*n,r+o*n,i+a*n)+""}}function Dr(n,t){n=ao.hsl(n),t=ao.hsl(t);var e=n.h,r=n.s,i=n.l,u=t.h-e,o=t.s-r,a=t.l-i;return isNaN(o)&&(o=0,r=isNaN(r)?t.s:r),isNaN(u)?(u=0,e=isNaN(e)?t.h:e):u>180?u-=360:-180>u&&(u+=360),function(n){return cn(e+u*n,r+o*n,i+a*n)+""}}function Pr(n,t){n=ao.lab(n),t=ao.lab(t);var e=n.l,r=n.a,i=n.b,u=t.l-e,o=t.a-r,a=t.b-i;return function(n){return pn(e+u*n,r+o*n,i+a*n)+""}}function Ur(n,t){return t-=n,function(e){return Math.round(n+t*e)}}function jr(n){var t=[n.a,n.b],e=[n.c,n.d],r=Hr(t),i=Fr(t,e),u=Hr(Or(e,t,-i))||0;t[0]*e[1]180?t+=360:t-n>180&&(n+=360),r.push({i:e.push(Ir(e)+"rotate(",null,")")-2,x:yr(n,t)})):t&&e.push(Ir(e)+"rotate("+t+")")}function Vr(n,t,e,r){n!==t?r.push({i:e.push(Ir(e)+"skewX(",null,")")-2,x:yr(n,t)}):t&&e.push(Ir(e)+"skewX("+t+")")}function Xr(n,t,e,r){if(n[0]!==t[0]||n[1]!==t[1]){var i=e.push(Ir(e)+"scale(",null,",",null,")");r.push({i:i-4,x:yr(n[0],t[0])},{i:i-2,x:yr(n[1],t[1])})}else 1===t[0]&&1===t[1]||e.push(Ir(e)+"scale("+t+")")}function $r(n,t){var e=[],r=[];return n=ao.transform(n),t=ao.transform(t),Yr(n.translate,t.translate,e,r),Zr(n.rotate,t.rotate,e,r),Vr(n.skew,t.skew,e,r),Xr(n.scale,t.scale,e,r),n=t=null,function(n){for(var t,i=-1,u=r.length;++i=0;)e.push(i[r])}function oi(n,t){for(var e=[n],r=[];null!=(n=e.pop());)if(r.push(n),(u=n.children)&&(i=u.length))for(var i,u,o=-1;++oe;++e)(t=n[e][1])>i&&(r=e,i=t);return r}function yi(n){return n.reduce(mi,0)}function mi(n,t){return n+t[1]}function Mi(n,t){return xi(n,Math.ceil(Math.log(t.length)/Math.LN2+1))}function xi(n,t){for(var e=-1,r=+n[0],i=(n[1]-r)/t,u=[];++e<=t;)u[e]=i*e+r;return u}function bi(n){return[ao.min(n),ao.max(n)]}function _i(n,t){return n.value-t.value}function wi(n,t){var e=n._pack_next;n._pack_next=t,t._pack_prev=n,t._pack_next=e,e._pack_prev=t}function Si(n,t){n._pack_next=t,t._pack_prev=n}function ki(n,t){var e=t.x-n.x,r=t.y-n.y,i=n.r+t.r;return.999*i*i>e*e+r*r}function Ni(n){function t(n){f=Math.min(n.x-n.r,f),s=Math.max(n.x+n.r,s),h=Math.min(n.y-n.r,h),p=Math.max(n.y+n.r,p)}if((e=n.children)&&(c=e.length)){var e,r,i,u,o,a,l,c,f=1/0,s=-(1/0),h=1/0,p=-(1/0);if(e.forEach(Ei),r=e[0],r.x=-r.r,r.y=0,t(r),c>1&&(i=e[1],i.x=i.r,i.y=0,t(i),c>2))for(u=e[2],zi(r,i,u),t(u),wi(r,u),r._pack_prev=u,wi(u,i),i=r._pack_next,o=3;c>o;o++){zi(r,i,u=e[o]);var g=0,v=1,d=1;for(a=i._pack_next;a!==i;a=a._pack_next,v++)if(ki(a,u)){g=1;break}if(1==g)for(l=r._pack_prev;l!==a._pack_prev&&!ki(l,u);l=l._pack_prev,d++);g?(d>v||v==d&&i.ro;o++)u=e[o],u.x-=y,u.y-=m,M=Math.max(M,u.r+Math.sqrt(u.x*u.x+u.y*u.y));n.r=M,e.forEach(Ai)}}function Ei(n){n._pack_next=n._pack_prev=n}function Ai(n){delete n._pack_next,delete n._pack_prev}function Ci(n,t,e,r){var i=n.children;if(n.x=t+=r*n.x,n.y=e+=r*n.y,n.r*=r,i)for(var u=-1,o=i.length;++u=0;)t=i[u],t.z+=e,t.m+=e,e+=t.s+(r+=t.c)}function Pi(n,t,e){return n.a.parent===t.parent?n.a:e}function Ui(n){return 1+ao.max(n,function(n){return n.y})}function ji(n){return n.reduce(function(n,t){return n+t.x},0)/n.length}function Fi(n){var t=n.children;return t&&t.length?Fi(t[0]):n}function Hi(n){var t,e=n.children;return e&&(t=e.length)?Hi(e[t-1]):n}function Oi(n){return{x:n.x,y:n.y,dx:n.dx,dy:n.dy}}function Ii(n,t){var e=n.x+t[3],r=n.y+t[0],i=n.dx-t[1]-t[3],u=n.dy-t[0]-t[2];return 0>i&&(e+=i/2,i=0),0>u&&(r+=u/2,u=0),{x:e,y:r,dx:i,dy:u}}function Yi(n){var t=n[0],e=n[n.length-1];return e>t?[t,e]:[e,t]}function Zi(n){return n.rangeExtent?n.rangeExtent():Yi(n.range())}function Vi(n,t,e,r){var i=e(n[0],n[1]),u=r(t[0],t[1]);return function(n){return u(i(n))}}function Xi(n,t){var e,r=0,i=n.length-1,u=n[r],o=n[i];return u>o&&(e=r,r=i,i=e,e=u,u=o,o=e),n[r]=t.floor(u),n[i]=t.ceil(o),n}function $i(n){return n?{floor:function(t){return Math.floor(t/n)*n},ceil:function(t){return Math.ceil(t/n)*n}}:Sl}function Bi(n,t,e,r){var i=[],u=[],o=0,a=Math.min(n.length,t.length)-1;for(n[a]2?Bi:Vi,l=r?Wr:Br;return o=i(n,t,l,e),a=i(t,n,l,Mr),u}function u(n){return o(n)}var o,a;return u.invert=function(n){return a(n)},u.domain=function(t){return arguments.length?(n=t.map(Number),i()):n},u.range=function(n){return arguments.length?(t=n,i()):t},u.rangeRound=function(n){return u.range(n).interpolate(Ur)},u.clamp=function(n){return arguments.length?(r=n,i()):r},u.interpolate=function(n){return arguments.length?(e=n,i()):e},u.ticks=function(t){return Qi(n,t)},u.tickFormat=function(t,e){return nu(n,t,e)},u.nice=function(t){return Gi(n,t),i()},u.copy=function(){return Wi(n,t,e,r)},i()}function Ji(n,t){return ao.rebind(n,t,"range","rangeRound","interpolate","clamp")}function Gi(n,t){return Xi(n,$i(Ki(n,t)[2])),Xi(n,$i(Ki(n,t)[2])),n}function Ki(n,t){null==t&&(t=10);var e=Yi(n),r=e[1]-e[0],i=Math.pow(10,Math.floor(Math.log(r/t)/Math.LN10)),u=t/r*i;return.15>=u?i*=10:.35>=u?i*=5:.75>=u&&(i*=2),e[0]=Math.ceil(e[0]/i)*i,e[1]=Math.floor(e[1]/i)*i+.5*i,e[2]=i,e}function Qi(n,t){return ao.range.apply(ao,Ki(n,t))}function nu(n,t,e){var r=Ki(n,t);if(e){var i=ha.exec(e);if(i.shift(),"s"===i[8]){var u=ao.formatPrefix(Math.max(xo(r[0]),xo(r[1])));return i[7]||(i[7]="."+tu(u.scale(r[2]))),i[8]="f",e=ao.format(i.join("")),function(n){return e(u.scale(n))+u.symbol}}i[7]||(i[7]="."+eu(i[8],r)),e=i.join("")}else e=",."+tu(r[2])+"f";return ao.format(e)}function tu(n){return-Math.floor(Math.log(n)/Math.LN10+.01)}function eu(n,t){var e=tu(t[2]);return n in kl?Math.abs(e-tu(Math.max(xo(t[0]),xo(t[1]))))+ +("e"!==n):e-2*("%"===n)}function ru(n,t,e,r){function i(n){return(e?Math.log(0>n?0:n):-Math.log(n>0?0:-n))/Math.log(t)}function u(n){return e?Math.pow(t,n):-Math.pow(t,-n)}function o(t){return n(i(t))}return o.invert=function(t){return u(n.invert(t))},o.domain=function(t){return arguments.length?(e=t[0]>=0,n.domain((r=t.map(Number)).map(i)),o):r},o.base=function(e){return arguments.length?(t=+e,n.domain(r.map(i)),o):t},o.nice=function(){var t=Xi(r.map(i),e?Math:El);return n.domain(t),r=t.map(u),o},o.ticks=function(){var n=Yi(r),o=[],a=n[0],l=n[1],c=Math.floor(i(a)),f=Math.ceil(i(l)),s=t%1?2:t;if(isFinite(f-c)){if(e){for(;f>c;c++)for(var h=1;s>h;h++)o.push(u(c)*h);o.push(u(c))}else for(o.push(u(c));c++0;h--)o.push(u(c)*h);for(c=0;o[c]l;f--);o=o.slice(c,f)}return o},o.tickFormat=function(n,e){if(!arguments.length)return Nl;arguments.length<2?e=Nl:"function"!=typeof e&&(e=ao.format(e));var r=Math.max(1,t*n/o.ticks().length);return function(n){var o=n/u(Math.round(i(n)));return t-.5>o*t&&(o*=t),r>=o?e(n):""}},o.copy=function(){return ru(n.copy(),t,e,r)},Ji(o,n)}function iu(n,t,e){function r(t){return n(i(t))}var i=uu(t),u=uu(1/t);return r.invert=function(t){return u(n.invert(t))},r.domain=function(t){return arguments.length?(n.domain((e=t.map(Number)).map(i)),r):e},r.ticks=function(n){return Qi(e,n)},r.tickFormat=function(n,t){return nu(e,n,t)},r.nice=function(n){return r.domain(Gi(e,n))},r.exponent=function(o){return arguments.length?(i=uu(t=o),u=uu(1/t),n.domain(e.map(i)),r):t},r.copy=function(){return iu(n.copy(),t,e)},Ji(r,n)}function uu(n){return function(t){return 0>t?-Math.pow(-t,n):Math.pow(t,n)}}function ou(n,t){function e(e){return u[((i.get(e)||("range"===t.t?i.set(e,n.push(e)):NaN))-1)%u.length]}function r(t,e){return ao.range(n.length).map(function(n){return t+e*n})}var i,u,o;return e.domain=function(r){if(!arguments.length)return n;n=[],i=new c;for(var u,o=-1,a=r.length;++oe?[NaN,NaN]:[e>0?a[e-1]:n[0],et?NaN:t/u+n,[t,t+1/u]},r.copy=function(){return lu(n,t,e)},i()}function cu(n,t){function e(e){return e>=e?t[ao.bisect(n,e)]:void 0}return e.domain=function(t){return arguments.length?(n=t,e):n},e.range=function(n){return arguments.length?(t=n,e):t},e.invertExtent=function(e){return e=t.indexOf(e),[n[e-1],n[e]]},e.copy=function(){return cu(n,t)},e}function fu(n){function t(n){return+n}return t.invert=t,t.domain=t.range=function(e){return arguments.length?(n=e.map(t),t):n},t.ticks=function(t){return Qi(n,t)},t.tickFormat=function(t,e){return nu(n,t,e)},t.copy=function(){return fu(n)},t}function su(){return 0}function hu(n){return n.innerRadius}function pu(n){return n.outerRadius}function gu(n){return n.startAngle}function vu(n){return n.endAngle}function du(n){return n&&n.padAngle}function yu(n,t,e,r){return(n-e)*t-(t-r)*n>0?0:1}function mu(n,t,e,r,i){var u=n[0]-t[0],o=n[1]-t[1],a=(i?r:-r)/Math.sqrt(u*u+o*o),l=a*o,c=-a*u,f=n[0]+l,s=n[1]+c,h=t[0]+l,p=t[1]+c,g=(f+h)/2,v=(s+p)/2,d=h-f,y=p-s,m=d*d+y*y,M=e-r,x=f*p-h*s,b=(0>y?-1:1)*Math.sqrt(Math.max(0,M*M*m-x*x)),_=(x*y-d*b)/m,w=(-x*d-y*b)/m,S=(x*y+d*b)/m,k=(-x*d+y*b)/m,N=_-g,E=w-v,A=S-g,C=k-v;return N*N+E*E>A*A+C*C&&(_=S,w=k),[[_-l,w-c],[_*e/M,w*e/M]]}function Mu(n){function t(t){function o(){c.push("M",u(n(f),a))}for(var l,c=[],f=[],s=-1,h=t.length,p=En(e),g=En(r);++s1?n.join("L"):n+"Z"}function bu(n){return n.join("L")+"Z"}function _u(n){for(var t=0,e=n.length,r=n[0],i=[r[0],",",r[1]];++t1&&i.push("H",r[0]),i.join("")}function wu(n){for(var t=0,e=n.length,r=n[0],i=[r[0],",",r[1]];++t1){a=t[1],u=n[l],l++,r+="C"+(i[0]+o[0])+","+(i[1]+o[1])+","+(u[0]-a[0])+","+(u[1]-a[1])+","+u[0]+","+u[1];for(var c=2;c9&&(i=3*t/Math.sqrt(i),o[a]=i*e,o[a+1]=i*r));for(a=-1;++a<=l;)i=(n[Math.min(l,a+1)][0]-n[Math.max(0,a-1)][0])/(6*(1+o[a]*o[a])),u.push([i||0,o[a]*i||0]);return u}function Fu(n){return n.length<3?xu(n):n[0]+Au(n,ju(n))}function Hu(n){for(var t,e,r,i=-1,u=n.length;++i=t?o(n-t):void(f.c=o)}function o(e){var i=g.active,u=g[i];u&&(u.timer.c=null,u.timer.t=NaN,--g.count,delete g[i],u.event&&u.event.interrupt.call(n,n.__data__,u.index));for(var o in g)if(r>+o){var c=g[o];c.timer.c=null,c.timer.t=NaN,--g.count,delete g[o]}f.c=a,qn(function(){return f.c&&a(e||1)&&(f.c=null,f.t=NaN),1},0,l),g.active=r,v.event&&v.event.start.call(n,n.__data__,t),p=[],v.tween.forEach(function(e,r){(r=r.call(n,n.__data__,t))&&p.push(r)}),h=v.ease,s=v.duration}function a(i){for(var u=i/s,o=h(u),a=p.length;a>0;)p[--a].call(n,o);return u>=1?(v.event&&v.event.end.call(n,n.__data__,t),--g.count?delete g[r]:delete n[e],1):void 0}var l,f,s,h,p,g=n[e]||(n[e]={active:0,count:0}),v=g[r];v||(l=i.time,f=qn(u,0,l),v=g[r]={tween:new c,time:l,timer:f,delay:i.delay,duration:i.duration,ease:i.ease,index:t},i=null,++g.count)}function no(n,t,e){n.attr("transform",function(n){var r=t(n);return"translate("+(isFinite(r)?r:e(n))+",0)"})}function to(n,t,e){n.attr("transform",function(n){var r=t(n);return"translate(0,"+(isFinite(r)?r:e(n))+")"})}function eo(n){return n.toISOString()}function ro(n,t,e){function r(t){return n(t)}function i(n,e){var r=n[1]-n[0],i=r/e,u=ao.bisect(Kl,i);return u==Kl.length?[t.year,Ki(n.map(function(n){return n/31536e6}),e)[2]]:u?t[i/Kl[u-1]1?{floor:function(t){for(;e(t=n.floor(t));)t=io(t-1);return t},ceil:function(t){for(;e(t=n.ceil(t));)t=io(+t+1);return t}}:n))},r.ticks=function(n,t){var e=Yi(r.domain()),u=null==n?i(e,10):"number"==typeof n?i(e,n):!n.range&&[{range:n},t];return u&&(n=u[0],t=u[1]),n.range(e[0],io(+e[1]+1),1>t?1:t)},r.tickFormat=function(){return e},r.copy=function(){return ro(n.copy(),t,e)},Ji(r,n)}function io(n){return new Date(n)}function uo(n){return JSON.parse(n.responseText)}function oo(n){var t=fo.createRange();return t.selectNode(fo.body),t.createContextualFragment(n.responseText)}var ao={version:"3.5.17"},lo=[].slice,co=function(n){return lo.call(n)},fo=this.document;if(fo)try{co(fo.documentElement.childNodes)[0].nodeType}catch(so){co=function(n){for(var t=n.length,e=new Array(t);t--;)e[t]=n[t];return e}}if(Date.now||(Date.now=function(){return+new Date}),fo)try{fo.createElement("DIV").style.setProperty("opacity",0,"")}catch(ho){var po=this.Element.prototype,go=po.setAttribute,vo=po.setAttributeNS,yo=this.CSSStyleDeclaration.prototype,mo=yo.setProperty;po.setAttribute=function(n,t){go.call(this,n,t+"")},po.setAttributeNS=function(n,t,e){vo.call(this,n,t,e+"")},yo.setProperty=function(n,t,e){mo.call(this,n,t+"",e)}}ao.ascending=e,ao.descending=function(n,t){return n>t?-1:t>n?1:t>=n?0:NaN},ao.min=function(n,t){var e,r,i=-1,u=n.length;if(1===arguments.length){for(;++i=r){e=r;break}for(;++ir&&(e=r)}else{for(;++i=r){e=r;break}for(;++ir&&(e=r)}return e},ao.max=function(n,t){var e,r,i=-1,u=n.length;if(1===arguments.length){for(;++i=r){e=r;break}for(;++ie&&(e=r)}else{for(;++i=r){e=r;break}for(;++ie&&(e=r)}return e},ao.extent=function(n,t){var e,r,i,u=-1,o=n.length;if(1===arguments.length){for(;++u=r){e=i=r;break}for(;++ur&&(e=r),r>i&&(i=r))}else{for(;++u=r){e=i=r;break}for(;++ur&&(e=r),r>i&&(i=r))}return[e,i]},ao.sum=function(n,t){var e,r=0,u=n.length,o=-1;if(1===arguments.length)for(;++o1?l/(f-1):void 0},ao.deviation=function(){var n=ao.variance.apply(this,arguments);return n?Math.sqrt(n):n};var Mo=u(e);ao.bisectLeft=Mo.left,ao.bisect=ao.bisectRight=Mo.right,ao.bisector=function(n){return u(1===n.length?function(t,r){return e(n(t),r)}:n)},ao.shuffle=function(n,t,e){(u=arguments.length)<3&&(e=n.length,2>u&&(t=0));for(var r,i,u=e-t;u;)i=Math.random()*u--|0,r=n[u+t],n[u+t]=n[i+t],n[i+t]=r;return n},ao.permute=function(n,t){for(var e=t.length,r=new Array(e);e--;)r[e]=n[t[e]];return r},ao.pairs=function(n){for(var t,e=0,r=n.length-1,i=n[0],u=new Array(0>r?0:r);r>e;)u[e]=[t=i,i=n[++e]];return u},ao.transpose=function(n){if(!(i=n.length))return[];for(var t=-1,e=ao.min(n,o),r=new Array(e);++t=0;)for(r=n[i],t=r.length;--t>=0;)e[--o]=r[t];return e};var xo=Math.abs;ao.range=function(n,t,e){if(arguments.length<3&&(e=1,arguments.length<2&&(t=n,n=0)),(t-n)/e===1/0)throw new Error("infinite range");var r,i=[],u=a(xo(e)),o=-1;if(n*=u,t*=u,e*=u,0>e)for(;(r=n+e*++o)>t;)i.push(r/u);else for(;(r=n+e*++o)=u.length)return r?r.call(i,o):e?o.sort(e):o;for(var l,f,s,h,p=-1,g=o.length,v=u[a++],d=new c;++p=u.length)return n;var r=[],i=o[e++];return n.forEach(function(n,i){r.push({key:n,values:t(i,e)})}),i?r.sort(function(n,t){return i(n.key,t.key)}):r}var e,r,i={},u=[],o=[];return i.map=function(t,e){return n(e,t,0)},i.entries=function(e){return t(n(ao.map,e,0),0)},i.key=function(n){return u.push(n),i},i.sortKeys=function(n){return o[u.length-1]=n,i},i.sortValues=function(n){return e=n,i},i.rollup=function(n){return r=n,i},i},ao.set=function(n){var t=new y;if(n)for(var e=0,r=n.length;r>e;++e)t.add(n[e]);return t},l(y,{has:h,add:function(n){return this._[f(n+="")]=!0,n},remove:p,values:g,size:v,empty:d,forEach:function(n){for(var t in this._)n.call(this,s(t))}}),ao.behavior={},ao.rebind=function(n,t){for(var e,r=1,i=arguments.length;++r=0&&(r=n.slice(e+1),n=n.slice(0,e)),n)return arguments.length<2?this[n].on(r):this[n].on(r,t);if(2===arguments.length){if(null==t)for(n in this)this.hasOwnProperty(n)&&this[n].on(r,null);return this}},ao.event=null,ao.requote=function(n){return n.replace(So,"\\$&")};var So=/[\\\^\$\*\+\?\|\[\]\(\)\.\{\}]/g,ko={}.__proto__?function(n,t){n.__proto__=t}:function(n,t){for(var e in t)n[e]=t[e]},No=function(n,t){return t.querySelector(n)},Eo=function(n,t){return t.querySelectorAll(n)},Ao=function(n,t){var e=n.matches||n[x(n,"matchesSelector")];return(Ao=function(n,t){return e.call(n,t)})(n,t)};"function"==typeof Sizzle&&(No=function(n,t){return Sizzle(n,t)[0]||null},Eo=Sizzle,Ao=Sizzle.matchesSelector),ao.selection=function(){return ao.select(fo.documentElement)};var Co=ao.selection.prototype=[];Co.select=function(n){var t,e,r,i,u=[];n=A(n);for(var o=-1,a=this.length;++o=0&&"xmlns"!==(e=n.slice(0,t))&&(n=n.slice(t+1)),Lo.hasOwnProperty(e)?{space:Lo[e],local:n}:n}},Co.attr=function(n,t){if(arguments.length<2){if("string"==typeof n){var e=this.node();return n=ao.ns.qualify(n),n.local?e.getAttributeNS(n.space,n.local):e.getAttribute(n)}for(t in n)this.each(z(t,n[t]));return this}return this.each(z(n,t))},Co.classed=function(n,t){if(arguments.length<2){if("string"==typeof n){var e=this.node(),r=(n=T(n)).length,i=-1;if(t=e.classList){for(;++ii){if("string"!=typeof n){2>i&&(e="");for(r in n)this.each(P(r,n[r],e));return this}if(2>i){var u=this.node();return t(u).getComputedStyle(u,null).getPropertyValue(n)}r=""}return this.each(P(n,e,r))},Co.property=function(n,t){if(arguments.length<2){if("string"==typeof n)return this.node()[n];for(t in n)this.each(U(t,n[t]));return this}return this.each(U(n,t))},Co.text=function(n){return arguments.length?this.each("function"==typeof n?function(){var t=n.apply(this,arguments);this.textContent=null==t?"":t}:null==n?function(){this.textContent=""}:function(){this.textContent=n}):this.node().textContent},Co.html=function(n){return arguments.length?this.each("function"==typeof n?function(){var t=n.apply(this,arguments);this.innerHTML=null==t?"":t}:null==n?function(){this.innerHTML=""}:function(){this.innerHTML=n}):this.node().innerHTML},Co.append=function(n){return n=j(n),this.select(function(){return this.appendChild(n.apply(this,arguments))})},Co.insert=function(n,t){return n=j(n),t=A(t),this.select(function(){return this.insertBefore(n.apply(this,arguments),t.apply(this,arguments)||null)})},Co.remove=function(){return this.each(F)},Co.data=function(n,t){function e(n,e){var r,i,u,o=n.length,s=e.length,h=Math.min(o,s),p=new Array(s),g=new Array(s),v=new Array(o);if(t){var d,y=new c,m=new Array(o);for(r=-1;++rr;++r)g[r]=H(e[r]);for(;o>r;++r)v[r]=n[r]}g.update=p,g.parentNode=p.parentNode=v.parentNode=n.parentNode,a.push(g),l.push(p),f.push(v)}var r,i,u=-1,o=this.length;if(!arguments.length){for(n=new Array(o=(r=this[0]).length);++uu;u++){i.push(t=[]),t.parentNode=(e=this[u]).parentNode;for(var a=0,l=e.length;l>a;a++)(r=e[a])&&n.call(r,r.__data__,a,u)&&t.push(r)}return E(i)},Co.order=function(){for(var n=-1,t=this.length;++n=0;)(e=r[i])&&(u&&u!==e.nextSibling&&u.parentNode.insertBefore(e,u),u=e);return this},Co.sort=function(n){n=I.apply(this,arguments);for(var t=-1,e=this.length;++tn;n++)for(var e=this[n],r=0,i=e.length;i>r;r++){var u=e[r];if(u)return u}return null},Co.size=function(){var n=0;return Y(this,function(){++n}),n};var qo=[];ao.selection.enter=Z,ao.selection.enter.prototype=qo,qo.append=Co.append,qo.empty=Co.empty,qo.node=Co.node,qo.call=Co.call,qo.size=Co.size,qo.select=function(n){for(var t,e,r,i,u,o=[],a=-1,l=this.length;++ar){if("string"!=typeof n){2>r&&(t=!1);for(e in n)this.each(X(e,n[e],t));return this}if(2>r)return(r=this.node()["__on"+n])&&r._;e=!1}return this.each(X(n,t,e))};var To=ao.map({mouseenter:"mouseover",mouseleave:"mouseout"});fo&&To.forEach(function(n){"on"+n in fo&&To.remove(n)});var Ro,Do=0;ao.mouse=function(n){return J(n,k())};var Po=this.navigator&&/WebKit/.test(this.navigator.userAgent)?-1:0;ao.touch=function(n,t,e){if(arguments.length<3&&(e=t,t=k().changedTouches),t)for(var r,i=0,u=t.length;u>i;++i)if((r=t[i]).identifier===e)return J(n,r)},ao.behavior.drag=function(){function n(){this.on("mousedown.drag",u).on("touchstart.drag",o)}function e(n,t,e,u,o){return function(){function a(){var n,e,r=t(h,v);r&&(n=r[0]-M[0],e=r[1]-M[1],g|=n|e,M=r,p({type:"drag",x:r[0]+c[0],y:r[1]+c[1],dx:n,dy:e}))}function l(){t(h,v)&&(y.on(u+d,null).on(o+d,null),m(g),p({type:"dragend"}))}var c,f=this,s=ao.event.target.correspondingElement||ao.event.target,h=f.parentNode,p=r.of(f,arguments),g=0,v=n(),d=".drag"+(null==v?"":"-"+v),y=ao.select(e(s)).on(u+d,a).on(o+d,l),m=W(s),M=t(h,v);i?(c=i.apply(f,arguments),c=[c.x-M[0],c.y-M[1]]):c=[0,0],p({type:"dragstart"})}}var r=N(n,"drag","dragstart","dragend"),i=null,u=e(b,ao.mouse,t,"mousemove","mouseup"),o=e(G,ao.touch,m,"touchmove","touchend");return n.origin=function(t){return arguments.length?(i=t,n):i},ao.rebind(n,r,"on")},ao.touches=function(n,t){return arguments.length<2&&(t=k().touches),t?co(t).map(function(t){var e=J(n,t);return e.identifier=t.identifier,e}):[]};var Uo=1e-6,jo=Uo*Uo,Fo=Math.PI,Ho=2*Fo,Oo=Ho-Uo,Io=Fo/2,Yo=Fo/180,Zo=180/Fo,Vo=Math.SQRT2,Xo=2,$o=4;ao.interpolateZoom=function(n,t){var e,r,i=n[0],u=n[1],o=n[2],a=t[0],l=t[1],c=t[2],f=a-i,s=l-u,h=f*f+s*s;if(jo>h)r=Math.log(c/o)/Vo,e=function(n){return[i+n*f,u+n*s,o*Math.exp(Vo*n*r)]};else{var p=Math.sqrt(h),g=(c*c-o*o+$o*h)/(2*o*Xo*p),v=(c*c-o*o-$o*h)/(2*c*Xo*p),d=Math.log(Math.sqrt(g*g+1)-g),y=Math.log(Math.sqrt(v*v+1)-v);r=(y-d)/Vo,e=function(n){var t=n*r,e=rn(d),a=o/(Xo*p)*(e*un(Vo*t+d)-en(d));return[i+a*f,u+a*s,o*e/rn(Vo*t+d)]}}return e.duration=1e3*r,e},ao.behavior.zoom=function(){function n(n){n.on(L,s).on(Wo+".zoom",p).on("dblclick.zoom",g).on(R,h)}function e(n){return[(n[0]-k.x)/k.k,(n[1]-k.y)/k.k]}function r(n){return[n[0]*k.k+k.x,n[1]*k.k+k.y]}function i(n){k.k=Math.max(A[0],Math.min(A[1],n))}function u(n,t){t=r(t),k.x+=n[0]-t[0],k.y+=n[1]-t[1]}function o(t,e,r,o){t.__chart__={x:k.x,y:k.y,k:k.k},i(Math.pow(2,o)),u(d=e,r),t=ao.select(t),C>0&&(t=t.transition().duration(C)),t.call(n.event)}function a(){b&&b.domain(x.range().map(function(n){return(n-k.x)/k.k}).map(x.invert)),w&&w.domain(_.range().map(function(n){return(n-k.y)/k.k}).map(_.invert))}function l(n){z++||n({type:"zoomstart"})}function c(n){a(),n({type:"zoom",scale:k.k,translate:[k.x,k.y]})}function f(n){--z||(n({type:"zoomend"}),d=null)}function s(){function n(){a=1,u(ao.mouse(i),h),c(o)}function r(){s.on(q,null).on(T,null),p(a),f(o)}var i=this,o=D.of(i,arguments),a=0,s=ao.select(t(i)).on(q,n).on(T,r),h=e(ao.mouse(i)),p=W(i);Il.call(i),l(o)}function h(){function n(){var n=ao.touches(g);return p=k.k,n.forEach(function(n){n.identifier in d&&(d[n.identifier]=e(n))}),n}function t(){var t=ao.event.target;ao.select(t).on(x,r).on(b,a),_.push(t);for(var e=ao.event.changedTouches,i=0,u=e.length;u>i;++i)d[e[i].identifier]=null;var l=n(),c=Date.now();if(1===l.length){if(500>c-M){var f=l[0];o(g,f,d[f.identifier],Math.floor(Math.log(k.k)/Math.LN2)+1),S()}M=c}else if(l.length>1){var f=l[0],s=l[1],h=f[0]-s[0],p=f[1]-s[1];y=h*h+p*p}}function r(){var n,t,e,r,o=ao.touches(g);Il.call(g);for(var a=0,l=o.length;l>a;++a,r=null)if(e=o[a],r=d[e.identifier]){if(t)break;n=e,t=r}if(r){var f=(f=e[0]-n[0])*f+(f=e[1]-n[1])*f,s=y&&Math.sqrt(f/y);n=[(n[0]+e[0])/2,(n[1]+e[1])/2],t=[(t[0]+r[0])/2,(t[1]+r[1])/2],i(s*p)}M=null,u(n,t),c(v)}function a(){if(ao.event.touches.length){for(var t=ao.event.changedTouches,e=0,r=t.length;r>e;++e)delete d[t[e].identifier];for(var i in d)return void n()}ao.selectAll(_).on(m,null),w.on(L,s).on(R,h),N(),f(v)}var p,g=this,v=D.of(g,arguments),d={},y=0,m=".zoom-"+ao.event.changedTouches[0].identifier,x="touchmove"+m,b="touchend"+m,_=[],w=ao.select(g),N=W(g);t(),l(v),w.on(L,null).on(R,t)}function p(){var n=D.of(this,arguments);m?clearTimeout(m):(Il.call(this),v=e(d=y||ao.mouse(this)),l(n)),m=setTimeout(function(){m=null,f(n)},50),S(),i(Math.pow(2,.002*Bo())*k.k),u(d,v),c(n)}function g(){var n=ao.mouse(this),t=Math.log(k.k)/Math.LN2;o(this,n,e(n),ao.event.shiftKey?Math.ceil(t)-1:Math.floor(t)+1)}var v,d,y,m,M,x,b,_,w,k={x:0,y:0,k:1},E=[960,500],A=Jo,C=250,z=0,L="mousedown.zoom",q="mousemove.zoom",T="mouseup.zoom",R="touchstart.zoom",D=N(n,"zoomstart","zoom","zoomend");return Wo||(Wo="onwheel"in fo?(Bo=function(){return-ao.event.deltaY*(ao.event.deltaMode?120:1)},"wheel"):"onmousewheel"in fo?(Bo=function(){return ao.event.wheelDelta},"mousewheel"):(Bo=function(){return-ao.event.detail},"MozMousePixelScroll")),n.event=function(n){n.each(function(){var n=D.of(this,arguments),t=k;Hl?ao.select(this).transition().each("start.zoom",function(){k=this.__chart__||{x:0,y:0,k:1},l(n)}).tween("zoom:zoom",function(){var e=E[0],r=E[1],i=d?d[0]:e/2,u=d?d[1]:r/2,o=ao.interpolateZoom([(i-k.x)/k.k,(u-k.y)/k.k,e/k.k],[(i-t.x)/t.k,(u-t.y)/t.k,e/t.k]);return function(t){var r=o(t),a=e/r[2];this.__chart__=k={x:i-r[0]*a,y:u-r[1]*a,k:a},c(n)}}).each("interrupt.zoom",function(){f(n)}).each("end.zoom",function(){f(n)}):(this.__chart__=k,l(n),c(n),f(n))})},n.translate=function(t){return arguments.length?(k={x:+t[0],y:+t[1],k:k.k},a(),n):[k.x,k.y]},n.scale=function(t){return arguments.length?(k={x:k.x,y:k.y,k:null},i(+t),a(),n):k.k},n.scaleExtent=function(t){return arguments.length?(A=null==t?Jo:[+t[0],+t[1]],n):A},n.center=function(t){return arguments.length?(y=t&&[+t[0],+t[1]],n):y},n.size=function(t){return arguments.length?(E=t&&[+t[0],+t[1]],n):E},n.duration=function(t){return arguments.length?(C=+t,n):C},n.x=function(t){return arguments.length?(b=t,x=t.copy(),k={x:0,y:0,k:1},n):b},n.y=function(t){return arguments.length?(w=t,_=t.copy(),k={x:0,y:0,k:1},n):w},ao.rebind(n,D,"on")};var Bo,Wo,Jo=[0,1/0];ao.color=an,an.prototype.toString=function(){return this.rgb()+""},ao.hsl=ln;var Go=ln.prototype=new an;Go.brighter=function(n){return n=Math.pow(.7,arguments.length?n:1),new ln(this.h,this.s,this.l/n)},Go.darker=function(n){return n=Math.pow(.7,arguments.length?n:1),new ln(this.h,this.s,n*this.l)},Go.rgb=function(){return cn(this.h,this.s,this.l)},ao.hcl=fn;var Ko=fn.prototype=new an;Ko.brighter=function(n){return new fn(this.h,this.c,Math.min(100,this.l+Qo*(arguments.length?n:1)))},Ko.darker=function(n){return new fn(this.h,this.c,Math.max(0,this.l-Qo*(arguments.length?n:1)))},Ko.rgb=function(){return sn(this.h,this.c,this.l).rgb()},ao.lab=hn;var Qo=18,na=.95047,ta=1,ea=1.08883,ra=hn.prototype=new an;ra.brighter=function(n){return new hn(Math.min(100,this.l+Qo*(arguments.length?n:1)),this.a,this.b)},ra.darker=function(n){return new hn(Math.max(0,this.l-Qo*(arguments.length?n:1)),this.a,this.b)},ra.rgb=function(){return pn(this.l,this.a,this.b)},ao.rgb=mn;var ia=mn.prototype=new an;ia.brighter=function(n){n=Math.pow(.7,arguments.length?n:1);var t=this.r,e=this.g,r=this.b,i=30;return t||e||r?(t&&i>t&&(t=i),e&&i>e&&(e=i),r&&i>r&&(r=i),new mn(Math.min(255,t/n),Math.min(255,e/n),Math.min(255,r/n))):new mn(i,i,i)},ia.darker=function(n){return n=Math.pow(.7,arguments.length?n:1),new mn(n*this.r,n*this.g,n*this.b)},ia.hsl=function(){return wn(this.r,this.g,this.b)},ia.toString=function(){return"#"+bn(this.r)+bn(this.g)+bn(this.b)};var ua=ao.map({aliceblue:15792383,antiquewhite:16444375,aqua:65535,aquamarine:8388564,azure:15794175,beige:16119260,bisque:16770244,black:0,blanchedalmond:16772045,blue:255,blueviolet:9055202,brown:10824234,burlywood:14596231,cadetblue:6266528,chartreuse:8388352,chocolate:13789470,coral:16744272,cornflowerblue:6591981,cornsilk:16775388,crimson:14423100,cyan:65535,darkblue:139,darkcyan:35723,darkgoldenrod:12092939,darkgray:11119017,darkgreen:25600,darkgrey:11119017,darkkhaki:12433259,darkmagenta:9109643,darkolivegreen:5597999,darkorange:16747520,darkorchid:10040012,darkred:9109504,darksalmon:15308410,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkslategrey:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:16716947,deepskyblue:49151,dimgray:6908265,dimgrey:6908265,dodgerblue:2003199,firebrick:11674146,floralwhite:16775920,forestgreen:2263842,fuchsia:16711935,gainsboro:14474460,ghostwhite:16316671,gold:16766720,goldenrod:14329120,gray:8421504,green:32768,greenyellow:11403055,grey:8421504,honeydew:15794160,hotpink:16738740,indianred:13458524,indigo:4915330,ivory:16777200,khaki:15787660,lavender:15132410,lavenderblush:16773365,lawngreen:8190976,lemonchiffon:16775885,lightblue:11393254,lightcoral:15761536,lightcyan:14745599,lightgoldenrodyellow:16448210,lightgray:13882323,lightgreen:9498256,lightgrey:13882323,lightpink:16758465,lightsalmon:16752762,lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:11584734,lightyellow:16777184,lime:65280,limegreen:3329330,linen:16445670,magenta:16711935,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:12211667,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:13047173,midnightblue:1644912,mintcream:16121850,mistyrose:16770273,moccasin:16770229,navajowhite:16768685,navy:128,oldlace:16643558,olive:8421376,olivedrab:7048739,orange:16753920,orangered:16729344,orchid:14315734,palegoldenrod:15657130,palegreen:10025880,paleturquoise:11529966,palevioletred:14381203,papayawhip:16773077,peachpuff:16767673,peru:13468991,pink:16761035,plum:14524637,powderblue:11591910,purple:8388736,rebeccapurple:6697881,red:16711680,rosybrown:12357519,royalblue:4286945,saddlebrown:9127187,salmon:16416882,sandybrown:16032864,seagreen:3050327,seashell:16774638,sienna:10506797,silver:12632256,skyblue:8900331,slateblue:6970061,slategray:7372944,slategrey:7372944,snow:16775930,springgreen:65407,steelblue:4620980,tan:13808780,teal:32896,thistle:14204888,tomato:16737095,turquoise:4251856,violet:15631086,wheat:16113331,white:16777215,whitesmoke:16119285,yellow:16776960,yellowgreen:10145074});ua.forEach(function(n,t){ua.set(n,Mn(t))}),ao.functor=En,ao.xhr=An(m),ao.dsv=function(n,t){function e(n,e,u){arguments.length<3&&(u=e,e=null);var o=Cn(n,t,null==e?r:i(e),u);return o.row=function(n){return arguments.length?o.response(null==(e=n)?r:i(n)):e},o}function r(n){return e.parse(n.responseText)}function i(n){return function(t){return e.parse(t.responseText,n)}}function u(t){return t.map(o).join(n)}function o(n){return a.test(n)?'"'+n.replace(/\"/g,'""')+'"':n}var a=new RegExp('["'+n+"\n]"),l=n.charCodeAt(0);return e.parse=function(n,t){var r;return e.parseRows(n,function(n,e){if(r)return r(n,e-1);var i=new Function("d","return {"+n.map(function(n,t){return JSON.stringify(n)+": d["+t+"]"}).join(",")+"}");r=t?function(n,e){return t(i(n),e)}:i})},e.parseRows=function(n,t){function e(){if(f>=c)return o;if(i)return i=!1,u;var t=f;if(34===n.charCodeAt(t)){for(var e=t;e++f;){var r=n.charCodeAt(f++),a=1;if(10===r)i=!0;else if(13===r)i=!0,10===n.charCodeAt(f)&&(++f,++a);else if(r!==l)continue;return n.slice(t,f-a)}return n.slice(t)}for(var r,i,u={},o={},a=[],c=n.length,f=0,s=0;(r=e())!==o;){for(var h=[];r!==u&&r!==o;)h.push(r),r=e();t&&null==(h=t(h,s++))||a.push(h)}return a},e.format=function(t){if(Array.isArray(t[0]))return e.formatRows(t);var r=new y,i=[];return t.forEach(function(n){for(var t in n)r.has(t)||i.push(r.add(t))}),[i.map(o).join(n)].concat(t.map(function(t){return i.map(function(n){return o(t[n])}).join(n)})).join("\n")},e.formatRows=function(n){return n.map(u).join("\n")},e},ao.csv=ao.dsv(",","text/csv"),ao.tsv=ao.dsv(" ","text/tab-separated-values");var oa,aa,la,ca,fa=this[x(this,"requestAnimationFrame")]||function(n){setTimeout(n,17)};ao.timer=function(){qn.apply(this,arguments)},ao.timer.flush=function(){Rn(),Dn()},ao.round=function(n,t){return t?Math.round(n*(t=Math.pow(10,t)))/t:Math.round(n)};var sa=["y","z","a","f","p","n","\xb5","m","","k","M","G","T","P","E","Z","Y"].map(Un);ao.formatPrefix=function(n,t){var e=0;return(n=+n)&&(0>n&&(n*=-1),t&&(n=ao.round(n,Pn(n,t))),e=1+Math.floor(1e-12+Math.log(n)/Math.LN10),e=Math.max(-24,Math.min(24,3*Math.floor((e-1)/3)))),sa[8+e/3]};var ha=/(?:([^{])?([<>=^]))?([+\- ])?([$#])?(0)?(\d+)?(,)?(\.-?\d+)?([a-z%])?/i,pa=ao.map({b:function(n){return n.toString(2)},c:function(n){return String.fromCharCode(n)},o:function(n){return n.toString(8)},x:function(n){return n.toString(16)},X:function(n){return n.toString(16).toUpperCase()},g:function(n,t){return n.toPrecision(t)},e:function(n,t){return n.toExponential(t)},f:function(n,t){return n.toFixed(t)},r:function(n,t){return(n=ao.round(n,Pn(n,t))).toFixed(Math.max(0,Math.min(20,Pn(n*(1+1e-15),t))))}}),ga=ao.time={},va=Date;Hn.prototype={getDate:function(){return this._.getUTCDate()},getDay:function(){return this._.getUTCDay()},getFullYear:function(){return this._.getUTCFullYear()},getHours:function(){return this._.getUTCHours()},getMilliseconds:function(){return this._.getUTCMilliseconds()},getMinutes:function(){return this._.getUTCMinutes()},getMonth:function(){return this._.getUTCMonth()},getSeconds:function(){return this._.getUTCSeconds()},getTime:function(){return this._.getTime()},getTimezoneOffset:function(){return 0},valueOf:function(){return this._.valueOf()},setDate:function(){da.setUTCDate.apply(this._,arguments)},setDay:function(){da.setUTCDay.apply(this._,arguments)},setFullYear:function(){da.setUTCFullYear.apply(this._,arguments)},setHours:function(){da.setUTCHours.apply(this._,arguments)},setMilliseconds:function(){da.setUTCMilliseconds.apply(this._,arguments)},setMinutes:function(){da.setUTCMinutes.apply(this._,arguments)},setMonth:function(){da.setUTCMonth.apply(this._,arguments)},setSeconds:function(){da.setUTCSeconds.apply(this._,arguments)},setTime:function(){da.setTime.apply(this._,arguments)}};var da=Date.prototype;ga.year=On(function(n){return n=ga.day(n),n.setMonth(0,1),n},function(n,t){n.setFullYear(n.getFullYear()+t)},function(n){return n.getFullYear()}),ga.years=ga.year.range,ga.years.utc=ga.year.utc.range,ga.day=On(function(n){var t=new va(2e3,0);return t.setFullYear(n.getFullYear(),n.getMonth(),n.getDate()),t},function(n,t){n.setDate(n.getDate()+t)},function(n){return n.getDate()-1}),ga.days=ga.day.range,ga.days.utc=ga.day.utc.range,ga.dayOfYear=function(n){var t=ga.year(n);return Math.floor((n-t-6e4*(n.getTimezoneOffset()-t.getTimezoneOffset()))/864e5)},["sunday","monday","tuesday","wednesday","thursday","friday","saturday"].forEach(function(n,t){t=7-t;var e=ga[n]=On(function(n){return(n=ga.day(n)).setDate(n.getDate()-(n.getDay()+t)%7),n},function(n,t){n.setDate(n.getDate()+7*Math.floor(t))},function(n){var e=ga.year(n).getDay();return Math.floor((ga.dayOfYear(n)+(e+t)%7)/7)-(e!==t)});ga[n+"s"]=e.range,ga[n+"s"].utc=e.utc.range,ga[n+"OfYear"]=function(n){var e=ga.year(n).getDay();return Math.floor((ga.dayOfYear(n)+(e+t)%7)/7)}}),ga.week=ga.sunday,ga.weeks=ga.sunday.range,ga.weeks.utc=ga.sunday.utc.range,ga.weekOfYear=ga.sundayOfYear;var ya={"-":"",_:" ",0:"0"},ma=/^\s*\d+/,Ma=/^%/;ao.locale=function(n){return{numberFormat:jn(n),timeFormat:Yn(n)}};var xa=ao.locale({decimal:".",thousands:",",grouping:[3],currency:["$",""],dateTime:"%a %b %e %X %Y",date:"%m/%d/%Y",time:"%H:%M:%S",periods:["AM","PM"],days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"], +shortDays:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],shortMonths:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]});ao.format=xa.numberFormat,ao.geo={},ft.prototype={s:0,t:0,add:function(n){st(n,this.t,ba),st(ba.s,this.s,this),this.s?this.t+=ba.t:this.s=ba.t},reset:function(){this.s=this.t=0},valueOf:function(){return this.s}};var ba=new ft;ao.geo.stream=function(n,t){n&&_a.hasOwnProperty(n.type)?_a[n.type](n,t):ht(n,t)};var _a={Feature:function(n,t){ht(n.geometry,t)},FeatureCollection:function(n,t){for(var e=n.features,r=-1,i=e.length;++rn?4*Fo+n:n,Na.lineStart=Na.lineEnd=Na.point=b}};ao.geo.bounds=function(){function n(n,t){M.push(x=[f=n,h=n]),s>t&&(s=t),t>p&&(p=t)}function t(t,e){var r=dt([t*Yo,e*Yo]);if(y){var i=mt(y,r),u=[i[1],-i[0],0],o=mt(u,i);bt(o),o=_t(o);var l=t-g,c=l>0?1:-1,v=o[0]*Zo*c,d=xo(l)>180;if(d^(v>c*g&&c*t>v)){var m=o[1]*Zo;m>p&&(p=m)}else if(v=(v+360)%360-180,d^(v>c*g&&c*t>v)){var m=-o[1]*Zo;s>m&&(s=m)}else s>e&&(s=e),e>p&&(p=e);d?g>t?a(f,t)>a(f,h)&&(h=t):a(t,h)>a(f,h)&&(f=t):h>=f?(f>t&&(f=t),t>h&&(h=t)):t>g?a(f,t)>a(f,h)&&(h=t):a(t,h)>a(f,h)&&(f=t)}else n(t,e);y=r,g=t}function e(){b.point=t}function r(){x[0]=f,x[1]=h,b.point=n,y=null}function i(n,e){if(y){var r=n-g;m+=xo(r)>180?r+(r>0?360:-360):r}else v=n,d=e;Na.point(n,e),t(n,e)}function u(){Na.lineStart()}function o(){i(v,d),Na.lineEnd(),xo(m)>Uo&&(f=-(h=180)),x[0]=f,x[1]=h,y=null}function a(n,t){return(t-=n)<0?t+360:t}function l(n,t){return n[0]-t[0]}function c(n,t){return t[0]<=t[1]?t[0]<=n&&n<=t[1]:nka?(f=-(h=180),s=-(p=90)):m>Uo?p=90:-Uo>m&&(s=-90),x[0]=f,x[1]=h}};return function(n){p=h=-(f=s=1/0),M=[],ao.geo.stream(n,b);var t=M.length;if(t){M.sort(l);for(var e,r=1,i=M[0],u=[i];t>r;++r)e=M[r],c(e[0],i)||c(e[1],i)?(a(i[0],e[1])>a(i[0],i[1])&&(i[1]=e[1]),a(e[0],i[1])>a(i[0],i[1])&&(i[0]=e[0])):u.push(i=e);for(var o,e,g=-(1/0),t=u.length-1,r=0,i=u[t];t>=r;i=e,++r)e=u[r],(o=a(i[1],e[0]))>g&&(g=o,f=e[0],h=i[1])}return M=x=null,f===1/0||s===1/0?[[NaN,NaN],[NaN,NaN]]:[[f,s],[h,p]]}}(),ao.geo.centroid=function(n){Ea=Aa=Ca=za=La=qa=Ta=Ra=Da=Pa=Ua=0,ao.geo.stream(n,ja);var t=Da,e=Pa,r=Ua,i=t*t+e*e+r*r;return jo>i&&(t=qa,e=Ta,r=Ra,Uo>Aa&&(t=Ca,e=za,r=La),i=t*t+e*e+r*r,jo>i)?[NaN,NaN]:[Math.atan2(e,t)*Zo,tn(r/Math.sqrt(i))*Zo]};var Ea,Aa,Ca,za,La,qa,Ta,Ra,Da,Pa,Ua,ja={sphere:b,point:St,lineStart:Nt,lineEnd:Et,polygonStart:function(){ja.lineStart=At},polygonEnd:function(){ja.lineStart=Nt}},Fa=Rt(zt,jt,Ht,[-Fo,-Fo/2]),Ha=1e9;ao.geo.clipExtent=function(){var n,t,e,r,i,u,o={stream:function(n){return i&&(i.valid=!1),i=u(n),i.valid=!0,i},extent:function(a){return arguments.length?(u=Zt(n=+a[0][0],t=+a[0][1],e=+a[1][0],r=+a[1][1]),i&&(i.valid=!1,i=null),o):[[n,t],[e,r]]}};return o.extent([[0,0],[960,500]])},(ao.geo.conicEqualArea=function(){return Vt(Xt)}).raw=Xt,ao.geo.albers=function(){return ao.geo.conicEqualArea().rotate([96,0]).center([-.6,38.7]).parallels([29.5,45.5]).scale(1070)},ao.geo.albersUsa=function(){function n(n){var u=n[0],o=n[1];return t=null,e(u,o),t||(r(u,o),t)||i(u,o),t}var t,e,r,i,u=ao.geo.albers(),o=ao.geo.conicEqualArea().rotate([154,0]).center([-2,58.5]).parallels([55,65]),a=ao.geo.conicEqualArea().rotate([157,0]).center([-3,19.9]).parallels([8,18]),l={point:function(n,e){t=[n,e]}};return n.invert=function(n){var t=u.scale(),e=u.translate(),r=(n[0]-e[0])/t,i=(n[1]-e[1])/t;return(i>=.12&&.234>i&&r>=-.425&&-.214>r?o:i>=.166&&.234>i&&r>=-.214&&-.115>r?a:u).invert(n)},n.stream=function(n){var t=u.stream(n),e=o.stream(n),r=a.stream(n);return{point:function(n,i){t.point(n,i),e.point(n,i),r.point(n,i)},sphere:function(){t.sphere(),e.sphere(),r.sphere()},lineStart:function(){t.lineStart(),e.lineStart(),r.lineStart()},lineEnd:function(){t.lineEnd(),e.lineEnd(),r.lineEnd()},polygonStart:function(){t.polygonStart(),e.polygonStart(),r.polygonStart()},polygonEnd:function(){t.polygonEnd(),e.polygonEnd(),r.polygonEnd()}}},n.precision=function(t){return arguments.length?(u.precision(t),o.precision(t),a.precision(t),n):u.precision()},n.scale=function(t){return arguments.length?(u.scale(t),o.scale(.35*t),a.scale(t),n.translate(u.translate())):u.scale()},n.translate=function(t){if(!arguments.length)return u.translate();var c=u.scale(),f=+t[0],s=+t[1];return e=u.translate(t).clipExtent([[f-.455*c,s-.238*c],[f+.455*c,s+.238*c]]).stream(l).point,r=o.translate([f-.307*c,s+.201*c]).clipExtent([[f-.425*c+Uo,s+.12*c+Uo],[f-.214*c-Uo,s+.234*c-Uo]]).stream(l).point,i=a.translate([f-.205*c,s+.212*c]).clipExtent([[f-.214*c+Uo,s+.166*c+Uo],[f-.115*c-Uo,s+.234*c-Uo]]).stream(l).point,n},n.scale(1070)};var Oa,Ia,Ya,Za,Va,Xa,$a={point:b,lineStart:b,lineEnd:b,polygonStart:function(){Ia=0,$a.lineStart=$t},polygonEnd:function(){$a.lineStart=$a.lineEnd=$a.point=b,Oa+=xo(Ia/2)}},Ba={point:Bt,lineStart:b,lineEnd:b,polygonStart:b,polygonEnd:b},Wa={point:Gt,lineStart:Kt,lineEnd:Qt,polygonStart:function(){Wa.lineStart=ne},polygonEnd:function(){Wa.point=Gt,Wa.lineStart=Kt,Wa.lineEnd=Qt}};ao.geo.path=function(){function n(n){return n&&("function"==typeof a&&u.pointRadius(+a.apply(this,arguments)),o&&o.valid||(o=i(u)),ao.geo.stream(n,o)),u.result()}function t(){return o=null,n}var e,r,i,u,o,a=4.5;return n.area=function(n){return Oa=0,ao.geo.stream(n,i($a)),Oa},n.centroid=function(n){return Ca=za=La=qa=Ta=Ra=Da=Pa=Ua=0,ao.geo.stream(n,i(Wa)),Ua?[Da/Ua,Pa/Ua]:Ra?[qa/Ra,Ta/Ra]:La?[Ca/La,za/La]:[NaN,NaN]},n.bounds=function(n){return Va=Xa=-(Ya=Za=1/0),ao.geo.stream(n,i(Ba)),[[Ya,Za],[Va,Xa]]},n.projection=function(n){return arguments.length?(i=(e=n)?n.stream||re(n):m,t()):e},n.context=function(n){return arguments.length?(u=null==(r=n)?new Wt:new te(n),"function"!=typeof a&&u.pointRadius(a),t()):r},n.pointRadius=function(t){return arguments.length?(a="function"==typeof t?t:(u.pointRadius(+t),+t),n):a},n.projection(ao.geo.albersUsa()).context(null)},ao.geo.transform=function(n){return{stream:function(t){var e=new ie(t);for(var r in n)e[r]=n[r];return e}}},ie.prototype={point:function(n,t){this.stream.point(n,t)},sphere:function(){this.stream.sphere()},lineStart:function(){this.stream.lineStart()},lineEnd:function(){this.stream.lineEnd()},polygonStart:function(){this.stream.polygonStart()},polygonEnd:function(){this.stream.polygonEnd()}},ao.geo.projection=oe,ao.geo.projectionMutator=ae,(ao.geo.equirectangular=function(){return oe(ce)}).raw=ce.invert=ce,ao.geo.rotation=function(n){function t(t){return t=n(t[0]*Yo,t[1]*Yo),t[0]*=Zo,t[1]*=Zo,t}return n=se(n[0]%360*Yo,n[1]*Yo,n.length>2?n[2]*Yo:0),t.invert=function(t){return t=n.invert(t[0]*Yo,t[1]*Yo),t[0]*=Zo,t[1]*=Zo,t},t},fe.invert=ce,ao.geo.circle=function(){function n(){var n="function"==typeof r?r.apply(this,arguments):r,t=se(-n[0]*Yo,-n[1]*Yo,0).invert,i=[];return e(null,null,1,{point:function(n,e){i.push(n=t(n,e)),n[0]*=Zo,n[1]*=Zo}}),{type:"Polygon",coordinates:[i]}}var t,e,r=[0,0],i=6;return n.origin=function(t){return arguments.length?(r=t,n):r},n.angle=function(r){return arguments.length?(e=ve((t=+r)*Yo,i*Yo),n):t},n.precision=function(r){return arguments.length?(e=ve(t*Yo,(i=+r)*Yo),n):i},n.angle(90)},ao.geo.distance=function(n,t){var e,r=(t[0]-n[0])*Yo,i=n[1]*Yo,u=t[1]*Yo,o=Math.sin(r),a=Math.cos(r),l=Math.sin(i),c=Math.cos(i),f=Math.sin(u),s=Math.cos(u);return Math.atan2(Math.sqrt((e=s*o)*e+(e=c*f-l*s*a)*e),l*f+c*s*a)},ao.geo.graticule=function(){function n(){return{type:"MultiLineString",coordinates:t()}}function t(){return ao.range(Math.ceil(u/d)*d,i,d).map(h).concat(ao.range(Math.ceil(c/y)*y,l,y).map(p)).concat(ao.range(Math.ceil(r/g)*g,e,g).filter(function(n){return xo(n%d)>Uo}).map(f)).concat(ao.range(Math.ceil(a/v)*v,o,v).filter(function(n){return xo(n%y)>Uo}).map(s))}var e,r,i,u,o,a,l,c,f,s,h,p,g=10,v=g,d=90,y=360,m=2.5;return n.lines=function(){return t().map(function(n){return{type:"LineString",coordinates:n}})},n.outline=function(){return{type:"Polygon",coordinates:[h(u).concat(p(l).slice(1),h(i).reverse().slice(1),p(c).reverse().slice(1))]}},n.extent=function(t){return arguments.length?n.majorExtent(t).minorExtent(t):n.minorExtent()},n.majorExtent=function(t){return arguments.length?(u=+t[0][0],i=+t[1][0],c=+t[0][1],l=+t[1][1],u>i&&(t=u,u=i,i=t),c>l&&(t=c,c=l,l=t),n.precision(m)):[[u,c],[i,l]]},n.minorExtent=function(t){return arguments.length?(r=+t[0][0],e=+t[1][0],a=+t[0][1],o=+t[1][1],r>e&&(t=r,r=e,e=t),a>o&&(t=a,a=o,o=t),n.precision(m)):[[r,a],[e,o]]},n.step=function(t){return arguments.length?n.majorStep(t).minorStep(t):n.minorStep()},n.majorStep=function(t){return arguments.length?(d=+t[0],y=+t[1],n):[d,y]},n.minorStep=function(t){return arguments.length?(g=+t[0],v=+t[1],n):[g,v]},n.precision=function(t){return arguments.length?(m=+t,f=ye(a,o,90),s=me(r,e,m),h=ye(c,l,90),p=me(u,i,m),n):m},n.majorExtent([[-180,-90+Uo],[180,90-Uo]]).minorExtent([[-180,-80-Uo],[180,80+Uo]])},ao.geo.greatArc=function(){function n(){return{type:"LineString",coordinates:[t||r.apply(this,arguments),e||i.apply(this,arguments)]}}var t,e,r=Me,i=xe;return n.distance=function(){return ao.geo.distance(t||r.apply(this,arguments),e||i.apply(this,arguments))},n.source=function(e){return arguments.length?(r=e,t="function"==typeof e?null:e,n):r},n.target=function(t){return arguments.length?(i=t,e="function"==typeof t?null:t,n):i},n.precision=function(){return arguments.length?n:0},n},ao.geo.interpolate=function(n,t){return be(n[0]*Yo,n[1]*Yo,t[0]*Yo,t[1]*Yo)},ao.geo.length=function(n){return Ja=0,ao.geo.stream(n,Ga),Ja};var Ja,Ga={sphere:b,point:b,lineStart:_e,lineEnd:b,polygonStart:b,polygonEnd:b},Ka=we(function(n){return Math.sqrt(2/(1+n))},function(n){return 2*Math.asin(n/2)});(ao.geo.azimuthalEqualArea=function(){return oe(Ka)}).raw=Ka;var Qa=we(function(n){var t=Math.acos(n);return t&&t/Math.sin(t)},m);(ao.geo.azimuthalEquidistant=function(){return oe(Qa)}).raw=Qa,(ao.geo.conicConformal=function(){return Vt(Se)}).raw=Se,(ao.geo.conicEquidistant=function(){return Vt(ke)}).raw=ke;var nl=we(function(n){return 1/n},Math.atan);(ao.geo.gnomonic=function(){return oe(nl)}).raw=nl,Ne.invert=function(n,t){return[n,2*Math.atan(Math.exp(t))-Io]},(ao.geo.mercator=function(){return Ee(Ne)}).raw=Ne;var tl=we(function(){return 1},Math.asin);(ao.geo.orthographic=function(){return oe(tl)}).raw=tl;var el=we(function(n){return 1/(1+n)},function(n){return 2*Math.atan(n)});(ao.geo.stereographic=function(){return oe(el)}).raw=el,Ae.invert=function(n,t){return[-t,2*Math.atan(Math.exp(n))-Io]},(ao.geo.transverseMercator=function(){var n=Ee(Ae),t=n.center,e=n.rotate;return n.center=function(n){return n?t([-n[1],n[0]]):(n=t(),[n[1],-n[0]])},n.rotate=function(n){return n?e([n[0],n[1],n.length>2?n[2]+90:90]):(n=e(),[n[0],n[1],n[2]-90])},e([0,0,90])}).raw=Ae,ao.geom={},ao.geom.hull=function(n){function t(n){if(n.length<3)return[];var t,i=En(e),u=En(r),o=n.length,a=[],l=[];for(t=0;o>t;t++)a.push([+i.call(this,n[t],t),+u.call(this,n[t],t),t]);for(a.sort(qe),t=0;o>t;t++)l.push([a[t][0],-a[t][1]]);var c=Le(a),f=Le(l),s=f[0]===c[0],h=f[f.length-1]===c[c.length-1],p=[];for(t=c.length-1;t>=0;--t)p.push(n[a[c[t]][2]]);for(t=+s;t=r&&c.x<=u&&c.y>=i&&c.y<=o?[[r,o],[u,o],[u,i],[r,i]]:[];f.point=n[a]}),t}function e(n){return n.map(function(n,t){return{x:Math.round(u(n,t)/Uo)*Uo,y:Math.round(o(n,t)/Uo)*Uo,i:t}})}var r=Ce,i=ze,u=r,o=i,a=sl;return n?t(n):(t.links=function(n){return ar(e(n)).edges.filter(function(n){return n.l&&n.r}).map(function(t){return{source:n[t.l.i],target:n[t.r.i]}})},t.triangles=function(n){var t=[];return ar(e(n)).cells.forEach(function(e,r){for(var i,u,o=e.site,a=e.edges.sort(Ve),l=-1,c=a.length,f=a[c-1].edge,s=f.l===o?f.r:f.l;++l=c,h=r>=f,p=h<<1|s;n.leaf=!1,n=n.nodes[p]||(n.nodes[p]=hr()),s?i=c:a=c,h?o=f:l=f,u(n,t,e,r,i,o,a,l)}var f,s,h,p,g,v,d,y,m,M=En(a),x=En(l);if(null!=t)v=t,d=e,y=r,m=i;else if(y=m=-(v=d=1/0),s=[],h=[],g=n.length,o)for(p=0;g>p;++p)f=n[p],f.xy&&(y=f.x),f.y>m&&(m=f.y),s.push(f.x),h.push(f.y);else for(p=0;g>p;++p){var b=+M(f=n[p],p),_=+x(f,p);v>b&&(v=b),d>_&&(d=_),b>y&&(y=b),_>m&&(m=_),s.push(b),h.push(_)}var w=y-v,S=m-d;w>S?m=d+w:y=v+S;var k=hr();if(k.add=function(n){u(k,n,+M(n,++p),+x(n,p),v,d,y,m)},k.visit=function(n){pr(n,k,v,d,y,m)},k.find=function(n){return gr(k,n[0],n[1],v,d,y,m)},p=-1,null==t){for(;++p=0?n.slice(0,t):n,r=t>=0?n.slice(t+1):"in";return e=vl.get(e)||gl,r=dl.get(r)||m,br(r(e.apply(null,lo.call(arguments,1))))},ao.interpolateHcl=Rr,ao.interpolateHsl=Dr,ao.interpolateLab=Pr,ao.interpolateRound=Ur,ao.transform=function(n){var t=fo.createElementNS(ao.ns.prefix.svg,"g");return(ao.transform=function(n){if(null!=n){t.setAttribute("transform",n);var e=t.transform.baseVal.consolidate()}return new jr(e?e.matrix:yl)})(n)},jr.prototype.toString=function(){return"translate("+this.translate+")rotate("+this.rotate+")skewX("+this.skew+")scale("+this.scale+")"};var yl={a:1,b:0,c:0,d:1,e:0,f:0};ao.interpolateTransform=$r,ao.layout={},ao.layout.bundle=function(){return function(n){for(var t=[],e=-1,r=n.length;++ea*a/y){if(v>l){var c=t.charge/l;n.px-=u*c,n.py-=o*c}return!0}if(t.point&&l&&v>l){var c=t.pointCharge/l;n.px-=u*c,n.py-=o*c}}return!t.charge}}function t(n){n.px=ao.event.x,n.py=ao.event.y,l.resume()}var e,r,i,u,o,a,l={},c=ao.dispatch("start","tick","end"),f=[1,1],s=.9,h=ml,p=Ml,g=-30,v=xl,d=.1,y=.64,M=[],x=[];return l.tick=function(){if((i*=.99)<.005)return e=null,c.end({type:"end",alpha:i=0}),!0;var t,r,l,h,p,v,y,m,b,_=M.length,w=x.length;for(r=0;w>r;++r)l=x[r],h=l.source,p=l.target,m=p.x-h.x,b=p.y-h.y,(v=m*m+b*b)&&(v=i*o[r]*((v=Math.sqrt(v))-u[r])/v,m*=v,b*=v,p.x-=m*(y=h.weight+p.weight?h.weight/(h.weight+p.weight):.5),p.y-=b*y,h.x+=m*(y=1-y),h.y+=b*y);if((y=i*d)&&(m=f[0]/2,b=f[1]/2,r=-1,y))for(;++r<_;)l=M[r],l.x+=(m-l.x)*y,l.y+=(b-l.y)*y;if(g)for(ri(t=ao.geom.quadtree(M),i,a),r=-1;++r<_;)(l=M[r]).fixed||t.visit(n(l));for(r=-1;++r<_;)l=M[r],l.fixed?(l.x=l.px,l.y=l.py):(l.x-=(l.px-(l.px=l.x))*s,l.y-=(l.py-(l.py=l.y))*s);c.tick({type:"tick",alpha:i})},l.nodes=function(n){return arguments.length?(M=n,l):M},l.links=function(n){return arguments.length?(x=n,l):x},l.size=function(n){return arguments.length?(f=n,l):f},l.linkDistance=function(n){return arguments.length?(h="function"==typeof n?n:+n,l):h},l.distance=l.linkDistance,l.linkStrength=function(n){return arguments.length?(p="function"==typeof n?n:+n,l):p},l.friction=function(n){return arguments.length?(s=+n,l):s},l.charge=function(n){return arguments.length?(g="function"==typeof n?n:+n,l):g},l.chargeDistance=function(n){return arguments.length?(v=n*n,l):Math.sqrt(v)},l.gravity=function(n){return arguments.length?(d=+n,l):d},l.theta=function(n){return arguments.length?(y=n*n,l):Math.sqrt(y)},l.alpha=function(n){return arguments.length?(n=+n,i?n>0?i=n:(e.c=null,e.t=NaN,e=null,c.end({type:"end",alpha:i=0})):n>0&&(c.start({type:"start",alpha:i=n}),e=qn(l.tick)),l):i},l.start=function(){function n(n,r){if(!e){for(e=new Array(i),l=0;i>l;++l)e[l]=[];for(l=0;c>l;++l){var u=x[l];e[u.source.index].push(u.target),e[u.target.index].push(u.source)}}for(var o,a=e[t],l=-1,f=a.length;++lt;++t)(r=M[t]).index=t,r.weight=0;for(t=0;c>t;++t)r=x[t],"number"==typeof r.source&&(r.source=M[r.source]),"number"==typeof r.target&&(r.target=M[r.target]),++r.source.weight,++r.target.weight;for(t=0;i>t;++t)r=M[t],isNaN(r.x)&&(r.x=n("x",s)),isNaN(r.y)&&(r.y=n("y",v)),isNaN(r.px)&&(r.px=r.x),isNaN(r.py)&&(r.py=r.y);if(u=[],"function"==typeof h)for(t=0;c>t;++t)u[t]=+h.call(this,x[t],t);else for(t=0;c>t;++t)u[t]=h;if(o=[],"function"==typeof p)for(t=0;c>t;++t)o[t]=+p.call(this,x[t],t);else for(t=0;c>t;++t)o[t]=p;if(a=[],"function"==typeof g)for(t=0;i>t;++t)a[t]=+g.call(this,M[t],t);else for(t=0;i>t;++t)a[t]=g;return l.resume()},l.resume=function(){return l.alpha(.1)},l.stop=function(){return l.alpha(0)},l.drag=function(){return r||(r=ao.behavior.drag().origin(m).on("dragstart.force",Qr).on("drag.force",t).on("dragend.force",ni)),arguments.length?void this.on("mouseover.force",ti).on("mouseout.force",ei).call(r):r},ao.rebind(l,c,"on")};var ml=20,Ml=1,xl=1/0;ao.layout.hierarchy=function(){function n(i){var u,o=[i],a=[];for(i.depth=0;null!=(u=o.pop());)if(a.push(u),(c=e.call(n,u,u.depth))&&(l=c.length)){for(var l,c,f;--l>=0;)o.push(f=c[l]),f.parent=u,f.depth=u.depth+1;r&&(u.value=0),u.children=c}else r&&(u.value=+r.call(n,u,u.depth)||0),delete u.children;return oi(i,function(n){var e,i;t&&(e=n.children)&&e.sort(t),r&&(i=n.parent)&&(i.value+=n.value)}),a}var t=ci,e=ai,r=li;return n.sort=function(e){return arguments.length?(t=e,n):t},n.children=function(t){return arguments.length?(e=t,n):e},n.value=function(t){return arguments.length?(r=t,n):r},n.revalue=function(t){return r&&(ui(t,function(n){n.children&&(n.value=0)}),oi(t,function(t){var e;t.children||(t.value=+r.call(n,t,t.depth)||0),(e=t.parent)&&(e.value+=t.value)})),t},n},ao.layout.partition=function(){function n(t,e,r,i){var u=t.children;if(t.x=e,t.y=t.depth*i,t.dx=r,t.dy=i,u&&(o=u.length)){var o,a,l,c=-1;for(r=t.value?r/t.value:0;++cs?-1:1),g=ao.sum(c),v=g?(s-l*p)/g:0,d=ao.range(l),y=[];return null!=e&&d.sort(e===bl?function(n,t){return c[t]-c[n]}:function(n,t){return e(o[n],o[t])}),d.forEach(function(n){y[n]={data:o[n],value:a=c[n],startAngle:f,endAngle:f+=a*v+p,padAngle:h}}),y}var t=Number,e=bl,r=0,i=Ho,u=0;return n.value=function(e){return arguments.length?(t=e,n):t},n.sort=function(t){return arguments.length?(e=t,n):e},n.startAngle=function(t){return arguments.length?(r=t,n):r},n.endAngle=function(t){return arguments.length?(i=t,n):i},n.padAngle=function(t){return arguments.length?(u=t,n):u},n};var bl={};ao.layout.stack=function(){function n(a,l){if(!(h=a.length))return a;var c=a.map(function(e,r){return t.call(n,e,r)}),f=c.map(function(t){return t.map(function(t,e){return[u.call(n,t,e),o.call(n,t,e)]})}),s=e.call(n,f,l);c=ao.permute(c,s),f=ao.permute(f,s);var h,p,g,v,d=r.call(n,f,l),y=c[0].length;for(g=0;y>g;++g)for(i.call(n,c[0][g],v=d[g],f[0][g][1]),p=1;h>p;++p)i.call(n,c[p][g],v+=f[p-1][g][1],f[p][g][1]);return a}var t=m,e=gi,r=vi,i=pi,u=si,o=hi;return n.values=function(e){return arguments.length?(t=e,n):t},n.order=function(t){return arguments.length?(e="function"==typeof t?t:_l.get(t)||gi,n):e},n.offset=function(t){return arguments.length?(r="function"==typeof t?t:wl.get(t)||vi,n):r},n.x=function(t){return arguments.length?(u=t,n):u},n.y=function(t){return arguments.length?(o=t,n):o},n.out=function(t){return arguments.length?(i=t,n):i},n};var _l=ao.map({"inside-out":function(n){var t,e,r=n.length,i=n.map(di),u=n.map(yi),o=ao.range(r).sort(function(n,t){return i[n]-i[t]}),a=0,l=0,c=[],f=[];for(t=0;r>t;++t)e=o[t],l>a?(a+=u[e],c.push(e)):(l+=u[e],f.push(e));return f.reverse().concat(c)},reverse:function(n){return ao.range(n.length).reverse()},"default":gi}),wl=ao.map({silhouette:function(n){var t,e,r,i=n.length,u=n[0].length,o=[],a=0,l=[];for(e=0;u>e;++e){for(t=0,r=0;i>t;t++)r+=n[t][e][1];r>a&&(a=r),o.push(r)}for(e=0;u>e;++e)l[e]=(a-o[e])/2;return l},wiggle:function(n){var t,e,r,i,u,o,a,l,c,f=n.length,s=n[0],h=s.length,p=[];for(p[0]=l=c=0,e=1;h>e;++e){for(t=0,i=0;f>t;++t)i+=n[t][e][1];for(t=0,u=0,a=s[e][0]-s[e-1][0];f>t;++t){for(r=0,o=(n[t][e][1]-n[t][e-1][1])/(2*a);t>r;++r)o+=(n[r][e][1]-n[r][e-1][1])/a;u+=o*n[t][e][1]}p[e]=l-=i?u/i*a:0,c>l&&(c=l)}for(e=0;h>e;++e)p[e]-=c;return p},expand:function(n){var t,e,r,i=n.length,u=n[0].length,o=1/i,a=[];for(e=0;u>e;++e){for(t=0,r=0;i>t;t++)r+=n[t][e][1];if(r)for(t=0;i>t;t++)n[t][e][1]/=r;else for(t=0;i>t;t++)n[t][e][1]=o}for(e=0;u>e;++e)a[e]=0;return a},zero:vi});ao.layout.histogram=function(){function n(n,u){for(var o,a,l=[],c=n.map(e,this),f=r.call(this,c,u),s=i.call(this,f,c,u),u=-1,h=c.length,p=s.length-1,g=t?1:1/h;++u0)for(u=-1;++u=f[0]&&a<=f[1]&&(o=l[ao.bisect(s,a,1,p)-1],o.y+=g,o.push(n[u]));return l}var t=!0,e=Number,r=bi,i=Mi;return n.value=function(t){return arguments.length?(e=t,n):e},n.range=function(t){return arguments.length?(r=En(t),n):r},n.bins=function(t){return arguments.length?(i="number"==typeof t?function(n){return xi(n,t)}:En(t),n):i},n.frequency=function(e){return arguments.length?(t=!!e,n):t},n},ao.layout.pack=function(){function n(n,u){var o=e.call(this,n,u),a=o[0],l=i[0],c=i[1],f=null==t?Math.sqrt:"function"==typeof t?t:function(){return t};if(a.x=a.y=0,oi(a,function(n){n.r=+f(n.value)}),oi(a,Ni),r){var s=r*(t?1:Math.max(2*a.r/l,2*a.r/c))/2;oi(a,function(n){n.r+=s}),oi(a,Ni),oi(a,function(n){n.r-=s})}return Ci(a,l/2,c/2,t?1:1/Math.max(2*a.r/l,2*a.r/c)),o}var t,e=ao.layout.hierarchy().sort(_i),r=0,i=[1,1];return n.size=function(t){return arguments.length?(i=t,n):i},n.radius=function(e){return arguments.length?(t=null==e||"function"==typeof e?e:+e,n):t},n.padding=function(t){return arguments.length?(r=+t,n):r},ii(n,e)},ao.layout.tree=function(){function n(n,i){var f=o.call(this,n,i),s=f[0],h=t(s);if(oi(h,e),h.parent.m=-h.z,ui(h,r),c)ui(s,u);else{var p=s,g=s,v=s;ui(s,function(n){n.xg.x&&(g=n),n.depth>v.depth&&(v=n)});var d=a(p,g)/2-p.x,y=l[0]/(g.x+a(g,p)/2+d),m=l[1]/(v.depth||1);ui(s,function(n){n.x=(n.x+d)*y,n.y=n.depth*m})}return f}function t(n){for(var t,e={A:null,children:[n]},r=[e];null!=(t=r.pop());)for(var i,u=t.children,o=0,a=u.length;a>o;++o)r.push((u[o]=i={_:u[o],parent:t,children:(i=u[o].children)&&i.slice()||[],A:null,a:null,z:0,m:0,c:0,s:0,t:null,i:o}).a=i);return e.children[0]}function e(n){var t=n.children,e=n.parent.children,r=n.i?e[n.i-1]:null;if(t.length){Di(n);var u=(t[0].z+t[t.length-1].z)/2;r?(n.z=r.z+a(n._,r._),n.m=n.z-u):n.z=u}else r&&(n.z=r.z+a(n._,r._));n.parent.A=i(n,r,n.parent.A||e[0])}function r(n){n._.x=n.z+n.parent.m,n.m+=n.parent.m}function i(n,t,e){if(t){for(var r,i=n,u=n,o=t,l=i.parent.children[0],c=i.m,f=u.m,s=o.m,h=l.m;o=Ti(o),i=qi(i),o&&i;)l=qi(l),u=Ti(u),u.a=n,r=o.z+s-i.z-c+a(o._,i._),r>0&&(Ri(Pi(o,n,e),n,r),c+=r,f+=r),s+=o.m,c+=i.m,h+=l.m,f+=u.m;o&&!Ti(u)&&(u.t=o,u.m+=s-f),i&&!qi(l)&&(l.t=i,l.m+=c-h,e=n)}return e}function u(n){n.x*=l[0],n.y=n.depth*l[1]}var o=ao.layout.hierarchy().sort(null).value(null),a=Li,l=[1,1],c=null;return n.separation=function(t){return arguments.length?(a=t,n):a},n.size=function(t){return arguments.length?(c=null==(l=t)?u:null,n):c?null:l},n.nodeSize=function(t){return arguments.length?(c=null==(l=t)?null:u,n):c?l:null},ii(n,o)},ao.layout.cluster=function(){function n(n,u){var o,a=t.call(this,n,u),l=a[0],c=0;oi(l,function(n){var t=n.children;t&&t.length?(n.x=ji(t),n.y=Ui(t)):(n.x=o?c+=e(n,o):0,n.y=0,o=n)});var f=Fi(l),s=Hi(l),h=f.x-e(f,s)/2,p=s.x+e(s,f)/2;return oi(l,i?function(n){n.x=(n.x-l.x)*r[0],n.y=(l.y-n.y)*r[1]}:function(n){n.x=(n.x-h)/(p-h)*r[0],n.y=(1-(l.y?n.y/l.y:1))*r[1]}),a}var t=ao.layout.hierarchy().sort(null).value(null),e=Li,r=[1,1],i=!1;return n.separation=function(t){return arguments.length?(e=t,n):e},n.size=function(t){return arguments.length?(i=null==(r=t),n):i?null:r},n.nodeSize=function(t){return arguments.length?(i=null!=(r=t),n):i?r:null},ii(n,t)},ao.layout.treemap=function(){function n(n,t){for(var e,r,i=-1,u=n.length;++it?0:t),e.area=isNaN(r)||0>=r?0:r}function t(e){var u=e.children;if(u&&u.length){var o,a,l,c=s(e),f=[],h=u.slice(),g=1/0,v="slice"===p?c.dx:"dice"===p?c.dy:"slice-dice"===p?1&e.depth?c.dy:c.dx:Math.min(c.dx,c.dy);for(n(h,c.dx*c.dy/e.value),f.area=0;(l=h.length)>0;)f.push(o=h[l-1]),f.area+=o.area,"squarify"!==p||(a=r(f,v))<=g?(h.pop(),g=a):(f.area-=f.pop().area,i(f,v,c,!1),v=Math.min(c.dx,c.dy),f.length=f.area=0,g=1/0);f.length&&(i(f,v,c,!0),f.length=f.area=0),u.forEach(t)}}function e(t){var r=t.children;if(r&&r.length){var u,o=s(t),a=r.slice(),l=[];for(n(a,o.dx*o.dy/t.value),l.area=0;u=a.pop();)l.push(u),l.area+=u.area,null!=u.z&&(i(l,u.z?o.dx:o.dy,o,!a.length),l.length=l.area=0);r.forEach(e)}}function r(n,t){for(var e,r=n.area,i=0,u=1/0,o=-1,a=n.length;++oe&&(u=e),e>i&&(i=e));return r*=r,t*=t,r?Math.max(t*i*g/r,r/(t*u*g)):1/0}function i(n,t,e,r){var i,u=-1,o=n.length,a=e.x,c=e.y,f=t?l(n.area/t):0; +if(t==e.dx){for((r||f>e.dy)&&(f=e.dy);++ue.dx)&&(f=e.dx);++ue&&(t=1),1>e&&(n=0),function(){var e,r,i;do e=2*Math.random()-1,r=2*Math.random()-1,i=e*e+r*r;while(!i||i>1);return n+t*e*Math.sqrt(-2*Math.log(i)/i)}},logNormal:function(){var n=ao.random.normal.apply(ao,arguments);return function(){return Math.exp(n())}},bates:function(n){var t=ao.random.irwinHall(n);return function(){return t()/n}},irwinHall:function(n){return function(){for(var t=0,e=0;n>e;e++)t+=Math.random();return t}}},ao.scale={};var Sl={floor:m,ceil:m};ao.scale.linear=function(){return Wi([0,1],[0,1],Mr,!1)};var kl={s:1,g:1,p:1,r:1,e:1};ao.scale.log=function(){return ru(ao.scale.linear().domain([0,1]),10,!0,[1,10])};var Nl=ao.format(".0e"),El={floor:function(n){return-Math.ceil(-n)},ceil:function(n){return-Math.floor(-n)}};ao.scale.pow=function(){return iu(ao.scale.linear(),1,[0,1])},ao.scale.sqrt=function(){return ao.scale.pow().exponent(.5)},ao.scale.ordinal=function(){return ou([],{t:"range",a:[[]]})},ao.scale.category10=function(){return ao.scale.ordinal().range(Al)},ao.scale.category20=function(){return ao.scale.ordinal().range(Cl)},ao.scale.category20b=function(){return ao.scale.ordinal().range(zl)},ao.scale.category20c=function(){return ao.scale.ordinal().range(Ll)};var Al=[2062260,16744206,2924588,14034728,9725885,9197131,14907330,8355711,12369186,1556175].map(xn),Cl=[2062260,11454440,16744206,16759672,2924588,10018698,14034728,16750742,9725885,12955861,9197131,12885140,14907330,16234194,8355711,13092807,12369186,14408589,1556175,10410725].map(xn),zl=[3750777,5395619,7040719,10264286,6519097,9216594,11915115,13556636,9202993,12426809,15186514,15190932,8666169,11356490,14049643,15177372,8077683,10834324,13528509,14589654].map(xn),Ll=[3244733,7057110,10406625,13032431,15095053,16616764,16625259,16634018,3253076,7652470,10607003,13101504,7695281,10394312,12369372,14342891,6513507,9868950,12434877,14277081].map(xn);ao.scale.quantile=function(){return au([],[])},ao.scale.quantize=function(){return lu(0,1,[0,1])},ao.scale.threshold=function(){return cu([.5],[0,1])},ao.scale.identity=function(){return fu([0,1])},ao.svg={},ao.svg.arc=function(){function n(){var n=Math.max(0,+e.apply(this,arguments)),c=Math.max(0,+r.apply(this,arguments)),f=o.apply(this,arguments)-Io,s=a.apply(this,arguments)-Io,h=Math.abs(s-f),p=f>s?0:1;if(n>c&&(g=c,c=n,n=g),h>=Oo)return t(c,p)+(n?t(n,1-p):"")+"Z";var g,v,d,y,m,M,x,b,_,w,S,k,N=0,E=0,A=[];if((y=(+l.apply(this,arguments)||0)/2)&&(d=u===ql?Math.sqrt(n*n+c*c):+u.apply(this,arguments),p||(E*=-1),c&&(E=tn(d/c*Math.sin(y))),n&&(N=tn(d/n*Math.sin(y)))),c){m=c*Math.cos(f+E),M=c*Math.sin(f+E),x=c*Math.cos(s-E),b=c*Math.sin(s-E);var C=Math.abs(s-f-2*E)<=Fo?0:1;if(E&&yu(m,M,x,b)===p^C){var z=(f+s)/2;m=c*Math.cos(z),M=c*Math.sin(z),x=b=null}}else m=M=0;if(n){_=n*Math.cos(s-N),w=n*Math.sin(s-N),S=n*Math.cos(f+N),k=n*Math.sin(f+N);var L=Math.abs(f-s+2*N)<=Fo?0:1;if(N&&yu(_,w,S,k)===1-p^L){var q=(f+s)/2;_=n*Math.cos(q),w=n*Math.sin(q),S=k=null}}else _=w=0;if(h>Uo&&(g=Math.min(Math.abs(c-n)/2,+i.apply(this,arguments)))>.001){v=c>n^p?0:1;var T=g,R=g;if(Fo>h){var D=null==S?[_,w]:null==x?[m,M]:Re([m,M],[S,k],[x,b],[_,w]),P=m-D[0],U=M-D[1],j=x-D[0],F=b-D[1],H=1/Math.sin(Math.acos((P*j+U*F)/(Math.sqrt(P*P+U*U)*Math.sqrt(j*j+F*F)))/2),O=Math.sqrt(D[0]*D[0]+D[1]*D[1]);R=Math.min(g,(n-O)/(H-1)),T=Math.min(g,(c-O)/(H+1))}if(null!=x){var I=mu(null==S?[_,w]:[S,k],[m,M],c,T,p),Y=mu([x,b],[_,w],c,T,p);g===T?A.push("M",I[0],"A",T,",",T," 0 0,",v," ",I[1],"A",c,",",c," 0 ",1-p^yu(I[1][0],I[1][1],Y[1][0],Y[1][1]),",",p," ",Y[1],"A",T,",",T," 0 0,",v," ",Y[0]):A.push("M",I[0],"A",T,",",T," 0 1,",v," ",Y[0])}else A.push("M",m,",",M);if(null!=S){var Z=mu([m,M],[S,k],n,-R,p),V=mu([_,w],null==x?[m,M]:[x,b],n,-R,p);g===R?A.push("L",V[0],"A",R,",",R," 0 0,",v," ",V[1],"A",n,",",n," 0 ",p^yu(V[1][0],V[1][1],Z[1][0],Z[1][1]),",",1-p," ",Z[1],"A",R,",",R," 0 0,",v," ",Z[0]):A.push("L",V[0],"A",R,",",R," 0 0,",v," ",Z[0])}else A.push("L",_,",",w)}else A.push("M",m,",",M),null!=x&&A.push("A",c,",",c," 0 ",C,",",p," ",x,",",b),A.push("L",_,",",w),null!=S&&A.push("A",n,",",n," 0 ",L,",",1-p," ",S,",",k);return A.push("Z"),A.join("")}function t(n,t){return"M0,"+n+"A"+n+","+n+" 0 1,"+t+" 0,"+-n+"A"+n+","+n+" 0 1,"+t+" 0,"+n}var e=hu,r=pu,i=su,u=ql,o=gu,a=vu,l=du;return n.innerRadius=function(t){return arguments.length?(e=En(t),n):e},n.outerRadius=function(t){return arguments.length?(r=En(t),n):r},n.cornerRadius=function(t){return arguments.length?(i=En(t),n):i},n.padRadius=function(t){return arguments.length?(u=t==ql?ql:En(t),n):u},n.startAngle=function(t){return arguments.length?(o=En(t),n):o},n.endAngle=function(t){return arguments.length?(a=En(t),n):a},n.padAngle=function(t){return arguments.length?(l=En(t),n):l},n.centroid=function(){var n=(+e.apply(this,arguments)+ +r.apply(this,arguments))/2,t=(+o.apply(this,arguments)+ +a.apply(this,arguments))/2-Io;return[Math.cos(t)*n,Math.sin(t)*n]},n};var ql="auto";ao.svg.line=function(){return Mu(m)};var Tl=ao.map({linear:xu,"linear-closed":bu,step:_u,"step-before":wu,"step-after":Su,basis:zu,"basis-open":Lu,"basis-closed":qu,bundle:Tu,cardinal:Eu,"cardinal-open":ku,"cardinal-closed":Nu,monotone:Fu});Tl.forEach(function(n,t){t.key=n,t.closed=/-closed$/.test(n)});var Rl=[0,2/3,1/3,0],Dl=[0,1/3,2/3,0],Pl=[0,1/6,2/3,1/6];ao.svg.line.radial=function(){var n=Mu(Hu);return n.radius=n.x,delete n.x,n.angle=n.y,delete n.y,n},wu.reverse=Su,Su.reverse=wu,ao.svg.area=function(){return Ou(m)},ao.svg.area.radial=function(){var n=Ou(Hu);return n.radius=n.x,delete n.x,n.innerRadius=n.x0,delete n.x0,n.outerRadius=n.x1,delete n.x1,n.angle=n.y,delete n.y,n.startAngle=n.y0,delete n.y0,n.endAngle=n.y1,delete n.y1,n},ao.svg.chord=function(){function n(n,a){var l=t(this,u,n,a),c=t(this,o,n,a);return"M"+l.p0+r(l.r,l.p1,l.a1-l.a0)+(e(l,c)?i(l.r,l.p1,l.r,l.p0):i(l.r,l.p1,c.r,c.p0)+r(c.r,c.p1,c.a1-c.a0)+i(c.r,c.p1,l.r,l.p0))+"Z"}function t(n,t,e,r){var i=t.call(n,e,r),u=a.call(n,i,r),o=l.call(n,i,r)-Io,f=c.call(n,i,r)-Io;return{r:u,a0:o,a1:f,p0:[u*Math.cos(o),u*Math.sin(o)],p1:[u*Math.cos(f),u*Math.sin(f)]}}function e(n,t){return n.a0==t.a0&&n.a1==t.a1}function r(n,t,e){return"A"+n+","+n+" 0 "+ +(e>Fo)+",1 "+t}function i(n,t,e,r){return"Q 0,0 "+r}var u=Me,o=xe,a=Iu,l=gu,c=vu;return n.radius=function(t){return arguments.length?(a=En(t),n):a},n.source=function(t){return arguments.length?(u=En(t),n):u},n.target=function(t){return arguments.length?(o=En(t),n):o},n.startAngle=function(t){return arguments.length?(l=En(t),n):l},n.endAngle=function(t){return arguments.length?(c=En(t),n):c},n},ao.svg.diagonal=function(){function n(n,i){var u=t.call(this,n,i),o=e.call(this,n,i),a=(u.y+o.y)/2,l=[u,{x:u.x,y:a},{x:o.x,y:a},o];return l=l.map(r),"M"+l[0]+"C"+l[1]+" "+l[2]+" "+l[3]}var t=Me,e=xe,r=Yu;return n.source=function(e){return arguments.length?(t=En(e),n):t},n.target=function(t){return arguments.length?(e=En(t),n):e},n.projection=function(t){return arguments.length?(r=t,n):r},n},ao.svg.diagonal.radial=function(){var n=ao.svg.diagonal(),t=Yu,e=n.projection;return n.projection=function(n){return arguments.length?e(Zu(t=n)):t},n},ao.svg.symbol=function(){function n(n,r){return(Ul.get(t.call(this,n,r))||$u)(e.call(this,n,r))}var t=Xu,e=Vu;return n.type=function(e){return arguments.length?(t=En(e),n):t},n.size=function(t){return arguments.length?(e=En(t),n):e},n};var Ul=ao.map({circle:$u,cross:function(n){var t=Math.sqrt(n/5)/2;return"M"+-3*t+","+-t+"H"+-t+"V"+-3*t+"H"+t+"V"+-t+"H"+3*t+"V"+t+"H"+t+"V"+3*t+"H"+-t+"V"+t+"H"+-3*t+"Z"},diamond:function(n){var t=Math.sqrt(n/(2*Fl)),e=t*Fl;return"M0,"+-t+"L"+e+",0 0,"+t+" "+-e+",0Z"},square:function(n){var t=Math.sqrt(n)/2;return"M"+-t+","+-t+"L"+t+","+-t+" "+t+","+t+" "+-t+","+t+"Z"},"triangle-down":function(n){var t=Math.sqrt(n/jl),e=t*jl/2;return"M0,"+e+"L"+t+","+-e+" "+-t+","+-e+"Z"},"triangle-up":function(n){var t=Math.sqrt(n/jl),e=t*jl/2;return"M0,"+-e+"L"+t+","+e+" "+-t+","+e+"Z"}});ao.svg.symbolTypes=Ul.keys();var jl=Math.sqrt(3),Fl=Math.tan(30*Yo);Co.transition=function(n){for(var t,e,r=Hl||++Zl,i=Ku(n),u=[],o=Ol||{time:Date.now(),ease:Nr,delay:0,duration:250},a=-1,l=this.length;++au;u++){i.push(t=[]);for(var e=this[u],a=0,l=e.length;l>a;a++)(r=e[a])&&n.call(r,r.__data__,a,u)&&t.push(r)}return Wu(i,this.namespace,this.id)},Yl.tween=function(n,t){var e=this.id,r=this.namespace;return arguments.length<2?this.node()[r][e].tween.get(n):Y(this,null==t?function(t){t[r][e].tween.remove(n)}:function(i){i[r][e].tween.set(n,t)})},Yl.attr=function(n,t){function e(){this.removeAttribute(a)}function r(){this.removeAttributeNS(a.space,a.local)}function i(n){return null==n?e:(n+="",function(){var t,e=this.getAttribute(a);return e!==n&&(t=o(e,n),function(n){this.setAttribute(a,t(n))})})}function u(n){return null==n?r:(n+="",function(){var t,e=this.getAttributeNS(a.space,a.local);return e!==n&&(t=o(e,n),function(n){this.setAttributeNS(a.space,a.local,t(n))})})}if(arguments.length<2){for(t in n)this.attr(t,n[t]);return this}var o="transform"==n?$r:Mr,a=ao.ns.qualify(n);return Ju(this,"attr."+n,t,a.local?u:i)},Yl.attrTween=function(n,t){function e(n,e){var r=t.call(this,n,e,this.getAttribute(i));return r&&function(n){this.setAttribute(i,r(n))}}function r(n,e){var r=t.call(this,n,e,this.getAttributeNS(i.space,i.local));return r&&function(n){this.setAttributeNS(i.space,i.local,r(n))}}var i=ao.ns.qualify(n);return this.tween("attr."+n,i.local?r:e)},Yl.style=function(n,e,r){function i(){this.style.removeProperty(n)}function u(e){return null==e?i:(e+="",function(){var i,u=t(this).getComputedStyle(this,null).getPropertyValue(n);return u!==e&&(i=Mr(u,e),function(t){this.style.setProperty(n,i(t),r)})})}var o=arguments.length;if(3>o){if("string"!=typeof n){2>o&&(e="");for(r in n)this.style(r,n[r],e);return this}r=""}return Ju(this,"style."+n,e,u)},Yl.styleTween=function(n,e,r){function i(i,u){var o=e.call(this,i,u,t(this).getComputedStyle(this,null).getPropertyValue(n));return o&&function(t){this.style.setProperty(n,o(t),r)}}return arguments.length<3&&(r=""),this.tween("style."+n,i)},Yl.text=function(n){return Ju(this,"text",n,Gu)},Yl.remove=function(){var n=this.namespace;return this.each("end.transition",function(){var t;this[n].count<2&&(t=this.parentNode)&&t.removeChild(this)})},Yl.ease=function(n){var t=this.id,e=this.namespace;return arguments.length<1?this.node()[e][t].ease:("function"!=typeof n&&(n=ao.ease.apply(ao,arguments)),Y(this,function(r){r[e][t].ease=n}))},Yl.delay=function(n){var t=this.id,e=this.namespace;return arguments.length<1?this.node()[e][t].delay:Y(this,"function"==typeof n?function(r,i,u){r[e][t].delay=+n.call(r,r.__data__,i,u)}:(n=+n,function(r){r[e][t].delay=n}))},Yl.duration=function(n){var t=this.id,e=this.namespace;return arguments.length<1?this.node()[e][t].duration:Y(this,"function"==typeof n?function(r,i,u){r[e][t].duration=Math.max(1,n.call(r,r.__data__,i,u))}:(n=Math.max(1,n),function(r){r[e][t].duration=n}))},Yl.each=function(n,t){var e=this.id,r=this.namespace;if(arguments.length<2){var i=Ol,u=Hl;try{Hl=e,Y(this,function(t,i,u){Ol=t[r][e],n.call(t,t.__data__,i,u)})}finally{Ol=i,Hl=u}}else Y(this,function(i){var u=i[r][e];(u.event||(u.event=ao.dispatch("start","end","interrupt"))).on(n,t)});return this},Yl.transition=function(){for(var n,t,e,r,i=this.id,u=++Zl,o=this.namespace,a=[],l=0,c=this.length;c>l;l++){a.push(n=[]);for(var t=this[l],f=0,s=t.length;s>f;f++)(e=t[f])&&(r=e[o][i],Qu(e,f,o,u,{time:r.time,ease:r.ease,delay:r.delay+r.duration,duration:r.duration})),n.push(e)}return Wu(a,o,u)},ao.svg.axis=function(){function n(n){n.each(function(){var n,c=ao.select(this),f=this.__chart__||e,s=this.__chart__=e.copy(),h=null==l?s.ticks?s.ticks.apply(s,a):s.domain():l,p=null==t?s.tickFormat?s.tickFormat.apply(s,a):m:t,g=c.selectAll(".tick").data(h,s),v=g.enter().insert("g",".domain").attr("class","tick").style("opacity",Uo),d=ao.transition(g.exit()).style("opacity",Uo).remove(),y=ao.transition(g.order()).style("opacity",1),M=Math.max(i,0)+o,x=Zi(s),b=c.selectAll(".domain").data([0]),_=(b.enter().append("path").attr("class","domain"),ao.transition(b));v.append("line"),v.append("text");var w,S,k,N,E=v.select("line"),A=y.select("line"),C=g.select("text").text(p),z=v.select("text"),L=y.select("text"),q="top"===r||"left"===r?-1:1;if("bottom"===r||"top"===r?(n=no,w="x",k="y",S="x2",N="y2",C.attr("dy",0>q?"0em":".71em").style("text-anchor","middle"),_.attr("d","M"+x[0]+","+q*u+"V0H"+x[1]+"V"+q*u)):(n=to,w="y",k="x",S="y2",N="x2",C.attr("dy",".32em").style("text-anchor",0>q?"end":"start"),_.attr("d","M"+q*u+","+x[0]+"H0V"+x[1]+"H"+q*u)),E.attr(N,q*i),z.attr(k,q*M),A.attr(S,0).attr(N,q*i),L.attr(w,0).attr(k,q*M),s.rangeBand){var T=s,R=T.rangeBand()/2;f=s=function(n){return T(n)+R}}else f.rangeBand?f=s:d.call(n,s,f);v.call(n,f,s),y.call(n,s,s)})}var t,e=ao.scale.linear(),r=Vl,i=6,u=6,o=3,a=[10],l=null;return n.scale=function(t){return arguments.length?(e=t,n):e},n.orient=function(t){return arguments.length?(r=t in Xl?t+"":Vl,n):r},n.ticks=function(){return arguments.length?(a=co(arguments),n):a},n.tickValues=function(t){return arguments.length?(l=t,n):l},n.tickFormat=function(e){return arguments.length?(t=e,n):t},n.tickSize=function(t){var e=arguments.length;return e?(i=+t,u=+arguments[e-1],n):i},n.innerTickSize=function(t){return arguments.length?(i=+t,n):i},n.outerTickSize=function(t){return arguments.length?(u=+t,n):u},n.tickPadding=function(t){return arguments.length?(o=+t,n):o},n.tickSubdivide=function(){return arguments.length&&n},n};var Vl="bottom",Xl={top:1,right:1,bottom:1,left:1};ao.svg.brush=function(){function n(t){t.each(function(){var t=ao.select(this).style("pointer-events","all").style("-webkit-tap-highlight-color","rgba(0,0,0,0)").on("mousedown.brush",u).on("touchstart.brush",u),o=t.selectAll(".background").data([0]);o.enter().append("rect").attr("class","background").style("visibility","hidden").style("cursor","crosshair"),t.selectAll(".extent").data([0]).enter().append("rect").attr("class","extent").style("cursor","move");var a=t.selectAll(".resize").data(v,m);a.exit().remove(),a.enter().append("g").attr("class",function(n){return"resize "+n}).style("cursor",function(n){return $l[n]}).append("rect").attr("x",function(n){return/[ew]$/.test(n)?-3:null}).attr("y",function(n){return/^[ns]/.test(n)?-3:null}).attr("width",6).attr("height",6).style("visibility","hidden"),a.style("display",n.empty()?"none":null);var l,s=ao.transition(t),h=ao.transition(o);c&&(l=Zi(c),h.attr("x",l[0]).attr("width",l[1]-l[0]),r(s)),f&&(l=Zi(f),h.attr("y",l[0]).attr("height",l[1]-l[0]),i(s)),e(s)})}function e(n){n.selectAll(".resize").attr("transform",function(n){return"translate("+s[+/e$/.test(n)]+","+h[+/^s/.test(n)]+")"})}function r(n){n.select(".extent").attr("x",s[0]),n.selectAll(".extent,.n>rect,.s>rect").attr("width",s[1]-s[0])}function i(n){n.select(".extent").attr("y",h[0]),n.selectAll(".extent,.e>rect,.w>rect").attr("height",h[1]-h[0])}function u(){function u(){32==ao.event.keyCode&&(C||(M=null,L[0]-=s[1],L[1]-=h[1],C=2),S())}function v(){32==ao.event.keyCode&&2==C&&(L[0]+=s[1],L[1]+=h[1],C=0,S())}function d(){var n=ao.mouse(b),t=!1;x&&(n[0]+=x[0],n[1]+=x[1]),C||(ao.event.altKey?(M||(M=[(s[0]+s[1])/2,(h[0]+h[1])/2]),L[0]=s[+(n[0]f?(i=r,r=f):i=f),v[0]!=r||v[1]!=i?(e?a=null:o=null,v[0]=r,v[1]=i,!0):void 0}function m(){d(),k.style("pointer-events","all").selectAll(".resize").style("display",n.empty()?"none":null),ao.select("body").style("cursor",null),q.on("mousemove.brush",null).on("mouseup.brush",null).on("touchmove.brush",null).on("touchend.brush",null).on("keydown.brush",null).on("keyup.brush",null),z(),w({type:"brushend"})}var M,x,b=this,_=ao.select(ao.event.target),w=l.of(b,arguments),k=ao.select(b),N=_.datum(),E=!/^(n|s)$/.test(N)&&c,A=!/^(e|w)$/.test(N)&&f,C=_.classed("extent"),z=W(b),L=ao.mouse(b),q=ao.select(t(b)).on("keydown.brush",u).on("keyup.brush",v);if(ao.event.changedTouches?q.on("touchmove.brush",d).on("touchend.brush",m):q.on("mousemove.brush",d).on("mouseup.brush",m),k.interrupt().selectAll("*").interrupt(),C)L[0]=s[0]-L[0],L[1]=h[0]-L[1];else if(N){var T=+/w$/.test(N),R=+/^n/.test(N);x=[s[1-T]-L[0],h[1-R]-L[1]],L[0]=s[T],L[1]=h[R]}else ao.event.altKey&&(M=L.slice());k.style("pointer-events","none").selectAll(".resize").style("display",null),ao.select("body").style("cursor",_.style("cursor")),w({type:"brushstart"}),d()}var o,a,l=N(n,"brushstart","brush","brushend"),c=null,f=null,s=[0,0],h=[0,0],p=!0,g=!0,v=Bl[0];return n.event=function(n){n.each(function(){var n=l.of(this,arguments),t={x:s,y:h,i:o,j:a},e=this.__chart__||t;this.__chart__=t,Hl?ao.select(this).transition().each("start.brush",function(){o=e.i,a=e.j,s=e.x,h=e.y,n({type:"brushstart"})}).tween("brush:brush",function(){var e=xr(s,t.x),r=xr(h,t.y);return o=a=null,function(i){s=t.x=e(i),h=t.y=r(i),n({type:"brush",mode:"resize"})}}).each("end.brush",function(){o=t.i,a=t.j,n({type:"brush",mode:"resize"}),n({type:"brushend"})}):(n({type:"brushstart"}),n({type:"brush",mode:"resize"}),n({type:"brushend"}))})},n.x=function(t){return arguments.length?(c=t,v=Bl[!c<<1|!f],n):c},n.y=function(t){return arguments.length?(f=t,v=Bl[!c<<1|!f],n):f},n.clamp=function(t){return arguments.length?(c&&f?(p=!!t[0],g=!!t[1]):c?p=!!t:f&&(g=!!t),n):c&&f?[p,g]:c?p:f?g:null},n.extent=function(t){var e,r,i,u,l;return arguments.length?(c&&(e=t[0],r=t[1],f&&(e=e[0],r=r[0]),o=[e,r],c.invert&&(e=c(e),r=c(r)),e>r&&(l=e,e=r,r=l),e==s[0]&&r==s[1]||(s=[e,r])),f&&(i=t[0],u=t[1],c&&(i=i[1],u=u[1]),a=[i,u],f.invert&&(i=f(i),u=f(u)),i>u&&(l=i,i=u,u=l),i==h[0]&&u==h[1]||(h=[i,u])),n):(c&&(o?(e=o[0],r=o[1]):(e=s[0],r=s[1],c.invert&&(e=c.invert(e),r=c.invert(r)),e>r&&(l=e,e=r,r=l))),f&&(a?(i=a[0],u=a[1]):(i=h[0],u=h[1],f.invert&&(i=f.invert(i),u=f.invert(u)),i>u&&(l=i,i=u,u=l))),c&&f?[[e,i],[r,u]]:c?[e,r]:f&&[i,u])},n.clear=function(){return n.empty()||(s=[0,0],h=[0,0],o=a=null),n},n.empty=function(){return!!c&&s[0]==s[1]||!!f&&h[0]==h[1]},ao.rebind(n,l,"on")};var $l={n:"ns-resize",e:"ew-resize",s:"ns-resize",w:"ew-resize",nw:"nwse-resize",ne:"nesw-resize",se:"nwse-resize",sw:"nesw-resize"},Bl=[["n","e","s","w","nw","ne","se","sw"],["e","w"],["n","s"],[]],Wl=ga.format=xa.timeFormat,Jl=Wl.utc,Gl=Jl("%Y-%m-%dT%H:%M:%S.%LZ");Wl.iso=Date.prototype.toISOString&&+new Date("2000-01-01T00:00:00.000Z")?eo:Gl,eo.parse=function(n){var t=new Date(n);return isNaN(t)?null:t},eo.toString=Gl.toString,ga.second=On(function(n){return new va(1e3*Math.floor(n/1e3))},function(n,t){n.setTime(n.getTime()+1e3*Math.floor(t))},function(n){return n.getSeconds()}),ga.seconds=ga.second.range,ga.seconds.utc=ga.second.utc.range,ga.minute=On(function(n){return new va(6e4*Math.floor(n/6e4))},function(n,t){n.setTime(n.getTime()+6e4*Math.floor(t))},function(n){return n.getMinutes()}),ga.minutes=ga.minute.range,ga.minutes.utc=ga.minute.utc.range,ga.hour=On(function(n){var t=n.getTimezoneOffset()/60;return new va(36e5*(Math.floor(n/36e5-t)+t))},function(n,t){n.setTime(n.getTime()+36e5*Math.floor(t))},function(n){return n.getHours()}),ga.hours=ga.hour.range,ga.hours.utc=ga.hour.utc.range,ga.month=On(function(n){return n=ga.day(n),n.setDate(1),n},function(n,t){n.setMonth(n.getMonth()+t)},function(n){return n.getMonth()}),ga.months=ga.month.range,ga.months.utc=ga.month.utc.range;var Kl=[1e3,5e3,15e3,3e4,6e4,3e5,9e5,18e5,36e5,108e5,216e5,432e5,864e5,1728e5,6048e5,2592e6,7776e6,31536e6],Ql=[[ga.second,1],[ga.second,5],[ga.second,15],[ga.second,30],[ga.minute,1],[ga.minute,5],[ga.minute,15],[ga.minute,30],[ga.hour,1],[ga.hour,3],[ga.hour,6],[ga.hour,12],[ga.day,1],[ga.day,2],[ga.week,1],[ga.month,1],[ga.month,3],[ga.year,1]],nc=Wl.multi([[".%L",function(n){return n.getMilliseconds()}],[":%S",function(n){return n.getSeconds()}],["%I:%M",function(n){return n.getMinutes()}],["%I %p",function(n){return n.getHours()}],["%a %d",function(n){return n.getDay()&&1!=n.getDate()}],["%b %d",function(n){return 1!=n.getDate()}],["%B",function(n){return n.getMonth()}],["%Y",zt]]),tc={range:function(n,t,e){return ao.range(Math.ceil(n/e)*e,+t,e).map(io)},floor:m,ceil:m};Ql.year=ga.year,ga.scale=function(){return ro(ao.scale.linear(),Ql,nc)};var ec=Ql.map(function(n){return[n[0].utc,n[1]]}),rc=Jl.multi([[".%L",function(n){return n.getUTCMilliseconds()}],[":%S",function(n){return n.getUTCSeconds()}],["%I:%M",function(n){return n.getUTCMinutes()}],["%I %p",function(n){return n.getUTCHours()}],["%a %d",function(n){return n.getUTCDay()&&1!=n.getUTCDate()}],["%b %d",function(n){return 1!=n.getUTCDate()}],["%B",function(n){return n.getUTCMonth()}],["%Y",zt]]);ec.year=ga.year.utc,ga.scale.utc=function(){return ro(ao.scale.linear(),ec,rc)},ao.text=An(function(n){return n.responseText}),ao.json=function(n,t){return Cn(n,"application/json",uo,t)},ao.html=function(n,t){return Cn(n,"text/html",oo,t)},ao.xml=An(function(n){return n.responseXML}),"function"==typeof define&&define.amd?(this.d3=ao,define(ao)):"object"==typeof module&&module.exports?module.exports=ao:this.d3=ao}(); \ No newline at end of file diff --git a/webvowl/js/webvowl.app.js b/webvowl/js/webvowl.app.js new file mode 100644 index 0000000..d82eddd --- /dev/null +++ b/webvowl/js/webvowl.app.js @@ -0,0 +1,9457 @@ +webvowl.app = +/******/ (function(modules) { // webpackBootstrap +/******/ // The module cache +/******/ var installedModules = {}; + +/******/ // The require function +/******/ function __webpack_require__(moduleId) { + +/******/ // Check if module is in cache +/******/ if(installedModules[moduleId]) +/******/ return installedModules[moduleId].exports; + +/******/ // Create a new module (and put it into the cache) +/******/ var module = installedModules[moduleId] = { +/******/ exports: {}, +/******/ id: moduleId, +/******/ loaded: false +/******/ }; + +/******/ // Execute the module function +/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); + +/******/ // Flag the module as loaded +/******/ module.loaded = true; + +/******/ // Return the exports of the module +/******/ return module.exports; +/******/ } + + +/******/ // expose the modules object (__webpack_modules__) +/******/ __webpack_require__.m = modules; + +/******/ // expose the module cache +/******/ __webpack_require__.c = installedModules; + +/******/ // __webpack_public_path__ +/******/ __webpack_require__.p = ""; + +/******/ // Load entry module and return exports +/******/ return __webpack_require__(0); +/******/ }) +/************************************************************************/ +/******/ ({ + +/***/ 0: +/***/ (function(module, exports, __webpack_require__) { + + __webpack_require__(319); + __webpack_require__(321); + + module.exports = __webpack_require__(322); + + +/***/ }), + +/***/ 6: +/***/ (function(module, exports) { + + module.exports = d3; + +/***/ }), + +/***/ 91: +/***/ (function(module, exports, __webpack_require__) { + + var Symbol = __webpack_require__(92), + getRawTag = __webpack_require__(95), + objectToString = __webpack_require__(96); + + /** `Object#toString` result references. */ + var nullTag = '[object Null]', + undefinedTag = '[object Undefined]'; + + /** Built-in value references. */ + var symToStringTag = Symbol ? Symbol.toStringTag : undefined; + + /** + * The base implementation of `getTag` without fallbacks for buggy environments. + * + * @private + * @param {*} value The value to query. + * @returns {string} Returns the `toStringTag`. + */ + function baseGetTag(value) { + if (value == null) { + return value === undefined ? undefinedTag : nullTag; + } + return (symToStringTag && symToStringTag in Object(value)) + ? getRawTag(value) + : objectToString(value); + } + + module.exports = baseGetTag; + + +/***/ }), + +/***/ 92: +/***/ (function(module, exports, __webpack_require__) { + + var root = __webpack_require__(93); + + /** Built-in value references. */ + var Symbol = root.Symbol; + + module.exports = Symbol; + + +/***/ }), + +/***/ 93: +/***/ (function(module, exports, __webpack_require__) { + + var freeGlobal = __webpack_require__(94); + + /** Detect free variable `self`. */ + var freeSelf = typeof self == 'object' && self && self.Object === Object && self; + + /** Used as a reference to the global object. */ + var root = freeGlobal || freeSelf || Function('return this')(); + + module.exports = root; + + +/***/ }), + +/***/ 94: +/***/ (function(module, exports) { + + /* WEBPACK VAR INJECTION */(function(global) {/** Detect free variable `global` from Node.js. */ + var freeGlobal = typeof global == 'object' && global && global.Object === Object && global; + + module.exports = freeGlobal; + + /* WEBPACK VAR INJECTION */}.call(exports, (function() { return this; }()))) + +/***/ }), + +/***/ 95: +/***/ (function(module, exports, __webpack_require__) { + + var Symbol = __webpack_require__(92); + + /** Used for built-in method references. */ + var objectProto = Object.prototype; + + /** Used to check objects for own properties. */ + var hasOwnProperty = objectProto.hasOwnProperty; + + /** + * Used to resolve the + * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring) + * of values. + */ + var nativeObjectToString = objectProto.toString; + + /** Built-in value references. */ + var symToStringTag = Symbol ? Symbol.toStringTag : undefined; + + /** + * A specialized version of `baseGetTag` which ignores `Symbol.toStringTag` values. + * + * @private + * @param {*} value The value to query. + * @returns {string} Returns the raw `toStringTag`. + */ + function getRawTag(value) { + var isOwn = hasOwnProperty.call(value, symToStringTag), + tag = value[symToStringTag]; + + try { + value[symToStringTag] = undefined; + var unmasked = true; + } catch (e) {} + + var result = nativeObjectToString.call(value); + if (unmasked) { + if (isOwn) { + value[symToStringTag] = tag; + } else { + delete value[symToStringTag]; + } + } + return result; + } + + module.exports = getRawTag; + + +/***/ }), + +/***/ 96: +/***/ (function(module, exports) { + + /** Used for built-in method references. */ + var objectProto = Object.prototype; + + /** + * Used to resolve the + * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring) + * of values. + */ + var nativeObjectToString = objectProto.toString; + + /** + * Converts `value` to a string using `Object.prototype.toString`. + * + * @private + * @param {*} value The value to convert. + * @returns {string} Returns the converted string. + */ + function objectToString(value) { + return nativeObjectToString.call(value); + } + + module.exports = objectToString; + + +/***/ }), + +/***/ 103: +/***/ (function(module, exports, __webpack_require__) { + + var baseGetTag = __webpack_require__(91), + isObjectLike = __webpack_require__(104); + + /** `Object#toString` result references. */ + var symbolTag = '[object Symbol]'; + + /** + * Checks if `value` is classified as a `Symbol` primitive or object. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a symbol, else `false`. + * @example + * + * _.isSymbol(Symbol.iterator); + * // => true + * + * _.isSymbol('abc'); + * // => false + */ + function isSymbol(value) { + return typeof value == 'symbol' || + (isObjectLike(value) && baseGetTag(value) == symbolTag); + } + + module.exports = isSymbol; + + +/***/ }), + +/***/ 104: +/***/ (function(module, exports) { + + /** + * Checks if `value` is object-like. A value is object-like if it's not `null` + * and has a `typeof` result of "object". + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is object-like, else `false`. + * @example + * + * _.isObjectLike({}); + * // => true + * + * _.isObjectLike([1, 2, 3]); + * // => true + * + * _.isObjectLike(_.noop); + * // => false + * + * _.isObjectLike(null); + * // => false + */ + function isObjectLike(value) { + return value != null && typeof value == 'object'; + } + + module.exports = isObjectLike; + + +/***/ }), + +/***/ 112: +/***/ (function(module, exports) { + + /** + * Checks if `value` is classified as an `Array` object. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an array, else `false`. + * @example + * + * _.isArray([1, 2, 3]); + * // => true + * + * _.isArray(document.body.children); + * // => false + * + * _.isArray('abc'); + * // => false + * + * _.isArray(_.noop); + * // => false + */ + var isArray = Array.isArray; + + module.exports = isArray; + + +/***/ }), + +/***/ 154: +/***/ (function(module, exports) { + + /** + * A specialized version of `_.map` for arrays without support for iteratee + * shorthands. + * + * @private + * @param {Array} [array] The array to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @returns {Array} Returns the new mapped array. + */ + function arrayMap(array, iteratee) { + var index = -1, + length = array == null ? 0 : array.length, + result = Array(length); + + while (++index < length) { + result[index] = iteratee(array[index], index, array); + } + return result; + } + + module.exports = arrayMap; + + +/***/ }), + +/***/ 219: +/***/ (function(module, exports, __webpack_require__) { + + var baseToString = __webpack_require__(220); + + /** + * Converts `value` to a string. An empty string is returned for `null` + * and `undefined` values. The sign of `-0` is preserved. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to convert. + * @returns {string} Returns the converted string. + * @example + * + * _.toString(null); + * // => '' + * + * _.toString(-0); + * // => '-0' + * + * _.toString([1, 2, 3]); + * // => '1,2,3' + */ + function toString(value) { + return value == null ? '' : baseToString(value); + } + + module.exports = toString; + + +/***/ }), + +/***/ 220: +/***/ (function(module, exports, __webpack_require__) { + + var Symbol = __webpack_require__(92), + arrayMap = __webpack_require__(154), + isArray = __webpack_require__(112), + isSymbol = __webpack_require__(103); + + /** Used as references for various `Number` constants. */ + var INFINITY = 1 / 0; + + /** Used to convert symbols to primitives and strings. */ + var symbolProto = Symbol ? Symbol.prototype : undefined, + symbolToString = symbolProto ? symbolProto.toString : undefined; + + /** + * The base implementation of `_.toString` which doesn't convert nullish + * values to empty strings. + * + * @private + * @param {*} value The value to process. + * @returns {string} Returns the string. + */ + function baseToString(value) { + // Exit early for strings to avoid a performance hit in some environments. + if (typeof value == 'string') { + return value; + } + if (isArray(value)) { + // Recursively convert values (susceptible to call stack limits). + return arrayMap(value, baseToString) + ''; + } + if (isSymbol(value)) { + return symbolToString ? symbolToString.call(value) : ''; + } + var result = (value + ''); + return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result; + } + + module.exports = baseToString; + + +/***/ }), + +/***/ 319: +/***/ (function(module, exports) { + + // removed by extract-text-webpack-plugin + +/***/ }), + +/***/ 321: +/***/ (function(module, exports, __webpack_require__) { + + /* WEBPACK VAR INJECTION */(function(d3) {/* Taken from here: http://stackoverflow.com/a/17907562 */ + function getInternetExplorerVersion(){ + var ua, + re, + rv = -1; + + // check for edge + var isEdge = /(?:\b(MS)?IE\s+|\bTrident\/7\.0;.*\s+rv:|\bEdge\/)(\d+)/.test(navigator.userAgent); + if ( isEdge ) { + rv = parseInt("12"); + return rv; + } + + var isIE11 = /Trident.*rv[ :]*11\./.test(navigator.userAgent); + if ( isIE11 ) { + rv = parseInt("11"); + return rv; + } + if ( navigator.appName === "Microsoft Internet Explorer" ) { + ua = navigator.userAgent; + re = new RegExp("MSIE ([0-9]{1,}[\\.0-9]{0,})"); + if ( re.exec(ua) !== null ) { + rv = parseFloat(RegExp.$1); + } + } else if ( navigator.appName === "Netscape" ) { + ua = navigator.userAgent; + re = new RegExp("Trident/.*rv:([0-9]{1,}[\\.0-9]{0,})"); + if ( re.exec(ua) !== null ) { + rv = parseFloat(RegExp.$1); + } + } + return rv; + } + + function showBrowserWarningIfRequired(){ + var version = getInternetExplorerVersion(); + console.log("Browser Version =" + version); + if ( version > 0 && version <= 11 ) { + d3.select("#browserCheck").classed("hidden", false); + d3.select("#killWarning").classed("hidden", true); + d3.select("#optionsArea").classed("hidden", true); + d3.select("#logo").classed("hidden", true); + } + if ( version == 12 ) { + d3.select("#logo").classed("hidden", false); + d3.select("#browserCheck").classed("hidden", false); + // connect the button; + var pb_kill = d3.select("#killWarning"); + pb_kill.on("click", function (){ + console.log("hide the warning please"); + d3.select("#browserCheck").classed("hidden", true); + d3.select("#logo").style("padding", "10px"); + }); + } + else { + d3.select("#logo").classed("hidden", false); + d3.select("#browserCheck").classed("hidden", true); + } + + } + + module.exports = showBrowserWarningIfRequired; + showBrowserWarningIfRequired(); + /* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(6))) + +/***/ }), + +/***/ 322: +/***/ (function(module, exports, __webpack_require__) { + + /* WEBPACK VAR INJECTION */(function(d3) {String.prototype.replaceAll = function ( search, replacement ){ + var target = this; + return target.split(search).join(replacement); + }; + module.exports = function (){ + var newOntologyCounter = 1; + var app = {}, + graph = webvowl.graph(), + options = graph.graphOptions(), + languageTools = webvowl.util.languageTools(), + GRAPH_SELECTOR = "#graph", + // Modules for the webvowl app + exportMenu = __webpack_require__(323)(graph), + filterMenu = __webpack_require__(325)(graph), + gravityMenu = __webpack_require__(326)(graph), + modeMenu = __webpack_require__(327)(graph), + debugMenu = __webpack_require__(328)(graph), + ontologyMenu = __webpack_require__(329)(graph), + pauseMenu = __webpack_require__(333)(graph), + resetMenu = __webpack_require__(334)(graph), + searchMenu = __webpack_require__(335)(graph), + navigationMenu = __webpack_require__(336)(graph), + zoomSlider = __webpack_require__(337)(graph), + sidebar = __webpack_require__(338)(graph), + leftSidebar = __webpack_require__(339)(graph), + editSidebar = __webpack_require__(340)(graph), + configMenu = __webpack_require__(341)(graph), + loadingModule = __webpack_require__(342)(graph), + warningModule = __webpack_require__(343)(graph), + directInputMod = __webpack_require__(344)(graph), + + + // Graph modules + colorExternalsSwitch = webvowl.modules.colorExternalsSwitch(graph), + compactNotationSwitch = webvowl.modules.compactNotationSwitch(graph), + datatypeFilter = webvowl.modules.datatypeFilter(), + disjointFilter = webvowl.modules.disjointFilter(), + focuser = webvowl.modules.focuser(graph), + emptyLiteralFilter = webvowl.modules.emptyLiteralFilter(), + nodeDegreeFilter = webvowl.modules.nodeDegreeFilter(filterMenu), + nodeScalingSwitch = webvowl.modules.nodeScalingSwitch(graph), + objectPropertyFilter = webvowl.modules.objectPropertyFilter(), + pickAndPin = webvowl.modules.pickAndPin(), + selectionDetailDisplayer = webvowl.modules.selectionDetailsDisplayer(sidebar.updateSelectionInformation), + statistics = webvowl.modules.statistics(), + subclassFilter = webvowl.modules.subclassFilter(), + setOperatorFilter = webvowl.modules.setOperatorFilter(); + + + app.getOptions = function (){ + return webvowl.opts; + }; + app.getGraph = function (){ + return webvowl.gr; + }; + // app.afterInitializationCallback=undefined; + + + var executeFileDrop = false; + var wasMessageToShow = false; + var firstTime = false; + + function addFileDropEvents( selector ){ + var node = d3.select(selector); + + node.node().ondragover = function ( e ){ + e.preventDefault(); + + d3.select("#dragDropContainer").classed("hidden", false); + // get svg size + var w = graph.options().width(); + var h = graph.options().height(); + + // get event position; (using clientX and clientY); + var cx = e.clientX; + var cy = e.clientY; + + if ( firstTime === false ) { + var state = d3.select("#loading-info").classed("hidden"); + wasMessageToShow = !state; + firstTime = true; + d3.select("#loading-info").classed("hidden", true); // hide it so it does not conflict with drop event + var bb=d3.select("#drag_msg").node().getBoundingClientRect(); + var hs = bb.height; + var ws = bb.width; + + var icon_scale=Math.min(hs,ws); + icon_scale/=100; + + d3.select("#drag_icon_group").attr("transform", "translate ( " + 0.25 * ws + " " + 0.25 * hs + ")"); + d3.select("#drag_icon").attr("transform","matrix ("+icon_scale+",0,0,"+icon_scale+",0,0)"); + d3.select("#drag_icon_drop").attr("transform","matrix ("+icon_scale+",0,0,"+icon_scale+",0,0)"); + } + + + if ( (cx > 0.25 * w && cx < 0.75 * w) && (cy > 0.25 * h && cy < 0.75 * h) ) { + + d3.select("#drag_msg_text").node().innerHTML = "Drop it here."; + d3.select("#drag_msg").style("background-color", "#67bc0f"); + d3.select("#drag_msg").style("color", "#000000"); + executeFileDrop = true; + // d3.select("#drag_svg").transition() + // .duration(100) + // // .attr("-webkit-transform", "rotate(90)") + // // .attr("-moz-transform", "rotate(90)") + // // .attr("-o-transform", "rotate(90)") + // .attr("transform", "rotate(90)"); + + d3.select("#drag_icon").classed("hidden",true); + d3.select("#drag_icon_drop").classed("hidden",false); + + + } else { + d3.select("#drag_msg_text").node().innerHTML = "Drag ontology file here."; + d3.select("#drag_msg").style("background-color", "#fefefe"); + d3.select("#drag_msg").style("color", "#000000"); + executeFileDrop = false; + + d3.select("#drag_icon").classed("hidden",false); + d3.select("#drag_icon_drop").classed("hidden",true); + + + // d3.select("#drag_svg").transition() + // .duration(100) + // // .attr("-webkit-transform", "rotate(0)") + // // .attr("-moz-transform", "rotate(0)") + // // .attr("-o-transform", "rotate(0)") + // .attr("transform", "rotate(0)"); + // + } + + }; + node.node().ondrop = function ( ev ){ + ev.preventDefault(); + firstTime = false; + if ( executeFileDrop ) { + if ( ev.dataTransfer.items ) { + if ( ev.dataTransfer.items.length === 1 ) { + if ( ev.dataTransfer.items[0].kind === 'file' ) { + var file = ev.dataTransfer.items[0].getAsFile(); + graph.options().loadingModule().fromFileDrop(file.name, file); + } + } + else { + // >> WARNING not multiple file uploaded; + graph.options().warningModule().showMultiFileUploadWarning(); + } + } + } + d3.select("#dragDropContainer").classed("hidden", true); + }; + + node.node().ondragleave = function ( e ){ + var w = graph.options().width(); + var h = graph.options().height(); + + // get event position; (using clientX and clientY); + var cx = e.clientX; + var cy = e.clientY; + + var hidden = false; + firstTime = false; + + if ( cx < 0.1 * w || cx > 0.9 * w ) hidden = true; + if ( cy < 0.1 * h || cy > 0.9 * h ) hidden = true; + d3.select("#dragDropContainer").classed("hidden", hidden); + + d3.select("#loading-info").classed("hidden", !wasMessageToShow); // show it again + // check if it should be visible + var should_show=graph.options().loadingModule().getMessageVisibilityStatus(); + if (should_show===false){ + d3.select("#loading-info").classed("hidden", true); // hide it + } + }; + + } + + + app.initialize = function (){ + addFileDropEvents(GRAPH_SELECTOR); + + window.requestAnimationFrame = window.requestAnimationFrame || window.mozRequestAnimationFrame || window.webkitRequestAnimationFrame || window.msRequestAnimationFrame || function ( f ){ + return setTimeout(f, 1000 / 60); + }; // simulate calling code 60 + window.cancelAnimationFrame = window.cancelAnimationFrame || window.mozCancelAnimationFrame || function ( requestID ){ + clearTimeout(requestID); + }; //fall back + + options.graphContainerSelector(GRAPH_SELECTOR); + options.selectionModules().push(focuser); + options.selectionModules().push(selectionDetailDisplayer); + options.selectionModules().push(pickAndPin); + + options.filterModules().push(emptyLiteralFilter); + options.filterModules().push(statistics); + + options.filterModules().push(nodeDegreeFilter); + options.filterModules().push(datatypeFilter); + options.filterModules().push(objectPropertyFilter); + options.filterModules().push(subclassFilter); + options.filterModules().push(disjointFilter); + options.filterModules().push(setOperatorFilter); + options.filterModules().push(nodeScalingSwitch); + options.filterModules().push(compactNotationSwitch); + options.filterModules().push(colorExternalsSwitch); + + d3.select(window).on("resize", adjustSize); + + exportMenu.setup(); + gravityMenu.setup(); + filterMenu.setup(datatypeFilter, objectPropertyFilter, subclassFilter, disjointFilter, setOperatorFilter, nodeDegreeFilter); + modeMenu.setup(pickAndPin, nodeScalingSwitch, compactNotationSwitch, colorExternalsSwitch); + pauseMenu.setup(); + sidebar.setup(); + loadingModule.setup(); + leftSidebar.setup(); + editSidebar.setup(); + debugMenu.setup(); + var agentVersion = getInternetExplorerVersion(); + if ( agentVersion > 0 && agentVersion <= 11 ) { + console.log("Agent version " + agentVersion); + console.log("This agent is not supported"); + d3.select("#browserCheck").classed("hidden", false); + d3.select("#killWarning").classed("hidden", true); + d3.select("#optionsArea").classed("hidden", true); + d3.select("#logo").classed("hidden", true); + } else { + d3.select("#logo").classed("hidden", false); + if ( agentVersion === 12 ) { + // allow Mircosoft Edge Browser but with warning + d3.select("#browserCheck").classed("hidden", false); + d3.select("#killWarning").classed("hidden", false); + } else { + d3.select("#browserCheck").classed("hidden", true); + } + + resetMenu.setup([gravityMenu, filterMenu, modeMenu, focuser, selectionDetailDisplayer, pauseMenu]); + searchMenu.setup(); + navigationMenu.setup(); + zoomSlider.setup(); + + // give the options the pointer to the some menus for import and export + options.literalFilter(emptyLiteralFilter); + options.nodeDegreeFilter(nodeDegreeFilter); + options.loadingModule(loadingModule); + options.filterMenu(filterMenu); + options.modeMenu(modeMenu); + options.gravityMenu(gravityMenu); + options.pausedMenu(pauseMenu); + options.pickAndPinModule(pickAndPin); + options.resetMenu(resetMenu); + options.searchMenu(searchMenu); + options.ontologyMenu(ontologyMenu); + options.navigationMenu(navigationMenu); + options.sidebar(sidebar); + options.leftSidebar(leftSidebar); + options.editSidebar(editSidebar); + options.exportMenu(exportMenu); + options.graphObject(graph); + options.zoomSlider(zoomSlider); + options.warningModule(warningModule); + options.directInputModule(directInputMod); + options.datatypeFilter(datatypeFilter); + options.objectPropertyFilter(objectPropertyFilter); + options.subclassFilter(subclassFilter); + options.setOperatorFilter(setOperatorFilter); + options.disjointPropertyFilter(disjointFilter); + options.focuserModule(focuser); + options.colorExternalsModule(colorExternalsSwitch); + options.compactNotationModule(compactNotationSwitch); + + ontologyMenu.setup(loadOntologyFromText); + configMenu.setup(); + + leftSidebar.showSidebar(0); + leftSidebar.hideCollapseButton(true); + + + graph.start(); + + var modeOp = d3.select("#modeOfOperationString"); + modeOp.style("font-size", "0.6em"); + modeOp.style("font-style", "italic"); + + adjustSize(); + var defZoom; + var w = graph.options().width(); + var h = graph.options().height(); + defZoom = Math.min(w, h) / 1000; + + var hideDebugOptions = true; + if ( hideDebugOptions === false ) { + graph.setForceTickFunctionWithFPS(); + } + + graph.setDefaultZoom(defZoom); + d3.selectAll(".debugOption").classed("hidden", hideDebugOptions); + + // prevent backspace reloading event + var htmlBody = d3.select("body"); + d3.select(document).on("keydown", function ( e ){ + if ( d3.event.keyCode === 8 && d3.event.target === htmlBody.node() ) { + // we could add here an alert + d3.event.preventDefault(); + } + // using ctrl+Shift+d as debug option + if ( d3.event.ctrlKey && d3.event.shiftKey && d3.event.keyCode === 68 ) { + graph.options().executeHiddenDebugFeatuers(); + d3.event.preventDefault(); + } + }); + if ( d3.select("#maxLabelWidthSliderOption") ) { + var setValue = !graph.options().dynamicLabelWidth(); + d3.select("#maxLabelWidthSlider").node().disabled = setValue; + d3.select("#maxLabelWidthvalueLabel").classed("disabledLabelForSlider", setValue); + d3.select("#maxLabelWidthDescriptionLabel").classed("disabledLabelForSlider", setValue); + } + + d3.select("#blockGraphInteractions").style("position", "absolute") + .style("top", "0") + .style("background-color", "#bdbdbd") + .style("opacity", "0.5") + .style("pointer-events", "auto") + .style("width", graph.options().width() + "px") + .style("height", graph.options().height() + "px") + .on("click", function (){ + d3.event.preventDefault(); + d3.event.stopPropagation(); + }) + .on("dblclick", function (){ + d3.event.preventDefault(); + d3.event.stopPropagation(); + }); + + d3.select("#direct-text-input").on("click", function (){ + directInputMod.setDirectInputMode(); + }); + d3.select("#blockGraphInteractions").node().draggable = false; + options.prefixModule(webvowl.util.prefixTools(graph)); + adjustSize(); + sidebar.updateOntologyInformation(undefined, statistics); + loadingModule.parseUrlAndLoadOntology(); // loads automatically the ontology provided by the parameters + options.debugMenu(debugMenu); + debugMenu.updateSettings(); + + // connect the reloadCachedVersionButton + d3.select("#reloadSvgIcon").on("click", function (){ + if ( d3.select("#reloadSvgIcon").node().disabled === true ) { + graph.options().ontologyMenu().clearCachedVersion(); + return; + } + d3.select("#reloadCachedOntology").classed("hidden", true); + graph.options().ontologyMenu().reloadCachedOntology(); + + }); + // add the initialized objects + webvowl.opts = options; + webvowl.gr = graph; + + } + }; + + + function loadOntologyFromText( jsonText, filename, alternativeFilename ){ + d3.select("#reloadCachedOntology").classed("hidden", true); + pauseMenu.reset(); + graph.options().navigationMenu().hideAllMenus(); + + if ( (jsonText === undefined && filename === undefined) || (jsonText.length === 0) ) { + loadingModule.notValidJsonFile(); + return; + } + graph.editorMode(); // updates the checkbox + var data; + if ( jsonText ) { + // validate JSON FILE + var validJSON; + try { + data = JSON.parse(jsonText); + validJSON = true; + } catch ( e ) { + validJSON = false; + } + if ( validJSON === false ) { + // the server output is not a valid json file + loadingModule.notValidJsonFile(); + return; + } + + if ( !filename ) { + // First look if an ontology title exists, otherwise take the alternative filename + var ontologyNames = data.header ? data.header.title : undefined; + var ontologyName = languageTools.textInLanguage(ontologyNames); + + if ( ontologyName ) { + filename = ontologyName; + } else { + filename = alternativeFilename; + } + } + } + + + // check if we have graph data + var classCount = 0; + if ( data.class !== undefined ) { + classCount = data.class.length; + } + + var loadEmptyOntologyForEditing = false; + if ( location.hash.indexOf("#new_ontology") !== -1 ) { + loadEmptyOntologyForEditing = true; + newOntologyCounter++; + d3.select("#empty").node().href = "#opts=editorMode=true;#new_ontology" + newOntologyCounter; + } + if ( classCount === 0 && graph.editorMode() === false && loadEmptyOntologyForEditing === false ) { + // generate message for the user; + loadingModule.emptyGraphContentError(); + } else { + loadingModule.validJsonFile(); + ontologyMenu.setCachedOntology(filename, jsonText); + exportMenu.setJsonText(jsonText); + options.data(data); + graph.options().loadingModule().setPercentMode(); + if ( loadEmptyOntologyForEditing === true ) { + graph.editorMode(true); + + } + graph.load(); + sidebar.updateOntologyInformation(data, statistics); + exportMenu.setFilename(filename); + graph.updateZoomSliderValueFromOutside(); + adjustSize(); + + var flagOfCheckBox = d3.select("#editorModeModuleCheckbox").node().checked; + graph.editorMode(flagOfCheckBox);// update gui + + } + } + + function adjustSize(){ + var graphContainer = d3.select(GRAPH_SELECTOR), + svg = graphContainer.select("svg"), + height = window.innerHeight - 40, + width = window.innerWidth - (window.innerWidth * 0.22); + + if ( sidebar.getSidebarVisibility() === "0" ) { + height = window.innerHeight - 40; + width = window.innerWidth; + } + + directInputMod.updateLayout(); + d3.select("#blockGraphInteractions").style("width", window.innerWidth + "px"); + d3.select("#blockGraphInteractions").style("height", window.innerHeight + "px"); + + d3.select("#WarningErrorMessagesContainer").style("width", width + "px"); + d3.select("#WarningErrorMessagesContainer").style("height", height + "px"); + + d3.select("#WarningErrorMessages").style("max-height", (height - 12) + "px"); + + graphContainer.style("height", height + "px"); + svg.attr("width", width) + .attr("height", height); + + options.width(width) + .height(height); + + graph.updateStyle(); + + if ( isTouchDevice() === true ) { + if ( graph.isEditorMode() === true ) + d3.select("#modeOfOperationString").node().innerHTML = "touch able device detected"; + graph.setTouchDevice(true); + + } else { + if ( graph.isEditorMode() === true ) + d3.select("#modeOfOperationString").node().innerHTML = "point & click device detected"; + graph.setTouchDevice(false); + } + + d3.select("#loadingInfo-container").style("height", 0.5 * (height - 80) + "px"); + loadingModule.checkForScreenSize(); + + adjustSliderSize(); + // update also the padding options of loading and the logo positions; + var warningDiv = d3.select("#browserCheck"); + if ( warningDiv.classed("hidden") === false ) { + var offset = 10 + warningDiv.node().getBoundingClientRect().height; + d3.select("#logo").style("padding", offset + "px 10px"); + } else { + // remove the dynamic padding from the logo element; + d3.select("#logo").style("padding", "10px"); + } + + // scrollbar tests; + var element = d3.select("#menuElementContainer").node(); + var maxScrollLeft = element.scrollWidth - element.clientWidth; + var leftButton = d3.select("#scrollLeftButton"); + var rightButton = d3.select("#scrollRightButton"); + if ( maxScrollLeft > 0 ) { + // show both and then check how far is bar; + rightButton.classed("hidden", false); + leftButton.classed("hidden", false); + navigationMenu.updateScrollButtonVisibility(); + } else { + // hide both; + rightButton.classed("hidden", true); + leftButton.classed("hidden", true); + } + + // adjust height of the leftSidebar element; + editSidebar.updateElementWidth(); + + + var hs = d3.select("#drag_msg").node().getBoundingClientRect().height; + var ws = d3.select("#drag_msg").node().getBoundingClientRect().width; + d3.select("#drag_icon_group").attr("transform", "translate ( " + 0.25 * ws + " " + 0.25 * hs + ")"); + + } + + function adjustSliderSize(){ + // TODO: refactor and put this into the slider it self + var height = window.innerHeight - 40; + var fullHeight = height; + var zoomOutPos = height - 30; + var sliderHeight = 150; + + // assuming DOM elements are generated in the index.html + // todo: refactor for independent usage of graph and app + if ( fullHeight < 150 ) { + // hide the slider button; + d3.select("#zoomSliderParagraph").classed("hidden", true); + d3.select("#zoomOutButton").classed("hidden", true); + d3.select("#zoomInButton").classed("hidden", true); + d3.select("#centerGraphButton").classed("hidden", true); + return; + } + d3.select("#zoomSliderParagraph").classed("hidden", false); + d3.select("#zoomOutButton").classed("hidden", false); + d3.select("#zoomInButton").classed("hidden", false); + d3.select("#centerGraphButton").classed("hidden", false); + + var zoomInPos = zoomOutPos - 20; + var centerPos = zoomInPos - 20; + if ( fullHeight < 280 ) { + // hide the slider button; + d3.select("#zoomSliderParagraph").classed("hidden", true);//var sliderPos=zoomOutPos-sliderHeight; + d3.select("#zoomOutButton").style("top", zoomOutPos + "px"); + d3.select("#zoomInButton").style("top", zoomInPos + "px"); + d3.select("#centerGraphButton").style("top", centerPos + "px"); + return; + } + + var sliderPos = zoomOutPos - sliderHeight; + zoomInPos = sliderPos - 20; + centerPos = zoomInPos - 20; + d3.select("#zoomSliderParagraph").classed("hidden", false); + d3.select("#zoomOutButton").style("top", zoomOutPos + "px"); + d3.select("#zoomInButton").style("top", zoomInPos + "px"); + d3.select("#centerGraphButton").style("top", centerPos + "px"); + d3.select("#zoomSliderParagraph").style("top", sliderPos + "px"); + } + + function isTouchDevice(){ + try { + document.createEvent("TouchEvent"); + return true; + } catch ( e ) { + return false; + } + } + + + function getInternetExplorerVersion(){ + var ua, + re, + rv = -1; + + // check for edge + var isEdge = /(?:\b(MS)?IE\s+|\bTrident\/7\.0;.*\s+rv:|\bEdge\/)(\d+)/.test(navigator.userAgent); + if ( isEdge ) { + rv = parseInt("12"); + return rv; + } + + var isIE11 = /Trident.*rv[ :]*11\./.test(navigator.userAgent); + if ( isIE11 ) { + rv = parseInt("11"); + return rv; + } + if ( navigator.appName === "Microsoft Internet Explorer" ) { + ua = navigator.userAgent; + re = new RegExp("MSIE ([0-9]{1,}[\\.0-9]{0,})"); + if ( re.exec(ua) !== null ) { + rv = parseFloat(RegExp.$1); + } + } else if ( navigator.appName === "Netscape" ) { + ua = navigator.userAgent; + re = new RegExp("Trident/.*rv:([0-9]{1,}[\\.0-9]{0,})"); + if ( re.exec(ua) !== null ) { + rv = parseFloat(RegExp.$1); + } + } + return rv; + } + + return app; + } + ; + + /* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(6))) + +/***/ }), + +/***/ 323: +/***/ (function(module, exports, __webpack_require__) { + + /* WEBPACK VAR INJECTION */(function(d3) {/** + * Contains the logic for the export button. + * @returns {{}} + */ + module.exports = function ( graph ){ + + var exportMenu = {}, + exportSvgButton, + exportFilename, + exportJsonButton, + exportTurtleButton, + exportTexButton, + copyButton, + exportableJsonText; + + var exportTTLModule = __webpack_require__(324)(graph); + + + String.prototype.replaceAll = function ( search, replacement ){ + var target = this; + return target.split(search).join(replacement); + }; + + + /** + * Adds the export button to the website. + */ + exportMenu.setup = function (){ + exportSvgButton = d3.select("#exportSvg") + .on("click", exportSvg); + exportJsonButton = d3.select("#exportJson") + .on("click", exportJson); + + copyButton = d3.select("#copyBt") + .on("click", copyUrl); + + exportTexButton = d3.select("#exportTex") + .on("click", exportTex); + + exportTurtleButton = d3.select("#exportTurtle") + .on("click", exportTurtle); + + var menuEntry = d3.select("#m_export"); + menuEntry.on("mouseover", function (){ + var searchMenu = graph.options().searchMenu(); + searchMenu.hideSearchEntries(); + exportMenu.exportAsUrl(); + }); + }; + function exportTurtle(){ + var success = exportTTLModule.requestExport(); + var result = exportTTLModule.resultingTTL_Content(); + var ontoTitle = "NewOntology"; + console.log("Exporter was successful: " + success); + if ( success ) { + // console.log("The result is : " + result); + // var ontoTitle=graph.options().getGeneralMetaObjectProperty('title'); + // if (ontoTitle===undefined || ontoTitle.length===0) + // ontoTitle="NewOntology"; + // else{ + // // language object -.- + // ontoTitle.replace(" ","_") + // } + + // TODO: show TEXT in warning module? + + + // // write the data + var dataURI = "data:text/json;charset=utf-8," + encodeURIComponent(result); + + exportTurtleButton.attr("href", dataURI) + .attr("download", ontoTitle + ".ttl"); + + // okay restore old href? + // exportTurtleButton.attr("href", oldHref); + } else { + console.log("ShowWarning!"); + graph.options().warningModule().showExporterWarning(); + console.log("Stay on the page! " + window.location.href); + exportTurtleButton.attr("href", window.location.href); + d3.event.preventDefault(); // prevent the href to be called ( reloads the page otherwise ) + } + } + + exportMenu.setFilename = function ( filename ){ + exportFilename = filename || "export"; + }; + + exportMenu.setJsonText = function ( jsonText ){ + exportableJsonText = jsonText; + }; + + function copyUrl(){ + d3.select("#exportedUrl").node().focus(); + d3.select("#exportedUrl").node().select(); + document.execCommand("copy"); + graph.options().navigationMenu().hideAllMenus(); + d3.event.preventDefault(); // prevent the href to be called ( reloads the page otherwise ) + } + + function prepareOptionString( defOpts, currOpts ){ + var setOptions = 0; + var optsString = "opts="; + + for ( var name in defOpts ) { + // define key and value ; + if ( defOpts.hasOwnProperty(name) ) {// for travis warning + var def_value = defOpts[name]; + var cur_value = currOpts[name]; + if ( def_value !== cur_value ) { + optsString += name + "=" + cur_value + ";"; + setOptions++; + } + } + } + optsString += ""; + if ( setOptions === 0 ) { + return ""; + } + return optsString; + } + + exportMenu.exportAsUrl = function (){ + var currObj = {}; + currObj.sidebar = graph.options().sidebar().getSidebarVisibility(); + + // identify default value given by ontology; + var defOntValue = graph.options().filterMenu().getDefaultDegreeValue(); + var currentValue = graph.options().filterMenu().getDegreeSliderValue(); + if ( parseInt(defOntValue) === parseInt(currentValue) ) { + currObj.doc = -1; + } else { + currObj.doc = currentValue; + } + + currObj.cd = graph.options().classDistance(); + currObj.dd = graph.options().datatypeDistance(); + if ( graph.editorMode() === true ) { + currObj.editorMode = "true"; + } else { + currObj.editorMode = "false"; + } + currObj.filter_datatypes = String(graph.options().filterMenu().getCheckBoxValue("datatypeFilterCheckbox")); + currObj.filter_sco = String(graph.options().filterMenu().getCheckBoxValue("subclassFilterCheckbox")); + currObj.filter_disjoint = String(graph.options().filterMenu().getCheckBoxValue("disjointFilterCheckbox")); + currObj.filter_setOperator = String(graph.options().filterMenu().getCheckBoxValue("setoperatorFilterCheckbox")); + currObj.filter_objectProperties = String(graph.options().filterMenu().getCheckBoxValue("objectPropertyFilterCheckbox")); + currObj.mode_dynamic = String(graph.options().dynamicLabelWidth()); + currObj.mode_scaling = String(graph.options().modeMenu().getCheckBoxValue("nodescalingModuleCheckbox")); + currObj.mode_compact = String(graph.options().modeMenu().getCheckBoxValue("compactnotationModuleCheckbox")); + currObj.mode_colorExt = String(graph.options().modeMenu().getCheckBoxValue("colorexternalsModuleCheckbox")); + currObj.mode_multiColor = String(graph.options().modeMenu().colorModeState()); + currObj.mode_pnp = String(graph.options().modeMenu().getCheckBoxValue("pickandpinModuleCheckbox")); + currObj.debugFeatures = String(!graph.options().getHideDebugFeatures()); + currObj.rect = 0; + + var defObj = graph.options().initialConfig(); + var optsString = prepareOptionString(defObj, currObj); + var urlString = String(location); + var htmlElement; + // when everything is default then there is nothing to write + if ( optsString.length === 0 ) { + // building up parameter list; + + // remove the all options form location + var hashCode = location.hash; + urlString = urlString.split(hashCode)[0]; + + var lPos = hashCode.lastIndexOf("#"); + if ( lPos === -1 ) { + htmlElement = d3.select("#exportedUrl").node(); + htmlElement.value = String(location); + htmlElement.title = String(location); + return; // nothing to change in the location String + } + var newURL = hashCode.slice(lPos, hashCode.length); + htmlElement = d3.select("#exportedUrl").node(); + htmlElement.value = urlString + newURL; + htmlElement.title = urlString + newURL; + return; + } + + // generate the options string; + var numParameters = (urlString.match(/#/g) || []).length; + var newUrlString; + if ( numParameters === undefined || numParameters === 0 ) { + newUrlString = urlString + "#" + optsString; + } + if ( numParameters > 0 ) { + var tokens = urlString.split("#"); + var i; + if ( tokens[1].indexOf("opts=") >= 0 ) { + tokens[1] = optsString; + newUrlString = tokens[0]; + } else { + newUrlString = tokens[0] + "#"; + newUrlString += optsString; + } + // append parameters + for ( i = 1; i < tokens.length; i++ ) { + if ( tokens[i].length > 0 ) { + newUrlString += "#" + tokens[i]; + } + } + } + // building up parameter list; + htmlElement = d3.select("#exportedUrl").node(); + htmlElement.value = newUrlString; + htmlElement.title = newUrlString; + + }; + + function exportSvg(){ + graph.options().navigationMenu().hideAllMenus(); + // Get the d3js SVG element + var graphSvg = d3.select(graph.options().graphContainerSelector()).select("svg"), + graphSvgCode, + escapedGraphSvgCode, + dataURI; + + // inline the styles, so that the exported svg code contains the css rules + inlineVowlStyles(); + hideNonExportableElements(); + + graphSvgCode = graphSvg.attr("version", 1.1) + .attr("xmlns", "http://www.w3.org/2000/svg") + .node().parentNode.innerHTML; + + // Insert the reference to VOWL + graphSvgCode = "\n" + graphSvgCode; + + escapedGraphSvgCode = escapeUnicodeCharacters(graphSvgCode); + //btoa(); Creates a base-64 encoded ASCII string from a "string" of binary data. + dataURI = "data:image/svg+xml;base64," + btoa(escapedGraphSvgCode); + + + exportSvgButton.attr("href", dataURI) + .attr("download", exportFilename + ".svg"); + + // remove graphic styles for interaction to go back to normal + removeVowlInlineStyles(); + showNonExportableElements(); + graph.lazyRefresh(); + } + + function escapeUnicodeCharacters( text ){ + var textSnippets = [], + i, textLength = text.length, + character, + charCode; + + for ( i = 0; i < textLength; i++ ) { + character = text.charAt(i); + charCode = character.charCodeAt(0); + + if ( charCode < 128 ) { + textSnippets.push(character); + } else { + textSnippets.push("&#" + charCode + ";"); + } + } + + return textSnippets.join(""); + } + + function inlineVowlStyles(){ + setStyleSensitively(".text", [{ name: "font-family", value: "Helvetica, Arial, sans-serif" }, { + name: "font-size", + value: "12px" + }]); + setStyleSensitively(".subtext", [{ name: "font-size", value: "9px" }]); + setStyleSensitively(".text.instance-count", [{ name: "fill", value: "#666" }]); + setStyleSensitively(".external + text .instance-count", [{ name: "fill", value: "#aaa" }]); + setStyleSensitively(".cardinality", [{ name: "font-size", value: "10px" }]); + setStyleSensitively(".text, .embedded", [{ name: "pointer-events", value: "none" }]); + setStyleSensitively(".class, .object, .disjoint, .objectproperty, .disjointwith, .equivalentproperty, .transitiveproperty, .functionalproperty, .inversefunctionalproperty, .symmetricproperty, .allvaluesfromproperty, .somevaluesfromproperty", [{ + name: "fill", + value: "#acf" + }]); + setStyleSensitively(".label .datatype, .datatypeproperty", [{ name: "fill", value: "#9c6" }]); + setStyleSensitively(".rdf, .rdfproperty", [{ name: "fill", value: "#c9c" }]); + setStyleSensitively(".literal, .node .datatype", [{ name: "fill", value: "#fc3" }]); + setStyleSensitively(".deprecated, .deprecatedproperty", [{ name: "fill", value: "#ccc" }]); + setStyleSensitively(".external, .externalproperty", [{ name: "fill", value: "#36c" }]); + setStyleSensitively("path, .nofill", [{ name: "fill", value: "none" }]); + setStyleSensitively("marker path", [{ name: "fill", value: "#000" }]); + setStyleSensitively(".class, path, line, .fineline", [{ name: "stroke", value: "#000" }]); + setStyleSensitively(".white, .subclass, .subclassproperty, .external + text", [{ name: "fill", value: "#fff" }]); + setStyleSensitively(".class.hovered, .property.hovered, .cardinality.hovered, .cardinality.focused, circle.pin, .filled.hovered, .filled.focused", [{ + name: "fill", + value: "#f00" + }, { name: "cursor", value: "pointer" }]); + setStyleSensitively(".focused, path.hovered", [{ name: "stroke", value: "#f00" }]); + setStyleSensitively(".indirect-highlighting, .feature:hover", [{ name: "fill", value: "#f90" }]); + setStyleSensitively(".values-from", [{ name: "stroke", value: "#69c" }]); + setStyleSensitively(".symbol, .values-from.filled", [{ name: "fill", value: "#69c" }]); + setStyleSensitively(".class, path, line", [{ name: "stroke-width", value: "2" }]); + setStyleSensitively(".fineline", [{ name: "stroke-width", value: "1" }]); + setStyleSensitively(".dashed, .anonymous", [{ name: "stroke-dasharray", value: "8" }]); + setStyleSensitively(".dotted", [{ name: "stroke-dasharray", value: "3" }]); + setStyleSensitively("rect.focused, circle.focused", [{ name: "stroke-width", value: "4px" }]); + setStyleSensitively(".nostroke", [{ name: "stroke", value: "none" }]); + setStyleSensitively("marker path", [{ name: "stroke-dasharray", value: "100" }]); + } + + function setStyleSensitively( selector, styles ){ + var elements = d3.selectAll(selector); + if ( elements.empty() ) { + return; + } + + styles.forEach(function ( style ){ + elements.each(function (){ + var element = d3.select(this); + if ( !shouldntChangeInlineCss(element, style.name) ) { + element.style(style.name, style.value); + } + }); + }); + } + + function shouldntChangeInlineCss( element, style ){ + return style === "fill" && hasBackgroundColorSet(element); + } + + function hasBackgroundColorSet( element ){ + var data = element.datum(); + if ( data === undefined ) { + return false; + } + return data.backgroundColor && !!data.backgroundColor(); + } + + /** + * For example the pin of the pick&pin module should be invisible in the exported graphic. + */ + function hideNonExportableElements(){ + d3.selectAll(".hidden-in-export").style("display", "none"); + } + + function removeVowlInlineStyles(){ + d3.selectAll(".text, .subtext, .text.instance-count, .external + text .instance-count, .cardinality, .text, .embedded, .class, .object, .disjoint, .objectproperty, .disjointwith, .equivalentproperty, .transitiveproperty, .functionalproperty, .inversefunctionalproperty, .symmetricproperty, .allvaluesfromproperty, .somevaluesfromproperty, .label .datatype, .datatypeproperty, .rdf, .rdfproperty, .literal, .node .datatype, .deprecated, .deprecatedproperty, .external, .externalproperty, path, .nofill, .symbol, .values-from.filled, marker path, .class, path, line, .fineline, .white, .subclass, .subclassproperty, .external + text, .class.hovered, .property.hovered, .cardinality.hovered, .cardinality.focused, circle.pin, .filled.hovered, .filled.focused, .focused, path.hovered, .indirect-highlighting, .feature:hover, .values-from, .class, path, line, .fineline, .dashed, .anonymous, .dotted, rect.focused, circle.focused, .nostroke, marker path") + .each(function (){ + var element = d3.select(this); + + var inlineStyles = element.node().style; + for ( var styleName in inlineStyles ) { + if ( inlineStyles.hasOwnProperty(styleName) ) { + if ( shouldntChangeInlineCss(element, styleName) ) { + continue; + } + element.style(styleName, null); + } + } + + if ( element.datum && element.datum() !== undefined && element.datum().type ) { + if ( element.datum().type() === "rdfs:subClassOf" ) { + element.style("fill", null); + } + } + }); + + // repair svg icons in the menu; + var scrollContainer = d3.select("#menuElementContainer").node(); + var controlElements = scrollContainer.children; + var numEntries = controlElements.length; + + for ( var i = 0; i < numEntries; i++ ) { + var currentMenu = controlElements[i].id; + d3.select("#" + currentMenu).select("path").style("stroke-width", "0"); + d3.select("#" + currentMenu).select("path").style("fill", "#fff"); + } + + d3.select("#magnifyingGlass").style("stroke-width", "0"); + d3.select("#magnifyingGlass").style("fill", "#666"); + + } + + function showNonExportableElements(){ + d3.selectAll(".hidden-in-export").style("display", null); + } + + exportMenu.createJSON_exportObject = function (){ + var i, j, k; // an index variable for the for-loops + + /** get data for exporter **/ + if (!graph.options().data()) {return {};} // return an empty json object + // extract onotology information; + var unfilteredData = graph.getUnfilteredData(); + var ontologyComment = graph.options().data()._comment; + var metaObj = graph.options().getGeneralMetaObject(); + var header = graph.options().data().header; + + if ( metaObj.iri && metaObj.iri !== header.iri ) { + header.iri = metaObj.iri; + } + if ( metaObj.title && metaObj.title !== header.title ) { + header.title = metaObj.title; + } + if ( metaObj.version && metaObj.version !== header.version ) { + header.version = metaObj.version; + } + if ( metaObj.author && metaObj.author !== header.author ) { + header.author = metaObj.author; + } + if ( metaObj.description && metaObj.description !== header.description ) { + header.description = metaObj.description; + } + + + var exportText = {}; + exportText._comment = ontologyComment; + exportText.header = header; + exportText.namespace = graph.options().data().namespace; + if ( exportText.namespace === undefined ) { + exportText.namespace = []; // just an empty namespace array + } + // we do have now the unfiltered data which needs to be transfered to class/classAttribute and property/propertyAttribute + + + // var classAttributeString='classAttribute:[ \n'; + var nodes = unfilteredData.nodes; + var nLen = nodes.length; // hope for compiler unroll + var classObjects = []; + var classAttributeObjects = []; + for ( i = 0; i < nLen; i++ ) { + var classObj = {}; + var classAttr = {}; + classObj.id = nodes[i].id(); + classObj.type = nodes[i].type(); + classObjects.push(classObj); + + // define the attributes object + classAttr.id = nodes[i].id(); + classAttr.iri = nodes[i].iri(); + classAttr.baseIri = nodes[i].baseIri(); + classAttr.label = nodes[i].label(); + + if ( nodes[i].attributes().length > 0 ) { + classAttr.attributes = nodes[i].attributes(); + } + if ( nodes[i].comment() ) { + classAttr.comment = nodes[i].comment(); + } + if ( nodes[i].annotations() ) { + classAttr.annotations = nodes[i].annotations(); + } + if ( nodes[i].description() ) { + classAttr.description = nodes[i].description(); + } + + + if ( nodes[i].individuals().length > 0 ) { + var classIndividualElements = []; + var nIndividuals = nodes[i].individuals(); + for ( j = 0; j < nIndividuals.length; j++ ) { + var indObj = {}; + indObj.iri = nIndividuals[j].iri(); + indObj.baseIri = nIndividuals[j].baseIri(); + indObj.labels = nIndividuals[j].label(); + if ( nIndividuals[j].annotations() ) { + indObj.annotations = nIndividuals[j].annotations(); + } + if ( nIndividuals[j].description() ) { + indObj.description = nIndividuals[j].description(); + } + if ( nIndividuals[j].comment() ) { + indObj.comment = nIndividuals[j].comment(); + } + classIndividualElements.push(indObj); + } + classAttr.individuals = classIndividualElements; + } + + var equalsForAttributes = undefined; + if ( nodes[i].equivalents().length > 0 ) { + equalsForAttributes = []; + var equals = nodes[i].equivalents(); + for ( j = 0; j < equals.length; j++ ) { + var eqObj = {}; + var eqAttr = {}; + eqObj.id = equals[j].id(); + equalsForAttributes.push(equals[j].id()); + eqObj.type = equals[j].type(); + classObjects.push(eqObj); + + eqAttr.id = equals[j].id(); + eqAttr.iri = equals[j].iri(); + eqAttr.baseIri = equals[j].baseIri(); + eqAttr.label = equals[j].label(); + + if ( equals[j].attributes().length > 0 ) { + eqAttr.attributes = equals[j].attributes(); + } + if ( equals[j].comment() ) { + eqAttr.comment = equals[j].comment(); + } + if ( equals[j].individuals().length > 0 ) { + eqAttr.individuals = equals[j].individuals(); + } + if ( equals[j].annotations() ) { + eqAttr.annotations = equals[j].annotations(); + } + if ( equals[j].description() ) { + eqAttr.description = equals[j].description(); + } + + if ( equals[j].individuals().length > 0 ) { + var e_classIndividualElements = []; + var e_nIndividuals = equals[i].individuals(); + for ( k = 0; k < e_nIndividuals.length; k++ ) { + var e_indObj = {}; + e_indObj.iri = e_nIndividuals[k].iri(); + e_indObj.baseIri = e_nIndividuals[k].baseIri(); + e_indObj.labels = e_nIndividuals[k].label(); + + if ( e_nIndividuals[k].annotations() ) { + e_indObj.annotations = e_nIndividuals[k].annotations(); + } + if ( e_nIndividuals[k].description() ) { + e_indObj.description = e_nIndividuals[k].description(); + } + if ( e_nIndividuals[k].comment() ) { + e_indObj.comment = e_nIndividuals[k].comment(); + } + e_classIndividualElements.push(e_indObj); + } + eqAttr.individuals = e_classIndividualElements; + } + + classAttributeObjects.push(eqAttr); + } + } + if ( equalsForAttributes && equalsForAttributes.length > 0 ) { + classAttr.equivalent = equalsForAttributes; + } + + // classAttr.subClasses=nodes[i].subClasses(); // not needed + // classAttr.instances=nodes[i].instances(); + + // + // .complement(element.complement) + // .disjointUnion(element.disjointUnion) + // .description(element.description) + // .equivalents(element.equivalent) + // .intersection(element.intersection) + // .type(element.type) Ignore, because we predefined it + // .union(element.union) + classAttributeObjects.push(classAttr); + } + + /** -- properties -- **/ + var properties = unfilteredData.properties; + var pLen = properties.length; // hope for compiler unroll + var propertyObjects = []; + var propertyAttributeObjects = []; + + for ( i = 0; i < pLen; i++ ) { + var pObj = {}; + var pAttr = {}; + pObj.id = properties[i].id(); + pObj.type = properties[i].type(); + propertyObjects.push(pObj); + + // // define the attributes object + pAttr.id = properties[i].id(); + pAttr.iri = properties[i].iri(); + pAttr.baseIri = properties[i].baseIri(); + pAttr.label = properties[i].label(); + + if ( properties[i].attributes().length > 0 ) { + pAttr.attributes = properties[i].attributes(); + } + if ( properties[i].comment() ) { + pAttr.comment = properties[i].comment(); + } + + if ( properties[i].annotations() ) { + pAttr.annotations = properties[i].annotations(); + } + if ( properties[i].maxCardinality() ) { + pAttr.maxCardinality = properties[i].maxCardinality(); + } + if ( properties[i].minCardinality() ) { + pAttr.minCardinality = properties[i].minCardinality(); + } + if ( properties[i].cardinality() ) { + pAttr.cardinality = properties[i].cardinality(); + } + if ( properties[i].description() ) { + pAttr.description = properties[i].description(); + } + + pAttr.domain = properties[i].domain().id(); + pAttr.range = properties[i].range().id(); + // sub properties; + if ( properties[i].subproperties() ) { + var subProps = properties[i].subproperties(); + var subPropsIdArray = []; + for ( j = 0; j < subProps.length; j++ ) { + if ( subProps[j].id ) + subPropsIdArray.push(subProps[j].id()); + } + pAttr.subproperty = subPropsIdArray; + } + + // super properties + if ( properties[i].superproperties() ) { + var superProps = properties[i].superproperties(); + var superPropsIdArray = []; + for ( j = 0; j < superProps.length; j++ ) { + if ( superProps[j].id ) + superPropsIdArray.push(superProps[j].id()); + } + pAttr.superproperty = superPropsIdArray; + } + + // check for inverse element + if ( properties[i].inverse() ) { + if ( properties[i].inverse().id ) + pAttr.inverse = properties[i].inverse().id(); + } + propertyAttributeObjects.push(pAttr); + } + + exportText.class = classObjects; + exportText.classAttribute = classAttributeObjects; + exportText.property = propertyObjects; + exportText.propertyAttribute = propertyAttributeObjects; + + + var nodeElements = graph.graphNodeElements(); // get visible nodes + var propElements = graph.graphLabelElements(); // get visible labels + // var jsonObj = JSON.parse(exportableJsonText); // reparse the original input json + + /** modify comment **/ + var comment = exportText._comment; + var additionalString = " [Additional Information added by WebVOWL Exporter Version: " + "1.1.7" + "]"; + // adding new string to comment only if it does not exist + if ( comment.indexOf(additionalString) === -1 ) { + exportText._comment = comment + " [Additional Information added by WebVOWL Exporter Version: " + "1.1.7" + "]"; + } + + var classAttribute = exportText.classAttribute; + var propAttribute = exportText.propertyAttribute; + /** remove previously stored variables **/ + for ( i = 0; i < classAttribute.length; i++ ) { + var classObj_del = classAttribute[i]; + delete classObj_del.pos; + delete classObj_del.pinned; + } + var propertyObj; + for ( i = 0; i < propAttribute.length; i++ ) { + propertyObj = propAttribute[i]; + delete propertyObj.pos; + delete propertyObj.pinned; + } + /** add new variables to jsonObj **/ + // class attribute variables + nodeElements.each(function ( node ){ + var nodeId = node.id(); + for ( i = 0; i < classAttribute.length; i++ ) { + var classObj = classAttribute[i]; + if ( classObj.id === nodeId ) { + // store relative positions + classObj.pos = [parseFloat(node.x.toFixed(2)), parseFloat(node.y.toFixed(2))]; + if ( node.pinned() ) + classObj.pinned = true; + break; + } + } + }); + // property attribute variables + for ( j = 0; j < propElements.length; j++ ) { + var correspondingProp = propElements[j].property(); + for ( i = 0; i < propAttribute.length; i++ ) { + propertyObj = propAttribute[i]; + if ( propertyObj.id === correspondingProp.id() ) { + propertyObj.pos = [parseFloat(propElements[j].x.toFixed(2)), parseFloat(propElements[j].y.toFixed(2))]; + if ( propElements[j].pinned() ) + propertyObj.pinned = true; + break; + } + } + } + /** create the variable for settings and set their values **/ + exportText.settings = {}; + + // Global Settings + var zoom = graph.scaleFactor(); + var paused = graph.paused(); + var translation = [parseFloat(graph.translation()[0].toFixed(2)), parseFloat(graph.translation()[1].toFixed(2))]; + exportText.settings.global = {}; + exportText.settings.global.zoom = zoom.toFixed(2); + exportText.settings.global.translation = translation; + exportText.settings.global.paused = paused; + + // shared variable declaration + var cb_text; + var isEnabled; + var cb_obj; + + // Gravity Settings + var classDistance = graph.options().classDistance(); + var datatypeDistance = graph.options().datatypeDistance(); + exportText.settings.gravity = {}; + exportText.settings.gravity.classDistance = classDistance; + exportText.settings.gravity.datatypeDistance = datatypeDistance; + + // Filter Settings + var fMenu = graph.options().filterMenu(); + var fContainer = fMenu.getCheckBoxContainer(); + var cbCont = []; + for ( i = 0; i < fContainer.length; i++ ) { + cb_text = fContainer[i].checkbox.attr("id"); + isEnabled = fContainer[i].checkbox.property("checked"); + cb_obj = {}; + cb_obj.id = cb_text; + cb_obj.checked = isEnabled; + cbCont.push(cb_obj); + } + var degreeSliderVal = fMenu.getDegreeSliderValue(); + exportText.settings.filter = {}; + exportText.settings.filter.checkBox = cbCont; + exportText.settings.filter.degreeSliderValue = degreeSliderVal; + + // Modes Settings + var mMenu = graph.options().modeMenu(); + var mContainer = mMenu.getCheckBoxContainer(); + var cb_modes = []; + for ( i = 0; i < mContainer.length; i++ ) { + cb_text = mContainer[i].attr("id"); + isEnabled = mContainer[i].property("checked"); + cb_obj = {}; + cb_obj.id = cb_text; + cb_obj.checked = isEnabled; + cb_modes.push(cb_obj); + } + var colorSwitchState = mMenu.colorModeState(); + exportText.settings.modes = {}; + exportText.settings.modes.checkBox = cb_modes; + exportText.settings.modes.colorSwitchState = colorSwitchState; + + var exportObj = {}; + // todo: [ ] find better way for ordering the objects + // hack for ordering of objects, so settings is after metrics + exportObj._comment = exportText._comment; + exportObj.header = exportText.header; + exportObj.namespace = exportText.namespace; + exportObj.metrics = exportText.metrics; + exportObj.settings = exportText.settings; + exportObj.class = exportText.class; + exportObj.classAttribute = exportText.classAttribute; + exportObj.property = exportText.property; + exportObj.propertyAttribute = exportText.propertyAttribute; + + return exportObj; + }; + + function exportJson(){ + graph.options().navigationMenu().hideAllMenus(); + /** check if there is data **/ + if ( !exportableJsonText ) { + alert("No graph data available."); + // Stop the redirection to the path of the href attribute + d3.event.preventDefault(); + return; + } + + var exportObj = exportMenu.createJSON_exportObject(); + + // make a string again; + var exportText = JSON.stringify(exportObj, null, ' '); + // write the data + var dataURI = "data:text/json;charset=utf-8," + encodeURIComponent(exportText); + var jsonExportFileName = exportFilename; + + if ( !jsonExportFileName.endsWith(".json") ) + jsonExportFileName += ".json"; + exportJsonButton.attr("href", dataURI) + .attr("download", jsonExportFileName); + } + + var curveFunction = d3.svg.line() + .x(function ( d ){ + return d.x; + }) + .y(function ( d ){ + return d.y; + }) + .interpolate("cardinal"); + var loopFunction = d3.svg.line() + .x(function ( d ){ + return d.x; + }) + .y(function ( d ){ + return d.y; + }) + .interpolate("cardinal") + .tension(-1); + + function exportTex(){ + var zoom = graph.scaleFactor(); + var grTranslate = graph.translation(); + var bbox = graph.getBoundingBoxForTex(); + var comment = " %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\n"; + comment += " % Generated with the experimental alpha version of the TeX exporter of WebVOWL (version 1.1.3) %%% \n"; + comment += " %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\n\n"; + comment += " % The content can be used as import in other TeX documents. \n"; + comment += " % Parent document has to use the following packages \n"; + comment += " % \\usepackage{tikz} \n"; + comment += " % \\usepackage{helvet} \n"; + comment += " % \\usetikzlibrary{decorations.markings,decorations.shapes,decorations,arrows,automata,backgrounds,petri,shapes.geometric} \n"; + comment += " % \\usepackage{xcolor} \n\n"; + comment += " %%%%%%%%%%%%%%% Example Parent Document %%%%%%%%%%%%%%%%%%%%%%%\n"; + comment += " %\\documentclass{article} \n"; + comment += " %\\usepackage{tikz} \n"; + comment += " %\\usepackage{helvet} \n"; + comment += " %\\usetikzlibrary{decorations.markings,decorations.shapes,decorations,arrows,automata,backgrounds,petri,shapes.geometric} \n"; + comment += " %\\usepackage{xcolor} \n\n"; + comment += " %\\begin{document} \n"; + comment += " %\\section{Example} \n"; + comment += " % This is an example. \n"; + comment += " % \\begin{figure} \n"; + comment += " % \\input{} % << tex file name for the graph \n"; + comment += " % \\caption{A generated graph with TKIZ using alpha version of the TeX exporter of WebVOWL (version 1.1.3) } \n"; + comment += " % \\end{figure} \n"; + comment += " %\\end{document} \n"; + comment += " %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\n\n"; + + + var texString = comment + "\\definecolor{imageBGCOLOR}{HTML}{FFFFFF} \n" + + "\\definecolor{owlClassColor}{HTML}{AACCFF}\n" + + "\\definecolor{owlObjectPropertyColor}{HTML}{AACCFF}\n" + + "\\definecolor{owlExternalClassColor}{HTML}{AACCFF}\n" + + "\\definecolor{owlDatatypePropertyColor}{HTML}{99CC66}\n" + + "\\definecolor{owlDatatypeColor}{HTML}{FFCC33}\n" + + "\\definecolor{owlThingColor}{HTML}{FFFFFF}\n" + + "\\definecolor{valuesFrom}{HTML}{6699CC}\n" + + "\\definecolor{rdfPropertyColor}{HTML}{CC99CC}\n" + + "\\definecolor{unionColor}{HTML}{6699cc}\n" + + "\\begin{center} \n" + + "\\resizebox{\\linewidth}{!}{\n" + + + "\\begin{tikzpicture}[framed]\n" + + "\\clip (" + bbox[0] + "pt , " + bbox[1] + "pt ) rectangle (" + bbox[2] + "pt , " + bbox[3] + "pt);\n" + + "\\tikzstyle{dashed}=[dash pattern=on 4pt off 4pt] \n" + + "\\tikzstyle{dotted}=[dash pattern=on 2pt off 2pt] \n" + + "\\fontfamily{sans-serif}{\\fontsize{12}{12}\\selectfont}\n \n"; + + + texString += "\\tikzset{triangleBlack/.style = {fill=black, draw=black, line width=1pt,scale=0.7,regular polygon, regular polygon sides=3} }\n"; + texString += "\\tikzset{triangleWhite/.style = {fill=white, draw=black, line width=1pt,scale=0.7,regular polygon, regular polygon sides=3} }\n"; + texString += "\\tikzset{triangleBlue/.style = {fill=valuesFrom, draw=valuesFrom, line width=1pt,scale=0.7,regular polygon, regular polygon sides=3} }\n"; + + texString += "\\tikzset{Diamond/.style = {fill=white, draw=black, line width=2pt,scale=1.2,regular polygon, regular polygon sides=4} }\n"; + + + texString += "\\tikzset{Literal/.style={rectangle,align=center,\n" + + "font={\\fontsize{12pt}{12}\\selectfont \\sffamily },\n" + + "black, draw=black, dashed, line width=1pt, fill=owlDatatypeColor, minimum width=80pt,\n" + + "minimum height = 20pt}}\n\n"; + + texString += "\\tikzset{Datatype/.style={rectangle,align=center,\n" + + "font={\\fontsize{12pt}{12}\\selectfont \\sffamily },\n" + + "black, draw=black, line width=1pt, fill=owlDatatypeColor, minimum width=80pt,\n" + + "minimum height = 20pt}}\n\n"; + + + texString += "\\tikzset{owlClass/.style={circle, inner sep=0mm,align=center, \n" + + "font={\\fontsize{12pt}{12}\\selectfont \\sffamily },\n" + + "black, draw=black, line width=1pt, fill=owlClassColor, minimum size=101pt}}\n\n"; + + texString += "\\tikzset{anonymousClass/.style={circle, inner sep=0mm,align=center, \n" + + "font={\\fontsize{12pt}{12}\\selectfont \\sffamily },\n" + + "black, dashed, draw=black, line width=1pt, fill=owlClassColor, minimum size=101pt}}\n\n"; + + + texString += "\\tikzset{owlThing/.style={circle, inner sep=0mm,align=center,\n" + + "font={\\fontsize{12pt}{12}\\selectfont \\sffamily },\n" + + "black, dashed, draw=black, line width=1pt, fill=owlThingColor, minimum size=62pt}}\n\n"; + + + texString += "\\tikzset{owlObjectProperty/.style={rectangle,align=center,\n" + + "inner sep=0mm,\n" + + "font={\\fontsize{12pt}{12}\\selectfont \\sffamily },\n" + + "fill=owlObjectPropertyColor, minimum width=80pt,\n" + + "minimum height = 25pt}}\n\n"; + + texString += "\\tikzset{rdfProperty/.style={rectangle,align=center,\n" + + "inner sep=0mm,\n" + + "font={\\fontsize{12pt}{12}\\selectfont \\sffamily },\n" + + "fill=rdfPropertyColor, minimum width=80pt,\n" + + "minimum height = 25pt}}\n\n"; + + + texString += "\\tikzset{owlDatatypeProperty/.style={rectangle,align=center,\n" + + "fill=owlDatatypePropertyColor, minimum width=80pt,\n" + + "inner sep=0mm,\n" + + "font={\\fontsize{12pt}{12}\\selectfont \\sffamily },\n" + + "minimum height = 25pt}}\n\n"; + + texString += "\\tikzset{rdfsSubClassOf/.style={rectangle,align=center,\n" + + "font={\\fontsize{12pt}{12}\\selectfont \\sffamily },\n" + + "inner sep=0mm,\n" + + "fill=imageBGCOLOR, minimum width=80pt,\n" + + "minimum height = 25pt}}\n\n"; + + texString += "\\tikzset{unionOf/.style={circle, inner sep=0mm,align=center,\n" + + "font={\\fontsize{12pt}{12}\\selectfont \\sffamily },\n" + + "black, draw=black, line width=1pt, fill=unionColor, minimum size=25pt}}\n\n"; + + texString += "\\tikzset{disjointWith/.style={circle, inner sep=0mm,align=center,\n" + + "font={\\fontsize{12pt}{12}\\selectfont \\sffamily },\n" + + "black, draw=black, line width=1pt, fill=unionColor, minimum size=20pt}}\n\n"; + + + texString += "\\tikzset{owlEquivalentClass/.style={circle,align=center,\n" + + "font={\\fontsize{12pt}{12}\\selectfont \\sffamily },\n" + + "inner sep=0mm,\n" + + "black, solid, draw=black, line width=3pt, fill=owlExternalClassColor, minimum size=101pt,\n" + + "postaction = {draw,line width=1pt, white}}}\n\n"; + + // draw a bounding box; + + // get bbox coordinates; + + + graph.options().navigationMenu().hideAllMenus(); + /** check if there is data **/ + if ( !exportableJsonText ) { + alert("No graph data available."); + // Stop the redirection to the path of the href attribute + d3.event.preventDefault(); + return; + } + + var i = 0, identifier; + + /** get data for exporter **/ + var nodeElements = graph.graphNodeElements(); // get visible nodes + var propElements = graph.graphLabelElements(); // get visible labels + var links = graph.graphLinkElements(); + + // export only nodes; + // draw Links; + for ( i = 0; i < links.length; i++ ) { + var link = links[i]; + // console.log("\n****************\nInverstigating Link for property "+link.property().labelForCurrentLanguage()); + + var prop = link.property(); + var dx, dy, px, py, rx, ry; + var colorStr = "black"; + var linkDomainIntersection; + var linkRangeIntersection; + var center; + var linkStyle = ""; + var isLoop = ""; + var curvePoint; + var pathStart; + var pathEnd; + var controlPoints; + var len; + var ahAngle; + var pathLen; + var markerOffset = 7; + + var arrowType = "triangleBlack"; + var linkWidth = ",line width=2pt"; + if ( prop.linkType ) { + if ( prop.linkType() === "dotted" ) { + //stroke-dasharray: 3; + linkStyle = ", dotted "; + arrowType = "triangleWhite"; + } + if ( prop.linkType() === "dashed" ) { + //stroke-dasharray: 3; + linkStyle = ", dashed "; + } + + if ( prop.linkType() === "values-from" ) { + colorStr = "valuesFrom"; + } + + } + + var startX, startY, endX, endY, normX, normY, lg; + + if ( link.layers().length === 1 && !link.loops() ) { + + linkDomainIntersection = graph.math().calculateIntersection(link.range(), link.domain(), 1); + linkRangeIntersection = graph.math().calculateIntersection(link.domain(), link.range(), 1); + center = graph.math().calculateCenter(linkDomainIntersection, linkRangeIntersection); + dx = linkDomainIntersection.x; + dy = -linkDomainIntersection.y; + px = center.x; + py = -center.y; + rx = linkRangeIntersection.x; + ry = -linkRangeIntersection.y; + + + pathStart = linkDomainIntersection; + curvePoint = center; + pathEnd = linkRangeIntersection; + + var nx = rx - px; + var ny = ry - py; + + // normalize ; + len = Math.sqrt(nx * nx + ny * ny); + + nx = nx / len; + ny = ny / len; + + ahAngle = Math.atan2(ny, nx) * (180 / Math.PI); + normX = nx; + normY = ny; + } + else { + if ( link.isLoop() ) { + isLoop = ", tension=3"; + controlPoints = graph.math().calculateLoopPoints(link); + pathStart = controlPoints[0]; + curvePoint = controlPoints[1]; + pathEnd = controlPoints[2]; + } else { + curvePoint = link.label(); + pathStart = graph.math().calculateIntersection(curvePoint, link.domain(), 1); + pathEnd = graph.math().calculateIntersection(curvePoint, link.range(), 1); + } + dx = pathStart.x; + dy = -pathStart.y; + px = curvePoint.x; + py = -curvePoint.y; + rx = pathEnd.x; + ry = -pathEnd.y; + } + + texString += "\\draw [" + colorStr + linkStyle + linkWidth + isLoop + "] plot [smooth] coordinates {(" + + dx + "pt, " + dy + "pt) (" + px + "pt, " + py + "pt) (" + rx + "pt, " + ry + "pt)};\n"; + + + if ( link.property().markerElement() === undefined ) continue; + + // add arrow head; + + + if ( link.property().type() === "owl:someValuesFrom" || link.property().type() === "owl:allValuesFrom" ) { + arrowType = "triangleBlue"; + } + + lg = link.pathObj(); + pathLen = Math.floor(lg.node().getTotalLength()); + var p1 = lg.node().getPointAtLength(pathLen - 4); + var p2 = lg.node().getPointAtLength(pathLen); + var markerCenter = lg.node().getPointAtLength(pathLen - 6); + + if ( link.property().type() === "setOperatorProperty" ) { + p1 = lg.node().getPointAtLength(4); + p2 = lg.node().getPointAtLength(0); + markerCenter = lg.node().getPointAtLength(8); + arrowType = "Diamond"; + } + + startX = p1.x; + startY = p1.y; + endX = p2.x; + endY = p2.y; + normX = endX - startX; + normY = endY - startY; + len = Math.sqrt(normX * normX + normY * normY); + normX = normX / len; + normY = normY / len; + + ahAngle = -1.0 * Math.atan2(normY, normX) * (180 / Math.PI); + ahAngle -= 90; + if ( link.property().type() === "setOperatorProperty" ) { + ahAngle -= 45; + } + // console.log(link.property().labelForCurrentLanguage()+ ": "+normX+ " "+normY +" "+ahAngle); + rx = markerCenter.x; + ry = markerCenter.y; + if ( link.layers().length === 1 && !link.loops() ) { + // markerOffset=-1*m + ry = -1 * ry; + texString += "\\node[" + arrowType + ", rotate=" + ahAngle + "] at (" + rx + "pt, " + ry + "pt) (single_marker" + i + ") {};\n "; + } else { + ry = -1 * ry; + texString += "\\node[" + arrowType + ", rotate=" + ahAngle + "] at (" + rx + "pt, " + ry + "pt) (marker" + i + ") {};\n "; + } + + // if (link.isLoop()){ + // rotAngle=-10+angle * (180 / Math.PI); + // } + + // add cardinality; + var cardinalityText = link.property().generateCardinalityText(); + if ( cardinalityText && cardinalityText.length > 0 ) { + var cardinalityCenter = lg.node().getPointAtLength(pathLen - 18); + var cx = cardinalityCenter.x - (10 * normY); + var cy = cardinalityCenter.y + (10 * normX); // using orthonormal y Coordinate + cy *= -1.0; + var textColor = "black"; + if ( cardinalityText.indexOf("A") > -1 ) { + cardinalityText = "$\\forall$"; + } + if ( cardinalityText.indexOf("E") > -1 ) { + cardinalityText = "$\\exists$"; + } + + + texString += "\\node[font={\\fontsize{12pt}{12}\\selectfont \\sffamily },text=" + textColor + "] at (" + cx + "pt, " + cy + "pt) (cardinalityText" + i + ") {" + cardinalityText + "};\n "; + } + + + if ( link.property().inverse() ) { + lg = link.pathObj(); + pathLen = Math.floor(lg.node().getTotalLength()); + var p1_inv = lg.node().getPointAtLength(4); + var p2_inv = lg.node().getPointAtLength(0); + var markerCenter_inv = lg.node().getPointAtLength(6); + startX = p1_inv.x; + startY = p1_inv.y; + endX = p2_inv.x; + endY = p2_inv.y; + normX = endX - startX; + normY = endY - startY; + len = Math.sqrt(normX * normX + normY * normY); + normX = normX / len; + normY = normY / len; + + ahAngle = -1.0 * Math.atan2(normY, normX) * (180 / Math.PI); + ahAngle -= 90; + // console.log("INV>>\n "+link.property().inverse().labelForCurrentLanguage()+ ": "+normX+ " "+normY +" "+ahAngle); + rx = markerCenter_inv.x; + ry = markerCenter_inv.y; + if ( link.layers().length === 1 && !link.loops() ) { + // markerOffset=-1*m + ry = -1 * ry; + texString += "\\node[" + arrowType + ", rotate=" + ahAngle + "] at (" + rx + "pt, " + ry + "pt) (INV_single_marker" + i + ") {};\n "; + } else { + ry = -1 * ry; + texString += "\\node[" + arrowType + ", rotate=" + ahAngle + "] at (" + rx + "pt, " + ry + "pt) (INV_marker" + i + ") {};\n "; + } + } + + + } + + + nodeElements.each(function ( node ){ + + px = node.x; + py = -node.y; + identifier = node.labelForCurrentLanguage(); + // console.log("Writing : "+ identifier); + if ( identifier === undefined ) identifier = ""; + var qType = "owlClass"; + if ( node.type() === "owl:Thing" || node.type() === "owl:Nothing" ) + qType = "owlThing"; + + if ( node.type() === "owl:equivalentClass" ) { + qType = "owlEquivalentClass"; + } + var textColorStr = ""; + if ( node.textBlock ) { + var txtColor = node.textBlock()._textBlock().style("fill"); + if ( txtColor === "rgb(0, 0, 0)" ) { + textColorStr = ", text=black"; + } + if ( txtColor === "rgb(255, 255, 255)" ) { + textColorStr = ", text=white"; + } + + + var tspans = node.textBlock()._textBlock().node().children; + if ( tspans[0] ) { + identifier = tspans[0].innerHTML; + if ( node.individuals() && node.individuals().length === parseInt(tspans[0].innerHTML) ) { + identifier = "{\\color{gray} " + tspans[0].innerHTML + " }"; + } + for ( var t = 1; t < tspans.length; t++ ) { + if ( node.individuals() && node.individuals().length === parseInt(tspans[t].innerHTML) ) { + identifier += "\\\\ {\\color{gray} " + tspans[t].innerHTML + " }"; + } else { + identifier += "\\\\ {\\small " + tspans[t].innerHTML + " }"; + } + } + } + } + if ( node.type() === "rdfs:Literal" ) { + qType = "Literal"; + } + if ( node.type() === "rdfs:Datatype" ) { + qType = "Datatype"; + } + if ( node.attributes().indexOf("anonymous") !== -1 ) { + qType = "anonymousClass"; + } + + + if ( node.type() === "owl:unionOf" || node.type() === "owl:complementOf" || node.type() === "owl:disjointUnionOf" || node.type() === "owl:intersectionOf" ) + qType = "owlClass"; + + var bgColorStr = ""; + var widthString = ""; + + if ( node.type() === "rdfs:Literal" || node.type() === "rdfs:Datatype" ) { + var width = node.width(); + widthString = ",minimum width=" + width + "pt"; + } + else { + widthString = ",minimum size=" + 2 * node.actualRadius() + "pt"; + + } + if ( node.backgroundColor() ) { + var bgColor = node.backgroundColor(); + bgColor.toUpperCase(); + bgColor = bgColor.slice(1, bgColor.length); + texString += "\\definecolor{Node" + i + "_COLOR}{HTML}{" + bgColor + "} \n "; + bgColorStr = ", fill=Node" + i + "_COLOR "; + } + if ( node.attributes().indexOf("deprecated") > -1 ) { + texString += "\\definecolor{Node" + i + "_COLOR}{HTML}{CCCCCC} \n "; + bgColorStr = ", fill=Node" + i + "_COLOR "; + } + + var leftPos = px - 7; + var rightPos = px + 7; + var txtOffset = py + 20; + if ( node.type() !== "owl:unionOf" || node.type() !== "owl:disjointUnionOf" ) { + texString += "\\node[" + qType + " " + widthString + " " + bgColorStr + " " + textColorStr + "] at (" + px + "pt, " + py + "pt) (Node" + i + ") {" + identifier.replaceAll("_", "\\_ ") + "};\n"; + } + if ( node.type() === "owl:unionOf" ) { + // add symbol to it; + texString += "\\node[" + qType + " " + widthString + " " + bgColorStr + " " + textColorStr + "] at (" + px + "pt, " + py + "pt) (Node" + i + ") {};\n"; + texString += "\\node[unionOf , text=black] at (" + leftPos + "pt, " + py + "pt) (SymbolNode" + i + ") {};\n"; + texString += "\\node[unionOf , text=black] at (" + rightPos + "pt, " + py + "pt) (SymbolNode" + i + ") {};\n"; + texString += "\\node[unionOf ,fill=none , text=black] at (" + leftPos + "pt, " + py + "pt) (SymbolNode" + i + ") {};\n"; + texString += "\\node[text=black] at (" + px + "pt, " + py + "pt) (unionText13) {$\\mathbf{\\cup}$};\n"; + texString += "\\node[font={\\fontsize{12pt}{12}\\selectfont \\sffamily }" + textColorStr + "] at (" + px + "pt, " + txtOffset + "pt) (Node_text" + i + ") {" + identifier.replaceAll("_", "\\_ ") + "};\n"; + } + // OWL DISJOINT UNION OF + if ( node.type() === "owl:disjointUnionOf" ) { + texString += "\\node[" + qType + " " + widthString + " " + bgColorStr + " " + textColorStr + "] at (" + px + "pt, " + py + "pt) (Node" + i + ") {};\n"; + texString += "\\node[unionOf , text=black] at (" + leftPos + "pt, " + py + "pt) (SymbolNode" + i + ") {};\n"; + texString += "\\node[unionOf , text=black] at (" + rightPos + "pt, " + py + "pt) (SymbolNode" + i + ") {};\n"; + texString += "\\node[unionOf ,fill=none , text=black] at (" + leftPos + "pt, " + py + "pt) (SymbolNode" + i + ") {};\n"; + texString += "\\node[font={\\fontsize{12pt}{12}\\selectfont \\sffamily }" + textColorStr + "] at (" + px + "pt, " + py + "pt) (disjointUnoinText" + i + ") {1};\n"; + texString += "\\node[font={\\fontsize{12pt}{12}\\selectfont \\sffamily }" + textColorStr + "] at (" + px + "pt, " + txtOffset + "pt) (Node_text" + i + ") {" + identifier.replaceAll("_", "\\_ ") + "};\n"; + } + // OWL COMPLEMENT OF + if ( node.type() === "owl:complementOf" ) { + // add symbol to it; + texString += "\\node[" + qType + " " + widthString + " " + bgColorStr + " " + textColorStr + "] at (" + px + "pt, " + py + "pt) (Node" + i + ") {};\n"; + texString += "\\node[unionOf , text=black] at (" + px + "pt, " + py + "pt) (SymbolNode" + i + ") {};\n"; + texString += "\\node[font={\\fontsize{18pt}{18}\\selectfont \\sffamily }" + textColorStr + "] at (" + px + "pt, " + py + "pt) (unionText13) {$\\neg$};\n"; + texString += "\\node[font={\\fontsize{12pt}{12}\\selectfont \\sffamily }" + textColorStr + "] at (" + px + "pt, " + txtOffset + "pt) (Node_text" + i + ") {" + identifier.replaceAll("_", "\\_ ") + "};\n"; + } + // OWL INTERSECTION OF + if ( node.type() === "owl:intersectionOf" ) { + texString += "\\node[" + qType + " " + widthString + " " + bgColorStr + " " + textColorStr + "] at (" + px + "pt, " + py + "pt) (Node" + i + ") {};\n"; + texString += "\\node[unionOf , text=black] at (" + leftPos + "pt, " + py + "pt) (SymbolNode" + i + ") {};\n"; + texString += "\\node[unionOf , text=black] at (" + rightPos + "pt, " + py + "pt) (SymbolNode" + i + ") {};\n"; + texString += "\\node[unionOf ,fill=none , text=black] at (" + leftPos + "pt, " + py + "pt) (SymbolNode" + i + ") {};\n"; + + // add now the outer colors; + texString += "\\filldraw[even odd rule,fill=owlClassColor,line width=1pt] (" + leftPos + "pt, " + py + "pt) circle (12.5pt) (" + rightPos + "pt, " + py + "pt) circle (12.5pt);\n "; + + // add texts + texString += "\\node[font={\\fontsize{12pt}{12}\\selectfont \\sffamily }" + textColorStr + "] at (" + px + "pt, " + py + "pt) (intersectionText" + i + ") {$\\cap$};\n"; + texString += "\\node[font={\\fontsize{12pt}{12}\\selectfont \\sffamily }" + textColorStr + "] at (" + px + "pt, " + txtOffset + "pt) (Node_text" + i + ") {" + identifier.replaceAll("_", "\\_ ") + "};\n"; + + } + + + i++; + + }); + for ( i = 0; i < propElements.length; i++ ) { + var correspondingProp = propElements[i].property(); + var p_px = propElements[i].x; + var p_py = -propElements[i].y; + identifier = correspondingProp.labelForCurrentLanguage(); + if ( identifier === undefined ) identifier = ""; + var textColorStr = ""; + if ( correspondingProp.textBlock && correspondingProp.textBlock() ) { + var txtColor = correspondingProp.textBlock()._textBlock().style("fill"); + // console.log("PropertyTextColor="+txtColor); + if ( txtColor === "rgb(0, 0, 0)" ) { + textColorStr = ", text=black"; + } + if ( txtColor === "rgb(255, 255, 255)" ) { + textColorStr = ", text=white"; + } + var tspans = correspondingProp.textBlock()._textBlock().node().children; + + // identifier=node.textBlock()._textBlock().text(); + // console.log(tspans); + if ( tspans[0] ) { + identifier = tspans[0].innerHTML; + + for ( var t = 1; t < tspans.length; t++ ) { + var spanText = tspans[t].innerHTML; + if ( spanText.indexOf("(") > -1 ) { + identifier += "\\\\ {\\small " + tspans[t].innerHTML + " }"; + } + else { + identifier += "\\\\ " + tspans[t].innerHTML; + } + } + } + else { + } + } + if ( correspondingProp.type() === "setOperatorProperty" ) { + continue; // this property does not have a label + } + var qType = "owlObjectProperty"; + if ( correspondingProp.type() === "owl:DatatypeProperty" ) { + qType = "owlDatatypeProperty"; + } + if ( correspondingProp.type() === "rdfs:subClassOf" ) { + qType = "rdfsSubClassOf"; + } + if ( correspondingProp.type() === "rdf:Property" ) { + qType = "rdfProperty"; + } + + + var bgColorStr = ""; + if ( correspondingProp.backgroundColor() ) { + // console.log("Found backGround color"); + var bgColor = correspondingProp.backgroundColor(); + //console.log(bgColor); + bgColor.toUpperCase(); + bgColor = bgColor.slice(1, bgColor.length); + texString += "\\definecolor{property" + i + "_COLOR}{HTML}{" + bgColor + "} \n "; + bgColorStr = ", fill=property" + i + "_COLOR "; + } + if ( correspondingProp.attributes().indexOf("deprecated") > -1 ) { + texString += "\\definecolor{property" + i + "_COLOR}{HTML}{CCCCCC} \n "; + bgColorStr = ", fill=property" + i + "_COLOR "; + } + + var widthString = ""; + var width = correspondingProp.textWidth(); + widthString = ",minimum width=" + width + "pt"; + + + // OWL INTERSECTION OF + if ( correspondingProp.type() === "owl:disjointWith" ) { + var leftPos = p_px - 12; + var rightPos = p_px + 12; + var txtOffset = p_py - 20; + texString += "\\node[" + qType + " " + widthString + " " + bgColorStr + " " + textColorStr + "] at (" + p_px + "pt, " + p_py + "pt) (Node" + i + ") {};\n"; + texString += "\\node[disjointWith , text=black] at (" + leftPos + "pt, " + p_py + "pt) (SymbolNode" + i + ") {};\n"; + texString += "\\node[disjointWith , text=black] at (" + rightPos + "pt, " + p_py + "pt) (SymbolNode" + i + ") {};\n"; + texString += "\\node[font={\\fontsize{12pt}{12}\\selectfont \\sffamily }" + textColorStr + "] at (" + p_px + "pt, " + txtOffset + "pt) (Node_text" + i + ") {"; + if ( graph.options().compactNotation() === false ) { + texString += "(disjoint)"; + } + texString += "};\n"; + continue; + } + + + if ( correspondingProp.inverse() ) { + var inv_correspondingProp = correspondingProp.inverse(); + // create the rendering element for the inverse property; + var inv_identifier = inv_correspondingProp.labelForCurrentLanguage(); + if ( inv_identifier === undefined ) inv_identifier = ""; + var inv_textColorStr = ""; + //console.log(inv_correspondingProp); + //console.log(inv_correspondingProp.textBlock()); + + if ( inv_correspondingProp.textBlock && inv_correspondingProp.textBlock() ) { + + var inv_txtColor = inv_correspondingProp.textBlock()._textBlock().style("fill"); + // console.log("PropertyTextColor="+inv_txtColor); + if ( inv_txtColor === "rgb(0, 0, 0)" ) { + inv_textColorStr = ", text=black"; + } + if ( inv_txtColor === "rgb(255, 255, 255)" ) { + inv_textColorStr = ", text=white"; + } + var inv_tspans = inv_correspondingProp.textBlock()._textBlock().node().children; + + // identifier=node.textBlock()._textBlock().text(); + // console.log(inv_tspans); + if ( inv_tspans[0] ) { + inv_identifier = inv_tspans[0].innerHTML; + + for ( var inv_t = 1; inv_t < inv_tspans.length; inv_t++ ) { + var ispanText = inv_tspans[inv_t].innerHTML; + if ( ispanText.indexOf("(") > -1 ) { + inv_identifier += "\\\\ {\\small " + inv_tspans[inv_t].innerHTML + " }"; + } else { + inv_identifier += "\\\\ " + inv_tspans[inv_t].innerHTML; + } + } + } + } + var inv_qType = "owlObjectProperty"; + var inv_bgColorStr = ""; + + if ( inv_correspondingProp.backgroundColor() ) { + // console.log("Found backGround color"); + var inv_bgColor = inv_correspondingProp.backgroundColor(); + // console.log(inv_bgColor); + inv_bgColor.toUpperCase(); + inv_bgColor = inv_bgColor.slice(1, inv_bgColor.length); + texString += "\\definecolor{inv_property" + i + "_COLOR}{HTML}{" + inv_bgColor + "} \n "; + inv_bgColorStr = ", fill=inv_property" + i + "_COLOR "; + } + if ( inv_correspondingProp.attributes().indexOf("deprecated") > -1 ) { + texString += "\\definecolor{inv_property" + i + "_COLOR}{HTML}{CCCCCC} \n "; + inv_bgColorStr = ", fill=inv_property" + i + "_COLOR "; + } + + var inv_widthString = ""; + var inv_width = inv_correspondingProp.textWidth(); + + var pOY1 = p_py - 14; + var pOY2 = p_py + 14; + inv_widthString = ",minimum width=" + inv_width + "pt"; + texString += "% Createing Inverse Property \n"; + texString += "\\node[" + inv_qType + " " + inv_widthString + " " + inv_bgColorStr + " " + inv_textColorStr + "] at (" + p_px + "pt, " + pOY1 + "pt) (property" + i + ") {" + inv_identifier.replaceAll("_", "\\_ ") + "};\n"; + texString += "% " + inv_qType + " vs " + qType + "\n"; + texString += "% " + inv_widthString + " vs " + widthString + "\n"; + texString += "% " + inv_bgColorStr + " vs " + bgColorStr + "\n"; + texString += "% " + inv_textColorStr + " vs " + textColorStr + "\n"; + + texString += "\\node[" + qType + " " + widthString + " " + bgColorStr + " " + textColorStr + "] at (" + p_px + "pt, " + pOY2 + "pt) (property" + i + ") {" + identifier.replaceAll("_", "\\_ ") + "};\n"; + + } else { + texString += "\\node[" + qType + " " + widthString + " " + bgColorStr + " " + textColorStr + "] at (" + p_px + "pt, " + p_py + "pt) (property" + i + ") {" + identifier.replaceAll("_", "\\_ ") + "};\n"; + } + } + + texString += "\\end{tikzpicture}\n}\n \\end{center}\n"; + + // console.log("Tex Output\n"+ texString); + var dataURI = "data:text/json;charset=utf-8," + encodeURIComponent(texString); + exportTexButton.attr("href", dataURI) + .attr("download", exportFilename + ".tex"); + + + } + + function calculateRadian( angle ){ + angle = angle % 360; + if ( angle < 0 ) { + angle = angle + 360; + } + return (Math.PI * angle) / 180; + } + + function calculateAngle( radian ){ + return radian * (180 / Math.PI); + } + + return exportMenu; + }; + + /* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(6))) + +/***/ }), + +/***/ 324: +/***/ (function(module, exports) { + + /** + * Contains the logic for the export button. + * @returns {{}} + */ + module.exports = function ( graph ){ + var exportTTLModule = {}; + var resultingTTLContent = ""; + var currentNodes; + var currentProperties; + var currentAxioms; + var Map_ID2Node = {}; + var Map_ID2Prop = {}; + var prefixModule = webvowl.util.prefixTools(graph); + + exportTTLModule.requestExport = function (){ + prefixModule.updatePrefixModel(); + resultingTTLContent = ""; + currentNodes = graph.getClassDataForTtlExport(); + var i; + for ( i = 0; i < currentNodes.length; i++ ) { + Map_ID2Node[currentNodes[i].id()] = currentNodes[i]; + } + currentProperties = graph.getPropertyDataForTtlExport(); + + for ( i = 0; i < currentProperties.length; i++ ) { + Map_ID2Prop[currentProperties[i].id()] = currentProperties[i]; + } + + + prepareHeader(); + preparePrefixList(); + prepareOntologyDef(); + resultingTTLContent += "#################################################################\r\n\r\n"; + preparePrefixRepresentation(); + var property_success = exportProperties(); + var class_success = exportClasses(); + currentNodes = null; + currentProperties = null; + Map_ID2Node = {}; + Map_ID2Prop = {}; + if ( property_success === false || class_success === false ) + return false; + return true; + + }; + + function preparePrefixRepresentation(){ + var i; + var allNodes = graph.getUnfilteredData().nodes; + var allProps = graph.getUnfilteredData().properties; + for ( i = 0; i < allNodes.length; i++ ) { + var nodeIRI = prefixModule.getPrefixRepresentationForFullURI(allNodes[i].iri()); + if ( prefixModule.validURL(nodeIRI) === true ) + allNodes[i].prefixRepresentation = "<" + nodeIRI + ">"; + else + allNodes[i].prefixRepresentation = nodeIRI; + } + for ( i = 0; i < allProps.length; i++ ) { + var propIRI = prefixModule.getPrefixRepresentationForFullURI(allProps[i].iri()); + if ( prefixModule.validURL(propIRI) === true ) + allProps[i].prefixRepresentation = "<" + propIRI + ">"; + else + allProps[i].prefixRepresentation = propIRI; + } + } + + function exportProperties(){ + if ( currentProperties.length === 0 ) return; // we dont need to write that + resultingTTLContent += "### Property Definitions (Number of Property) " + currentProperties.length + " ###\r\n"; + for ( var i = 0; i < currentProperties.length; i++ ) { + + resultingTTLContent += "# --------------------------- Property " + i + "------------------------- \r\n"; + var addedElement = extractPropertyDescription(currentProperties[i]); + resultingTTLContent += addedElement; + //@ workaround for not supported elements + if ( addedElement.indexOf("WHYEMPTYNAME") !== -1 ) { + return false; + } + } + return true; + } + + + function exportClasses(){ + if ( currentNodes.length === 0 ) return; // we dont need to write that + resultingTTLContent += "### Class Definitions (Number of Classes) " + currentNodes.length + " ###\r\n"; + for ( var i = 0; i < currentNodes.length; i++ ) { + // check for node type here and return false + resultingTTLContent += "# --------------------------- Class " + i + "------------------------- \r\n"; + var addedElement = extractClassDescription(currentNodes[i]); + resultingTTLContent += addedElement; + + if ( addedElement.indexOf("WHYEMPTYNAME") !== -1 ) { + return false; + } + } + return true; + } + + function getPresentAttribute( selectedElement, element ){ + var attr = selectedElement.attributes(); + return (attr.indexOf(element) >= 0); + } + + function extractClassDescription( node ){ + var subject = node.prefixRepresentation; + var predicate = "rdf:type"; + var object = node.type(); + if ( node.type() === "owl:equivalentClass" ) + object = "owl:Class"; + if ( node.type() === "owl:disjointUnionOf" ) + object = "owl:Class"; + if ( node.type() === "owl:unionOf" ) + object = "owl:Class"; + var arrayOfNodes = []; + var arrayOfUnionNodes = []; + + if ( node.union() ) { + var union = node.union(); + for ( var u = 0; u < union.length; u++ ) { + var u_node = Map_ID2Node[union[u]]; + arrayOfUnionNodes.push(u_node); + } + } + + if ( node.disjointUnion() ) { + var distUnion = node.disjointUnion(); + for ( var du = 0; du < distUnion.length; du++ ) { + var du_node = Map_ID2Node[distUnion[du]]; + arrayOfNodes.push(du_node); + } + } + + var objectDef = subject + " " + predicate + " " + object; + if ( getPresentAttribute(node, "deprecated") === true ) { + objectDef += ", owl:DeprecatedProperty"; + } + // equivalent class handeled using type itself! + + // check for equivalent classes; + var indent = getIndent(subject); + objectDef += "; \r\n"; + for ( var e = 0; e < node.equivalents().length; e++ ) { + var eqIRI = prefixModule.getPrefixRepresentationForFullURI(node.equivalents()[e].iri()); + var eqNode_prefRepresentation = ""; + if ( prefixModule.validURL(eqIRI) === true ) + eqNode_prefRepresentation = "<" + eqIRI + ">"; + else + eqNode_prefRepresentation = eqIRI; + objectDef += indent + " owl:equivalentClass " + eqNode_prefRepresentation + " ;\r\n"; + } + + // if (getPresentAttribute(node,"equivalent")===true){ + // objectDef+=", owl:EquivalentClass"; + // } + + // add Comments + + if ( node.commentForCurrentLanguage() ) { + + objectDef += indent + " rdfs:comment \"" + node.commentForCurrentLanguage() + "\" ;\r\n"; + } + + if ( node.annotations() ) { + var annotations = node.annotations(); + for ( var an in annotations ) { + if ( annotations.hasOwnProperty(an) ) { + var anArrayObj = annotations[an]; + var anObj = anArrayObj[0]; + var an_ident = anObj.identifier; + var an_val = anObj.value; + + if ( an_ident === "isDefinedBy" ) { + objectDef += indent + " rdfs:isDefinedBy <" + an_val + "> ;\r\n"; + } + if ( an_ident === "term_status" ) { + objectDef += indent + " vs:term_status \"" + an_val + "\" ;\r\n"; + } + } + } + } + + + if ( arrayOfNodes.length > 0 ) { + // add disjoint unionOf + objectDef += indent + " owl:disjointUnionOf ("; + for ( var duE = 0; duE < arrayOfNodes.length; duE++ ) { + var duIri = prefixModule.getPrefixRepresentationForFullURI(arrayOfNodes[duE].iri()); + var duNode_prefRepresentation = ""; + if ( prefixModule.validURL(duIri) === true ) + duNode_prefRepresentation = "<" + duIri + ">"; + else + duNode_prefRepresentation = duIri; + objectDef += indent + indent + duNode_prefRepresentation + " \n"; + } + objectDef += ") ;\r\n"; + } + + if ( arrayOfUnionNodes.length > 0 ) { + // add disjoint unionOf + objectDef += indent + " rdfs:subClassOf [ rdf:type owl:Class ; \r\n"; + objectDef += indent + indent + " owl:unionOf ( "; + + for ( var uE = 0; uE < arrayOfUnionNodes.length; uE++ ) { + + if ( arrayOfUnionNodes[uE] && arrayOfUnionNodes[uE].iri() ) { + var uIri = prefixModule.getPrefixRepresentationForFullURI(arrayOfUnionNodes[uE].iri()); + var uNode_prefRepresentation = ""; + if ( prefixModule.validURL(uIri) === true ) + uNode_prefRepresentation = "<" + uIri + ">"; + else + uNode_prefRepresentation = uIri; + objectDef += indent + indent + indent + uNode_prefRepresentation + " \n"; + } + } + objectDef += ") ;\r\n"; + + + } + + + var allProps = graph.getUnfilteredData().properties; + var myProperties = []; + var i; + for ( i = 0; i < allProps.length; i++ ) { + if ( allProps[i].domain() === node && + ( allProps[i].type() === "rdfs:subClassOf" || + allProps[i].type() === "owl:allValuesFrom" || + allProps[i].type() === "owl:someValuesFrom") + ) { + myProperties.push(allProps[i]); + } + // special case disjoint with>> both domain and range get that property + if ( (allProps[i].domain() === node) && + allProps[i].type() === "owl:disjointWith" ) { + myProperties.push(allProps[i]); + } + + } + for ( i = 0; i < myProperties.length; i++ ) { + // depending on the property we have to do some things; + + // special case + if ( myProperties[i].type() === "owl:someValuesFrom" ) { + objectDef += indent + " rdfs:subClassOf [ rdf:type owl:Restriction ; \r\n"; + objectDef += indent + " owl:onProperty " + myProperties[i].prefixRepresentation + ";\r\n"; + if ( myProperties[i].range().type() !== "owl:Thing" ) { + objectDef += indent + " owl:someValuesFrom " + myProperties[i].range().prefixRepresentation + "\r\n"; + } + objectDef += indent + " ];\r\n"; + continue; + } + + if ( myProperties[i].type() === "owl:allValuesFrom" ) { + objectDef += indent + " rdfs:subClassOf [ rdf:type owl:Restriction ; \r\n"; + objectDef += indent + " owl:onProperty " + myProperties[i].prefixRepresentation + ";\r\n"; + if ( myProperties[i].range().type() !== "owl:Thing" ) { + objectDef += indent + " owl:allValuesFrom " + myProperties[i].range().prefixRepresentation + "\r\n"; + } + objectDef += indent + " ];\r\n"; + continue; + } + + if ( myProperties[i].range().type() !== "owl:Thing" ) { + objectDef += indent + " " + myProperties[i].prefixRepresentation + + " " + myProperties[i].range().prefixRepresentation + " ;\r\n"; + + + } + } + + + objectDef += general_Label_languageExtractor(indent, node.label(), "rdfs:label", true); + return objectDef; + + } + + function extractPropertyDescription( property ){ + var subject = property.prefixRepresentation; + if ( subject.length === 0 ) { + console.log("THIS SHOULD NOT HAPPEN"); + var propIRI = prefixModule.getPrefixRepresentationForFullURI(property.iri()); + console.log("FOUND " + propIRI); + + + } + var predicate = "rdf:type"; + var object = property.type(); + + var objectDef = subject + " " + predicate + " " + object; + if ( getPresentAttribute(property, "deprecated") === true ) { + objectDef += ", owl:DeprecatedProperty"; + } + if ( getPresentAttribute(property, "functional") === true ) { + objectDef += ", owl:FunctionalProperty"; + } + if ( getPresentAttribute(property, "inverse functional") === true ) { + objectDef += ", owl:InverseFunctionalProperty"; + } + if ( getPresentAttribute(property, "symmetric") === true ) { + objectDef += ", owl:SymmetricProperty"; + } + if ( getPresentAttribute(property, "transitive") === true ) { + objectDef += ", owl:TransitiveProperty"; + } + var indent = getIndent(subject); + + if ( property.inverse() ) { + objectDef += "; \r\n"; + objectDef += indent + " owl:inverseOf " + property.inverse().prefixRepresentation; + } + + // check for domain and range; + + + var closeStatement = false; + var domain = property.domain(); + var range = property.range(); + + + objectDef += " ;\r\n"; + + + if ( property.commentForCurrentLanguage() ) { + + objectDef += indent + " rdfs:comment \"" + property.commentForCurrentLanguage() + "\" ;\r\n"; + } + + if ( property.superproperties() ) { + var superProps = property.superproperties(); + for ( var sP = 0; sP < superProps.length; sP++ ) { + var sPelement = superProps[sP]; + objectDef += indent + "rdfs:subPropertyOf " + sPelement.prefixRepresentation + ";\r\n"; + } + // for (var an in annotations){ + // if (annotations.hasOwnProperty(an)){ + // var anArrayObj=annotations[an]; + // var anObj=anArrayObj[0]; + // var an_ident=anObj.identifier; + // var an_val=anObj.value; + // console.log(an_ident + " "+ an_val); + // + // if (an_ident==="isDefinedBy"){ + // objectDef+=indent+" rdfs:isDefinedBy <"+an_val+"> ;\r\n"; + // } + // if (an_ident==="term_status"){ + // objectDef+=indent+" vs:term_status \""+an_val+"\" ;\r\n"; + // } + // } + // } + + } + + if ( property.annotations() ) { + var annotations = property.annotations(); + for ( var an in annotations ) { + if ( annotations.hasOwnProperty(an) ) { + var anArrayObj = annotations[an]; + var anObj = anArrayObj[0]; + var an_ident = anObj.identifier; + var an_val = anObj.value; + + if ( an_ident === "isDefinedBy" ) { + objectDef += indent + " rdfs:isDefinedBy <" + an_val + "> ;\r\n"; + } + if ( an_ident === "term_status" ) { + objectDef += indent + " vs:term_status \"" + an_val + "\" ;\r\n"; + } + } + } + } + + + if ( domain.type() === "owl:Thing" && range.type() === "owl:Thing" ) { + // we do not write domain and range + if ( typeof property.label() !== "object" && property.label().length === 0 ) { + closeStatement = true; + } + } + + + if ( closeStatement === true ) { + var uobjectDef = objectDef.substring(0, objectDef.length - 2); + objectDef = uobjectDef + " . \r\n"; + return objectDef; + } + // objectDef+="; \r\n"; + var labelDescription; + + + if ( domain.type() === "owl:Thing" && range.type() === "owl:Thing" ) { + labelDescription = general_Label_languageExtractor(indent, property.label(), "rdfs:label", true); + objectDef += labelDescription; + } + else { + // do not close the statement; + labelDescription = general_Label_languageExtractor(indent, property.label(), "rdfs:label"); + objectDef += labelDescription; + if ( domain.type() !== "owl:Thing" ) { + objectDef += indent + " rdfs:domain " + domain.prefixRepresentation + ";\r\n"; + } + if ( range.type() !== "owl:Thing" ) { + objectDef += indent + " rdfs:range " + range.prefixRepresentation + ";\r\n"; + } + + // close statement now; + + var s_needUpdate = objectDef; + var s_lastPtr = s_needUpdate.lastIndexOf(";"); + objectDef = s_needUpdate.substring(0, s_lastPtr) + " . \r\n"; + } + + return objectDef; + + } + + + exportTTLModule.resultingTTL_Content = function (){ + return resultingTTLContent; + }; + + function getIndent( name ){ + if ( name === undefined ) { + return "WHYEMPTYNAME?"; + } + return new Array(name.length + 1).join(" "); + } + + function prepareHeader(){ + resultingTTLContent += "#################################################################\r\n"; + resultingTTLContent += "### Generated with the experimental alpha version of the TTL exporter of WebVOWL (version 1.1.7) " + + " http://visualdataweb.de/webvowl/ ###\r\n"; + resultingTTLContent += "#################################################################\r\n\r\n"; + + } + + function preparePrefixList(){ + var ontoIri = graph.options().getGeneralMetaObjectProperty('iri'); + var prefixList = graph.options().prefixList(); + var prefixDef = []; + prefixDef.push('@prefix : \t\t<' + ontoIri + '> .'); + for ( var name in prefixList ) { + if ( prefixList.hasOwnProperty(name) ) { + prefixDef.push('@prefix ' + name + ': \t\t<' + prefixList[name] + '> .'); + } + } + prefixDef.push('@base \t\t\t<' + ontoIri + '> .\r\n'); + + for ( var i = 0; i < prefixDef.length; i++ ) { + resultingTTLContent += prefixDef[i] + '\r\n'; + } + } + + function prepareOntologyDef(){ + var ontoIri = graph.options().getGeneralMetaObjectProperty('iri'); + var indent = getIndent('<' + ontoIri + '>'); + resultingTTLContent += '<' + ontoIri + '> rdf:type owl:Ontology ;\r\n' + + getOntologyTitle(indent) + + getOntologyDescription(indent) + + getOntologyVersion(indent) + + getOntologyAuthor(indent); + + // close the statement; + var s_needUpdate = resultingTTLContent; + var s_lastPtr = s_needUpdate.lastIndexOf(";"); + resultingTTLContent = s_needUpdate.substring(0, s_lastPtr) + " . \r\n"; + } + + function getOntologyTitle( indent ){ + return general_languageExtractor(indent, "title", "dc:title"); + } + + function getOntologyDescription( indent ){ + return general_languageExtractor(indent, "description", "dc:description"); + } + + function getOntologyAuthor( indent ){ + var languageElement = graph.options().getGeneralMetaObjectProperty('author'); + if ( languageElement ) { + if ( typeof languageElement !== "object" ) { + if ( languageElement.length === 0 ) + return ""; // an empty string + var aString = indent + " dc:creator " + '"' + languageElement + '";\r\n'; + return aString; + } + // we assume this thing is an array; + var authorString = indent + " dc:creator " + '"'; + for ( var i = 0; i < languageElement.length - 1; i++ ) { + authorString += languageElement[i] + ", "; + } + authorString += languageElement[languageElement.length - 1] + '";\r\n'; + return authorString; + } else { + return ""; // an empty string + } + } + + function getOntologyVersion( indent ){ + var languageElement = graph.options().getGeneralMetaObjectProperty('version'); + if ( languageElement ) { + if ( typeof languageElement !== "object" ) { + if ( languageElement.length === 0 ) + return ""; // an empty string + } + return general_languageExtractor(indent, "version", "owl:versionInfo"); + } else return ""; // an empty string + } + + function general_languageExtractor( indent, metaObjectDescription, annotationDescription, endStatement ){ + var languageElement = graph.options().getGeneralMetaObjectProperty(metaObjectDescription); + + if ( typeof languageElement === 'object' ) { + + var resultingLanguages = []; + for ( var name in languageElement ) { + if ( languageElement.hasOwnProperty(name) ) { + var content = languageElement[name]; + if ( name === "undefined" ) { + resultingLanguages.push(indent + " " + annotationDescription + ' "' + content + '"@en; \r\n'); + } + else { + resultingLanguages.push(indent + " " + annotationDescription + ' "' + content + '"@' + name + '; \r\n'); + } + } + } + // create resulting titles; + + var resultingString = ""; + for ( var i = 0; i < resultingLanguages.length; i++ ) { + resultingString += resultingLanguages[i]; + } + if ( endStatement && endStatement === true ) { + var needUpdate = resultingString; + var lastPtr = needUpdate.lastIndexOf(";"); + return needUpdate.substring(0, lastPtr) + ". \r\n"; + } else { + return resultingString; + } + + } else { + if ( endStatement && endStatement === true ) { + var s_needUpdate = indent + " " + annotationDescription + ' "' + languageElement + '"@en; \r\n'; + var s_lastPtr = s_needUpdate.lastIndexOf(";"); + return s_needUpdate.substring(0, s_lastPtr) + " . \r\n"; + } + return indent + " " + annotationDescription + ' "' + languageElement + '"@en;\r\n'; + } + } + + function general_Label_languageExtractor( indent, label, annotationDescription, endStatement ){ + var languageElement = label; + + if ( typeof languageElement === 'object' ) { + var resultingLanguages = []; + for ( var name in languageElement ) { + if ( languageElement.hasOwnProperty(name) ) { + var content = languageElement[name]; + if ( name === "undefined" ) { + resultingLanguages.push(indent + " " + annotationDescription + ' "' + content + '"@en; \r\n'); + } + else { + resultingLanguages.push(indent + " " + annotationDescription + ' "' + content + '"@' + name + '; \r\n'); + } + } + } + // create resulting titles; + var resultingString = ""; + for ( var i = 0; i < resultingLanguages.length; i++ ) { + resultingString += resultingLanguages[i]; + } + if ( endStatement && endStatement === true ) { + var needUpdate = resultingString; + var lastPtr = needUpdate.lastIndexOf(";"); + return needUpdate.substring(0, lastPtr) + " . \r\n"; + } else { + return resultingString; + } + + } else { + if ( endStatement && endStatement === true ) { + var s_needUpdate = indent + " " + annotationDescription + ' "' + languageElement + '"@en; \r\n'; + var s_lastPtr = s_needUpdate.lastIndexOf(";"); + return s_needUpdate.substring(0, s_lastPtr) + " . \r\n"; + } + return indent + " " + annotationDescription + ' "' + languageElement + '"@en; \r\n'; + } + } + + return exportTTLModule; + }; + + +/***/ }), + +/***/ 325: +/***/ (function(module, exports, __webpack_require__) { + + /* WEBPACK VAR INJECTION */(function(d3) {/** + * Contains the logic for connecting the filters with the website. + * + * @param graph required for calling a refresh after a filter change + * @returns {{}} + */ + module.exports = function ( graph ){ + + var filterMenu = {}, + checkboxData = [], + menuElement = d3.select("#m_filter"), + menuControl = d3.select("#c_filter a"), + nodeDegreeContainer = d3.select("#nodeDegreeFilteringOption"), + graphDegreeLevel, + defaultDegreeValue = 0, + degreeSlider; + + filterMenu.setDefaultDegreeValue = function ( val ){ + defaultDegreeValue = val; + }; + filterMenu.getDefaultDegreeValue = function (){ + return defaultDegreeValue; + }; + + filterMenu.getGraphObject = function (){ + return graph; + }; + /** some getter function **/ + filterMenu.getCheckBoxContainer = function (){ + return checkboxData; + }; + + filterMenu.getDegreeSliderValue = function (){ + return degreeSlider.property("value"); + }; + /** + * Connects the website with graph filters. + * @param datatypeFilter filter for all datatypes + * @param objectPropertyFilter filter for all object properties + * @param subclassFilter filter for all subclasses + * @param disjointFilter filter for all disjoint with properties + * @param setOperatorFilter filter for all set operators with properties + * @param nodeDegreeFilter filters nodes by their degree + */ + filterMenu.setup = function ( datatypeFilter, objectPropertyFilter, subclassFilter, disjointFilter, setOperatorFilter, nodeDegreeFilter ){ + // TODO: is this here really necessarry? << new menu visualization style? + menuControl.on("mouseover", function (){ + var searchMenu = graph.options().searchMenu(); + searchMenu.hideSearchEntries(); + }); + menuControl.on("mouseleave", function (){ + filterMenu.highlightForDegreeSlider(false); + }); + + addFilterItem(datatypeFilter, "datatype", "Datatype properties", "#datatypeFilteringOption"); + addFilterItem(objectPropertyFilter, "objectProperty", "Object properties", "#objectPropertyFilteringOption"); + addFilterItem(subclassFilter, "subclass", "Solitary subclasses", "#subclassFilteringOption"); + addFilterItem(disjointFilter, "disjoint", "Class disjointness", "#disjointFilteringOption"); + addFilterItem(setOperatorFilter, "setoperator", "Set operators", "#setOperatorFilteringOption"); + + addNodeDegreeFilter(nodeDegreeFilter, nodeDegreeContainer); + addAnimationFinishedListener(); + }; + + + function addFilterItem( filter, identifier, pluralNameOfFilteredItems, selector ){ + var filterContainer, + filterCheckbox; + + filterContainer = d3.select(selector) + .append("div") + .classed("checkboxContainer", true); + + filterCheckbox = filterContainer.append("input") + .classed("filterCheckbox", true) + .attr("id", identifier + "FilterCheckbox") + .attr("type", "checkbox") + .property("checked", filter.enabled()); + + // Store for easier resetting + checkboxData.push({ checkbox: filterCheckbox, defaultState: filter.enabled() }); + + filterCheckbox.on("click", function ( silent ){ + // There might be no parameters passed because of a manual + // invocation when resetting the filters + var isEnabled = filterCheckbox.property("checked"); + filter.enabled(isEnabled); + if ( silent !== true ) { + // updating graph when silent is false or the parameter is not given. + graph.update(); + } + }); + + filterContainer.append("label") + .attr("for", identifier + "FilterCheckbox") + .text(pluralNameOfFilteredItems); + } + + function addNodeDegreeFilter( nodeDegreeFilter, container ){ + nodeDegreeFilter.setMaxDegreeSetter(function ( maxDegree ){ + degreeSlider.attr("max", maxDegree); + setSliderValue(degreeSlider, Math.min(maxDegree, degreeSlider.property("value"))); + }); + + nodeDegreeFilter.setDegreeGetter(function (){ + return degreeSlider.property("value"); + }); + + nodeDegreeFilter.setDegreeSetter(function ( value ){ + setSliderValue(degreeSlider, value); + }); + + var sliderContainer, + sliderValueLabel; + + sliderContainer = container.append("div") + .classed("distanceSliderContainer", true); + + degreeSlider = sliderContainer.append("input") + .attr("id", "nodeDegreeDistanceSlider") + .attr("type", "range") + .attr("min", 0) + .attr("step", 1); + + sliderContainer.append("label") + .classed("description", true) + .attr("for", "nodeDegreeDistanceSlider") + .text("Degree of collapsing"); + + sliderValueLabel = sliderContainer.append("label") + .classed("value", true) + .attr("for", "nodeDegreeDistanceSlider") + .text(0); + + + degreeSlider.on("change", function ( silent ){ + if ( silent !== true ) { + graph.update(); + graphDegreeLevel = degreeSlider.property("value"); + } + }); + + + degreeSlider.on("input", function (){ + var degree = degreeSlider.property("value"); + sliderValueLabel.text(degree); + }); + + + // adding wheel events + degreeSlider.on("wheel", handleWheelEvent); + degreeSlider.on("focusout", function (){ + if ( degreeSlider.property("value") !== graphDegreeLevel ) { + graph.update(); + } + }); + } + + function handleWheelEvent(){ + var wheelEvent = d3.event; + + var offset; + if ( wheelEvent.deltaY < 0 ) offset = 1; + if ( wheelEvent.deltaY > 0 ) offset = -1; + var maxDeg = parseInt(degreeSlider.attr("max")); + var oldVal = parseInt(degreeSlider.property("value")); + var newSliderValue = oldVal + offset; + if ( oldVal !== newSliderValue && (newSliderValue >= 0 && newSliderValue <= maxDeg) ) { + // only update when they are different [reducing redundant updates] + // set the new value and emit an update signal + degreeSlider.property("value", newSliderValue); + degreeSlider.on("input")();// <<-- sets the text value + graph.update(); + } + d3.event.preventDefault(); + } + + function setSliderValue( slider, value ){ + slider.property("value", value).on("input")(); + } + + /** + * Resets the filters (and also filtered elements) to their default. + */ + filterMenu.reset = function (){ + checkboxData.forEach(function ( checkboxData ){ + var checkbox = checkboxData.checkbox, + enabledByDefault = checkboxData.defaultState, + isChecked = checkbox.property("checked"); + + if ( isChecked !== enabledByDefault ) { + checkbox.property("checked", enabledByDefault); + // Call onclick event handlers programmatically + checkbox.on("click")(); + } + }); + + setSliderValue(degreeSlider, 0); + degreeSlider.on("change")(); + }; + + function addAnimationFinishedListener(){ + menuControl.node().addEventListener("animationend", function (){ + menuControl.classed("buttonPulse", false); + menuControl.classed("filterMenuButtonHighlight", true); + + }); + } + + filterMenu.killButtonAnimation = function (){ + menuControl.classed("buttonPulse", false); + menuControl.classed("filterMenuButtonHighlight", false); + }; + + + filterMenu.highlightForDegreeSlider = function ( enable ){ + if ( !arguments.length ) { + enable = true; + } + menuControl.classed("highlighted", enable); + nodeDegreeContainer.classed("highlighted", enable); + // pulse button handling + if ( menuControl.classed("buttonPulse") === true && enable === true ) { + menuControl.classed("buttonPulse", false); + var timer = setTimeout(function (){ + menuControl.classed("buttonPulse", enable); + clearTimeout(timer); + // after the time is done, remove the pulse but stay highlighted + }, 100); + } else { + menuControl.classed("buttonPulse", enable); + menuControl.classed("filterMenuButtonHighlight", enable); + } + }; + + + /** importer functions **/ + // setting manually the values of the filter + // no update of the gui settings, these are updated in updateSettings + filterMenu.setCheckBoxValue = function ( id, checked ){ + for ( var i = 0; i < checkboxData.length; i++ ) { + var cbdId = checkboxData[i].checkbox.attr("id"); + if ( cbdId === id ) { + checkboxData[i].checkbox.property("checked", checked); + break; + } + } + }; + + filterMenu.getCheckBoxValue = function ( id ){ + for ( var i = 0; i < checkboxData.length; i++ ) { + var cbdId = checkboxData[i].checkbox.attr("id"); + if ( cbdId === id ) { + return checkboxData[i].checkbox.property("checked"); + + } + } + }; + // set the value of the slider + filterMenu.setDegreeSliderValue = function ( val ){ + degreeSlider.property("value", val); + }; + + filterMenu.getDegreeSliderValue = function (){ + return degreeSlider.property("value"); + }; + + // update the gui without invoking graph update (calling silent onclick function) + filterMenu.updateSettings = function (){ + var silent = true; + var sliderValue = degreeSlider.property("value"); + if ( sliderValue > 0 ) { + filterMenu.highlightForDegreeSlider(true); + } else { + filterMenu.highlightForDegreeSlider(false); + } + checkboxData.forEach(function ( checkboxData ){ + var checkbox = checkboxData.checkbox; + checkbox.on("click")(silent); + }); + + degreeSlider.on("input")(); + degreeSlider.on("change")(); + + }; + + return filterMenu; + }; + + /* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(6))) + +/***/ }), + +/***/ 326: +/***/ (function(module, exports, __webpack_require__) { + + /* WEBPACK VAR INJECTION */(function(d3) {/** + * Contains the logic for setting up the gravity sliders. + * + * @param graph the associated webvowl graph + * @returns {{}} + */ + module.exports = function ( graph ){ + + var gravityMenu = {}, + sliders = [], + options = graph.graphOptions(), + defaultCharge = options.charge(); + + + /** + * Adds the gravity sliders to the website. + */ + gravityMenu.setup = function (){ + var menuEntry = d3.select("#m_gravity"); + menuEntry.on("mouseover", function (){ + var searchMenu = graph.options().searchMenu(); + searchMenu.hideSearchEntries(); + }); + addDistanceSlider("#classSliderOption", "class", "Class distance", options.classDistance); + addDistanceSlider("#datatypeSliderOption", "datatype", "Datatype distance", options.datatypeDistance); + }; + + function addDistanceSlider( selector, identifier, label, distanceFunction ){ + var defaultLinkDistance = distanceFunction(); + + var sliderContainer, + sliderValueLabel; + + sliderContainer = d3.select(selector) + .append("div") + .datum({ distanceFunction: distanceFunction }) // connect the options-function with the slider + .classed("distanceSliderContainer", true); + + var slider = sliderContainer.append("input") + .attr("id", identifier + "DistanceSlider") + .attr("type", "range") + .attr("min", 10) + .attr("max", 600) + .attr("value", distanceFunction()) + .attr("step", 10); + + sliderContainer.append("label") + .classed("description", true) + .attr("for", identifier + "DistanceSlider") + .text(label); + + sliderValueLabel = sliderContainer.append("label") + .classed("value", true) + .attr("for", identifier + "DistanceSlider") + .text(distanceFunction()); + + // Store slider for easier resetting + sliders.push(slider); + + slider.on("focusout", function (){ + graph.updateStyle(); + }); + + slider.on("input", function (){ + var distance = slider.property("value"); + distanceFunction(distance); + adjustCharge(defaultLinkDistance); + sliderValueLabel.text(distance); + graph.updateStyle(); + }); + + // add wheel event to the slider + slider.on("wheel", function (){ + var wheelEvent = d3.event; + var offset; + if ( wheelEvent.deltaY < 0 ) offset = 10; + if ( wheelEvent.deltaY > 0 ) offset = -10; + var oldVal = parseInt(slider.property("value")); + var newSliderValue = oldVal + offset; + if ( newSliderValue !== oldVal ) { + slider.property("value", newSliderValue); + distanceFunction(newSliderValue); + slider.on("input")(); // << set text and update the graphStyles + } + d3.event.preventDefault(); + }); + } + + function adjustCharge( defaultLinkDistance ){ + var greaterDistance = Math.max(options.classDistance(), options.datatypeDistance()), + ratio = greaterDistance / defaultLinkDistance, + newCharge = defaultCharge * ratio; + + options.charge(newCharge); + } + + /** + * Resets the gravity sliders to their default. + */ + gravityMenu.reset = function (){ + sliders.forEach(function ( slider ){ + slider.property("value", function ( d ){ + // Simply reload the distance from the options + return d.distanceFunction(); + }); + slider.on("input")(); + }); + }; + + + return gravityMenu; + }; + + /* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(6))) + +/***/ }), + +/***/ 327: +/***/ (function(module, exports, __webpack_require__) { + + /* WEBPACK VAR INJECTION */(function(d3) {/** + * Contains the logic for connecting the modes with the website. + * + * @param graph the graph that belongs to these controls + * @returns {{}} + */ + module.exports = function ( graph ){ + + var SAME_COLOR_MODE = { text: "Multicolor", type: "same" }; + var GRADIENT_COLOR_MODE = { text: "Multicolor", type: "gradient" }; + + var modeMenu = {}, + checkboxes = [], + colorModeSwitch; + + var dynamicLabelWidthCheckBox; + // getter and setter for the state of color modes + modeMenu.colorModeState = function ( s ){ + if ( !arguments.length ) return colorModeSwitch.datum().active; + colorModeSwitch.datum().active = s; + return modeMenu; + }; + + + modeMenu.setDynamicLabelWidth = function ( val ){ + dynamicLabelWidthCheckBox.property("checked", val); + }; + // getter for checkboxes + modeMenu.getCheckBoxContainer = function (){ + return checkboxes; + }; + // getter for the color switch [needed? ] + modeMenu.colorModeSwitch = function (){ + return colorModeSwitch; + }; + + /** + * Connects the website with the available graph modes. + */ + modeMenu.setup = function ( pickAndPin, nodeScaling, compactNotation, colorExternals ){ + var menuEntry = d3.select("#m_modes"); + menuEntry.on("mouseover", function (){ + var searchMenu = graph.options().searchMenu(); + searchMenu.hideSearchEntries(); + }); + addCheckBoxD("labelWidth", "Dynamic label width", "#dynamicLabelWidth", graph.options().dynamicLabelWidth, 1); + addCheckBox("editorMode", "Editing ", "#editMode", graph.editorMode); + addModeItem(pickAndPin, "pickandpin", "Pick & pin", "#pickAndPinOption", false); + addModeItem(nodeScaling, "nodescaling", "Node scaling", "#nodeScalingOption", true); + addModeItem(compactNotation, "compactnotation", "Compact notation", "#compactNotationOption", true); + var container = addModeItem(colorExternals, "colorexternals", "Color externals", "#colorExternalsOption", true); + colorModeSwitch = addExternalModeSelection(container, colorExternals); + }; + function addCheckBoxD( identifier, modeName, selector, onChangeFunc, updateLvl ){ + var moduleOptionContainer = d3.select(selector) + .append("div") + .classed("checkboxContainer", true); + + var moduleCheckbox = moduleOptionContainer.append("input") + .classed("moduleCheckbox", true) + .attr("id", identifier + "ModuleCheckbox") + .attr("type", "checkbox") + .property("checked", onChangeFunc()); + + moduleCheckbox.on("click", function ( d ){ + var isEnabled = moduleCheckbox.property("checked"); + onChangeFunc(isEnabled); + d3.select("#maxLabelWidthSlider").node().disabled = !isEnabled; + d3.select("#maxLabelWidthvalueLabel").classed("disabledLabelForSlider", !isEnabled); + d3.select("#maxLabelWidthDescriptionLabel").classed("disabledLabelForSlider", !isEnabled); + + if ( updateLvl > 0 ) { + graph.animateDynamicLabelWidth(); + // graph.lazyRefresh(); + } + }); + moduleOptionContainer.append("label") + .attr("for", identifier + "ModuleCheckbox") + .text(modeName); + if ( identifier === "editorMode" ) { + moduleOptionContainer.append("label") + .attr("style", "font-size:10px;padding-top:3px") + .text("(experimental)"); + } + + dynamicLabelWidthCheckBox = moduleCheckbox; + } + + function addCheckBox( identifier, modeName, selector, onChangeFunc ){ + var moduleOptionContainer = d3.select(selector) + .append("div") + .classed("checkboxContainer", true); + + var moduleCheckbox = moduleOptionContainer.append("input") + .classed("moduleCheckbox", true) + .attr("id", identifier + "ModuleCheckbox") + .attr("type", "checkbox") + .property("checked", onChangeFunc()); + + moduleCheckbox.on("click", function ( d ){ + var isEnabled = moduleCheckbox.property("checked"); + onChangeFunc(isEnabled); + if ( isEnabled === true ) + graph.showEditorHintIfNeeded(); + }); + moduleOptionContainer.append("label") + .attr("for", identifier + "ModuleCheckbox") + .text(modeName); + if ( identifier === "editorMode" ) { + moduleOptionContainer.append("label") + .attr("style", "font-size:10px;padding-top:3px") + .text(" (experimental)"); + } + } + + function addModeItem( module, identifier, modeName, selector, updateGraphOnClick ){ + var moduleOptionContainer, + moduleCheckbox; + + moduleOptionContainer = d3.select(selector) + .append("div") + .classed("checkboxContainer", true) + .datum({ module: module, defaultState: module.enabled() }); + + moduleCheckbox = moduleOptionContainer.append("input") + .classed("moduleCheckbox", true) + .attr("id", identifier + "ModuleCheckbox") + .attr("type", "checkbox") + .property("checked", module.enabled()); + + // Store for easier resetting all modes + checkboxes.push(moduleCheckbox); + + moduleCheckbox.on("click", function ( d, silent ){ + var isEnabled = moduleCheckbox.property("checked"); + d.module.enabled(isEnabled); + if ( updateGraphOnClick && silent !== true ) { + graph.executeColorExternalsModule(); + graph.executeCompactNotationModule(); + graph.lazyRefresh(); + } + }); + + moduleOptionContainer.append("label") + .attr("for", identifier + "ModuleCheckbox") + .text(modeName); + + return moduleOptionContainer; + } + + function addExternalModeSelection( container, colorExternalsMode ){ + var button = container.append("button").datum({ active: false }).classed("color-mode-switch", true); + applyColorModeSwitchState(button, colorExternalsMode); + + button.on("click", function ( silent ){ + var data = button.datum(); + data.active = !data.active; + applyColorModeSwitchState(button, colorExternalsMode); + if ( colorExternalsMode.enabled() && silent !== true ) { + graph.executeColorExternalsModule(); + graph.lazyRefresh(); + } + }); + + return button; + } + + function applyColorModeSwitchState( element, colorExternalsMode ){ + var isActive = element.datum().active; + var activeColorMode = getColorModeByState(isActive); + + element.classed("active", isActive) + .text(activeColorMode.text); + + if ( colorExternalsMode ) { + colorExternalsMode.colorModeType(activeColorMode.type); + } + } + + function getColorModeByState( isActive ){ + return isActive ? GRADIENT_COLOR_MODE : SAME_COLOR_MODE; + } + + /** + * Resets the modes to their default. + */ + modeMenu.reset = function (){ + checkboxes.forEach(function ( checkbox ){ + var defaultState = checkbox.datum().defaultState, + isChecked = checkbox.property("checked"); + + if ( isChecked !== defaultState ) { + checkbox.property("checked", defaultState); + // Call onclick event handlers programmatically + checkbox.on("click")(checkbox.datum()); + } + + // Reset the module that is connected with the checkbox + checkbox.datum().module.reset(); + }); + + // set the switch to active and simulate disabling + colorModeSwitch.datum().active = true; + colorModeSwitch.on("click")(); + }; + + /** importer functions **/ + // setting manually the values of the filter + // no update of the gui settings, these are updated in updateSettings + modeMenu.setCheckBoxValue = function ( id, checked ){ + for ( var i = 0; i < checkboxes.length; i++ ) { + var cbdId = checkboxes[i].attr("id"); + + if ( cbdId === id ) { + checkboxes[i].property("checked", checked); + break; + } + } + }; + modeMenu.getCheckBoxValue = function ( id ){ + for ( var i = 0; i < checkboxes.length; i++ ) { + var cbdId = checkboxes[i].attr("id"); + if ( cbdId === id ) { + return checkboxes[i].property("checked"); + } + } + }; + + modeMenu.setColorSwitchState = function ( state ){ + // need the !state because we simulate later a click + modeMenu.colorModeState(!state); + }; + modeMenu.setColorSwitchStateUsingURL = function ( state ){ + // need the !state because we simulate later a click + modeMenu.colorModeState(!state); + colorModeSwitch.on("click")(true); + }; + + + modeMenu.updateSettingsUsingURL = function (){ + var silent = true; + checkboxes.forEach(function ( checkbox ){ + checkbox.on("click")(checkbox.datum(), silent); + }); + }; + + modeMenu.updateSettings = function (){ + var silent = true; + checkboxes.forEach(function ( checkbox ){ + checkbox.on("click")(checkbox.datum(), silent); + }); + // this simulates onclick and inverts its state + colorModeSwitch.on("click")(silent); + }; + return modeMenu; + }; + + /* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(6))) + +/***/ }), + +/***/ 328: +/***/ (function(module, exports, __webpack_require__) { + + /* WEBPACK VAR INJECTION */(function(d3) {module.exports = function ( graph ){ + var debugMenu = {}, + checkboxes = []; + + + var hoverFlag = false; + var specialCbx; + debugMenu.setup = function (){ + var menuEntry = d3.select("#debugMenuHref"); + + menuEntry.on("mouseover", function (){ + if ( hoverFlag === false ) { + var searchMenu = graph.options().searchMenu(); + searchMenu.hideSearchEntries(); + specialCbx.on("click")(true); + if ( graph.editorMode() === false ) { + d3.select("#useAccuracyHelper").style("color", "#979797"); + d3.select("#useAccuracyHelper").style("pointer-events", "none"); + + // regardless the state on which useAccuracyHelper is , we are not in editing mode -> disable it + d3.select("#showDraggerObject").style("color", "#979797"); + d3.select("#showDraggerObject").style("pointer-events", "none"); + } else { + d3.select("#useAccuracyHelper").style("color", "#2980b9"); + d3.select("#useAccuracyHelper").style("pointer-events", "auto"); + } + hoverFlag = true; + } + }); + menuEntry.on("mouseout", function (){ + hoverFlag = false; + }); + + + specialCbx = addCheckBox("useAccuracyHelper", "Use accuracy helper", "#useAccuracyHelper", graph.options().useAccuracyHelper, + function ( enabled, silent ){ + if ( !enabled ) { + d3.select("#showDraggerObject").style("color", "#979797"); + d3.select("#showDraggerObject").style("pointer-events", "none"); + d3.select("#showDraggerObjectConfigCheckbox").node().checked = false; + } else { + d3.select("#showDraggerObject").style("color", "#2980b9"); + d3.select("#showDraggerObject").style("pointer-events", "auto"); + } + + if ( silent === true ) return; + graph.lazyRefresh(); + graph.updateDraggerElements(); + } + ); + addCheckBox("showDraggerObject", "Show accuracy helper", "#showDraggerObject", graph.options().showDraggerObject, + function ( enabled, silent ){ + if ( silent === true ) return; + graph.lazyRefresh(); + graph.updateDraggerElements(); + }); + addCheckBox("showFPS_Statistics", "Show rendering statistics", "#showFPS_Statistics", graph.options().showRenderingStatistic, + function ( enabled, silent ){ + + if ( graph.options().getHideDebugFeatures() === false ) { + d3.select("#FPS_Statistics").classed("hidden", !enabled); + } else { + d3.select("#FPS_Statistics").classed("hidden", true); + } + + + }); + addCheckBox("showModeOfOperation", "Show input modality", "#showModeOfOperation", graph.options().showInputModality, + function ( enabled ){ + if ( graph.options().getHideDebugFeatures() === false ) { + d3.select("#modeOfOperationString").classed("hidden", !enabled); + } else { + d3.select("#modeOfOperationString").classed("hidden", true); + } + }); + + + }; + + + function addCheckBox( identifier, modeName, selector, onChangeFunc, _callbackFunction ){ + var configOptionContainer = d3.select(selector) + .append("div") + .classed("checkboxContainer", true); + var configCheckbox = configOptionContainer.append("input") + .classed("moduleCheckbox", true) + .attr("id", identifier + "ConfigCheckbox") + .attr("type", "checkbox") + .property("checked", onChangeFunc()); + + + configCheckbox.on("click", function ( silent ){ + var isEnabled = configCheckbox.property("checked"); + onChangeFunc(isEnabled); + _callbackFunction(isEnabled, silent); + + }); + checkboxes.push(configCheckbox); + configOptionContainer.append("label") + .attr("for", identifier + "ConfigCheckbox") + .text(modeName); + + return configCheckbox; + } + + debugMenu.setCheckBoxValue = function ( identifier, value ){ + for ( var i = 0; i < checkboxes.length; i++ ) { + var cbdId = checkboxes[i].attr("id"); + if ( cbdId === identifier ) { + checkboxes[i].property("checked", value); + break; + } + } + }; + + debugMenu.getCheckBoxValue = function ( id ){ + for ( var i = 0; i < checkboxes.length; i++ ) { + var cbdId = checkboxes[i].attr("id"); + if ( cbdId === id ) { + return checkboxes[i].property("checked"); + } + } + }; + + debugMenu.updateSettings = function (){ + d3.selectAll(".debugOption").classed("hidden", graph.options().getHideDebugFeatures()); + + var silent = true; + checkboxes.forEach(function ( checkbox ){ + checkbox.on("click")(silent); + }); + if ( graph.editorMode() === false ) { + + d3.select("#useAccuracyHelper").style("color", "#979797"); + d3.select("#useAccuracyHelper").style("pointer-events", "none"); + + // regardless the state on which useAccuracyHelper is , we are not in editing mode -> disable it + d3.select("#showDraggerObject").style("color", "#979797"); + d3.select("#showDraggerObject").style("pointer-events", "none"); + } else { + + d3.select("#useAccuracyHelper").style("color", "#2980b9"); + d3.select("#useAccuracyHelper").style("pointer-events", "auto"); + } + + }; + + return debugMenu; + }; + + /* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(6))) + +/***/ }), + +/***/ 329: +/***/ (function(module, exports, __webpack_require__) { + + /* WEBPACK VAR INJECTION */(function(d3) {var unescape = __webpack_require__(330); + + module.exports = function ( graph ){ + + var ontologyMenu = {}, + loadingInfo = d3.select("#loading-info"), + loadingProgress = d3.select("#loading-progress"), + + ontologyMenuTimeout, + fileToLoad, + stopTimer = false, + loadingError = false, + loadingStatusTimer, + conversion_sessionId, + cachedConversions = {}, + loadingModule, + loadOntologyFromText; + var currentLoadedOntologyName = ""; + + String.prototype.beginsWith = function ( string ){ + return (this.indexOf(string) === 0); + }; + + ontologyMenu.getLoadingFunction = function (){ + return loadOntologyFromText; + }; + + ontologyMenu.clearCachedVersion = function (){ + if ( cachedConversions[currentLoadedOntologyName] ) { + cachedConversions[currentLoadedOntologyName] = undefined; + } + }; + + + ontologyMenu.reloadCachedOntology = function (){ + ontologyMenu.clearCachedVersion(); + graph.clearGraphData(); + loadingModule.parseUrlAndLoadOntology(false); + }; + + ontologyMenu.cachedOntology = function ( ontoName ){ + currentLoadedOntologyName = ontoName; + if ( cachedConversions[ontoName] ) { + var locStr = String(location.hash); + d3.select("#reloadSvgIcon").node().disabled = false; + graph.showReloadButtonAfterLayoutOptimization(true); + if ( locStr.indexOf("#file") > -1 ) { + d3.select("#reloadSvgIcon").node().disabled = true; + d3.select("#reloadCachedOntology").node().title = "reloading original version not possible, please reload the file"; + d3.select("#reloadSvgIcon").classed("disabledReloadElement", true); + d3.select("#svgStringText").style("fill", "gray"); + d3.select("#svgStringText").classed("noselect", true); + } + else { + d3.select("#reloadCachedOntology").node().title = "generate new visualization and overwrite cached ontology"; + d3.select("#reloadSvgIcon").classed("disabledReloadElement", false); + d3.select("#svgStringText").style("fill", "black"); + d3.select("#svgStringText").classed("noselect", true); + } + } else { + graph.showReloadButtonAfterLayoutOptimization(false); + + } + return cachedConversions[ontoName]; + }; + ontologyMenu.setCachedOntology = function ( ontoName, ontoContent ){ + cachedConversions[ontoName] = ontoContent; + currentLoadedOntologyName = ontoName; + }; + + ontologyMenu.getErrorStatus = function (){ + return loadingError; + }; + + ontologyMenu.setup = function ( _loadOntologyFromText ){ + loadOntologyFromText = _loadOntologyFromText; + loadingModule = graph.options().loadingModule(); + var menuEntry = d3.select("#m_select"); + menuEntry.on("mouseover", function (){ + var searchMenu = graph.options().searchMenu(); + searchMenu.hideSearchEntries(); + }); + + setupConverterButtons(); + setupUploadButton(); + + var descriptionButton = d3.select("#error-description-button").datum({ open: false }); + descriptionButton.on("click", function ( data ){ + var errorContainer = d3.select("#error-description-container"); + var errorDetailsButton = d3.select(this); + + // toggle the state + data.open = !data.open; + var descriptionVisible = data.open; + if ( descriptionVisible ) { + errorDetailsButton.text("Hide error details"); + } else { + errorDetailsButton.text("Show error details"); + } + errorContainer.classed("hidden", !descriptionVisible); + }); + + setupUriListener(); + loadingModule.setOntologyMenu(ontologyMenu); + }; + + + function setupUriListener(){ + // reload ontology when hash parameter gets changed manually + d3.select(window).on("hashchange", function (){ + var oldURL = d3.event.oldURL, newURL = d3.event.newURL; + if ( oldURL !== newURL ) { + // don't reload when just the hash parameter gets appended + if ( newURL === oldURL + "#" ) { + return; + } + updateNavigationHrefs(); + loadingModule.parseUrlAndLoadOntology(); + } + }); + updateNavigationHrefs(); + } + + ontologyMenu.stopLoadingTimer = function (){ + stopTimer = true; + clearTimeout(loadingStatusTimer); + }; + + /** + * Quick fix: update all anchor tags that are used as buttons because a click on them + * changes the url and this will load an other ontology. + */ + function updateNavigationHrefs(){ + d3.selectAll("#menuElementContainer > li > a").attr("href", location.hash || "#"); + } + + ontologyMenu.setIriText = function ( text ){ + d3.select("#iri-converter-input").node().value = text; + d3.select("#iri-converter-button").attr("disabled", false); + d3.select("#iri-converter-form").on("submit")(); + }; + + ontologyMenu.clearDetailInformation = function (){ + var bpContainer = d3.select("#bulletPoint_container"); + var htmlCollection = bpContainer.node().children; + var numEntries = htmlCollection.length; + + for ( var i = 0; i < numEntries; i++ ) { + htmlCollection[0].remove(); + } + }; + ontologyMenu.append_message = function ( msg ){ + // forward call + append_message(msg); + }; + function append_message( msg ){ + var bpContainer = d3.select("#bulletPoint_container"); + var div = bpContainer.append("div"); + div.node().innerHTML = msg; + loadingModule.scrollDownDetails(); + } + + ontologyMenu.append_message_toLastBulletPoint = function ( msg ){ + // forward call + append_message_toLastBulletPoint(msg); + }; + + ontologyMenu.append_bulletPoint = function ( msg ){ + // forward call + append_bulletPoint(msg); + }; + function append_message_toLastBulletPoint( msg ){ + var bpContainer = d3.select("#bulletPoint_container"); + var htmlCollection = bpContainer.node().getElementsByTagName("LI"); + var lastItem = htmlCollection.length - 1; + if ( lastItem >= 0 ) { + var oldText = htmlCollection[lastItem].innerHTML; + htmlCollection[lastItem].innerHTML = oldText + msg; + } + loadingModule.scrollDownDetails(); + } + + function append_bulletPoint( msg ){ + var bp_container = d3.select("#bulletPoint_container"); + var bp = bp_container.append("li"); + bp.node().innerHTML = msg; + d3.select("#currentLoadingStep").node().innerHTML = msg; + loadingModule.scrollDownDetails(); + } + + + function setupConverterButtons(){ + var iriConverterButton = d3.select("#iri-converter-button"); + var iriConverterInput = d3.select("#iri-converter-input"); + + iriConverterInput.on("input", function (){ + keepOntologySelectionOpenShortly(); + + var inputIsEmpty = iriConverterInput.property("value") === ""; + iriConverterButton.attr("disabled", inputIsEmpty || undefined); + }).on("click", function (){ + keepOntologySelectionOpenShortly(); + }); + + d3.select("#iri-converter-form").on("submit", function (){ + var inputName = iriConverterInput.property("value"); + + // remove first spaces + var clearedName = inputName.replace(/%20/g, " "); + while ( clearedName.beginsWith(" ") ) { + clearedName = clearedName.substr(1, clearedName.length); + } + // remove ending spaces + while ( clearedName.endsWith(" ") ) { + clearedName = clearedName.substr(0, clearedName.length - 1); + } + // check if iri is actually an url for a json file (ends with .json) + // create lowercase filenames; + inputName = clearedName; + var lc_iri = inputName.toLowerCase(); + if ( lc_iri.endsWith(".json") ) { + location.hash = "url=" + inputName; + iriConverterInput.property("value", ""); + iriConverterInput.on("input")(); + } else { + location.hash = "iri=" + inputName; + iriConverterInput.property("value", ""); + iriConverterInput.on("input")(); + } + d3.event.preventDefault(); + return false; + }); + } + + function setupUploadButton(){ + var input = d3.select("#file-converter-input"), + inputLabel = d3.select("#file-converter-label"), + uploadButton = d3.select("#file-converter-button"); + + input.on("change", function (){ + var selectedFiles = input.property("files"); + if ( selectedFiles.length <= 0 ) { + inputLabel.text("Select ontology file"); + uploadButton.property("disabled", true); + } else { + inputLabel.text(selectedFiles[0].name); + fileToLoad = selectedFiles[0].name; + uploadButton.property("disabled", false); + uploadButton.node().click(); + // close menu; + graph.options().navigationMenu().hideAllMenus(); + } + }); + + uploadButton.on("click", function (){ + var selectedFile = input.property("files")[0]; + if ( !selectedFile ) { + return false; + } + var newHashParameter = "file=" + selectedFile.name; + // Trigger the reupload manually, because the iri is not changing + if ( location.hash === "#" + newHashParameter ) { + loadingModule.parseUrlAndLoadOntology(); + } else { + location.hash = newHashParameter; + } + }); + } + + function setLoadingStatusInfo( message ){ + // check if there is a owl2vowl li item; + var o2vConverterContainer = d3.select("#o2vConverterContainer"); + if ( !o2vConverterContainer.node() ) { + var bp_container = d3.select("#bulletPoint_container"); + var div = bp_container.append("div"); + o2vConverterContainer = div.append("ul"); + o2vConverterContainer.attr("id", "o2vConverterContainer"); + o2vConverterContainer.style("margin-left", "-25px"); + } + // clear o2vConverterContainer; + var htmlCollection = o2vConverterContainer.node().children; + var numEntries = htmlCollection.length; + for ( var i = 0; i < numEntries; i++ ) { + htmlCollection[0].remove(); + } + // split tokens provided by o2v messages + var tokens = message.split("* "); + var liForToken; + for ( var t = 0; t < tokens.length; t++ ) { + var tokenMessage = tokens[t]; + // create li for tokens; + if ( tokenMessage.length > 0 ) { + liForToken = o2vConverterContainer.append("li"); + liForToken.attr("type", "disc"); + liForToken.node().innerHTML = tokenMessage.replace(/\n/g, "
    "); + } + } + if ( liForToken ) + liForToken.node().innerHTML += "
    "; + + loadingModule.scrollDownDetails(); + } + + ontologyMenu.setLoadingStatusInfo = function ( message ){ + // forward call + setLoadingStatusInfo(message); + }; + + function getLoadingStatusOnceCallBacked( callback, parameter ){ + d3.xhr("loadingStatus?sessionId=" + conversion_sessionId, "application/text", function ( error, request ){ + if ( error ) { + console.log("ontologyMenu getLoadingStatusOnceCallBacked throws error"); + console.log("---------Error -----------"); + console.log(error); + console.log("---------Request -----------"); + console.log(request); + } + setLoadingStatusInfo(request.responseText); + callback(parameter); + }); + } + + function getLoadingStatusTimeLooped(){ + d3.xhr("loadingStatus?sessionId=" + conversion_sessionId, "application/text", function ( error, request ){ + if ( error ) { + console.log("ontologyMenu getLoadingStatusTimeLooped throws error"); + console.log("---------Error -----------"); + console.log(error); + console.log("---------Request -----------"); + console.log(request); + } + if ( stopTimer === false ) { + setLoadingStatusInfo(request.responseText); + timedLoadingStatusLogger(); + } + }); + } + + function timedLoadingStatusLogger(){ + clearTimeout(loadingStatusTimer); + if ( stopTimer === false ) { + loadingStatusTimer = setTimeout(function (){ + getLoadingStatusTimeLooped(); + }, 1000); + } + } + + function callbackUpdateLoadingMessage( msg ){ + d3.xhr("loadingStatus", "application/text", function ( error, request ){ + if ( request !== undefined ) { + setLoadingStatusInfo(request.responseText + "
    " + msg); + } else { + append_message(msg); + } + }); + } + + ontologyMenu.setConversionID = function ( id ){ + conversion_sessionId = id; + }; + + ontologyMenu.callbackLoad_Ontology_FromIRI = function ( parameter ){ + var relativePath = parameter[0]; + var ontoName = parameter[1]; + var localThreadId = parameter[2]; + stopTimer = false; + timedLoadingStatusLogger(); + d3.xhr(relativePath, "application/json", function ( error, request ){ + var loadingSuccessful = !error; + // check if error occurred or responseText is empty + if ( (error !== null && error.status === 500) || (request && request.responseText.length === 0) ) { + clearTimeout(loadingStatusTimer); + stopTimer = true; + getLoadingStatusOnceCallBacked(callbackFromIRI_URL_ERROR, [error, request, localThreadId]); + } + var jsonText; + if ( loadingSuccessful ) { + clearTimeout(loadingStatusTimer); + stopTimer = true; + jsonText = request.responseText; + getLoadingStatusOnceCallBacked(callbackFromIRI_Success, [jsonText, ontoName, localThreadId]); + } + }); + }; + + + ontologyMenu.callbackLoad_Ontology_From_DirectInput = function ( text, parameter ){ + var input = text; + var sessionId = parameter[1]; + stopTimer = false; + timedLoadingStatusLogger(); + + var formData = new FormData(); + formData.append("input", input); + formData.append("sessionId", sessionId); + var xhr = new XMLHttpRequest(); + + xhr.open("POST", "directInput", true); + xhr.onload = function (){ + clearTimeout(loadingStatusTimer); + stopTimer = true; + getLoadingStatusOnceCallBacked(callbackForConvert, [xhr, input, sessionId]); + }; + timedLoadingStatusLogger(); + xhr.send(formData); + + }; + function callbackFromIRI_Success( parameter ){ + var local_conversionId = parameter[2]; + if ( local_conversionId !== conversion_sessionId ) { + console.log("The conversion process for file:" + parameter[1] + " has been canceled!"); + ontologyMenu.conversionFinished(local_conversionId); + return; + } + loadingModule.loadFromOWL2VOWL(parameter[0], parameter[1]); + ontologyMenu.conversionFinished(); + + } + + function callbackFromDirectInput_Success( parameter ){ + var local_conversionId = parameter[1]; + if ( local_conversionId !== conversion_sessionId ) { + console.log("The conversion process for file:" + parameter[1] + " has been canceled!"); + ontologyMenu.conversionFinished(local_conversionId); + return; + } + loadingModule.loadFromOWL2VOWL(parameter[0], "DirectInputConversionID" + local_conversionId); + ontologyMenu.conversionFinished(); + + } + + ontologyMenu.getConversionId = function (){ + return conversion_sessionId; + }; + + ontologyMenu.callbackLoad_JSON_FromURL = function ( parameter ){ + var relativePath = parameter[0]; + var ontoName = parameter[1]; + var local_conversionId = parameter[2]; + stopTimer = false; + timedLoadingStatusLogger(); + d3.xhr(relativePath, "application/json", function ( error, request ){ + var loadingSuccessful = !error; + // check if error occurred or responseText is empty + if ( (error !== null && error.status === 500) || (request && request.responseText.length === 0) ) { + clearTimeout(loadingStatusTimer); + stopTimer = true; + loadingSuccessful = false; + console.log(request); + console.log(request.responseText.length); + getLoadingStatusOnceCallBacked(callbackFromJSON_URL_ERROR, [error, request, local_conversionId]); + } + if ( loadingSuccessful ) { + clearTimeout(loadingStatusTimer); + stopTimer = true; + var jsonText = request.responseText; + getLoadingStatusOnceCallBacked(callbackFromJSON_Success, [jsonText, ontoName, local_conversionId]); + } + }); + }; + + function callbackFromJSON_Success( parameter ){ + var local_conversionId = parameter[2]; + if ( local_conversionId !== conversion_sessionId ) { + console.log("The conversion process for file:" + parameter[1] + " has been canceled!"); + return; + } + loadingModule.loadFromOWL2VOWL(parameter[0], parameter[1]); + } + + function callbackFromJSON_URL_ERROR( parameter ){ + var error = parameter[0]; + var request = parameter[1]; + var local_conversionId = parameter[2]; + if ( local_conversionId !== conversion_sessionId ) { + console.log("This thread has been canceled!!"); + ontologyMenu.conversionFinished(local_conversionId); + return; + } + callbackUpdateLoadingMessage("
    Failed to convert the file. " + + " Ontology could not be loaded.
    Is it a valid OWL ontology? Please check with OWL Validator"); + + if ( error !== null && error.status === 500 ) { + append_message("Could not find ontology at the URL"); + } + if ( request && request.responseText.length === 0 ) { + append_message("Received empty graph"); + } + graph.handleOnLoadingError(); + ontologyMenu.conversionFinished(); + } + + + function callbackFromIRI_URL_ERROR( parameter ){ + var error = parameter[0]; + var request = parameter[1]; + var local_conversionId = parameter[2]; + if ( local_conversionId !== conversion_sessionId ) { + console.log("This thread has been canceled!!"); + ontologyMenu.conversionFinished(local_conversionId); + return; + } + callbackUpdateLoadingMessage("
    Failed to convert the file. " + + " Ontology could not be loaded.
    Is it a valid OWL ontology? Please check with OWL Validator"); + + if ( error !== null && error.status === 500 ) { + append_message("Could not find ontology at the URL"); + } + if ( request && request.responseText.length === 0 ) { + append_message("Received empty graph"); + } + graph.handleOnLoadingError(); + ontologyMenu.conversionFinished(); + } + + function callbackFromDirectInput_ERROR( parameter ){ + + var error = parameter[0]; + var request = parameter[1]; + var local_conversionId = parameter[2]; + if ( local_conversionId !== conversion_sessionId ) { + console.log("The loading process for direct input has been canceled!"); + return; + } + // callbackUpdateLoadingMessage("
    Failed to convert the file. "+ + // "Ontology could not be loaded.
    Is it a valid OWL ontology? Please check with OWL Validator"); + if ( error !== null && error.status === 500 ) { + append_message("Could not convert direct input"); + } + if ( request && request.responseText.length === 0 ) { + append_message("Received empty graph"); + } + + graph.handleOnLoadingError(); + ontologyMenu.conversionFinished(); + } + + ontologyMenu.callbackLoadFromOntology = function ( selectedFile, filename, local_threadId ){ + callbackLoadFromOntology(selectedFile, filename, local_threadId); + }; + + function callbackLoadFromOntology( selectedFile, filename, local_threadId ){ + stopTimer = false; + timedLoadingStatusLogger(); + + var formData = new FormData(); + formData.append("ontology", selectedFile); + formData.append("sessionId", local_threadId); + var xhr = new XMLHttpRequest(); + + xhr.open("POST", "convert", true); + xhr.onload = function (){ + clearTimeout(loadingStatusTimer); + stopTimer = true; + console.log(xhr); + getLoadingStatusOnceCallBacked(callbackForConvert, [xhr, filename, local_threadId]); + }; + timedLoadingStatusLogger(); + xhr.send(formData); + } + + function callbackForConvert( parameter ){ + var xhr = parameter[0]; + var filename = parameter[1]; + var local_threadId = parameter[2]; + if ( local_threadId !== conversion_sessionId ) { + console.log("The conversion process for file:" + filename + " has been canceled!"); + ontologyMenu.conversionFinished(local_threadId); + return; + } + if ( xhr.status === 200 ) { + loadingModule.loadFromOWL2VOWL(xhr.responseText, filename); + ontologyMenu.conversionFinished(); + } else { + var uglyJson=xhr.responseText; + var jsonResut=JSON.parse(uglyJson); + var niceJSON=JSON.stringify(jsonResut, 'null', ' '); + niceJSON= niceJSON.replace(new RegExp('\r?\n','g'), '
    '); + callbackUpdateLoadingMessage("Failed to convert the file. " + + "
    Server answer:
    "+ + "
    "+niceJSON+ "
    "+ + "Ontology could not be loaded.
    Is it a valid OWL ontology? Please check with OWL Validator"); + + graph.handleOnLoadingError(); + ontologyMenu.conversionFinished(); + } + } + + ontologyMenu.conversionFinished = function ( id ){ + var local_id = conversion_sessionId; + if ( id ) { + local_id = id; + } + d3.xhr("conversionDone?sessionId=" + local_id, "application/text", function ( error, request ){ + if ( error ) { + console.log("ontologyMenu conversionFinished throws error"); + console.log("---------Error -----------"); + console.log(error); + console.log("---------Request -----------"); + console.log(request); + } + }); + }; + + function keepOntologySelectionOpenShortly(){ + // Events in the menu should not be considered + var ontologySelection = d3.select("#select .toolTipMenu"); + ontologySelection.on("click", function (){ + d3.event.stopPropagation(); + }).on("keydown", function (){ + d3.event.stopPropagation(); + }); + + ontologySelection.style("display", "block"); + + function disableKeepingOpen(){ + ontologySelection.style("display", undefined); + + clearTimeout(ontologyMenuTimeout); + d3.select(window).on("click", undefined).on("keydown", undefined); + ontologySelection.on("mouseover", undefined); + } + + // Clear the timeout to handle fast calls of this function + clearTimeout(ontologyMenuTimeout); + ontologyMenuTimeout = setTimeout(function (){ + disableKeepingOpen(); + }, 3000); + + // Disable forced open selection on interaction + d3.select(window).on("click", function (){ + disableKeepingOpen(); + }).on("keydown", function (){ + disableKeepingOpen(); + }); + + ontologySelection.on("mouseover", function (){ + disableKeepingOpen(); + }); + } + + ontologyMenu.showLoadingStatus = function ( visible ){ + if ( visible === true ) { + displayLoadingIndicators(); + } + else { + hideLoadingInformations(); + } + }; + + function displayLoadingIndicators(){ + d3.select("#layoutLoadingProgressBarContainer").classed("hidden", false); + loadingInfo.classed("hidden", false); + loadingProgress.classed("hidden", false); + } + + function hideLoadingInformations(){ + loadingInfo.classed("hidden", true); + } + + return ontologyMenu; + }; + + /* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(6))) + +/***/ }), + +/***/ 330: +/***/ (function(module, exports, __webpack_require__) { + + var toString = __webpack_require__(219), + unescapeHtmlChar = __webpack_require__(331); + + /** Used to match HTML entities and HTML characters. */ + var reEscapedHtml = /&(?:amp|lt|gt|quot|#39);/g, + reHasEscapedHtml = RegExp(reEscapedHtml.source); + + /** + * The inverse of `_.escape`; this method converts the HTML entities + * `&`, `<`, `>`, `"`, and `'` in `string` to + * their corresponding characters. + * + * **Note:** No other HTML entities are unescaped. To unescape additional + * HTML entities use a third-party library like [_he_](https://mths.be/he). + * + * @static + * @memberOf _ + * @since 0.6.0 + * @category String + * @param {string} [string=''] The string to unescape. + * @returns {string} Returns the unescaped string. + * @example + * + * _.unescape('fred, barney, & pebbles'); + * // => 'fred, barney, & pebbles' + */ + function unescape(string) { + string = toString(string); + return (string && reHasEscapedHtml.test(string)) + ? string.replace(reEscapedHtml, unescapeHtmlChar) + : string; + } + + module.exports = unescape; + + +/***/ }), + +/***/ 331: +/***/ (function(module, exports, __webpack_require__) { + + var basePropertyOf = __webpack_require__(332); + + /** Used to map HTML entities to characters. */ + var htmlUnescapes = { + '&': '&', + '<': '<', + '>': '>', + '"': '"', + ''': "'" + }; + + /** + * Used by `_.unescape` to convert HTML entities to characters. + * + * @private + * @param {string} chr The matched character to unescape. + * @returns {string} Returns the unescaped character. + */ + var unescapeHtmlChar = basePropertyOf(htmlUnescapes); + + module.exports = unescapeHtmlChar; + + +/***/ }), + +/***/ 332: +/***/ (function(module, exports) { + + /** + * The base implementation of `_.propertyOf` without support for deep paths. + * + * @private + * @param {Object} object The object to query. + * @returns {Function} Returns the new accessor function. + */ + function basePropertyOf(object) { + return function(key) { + return object == null ? undefined : object[key]; + }; + } + + module.exports = basePropertyOf; + + +/***/ }), + +/***/ 333: +/***/ (function(module, exports, __webpack_require__) { + + /* WEBPACK VAR INJECTION */(function(d3) {/** + * Contains the logic for the pause and resume button. + * + * @param graph the associated webvowl graph + * @returns {{}} + */ + module.exports = function ( graph ){ + + var pauseMenu = {}, + pauseButton; + + + /** + * Adds the pause button to the website. + */ + pauseMenu.setup = function (){ + var menuEntry = d3.select("#pauseOption"); + menuEntry.on("mouseover", function (){ + var searchMenu = graph.options().searchMenu(); + searchMenu.hideSearchEntries(); + }); + pauseButton = d3.select("#pause-button") + .datum({ paused: false }) + .on("click", function ( d ){ + graph.paused(!d.paused); + d.paused = !d.paused; + updatePauseButton(); + pauseButton.classed("highlighted", d.paused); + }); + // Set these properties the first time manually + updatePauseButton(); + }; + + pauseMenu.setPauseValue = function ( value ){ + pauseButton.datum().paused = value; + graph.paused(value); + pauseButton.classed("highlighted", value); + updatePauseButton(); + }; + + function updatePauseButton(){ + updatePauseButtonClass(); + updatePauseButtonText(); + } + + function updatePauseButtonClass(){ + pauseButton.classed("paused", function ( d ){ + return d.paused; + }); + } + + function updatePauseButtonText(){ + if ( pauseButton.datum().paused ) { + pauseButton.text("Resume"); + } else { + pauseButton.text("Pause"); + } + } + + pauseMenu.reset = function (){ + // resuming + pauseMenu.setPauseValue(false); + }; + + + return pauseMenu; + }; + + /* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(6))) + +/***/ }), + +/***/ 334: +/***/ (function(module, exports, __webpack_require__) { + + /* WEBPACK VAR INJECTION */(function(d3) {/** + * Contains the logic for the reset button. + * + * @param graph the associated webvowl graph + * @returns {{}} + */ + module.exports = function ( graph ){ + + var resetMenu = {}, + options = graph.graphOptions(), + resettableModules, + untouchedOptions = webvowl.options(); + + + /** + * Adds the reset button to the website. + * @param _resettableModules modules that can be resetted + */ + resetMenu.setup = function ( _resettableModules ){ + resettableModules = _resettableModules; + d3.select("#reset-button").on("click", resetGraph); + var menuEntry = d3.select("#resetOption"); + menuEntry.on("mouseover", function (){ + var searchMenu = graph.options().searchMenu(); + searchMenu.hideSearchEntries(); + }); + }; + + function resetGraph(){ + graph.resetSearchHighlight(); + graph.options().searchMenu().clearText(); + options.classDistance(untouchedOptions.classDistance()); + options.datatypeDistance(untouchedOptions.datatypeDistance()); + options.charge(untouchedOptions.charge()); + options.gravity(untouchedOptions.gravity()); + options.linkStrength(untouchedOptions.linkStrength()); + graph.reset(); + + resettableModules.forEach(function ( module ){ + module.reset(); + }); + + graph.updateStyle(); + } + + + return resetMenu; + }; + + /* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(6))) + +/***/ }), + +/***/ 335: +/***/ (function(module, exports, __webpack_require__) { + + /* WEBPACK VAR INJECTION */(function(d3) {/** + * Contains the search "engine" + * + * @param graph the associated webvowl graph + * @returns {{}} + */ + module.exports = function ( graph ){ + var searchMenu = {}, + dictionary = [], + entryNames = [], + searchLineEdit, + mergedStringsList, + mergedIdList, + maxEntries = 6, + dictionaryUpdateRequired = true, + labelDictionary, + inputText, + viewStatusOfSearchEntries = false; + + var results = []; + var resultID = []; + var c_locate = d3.select("#locateSearchResult"); + var c_search = d3.select("#c_search"); + var m_search = d3.select("#m_search"); // << dropdown container; + + + String.prototype.beginsWith = function ( string ){ + return (this.indexOf(string) === 0); + }; + + searchMenu.requestDictionaryUpdate = function (){ + dictionaryUpdateRequired = true; + // clear possible pre searched entries + var htmlCollection = m_search.node().children; + var numEntries = htmlCollection.length; + + for ( var i = 0; i < numEntries; i++ ) + htmlCollection[0].remove(); + searchLineEdit.node().value = ""; + }; + + + function updateSearchDictionary(){ + labelDictionary = graph.getUpdateDictionary(); + dictionaryUpdateRequired = false; + dictionary = []; + entryNames = []; + var idList = []; + var stringList = []; + + var i; + for ( i = 0; i < labelDictionary.length; i++ ) { + var lEntry = labelDictionary[i].labelForCurrentLanguage(); + idList.push(labelDictionary[i].id()); + stringList.push(lEntry); + // add all equivalents to the search space; + if ( labelDictionary[i].equivalents && labelDictionary[i].equivalents().length > 0 ) { + var eqs = labelDictionary[i].equivalentsString(); + var eqsLabels = eqs.split(", "); + for ( var e = 0; e < eqsLabels.length; e++ ) { + idList.push(labelDictionary[i].id()); + stringList.push(eqsLabels[e]); + } + } + } + + mergedStringsList = []; + mergedIdList = []; + var indexInStringList = -1; + var currentString; + var currentObjectId; + + for ( i = 0; i < stringList.length; i++ ) { + if ( i === 0 ) { + // just add the elements + mergedStringsList.push(stringList[i]); + mergedIdList.push([]); + mergedIdList[0].push(idList[i]); + continue; + } + else { + currentString = stringList[i]; + currentObjectId = idList[i]; + indexInStringList = mergedStringsList.indexOf(currentString); + } + if ( indexInStringList === -1 ) { + mergedStringsList.push(stringList[i]); + mergedIdList.push([]); + var lastEntry = mergedIdList.length; + mergedIdList[lastEntry - 1].push(currentObjectId); + } else { + mergedIdList[indexInStringList].push(currentObjectId); + } + } + + for ( i = 0; i < mergedStringsList.length; i++ ) { + var aString = mergedStringsList[i]; + var correspondingIdList = mergedIdList[i]; + var idListResult = "[ "; + for ( var j = 0; j < correspondingIdList.length; j++ ) { + idListResult = idListResult + correspondingIdList[j].toString(); + idListResult = idListResult + ", "; + } + idListResult = idListResult.substring(0, idListResult.length - 2); + idListResult = idListResult + " ]"; + + dictionary.push(aString); + entryNames.push(aString); + } + } + + searchMenu.setup = function (){ + // clear dictionary; + dictionary = []; + searchLineEdit = d3.select("#search-input-text"); + searchLineEdit.on("input", userInput); + searchLineEdit.on("keydown", userNavigation); + searchLineEdit.on("click", toggleSearchEntryView); + searchLineEdit.on("mouseover", hoverSearchEntryView); + + c_locate.on("click", function (){ + graph.locateSearchResult(); + }); + + c_locate.on("mouseover", function (){ + searchMenu.hideSearchEntries(); + }); + + }; + + function hoverSearchEntryView(){ + updateSelectionStatusFlags(); + searchMenu.showSearchEntries(); + } + + function toggleSearchEntryView(){ + if ( viewStatusOfSearchEntries ) { + searchMenu.hideSearchEntries(); + } else { + searchMenu.showSearchEntries(); + } + } + + searchMenu.hideSearchEntries = function (){ + m_search.style("display", "none"); + viewStatusOfSearchEntries = false; + }; + + searchMenu.showSearchEntries = function (){ + m_search.style("display", "block"); + viewStatusOfSearchEntries = true; + }; + + function ValidURL( str ){ + var urlregex = /^(https?|ftp):\/\/([a-zA-Z0-9.-]+(:[a-zA-Z0-9.&%$-]+)*@)*((25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9][0-9]?)(\.(25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9]?[0-9])){3}|([a-zA-Z0-9-]+\.)*[a-zA-Z0-9-]+\.(com|edu|gov|int|mil|net|org|biz|arpa|info|name|pro|aero|coop|museum|[a-zA-Z]{2}))(:[0-9]+)*(\/($|[a-zA-Z0-9.,?'\\+&%$#=~_-]+))*$/; + return urlregex.test(str); + + } + + + function updateSelectionStatusFlags(){ + if ( searchLineEdit.node().value.length === 0 ) { + createSearchEntries(); + return; + } + handleAutoCompletion(); + } + + function userNavigation(){ + if ( dictionaryUpdateRequired ) { + updateSearchDictionary(); + } + + var htmlCollection = m_search.node().children; + var numEntries = htmlCollection.length; + + + var move = 0; + var i; + var selectedEntry = -1; + for ( i = 0; i < numEntries; i++ ) { + var atr = htmlCollection[i].getAttribute('class'); + if ( atr === "dbEntrySelected" ) { + selectedEntry = i; + } + } + if ( d3.event.keyCode === 13 ) { + if ( selectedEntry >= 0 && selectedEntry < numEntries ) { + // simulate onClick event + htmlCollection[selectedEntry].onclick(); + searchMenu.hideSearchEntries(); + } + else if ( numEntries === 0 ) { + inputText = searchLineEdit.node().value; + // check if input text ends or begins with with space + // remove first spaces + var clearedText = inputText.replace(/%20/g, " "); + while ( clearedText.beginsWith(" ") ) { + clearedText = clearedText.substr(1, clearedText.length); + } + // remove ending spaces + while ( clearedText.endsWith(" ") ) { + clearedText = clearedText.substr(0, clearedText.length - 1); + } + var iri = clearedText.replace(/ /g, "%20"); + + var valid = ValidURL(iri); + // validate url: + if ( valid ) { + var ontM = graph.options().ontologyMenu(); + ontM.setIriText(iri); + searchLineEdit.node().value = ""; + } + else { + console.log(iri + " is not a valid URL!"); + } + } + } + if ( d3.event.keyCode === 38 ) { + move = -1; + searchMenu.showSearchEntries(); + } + if ( d3.event.keyCode === 40 ) { + move = +1; + searchMenu.showSearchEntries(); + } + + var newSelection = selectedEntry + move; + if ( newSelection !== selectedEntry ) { + + if ( newSelection < 0 && selectedEntry <= 0 ) { + htmlCollection[0].setAttribute('class', "dbEntrySelected"); + } + + if ( newSelection >= numEntries ) { + htmlCollection[selectedEntry].setAttribute('class', "dbEntrySelected"); + } + if ( newSelection >= 0 && newSelection < numEntries ) { + htmlCollection[newSelection].setAttribute('class', "dbEntrySelected"); + if ( selectedEntry >= 0 ) + htmlCollection[selectedEntry].setAttribute('class', "dbEntry"); + } + } + } + + searchMenu.getSearchString = function (){ + return searchLineEdit.node().value; + }; + + + function clearSearchEntries(){ + var htmlCollection = m_search.node().children; + var numEntries = htmlCollection.length; + for ( var i = 0; i < numEntries; i++ ) { + htmlCollection[0].remove(); + } + results = []; + resultID = []; + + } + + function createSearchEntries(){ + inputText = searchLineEdit.node().value; + var i; + var lc_text = inputText.toLowerCase(); + var token; + + for ( i = 0; i < dictionary.length; i++ ) { + var tokenElement = dictionary[i]; + if ( tokenElement === undefined ) { + //@WORKAROUND : nodes with undefined labels are skipped + //@FIX: these nodes are now not added to the dictionary + continue; + } + token = dictionary[i].toLowerCase(); + if ( token.indexOf(lc_text) > -1 ) { + results.push(dictionary[i]); + resultID.push(i); + } + } + } + + function measureTextWidth( text, textStyle ){ + // Set a default value + if ( !textStyle ) { + textStyle = "text"; + } + var d = d3.select("body") + .append("div") + .attr("class", textStyle) + .attr("id", "width-test") // tag this element to identify it + .attr("style", "position:absolute; float:left; white-space:nowrap; visibility:hidden;") + .text(text), + w = document.getElementById("width-test").offsetWidth; + d.remove(); + return w; + } + + function cropText( input ){ + var maxWidth = 250; + var textStyle = "dbEntry"; + var truncatedText = input; + var textWidth; + var ratio; + var newTruncatedTextLength; + while ( true ) { + textWidth = measureTextWidth(truncatedText, textStyle); + if ( textWidth <= maxWidth ) { + break; + } + + ratio = textWidth / maxWidth; + newTruncatedTextLength = Math.floor(truncatedText.length / ratio); + + // detect if nothing changes + if ( truncatedText.length === newTruncatedTextLength ) { + break; + } + + truncatedText = truncatedText.substring(0, newTruncatedTextLength); + } + + if ( input.length > truncatedText.length ) { + return input.substring(0, truncatedText.length - 6); + } + return input; + } + + function createDropDownElements(){ + var numEntries; + var copyRes = results; + var i; + var token; + var newResults = []; + var newResultsIds = []; + + var lc_text = searchLineEdit.node().value.toLowerCase(); + // set the number of shown results to be maxEntries or less; + numEntries = results.length; + if ( numEntries > maxEntries ) + numEntries = maxEntries; + + + for ( i = 0; i < numEntries; i++ ) { + // search for the best entry + var indexElement = 1000000; + var lengthElement = 1000000; + var bestElement = -1; + for ( var j = 0; j < copyRes.length; j++ ) { + token = copyRes[j].toLowerCase(); + var tIe = token.indexOf(lc_text); + var tLe = token.length; + if ( tIe > -1 && tIe <= indexElement && tLe <= lengthElement ) { + bestElement = j; + indexElement = tIe; + lengthElement = tLe; + } + } + newResults.push(copyRes[bestElement]); + newResultsIds.push(resultID[bestElement]); + copyRes[bestElement] = ""; + } + + // add the results to the entry menu + //****************************************** + numEntries = results.length; + if ( numEntries > maxEntries ) + numEntries = maxEntries; + + var filteredOutElements = 0; + for ( i = 0; i < numEntries; i++ ) { + //add results to the dropdown menu + var testEntry = document.createElement('li'); + testEntry.setAttribute('elementID', newResultsIds[i]); + testEntry.onclick = handleClick(newResultsIds[i]); + testEntry.setAttribute('class', "dbEntry"); + + var entries = mergedIdList[newResultsIds[i]]; + var eLen = entries.length; + + var croppedText = cropText(newResults[i]); + + var el0 = entries[0]; + var allSame = true; + var nodeMap = graph.getNodeMapForSearch(); + var visible = eLen; + if ( eLen > 1 ) { + for ( var q = 0; q < eLen; q++ ) { + if ( nodeMap[entries[q]] === undefined ) { + visible--; + } + } + } + + for ( var a = 0; a < eLen; a++ ) { + if ( el0 !== entries[a] ) { + allSame = false; + } + } + if ( croppedText !== newResults[i] ) { + // append ...(#numElements) if needed + if ( eLen > 1 && allSame === false ) { + if ( eLen !== visible ) + croppedText += "... (" + visible + "/" + eLen + ")"; + } + else { + croppedText += "..."; + } + testEntry.title = newResults[i]; + } + else { + if ( eLen > 1 && allSame === false ) { + if ( eLen !== visible ) + croppedText += " (" + visible + "/" + eLen + ")"; + else + croppedText += " (" + eLen + ")"; + } + } + + var searchEntryNode = d3.select(testEntry); + if ( eLen === 1 || allSame === true ) { + if ( nodeMap[entries[0]] === undefined ) { + searchEntryNode.style("color", "#979797"); + testEntry.title = newResults[i] + "\nElement is filtered out."; + testEntry.onclick = function (){ + }; + d3.select(testEntry).style("cursor", "default"); + filteredOutElements++; + } + } else { + if ( visible < 1 ) { + searchEntryNode.style("color", "#979797"); + testEntry.onclick = function (){ + }; + testEntry.title = newResults[i] + "\nAll elements are filtered out."; + d3.select(testEntry).style("cursor", "default"); + filteredOutElements++; + } else { + searchEntryNode.style("color", ""); + } + if ( visible < eLen && visible > 1 ) { + testEntry.title = newResults[i] + "\n" + visible + "/" + eLen + " elements are visible."; + } + } + searchEntryNode.node().innerHTML = croppedText; + m_search.node().appendChild(testEntry); + } + } + + + function handleAutoCompletion(){ + /** pre condition: autoCompletion has already a valid text**/ + clearSearchEntries(); + createSearchEntries(); + createDropDownElements(); + } + + function userInput(){ + c_locate.classed("highlighted", false); + c_locate.node().title = "Nothing to locate"; + + if ( dictionaryUpdateRequired ) { + updateSearchDictionary(); + } + graph.resetSearchHighlight(); + + if ( dictionary.length === 0 ) { + console.log("dictionary is empty"); + return; + } + inputText = searchLineEdit.node().value; + + clearSearchEntries(); + if ( inputText.length !== 0 ) { + createSearchEntries(); + createDropDownElements(); + } + + searchMenu.showSearchEntries(); + } + + function handleClick( elementId ){ + + return function (){ + var id = elementId; + var correspondingIds = mergedIdList[id]; + + // autoComplete the text for the user + var autoComStr = entryNames[id]; + searchLineEdit.node().value = autoComStr; + + graph.resetSearchHighlight(); + graph.highLightNodes(correspondingIds); + c_locate.node().title = "Locate search term"; + if ( autoComStr !== inputText ) { + handleAutoCompletion(); + } + searchMenu.hideSearchEntries(); + }; + } + + searchMenu.clearText = function (){ + searchLineEdit.node().value = ""; + c_locate.classed("highlighted", false); + c_locate.node().title = "Nothing to locate"; + var htmlCollection = m_search.node().children; + var numEntries = htmlCollection.length; + for ( var i = 0; i < numEntries; i++ ) { + htmlCollection[0].remove(); + } + }; + + return searchMenu; + }; + + /* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(6))) + +/***/ }), + +/***/ 336: +/***/ (function(module, exports, __webpack_require__) { + + /* WEBPACK VAR INJECTION */(function(d3) {/** + * Contains the navigation "engine" + * + * @param graph the associated webvowl graph + * @returns {{}} + */ + module.exports = function ( graph ){ + var navigationMenu = {}, + scrollContainer = d3.select("#menuElementContainer").node(), + menuContainer = d3.select("#menuContainer").node(), + leftButton = d3.select("#scrollLeftButton"), + rightButton = d3.select("#scrollRightButton"), + scrolLeftValue, + scrollMax, + currentlyVisibleMenu, + currentlyHoveredEntry, + touchedElement = false, + t_scrollLeft, + t_scrollRight, + c_select = [], + m_select = []; + + + function clearAllTimers(){ + cancelAnimationFrame(t_scrollLeft); + cancelAnimationFrame(t_scrollRight); + } + + function timed_scrollRight(){ + scrolLeftValue += 5; + scrollContainer.scrollLeft = scrolLeftValue; + navigationMenu.updateScrollButtonVisibility(); + if ( scrolLeftValue >= scrollMax ) { + clearAllTimers(); + return; + } + t_scrollRight = requestAnimationFrame(timed_scrollRight); + + } + + function timed_scrollLeft(){ + scrolLeftValue -= 5; + scrollContainer.scrollLeft = scrolLeftValue; + navigationMenu.updateScrollButtonVisibility(); + if ( scrolLeftValue <= 0 ) { + clearAllTimers(); + return; + } + t_scrollRight = requestAnimationFrame(timed_scrollLeft); + } + + // collect all menu entries and stuff; + function setupControlsAndMenus(){ + // HEURISTIC : to match the menus and their controllers we remove the first 2 letters and match + c_select = []; + m_select = []; + + var c_temp = []; + var m_temp = []; + var i; + var controlElements = scrollContainer.children; + var numEntries = controlElements.length; + + for ( i = 0; i < numEntries; i++ ) { + c_temp.push(controlElements[i].id.slice(2)); + } + + var menuElements = menuContainer.children; + numEntries = menuElements.length; + for ( i = 0; i < numEntries; i++ ) { + m_temp.push(menuElements[i].id.slice(2)); + } + + numEntries = controlElements.length; + for ( i = 0; i < numEntries; i++ ) { + c_select[i] = "c_" + c_temp[i]; + if ( m_temp.indexOf(c_temp[i]) > -1 ) { + m_select[i] = "m_" + c_temp[i]; + } else { + m_select[i] = undefined; + } + // create custom behavior for click, touch, and hover + d3.select("#" + c_select[i]).on("mouseover", menuElementOnHovered); + d3.select("#" + c_select[i]).on("mouseout", menuElementOutHovered); + + d3.select("#" + c_select[i]).on("click", menuElementClicked); + d3.select("#" + c_select[i]).on("touchstart", menuElementTouched); + + } + + // connect to mouseWheel + d3.select("#menuElementContainer").on("wheel", function (){ + var wheelEvent = d3.event; + var offset; + if ( wheelEvent.deltaY < 0 ) offset = 20; + if ( wheelEvent.deltaY > 0 ) offset = -20; + scrollContainer.scrollLeft += offset; + navigationMenu.hideAllMenus(); + navigationMenu.updateScrollButtonVisibility(); + }); + + // connect scrollIndicator Buttons; + d3.select("#scrollRightButton").on("mousedown", function (){ + scrolLeftValue = scrollContainer.scrollLeft; + navigationMenu.hideAllMenus(); + t_scrollRight = requestAnimationFrame(timed_scrollRight); + + }).on("touchstart", function (){ + scrolLeftValue = scrollContainer.scrollLeft; + navigationMenu.hideAllMenus(); + t_scrollRight = requestAnimationFrame(timed_scrollRight); + }).on("mouseup", clearAllTimers) + .on("touchend", clearAllTimers) + .on("touchcancel", clearAllTimers); + + d3.select("#scrollLeftButton").on("mousedown", function (){ + scrolLeftValue = scrollContainer.scrollLeft; + navigationMenu.hideAllMenus(); + t_scrollLeft = requestAnimationFrame(timed_scrollLeft); + }).on("touchstart", function (){ + scrolLeftValue = scrollContainer.scrollLeft; + navigationMenu.hideAllMenus(); + t_scrollLeft = requestAnimationFrame(timed_scrollLeft); + }).on("mouseup", clearAllTimers) + .on("touchend", clearAllTimers) + .on("touchcancel", clearAllTimers); + + // connect the scroll functionality; + d3.select("#menuElementContainer").on("scroll", function (){ + navigationMenu.updateScrollButtonVisibility(); + navigationMenu.hideAllMenus(); + }); + } + + function menuElementOnHovered(){ + navigationMenu.hideAllMenus(); + if ( touchedElement ) { + return; + } + showSingleMenu(this.id); + } + + function menuElementOutHovered(){ + hoveroutedControMenu(this.id); + } + + function menuElementClicked(){ + var m_element = m_select[c_select.indexOf(this.id)]; + if ( m_element ) { + var menuElement = d3.select("#" + m_element); + if ( menuElement ) { + if ( menuElement.style("display") === "block" ) { + menuElement.style("display", "none");// hide it + } else { + showSingleMenu(this.id); + } + } + } + } + + function menuElementTouched(){ + // it sets a flag that we have touched it, + // since d3. propagates the event for touch as hover and then click, we block the hover event + touchedElement = true; + } + + + function hoveroutedControMenu( controllerID ){ + currentlyHoveredEntry = d3.select("#" + controllerID); + if ( controllerID !== "c_search" ) { + d3.select("#" + controllerID).select("path").style("stroke-width", "0"); + d3.select("#" + controllerID).select("path").style("fill", "#fff"); + } + + } + + function showSingleMenu( controllerID ){ + currentlyHoveredEntry = d3.select("#" + controllerID).node(); + // get the corresponding menu element for this controller + var m_element = m_select[c_select.indexOf(controllerID)]; + if ( m_element ) { + if ( controllerID !== "c_search" ) { + + d3.select("#" + controllerID).select("path").style("stroke-width", "0"); + d3.select("#" + controllerID).select("path").style("fill", "#bdc3c7"); + } + // show it if we have a menu + currentlyVisibleMenu = d3.select("#" + m_element); + currentlyVisibleMenu.style("display", "block"); + if ( m_element === "m_export" ) + graph.options().exportMenu().exportAsUrl(); + updateMenuPosition(); + } + } + + function updateMenuPosition(){ + if ( currentlyHoveredEntry ) { + var leftOffset = currentlyHoveredEntry.offsetLeft; + var scrollOffset = scrollContainer.scrollLeft; + var totalOffset = leftOffset - scrollOffset; + var finalOffset = Math.max(0, totalOffset); + var fullContainer_width = scrollContainer.getBoundingClientRect().width; + var elementWidth = currentlyVisibleMenu.node().getBoundingClientRect().width; + // make priority > first check if we are right + if ( finalOffset + elementWidth > fullContainer_width ) { + finalOffset = fullContainer_width - elementWidth; + } + // fix priority; + finalOffset = Math.max(0, finalOffset); + currentlyVisibleMenu.style("left", finalOffset + "px"); + + // // check if outside the viewport + // var menuWidth=currentlyHoveredEntry.getBoundingClientRect().width; + // var bt_width=36; + // if (totalOffset+menuWidthfullContainer_width){ + // navigationMenu.hideAllMenus(); + // currentlyHoveredEntry=undefined; + // } + } + } + + navigationMenu.hideAllMenus = function (){ + d3.selectAll(".toolTipMenu").style("display", "none"); // hiding all menus + }; + + navigationMenu.updateScrollButtonVisibility = function (){ + scrollMax = scrollContainer.scrollWidth - scrollContainer.clientWidth - 2; + if ( scrollContainer.scrollLeft === 0 ) { + leftButton.classed("hidden", true); + } else { + leftButton.classed("hidden", false); + } + + if ( scrollContainer.scrollLeft > scrollMax ) { + rightButton.classed("hidden", true); + } else { + rightButton.classed("hidden", false); + } + + }; + + navigationMenu.setup = function (){ + setupControlsAndMenus(); + // make sure that the menu elements follow their controller and also their restrictions + // some hovering behavior -- lets the menu disappear when hovered in graph or sidebar; + d3.select("#graph").on("mouseover", function (){ + navigationMenu.hideAllMenus(); + }); + d3.select("#generalDetails").on("mouseover", function (){ + navigationMenu.hideAllMenus(); + }); + }; + + return navigationMenu; + }; + + /* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(6))) + +/***/ }), + +/***/ 337: +/***/ (function(module, exports, __webpack_require__) { + + /* WEBPACK VAR INJECTION */(function(d3) {/** The zoom Slider **/ + module.exports = function ( graph ){ + var zoomSlider = {}; + var minMag = graph.options().minMagnification(), + maxMag = graph.options().maxMagnification(), + defZoom, + t_zoomOut, + t_zoomIn, + zoomValue, + showSlider = true, + w = graph.options().width(), + h = graph.options().height(), + slider; + + defZoom = Math.min(w, h) / 1000; + + function clearAllTimers(){ + cancelAnimationFrame(t_zoomOut); + cancelAnimationFrame(t_zoomIn); + } + + function timed_zoomOut(){ + zoomValue = 0.98 * zoomValue; + // fail saves + if ( zoomValue < minMag ) { + zoomValue = minMag; + } + graph.setSliderZoom(zoomValue); + t_zoomOut = requestAnimationFrame(timed_zoomOut); + } + + function timed_zoomIn(){ + zoomValue = 1.02 * zoomValue; + // fail saves + if ( zoomValue > maxMag ) { + zoomValue = maxMag; + } + graph.setSliderZoom(zoomValue); + t_zoomIn = requestAnimationFrame(timed_zoomIn); + } + + zoomSlider.setup = function (){ + slider = d3.select("#zoomSliderParagraph").append("input") + .datum({}) + .attr("id", "zoomSliderElement") + .attr("type", "range") + .attr("value", defZoom) + .attr("min", minMag) + .attr("max", maxMag) + .attr("step", (maxMag - minMag) / 40) + .attr("title", "zoom factor") + .on("input", function (){ + zoomSlider.zooming(); + }); + + d3.select("#zoomOutButton").on("mousedown", function (){ + graph.options().navigationMenu().hideAllMenus(); + zoomValue = graph.scaleFactor(); + t_zoomOut = requestAnimationFrame(timed_zoomOut); + }) + .on("touchstart", function (){ + graph.options().navigationMenu().hideAllMenus(); + zoomValue = graph.scaleFactor(); + t_zoomOut = requestAnimationFrame(timed_zoomOut); + }) + .on("mouseup", clearAllTimers) + .on("touchend", clearAllTimers) + .on("touchcancel", clearAllTimers) + .attr("title", "zoom out"); + + d3.select("#zoomInButton").on("mousedown", function (){ + graph.options().navigationMenu().hideAllMenus(); + zoomValue = graph.scaleFactor(); + t_zoomIn = requestAnimationFrame(timed_zoomIn); + }) + .on("touchstart", function (){ + graph.options().navigationMenu().hideAllMenus(); + zoomValue = graph.scaleFactor(); + t_zoomIn = requestAnimationFrame(timed_zoomIn); + }) + .on("mouseup", clearAllTimers) + .on("touchend", clearAllTimers) + .on("touchcancel", clearAllTimers) + .attr("title", "zoom in"); + + d3.select("#centerGraphButton").on("click", function (){ + graph.options().navigationMenu().hideAllMenus(); + graph.forceRelocationEvent(); + }).attr("title", "center graph"); + + }; + + zoomSlider.showSlider = function ( val ){ + if ( !arguments.length ) return showSlider; + d3.select("#zoomSlider").classed("hidden", !val); + showSlider = val; + }; + + zoomSlider.zooming = function (){ + graph.options().navigationMenu().hideAllMenus(); + var zoomValue = slider.property("value"); + slider.attr("value", zoomValue); + graph.setSliderZoom(zoomValue); + }; + + zoomSlider.updateZoomSliderValue = function ( val ){ + if ( slider ) { + slider.attr("value", val); + slider.property("value", val); + } + }; + + return zoomSlider; + }; + + /* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(6))) + +/***/ }), + +/***/ 338: +/***/ (function(module, exports, __webpack_require__) { + + /* WEBPACK VAR INJECTION */(function(d3) {/** + * Contains the logic for the sidebar. + * @param graph the graph that belongs to these controls + * @returns {{}} + */ + module.exports = function ( graph ){ + + var sidebar = {}, + languageTools = webvowl.util.languageTools(), + elementTools = webvowl.util.elementTools(), + // Required for reloading when the language changes + ontologyInfo, + visibleSidebar = 1, + lastSelectedElement, + + detailArea = d3.select("#detailsArea"), + graphArea = d3.select("#canvasArea"), + menuArea = d3.select("#swipeBarContainer"), + collapseButton = d3.select("#sidebarExpandButton"); + + /** + * Setup the menu bar. + */ + + + function setupCollapsing(){ + // adapted version of this example: http://www.normansblog.de/simple-jquery-accordion/ + function collapseContainers( containers ){ + containers.classed("hidden", true); + } + + function expandContainers( containers ){ + containers.classed("hidden", false); + } + + var triggers = d3.selectAll(".accordion-trigger"); + + // Collapse all inactive triggers on startup + collapseContainers(d3.selectAll(".accordion-trigger:not(.accordion-trigger-active) + div")); + + triggers.on("click", function (){ + var selectedTrigger = d3.select(this), + activeTriggers = d3.selectAll(".accordion-trigger-active"); + + if ( selectedTrigger.classed("accordion-trigger-active") ) { + // Collapse the active (which is also the selected) trigger + collapseContainers(d3.select(selectedTrigger.node().nextElementSibling)); + selectedTrigger.classed("accordion-trigger-active", false); + } else { + // Collapse the other trigger ... + collapseContainers(d3.selectAll(".accordion-trigger-active + div")); + activeTriggers.classed("accordion-trigger-active", false); + // ... and expand the selected one + expandContainers(d3.select(selectedTrigger.node().nextElementSibling)); + selectedTrigger.classed("accordion-trigger-active", true); + } + }); + } + + sidebar.clearOntologyInformation = function (){ + + d3.select("#title").text("No title available"); + d3.select("#about").attr("href", "#").attr("target", "_blank").text("not given"); + d3.select("#version").text("--"); + d3.select("#authors").text("--"); + d3.select("#description").text("No description available."); + var container = d3.select("#ontology-metadata"); + container.selectAll("*").remove(); + d3.select("#classCount") + .text("0"); + d3.select("#objectPropertyCount") + .text("0"); + d3.select("#datatypePropertyCount") + .text("0"); + d3.select("#individualCount") + .text("0"); + d3.select("#nodeCount") + .text("0"); + d3.select("#edgeCount") + .text("0"); + + // clear selectedNode info + var isTriggerActive = d3.select("#selection-details-trigger").classed("accordion-trigger-active"); + if ( isTriggerActive ) { + // close accordion + d3.select("#selection-details-trigger").node().click(); + } + showSelectionAdvice(); + + }; + + /** + * Updates the information of the passed ontology. + * @param data the graph data + * @param statistics the statistics module + */ + sidebar.updateOntologyInformation = function ( data, statistics ){ + data = data || {}; + ontologyInfo = data.header || {}; + + updateGraphInformation(); + displayGraphStatistics(undefined, statistics); + displayMetadata(ontologyInfo.other); + + // Reset the sidebar selection + sidebar.updateSelectionInformation(undefined); + + setLanguages(ontologyInfo.languages); + }; + + function setLanguages( languages ){ + languages = languages || []; + + // Put the default and unset label on top of the selection labels + languages.sort(function ( a, b ){ + if ( a === webvowl.util.constants().LANG_IRIBASED ) { + return -1; + } else if ( b === webvowl.util.constants().LANG_IRIBASED ) { + return 1; + } + if ( a === webvowl.util.constants().LANG_UNDEFINED ) { + return -1; + } else if ( b === webvowl.util.constants().LANG_UNDEFINED ) { + return 1; + } + return a.localeCompare(b); + }); + + var languageSelection = d3.select("#language") + .on("change", function (){ + graph.language(d3.event.target.value); + updateGraphInformation(); + sidebar.updateSelectionInformation(lastSelectedElement); + }); + + languageSelection.selectAll("option").remove(); + languageSelection.selectAll("option") + .data(languages) + .enter().append("option") + .attr("value", function ( d ){ + return d; + }) + .text(function ( d ){ + return d; + }); + + if ( !trySelectDefaultLanguage(languageSelection, languages, "en") ) { + if ( !trySelectDefaultLanguage(languageSelection, languages, webvowl.util.constants().LANG_UNDEFINED) ) { + trySelectDefaultLanguage(languageSelection, languages, webvowl.util.constants().LANG_IRIBASED); + } + } + } + + function trySelectDefaultLanguage( selection, languages, language ){ + var langIndex = languages.indexOf(language); + if ( langIndex >= 0 ) { + selection.property("selectedIndex", langIndex); + graph.language(language); + return true; + } + + return false; + } + + function updateGraphInformation(){ + var title = languageTools.textInLanguage(ontologyInfo.title, graph.language()); + d3.select("#title").text(title || "No title available"); + d3.select("#about").attr("href", ontologyInfo.iri).attr("target", "_blank").text(ontologyInfo.iri); + d3.select("#version").text(ontologyInfo.version || "--"); + var authors = ontologyInfo.author; + if ( typeof authors === "string" ) { + // Stay compatible with author info as strings after change in january 2015 + d3.select("#authors").text(authors); + } else if ( authors instanceof Array ) { + d3.select("#authors").text(authors.join(", ")); + } else { + d3.select("#authors").text("--"); + } + + var description = languageTools.textInLanguage(ontologyInfo.description, graph.language()); + d3.select("#description").text(description || "No description available."); + } + + function displayGraphStatistics( deliveredMetrics, statistics ){ + // Metrics are optional and may be undefined + deliveredMetrics = deliveredMetrics || {}; + + d3.select("#classCount") + .text(deliveredMetrics.classCount || statistics.classCount()); + d3.select("#objectPropertyCount") + .text(deliveredMetrics.objectPropertyCount || statistics.objectPropertyCount()); + d3.select("#datatypePropertyCount") + .text(deliveredMetrics.datatypePropertyCount || statistics.datatypePropertyCount()); + d3.select("#individualCount") + .text(deliveredMetrics.totalIndividualCount || statistics.totalIndividualCount()); + d3.select("#nodeCount") + .text(statistics.nodeCount()); + d3.select("#edgeCount") + .text(statistics.edgeCount()); + } + + function displayMetadata( metadata ){ + var container = d3.select("#ontology-metadata"); + container.selectAll("*").remove(); + + listAnnotations(container, metadata); + + if ( container.selectAll(".annotation").size() <= 0 ) { + container.append("p").text("No annotations available."); + } + } + + function listAnnotations( container, annotationObject ){ + annotationObject = annotationObject || {}; //todo + + // Collect the annotations in an array for simpler processing + var annotations = []; + for ( var annotation in annotationObject ) { + if ( annotationObject.hasOwnProperty(annotation) ) { + annotations.push(annotationObject[annotation][0]); + } + } + + container.selectAll(".annotation").remove(); + container.selectAll(".annotation").data(annotations).enter().append("p") + .classed("annotation", true) + .classed("statisticDetails", true) + .text(function ( d ){ + return d.identifier + ":"; + }) + .append("span") + .each(function ( d ){ + appendIriLabel(d3.select(this), d.value, d.type === "iri" ? d.value : undefined); + }); + } + + /** + * Update the information of the selected node. + * @param selectedElement the selection or null if nothing is selected + */ + sidebar.updateSelectionInformation = function ( selectedElement ){ + lastSelectedElement = selectedElement; + + // Click event was prevented when dragging + if ( d3.event && d3.event.defaultPrevented ) { + return; + } + + var isTriggerActive = d3.select("#selection-details-trigger").classed("accordion-trigger-active"); + if ( selectedElement && !isTriggerActive ) { + d3.select("#selection-details-trigger").node().click(); + } else if ( !selectedElement && isTriggerActive ) { + showSelectionAdvice(); + return; + } + + if ( elementTools.isProperty(selectedElement) ) { + displayPropertyInformation(selectedElement); + } else if ( elementTools.isNode(selectedElement) ) { + displayNodeInformation(selectedElement); + } + }; + + function showSelectionAdvice(){ + setSelectionInformationVisibility(false, false, true); + } + + function setSelectionInformationVisibility( showClasses, showProperties, showAdvice ){ + d3.select("#classSelectionInformation").classed("hidden", !showClasses); + d3.select("#propertySelectionInformation").classed("hidden", !showProperties); + d3.select("#noSelectionInformation").classed("hidden", !showAdvice); + } + + function displayPropertyInformation( property ){ + showPropertyInformations(); + + setIriLabel(d3.select("#propname"), property.labelForCurrentLanguage(), property.iri()); + d3.select("#typeProp").text(property.type()); + + if ( property.inverse() !== undefined ) { + d3.select("#inverse").classed("hidden", false); + setIriLabel(d3.select("#inverse span"), property.inverse().labelForCurrentLanguage(), property.inverse().iri()); + } else { + d3.select("#inverse").classed("hidden", true); + } + + var equivalentIriSpan = d3.select("#propEquivUri"); + listNodeArray(equivalentIriSpan, property.equivalents()); + + listNodeArray(d3.select("#subproperties"), property.subproperties()); + listNodeArray(d3.select("#superproperties"), property.superproperties()); + + if ( property.minCardinality() !== undefined ) { + d3.select("#infoCardinality").classed("hidden", true); + d3.select("#minCardinality").classed("hidden", false); + d3.select("#minCardinality span").text(property.minCardinality()); + d3.select("#maxCardinality").classed("hidden", false); + + if ( property.maxCardinality() !== undefined ) { + d3.select("#maxCardinality span").text(property.maxCardinality()); + } else { + d3.select("#maxCardinality span").text("*"); + } + + } else if ( property.cardinality() !== undefined ) { + d3.select("#minCardinality").classed("hidden", true); + d3.select("#maxCardinality").classed("hidden", true); + d3.select("#infoCardinality").classed("hidden", false); + d3.select("#infoCardinality span").text(property.cardinality()); + } else { + d3.select("#infoCardinality").classed("hidden", true); + d3.select("#minCardinality").classed("hidden", true); + d3.select("#maxCardinality").classed("hidden", true); + } + + setIriLabel(d3.select("#domain"), property.domain().labelForCurrentLanguage(), property.domain().iri()); + setIriLabel(d3.select("#range"), property.range().labelForCurrentLanguage(), property.range().iri()); + + displayAttributes(property.attributes(), d3.select("#propAttributes")); + + setTextAndVisibility(d3.select("#propDescription"), property.descriptionForCurrentLanguage()); + setTextAndVisibility(d3.select("#propComment"), property.commentForCurrentLanguage()); + + listAnnotations(d3.select("#propertySelectionInformation"), property.annotations()); + } + + function showPropertyInformations(){ + setSelectionInformationVisibility(false, true, false); + } + + function setIriLabel( element, name, iri ){ + var parent = d3.select(element.node().parentNode); + + if ( name ) { + element.selectAll("*").remove(); + appendIriLabel(element, name, iri); + parent.classed("hidden", false); + } else { + parent.classed("hidden", true); + } + } + + function appendIriLabel( element, name, iri ){ + var tag; + + if ( iri ) { + tag = element.append("a") + .attr("href", iri) + .attr("title", iri) + .attr("target", "_blank"); + } else { + tag = element.append("span"); + } + tag.text(name); + } + + function displayAttributes( attributes, textSpan ){ + var spanParent = d3.select(textSpan.node().parentNode); + + if ( attributes && attributes.length > 0 ) { + // Remove redundant redundant attributes for sidebar + removeElementFromArray("object", attributes); + removeElementFromArray("datatype", attributes); + removeElementFromArray("rdf", attributes); + } + + if ( attributes && attributes.length > 0 ) { + textSpan.text(attributes.join(", ")); + + spanParent.classed("hidden", false); + } else { + spanParent.classed("hidden", true); + } + } + + function removeElementFromArray( element, array ){ + var index = array.indexOf(element); + if ( index > -1 ) { + array.splice(index, 1); + } + } + + function displayNodeInformation( node ){ + showClassInformations(); + + setIriLabel(d3.select("#name"), node.labelForCurrentLanguage(), node.iri()); + + /* Equivalent stuff. */ + var equivalentIriSpan = d3.select("#classEquivUri"); + listNodeArray(equivalentIriSpan, node.equivalents()); + + d3.select("#typeNode").text(node.type()); + listNodeArray(d3.select("#individuals"), node.individuals()); + + /* Disjoint stuff. */ + var disjointNodes = d3.select("#disjointNodes"); + var disjointNodesParent = d3.select(disjointNodes.node().parentNode); + + if ( node.disjointWith() !== undefined ) { + disjointNodes.selectAll("*").remove(); + + node.disjointWith().forEach(function ( element, index ){ + if ( index > 0 ) { + disjointNodes.append("span").text(", "); + } + appendIriLabel(disjointNodes, element.labelForCurrentLanguage(), element.iri()); + }); + + disjointNodesParent.classed("hidden", false); + } else { + disjointNodesParent.classed("hidden", true); + } + + displayAttributes(node.attributes(), d3.select("#classAttributes")); + + setTextAndVisibility(d3.select("#nodeDescription"), node.descriptionForCurrentLanguage()); + setTextAndVisibility(d3.select("#nodeComment"), node.commentForCurrentLanguage()); + + listAnnotations(d3.select("#classSelectionInformation"), node.annotations()); + } + + function showClassInformations(){ + setSelectionInformationVisibility(true, false, false); + } + + function listNodeArray( textSpan, nodes ){ + var spanParent = d3.select(textSpan.node().parentNode); + + if ( nodes && nodes.length ) { + textSpan.selectAll("*").remove(); + nodes.forEach(function ( element, index ){ + if ( index > 0 ) { + textSpan.append("span").text(", "); + } + appendIriLabel(textSpan, element.labelForCurrentLanguage(), element.iri()); + }); + + spanParent.classed("hidden", false); + } else { + spanParent.classed("hidden", true); + } + } + + function setTextAndVisibility( label, value ){ + var parentNode = d3.select(label.node().parentNode); + var hasValue = !!value; + if ( value ) { + label.text(value); + } + parentNode.classed("hidden", !hasValue); + } + + /** Collapsible Sidebar functions; **/ + + sidebar.showSidebar = function ( val, init ){ + // make val to bool + if ( val === 1 ) { + visibleSidebar = true; + collapseButton.node().innerHTML = ">"; + detailArea.classed("hidden", true); + if ( init === true ) { + detailArea.classed("hidden", !visibleSidebar); + graphArea.style("width", "78%"); + graphArea.style("-webkit-animation-name", "none"); + + menuArea.style("width", "78%"); + menuArea.style("-webkit-animation-name", "none"); + + d3.select("#WarningErrorMessagesContainer").style("width", "78%"); + d3.select("#WarningErrorMessagesContainer").style("-webkit-animation-name", "none"); + } else { + graphArea.style("width", "78%"); + graphArea.style("-webkit-animation-name", "sbCollapseAnimation"); + graphArea.style("-webkit-animation-duration", "0.5s"); + + menuArea.style("width", "78%"); + menuArea.style("-webkit-animation-name", "sbCollapseAnimation"); + menuArea.style("-webkit-animation-duration", "0.5s"); + + d3.select("#WarningErrorMessagesContainer").style("width", "78%"); + d3.select("#WarningErrorMessagesContainer").style("-webkit-animation-name", "warn_ExpandRightBarAnimation"); + d3.select("#WarningErrorMessagesContainer").style("-webkit-animation-duration", "0.5s"); + } + graph.options().width(window.innerWidth - (window.innerWidth * 0.22)); + graph.options().navigationMenu().updateScrollButtonVisibility(); + } + if ( val === 0 ) { + visibleSidebar = false; + detailArea.classed("hidden", true); + + collapseButton.node().innerHTML = "<"; + // adjust the layout + if ( init === true ) { + graphArea.style("width", "100%"); + graphArea.style("-webkit-animation-name", "none"); + + menuArea.style("width", "100%"); + menuArea.style("-webkit-animation-name", "none"); + + d3.select("#WarningErrorMessagesContainer").style("width", "100%"); + d3.select("#WarningErrorMessagesContainer").style("-webkit-animation-name", "none"); + } else { + graphArea.style("width", "100%"); + graphArea.style("-webkit-animation-name", "sbExpandAnimation"); + graphArea.style("-webkit-animation-duration", "0.5s"); + + menuArea.style("width", "100%"); + menuArea.style("-webkit-animation-name", "sbExpandAnimation"); + menuArea.style("-webkit-animation-duration", "0.5s"); + + d3.select("#WarningErrorMessagesContainer").style("width", "100%"); + d3.select("#WarningErrorMessagesContainer").style("-webkit-animation-name", "warn_CollapseRightBarAnimation"); + d3.select("#WarningErrorMessagesContainer").style("-webkit-animation-duration", "0.5s"); + + } + graph.options().width(window.innerWidth); + graph.updateCanvasContainerSize(); + graph.options().navigationMenu().updateScrollButtonVisibility(); + } + }; + + sidebar.isSidebarVisible = function (){ + return visibleSidebar; + }; + + sidebar.updateSideBarVis = function ( init ){ + var vis = sidebar.getSidebarVisibility(); + sidebar.showSidebar(parseInt(vis), init); + }; + + sidebar.getSidebarVisibility = function (){ + var isHidden = detailArea.classed("hidden"); + if ( isHidden === false ) return String(1); + if ( isHidden === true ) return String(0); + }; + + sidebar.initSideBarAnimation = function (){ + graphArea.node().addEventListener("animationend", function (){ + detailArea.classed("hidden", !visibleSidebar); + graph.updateCanvasContainerSize(); + graph.options().navigationMenu().updateScrollButtonVisibility(); + }); + }; + + sidebar.setup = function (){ + setupCollapsing(); + sidebar.initSideBarAnimation(); + + collapseButton.on("click", function (){ + graph.options().navigationMenu().hideAllMenus(); + var settingValue = parseInt(sidebar.getSidebarVisibility()); + if ( settingValue === 1 ) sidebar.showSidebar(0); + else sidebar.showSidebar(1); + }); + }; + + + sidebar.updateShowedInformation = function (){ + var editMode = graph.editorMode(); + d3.select("#generalDetails").classed("hidden", editMode); + d3.select("#generalDetailsEdit").classed("hidden", !editMode); + + // store the meta information in graph.options() + + // todo: update edit meta info + graph.options().editSidebar().updateGeneralOntologyInfo(); + + // todo: update showed meta info; + graph.options().sidebar().updateGeneralOntologyInfo(); + + }; + + sidebar.updateGeneralOntologyInfo = function (){ + // get it from graph.options + var generalMetaObj = graph.options().getGeneralMetaObject(); + var preferredLanguage = graph && graph.language ? graph.language() : null; + if ( generalMetaObj.hasOwnProperty("title") ) { + // title has language to it -.- + if ( typeof generalMetaObj.title === "object" ) { + d3.select("#title").node().value = languageTools.textInLanguage(generalMetaObj.title, preferredLanguage); + } else { + d3.select("#title").node().innerHTML = generalMetaObj.title; + } + + } + if ( generalMetaObj.hasOwnProperty("iri") ) d3.select("#about").node().innerHTML = generalMetaObj.iri; + if ( generalMetaObj.hasOwnProperty("iri") ) d3.select("#about").node().href = generalMetaObj.iri; + if ( generalMetaObj.hasOwnProperty("version") ) d3.select("#version").node().innerHTML = generalMetaObj.version; + if ( generalMetaObj.hasOwnProperty("author") ) d3.select("#authors").node().innerHTML = generalMetaObj.author; + // this could also be an object >> + if ( generalMetaObj.hasOwnProperty("description") ) { + if ( typeof generalMetaObj.description === "object" ) { + d3.select("#description").node().innerHTML = languageTools.textInLanguage(generalMetaObj.description, preferredLanguage); + } + else { + d3.select("#description").node().innerHTML = generalMetaObj.description; + } + } + }; + + + return sidebar; + }; + + /* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(6))) + +/***/ }), + +/***/ 339: +/***/ (function(module, exports, __webpack_require__) { + + /* WEBPACK VAR INJECTION */(function(d3) {/** + * Contains the logic for the sidebar. + * @param graph the graph that belongs to these controls + * @returns {{}} + */ + module.exports = function ( graph ){ + + var leftSidebar = {}, + languageTools = webvowl.util.languageTools(), + elementTools = webvowl.util.elementTools(); + var collapseButton = d3.select("#leftSideBarCollapseButton"); + var visibleSidebar = 0; + var backupVisibility = 0; + var sideBarContent = d3.select("#leftSideBarContent"); + var sideBarContainer = d3.select("#containerForLeftSideBar"); + var defaultClassSelectionContainers = []; + var defaultDatatypeSelectionContainers = []; + var defaultPropertySelectionContainers = []; + + leftSidebar.setup = function (){ + setupCollapsing(); + leftSidebar.initSideBarAnimation(); + + collapseButton.on("click", function (){ + graph.options().navigationMenu().hideAllMenus(); + var settingValue = parseInt(leftSidebar.getSidebarVisibility()); + if ( settingValue === 0 ) leftSidebar.showSidebar(1); + else leftSidebar.showSidebar(0); + backupVisibility = settingValue; + }); + + setupSelectionContainers(); + d3.select("#WarningErrorMessages").node().addEventListener("animationend", function (){ + d3.select("#WarningErrorMessages").style("-webkit-animation-name", "none"); + }); + + }; + + leftSidebar.hideCollapseButton = function ( val ){ + sideBarContainer.classed("hidden", val); + }; + + + function unselectAllElements( container ){ + for ( var i = 0; i < container.length; i++ ) + container[i].classed("defaultSelected", false); + } + + function selectThisDefaultElement( element ){ + d3.select(element).classed("defaultSelected", true); + } + + function updateDefaultNameInAccordion( element, identifier ){ + var elementDescription = ""; + if ( identifier === "defaultClass" ) elementDescription = "Class: "; + if ( identifier === "defaultDatatype" ) elementDescription = "Datatype: "; + if ( identifier === "defaultProperty" ) elementDescription = "Property: "; + + d3.select("#" + identifier).node().innerHTML = elementDescription + element.innerHTML; + d3.select("#" + identifier).node().title = element.innerHTML; + } + + function classSelectorFunction(){ + unselectAllElements(defaultClassSelectionContainers); + selectThisDefaultElement(this); + updateDefaultNameInAccordion(this, "defaultClass"); + } + + function datatypeSelectorFunction(){ + unselectAllElements(defaultDatatypeSelectionContainers); + selectThisDefaultElement(this); + updateDefaultNameInAccordion(this, "defaultDatatype"); + } + + function propertySelectorFunction(){ + unselectAllElements(defaultPropertySelectionContainers); + selectThisDefaultElement(this); + updateDefaultNameInAccordion(this, "defaultProperty"); + } + + + function setupSelectionContainers(){ + var classContainer = d3.select("#classContainer"); + var datatypeContainer = d3.select("#datatypeContainer"); + var propertyContainer = d3.select("#propertyContainer"); + // create the supported elements + + var defaultClass = "owl:Class"; + var defaultDatatype = "rdfs:Literal"; + var defaultProperty = "owl:objectProperty"; + + var supportedClasses = graph.options().supportedClasses(); + var supportedDatatypes = graph.options().supportedDatatypes(); + var supportedProperties = graph.options().supportedProperties(); + var i; + + for ( i = 0; i < supportedClasses.length; i++ ) { + var aClassSelectionContainer; + aClassSelectionContainer = classContainer.append("div"); + aClassSelectionContainer.classed("containerForDefaultSelection", true); + aClassSelectionContainer.classed("noselect", true); + aClassSelectionContainer.node().id = "selectedClass" + supportedClasses[i]; + aClassSelectionContainer.node().innerHTML = supportedClasses[i]; + + if ( supportedClasses[i] === defaultClass ) { + selectThisDefaultElement(aClassSelectionContainer.node()); + } + aClassSelectionContainer.on("click", classSelectorFunction); + defaultClassSelectionContainers.push(aClassSelectionContainer); + } + + for ( i = 0; i < supportedDatatypes.length; i++ ) { + var aDTSelectionContainer = datatypeContainer.append("div"); + aDTSelectionContainer.classed("containerForDefaultSelection", true); + aDTSelectionContainer.classed("noselect", true); + aDTSelectionContainer.node().id = "selectedDatatype" + supportedDatatypes[i]; + aDTSelectionContainer.node().innerHTML = supportedDatatypes[i]; + + if ( supportedDatatypes[i] === defaultDatatype ) { + selectThisDefaultElement(aDTSelectionContainer.node()); + } + aDTSelectionContainer.on("click", datatypeSelectorFunction); + defaultDatatypeSelectionContainers.push(aDTSelectionContainer); + } + for ( i = 0; i < supportedProperties.length; i++ ) { + var aPropSelectionContainer = propertyContainer.append("div"); + aPropSelectionContainer.classed("containerForDefaultSelection", true); + aPropSelectionContainer.classed("noselect", true); + aPropSelectionContainer.node().id = "selectedClass" + supportedProperties[i]; + aPropSelectionContainer.node().innerHTML = supportedProperties[i]; + aPropSelectionContainer.on("click", propertySelectorFunction); + if ( supportedProperties[i] === defaultProperty ) { + selectThisDefaultElement(aPropSelectionContainer.node()); + } + defaultPropertySelectionContainers.push(aPropSelectionContainer); + } + } + + function setupCollapsing(){ + // adapted version of this example: http://www.normansblog.de/simple-jquery-accordion/ + function collapseContainers( containers ){ + containers.classed("hidden", true); + } + + function expandContainers( containers ){ + containers.classed("hidden", false); + } + + var triggers = d3.selectAll(".accordion-trigger"); + + // Collapse all inactive triggers on startup + // collapseContainers(d3.selectAll(".accordion-trigger:not(.accordion-trigger-active) + div")); + + triggers.on("click", function (){ + var selectedTrigger = d3.select(this); + if ( selectedTrigger.classed("accordion-trigger-active") ) { + // Collapse the active (which is also the selected) trigger + collapseContainers(d3.select(selectedTrigger.node().nextElementSibling)); + selectedTrigger.classed("accordion-trigger-active", false); + } else { + // Collapse the other trigger ... + // collapseContainers(d3.selectAll(".accordion-trigger-active + div")); + // activeTriggers.classed("accordion-trigger-active", false); + // ... and expand the selected one + expandContainers(d3.select(selectedTrigger.node().nextElementSibling)); + selectedTrigger.classed("accordion-trigger-active", true); + } + }); + } + + + leftSidebar.isSidebarVisible = function (){ + return visibleSidebar; + }; + + leftSidebar.updateSideBarVis = function ( init ){ + var vis = leftSidebar.getSidebarVisibility(); + leftSidebar.showSidebar(parseInt(vis), init); + }; + + leftSidebar.initSideBarAnimation = function (){ + sideBarContainer.node().addEventListener("animationend", function (){ + sideBarContent.classed("hidden", !visibleSidebar); + if ( visibleSidebar === true ) { + sideBarContainer.style("width", "200px"); + sideBarContent.classed("hidden", false); + d3.select("#leftSideBarCollapseButton").style("left", "200px"); + d3.select("#leftSideBarCollapseButton").classed("hidden", false); + d3.select("#WarningErrorMessages").style("left", "100px"); + } + else { + sideBarContainer.style("width", "0px"); + d3.select("#leftSideBarCollapseButton").style("left", "0px"); + d3.select("#WarningErrorMessages").style("left", "0px"); + d3.select("#leftSideBarCollapseButton").classed("hidden", false); + + } + graph.updateCanvasContainerSize(); + graph.options().navigationMenu().updateScrollButtonVisibility(); + }); + }; + + leftSidebar.showSidebar = function ( val, init ){ + // make val to bool + var collapseButton = d3.select("#leftSideBarCollapseButton"); + if ( init === true ) { + visibleSidebar = (backupVisibility === 0); + sideBarContent.classed("hidden", !visibleSidebar); + sideBarContainer.style("-webkit-animation-name", "none"); + d3.select("#WarningErrorMessages").style("-webkit-animation-name", "none"); + if ( visibleSidebar === true ) { + sideBarContainer.style("width", "200px"); + sideBarContent.classed("hidden", false); + d3.select("#leftSideBarCollapseButton").style("left", "200px"); + d3.select("#leftSideBarCollapseButton").classed("hidden", false); + d3.select("#WarningErrorMessages").style("left", "100px"); + collapseButton.node().innerHTML = "<"; + } + + else { + sideBarContainer.style("width", "0px"); + d3.select("#WarningErrorMessages").style("left", "0px"); + d3.select("#leftSideBarCollapseButton").style("left", "0px"); + d3.select("#leftSideBarCollapseButton").classed("hidden", false); + collapseButton.node().innerHTML = ">"; + } + + graph.updateCanvasContainerSize(); + graph.options().navigationMenu().updateScrollButtonVisibility(); + return; + } + + d3.select("#leftSideBarCollapseButton").classed("hidden", true); + + if ( val === 1 ) { + visibleSidebar = true; + collapseButton.node().innerHTML = "<"; + // call expand animation; + sideBarContainer.style("-webkit-animation-name", "l_sbExpandAnimation"); + sideBarContainer.style("-webkit-animation-duration", "0.5s"); + // prepare the animation; + + d3.select("#WarningErrorMessages").style("-webkit-animation-name", "warn_ExpandLeftBarAnimation"); + d3.select("#WarningErrorMessages").style("-webkit-animation-duration", "0.5s"); + + } + if ( val === 0 ) { + visibleSidebar = false; + sideBarContent.classed("hidden", true); + collapseButton.node().innerHTML = ">"; + // call collapse animation + sideBarContainer.style("-webkit-animation-name", "l_sbCollapseAnimation"); + sideBarContainer.style("-webkit-animation-duration", "0.5s"); + d3.select("#WarningErrorMessages").style("-webkit-animation-name", "warn_CollapseLeftBarAnimation"); + d3.select("#WarningErrorMessages").style("-webkit-animation-duration", "0.5s"); + d3.select("#WarningErrorMessages").style("left", "0"); + } + + }; + + leftSidebar.getSidebarVisibility = function (){ + var isHidden = sideBarContent.classed("hidden"); + if ( isHidden === false ) return String(1); + if ( isHidden === true ) return String(0); + }; + + return leftSidebar; + }; + + /* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(6))) + +/***/ }), + +/***/ 340: +/***/ (function(module, exports, __webpack_require__) { + + /* WEBPACK VAR INJECTION */(function(d3) {/** + * Contains the logic for the sidebar. + * @param graph the graph that belongs to these controls + * @returns {{}} + */ + module.exports = function ( graph ){ + + var editSidebar = {}, + languageTools = webvowl.util.languageTools(), + elementTools = webvowl.util.elementTools(); + + var prefixModule = webvowl.util.prefixTools(graph); + var selectedElementForCharacteristics; + var oldPrefix, oldPrefixURL; + var prefix_editMode = false; + + + editSidebar.clearMetaObjectValue = function (){ + d3.select("#titleEditor").node().value = ""; + d3.select("#iriEditor").node().value = ""; + d3.select("#versionEditor").node().value = ""; + d3.select("#authorsEditor").node().value = ""; + d3.select("#descriptionEditor").node().value = ""; + // todo add clear description; + }; + + + editSidebar.updatePrefixUi = function (){ + editSidebar.updateElementWidth(); + var prefixListContainer = d3.select("#prefixURL_Container"); + while ( prefixListContainer.node().firstChild ) { + prefixListContainer.node().removeChild(prefixListContainer.node().firstChild); + } + setupPrefixList(); + }; + + editSidebar.setup = function (){ + setupCollapsing(); + setupPrefixList(); + setupAddPrefixButton(); + setupSupportedDatatypes(); + + + d3.select("#titleEditor") + .on("change", function (){ + graph.options().addOrUpdateGeneralObjectEntry("title", d3.select("#titleEditor").node().value); + }) + .on("keydown", function (){ + d3.event.stopPropagation(); + if ( d3.event.keyCode === 13 ) { + d3.event.preventDefault(); + graph.options().addOrUpdateGeneralObjectEntry("title", d3.select("#titleEditor").node().value); + } + }); + d3.select("#iriEditor") + .on("change", function (){ + if ( graph.options().addOrUpdateGeneralObjectEntry("iri", d3.select("#iriEditor").node().value) === false ) { + // restore value + d3.select("#iriEditor").node().value = graph.options().getGeneralMetaObjectProperty('iri'); + } + }) + .on("keydown", function (){ + d3.event.stopPropagation(); + if ( d3.event.keyCode === 13 ) { + d3.event.preventDefault(); + if ( graph.options().addOrUpdateGeneralObjectEntry("iri", d3.select("#iriEditor").node().value) === false ) { + // restore value + d3.select("#iriEditor").node().value = graph.options().getGeneralMetaObjectProperty('iri'); + } + } + }); + d3.select("#versionEditor") + .on("change", function (){ + graph.options().addOrUpdateGeneralObjectEntry("version", d3.select("#versionEditor").node().value); + }) + .on("keydown", function (){ + d3.event.stopPropagation(); + if ( d3.event.keyCode === 13 ) { + d3.event.preventDefault(); + graph.options().addOrUpdateGeneralObjectEntry("version", d3.select("#versionEditor").node().value); + } + }); + d3.select("#authorsEditor") + .on("change", function (){ + graph.options().addOrUpdateGeneralObjectEntry("author", d3.select("#authorsEditor").node().value); + }) + .on("keydown", function (){ + d3.event.stopPropagation(); + if ( d3.event.keyCode === 13 ) { + d3.event.preventDefault(); + graph.options().addOrUpdateGeneralObjectEntry("author", d3.select("#authorsEditor").node().value); + } + }); + d3.select("#descriptionEditor") + .on("change", function (){ + graph.options().addOrUpdateGeneralObjectEntry("description", d3.select("#descriptionEditor").node().value); + }); + + editSidebar.updateElementWidth(); + + }; + + function setupSupportedDatatypes(){ + var datatypeEditorSelection = d3.select("#typeEditor_datatype").node(); + var supportedDatatypes = ["undefined", "xsd:boolean", "xsd:double", "xsd:integer", "xsd:string"]; + for ( var i = 0; i < supportedDatatypes.length; i++ ) { + var optB = document.createElement('option'); + optB.innerHTML = supportedDatatypes[i]; + datatypeEditorSelection.appendChild(optB); + } + } + + function highlightDeleteButton( enable, name ){ + var deletePath = d3.select("#del_pathFor_" + name); + var deleteRect = d3.select("#del_rectFor_" + name); + + if ( enable === false ) { + deletePath.node().style = "stroke: #f00;"; + deleteRect.style("cursor", "auto"); + } else { + deletePath.node().style = "stroke: #ff972d;"; + deleteRect.style("cursor", "pointer"); + } + } + + + function highlightEditButton( enable, name, fill ){ + var editPath = d3.select("#pathFor_" + name); + var editRect = d3.select("#rectFor_" + name); + + if ( enable === false ) { + if ( fill ) + editPath.node().style = "fill: #fff; stroke : #fff; stroke-width : 1px"; + else + editPath.node().style = " stroke : #fff; stroke-width : 1px"; + + editRect.style("cursor", "auto"); + } else { + if ( fill ) + editPath.node().style = "fill: #ff972d; stroke : #ff972d; stroke-width : 1px"; + else + editPath.node().style = "stroke : #ff972d; stroke-width : 1px"; + editRect.style("cursor", "pointer"); + } + + } + + function setupAddPrefixButton(){ + var btn = d3.select("#addPrefixButton"); + btn.on("click", function (){ + + // check if we are still in editMode? + if ( prefix_editMode === false ) { + // create new line entry; + var name = "emptyPrefixEntry"; + var prefixListContainer = d3.select("#prefixURL_Container"); + var prefixEditContainer = prefixListContainer.append("div"); + prefixEditContainer.classed("prefixIRIElements", true); + prefixEditContainer.node().id = "prefixContainerFor_" + name; + + var IconContainer = prefixEditContainer.append("div"); + IconContainer.style("position", "absolute"); + IconContainer.node().id = "containerFor_" + name; + var editButton = IconContainer.append("svg"); + editButton.style("width", "14px"); + editButton.style("height", "20px"); + // editButton.classed("editPrefixButton", true); + editButton.classed("noselect", true); + //editButton.node().innerHTML = "\u2714"; + editButton.node().id = "editButtonFor_" + name; + + editButton.node().elementStyle = "save"; + editButton.node().selectorName = name; + var editIcon = editButton.append("g"); + var editRect = editIcon.append("rect"); + var editPath = editIcon.append("path"); + editIcon.node().id = "iconFor_" + name; + editPath.node().id = "pathFor_" + name; + editRect.node().id = "rectFor_" + name; + + editIcon.node().selectorName = name; + editPath.node().selectorName = name; + editRect.node().selectorName = name; + IconContainer.node().title = "Save new prefix and IRI"; + + editPath.classed("editPrefixIcon"); + editPath.style("stroke", "#fff"); + editPath.style("stroke-width", "1px"); + editPath.style("fill", "#fff"); + editRect.attr("width", "14px"); + editRect.attr("height", "14px"); + editRect.style("fill", "#18202A"); + editRect.attr("transform", "matrix(1,0,0,1,-3,4)"); + + editButton.selectAll("g").on("mouseover", function (){ + highlightEditButton(true, this.selectorName, true); + }); + editButton.selectAll("g").on("mouseout", function (){ + highlightEditButton(false, this.selectorName, true); + }); + // Check mark + // M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z + // pencil + // M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04c.39-.39.39-1.02 0-1.41l-2.34-2.34c-.39-.39-1.02-.39-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z + editPath.attr("d", "M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z"); + editPath.attr("transform", "matrix(0.45,0,0,0.45,0,5)"); + + var prefInput = prefixEditContainer.append("input"); + prefInput.classed("prefixInput", true); + prefInput.node().type = "text"; + prefInput.node().id = "prefixInputFor_" + name; + prefInput.node().autocomplete = "off"; + prefInput.node().value = ""; + prefInput.style("margin-left", "14px"); + + var prefURL = prefixEditContainer.append("input"); + prefURL.classed("prefixURL", true); + prefURL.node().type = "text"; + prefURL.node().id = "prefixURLFor_" + name; + prefURL.node().autocomplete = "off"; + prefURL.node().value = ""; + + prefInput.node().disabled = false; + prefURL.node().disabled = false; + prefix_editMode = true; + var deleteContainer = prefixEditContainer.append("div"); + deleteContainer.style("float", "right"); + var deleteButton = deleteContainer.append("svg"); + deleteButton.node().id = "deleteButtonFor_" + name; + deleteContainer.node().title = "Delete prefix and IRI"; + deleteButton.style("width", "10px"); + deleteButton.style("height", "20px"); + var deleteIcon = deleteButton.append("g"); + var deleteRect = deleteIcon.append("rect"); + var deletePath = deleteIcon.append("path"); + deleteIcon.node().id = "del_iconFor_" + name; + deletePath.node().id = "del_pathFor_" + name; + deleteRect.node().id = "del_rectFor_" + name; + + deleteIcon.node().selectorName = name; + deletePath.node().selectorName = name; + deleteRect.node().selectorName = name; + + + deletePath.style("stroke", "#f00"); + deleteRect.attr("width", "10px"); + deleteRect.attr("height", "14px"); + deleteRect.style("fill", "#18202A"); + deleteRect.attr("transform", "matrix(1,0,0,1,-3,4)"); + + + deletePath.attr("d", "M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"); + deletePath.attr("transform", "matrix(0.45,0,0,0.45,0,5)"); + + deleteButton.selectAll("g").on("mouseover", function (){ + highlightDeleteButton(true, this.selectorName); + }); + deleteButton.selectAll("g").on("mouseout", function (){ + highlightDeleteButton(false, this.selectorName); + }); + + + // connect the buttons; + editButton.on("click", enablePrefixEdit); + deleteButton.on("click", deletePrefixLine); + + editSidebar.updateElementWidth(); + // swap focus to prefixInput + prefInput.node().focus(); + oldPrefix = name; + oldPrefixURL = ""; + d3.select("#addPrefixButton").node().innerHTML = "Save Prefix"; + } else { + d3.select("#editButtonFor_emptyPrefixEntry").on("click")(d3.select("#editButtonFor_emptyPrefixEntry").node()); + } + + }); + + } + + function setupPrefixList(){ + if ( graph.isEditorMode() === false ) return; + var prefixListContainer = d3.select("#prefixURL_Container"); + var prefixElements = graph.options().prefixList(); + for ( var name in prefixElements ) { + if ( prefixElements.hasOwnProperty(name) ) { + var prefixEditContainer = prefixListContainer.append("div"); + prefixEditContainer.classed("prefixIRIElements", true); + prefixEditContainer.node().id = "prefixContainerFor_" + name; + + // create edit button which enables the input fields + var IconContainer = prefixEditContainer.append("div"); + IconContainer.style("position", "absolute"); + IconContainer.node().id = "containerFor_" + name; + var editButton = IconContainer.append("svg"); + editButton.style("width", "14px"); + editButton.style("height", "20px"); + editButton.classed("noselect", true); + editButton.node().id = "editButtonFor_" + name; + IconContainer.node().title = "Edit prefix and IRI"; + editButton.node().elementStyle = "save"; + editButton.node().selectorName = name; + + editButton.node().id = "editButtonFor_" + name; + editButton.node().elementStyle = "edit"; + var editIcon = editButton.append("g"); + var editRect = editIcon.append("rect"); + var editPath = editIcon.append("path"); + editIcon.node().id = "iconFor_" + name; + editPath.node().id = "pathFor_" + name; + editRect.node().id = "rectFor_" + name; + + editIcon.node().selectorName = name; + editPath.node().selectorName = name; + editRect.node().selectorName = name; + + + editPath.classed("editPrefixIcon"); + editPath.style("stroke", "#fff"); + editPath.style("stroke-width", "1px"); + editRect.attr("width", "14px"); + editRect.attr("height", "14px"); + editRect.style("fill", "#18202A"); + editRect.attr("transform", "matrix(1,0,0,1,-3,4)"); + + editButton.selectAll("g").on("mouseover", function (){ + var sender = this; + var fill = false; + var enable = true; + var f_editPath = d3.select("#pathFor_" + sender.selectorName); + var f_editRect = d3.select("#rectFor_" + sender.selectorName); + + if ( enable === false ) { + if ( fill ) + f_editPath.node().style = "fill: #fff; stroke : #fff; stroke-width : 1px"; + else + f_editPath.node().style = " stroke : #fff; stroke-width : 1px"; + + f_editRect.style("cursor", "auto"); + } else { + if ( fill ) + f_editPath.node().style = "fill: #ff972d; stroke : #ff972d; stroke-width : 1px"; + else + f_editPath.node().style = "stroke : #ff972d; stroke-width : 1px"; + f_editRect.style("cursor", "pointer"); + } + }); + editButton.selectAll("g").on("mouseout", function (){ + var sender = this; + var fill = false; + var enable = false; + var f_editPath = d3.select("#pathFor_" + sender.selectorName); + var f_editRect = d3.select("#rectFor_" + sender.selectorName); + + if ( enable === false ) { + if ( fill ) + f_editPath.node().style = "fill: #fff; stroke : #fff; stroke-width : 1px"; + else + f_editPath.node().style = " stroke : #fff; stroke-width : 1px"; + + f_editRect.style("cursor", "auto"); + } else { + if ( fill ) + f_editPath.node().style = "fill: #ff972d; stroke : #ff972d; stroke-width : 1px"; + else + f_editPath.node().style = "stroke : #ff972d; stroke-width : 1px"; + f_editRect.style("cursor", "pointer"); + } + }); + + editPath.attr("d", "M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04c.39-.39.39-1.02 0-1.41l-2.34-2.34c-.39-.39-1.02-.39-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z"); + editPath.attr("transform", "matrix(-0.45,0,0,0.45,10,5)"); + + // create input field for prefix + var prefInput = prefixEditContainer.append("input"); + prefInput.classed("prefixInput", true); + prefInput.node().type = "text"; + prefInput.node().id = "prefixInputFor_" + name; + prefInput.node().autocomplete = "off"; + prefInput.node().value = name; + prefInput.style("margin-left", "14px"); + + // create input field for prefix url + var prefURL = prefixEditContainer.append("input"); + prefURL.classed("prefixURL", true); + prefURL.node().type = "text"; + prefURL.node().id = "prefixURLFor_" + name; + prefURL.node().autocomplete = "off"; + prefURL.node().value = prefixElements[name]; + prefURL.node().title = prefixElements[name]; + // disable the input fields (already defined elements can be edited later) + prefInput.node().disabled = true; + prefURL.node().disabled = true; + + // create the delete button + var deleteContainer = prefixEditContainer.append("div"); + deleteContainer.style("float", "right"); + var deleteButton = deleteContainer.append("svg"); + deleteButton.node().id = "deleteButtonFor_" + name; + deleteContainer.node().title = "Delete prefix and IRI"; + deleteButton.style("width", "10px"); + deleteButton.style("height", "20px"); + var deleteIcon = deleteButton.append("g"); + var deleteRect = deleteIcon.append("rect"); + var deletePath = deleteIcon.append("path"); + deleteIcon.node().id = "del_iconFor_" + name; + deletePath.node().id = "del_pathFor_" + name; + deleteRect.node().id = "del_rectFor_" + name; + + deleteIcon.node().selectorName = name; + deletePath.node().selectorName = name; + deleteRect.node().selectorName = name; + + + deletePath.style("stroke", "#f00"); + deleteRect.attr("width", "10px"); + deleteRect.attr("height", "14px"); + deleteRect.style("fill", "#18202A"); + deleteRect.attr("transform", "matrix(1,0,0,1,-3,4)"); + + + deletePath.attr("d", "M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"); + deletePath.attr("transform", "matrix(0.45,0,0,0.45,0,5)"); + + deleteButton.selectAll("g").on("mouseover", function (){ + var selector = this; + var enable = true; + var f_deletePath = d3.select("#del_pathFor_" + selector.selectorName); + var f_deleteRect = d3.select("#del_rectFor_" + selector.selectorName); + + if ( enable === false ) { + f_deletePath.node().style = "stroke: #f00;"; + f_deleteRect.style("cursor", "auto"); + } else { + f_deletePath.node().style = "stroke: #ff972d;"; + f_deleteRect.style("cursor", "pointer"); + } + }); + deleteButton.selectAll("g").on("mouseout", function (){ + var selector = this; + var enable = false; + var f_deletePath = d3.select("#del_pathFor_" + selector.selectorName); + var f_deleteRect = d3.select("#del_rectFor_" + selector.selectorName); + + if ( enable === false ) { + f_deletePath.node().style = "stroke: #f00;"; + f_deleteRect.style("cursor", "auto"); + } else { + f_deletePath.node().style = "stroke: #ff972d;"; + f_deleteRect.style("cursor", "pointer"); + } + }); + + + editButton.on("click", enablePrefixEdit); + deleteButton.on("click", deletePrefixLine); + + // EXPERIMENTAL + + if ( name === "rdf" || + name === "rdfs" || + name === "xsd" || name === "dc" || + name === "owl" + ) { + // make them invis so the spacing does not change + IconContainer.classed("hidden", true); + deleteContainer.classed("hidden", true); + } + } + } + prefixModule.updatePrefixModel(); + } + + function deletePrefixLine(){ + if ( this.disabled === true ) return; + d3.select("#addPrefixButton").node().innerHTML = "Add Prefix"; + var selector = this.id.split("_")[1]; + d3.select("#prefixContainerFor_" + selector).remove(); + graph.options().removePrefix(selector); + prefix_editMode = false; // < 0 ) { + var basePref = graph.options().prefixList()[pr]; + if ( basePref === undefined ) { + console.log("ERROR __________________"); + graph.options().warningModule().showWarning("Invalid Element IRI", + "Could not resolve prefix '" + basePref + "'", + "Restoring previous IRI for Element" + element.iri(), 1, false); + d3.select("#element_iriEditor").node().value = element.iri(); + return; + + } + // check if url is not empty + + if ( name.length === 0 ) { + graph.options().warningModule().showWarning("Invalid Element IRI", + "Input IRI is EMPTY", + "Restoring previous IRI for Element" + element.iri(), 1, false); + console.log("NO INPUT PROVIDED"); + d3.select("#element_iriEditor").node().value = element.iri(); + return; + + } + url = basePref + name; + } + else { + url = base + name; + } + } else { + if ( url.length === 0 ) { + // + console.log("NO INPUT PROVIDED"); + d3.select("#element_iriEditor").node().value = element.iri(); + return; + } + // failed to identify anything useful + console.log("Tryig to use the input!"); + url = base + url; + } + } + return url; + } + + function changeIriForElement( element ){ + var url = getURLFROMPrefixedVersion(element); + var base = graph.options().getGeneralMetaObjectProperty("iri"); + var sanityCheckResult; + if ( elementTools.isNode(element) ) { + + sanityCheckResult = graph.checkIfIriClassAlreadyExist(url); + if ( sanityCheckResult === false ) { + element.iri(url); + } else { + // throw warnign + graph.options().warningModule().showWarning("Already seen this class", + "Input IRI: " + url + " for element: " + element.labelForCurrentLanguage() + " already been set", + "Restoring previous IRI for Element : " + element.iri(), 2, false, sanityCheckResult); + + editSidebar.updateSelectionInformation(element); + return; + + } + } + if ( elementTools.isProperty(element) === true ) { + sanityCheckResult = editSidebar.checkProperIriChange(element, url); + if ( sanityCheckResult !== false ) { + graph.options().warningModule().showWarning("Already seen this property", + "Input IRI: " + url + " for element: " + element.labelForCurrentLanguage() + " already been set", + "Restoring previous IRI for Element : " + element.iri(), 1, false, sanityCheckResult); + + editSidebar.updateSelectionInformation(element); + return; + } + } + + // if (element.existingPropertyIRI(url)===true){ + // console.log("I Have seen this Particular URL already "+url); + // graph.options().warningModule().showWarning("Already Seen This one ", + // "Input IRI For Element"+ element.labelForCurrentLanguage()+" already been set ", + // "Restoring previous IRI for Element"+element.iri(),1,false); + // d3.select("#element_iriEditor").node().value=graph.options().prefixModule().getPrefixRepresentationForFullURI(element.iri()); + // editSidebar.updateSelectionInformation(element); + // return; + // } + + element.iri(url); + if ( identifyExternalCharacteristicForElement(base, url) === true ) { + addAttribute(element, "external"); + // background color for external element; + element.backgroundColor("#36C"); + element.redrawElement(); + element.redrawLabelText(); + // handle visual selection + + } else { + removeAttribute(element, "external"); + // background color for external element; + element.backgroundColor(undefined); + element.redrawElement(); + element.redrawLabelText(); + + } + + if ( element.focused() ) { + graph.options().focuserModule().handle(element, true); // unfocus + graph.options().focuserModule().handle(element, true); // focus + } + // graph.options().focuserModule().handle(undefined); + + + d3.select("#element_iriEditor").node().value = prefixModule.getPrefixRepresentationForFullURI(url); + editSidebar.updateSelectionInformation(element); + } + + function validURL( str ){ + var urlregex = /^(https?|ftp):\/\/([a-zA-Z0-9.-]+(:[a-zA-Z0-9.&%$-]+)*@)*((25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9][0-9]?)(\.(25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9]?[0-9])){3}|([a-zA-Z0-9-]+\.)*[a-zA-Z0-9-]+\.(com|edu|gov|int|mil|net|org|biz|arpa|info|name|pro|aero|coop|museum|[a-zA-Z]{2}))(:[0-9]+)*(\/($|[a-zA-Z0-9.,?'\\+&%$#=~_-]+))*$/; + return urlregex.test(str); + } + + + function changeLabelForElement( element ){ + element.label(d3.select("#element_labelEditor").node().value); + element.redrawLabelText(); + } + + editSidebar.updateEditDeleteButtonIds = function ( oldPrefix, newPrefix ){ + d3.select("#prefixInputFor_" + oldPrefix).node().id = "prefixInputFor_" + newPrefix; + d3.select("#prefixURLFor_" + oldPrefix).node().id = "prefixURLFor_" + newPrefix; + d3.select("#deleteButtonFor_" + oldPrefix).node().id = "deleteButtonFor_" + newPrefix; + d3.select("#editButtonFor_" + oldPrefix).node().id = "editButtonFor_" + newPrefix; + + d3.select("#prefixContainerFor_" + oldPrefix).node().id = "prefixContainerFor_" + newPrefix; + }; + + editSidebar.checkForExistingURL = function ( url ){ + var i; + var allProps = graph.getUnfilteredData().properties; + for ( i = 0; i < allProps.length; i++ ) { + if ( allProps[i].iri() === url ) return true; + } + return false; + + }; + editSidebar.checkProperIriChange = function ( element, url ){ + console.log("Element changed Label"); + console.log("Testing URL " + url); + if ( element.type() === "rdfs:subClassOf" || element.type() === "owl:disjointWith" ) { + console.log("ignore this for now, already handled in the type and domain range changer"); + } else { + var i; + var allProps = graph.getUnfilteredData().properties; + for ( i = 0; i < allProps.length; i++ ) { + if ( allProps[i] === element ) continue; + if ( allProps[i].iri() === url ) return allProps[i]; + } + } + return false; + }; + + editSidebar.updateSelectionInformation = function ( element ){ + + if ( element === undefined ) { + // show hint; + d3.select("#selectedElementProperties").classed("hidden", true); + d3.select("#selectedElementPropertiesEmptyHint").classed("hidden", false); + selectedElementForCharacteristics = null; + editSidebar.updateElementWidth(); + } + else { + d3.select("#selectedElementProperties").classed("hidden", false); + d3.select("#selectedElementPropertiesEmptyHint").classed("hidden", true); + d3.select("#typeEditForm_datatype").classed("hidden", true); + + // set the element IRI, and labels + d3.select("#element_iriEditor").node().value = element.iri(); + d3.select("#element_labelEditor").node().value = element.labelForCurrentLanguage(); + d3.select("#element_iriEditor").node().title = element.iri(); + + d3.select("#element_iriEditor") + .on("change", function (){ + var elementIRI = element.iri(); + var prefixed = graph.options().prefixModule().getPrefixRepresentationForFullURI(elementIRI); + if ( prefixed === d3.select("#element_iriEditor").node().value ) { + console.log("Iri is identical, nothing has changed!"); + return; + } + + changeIriForElement(element); + }) + .on("keydown", function (){ + d3.event.stopPropagation(); + if ( d3.event.keyCode === 13 ) { + d3.event.preventDefault(); + console.log("IRI CHANGED Via ENTER pressed"); + changeIriForElement(element); + d3.select("#element_iriEditor").node().title = element.iri(); + } + }); + + var forceIRISync = defaultIriValue(element); + d3.select("#element_labelEditor") + .on("change", function (){ + var sanityCheckResult; + console.log("Element changed Label"); + var url = getURLFROMPrefixedVersion(element); + if ( element.iri() !== url ) { + if ( elementTools.isProperty(element) === true ) { + sanityCheckResult = editSidebar.checkProperIriChange(element, url); + if ( sanityCheckResult !== false ) { + graph.options().warningModule().showWarning("Already seen this property", + "Input IRI: " + url + " for element: " + element.labelForCurrentLanguage() + " already been set", + "Continuing with duplicate property!", 1, false, sanityCheckResult); + editSidebar.updateSelectionInformation(element); + return; + } + } + + if ( elementTools.isNode(element) === true ) { + sanityCheckResult = graph.checkIfIriClassAlreadyExist(url); + if ( sanityCheckResult !== false ) { + graph.options().warningModule().showWarning("Already seen this Class", + "Input IRI: " + url + " for element: " + element.labelForCurrentLanguage() + " already been set", + "Restoring previous IRI for Element : " + element.iri(), 2, false, sanityCheckResult); + + editSidebar.updateSelectionInformation(element); + return; + } + } + element.iri(url); + } + changeLabelForElement(element); + editSidebar.updateSelectionInformation(element); // prevents that it will be changed if node is still active + }) + .on("keydown", function (){ + d3.event.stopPropagation(); + if ( d3.event.keyCode === 13 ) { + d3.event.preventDefault(); + var sanityCheckResult; + console.log("Element changed Label"); + var url = getURLFROMPrefixedVersion(element); + if ( element.iri() !== url ) { + if ( elementTools.isProperty(element) === true ) { + sanityCheckResult = editSidebar.checkProperIriChange(element, url); + if ( sanityCheckResult !== false ) { + graph.options().warningModule().showWarning("Already seen this property", + "Input IRI: " + url + " for element: " + element.labelForCurrentLanguage() + " already been set", + "Continuing with duplicate property!", 1, false, sanityCheckResult); + + editSidebar.updateSelectionInformation(element); + return; + } + } + + if ( elementTools.isNode(element) === true ) { + sanityCheckResult = graph.checkIfIriClassAlreadyExist(url); + if ( sanityCheckResult !== false ) { + graph.options().warningModule().showWarning("Already seen this Class", + "Input IRI: " + url + " for element: " + element.labelForCurrentLanguage() + " already been set", + "Restoring previous IRI for Element : " + element.iri(), 2, false, sanityCheckResult); + + editSidebar.updateSelectionInformation(element); + return; + } + } + element.iri(url); + } + changeLabelForElement(element); + } + }) + .on("keyup", function (){ + if ( forceIRISync ) { + var labelName = d3.select("#element_labelEditor").node().value; + var resourceName = labelName.replaceAll(" ", "_"); + var syncedIRI = element.baseIri() + resourceName; + + //element.iri(syncedIRI); + d3.select("#element_iriEditor").node().title = element.iri(); + d3.select("#element_iriEditor").node().value = prefixModule.getPrefixRepresentationForFullURI(syncedIRI); + } + }); + // check if we are allowed to change IRI OR LABEL + d3.select("#element_iriEditor").node().disabled = false; + d3.select("#element_labelEditor").node().disabled = false; + + if ( element.type() === "rdfs:subClassOf" ) { + d3.select("#element_iriEditor").node().value = "http://www.w3.org/2000/01/rdf-schema#subClassOf"; + d3.select("#element_iriEditor").node().title = "http://www.w3.org/2000/01/rdf-schema#subClassOf"; + d3.select("#element_labelEditor").node().value = "Subclass of"; + d3.select("#element_iriEditor").node().disabled = true; + d3.select("#element_labelEditor").node().disabled = true; + } + if ( element.type() === "owl:Thing" ) { + d3.select("#element_iriEditor").node().value = "http://www.w3.org/2002/07/owl#Thing"; + d3.select("#element_iriEditor").node().title = "http://www.w3.org/2002/07/owl#Thing"; + d3.select("#element_labelEditor").node().value = "Thing"; + d3.select("#element_iriEditor").node().disabled = true; + d3.select("#element_labelEditor").node().disabled = true; + } + + if ( element.type() === "owl:disjointWith" ) { + d3.select("#element_iriEditor").node().value = "http://www.w3.org/2002/07/owl#disjointWith"; + d3.select("#element_iriEditor").node().title = "http://www.w3.org/2002/07/owl#disjointWith"; + d3.select("#element_iriEditor").node().disabled = true; + d3.select("#element_labelEditor").node().disabled = true; + } + + if ( element.type() === "rdfs:Literal" ) { + d3.select("#element_iriEditor").node().value = "http://www.w3.org/2000/01/rdf-schema#Literal"; + d3.select("#element_iriEditor").node().title = "http://www.w3.org/2000/01/rdf-schema#Literal"; + d3.select("#element_iriEditor").node().disabled = true; + d3.select("#element_labelEditor").node().disabled = true; + element.iri("http://www.w3.org/2000/01/rdf-schema#Literal"); + } + if ( element.type() === "rdfs:Datatype" ) { + var datatypeEditorSelection = d3.select("#typeEditor_datatype"); + d3.select("#typeEditForm_datatype").classed("hidden", false); + element.iri("http://www.w3.org/2000/01/rdf-schema#Datatype"); + d3.select("#element_iriEditor").node().value = "http://www.w3.org/2000/01/rdf-schema#Datatype"; + d3.select("#element_iriEditor").node().title = "http://www.w3.org/2000/01/rdf-schema#Datatype"; + d3.select("#element_iriEditor").node().disabled = true; + d3.select("#element_labelEditor").node().disabled = true; + + datatypeEditorSelection.node().value = element.dType(); + if ( datatypeEditorSelection.node().value === "undefined" ) { + d3.select("#element_iriEditor").node().disabled = true; // always prevent IRI modifications + d3.select("#element_labelEditor").node().disabled = false; + } + // reconnect the element + datatypeEditorSelection.on("change", function (){ + changeDatatypeType(element); + }); + } + + // add type selector + var typeEditorSelection = d3.select("#typeEditor").node(); + var htmlCollection = typeEditorSelection.children; + var numEntries = htmlCollection.length; + var i; + var elementPrototypes = getElementPrototypes(element); + for ( i = 0; i < numEntries; i++ ) + typeEditorSelection.removeChild(htmlCollection[0]); + + for ( i = 0; i < elementPrototypes.length; i++ ) { + var optA = document.createElement('option'); + optA.innerHTML = elementPrototypes[i]; + typeEditorSelection.appendChild(optA); + } + // set the proper value in the selection + typeEditorSelection.value = element.type(); + d3.select("#typeEditor").on("change", function (){ + elementTypeSelectionChanged(element); + }); + + + // add characteristics selection + var needChar = elementNeedsCharacteristics(element); + d3.select("#property_characteristics_Container").classed("hidden", !needChar); + if ( needChar === true ) { + addElementsCharacteristics(element); + } + var fullURI = d3.select("#element_iriEditor").node().value; + d3.select("#element_iriEditor").node().value = prefixModule.getPrefixRepresentationForFullURI(fullURI); + d3.select("#element_iriEditor").node().title = fullURI; + editSidebar.updateElementWidth(); + } + + }; + + editSidebar.updateGeneralOntologyInfo = function (){ + var preferredLanguage = graph && graph.language ? graph.language() : null; + + // get it from graph.options + var generalMetaObj = graph.options().getGeneralMetaObject(); + if ( generalMetaObj.hasOwnProperty("title") ) { + // title has language to it -.- + if ( typeof generalMetaObj.title === "object" ) { + d3.select("#titleEditor").node().value = languageTools.textInLanguage(generalMetaObj.title, preferredLanguage); + } else + d3.select("#titleEditor").node().value = generalMetaObj.title; + } + if ( generalMetaObj.hasOwnProperty("iri") ) d3.select("#iriEditor").node().value = generalMetaObj.iri; + if ( generalMetaObj.hasOwnProperty("version") ) d3.select("#versionEditor").node().value = generalMetaObj.version; + if ( generalMetaObj.hasOwnProperty("author") ) d3.select("#authorsEditor").node().value = generalMetaObj.author; + + + if ( generalMetaObj.hasOwnProperty("description") ) { + + if ( typeof generalMetaObj.description === "object" ) + d3.select("#descriptionEditor").node().value = + languageTools.textInLanguage(generalMetaObj.description, preferredLanguage); + else + d3.select("#descriptionEditor").node().value = generalMetaObj.description; + } + else + d3.select("#descriptionEditor").node().value = "No Description"; + }; + + editSidebar.updateElementWidth = function (){ + var height = window.innerHeight - 40; + var lsb_offset = d3.select("#logo").node().getBoundingClientRect().height + 5; + var lsb_height = height - lsb_offset; + d3.select("#containerForLeftSideBar").style("top", lsb_offset + "px"); + d3.select("#leftSideBarCollapseButton").style("top", lsb_offset + "px"); + d3.select("#containerForLeftSideBar").style("height", lsb_height + "px"); + + var div_width = d3.select("#generalDetailsEdit").node().getBoundingClientRect().width; + div_width += 10; + + var title_labelWidth = d3.select("#titleEditor-label").node().getBoundingClientRect().width + 20; + var iri_labelWidth = d3.select("#iriEditor-label").node().getBoundingClientRect().width + 20; + var version_labelWidth = d3.select("#versionEditor-label").node().getBoundingClientRect().width + 20; + var author_labelWidth = d3.select("#authorsEditor-label").node().getBoundingClientRect().width + 20; + //find max width; + var maxW = 0; + maxW = Math.max(maxW, title_labelWidth); + maxW = Math.max(maxW, iri_labelWidth); + maxW = Math.max(maxW, version_labelWidth); + maxW = Math.max(maxW, author_labelWidth); + + var meta_inputWidth = div_width - maxW - 10; + + d3.select("#titleEditor").style("width", meta_inputWidth + "px"); + d3.select("#iriEditor").style("width", meta_inputWidth + "px"); + d3.select("#versionEditor").style("width", meta_inputWidth + "px"); + d3.select("#authorsEditor").style("width", meta_inputWidth + "px"); + + + var elementIri_width = d3.select("#element_iriEditor-label").node().getBoundingClientRect().width + 20; + var elementLabel_width = d3.select("#element_labelEditor-label").node().getBoundingClientRect().width + 20; + var elementType_width = d3.select("#typeEditor-label").node().getBoundingClientRect().width + 20; + var elementDType_width = d3.select("#typeEditor_datatype-label").node().getBoundingClientRect().width + 20; + + maxW = 0; + maxW = Math.max(maxW, elementIri_width); + maxW = Math.max(maxW, elementLabel_width); + maxW = Math.max(maxW, elementType_width); + maxW = Math.max(maxW, elementDType_width); + var selectedElement_inputWidth = div_width - maxW - 10; + + d3.select("#element_iriEditor").style("width", selectedElement_inputWidth + "px"); + d3.select("#element_labelEditor").style("width", selectedElement_inputWidth + "px"); + d3.select("#typeEditor").style("width", selectedElement_inputWidth + 4 + "px"); + d3.select("#typeEditor_datatype").style("width", selectedElement_inputWidth + 4 + "px"); + + // update prefix Element width; + var containerWidth = d3.select("#containerForPrefixURL").node().getBoundingClientRect().width; + if ( containerWidth !== 0 ) { + var inputs = d3.selectAll(".prefixInput"); + if ( inputs.node() ) { + var prefixWidth = d3.selectAll(".prefixInput").node().getBoundingClientRect().width; + d3.selectAll(".prefixURL").style("width", containerWidth - prefixWidth - 45 + "px"); + } + } + }; + + function addElementsCharacteristics( element ){ + // save selected element for checkbox handler + selectedElementForCharacteristics = element; + var i; + // KILL old elements + var charSelectionNode = d3.select("#property_characteristics_Selection"); + var htmlCollection = charSelectionNode.node().children; + if ( htmlCollection ) { + var numEntries = htmlCollection.length; + for ( var q = 0; q < numEntries; q++ ) { + charSelectionNode.node().removeChild(htmlCollection[0]); + } + } + // datatypes kind of ignored by the elementsNeedCharacteristics function + // so we need to check if we are a node or not + if ( element.attributes().indexOf("external") > -1 ) { + // add external span to the div; + var externalCharSpan = charSelectionNode.append("span"); + externalCharSpan.classed("spanForCharSelection", true); + externalCharSpan.node().innerHTML = "external"; + } + var filterContainer, + filterCheckbox; + if ( elementTools.isNode(element) === true ) { + // add the deprecated characteristic; + var arrayOfNodeChars = ["deprecated"]; + for ( i = 0; i < arrayOfNodeChars.length; i++ ) { + filterContainer = charSelectionNode + .append("div") + .classed("checkboxContainer", true) + .style("padding-top", "2px"); + + filterCheckbox = filterContainer.append("input") + .classed("filterCheckbox", true) + .attr("id", "CharacteristicsCheckbox" + i) + .attr("type", "checkbox") + .attr("characteristics", arrayOfNodeChars[i]) + .property("checked", getPresentAttribute(element, arrayOfNodeChars[i])); + // + filterContainer.append("label") + .attr("for", "CharacteristicsCheckbox" + i) + .text(arrayOfNodeChars[i]); + + filterCheckbox.on("click", handleCheckBoxClick); + + } + } + + else { + // add the deprecated characteristic; + var arrayOfPropertyChars = ["deprecated", "inverse functional", "functional", "transitive"]; + if ( elementTools.isDatatypeProperty(element) === true ) { + arrayOfPropertyChars = ["deprecated", "functional"]; + } + for ( i = 0; i < arrayOfPropertyChars.length; i++ ) { + filterContainer = charSelectionNode + .append("div") + .classed("checkboxContainer", true) + .style("padding-top", "2px"); + + filterCheckbox = filterContainer.append("input") + .classed("filterCheckbox", true) + .attr("id", "CharacteristicsCheckbox" + i) + .attr("type", "checkbox") + .attr("characteristics", arrayOfPropertyChars[i]) + .property("checked", getPresentAttribute(element, arrayOfPropertyChars[i])); + // + filterContainer.append("label") + .attr("for", "CharacteristicsCheckbox" + i) + .text(arrayOfPropertyChars[i]); + + filterCheckbox.on("click", handleCheckBoxClick); + + } + } + + + } + + function getPresentAttribute( selectedElement, element ){ + return (selectedElement.attributes().indexOf(element) >= 0); + } + + function handleCheckBoxClick(){ + var checked = this.checked; + var char = this.getAttribute("characteristics"); + if ( checked === true ) { + addAttribute(selectedElementForCharacteristics, char); + } else { + removeAttribute(selectedElementForCharacteristics, char); + } + // graph.executeColorExternalsModule(); + selectedElementForCharacteristics.redrawElement(); + // workaround to have the node still be focused as rendering element + selectedElementForCharacteristics.focused(false); + selectedElementForCharacteristics.toggleFocus(); + + } + + + function addAttribute( selectedElement, char ){ + if ( selectedElement.attributes().indexOf(char) === -1 ) { + // not found add it + var attr = selectedElement.attributes(); + attr.push(char); + selectedElement.attributes(attr); + }// indications string update; + if ( selectedElement.indications().indexOf(char) === -1 ) { + var indications = selectedElement.indications(); + indications.push(char); + selectedElement.indications(indications); + } + // add visual attributes + var visAttr; + if ( selectedElement.visualAttributes().indexOf(char) === -1 ) { + visAttr = selectedElement.visualAttributes(); + visAttr.push(char); + selectedElement.visualAttributes(visAttr); + } + if ( getPresentAttribute(selectedElement, "external") && getPresentAttribute(selectedElement, "deprecated") ) { + visAttr = selectedElement.visualAttributes(); + var visInd = visAttr.indexOf("external"); + if ( visInd > -1 ) { + visAttr.splice(visInd, 1); + } + selectedElement.visualAttributes(visAttr); + } + + } + + function removeAttribute( selectedElement, element ){ + var attr = selectedElement.attributes(); + var indications = selectedElement.indications(); + var visAttr = selectedElement.visualAttributes(); + var attrInd = attr.indexOf(element); + if ( attrInd >= 0 ) { + attr.splice(attrInd, 1); + } + var indInd = indications.indexOf(element); + if ( indInd > -1 ) { + indications.splice(indInd, 1); + } + var visInd = visAttr.indexOf(element); + if ( visInd > -1 ) { + visAttr.splice(visInd, 1); + } + selectedElement.attributes(attr); + selectedElement.indications(indications); + selectedElement.visualAttributes(visAttr); + if ( element === "deprecated" ) { + // set its to its original Style + //typeBaseThign + // todo : fix all different types + if ( selectedElement.type() === "owl:Class" ) selectedElement.styleClass("class"); + if ( selectedElement.type() === "owl:DatatypeProperty" ) selectedElement.styleClass("datatypeproperty"); + if ( selectedElement.type() === "owl:ObjectProperty" ) selectedElement.styleClass("objectproperty"); + if ( selectedElement.type() === "owl:disjointWith" ) selectedElement.styleClass("disjointwith"); + } + } + + + function elementNeedsCharacteristics( element ){ + //TODO: Add more types + if ( element.type() === "owl:Thing" || + element.type() === "rdfs:subClassOf" || + element.type() === "rdfs:Literal" || + element.type() === "rdfs:Datatype" || + element.type() === "rdfs:disjointWith" ) + return false; + + // if (element.attributes().indexOf("external")|| + // element.attributes().indexOf("deprecated")) + // return true; + return true; + + } + + function elementTypeSelectionChanged( element ){ + if ( elementTools.isNode(element) ) { + if ( graph.changeNodeType(element) === false ) { + //restore old value + + if ( elementTools.isDatatype(element) === true ) { + + } + editSidebar.updateSelectionInformation(element); + } + } + + if ( elementTools.isProperty(element) ) { + if ( graph.changePropertyType(element) === false ) { + //restore old value + editSidebar.updateSelectionInformation(element); + + } + } + + } + + function getElementPrototypes( selectedElement ){ + var availiblePrototypes = []; + // TODO the text should be also complied with the prefixes loaded into the ontology + if ( elementTools.isProperty(selectedElement) ) { + if ( selectedElement.type() === "owl:DatatypeProperty" ) + availiblePrototypes.push("owl:DatatypeProperty"); + else { + availiblePrototypes.push("owl:ObjectProperty"); + // handling loops ! + if ( selectedElement.domain() !== selectedElement.range() ) { + availiblePrototypes.push("rdfs:subClassOf"); + } + availiblePrototypes.push("owl:disjointWith"); + availiblePrototypes.push("owl:allValuesFrom"); + availiblePrototypes.push("owl:someValuesFrom"); + } + return availiblePrototypes; + } + if ( selectedElement.renderType() === "rect" ) { + availiblePrototypes.push("rdfs:Literal"); + availiblePrototypes.push("rdfs:Datatype"); + } else { + availiblePrototypes.push("owl:Class"); + availiblePrototypes.push("owl:Thing"); + // TODO: ADD MORE TYPES + // availiblePrototypes.push("owl:complementOf"); + // availiblePrototypes.push("owl:disjointUnionOf"); + } + return availiblePrototypes; + } + + + function setupCollapsing(){ + // TODO : Decision , for now I want to have the control over the collapse expand operation of the + // TODO : elements, otherwise the old approach will also randomly collapse other containers + + // adapted version of this example: http://www.normansblog.de/simple-jquery-accordion/ + function collapseContainers( containers ){ + containers.classed("hidden", true); + } + + function expandContainers( containers ){ + containers.classed("hidden", false); + } + + var triggers = d3.selectAll(".accordion-trigger"); + + // Collapse all inactive triggers on startup + // collapseContainers(d3.selectAll(".accordion-trigger:not(.accordion-trigger-active) + div")); + + triggers.on("click", function (){ + var selectedTrigger = d3.select(this); + if ( selectedTrigger.classed("accordion-trigger-active") ) { + // Collapse the active (which is also the selected) trigger + collapseContainers(d3.select(selectedTrigger.node().nextElementSibling)); + selectedTrigger.classed("accordion-trigger-active", false); + } else { + // Collapse the other trigger ... + // collapseContainers(d3.selectAll(".accordion-trigger-active + div")); + + // ... and expand the selected one + expandContainers(d3.select(selectedTrigger.node().nextElementSibling)); + selectedTrigger.classed("accordion-trigger-active", true); + } + editSidebar.updateElementWidth(); + }); + } + + return editSidebar; + }; + + /* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(6))) + +/***/ }), + +/***/ 341: +/***/ (function(module, exports, __webpack_require__) { + + /* WEBPACK VAR INJECTION */(function(d3) {module.exports = function ( graph ){ + var configMenu = {}, + checkboxes = []; + + + configMenu.setup = function (){ + var menuEntry = d3.select("#m_modes"); + menuEntry.on("mouseover", function (){ + var searchMenu = graph.options().searchMenu(); + searchMenu.hideSearchEntries(); + }); + + addCheckBox("showZoomSlider", "Zoom controls", "#zoomSliderOption", graph.options().zoomSlider().showSlider, 0); + addLabelWidthSlider("#maxLabelWidthSliderOption", "maxLabelWidth", "Max label width", graph.options().maxLabelWidth); + }; + + + function addLabelWidthSlider( selector, identifier, label, onChangeFunction ){ + var sliderContainer, + sliderValueLabel; + + sliderContainer = d3.select(selector) + .append("div") + .classed("distanceSliderContainer", true); + + var slider = sliderContainer.append("input") + .attr("id", identifier + "Slider") + .attr("type", "range") + .attr("min", 20) + .attr("max", 600) + .attr("value", onChangeFunction()) + .attr("step", 10); + sliderContainer.append("label") + .classed("description", true) + .attr("for", identifier + "Slider") + .attr("id", identifier + "DescriptionLabel") + .text(label); + sliderValueLabel = sliderContainer.append("label") + .classed("value", true) + .attr("for", identifier + "Slider") + .attr("id", identifier + "valueLabel") + .text(onChangeFunction()); + + slider.on("input", function (){ + var value = slider.property("value"); + onChangeFunction(value); + sliderValueLabel.text(value); + if ( graph.options().dynamicLabelWidth() === true ) + graph.animateDynamicLabelWidth(); + }); + + // add wheel event to the slider + slider.on("wheel", function (){ + if ( slider.node().disabled === true ) return; + var wheelEvent = d3.event; + var offset; + if ( wheelEvent.deltaY < 0 ) offset = 10; + if ( wheelEvent.deltaY > 0 ) offset = -10; + var oldVal = parseInt(slider.property("value")); + var newSliderValue = oldVal + offset; + if ( newSliderValue !== oldVal ) { + slider.property("value", newSliderValue); + onChangeFunction(newSliderValue); + slider.on("input")(); // << set text and update the graphStyles + } + d3.event.preventDefault(); + }); + } + + function addCheckBox( identifier, modeName, selector, onChangeFunc, updateLvl ){ + var configOptionContainer = d3.select(selector) + .append("div") + .classed("checkboxContainer", true); + var configCheckbox = configOptionContainer.append("input") + .classed("moduleCheckbox", true) + .attr("id", identifier + "ConfigCheckbox") + .attr("type", "checkbox") + .property("checked", onChangeFunc()); + + + configCheckbox.on("click", function ( silent ){ + var isEnabled = configCheckbox.property("checked"); + onChangeFunc(isEnabled); + if ( silent !== true ) { + // updating graph when silent is false or the parameter is not given. + if ( updateLvl === 1 ) { + graph.lazyRefresh(); + //graph.redrawWithoutForce + } + if ( updateLvl === 2 ) { + graph.update(); + } + + if ( updateLvl === 3 ) { + graph.updateDraggerElements(); + } + } + + }); + checkboxes.push(configCheckbox); + configOptionContainer.append("label") + .attr("for", identifier + "ConfigCheckbox") + .text(modeName); + } + + configMenu.setCheckBoxValue = function ( identifier, value ){ + for ( var i = 0; i < checkboxes.length; i++ ) { + var cbdId = checkboxes[i].attr("id"); + if ( cbdId === identifier ) { + checkboxes[i].property("checked", value); + break; + } + } + }; + + configMenu.getCheckBoxValue = function ( id ){ + for ( var i = 0; i < checkboxes.length; i++ ) { + var cbdId = checkboxes[i].attr("id"); + if ( cbdId === id ) { + return checkboxes[i].property("checked"); + } + } + }; + + configMenu.updateSettings = function (){ + var silent = true; + checkboxes.forEach(function ( checkbox ){ + checkbox.on("click")(silent); + }); + }; + + return configMenu; + }; + + /* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(6))) + +/***/ }), + +/***/ 342: +/***/ (function(module, exports, __webpack_require__) { + + /* WEBPACK VAR INJECTION */(function(d3) {module.exports = function ( graph ){ + /** some constants **/ + var PREDEFINED = 0, + FILE_UPLOAD = 1, + JSON_URL = 2, + IRI_URL = 3; + + var PROGRESS_BAR_ERROR = 0, + PROGRESS_BAR_BUSY = 1, + PROGRESS_BAR_PERCENT = 2, + progressBarMode = 1; + + var loadingWasSuccessFul = false; + var missingImportsWarning = false; + var showLoadingDetails = false; + var visibilityStatus = true; + + var DEFAULT_JSON_NAME = "ontology"; // This file is loaded by default + var conversion_sessionId; + + /** variable defs **/ + var loadingModule = {}, + menuContainer = d3.select("#loading-info"), + loadingInfoContainer = d3.select("#loadingInfo-container"), + detailsButton = d3.select("#show-loadingInfo-button"), + closeButton = d3.select("#loadingIndicator_closeButton"), + ontologyMenu, + ontologyIdentifierFromURL; + + /** functon defs **/ + loadingModule.checkForScreenSize = function (){ + // checks for window size and adjusts the loading indicator + var w = graph.options().width(), + h = graph.options().height(); + + if ( w < 270 ) { + d3.select("#loading-info").classed("hidden", true); + } else { + // check if it should be visible + if ( visibilityStatus === true ) { + d3.select("#loading-info").classed("hidden", false); + } else { + d3.select("#loading-info").classed("hidden", true); + } + } + if ( h < 150 ) { + d3.select("#loadingInfo_msgBox").classed("hidden", true); + } else { + d3.select("#loadingInfo_msgBox").classed("hidden", false); + } + if ( h < 80 ) { + d3.select("#progressBarContext").classed("hidden", true); + d3.select("#layoutLoadingProgressBarContainer").style("height", "20px"); + } else { + d3.select("#progressBarContext").classed("hidden", false); + d3.select("#layoutLoadingProgressBarContainer").style("height", "50px"); + } + }; + + loadingModule.getMessageVisibilityStatus = function (){ + return visibilityStatus; + }; + + loadingModule.getProgressBarMode = function (){ + return progressBarMode; + }; + + loadingModule.successfullyLoadedOntology = function (){ + return loadingWasSuccessFul; + }; + + loadingModule.missingImportsWarning = function (){ + return missingImportsWarning; + }; + + loadingModule.setOntologyMenu = function ( m ){ + ontologyMenu = m; + }; + + loadingModule.showErrorDetailsMessage = function (){ + loadingModule.showLoadingIndicator(); + loadingModule.expandDetails(); + d3.select("#loadingIndicator_closeButton").classed("hidden", true); + loadingModule.scrollDownDetails(); + }; + + loadingModule.showWarningDetailsMessage = function (){ + d3.select("#currentLoadingStep").style("color", "#ff0"); + loadingModule.showLoadingIndicator(); + loadingModule.expandDetails(); + d3.select("#loadingIndicator_closeButton").classed("hidden", false); + loadingModule.scrollDownDetails(); + }; + + loadingModule.scrollDownDetails = function (){ + var scrollingElement = d3.select("#loadingInfo-container").node(); + scrollingElement.scrollTop = scrollingElement.scrollHeight; + }; + + loadingModule.hideLoadingIndicator = function (){ + d3.select("#loading-info").classed("hidden", true); + visibilityStatus = false; + }; + + loadingModule.showLoadingIndicator = function (){ + d3.select("#loading-info").classed("hidden", false); + visibilityStatus = true; + + }; + + /** -- SETUP -- **/ + loadingModule.setup = function (){ + // create connections for close and details button; + loadingInfoContainer.classed("hidden", !showLoadingDetails); + detailsButton.on("click", function (){ + showLoadingDetails = !showLoadingDetails; + loadingInfoContainer.classed("hidden", !showLoadingDetails); + detailsButton.classed("accordion-trigger-active", showLoadingDetails); + }); + + closeButton.on("click", function (){ + menuContainer.classed("hidden", true); + }); + loadingModule.setBusyMode(); + }; + + loadingModule.updateSize = function (){ + showLoadingDetails = !(loadingInfoContainer.classed("hidden")); + loadingInfoContainer.classed("hidden", !showLoadingDetails); + detailsButton.classed("accordion-trigger-active", showLoadingDetails); + }; + + loadingModule.getDetailsState = function (){ + return showLoadingDetails; + }; + + loadingModule.expandDetails = function (){ + showLoadingDetails = true; + loadingInfoContainer.classed("hidden", !showLoadingDetails); + detailsButton.classed("accordion-trigger-active", showLoadingDetails); + }; + + loadingModule.collapseDetails = function (){ + showLoadingDetails = false; + loadingInfoContainer.classed("hidden", !showLoadingDetails); + detailsButton.classed("accordion-trigger-active", showLoadingDetails); + }; + + loadingModule.setBusyMode = function (){ + d3.select("#currentLoadingStep").style("color", "#fff"); + d3.select("#progressBarValue").node().innherHTML = ""; + d3.select("#progressBarValue").style("width", "20%"); + d3.select("#progressBarValue").classed("busyProgressBar", true); + progressBarMode = PROGRESS_BAR_BUSY; + }; + + loadingModule.setSuccessful = function (){ + d3.select("#currentLoadingStep").style("color", "#0f0"); + }; + + loadingModule.setErrorMode = function (){ + d3.select("#currentLoadingStep").style("color", "#f00"); + d3.select("#progressBarValue").style("width", "0%"); + d3.select("#progressBarValue").classed("busyProgressBar", false); + d3.select("#progressBarValue").node().innherHTML = ""; + progressBarMode = PROGRESS_BAR_ERROR; + }; + + loadingModule.setPercentMode = function (){ + d3.select("#currentLoadingStep").style("color", "#fff"); + d3.select("#progressBarValue").classed("busyProgressBar", false); + d3.select("#progressBarValue").node().innherHTML = "0%"; + d3.select("#progressBarValue").style("width", "0%"); + progressBarMode = PROGRESS_BAR_PERCENT; + }; + + loadingModule.setPercentValue = function ( val ){ + d3.select("#progressBarValue").node().innherHTML = val; + }; + + loadingModule.emptyGraphContentError = function (){ + graph.clearGraphData(); + ontologyMenu.append_message_toLastBulletPoint("failed"); + ontologyMenu.append_message_toLastBulletPoint("
    Error: Received empty graph"); + loadingWasSuccessFul = false; + graph.handleOnLoadingError(); + loadingModule.setErrorMode(); + }; + + loadingModule.isThreadCanceled = function (){ + + }; + + loadingModule.initializeLoader = function ( storeCache ){ + if ( storeCache === true && graph.getCachedJsonObj() !== null ) { + // save cached ontology; + var cachedContent = JSON.stringify(graph.getCachedJsonObj()); + var cachedName = ontologyIdentifierFromURL; + ontologyMenu.setCachedOntology(cachedName, cachedContent); + } + conversion_sessionId = -10000; + ontologyMenu.setConversionID(conversion_sessionId); + ontologyMenu.stopLoadingTimer(); + graph.clearGraphData(); + loadingModule.setBusyMode(); + loadingModule.showLoadingIndicator(); + loadingModule.collapseDetails(); + missingImportsWarning = false; + d3.select("#loadingIndicator_closeButton").classed("hidden", true); + ontologyMenu.clearDetailInformation(); + }; + + /** ------------------ URL Interpreter -------------- **/ + loadingModule.parseUrlAndLoadOntology = function ( storeCache ){ + var autoStore = true; + if ( storeCache === false ) { + autoStore = false; + } + + graph.clearAllGraphData(); + loadingModule.initializeLoader(autoStore); + var urlString = String(location); + var parameterArray = identifyParameter(urlString); + ontologyIdentifierFromURL = DEFAULT_JSON_NAME; + loadGraphOptions(parameterArray); // identifies and loads configuration values + var loadingMethod = identifyOntologyLoadingMethod(ontologyIdentifierFromURL); + d3.select("#progressBarValue").node().innerHTML = " "; + switch ( loadingMethod ) { + case 0: + loadingModule.from_presetOntology(ontologyIdentifierFromURL); + break; + case 1: + loadingModule.from_FileUpload(ontologyIdentifierFromURL); + break; + case 2: + loadingModule.from_JSON_URL(ontologyIdentifierFromURL); + break; + case 3: + loadingModule.from_IRI_URL(ontologyIdentifierFromURL); + break; + default: + console.log("Could not identify loading method , or not IMPLEMENTED YET"); + } + }; + + /** ------------------- LOADING --------------------- **/ + // the loading module splits into 3 branches + // 1] PresetOntology Loading + // 2] File Upload + // 3] Load From URL / IRI + + loadingModule.from_JSON_URL = function ( fileName ){ + var filename = decodeURIComponent(fileName.slice("url=".length)); + ontologyIdentifierFromURL = filename; + + var ontologyContent = ""; + if ( ontologyMenu.cachedOntology(filename) ) { + ontologyMenu.append_bulletPoint("Loading already cached ontology: " + filename); + ontologyContent = ontologyMenu.cachedOntology(filename); + loadingWasSuccessFul = true; // cached Ontology should be true; + parseOntologyContent(ontologyContent); + + } else { + // involve the o2v conveter; + ontologyMenu.append_message("Retrieving ontology from JSON URL " + filename); + requestServerTimeStampForJSON_URL(ontologyMenu.callbackLoad_JSON_FromURL, ["read?json=" + filename, filename]); + } + }; + + function requestServerTimeStampForJSON_URL( callback, parameter ){ + d3.xhr("serverTimeStamp", "application/text", function ( error, request ){ + if ( error ) { + // could not get server timestamp -> no connection to owl2vowl + ontologyMenu.append_bulletPoint("Could not establish connection to OWL2VOWL service"); + fallbackForJSON_URL(callback, parameter); + } else { + conversion_sessionId = request.responseText; + ontologyMenu.setConversionID(conversion_sessionId); + parameter.push(conversion_sessionId); + callback(parameter); + } + }); + + } + + loadingModule.requestServerTimeStampForDirectInput = function ( callback, text ){ + d3.xhr("serverTimeStamp", "application/text", function ( error, request ){ + if ( error ) { + // could not get server timestamp -> no connection to owl2vowl + ontologyMenu.append_bulletPoint("Could not establish connection to OWL2VOWL service"); + loadingModule.setErrorMode(); + ontologyMenu.append_message_toLastBulletPoint("
    Could not connect to OWL2VOWL service "); + loadingModule.showErrorDetailsMessage(); + d3.select("#progressBarValue").style("width", "0%"); + d3.select("#progressBarValue").classed("busyProgressBar", false); + d3.select("#progressBarValue").text("0%"); + + } else { + conversion_sessionId = request.responseText; + ontologyMenu.setConversionID(conversion_sessionId); + callback(text, ["conversionID" + conversion_sessionId, conversion_sessionId]); + } + }); + }; + + loadingModule.from_IRI_URL = function ( fileName ){ + // owl2vowl converters the given ontology url and returns json file; + var filename = decodeURIComponent(fileName.slice("iri=".length)); + ontologyIdentifierFromURL = filename; + + var ontologyContent = ""; + if ( ontologyMenu.cachedOntology(filename) ) { + ontologyMenu.append_bulletPoint("Loading already cached ontology: " + filename); + ontologyContent = ontologyMenu.cachedOntology(filename); + loadingWasSuccessFul = true; // cached Ontology should be true; + parseOntologyContent(ontologyContent); + } else { + // involve the o2v conveter; + var encoded = encodeURIComponent(filename); + ontologyMenu.append_bulletPoint("Retrieving ontology from IRI: " + filename); + requestServerTimeStampForIRI_Converte(ontologyMenu.callbackLoad_Ontology_FromIRI, ["convert?iri=" + encoded, filename]); + } + }; + + loadingModule.fromFileDrop = function ( fileName, file ){ + d3.select("#progressBarValue").node().innerHTML = " "; + loadingModule.initializeLoader(false); + + ontologyMenu.append_bulletPoint("Retrieving ontology from dropped file: " + fileName); + var ontologyContent = ""; + + // two options here + //1] Direct Json Upload + if ( fileName.match(/\.json$/) ) { + ontologyMenu.setConversionID(-10000); + var reader = new FileReader(); + reader.readAsText(file); + reader.onload = function (){ + ontologyContent = reader.result; + ontologyIdentifierFromURL = fileName; + parseOntologyContent(ontologyContent); + }; + } else { + //2] File Upload to OWL2VOWL Converter + // 1) check if we can get a timeStamp; + var parameterArray = [file, fileName]; + requestServerTimeStamp(ontologyMenu.callbackLoadFromOntology, parameterArray); + } + }; + + + loadingModule.from_FileUpload = function ( fileName ){ + loadingModule.setBusyMode(); + var filename = decodeURIComponent(fileName.slice("file=".length)); + ontologyIdentifierFromURL = filename; + var ontologyContent = ""; + if ( ontologyMenu.cachedOntology(filename) ) { + ontologyMenu.append_bulletPoint("Loading already cached ontology: " + filename); + ontologyContent = ontologyMenu.cachedOntology(filename); + loadingWasSuccessFul = true; // cached Ontology should be true; + parseOntologyContent(ontologyContent); + + } else { + // d3.select("#currentLoadingStep").node().innerHTML="Loading ontology from file "+ filename; + ontologyMenu.append_bulletPoint("Retrieving ontology from file: " + filename); + // get the file + var selectedFile = d3.select("#file-converter-input").property("files")[0]; + // No selection -> this was triggered by the iri. Unequal names -> reuploading another file + if ( !selectedFile || (filename && (filename !== selectedFile.name)) ) { + ontologyMenu.append_message_toLastBulletPoint("
    No cached version of \"" + filename + "\" was found.
    Please reupload the file."); + loadingModule.setErrorMode(); + d3.select("#progressBarValue").classed("busyProgressBar", false); + graph.handleOnLoadingError(); + return; + } else { + filename = selectedFile.name; + } + + + // two options here + //1] Direct Json Upload + if ( filename.match(/\.json$/) ) { + ontologyMenu.setConversionID(-10000); + var reader = new FileReader(); + reader.readAsText(selectedFile); + reader.onload = function (){ + ontologyContent = reader.result; + ontologyIdentifierFromURL = filename; + parseOntologyContent(ontologyContent); + }; + } else { + //2] File Upload to OWL2VOWL Converter + // 1) check if we can get a timeStamp; + var parameterArray = [selectedFile, filename]; + requestServerTimeStamp(ontologyMenu.callbackLoadFromOntology, parameterArray); + } + } + }; + + function fallbackForJSON_URL( callback, parameter ){ + ontologyMenu.append_message_toLastBulletPoint("
    Trying to convert with other communication protocol."); + callback(parameter); + + } + + function fallbackConversion( parameter ){ + ontologyMenu.append_message_toLastBulletPoint("
    Trying to convert with other communication protocol."); + var file = parameter[0]; + var name = parameter[1]; + var formData = new FormData(); + formData.append("ontology", file); + + var xhr = new XMLHttpRequest(); + xhr.open("POST", "convert", true); + var ontologyContent = ""; + xhr.onload = function (){ + if ( xhr.status === 200 ) { + ontologyContent = xhr.responseText; + ontologyMenu.setCachedOntology(name, ontologyContent); + ontologyIdentifierFromURL = name; + missingImportsWarning = true; // using this variable for warnings + ontologyMenu.append_message_toLastBulletPoint("
    Success, but you are using a deprecated OWL2VOWL service!"); + parseOntologyContent(ontologyContent); + } + }; + + // check what this thing is doing; + xhr.onreadystatechange = function (){ + if ( xhr.readyState === 4 && xhr.status === 0 ) { + ontologyMenu.append_message_toLastBulletPoint("
    Old protocol also failed to establish connection to OWL2VOWL service!"); + loadingModule.setErrorMode(); + ontologyMenu.append_bulletPoint("Failed to load ontology"); + ontologyMenu.append_message_toLastBulletPoint("
    Could not connect to OWL2VOWL service "); + loadingModule.showErrorDetailsMessage(); + } + }; + xhr.send(formData); + } + + function requestServerTimeStampForIRI_Converte( callback, parameterArray ){ + d3.xhr("serverTimeStamp", "application/text", function ( error, request ){ + loadingModule.setBusyMode(); + if ( error ) { + // could not get server timestamp -> no connection to owl2vowl + ontologyMenu.append_bulletPoint("Could not establish connection to OWL2VOWL service"); + loadingModule.setErrorMode(); + ontologyMenu.append_bulletPoint("Failed to load ontology"); + ontologyMenu.append_message_toLastBulletPoint("
    Could not connect to OWL2VOWL service "); + loadingModule.showErrorDetailsMessage(); + } else { + conversion_sessionId = request.responseText; + ontologyMenu.setConversionID(conversion_sessionId); + // update paramater for new communication paradigm + parameterArray[0] = parameterArray[0] + "&sessionId=" + conversion_sessionId; + parameterArray.push(conversion_sessionId); + callback(parameterArray); + } + }); + } + + function requestServerTimeStamp( callback, parameterArray ){ + d3.xhr("serverTimeStamp", "application/text", function ( error, request ){ + if ( error ) { + // could not get server timestamp -> no connection to owl2vowl + ontologyMenu.append_bulletPoint("Could not establish connection to OWL2VOWL service"); + fallbackConversion(parameterArray); // tries o2v version0.3.4 communication + } else { + conversion_sessionId = request.responseText; + ontologyMenu.setConversionID(conversion_sessionId); + console.log("Request Session ID:" + conversion_sessionId); + callback(parameterArray[0], parameterArray[1], conversion_sessionId); + } + }); + } + + loadingModule.directInput = function ( text ){ + ontologyMenu.clearDetailInformation(); + parseOntologyContent(text); + }; + + loadingModule.loadFromOWL2VOWL = function ( ontoContent, filename ){ + loadingWasSuccessFul = false; + + var old = d3.select("#bulletPoint_container").node().innerHTML; + if ( old.indexOf("(with warnings)") !== -1 ) { + missingImportsWarning = true; + } + + if ( ontologyMenu.cachedOntology(ontoContent) ) { + ontologyMenu.append_bulletPoint("Loading already cached ontology: " + filename); + parseOntologyContent(ontoContent); + } else { // set parse the ontology content; + parseOntologyContent(ontoContent); + } + }; + + loadingModule.from_presetOntology = function ( selectedOntology ){ + ontologyMenu.append_bulletPoint("Retrieving ontology: " + selectedOntology); + loadPresetOntology(selectedOntology); + }; + + function loadPresetOntology( ontology ){ + // check if already cached in ontology menu? + var f2r; + var loadingNewOntologyForEditor=false; + if ( ontology.indexOf("new_ontology") !== -1 ) { + loadingModule.hideLoadingIndicator(); + graph.showEditorHintIfNeeded(); + f2r = "./data/new_ontology.json"; + loadingNewOntologyForEditor=true; + } + + loadingWasSuccessFul = false; + var ontologyContent = ""; + if ( ontologyMenu.cachedOntology(ontology) ) { + ontologyMenu.append_bulletPoint("Loading already cached ontology: " + ontology); + ontologyContent = ontologyMenu.cachedOntology(ontology); + loadingWasSuccessFul = true; // cached Ontology should be true; + loadingModule.showLoadingIndicator(); + parseOntologyContent(ontologyContent); + + } else { + // read the file name + + var fileToRead = "./data/" + ontology + ".json"; + if ( f2r ) { + fileToRead = f2r; + } // overwrite the newOntology Index + // read file + d3.xhr(fileToRead, "application/json", function ( error, request ){ + var loadingSuccessful = !error; + if ( loadingSuccessful ) { + ontologyContent = request.responseText; + parseOntologyContent(ontologyContent); + } else { + + if (loadingNewOntologyForEditor){ + ontologyContent = '{\n' + + ' "_comment": "Empty ontology for WebVOWL Editor",\n' + + ' "header": {\n' + + ' "languages": [\n' + + ' "en"\n' + + ' ],\n' + + ' "baseIris": [\n' + + ' "http://www.w3.org/2000/01/rdf-schema"\n' + + ' ],\n' + + ' "iri": "http://visualdataweb.org/newOntology/",\n' + + ' "title": {\n' + + ' "en": "New ontology"\n' + + ' },\n' + + ' "description": {\n' + + ' "en": "New ontology description"\n' + + ' }\n' + + ' },\n' + + ' "namespace": [],\n' + + ' "metrics": {\n' + + ' "classCount": 0,\n' + + ' "datatypeCount": 0,\n' + + ' "objectPropertyCount": 0,\n' + + ' "datatypePropertyCount": 0,\n' + + ' "propertyCount": 0,\n' + + ' "nodeCount": 0,\n' + + ' "individualCount": 0\n' + + ' }\n' + + '}\n'; + parseOntologyContent(ontologyContent); + }else{ + // some error occurred + ontologyMenu.append_bulletPoint("Failed to load: " + ontology); + if (error.status===0){ // assumption this is CORS error when running locally (error status == 0) + ontologyMenu.append_message_toLastBulletPoint(" ERROR STATUS: " + error.status); + if (window.location.toString().startsWith("file:/")){ + ontologyMenu.append_message_toLastBulletPoint("

    WebVOWL runs in a local instance.

    "); + ontologyMenu.append_message_toLastBulletPoint("

    CORS prevents to automatically load files on host system.

    "); + ontologyMenu.append_message_toLastBulletPoint("

    You can load preprocessed ontologies (i.e. VOWL-JSON files) using the upload feature in the ontology menu or by dragging the files and dropping them on the canvas.

    "); + ontologyMenu.append_message_toLastBulletPoint("

    Hint: Note that the conversion of ontologies into the VOWL-JSON format is not part of WebVOWL but requires an additional converter such as OWL2VOWL.

    "); + ontologyMenu.append_message_toLastBulletPoint("

    Ontologies can be created using the editor mode (i.e. activate editing mode in Modes menu and create a new ontology using the Ontology menu.

    "); + } + }else { + ontologyMenu.append_message_toLastBulletPoint(" ERROR STATUS: " + error.status); + } + + + + graph.handleOnLoadingError(); + loadingModule.setErrorMode(); + } + } + }); + } + } + + + /** -- PARSE JSON CONTENT -- **/ + function parseOntologyContent( content ){ + + ontologyMenu.append_bulletPoint("Reading ontology graph ... "); + var _loader = ontologyMenu.getLoadingFunction(); + _loader(content, ontologyIdentifierFromURL, "noAlternativeNameYet"); + } + + loadingModule.notValidJsonFile = function (){ + graph.clearGraphData(); + ontologyMenu.append_message_toLastBulletPoint(" failed"); + ontologyMenu.append_message_toLastBulletPoint("
    Error: Received empty graph"); + loadingWasSuccessFul = false; + graph.handleOnLoadingError(); + + }; + + loadingModule.validJsonFile = function (){ + ontologyMenu.append_message_toLastBulletPoint("done"); + loadingWasSuccessFul = true; + }; + + + /** --- HELPER FUNCTIONS **/ + + function identifyParameter( url ){ + var numParameters = (url.match(/#/g) || []).length; + // create parameters array + var paramArray = []; + if ( numParameters > 0 ) { + var tokens = url.split("#"); + // skip the first token since it is the address of the server + for ( var i = 1; i < tokens.length; i++ ) { + if ( tokens[i].length === 0 ) { + // this token belongs actually to the last paramArray + paramArray[paramArray.length - 1] = paramArray[paramArray.length - 1] + "#"; + } else { + paramArray.push(tokens[i]); + } + } + } + return paramArray; + } + + + function loadGraphOptions( parameterArray ){ + var optString = "opts="; + + function loadDefaultConfig(){ + graph.options().setOptionsFromURL(graph.options().defaultConfig(), false); + } + + function loadCustomConfig( opts ){ + var changeEditingFlag = false; + var defObj = graph.options().defaultConfig(); + for ( var i = 0; i < opts.length; i++ ) { + var keyVal = opts[i].split('='); + if ( keyVal[0] === "editorMode" ) { + changeEditingFlag = true; + } + defObj[keyVal[0]] = keyVal[1]; + } + graph.options().setOptionsFromURL(defObj, changeEditingFlag); + } + + function identifyOptions( paramArray ){ + if ( paramArray[0].indexOf(optString) >= 0 ) { + // parse the parameters; + var parameterLength = paramArray[0].length; + var givenOptionsStr = paramArray[0].substr(5, parameterLength - 6); + var optionsArray = givenOptionsStr.split(';'); + loadCustomConfig(optionsArray); + } else { + ontologyIdentifierFromURL = paramArray[0]; + loadDefaultConfig(); + } + } + + function identifyOptionsAndOntology( paramArray ){ + + if ( paramArray[0].indexOf(optString) >= 0 ) { + // parse the parameters; + var parameterLength = paramArray[0].length; + var givenOptionsStr = paramArray[0].substr(5, parameterLength - 6); + var optionsArray = givenOptionsStr.split(';'); + loadCustomConfig(optionsArray); + } else { + loadDefaultConfig(); + } + ontologyIdentifierFromURL = paramArray[1]; + } + + switch ( parameterArray.length ) { + case 0: + loadDefaultConfig(); + break; + case 1: + identifyOptions(parameterArray); + break; + case 2: + identifyOptionsAndOntology(parameterArray); + break; + default : + console.log("To many input parameters , loading default config"); + loadDefaultConfig(); + ontologyIdentifierFromURL = "ERROR_TO_MANY_INPUT_PARAMETERS"; + } + } + + + function identifyOntologyLoadingMethod( url ){ + var iriKey = "iri="; + var urlKey = "url="; + var fileKey = "file="; + + var method = -1; + if ( url.substr(0, fileKey.length) === fileKey ) { + method = FILE_UPLOAD; + } else if ( url.substr(0, urlKey.length) === urlKey ) { + method = JSON_URL; + } else if ( url.substr(0, iriKey.length) === iriKey ) { + method = IRI_URL; + } else { + method = PREDEFINED; + } + return method; + } + + return loadingModule; + } + ; + + + + /* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(6))) + +/***/ }), + +/***/ 343: +/***/ (function(module, exports, __webpack_require__) { + + /* WEBPACK VAR INJECTION */(function(d3) {module.exports = function ( graph ){ + /** variable defs **/ + var warningModule = {}; + var superContainer = d3.select("#WarningErrorMessages"); + var _messageContainers = []; + var _messageContext = []; + var _visibleStatus = []; + + var _filterHintId; + var _editorHintId; + var _messageId = -1; + superContainer.style("display", "inline-block"); + var cssStyleIndex = 0; + var styleSelectorIndex = 2; + + + // helper for standalone webvowl in chrome + function createCSSSelector( name, rules ){ + var style = document.createElement('style'); + style.type = 'text/css'; + document.getElementsByTagName('head')[0].appendChild(style); + if ( !(style.sheet || {}).insertRule ) + (style.styleSheet || style.sheet).addRule(name, rules); + else + style.sheet.insertRule(name + "{" + rules + "}", 0); + } + + + function findCSS_Index(){ + createCSSSelector("@keyframes msg_CollapseAnimation", " 0% { top: 0; } 100% { top: -400px;}"); + console.log(document.styleSheets ); + } + + findCSS_Index(); + + warningModule.addMessageBox = function (){ + + // add a container; + _messageId++; + var messageContainer = d3.select("#WarningErrorMessages").append("div"); + messageContainer.node().id = "messageContainerId_" + _messageId; + + var messageContext = messageContainer.append("div"); + messageContext.node().id = "messageContextId_" + _messageId; + messageContext.style("top", "0"); + messageContainer.style("position", "relative"); + messageContainer.style("width", "100%"); + //save in array + _messageContainers.push(messageContainer); + _messageContext.push(messageContext); + + // add animation to the container + messageContainer.node().addEventListener("animationend", _msgContainer_animationEnd); + + // set visible flag that is used in end of animation + _visibleStatus[_messageId] = true; + return _messageId; + }; + + function _msgContainer_animationEnd(){ + var containerId = this.id; + var tokens = containerId.split("_")[1]; + var mContainer = d3.select("#" + containerId); + // get number of children + mContainer.classed("hidden", !_visibleStatus[tokens]); + // clean up DOM + if ( !_visibleStatus[tokens] ) { + mContainer.remove(); + _messageContext[tokens] = null; + _messageContainers[tokens] = null; + } + // remove event listener + var c = d3.select(this); + // c.node().removeEventListener("animationend",_msgContainer_animationEnd); + } + + warningModule.createMessageContext = function ( id ){ + var warningContainer = _messageContext[id]; + var moduleContainer = _messageContainers[id]; + var generalHint = warningContainer.append('div'); + generalHint.node().innerHTML = ""; + _editorHintId = id; + /** Editing mode activated. You can now modify an existing ontology or create a new one via the ontology menu. You can save any ontology using the export menu (and exporting it as TTL file).**/ + generalHint.node().innerHTML += "Editing mode activated.
    " + + "You can now modify an existing ontology or create a new one via the ontology menu.
    " + + "You can save any ontology using the export menu (and exporting it as TTL file)."; + + generalHint.style("padding", "5px"); + generalHint.style("line-height", "1.2em"); + generalHint.style("font-size", "1.2em"); + + + var ul = warningContainer.append('ul'); + ul.append('li').node().innerHTML = "Create a class with double click / tap on empty canvas area."; + ul.append('li').node().innerHTML = "Edit names with double click / tap on element."; + ul.append('li').node().innerHTML = "Selection of default constructors is provided in the left sidebar."; + ul.append('li').node().innerHTML = "Additional editing functionality is provided in the right sidebar."; + + + var gotItButton = warningContainer.append("label"); + gotItButton.node().id = "killWarningErrorMessages_" + id; + gotItButton.node().innerHTML = "Got It"; + gotItButton.on("click", warningModule.closeMessage); + + moduleContainer.classed("hidden", false); + moduleContainer.style("-webkit-animation-name", "warn_ExpandAnimation"); + moduleContainer.style("-webkit-animation-duration", "0.5s"); + }; + + warningModule.showMessage = function ( id ){ + var moduleContainer = _messageContainers[id]; + moduleContainer.classed("hidden", false); + moduleContainer.style("-webkit-animation-name", "warn_ExpandAnimation"); + moduleContainer.style("-webkit-animation-duration", "0.5s"); + }; + + warningModule.closeMessage = function ( id ){ + var nId; + if ( id === undefined ) { + var givenId = this.id; + nId = givenId.split("_")[1]; + } else { + nId = id; + } + if ( id && id.indexOf("_") !== -1 ) { + nId = id.split("_")[1]; + } + _visibleStatus[nId] = false; + // get module; + var moduleContainer = _messageContainers[nId]; + moduleContainer.style("-webkit-animation-name", "warn_CollapseAnimation"); + moduleContainer.style("-webkit-animation-duration", "0.5s"); + + var m_height = moduleContainer.node().getBoundingClientRect().height; + + // find my id in the children + var pNode = moduleContainer.node().parentNode; + + var followingChildren = []; + var pChild = pNode.children; + var pChild_len = pChild.length; + var containerId = moduleContainer.node().id; + var found_me = false; + for ( var i = 0; i < pChild_len; i++ ) { + if ( found_me === true ) { + followingChildren.push(pChild[i].id); + } + + if ( containerId === pChild[i].id ) { + found_me = true; + } + } + + for ( var fc = 0; fc < followingChildren.length; fc++ ) { + var child = d3.select("#" + followingChildren[fc]); + // get the document style and overwrite it; + var superCss = document.styleSheets[styleSelectorIndex].cssRules[cssStyleIndex]; + // remove the existing 0% and 100% rules + superCss.deleteRule("0%"); + superCss.deleteRule("100%"); + + superCss.appendRule("0% {top: 0;}"); + superCss.appendRule("100% {top: -" + m_height + "px;"); + + child.style("-webkit-animation-name", "msg_CollapseAnimation"); + child.style("-webkit-animation-duration", "0.5s"); + child.node().addEventListener("animationend", _child_animationEnd); + } + }; + + function _child_animationEnd(){ + var c = d3.select(this); + c.style("-webkit-animation-name", ""); + c.style("-webkit-animation-duration", ""); + c.node().removeEventListener("animationend", _child_animationEnd); + } + + warningModule.closeFilterHint = function (){ + if ( _messageContainers[_filterHintId] ) { + _messageContainers[_filterHintId].classed("hidden", true); + _messageContainers[_filterHintId].remove(); + _messageContainers[_filterHintId] = null; + _messageContext[_filterHintId] = null; + _visibleStatus[_filterHintId] = false; + } + }; + + warningModule.showEditorHint = function (){ + var id = warningModule.addMessageBox(); + warningModule.createMessageContext(id); + }; + + warningModule.showExporterWarning=function (){ + warningModule.showWarning("Can not export ontology", "Detected unsupported ontology axioms, (e.g. owl:Union)", "Ontology is not exported", 1, false); + }; + + + + warningModule.responseWarning = function ( header, reason, action, callback, parameterArray, forcedWarning ){ + var id = warningModule.addMessageBox(); + var warningContainer = _messageContext[id]; + var moduleContainer = _messageContainers[id]; + _visibleStatus[id] = true; + d3.select("#blockGraphInteractions").classed("hidden", false); + var graphWidth = 0.5 * graph.options().width(); + + if ( header.length > 0 ) { + var head = warningContainer.append("div"); + head.style("padding", "5px"); + var titleHeader = head.append("div"); + // some classes + titleHeader.style("display", "inline-flex"); + titleHeader.node().innerHTML = "Warning:"; + titleHeader.style("padding-right", "3px"); + var msgHeader = head.append("div"); + // some classes + msgHeader.style("display", "inline-flex"); + msgHeader.style("max-width", graphWidth + "px"); + + msgHeader.node().innerHTML = header; + } + if ( reason.length > 0 ) { + var reasonContainer = warningContainer.append("div"); + reasonContainer.style("padding", "5px"); + var reasonHeader = reasonContainer.append("div"); + // some classes + reasonHeader.style("display", "inline-flex"); + reasonHeader.style("padding-right", "3px"); + + reasonHeader.node().innerHTML = "Reason:"; + var msgReason = reasonContainer.append("div"); + // some classes + msgReason.style("display", "inline-flex"); + msgReason.style("max-width", graphWidth + "px"); + msgReason.node().innerHTML = reason; + } + if ( action.length > 0 ) { + var actionContainer = warningContainer.append("div"); + actionContainer.style("padding", "5px"); + var actionHeader = actionContainer.append("div"); + // some classes + actionHeader.style("display", "inline-flex"); + actionHeader.style("padding-right", "8px"); + actionHeader.node().innerHTML = "Action:"; + var msgAction = actionContainer.append("div"); + // some classes + msgAction.style("display", "inline-flex"); + msgAction.style("max-width", graphWidth + "px"); + msgAction.node().innerHTML = action; + } + + var gotItButton = warningContainer.append("label"); + gotItButton.node().id = "killWarningErrorMessages_" + id; + gotItButton.node().innerHTML = "Continue"; + gotItButton.on("click", function (){ + warningModule.closeMessage(this.id); + d3.select("#blockGraphInteractions").classed("hidden", true); + callback(parameterArray[0], parameterArray[1], parameterArray[2], parameterArray[3]); + }); + warningContainer.append("span").node().innerHTML = "|"; + var cancelButton = warningContainer.append("label"); + cancelButton.node().id = "cancelButton_" + id; + cancelButton.node().innerHTML = "Cancel"; + cancelButton.on("click", function (){ + warningModule.closeMessage(this.id); + d3.select("#blockGraphInteractions").classed("hidden", true); + }); + moduleContainer.classed("hidden", false); + moduleContainer.style("-webkit-animation-name", "warn_ExpandAnimation"); + moduleContainer.style("-webkit-animation-duration", "0.5s"); + }; + + warningModule.showFilterHint = function (){ + var id = warningModule.addMessageBox(); + var warningContainer = _messageContext[id]; + var moduleContainer = _messageContainers[id]; + _visibleStatus[id] = true; + + _filterHintId = id; + var generalHint = warningContainer.append('div'); + /** Editing mode activated. You can now modify an existing ontology or create a new one via the ontology menu. You can save any ontology using the export menu (and exporting it as TTL file).**/ + generalHint.node().innerHTML = "Collapsing filter activated.
    " + + "The number of visualized elements has been automatically reduced.
    " + + "Use the degree of collapsing slider in the filter menu to adjust the visualization.

    " + + "Note: A performance decrease could be experienced with a growing amount of visual elements in the graph."; + + + generalHint.style("padding", "5px"); + generalHint.style("line-height", "1.2em"); + generalHint.style("font-size", "1.2em"); + + var gotItButton = warningContainer.append("label"); + gotItButton.node().id = "killFilterMessages_" + id; + gotItButton.node().innerHTML = "Got It"; + gotItButton.on("click", warningModule.closeMessage); + + moduleContainer.classed("hidden", false); + moduleContainer.style("-webkit-animation-name", "warn_ExpandAnimation"); + moduleContainer.style("-webkit-animation-duration", "0.5s"); + }; + + warningModule.showMultiFileUploadWarning = function (){ + var id = warningModule.addMessageBox(); + var warningContainer = _messageContext[id]; + var moduleContainer = _messageContainers[id]; + _visibleStatus[id] = true; + + _filterHintId = id; + var generalHint = warningContainer.append('div'); + + generalHint.node().innerHTML = "Uploading multiple files is not supported.
    "; + + generalHint.style("padding", "5px"); + generalHint.style("line-height", "1.2em"); + generalHint.style("font-size", "1.2em"); + + var gotItButton = warningContainer.append("label"); + gotItButton.node().id = "killFilterMessages_" + id; + gotItButton.node().innerHTML = "Got It"; + gotItButton.on("click", warningModule.closeMessage); + + moduleContainer.classed("hidden", false); + moduleContainer.style("-webkit-animation-name", "warn_ExpandAnimation"); + moduleContainer.style("-webkit-animation-duration", "0.5s"); + }; + + warningModule.showWarning = function ( header, reason, action, type, forcedWarning, additionalOpts ){ + var id = warningModule.addMessageBox(); + var warningContainer = _messageContext[id]; + var moduleContainer = _messageContainers[id]; + _visibleStatus[id] = true; + + // add new one; + var graphWidth = 0.5 * graph.options().width(); + + if ( header.length > 0 ) { + var head = warningContainer.append("div"); + head.style("padding", "5px"); + var titleHeader = head.append("div"); + // some classes + titleHeader.style("display", "inline-flex"); + titleHeader.node().innerHTML = "Warning:"; + titleHeader.style("padding-right", "3px"); + var msgHeader = head.append("div"); + // some classes + msgHeader.style("display", "inline-flex"); + msgHeader.style("max-width", graphWidth + "px"); + + msgHeader.node().innerHTML = header; + } + if ( reason.length > 0 ) { + var reasonContainer = warningContainer.append("div"); + reasonContainer.style("padding", "5px"); + var reasonHeader = reasonContainer.append("div"); + // some classes + reasonHeader.style("display", "inline-flex"); + reasonHeader.style("padding-right", "3px"); + + reasonHeader.node().innerHTML = "Reason:"; + var msgReason = reasonContainer.append("div"); + // some classes + msgReason.style("display", "inline-flex"); + msgReason.style("max-width", graphWidth + "px"); + msgReason.node().innerHTML = reason; + } + if ( action.length > 0 ) { + var actionContainer = warningContainer.append("div"); + actionContainer.style("padding", "5px"); + var actionHeader = actionContainer.append("div"); + // some classes + actionHeader.style("display", "inline-flex"); + actionHeader.style("padding-right", "8px"); + actionHeader.node().innerHTML = "Action:"; + var msgAction = actionContainer.append("div"); + // some classes + msgAction.style("display", "inline-flex"); + msgAction.style("max-width", graphWidth + "px"); + msgAction.node().innerHTML = action; + } + + var gotItButton; + if ( type === 1 ) { + gotItButton = warningContainer.append("label"); + gotItButton.node().id = "killWarningErrorMessages_" + id; + gotItButton.node().innerHTML = "Got It"; + gotItButton.on("click", warningModule.closeMessage); + } + + if ( type === 2 ) { + gotItButton = warningContainer.append("label"); + gotItButton.node().id = "killWarningErrorMessages_" + id; + gotItButton.node().innerHTML = "Got It"; + gotItButton.on("click", warningModule.closeMessage); + warningContainer.append("span").node().innerHTML = "|"; + var zoomToElementButton = warningContainer.append("label"); + zoomToElementButton.node().id = "zoomElementThing_" + id; + zoomToElementButton.node().innerHTML = "Zoom to element "; + zoomToElementButton.on("click", function (){ + // assume the additional Element is for halo; + graph.zoomToElementInGraph(additionalOpts); + }); + warningContainer.append("span").node().innerHTML = "|"; + var ShowElementButton = warningContainer.append("label"); + ShowElementButton.node().id = "showElementThing_" + id; + ShowElementButton.node().innerHTML = "Indicate element"; + ShowElementButton.on("click", function (){ + // assume the additional Element is for halo; + if ( additionalOpts.halo() === false ) { + additionalOpts.drawHalo(); + graph.updatePulseIds([additionalOpts.id()]); + } else { + additionalOpts.removeHalo(); + additionalOpts.drawHalo(); + graph.updatePulseIds([additionalOpts.id()]); + } + }); + } + moduleContainer.classed("hidden", false); + moduleContainer.style("-webkit-animation-name", "warn_ExpandAnimation"); + moduleContainer.style("-webkit-animation-duration", "0.5s"); + moduleContainer.classed("hidden", false); + }; + + return warningModule; + }; + + + + /* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(6))) + +/***/ }), + +/***/ 344: +/***/ (function(module, exports, __webpack_require__) { + + /* WEBPACK VAR INJECTION */(function(d3) {module.exports = function ( graph ){ + /** variable defs **/ + var directInputModule = {}; + var inputContainer = d3.select("#DirectInputContent"); + inputContainer.style("top", "0"); + inputContainer.style("position", "absolute"); + var textArea = d3.select("#directInputTextArea"); + var visibleContainer = false; + + inputContainer.style("border", "1px solid black"); + inputContainer.style("padding", "5px"); + inputContainer.style("background", "#fff"); + + + // connect upload and close button; + directInputModule.handleDirectUpload = function (){ + + var text = textArea.node().value; + var jsonOBJ; + try { + jsonOBJ = JSON.parse(text); + graph.options().loadingModule().directInput(text); + // close if successful + if ( jsonOBJ.class.length > 0 ) { + directInputModule.setDirectInputMode(false); + } + } + catch ( e ) { + try { + // Initialize; + graph.options().loadingModule().initializeLoader(); + graph.options().loadingModule().requestServerTimeStampForDirectInput( + graph.options().ontologyMenu().callbackLoad_Ontology_From_DirectInput, text + ); + } catch ( error2 ) { + console.log("Error " + error2); + d3.select("#Error_onLoad").classed("hidden", false); + d3.select("#Error_onLoad").node().innerHTML = "Failed to convert the input!"; + } + } + }; + + directInputModule.handleCloseButton = function (){ + directInputModule.setDirectInputMode(false); + }; + + directInputModule.updateLayout = function (){ + var w = graph.options().width(); + var h = graph.options().height(); + textArea.style("width", 0.4 * w + "px"); + textArea.style("height", 0.7 * h + "px"); + }; + + directInputModule.setDirectInputMode = function ( val ){ + if ( !val ) { + visibleContainer = !visibleContainer; + } + else { + visibleContainer = val; + } + // update visibility; + directInputModule.updateLayout(); + d3.select("#Error_onLoad").classed("hidden", true); + inputContainer.classed("hidden", !visibleContainer); + }; + + + d3.select("#directUploadBtn").on("click", directInputModule.handleDirectUpload); + d3.select("#close_directUploadBtn").on("click", directInputModule.handleCloseButton); + + return directInputModule; + }; + + + + /* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(6))) + +/***/ }) + +/******/ }); diff --git a/webvowl/js/webvowl.js b/webvowl/js/webvowl.js new file mode 100644 index 0000000..cf6ea16 --- /dev/null +++ b/webvowl/js/webvowl.js @@ -0,0 +1,25345 @@ +webvowl = +/******/ (function(modules) { // webpackBootstrap +/******/ // The module cache +/******/ var installedModules = {}; + +/******/ // The require function +/******/ function __webpack_require__(moduleId) { + +/******/ // Check if module is in cache +/******/ if(installedModules[moduleId]) +/******/ return installedModules[moduleId].exports; + +/******/ // Create a new module (and put it into the cache) +/******/ var module = installedModules[moduleId] = { +/******/ exports: {}, +/******/ id: moduleId, +/******/ loaded: false +/******/ }; + +/******/ // Execute the module function +/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); + +/******/ // Flag the module as loaded +/******/ module.loaded = true; + +/******/ // Return the exports of the module +/******/ return module.exports; +/******/ } + + +/******/ // expose the modules object (__webpack_modules__) +/******/ __webpack_require__.m = modules; + +/******/ // expose the module cache +/******/ __webpack_require__.c = installedModules; + +/******/ // __webpack_public_path__ +/******/ __webpack_require__.p = ""; + +/******/ // Load entry module and return exports +/******/ return __webpack_require__(0); +/******/ }) +/************************************************************************/ +/******/ ([ +/* 0 */ +/***/ (function(module, exports, __webpack_require__) { + + __webpack_require__(1); + + var nodeMap = __webpack_require__(5)(); + var propertyMap = __webpack_require__(40)(); + + + var webvowl = {}; + webvowl.graph = __webpack_require__(57); + webvowl.options = __webpack_require__(64); + webvowl.version = "1.1.7"; + + webvowl.util = {}; + webvowl.util.constants = __webpack_require__(12); + webvowl.util.languageTools = __webpack_require__(11); + webvowl.util.elementTools = __webpack_require__(63); + webvowl.util.prefixTools = __webpack_require__(72); + webvowl.modules = {}; + webvowl.modules.colorExternalsSwitch = __webpack_require__(73); + webvowl.modules.compactNotationSwitch = __webpack_require__(74); + webvowl.modules.datatypeFilter = __webpack_require__(75); + webvowl.modules.disjointFilter = __webpack_require__(77); + webvowl.modules.focuser = __webpack_require__(78); + webvowl.modules.emptyLiteralFilter = __webpack_require__(79); + webvowl.modules.nodeDegreeFilter = __webpack_require__(80); + webvowl.modules.nodeScalingSwitch = __webpack_require__(81); + webvowl.modules.objectPropertyFilter = __webpack_require__(82); + webvowl.modules.pickAndPin = __webpack_require__(83); + webvowl.modules.selectionDetailsDisplayer = __webpack_require__(315); + webvowl.modules.setOperatorFilter = __webpack_require__(316); + webvowl.modules.statistics = __webpack_require__(317); + webvowl.modules.subclassFilter = __webpack_require__(318); + + + webvowl.nodes = {}; + nodeMap.entries().forEach(function ( entry ){ + mapEntryToIdentifier(webvowl.nodes, entry); + }); + + webvowl.properties = {}; + propertyMap.entries().forEach(function ( entry ){ + mapEntryToIdentifier(webvowl.properties, entry); + }); + + function mapEntryToIdentifier( map, entry ){ + var identifier = entry.key.replace(":", "").toLowerCase(); + map[identifier] = entry.value; + } + + + module.exports = webvowl; + + +/***/ }), +/* 1 */ +/***/ (function(module, exports) { + + // removed by extract-text-webpack-plugin + +/***/ }), +/* 2 */, +/* 3 */, +/* 4 */, +/* 5 */ +/***/ (function(module, exports, __webpack_require__) { + + /* WEBPACK VAR INJECTION */(function(d3) {var nodes = []; + nodes.push(__webpack_require__(7)); + nodes.push(__webpack_require__(18)); + nodes.push(__webpack_require__(19)); + nodes.push(__webpack_require__(26)); + nodes.push(__webpack_require__(27)); + nodes.push(__webpack_require__(28)); + nodes.push(__webpack_require__(29)); + nodes.push(__webpack_require__(30)); + nodes.push(__webpack_require__(31)); + nodes.push(__webpack_require__(32)); + nodes.push(__webpack_require__(33)); + nodes.push(__webpack_require__(34)); + nodes.push(__webpack_require__(38)); + nodes.push(__webpack_require__(39)); + + var map = d3.map(nodes, function ( Prototype ){ + return new Prototype().type(); + }); + + module.exports = function (){ + return map; + }; + + /* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(6))) + +/***/ }), +/* 6 */ +/***/ (function(module, exports) { + + module.exports = d3; + +/***/ }), +/* 7 */ +/***/ (function(module, exports, __webpack_require__) { + + var RoundNode = __webpack_require__(8); + + module.exports = (function (){ + + var o = function ( graph ){ + RoundNode.apply(this, arguments); + + this.attributes(["external"]) + .type("ExternalClass"); + }; + o.prototype = Object.create(RoundNode.prototype); + o.prototype.constructor = o; + + return o; + }()); + + +/***/ }), +/* 8 */ +/***/ (function(module, exports, __webpack_require__) { + + var BaseNode = __webpack_require__(9); + var CenteringTextElement = __webpack_require__(14); + var drawTools = __webpack_require__(17)(); + + module.exports = (function (){ + + var o = function ( graph ){ + BaseNode.apply(this, arguments); + + var that = this, + collapsible = false, + radius = 50, + collapsingGroupElement, + pinGroupElement, + haloGroupElement = null, + rectangularRepresentation = false, + renderingElement, + textBlock; + + this.setRectangularRepresentation = function ( val ){ + rectangularRepresentation = val; + }; + this.getRectangularRepresentation = function (){ + return rectangularRepresentation; + }; + + this.getHalos = function (){ + return haloGroupElement; + }; + + // Properties + this.collapsible = function ( p ){ + if ( !arguments.length ) return collapsible; + collapsible = p; + return this; + }; + + this.textBlock = function ( p ){ + if ( !arguments.length ) return textBlock; + textBlock = p; + return this; + }; + + /** + * This might not be equal to the actual radius, because the instance count is used for its calculation. + * @param p + * @returns {*} + */ + this.radius = function ( p ){ + if ( !arguments.length ) return radius; + radius = p; + return this; + }; + + + // Functions + this.setHoverHighlighting = function ( enable ){ + that.nodeElement().selectAll("circle").classed("hovered", enable); + }; + + this.textWidth = function ( yOffset ){ + var availableWidth = this.actualRadius() * 2; + + // if the text is not placed in the center of the circle, it can't have the full width + if ( yOffset ) { + var relativeOffset = Math.abs(yOffset) / this.actualRadius(); + var isOffsetInsideOfNode = relativeOffset <= 1; + + if ( isOffsetInsideOfNode ) { + availableWidth = Math.cos(relativeOffset) * availableWidth; + } else { + availableWidth = 0; + } + } + + return availableWidth; + }; + + this.toggleFocus = function (){ + that.focused(!that.focused()); + if ( that.nodeElement() ) + that.nodeElement().select("circle").classed("focused", that.focused()); + graph.resetSearchHighlight(); + graph.options().searchMenu().clearText(); + + }; + + this.actualRadius = function (){ + if ( !graph.options().scaleNodesByIndividuals() || that.individuals().length <= 0 ) { + return that.radius(); + } else { + // we could "listen" for radius and maxIndividualCount changes, but this is easier + var MULTIPLIER = 8, + additionalRadius = Math.log(that.individuals().length + 1) * MULTIPLIER + 5; + + return that.radius() + additionalRadius; + } + }; + + this.distanceToBorder = function (){ + return that.actualRadius(); + }; + + this.removeHalo = function (){ + if ( that.halo() ) { + that.halo(false); + if ( haloGroupElement ) { + haloGroupElement.remove(); + } + } + }; + + this.drawHalo = function ( pulseAnimation ){ + that.halo(true); + if ( rectangularRepresentation === true ) { + haloGroupElement = drawTools.drawRectHalo(that.nodeElement(), 80, 80, 5); + } else { + haloGroupElement = drawTools.drawHalo(that.nodeElement(), that.actualRadius(), this.removeHalo); + } + if ( pulseAnimation === false ) { + var pulseItem = haloGroupElement.selectAll(".searchResultA"); + pulseItem.classed("searchResultA", false); + pulseItem.classed("searchResultB", true); + pulseItem.attr("animationRunning", false); + } + }; + + /** + * Draws the pin on a round node on a position depending on its radius. + */ + this.drawPin = function (){ + that.pinned(true); + var dx = (-3.5 / 5) * that.actualRadius(), + dy = (-7 / 10) * that.actualRadius(); + pinGroupElement = drawTools.drawPin(that.nodeElement(), dx, dy, this.removePin, graph.options().showDraggerObject, graph.options().useAccuracyHelper()); + + + }; + + /** + * Removes the pin and refreshs the graph to update the force layout. + */ + this.removePin = function (){ + that.pinned(false); + if ( pinGroupElement ) { + pinGroupElement.remove(); + } + graph.updateStyle(); + }; + + this.drawCollapsingButton = function (){ + + collapsingGroupElement = that.nodeElement() + .append("g") + .classed("hidden-in-export", true) + .attr("transform", function (){ + var dx = (-2 / 5) * that.actualRadius(), + dy = (1 / 2) * that.actualRadius(); + return "translate(" + dx + "," + dy + ")"; + }); + + collapsingGroupElement.append("rect") + .classed("class pin feature", true) + .attr("x", 0) + .attr("y", 0) + .attr("width", 40) + .attr("height", 24); + + collapsingGroupElement.append("line") + .attr("x1", 13) + .attr("y1", 12) + .attr("x2", 27) + .attr("y2", 12); + + collapsingGroupElement.append("line") + .attr("x1", 20) + .attr("y1", 6) + .attr("x2", 20) + .attr("y2", 18); + }; + + /** + * Draws a circular node. + * @param parentElement the element to which this node will be appended + * @param [additionalCssClasses] additional css classes + */ + this.draw = function ( parentElement, additionalCssClasses ){ + var cssClasses = that.collectCssClasses(); + that.nodeElement(parentElement); + + var bgColor = that.backgroundColor(); + if ( bgColor === null ) bgColor = undefined; + if ( that.attributes().indexOf("deprecated") > -1 ) { + bgColor = undefined; + } + if ( additionalCssClasses instanceof Array ) { + cssClasses = cssClasses.concat(additionalCssClasses); + } + if ( rectangularRepresentation === true ) { + renderingElement = drawTools.appendRectangularClass(parentElement, 80, 80, cssClasses, that.labelForCurrentLanguage(), bgColor); + } else { + renderingElement = drawTools.appendCircularClass(parentElement, that.actualRadius(), cssClasses, that.labelForCurrentLanguage(), bgColor); + } + that.postDrawActions(parentElement); + }; + + this.redrawElement = function (){ + renderingElement.remove(); + textBlock.remove(); + var bgColor = that.backgroundColor(); + if ( that.attributes().indexOf("deprecated") > -1 ) { + bgColor = undefined; + } + + var cssClasses = that.collectCssClasses(); + + if ( rectangularRepresentation === true ) { + renderingElement = drawTools.appendRectangularClass(that.nodeElement(), 80, 80, cssClasses, that.labelForCurrentLanguage(), bgColor); + } else { + renderingElement = drawTools.appendCircularClass(that.nodeElement(), that.actualRadius(), cssClasses, that.labelForCurrentLanguage(), bgColor); + } + that.postDrawActions(that.nodeElement()); + }; + /** + * Common actions that should be invoked after drawing a node. + */ + this.postDrawActions = function (){ + that.textBlock(createTextBlock()); + + that.addMouseListeners(); + if ( that.pinned() ) { + that.drawPin(); + } + if ( that.halo() ) { + that.drawHalo(false); + } + if ( that.collapsible() ) { + that.drawCollapsingButton(); + } + }; + + this.redrawLabelText = function (){ + that.textBlock().remove(); + that.textBlock(createTextBlock()); + renderingElement.select("title").text(that.labelForCurrentLanguage()); + }; + function createTextBlock(){ + var bgColor = that.backgroundColor(); + if ( that.attributes().indexOf("deprecated") > -1 ) + bgColor = undefined; + + var textBlock = new CenteringTextElement(that.nodeElement(), bgColor); + + var equivalentsString = that.equivalentsString(); + var suffixForFollowingEquivalents = equivalentsString ? "," : ""; + + textBlock.addText(that.labelForCurrentLanguage(), "", suffixForFollowingEquivalents); + textBlock.addEquivalents(equivalentsString); + if ( !graph.options().compactNotation() ) { + textBlock.addSubText(that.indicationString()); + } + textBlock.addInstanceCount(that.individuals().length); + + return textBlock; + } + + this.equivalentsString = function (){ + var equivalentClasses = that.equivalents(); + if ( !equivalentClasses ) { + return; + } + + return equivalentClasses + .map(function ( node ){ + return node.labelForCurrentLanguage(); + }) + .join(", "); + }; + }; + o.prototype = Object.create(BaseNode.prototype); + o.prototype.constructor = o; + + return o; + }()); + + +/***/ }), +/* 9 */ +/***/ (function(module, exports, __webpack_require__) { + + /* WEBPACK VAR INJECTION */(function(d3) {var BaseElement = __webpack_require__(10); + var forceLayoutNodeFunctions = __webpack_require__(13)(); + + module.exports = (function (){ + + var Base = function ( graph ){ + BaseElement.apply(this, arguments); + + var that = this, + // Basic attributes + complement, + disjointUnion, + disjointWith, + individuals = [], + intersection, + union, + links, + rendertype = "round", + // Additional attributes + maxIndividualCount, + fobj, // foreigner object for editing + ignoreLocalHoverEvents = false, + backupFullIri, + // Element containers + nodeElement; + + // array to store my properties; // we will need this also later for semantic zooming stuff + var assignedProperties = []; + that.editingTextElement = false; + + this.isPropertyAssignedToThisElement = function ( property ){ + // this goes via IRIS + console.log("Element IRI :" + property.iri()); + if ( property.type() === "rdfs:subClassOf" ) + for ( var i = 0; i < assignedProperties.length; i++ ) { + var iriEl = assignedProperties[i].iri(); + if ( property.iri() === iriEl ) { + return true; + } + if ( property.type() === "rdfs:subClassOf" && assignedProperties[i].type() === "rdfs:subClassOf" ) + return true; + if ( property.type() === "owl:disjointWith" && assignedProperties[i].type() === "owl:disjointWith" ) + return true; + + } + return false; + }; + + + this.existingPropertyIRI = function ( url ){ + // this goes via IRIS + for ( var i = 0; i < assignedProperties.length; i++ ) { + var iriEl = assignedProperties[i].iri(); + if ( iriEl === url ) { + return true; + } + } + return false; + }; + + this.addProperty = function ( property ){ + if ( assignedProperties.indexOf(property) === -1 ) { + assignedProperties.push(property); + } + }; + + this.removePropertyElement = function ( property ){ + // console.log("Calling removing old property!"+ property.iri()); + if ( assignedProperties.indexOf(property) !== -1 ) { + // console.log("Found it!"); + assignedProperties.splice(assignedProperties.indexOf(property), 1); + } + }; + this.getMyProperties = function (){ + return assignedProperties; + }; + this.copyOtherProperties = function ( otherProperties ){ + assignedProperties = otherProperties; + }; + + this.copyInformation = function ( other ){ + console.log(other.labelForCurrentLanguage()); + if ( other.type() !== "owl:Thing" ) + that.label(other.label()); + that.complement(other.complement()); + that.iri(other.iri()); + that.copyOtherProperties(other.getMyProperties()); + that.baseIri(other.baseIri()); + if ( other.type() === "owl:Class" ) { + that.backupLabel(other.label()); + // console.log("copied backup label"+that.backupLabel()); + } + if ( other.backupLabel() !== undefined ) { + that.backupLabel(other.backupLabel()); + } + }; + + this.enableEditing = function ( autoEditing ){ + if ( autoEditing === false ) + return; + that.raiseDoubleClickEdit(true); + }; + + this.raiseDoubleClickEdit = function ( forceIRISync ){ + d3.selectAll(".foreignelements").remove(); + if ( nodeElement === undefined || this.type() === "owl:Thing" || this.type() === "rdfs:Literal" ) { + console.log("No Container found"); + return; + } + if ( fobj !== undefined ) { + nodeElement.selectAll(".foreignelements").remove(); + } + + backupFullIri = undefined; + graph.options().focuserModule().handle(undefined); + graph.options().focuserModule().handle(that); + // add again the editing elements to that one + if ( graph.isTouchDevice() === true ) { + graph.activateHoverElements(true, that, true); + } + that.editingTextElement = true; + ignoreLocalHoverEvents = true; + that.nodeElement().selectAll("circle").classed("hoveredForEditing", true); + graph.killDelayedTimer(); + graph.ignoreOtherHoverEvents(false); + fobj = nodeElement.append("foreignObject") + .attr("x", -0.5 * (that.textWidth() - 2)) + .attr("y", -12) + .attr("height", 30) + .attr("class", "foreignelements") + .on("dragstart", function (){ + return false; + }) // remove drag operations of text element) + .attr("width", that.textWidth() - 2); + + var editText = fobj.append("xhtml:input") + .attr("class", "nodeEditSpan") + .attr("id", that.id()) + .attr("align", "center") + .attr("contentEditable", "true") + .on("dragstart", function (){ + return false; + }); // remove drag operations of text element) + + var bgColor = '#f00'; + var txtWidth = that.textWidth() - 2; + editText.style({ + + 'align': 'center', + 'color': 'black', + 'width': txtWidth + "px", + 'height': '15px', + 'background-color': bgColor, + 'border-bottom': '2px solid black' + }); + var txtNode = editText.node(); + txtNode.value = that.labelForCurrentLanguage(); + txtNode.focus(); + txtNode.select(); + that.frozen(true); // << releases the not after selection + that.locked(true); + + + d3.event.stopPropagation(); + // ignoreNodeHoverEvent=true; + // // add some events that relate to this object + editText.on("click", function (){ + d3.event.stopPropagation(); + }); + // // remove hover Events for now; + editText.on("mouseout", function (){ + d3.event.stopPropagation(); + + + }); + editText.on("mousedown", function (){ + d3.event.stopPropagation(); + }) + .on("keydown", function (){ + d3.event.stopPropagation(); + if ( d3.event.keyCode === 13 ) { + this.blur(); + that.frozen(false); // << releases the not after selection + that.locked(false); + } + }) + .on("keyup", function (){ + if ( forceIRISync ) { + var labelName = editText.node().value; + var resourceName = labelName.replaceAll(" ", "_"); + var syncedIRI = that.baseIri() + resourceName; + backupFullIri = syncedIRI; + + d3.select("#element_iriEditor").node().title = syncedIRI; + d3.select("#element_iriEditor").node().value = graph.options().prefixModule().getPrefixRepresentationForFullURI(syncedIRI); + } + d3.select("#element_labelEditor").node().value = editText.node().value; + + }) + .on("blur", function (){ + that.editingTextElement = false; + ignoreLocalHoverEvents = false; + that.nodeElement().selectAll("circle").classed("hoveredForEditing", false); + var newLabel = editText.node().value; + nodeElement.selectAll(".foreignelements").remove(); + // that.setLabelForCurrentLanguage(classNameConvention(editText.node().value)); + that.label(newLabel); + that.backupLabel(newLabel); + that.redrawLabelText(); + that.frozen(graph.paused()); + that.locked(graph.paused()); + graph.ignoreOtherHoverEvents(false); + // console.log("Calling blur on Node!"); + if ( backupFullIri ) { + var sanityCheckResult = graph.checkIfIriClassAlreadyExist(backupFullIri); + if ( sanityCheckResult === false ) { + that.iri(backupFullIri); + } else { + // throw warnign + graph.options().warningModule().showWarning("Already seen this class", + "Input IRI: " + backupFullIri + " for element: " + that.labelForCurrentLanguage() + " already been set", + "Restoring previous IRI for Element : " + that.iri(), 2, false, sanityCheckResult); + + } + } + if ( graph.isADraggerActive() === false ) { + graph.options().focuserModule().handle(undefined); + graph.options().focuserModule().handle(that); + } + }); // add a foreiner element to this thing; + }; + + + this.renderType = function ( t ){ + if ( !arguments.length ) return rendertype; + rendertype = t; + return this; + }; + // Properties + this.complement = function ( p ){ + if ( !arguments.length ) return complement; + complement = p; + return this; + }; + + this.disjointUnion = function ( p ){ + if ( !arguments.length ) return disjointUnion; + disjointUnion = p; + return this; + }; + + this.disjointWith = function ( p ){ + if ( !arguments.length ) return disjointWith; + disjointWith = p; + return this; + }; + + this.individuals = function ( p ){ + if ( !arguments.length ) return individuals; + individuals = p || []; + return this; + }; + + this.intersection = function ( p ){ + if ( !arguments.length ) return intersection; + intersection = p; + return this; + }; + + this.links = function ( p ){ + if ( !arguments.length ) return links; + links = p; + return this; + }; + + this.maxIndividualCount = function ( p ){ + if ( !arguments.length ) return maxIndividualCount; + maxIndividualCount = p; + return this; + }; + + this.nodeElement = function ( p ){ + if ( !arguments.length ) return nodeElement; + nodeElement = p; + return this; + }; + + this.union = function ( p ){ + if ( !arguments.length ) return union; + union = p; + return this; + }; + + + /** + * Returns css classes generated from the data of this object. + * @returns {Array} + */ + that.collectCssClasses = function (){ + var cssClasses = []; + + if ( typeof that.styleClass() === "string" ) { + cssClasses.push(that.styleClass()); + } + + cssClasses = cssClasses.concat(that.visualAttributes()); + + return cssClasses; + }; + + + // Reused functions TODO refactor + this.addMouseListeners = function (){ + // Empty node + if ( !that.nodeElement() ) { + console.warn(this); + return; + } + + that.nodeElement().selectAll("*") + .on("mouseover", onMouseOver) + .on("mouseout", onMouseOut); + }; + + this.animationProcess = function (){ + var animRuns = false; + if ( that.getHalos() ) { + var haloGr = that.getHalos(); + var haloEls = haloGr.selectAll(".searchResultA"); + animRuns = haloGr.attr("animationRunning"); + if ( typeof animRuns !== "boolean" ) { + // parse this to a boolean value + animRuns = (animRuns === 'true'); + } + if ( animRuns === false ) { + haloEls.classed("searchResultA", false); + haloEls.classed("searchResultB", true); + } + } + return animRuns; + }; + + this.foreground = function (){ + var selectedNode = that.nodeElement().node(), + nodeContainer = selectedNode.parentNode; + // check if the halo is present and an animation is running + if ( that.animationProcess() === false ) { + // Append hovered element as last child to the container list. + nodeContainer.appendChild(selectedNode); + } + + }; + + function onMouseOver(){ + if ( that.mouseEntered() || ignoreLocalHoverEvents === true ) { + return; + } + + var selectedNode = that.nodeElement().node(), + nodeContainer = selectedNode.parentNode; + + // Append hovered element as last child to the container list. + if ( that.animationProcess() === false ) { + nodeContainer.appendChild(selectedNode); + } + if ( graph.isTouchDevice() === false ) { + that.setHoverHighlighting(true); + that.mouseEntered(true); + if ( graph.editorMode() === true && graph.ignoreOtherHoverEvents() === false ) { + graph.activateHoverElements(true, that); + } + } else { + if ( graph.editorMode() === true && graph.ignoreOtherHoverEvents() === false ) { + graph.activateHoverElements(true, that, true); + } + + } + + + } + + function onMouseOut(){ + that.setHoverHighlighting(false); + that.mouseEntered(false); + if ( graph.editorMode() === true && graph.ignoreOtherHoverEvents() === false ) { + graph.activateHoverElements(false); + } + } + + + forceLayoutNodeFunctions.addTo(this); + }; + + Base.prototype = Object.create(BaseElement.prototype); + Base.prototype.constructor = Base; + + + return Base; + }()); + + /* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(6))) + +/***/ }), +/* 10 */ +/***/ (function(module, exports, __webpack_require__) { + + /** + * The base element for all visual elements of webvowl. + */ + module.exports = (function (){ + + var Base = function ( graph ){ + // Basic attributes + var equivalents = [], + id, + label, + type, + iri, + baseIri, + // Additional attributes + annotations, + attributes = [], + backgroundColor, + comment, + description, + equivalentBase, + visualAttributes = [], + // Style attributes + focused = false, + indications = [], + mouseEntered = false, + styleClass, + visible = true, + + backupLabel, + // Other + languageTools = __webpack_require__(11)(); + + + this.backupLabel = function ( label ){ + if ( !arguments.length ) return backupLabel; + backupLabel = label; + }; + // Properties + this.attributes = function ( p ){ + if ( !arguments.length ) return attributes; + attributes = p; + return this; + }; + + this.annotations = function ( p ){ + if ( !arguments.length ) return annotations; + annotations = p; + return this; + }; + + this.redrawElement = function (){ + // TODO: OVERLOADED BY INDIVIDUAL ELEMENTS + }; + + this.backgroundColor = function ( p ){ + if ( !arguments.length ) return backgroundColor; + backgroundColor = p; + return this; + }; + + this.baseIri = function ( p ){ + if ( !arguments.length ) return baseIri; + baseIri = p; + return this; + }; + + this.comment = function ( p ){ + if ( !arguments.length ) return comment; + comment = p; + return this; + }; + + this.description = function ( p ){ + if ( !arguments.length ) return description; + description = p; + return this; + }; + + this.equivalents = function ( p ){ + if ( !arguments.length ) return equivalents; + equivalents = p || []; + return this; + }; + + this.equivalentBase = function ( p ){ + if ( !arguments.length ) return equivalentBase; + equivalentBase = p; + return this; + }; + + this.focused = function ( p ){ + if ( !arguments.length ) return focused; + focused = p; + return this; + }; + + this.id = function ( p ){ + if ( !arguments.length ) return id; + id = p; + return this; + }; + + this.indications = function ( p ){ + if ( !arguments.length ) return indications; + indications = p; + return this; + }; + + this.iri = function ( p ){ + if ( !arguments.length ) return iri; + iri = p; + return this; + }; + + this.label = function ( p ){ + if ( !arguments.length ) return label; + label = p; + return this; + }; + + this.mouseEntered = function ( p ){ + if ( !arguments.length ) return mouseEntered; + mouseEntered = p; + return this; + }; + + this.styleClass = function ( p ){ + if ( !arguments.length ) return styleClass; + styleClass = p; + return this; + }; + + this.type = function ( p ){ + if ( !arguments.length ) return type; + type = p; + return this; + }; + + this.visible = function ( p ){ + if ( !arguments.length ) return visible; + visible = p; + return this; + }; + + this.visualAttributes = function ( p ){ + if ( !arguments.length ) return visualAttributes; + visualAttributes = p; + return this; + }; + + + this.commentForCurrentLanguage = function (){ + return languageTools.textInLanguage(this.comment(), graph.language()); + }; + + /** + * @returns {string} the css class of this node.. + */ + this.cssClassOfNode = function (){ + return "node" + this.id(); + }; + + this.descriptionForCurrentLanguage = function (){ + return languageTools.textInLanguage(this.description(), graph.language()); + }; + + this.defaultLabel = function (){ + return languageTools.textInLanguage(this.label(), "default"); + }; + + this.indicationString = function (){ + return this.indications().join(", "); + }; + + this.labelForCurrentLanguage = function (){ + var preferredLanguage = graph && graph.language ? graph.language() : null; + return languageTools.textInLanguage(this.label(), preferredLanguage); + }; + }; + + Base.prototype.constructor = Base; + + Base.prototype.equals = function ( other ){ + return other instanceof Base && this.id() === other.id(); + }; + + Base.prototype.toString = function (){ + return this.labelForCurrentLanguage() + " (" + this.type() + ")"; + }; + + + return Base; + }()); + + +/***/ }), +/* 11 */ +/***/ (function(module, exports, __webpack_require__) { + + var constants = __webpack_require__(12)(); + + /** + * Encapsulates methods which return a label in a specific language for a preferred language. + */ + module.exports = (function (){ + + var languageTools = {}; + + + languageTools.textInLanguage = function ( textObject, preferredLanguage ){ + if ( typeof textObject === "undefined" ) { + return undefined; + } + + if ( typeof textObject === "string" ) { + return textObject; + } + + if ( preferredLanguage && textObject.hasOwnProperty(preferredLanguage) ) { + return textObject[preferredLanguage]; + } + + var textForLanguage = searchLanguage(textObject, "en"); + if ( textForLanguage ) { + return textForLanguage; + } + textForLanguage = searchLanguage(textObject, constants.LANG_UNDEFINED); + if ( textForLanguage ) { + return textForLanguage; + } + + return textObject[constants.LANG_IRIBASED]; + }; + + + function searchLanguage( textObject, preferredLanguage ){ + for ( var language in textObject ) { + if ( language === preferredLanguage && textObject.hasOwnProperty(language) ) { + return textObject[language]; + } + } + } + + return function (){ + /* Use a function here to keep a consistent style like webvowl.path.to.module() + * despite having just a single languageTools object. */ + return languageTools; + }; + })(); + + +/***/ }), +/* 12 */ +/***/ (function(module, exports) { + + module.exports = (function (){ + + var constants = {}; + + constants.LANG_IRIBASED = "IRI-based"; + constants.LANG_UNDEFINED = "undefined"; + + return function (){ + /* Use a function here to keep a consistent style like webvowl.path.to.module() + * despite having just a single object. */ + return constants; + }; + })(); + + +/***/ }), +/* 13 */ +/***/ (function(module, exports) { + + /** + * The functions for controlling attributes of nodes of the force layout can't be modelled to the element hierarchy, + * which is used for inheriting visual and OWL-like attributes. + * + * To reduce code redundancy the common functions for controlling the force layout node attributes are excluded into this + * module, which can add them to the node objects. + * + * @type {{}} + */ + var nodeFunctions = {}; + module.exports = function (){ + return nodeFunctions; + }; + + + nodeFunctions.addTo = function ( node ){ + addFixedLocationFunctions(node); + }; + + function addFixedLocationFunctions( node ){ + var locked = false, + frozen = false, + halo = false, + pinned = false; + + node.locked = function ( p ){ + if ( !arguments.length ) { + return locked; + } + locked = p; + applyFixedLocationAttributes(); + return node; + }; + + node.frozen = function ( p ){ + if ( !arguments.length ) { + return frozen; + } + frozen = p; + applyFixedLocationAttributes(); + return node; + }; + + node.halo = function ( p ){ + if ( !arguments.length ) { + return halo; + } + halo = p; + applyFixedLocationAttributes(); + return node; + }; + + node.pinned = function ( p ){ + if ( !arguments.length ) { + return pinned; + } + pinned = p; + applyFixedLocationAttributes(); + return node; + }; + + function applyFixedLocationAttributes(){ + if ( node.locked() || node.frozen() || node.pinned() ) { + node.fixed = true; + } else { + node.fixed = false; + } + } + } + + +/***/ }), +/* 14 */ +/***/ (function(module, exports, __webpack_require__) { + + var textTools = __webpack_require__(15)(); + var AbstractTextElement = __webpack_require__(16); + + module.exports = CenteringTextElement; + function CenteringTextElement( container, backgroundColor ){ + AbstractTextElement.apply(this, arguments); + this.storedFullTextLines = []; + this.storedSpanArrays = []; + this.storedStyle = []; + + } + + CenteringTextElement.prototype = Object.create(AbstractTextElement.prototype); + CenteringTextElement.prototype.constructor = CenteringTextElement; + + CenteringTextElement.prototype.addText = function ( text, prefix, suffix ){ + if ( text ) { + this.addTextline(text, this.CSS_CLASSES.default, prefix, suffix); + } + }; + + CenteringTextElement.prototype.addSubText = function ( text ){ + if ( text ) { + this.addTextline(text, this.CSS_CLASSES.subtext, "(", ")"); + } + }; + + CenteringTextElement.prototype.addEquivalents = function ( text ){ + if ( text ) { + this.addTextline(text, this.CSS_CLASSES.default); + } + }; + + CenteringTextElement.prototype.addInstanceCount = function ( instanceCount ){ + if ( instanceCount ) { + this.addTextline(instanceCount.toString(), this.CSS_CLASSES.instanceCount); + } + }; + CenteringTextElement.prototype.saveCorrespondingSpan = function ( correspondingSpan ){ + this.storedSpanArrays.push(correspondingSpan); + }; + CenteringTextElement.prototype.saveFullTextLine = function ( fullText ){ + this.storedFullTextLines.push(fullText); + }; + CenteringTextElement.prototype.saveStyle = function ( style ){ + this.storedStyle.push(style); + }; + + CenteringTextElement.prototype.updateAllTextElements = function (){ + // TODO : TEST THIS postPrefix >>> _applyPreAndPostFix + for ( var i = 0; i < this.storedSpanArrays.length; i++ ) { + var truncatedText = textTools.truncate(this.storedFullTextLines[i], this._textBlock().datum().textWidth(), this.storedStyle[i]); + this.storedSpanArrays[i].text(truncatedText); + } + }; + + + CenteringTextElement.prototype.addTextline = function ( text, style, prefix, postfix ){ + var truncatedText = textTools.truncate(text, this._textBlock().datum().textWidth(), style); + this.saveFullTextLine(text); + this.saveStyle(style); + var tspan = this._textBlock().append("tspan") + .classed(this.CSS_CLASSES.default, true) + .classed(style, true) + .text(this._applyPreAndPostFix(truncatedText, prefix, postfix)) + .attr("x", 0); + this._repositionTextLine(tspan); + this.saveCorrespondingSpan(tspan); + + this._repositionTextBlock(); + }; + + CenteringTextElement.prototype._repositionTextLine = function ( tspan ){ + var fontSizeProperty = window.getComputedStyle(tspan.node()).getPropertyValue("font-size"); + var fontSize = parseFloat(fontSizeProperty); + + var siblingCount = this._lineCount() - 1; + var lineDistance = siblingCount > 0 ? this.LINE_DISTANCE : 0; + + tspan.attr("dy", fontSize + lineDistance + "px"); + }; + + CenteringTextElement.prototype.getTextBox = function (){ + return this._textBlock(); + }; + + + CenteringTextElement.prototype._repositionTextBlock = function (){ + // Nothing to do if no child elements exist + var lineCount = this._lineCount(); + if ( lineCount < 1 ) { + this._textBlock().attr("y", 0); + return; + } + + var textBlockHeight = this._textBlock().node().getBBox().height; + this._textBlock().attr("y", -textBlockHeight * 0.5 + "px"); + }; + + CenteringTextElement.prototype._lineCount = function (){ + return this._textBlock().property("childElementCount"); + }; + + +/***/ }), +/* 15 */ +/***/ (function(module, exports, __webpack_require__) { + + /* WEBPACK VAR INJECTION */(function(d3) {var ADDITIONAL_TEXT_SPACE = 4; + + var tools = {}; + + function measureTextWidth( text, textStyle ){ + // Set a default value + if ( !textStyle ) { + textStyle = "text"; + } + var d = d3.select("body") + .append("div") + .attr("class", textStyle) + .attr("id", "width-test") // tag this element to identify it + .attr("style", "position:absolute; float:left; white-space:nowrap; visibility:hidden;") + .text(text), + w = document.getElementById("width-test").offsetWidth; + d.remove(); + return w; + } + + tools.truncate = function ( text, maxWidth, textStyle, additionalTextSpace ){ + maxWidth -= isNaN(additionalTextSpace) ? ADDITIONAL_TEXT_SPACE : additionalTextSpace; + if ( isNaN(maxWidth) || maxWidth <= 0 ) { + return text; + } + + var truncatedText = text, + newTruncatedTextLength, + textWidth, + ratio; + + while ( true ) { + textWidth = measureTextWidth(truncatedText, textStyle); + if ( textWidth <= maxWidth ) { + break; + } + + ratio = textWidth / maxWidth; + newTruncatedTextLength = Math.floor(truncatedText.length / ratio); + + // detect if nothing changes + if ( truncatedText.length === newTruncatedTextLength ) { + break; + } + + truncatedText = truncatedText.substring(0, newTruncatedTextLength); + } + + if ( text.length > truncatedText.length ) { + return text.substring(0, truncatedText.length - 3) + "..."; + } + return text; + }; + + + module.exports = function (){ + return tools; + }; + + /* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(6))) + +/***/ }), +/* 16 */ +/***/ (function(module, exports, __webpack_require__) { + + /* WEBPACK VAR INJECTION */(function(d3) {module.exports = AbstractTextElement; + + function AbstractTextElement( container, backgroundColor ){ + var textBlock = container.append("text") + .classed("text", true) + .style("fill", this._getTextColor(backgroundColor)) + .attr("text-anchor", "middle"); + + this._textBlock = function (){ + return textBlock; + }; + } + + AbstractTextElement.prototype.LINE_DISTANCE = 1; + AbstractTextElement.prototype.CSS_CLASSES = { + default: "text", + subtext: "subtext", + instanceCount: "instance-count" + }; + AbstractTextElement.prototype.DARK_TEXT_COLOR = "#000"; + AbstractTextElement.prototype.LIGHT_TEXT_COLOR = "#fff"; + + AbstractTextElement.prototype.translation = function ( x, y ){ + this._textBlock().attr("transform", "translate(" + x + ", " + y + ")"); + return this; + }; + + AbstractTextElement.prototype.remove = function (){ + this._textBlock().remove(); + return this; + }; + + AbstractTextElement.prototype._applyPreAndPostFix = function ( text, prefix, postfix ){ + if ( prefix ) { + text = prefix + text; + } + if ( postfix ) { + text += postfix; + } + return text; + }; + + AbstractTextElement.prototype._getTextColor = function ( rawBackgroundColor ){ + if ( !rawBackgroundColor ) { + return AbstractTextElement.prototype.DARK_TEXT_COLOR; + } + + var backgroundColor = d3.rgb(rawBackgroundColor); + if ( calculateLuminance(backgroundColor) > 0.5 ) { + return AbstractTextElement.prototype.DARK_TEXT_COLOR; + } else { + return AbstractTextElement.prototype.LIGHT_TEXT_COLOR; + } + }; + + function calculateLuminance( color ){ + return 0.3 * (color.r / 255) + 0.59 * (color.g / 255) + 0.11 * (color.b / 255); + } + + /* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(6))) + +/***/ }), +/* 17 */ +/***/ (function(module, exports, __webpack_require__) { + + /* WEBPACK VAR INJECTION */(function(d3) {/** + * Contains reusable function for drawing nodes. + */ + module.exports = (function (){ + + var tools = {}; + + /** + * Append a circular class node with the passed attributes. + * @param parent the parent element to which the circle will be appended + * @param radius + * @param [cssClasses] an array of additional css classes + * @param [tooltip] + * @param [backgroundColor] + * @returns {*} + */ + tools.appendCircularClass = function ( parent, radius, cssClasses, tooltip, backgroundColor ){ + var circle = parent.append("circle") + .classed("class", true) + .attr("r", radius); + + addCssClasses(circle, cssClasses); + addToolTip(circle, tooltip); + addBackgroundColor(circle, backgroundColor); + + return circle; + }; + + function addCssClasses( element, cssClasses ){ + if ( cssClasses instanceof Array ) { + cssClasses.forEach(function ( cssClass ){ + element.classed(cssClass, true); + }); + } + } + + function addToolTip( element, tooltip ){ + if ( tooltip ) { + element.append("title").text(tooltip); + } + } + + function addBackgroundColor( element, backgroundColor ){ + if ( backgroundColor ) { + element.style("fill", backgroundColor); + } + } + + /** + * Appends a rectangular class node with the passed attributes. + * @param parent the parent element to which the rectangle will be appended + * @param width + * @param height + * @param [cssClasses] an array of additional css classes + * @param [tooltip] + * @param [backgroundColor] + * @returns {*} + */ + tools.appendRectangularClass = function ( parent, width, height, cssClasses, tooltip, backgroundColor ){ + var rectangle = parent.append("rect") + .classed("class", true) + .attr("x", -width / 2) + .attr("y", -height / 2) + .attr("width", width) + .attr("height", height); + + addCssClasses(rectangle, cssClasses); + addToolTip(rectangle, tooltip); + addBackgroundColor(rectangle, backgroundColor); + + return rectangle; + }; + + tools.drawPin = function ( container, dx, dy, onClick, accuraciesHelperFunction, useAccuracyHelper ){ + var pinGroupElement = container + .append("g") + .classed("hidden-in-export", true) + .attr("transform", "translate(" + dx + "," + dy + ")"); + + var base = pinGroupElement.append("circle") + .classed("class pin feature", true) + .attr("r", 12) + .on("click", function (){ + if ( onClick ) { + onClick(); + } + d3.event.stopPropagation(); + }); + + pinGroupElement.append("line") + .attr("x1", 0) + .attr("x2", 0) + .attr("y1", 12) + .attr("y2", 16); + + if ( useAccuracyHelper === true ) { + pinGroupElement.append("circle") + .attr("r", 15) + .attr("cx", -7) + .attr("cy", -7) + .classed("superHiddenElement ", true) + .classed("superOpacityElement", !accuraciesHelperFunction()) + .on("click", function (){ + if ( onClick ) { + onClick(); + } + d3.event.stopPropagation(); + }) + .on("mouseover", function (){ + base.classed("feature_hover", true); + }) + .on("mouseout", function (){ + base.classed("feature_hover", false); + }) + ; + + } + + + return pinGroupElement; + }; + + tools.drawRectHalo = function ( node, width, height, offset ){ + var container; + if ( node.nodeElement ) + container = node.nodeElement(); + else + container = node.labelElement(); + + if ( !container ) { + // console.log("no container found"); + return; + } + + var haloGroupElement = container + .append("g") + .classed("hidden-in-export", true); + + haloGroupElement.append("rect") + .classed("searchResultA", true) + .attr("x", (-width - offset) / 2) + .attr("y", (-offset - height) / 2) + .attr("width", width + offset) + .attr("height", height + offset); + haloGroupElement.attr("animationRunning", true); + + haloGroupElement.node().addEventListener("webkitAnimationEnd", function (){ + var test = haloGroupElement.selectAll(".searchResultA"); + test.classed("searchResultA", false) + .classed("searchResultB", true); + haloGroupElement.attr("animationRunning", false); + }); + haloGroupElement.node().addEventListener("animationend", function (){ + var test = haloGroupElement.selectAll(".searchResultA"); + test.classed("searchResultA", false) + .classed("searchResultB", true); + haloGroupElement.attr("animationRunning", false); + }); + + + return haloGroupElement; + + }; + tools.drawHalo = function ( container, radius ){ + if ( container === undefined ) { + return null; + // there is no element to add the halo to; + // this means the node was not rendered previously + } + + var haloGroupElement = container + .append("g") + .classed("hidden-in-export", true); + + + haloGroupElement.append("circle", ":first-child") + .classed("searchResultA", true) + .attr("r", radius + 15); + haloGroupElement.attr("animationRunning", true); + + + haloGroupElement.node().addEventListener("webkitAnimationEnd", function (){ + var test = haloGroupElement.selectAll(".searchResultA"); + test.classed("searchResultA", false) + .classed("searchResultB", true) + .attr("animationRunning", false); + haloGroupElement.attr("animationRunning", false); + }); + haloGroupElement.node().addEventListener("animationend", function (){ + var test = haloGroupElement.selectAll(".searchResultA"); + test.classed("searchResultA", false) + .classed("searchResultB", true) + .attr("animationRunning", false); + haloGroupElement.attr("animationRunning", false); + }); + + return haloGroupElement; + }; + + return function (){ + // Encapsulate into function to maintain default.module.path() + return tools; + }; + })(); + + /* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(6))) + +/***/ }), +/* 18 */ +/***/ (function(module, exports, __webpack_require__) { + + var RoundNode = __webpack_require__(8); + + module.exports = (function (){ + + var o = function ( graph ){ + RoundNode.apply(this, arguments); + + this.type("owl:Class"); + }; + o.prototype = Object.create(RoundNode.prototype); + o.prototype.constructor = o; + + return o; + }()); + + +/***/ }), +/* 19 */ +/***/ (function(module, exports, __webpack_require__) { + + var SetOperatorNode = __webpack_require__(20); + + module.exports = (function (){ + + var o = function ( graph ){ + SetOperatorNode.apply(this, arguments); + + var that = this, + superDrawFunction = that.draw; + + this.styleClass("complementof") + .type("owl:complementOf"); + + this.draw = function ( element ){ + superDrawFunction(element); + + var symbol = element.append("g").classed("embedded", true); + + symbol.append("circle") + .attr("class", "symbol") + .classed("fineline", true) + .attr("r", 10); + symbol.append("path") + .attr("class", "nofill") + .attr("d", "m -7,-1.5 12,0 0,6") + .attr("transform", "scale(.5)"); + + symbol.attr("transform", + "translate(-" + (that.radius() - 15) / 100 + ",-" + (that.radius() - 15) / 100 + ")"); + + that.postDrawActions(); + }; + }; + o.prototype = Object.create(SetOperatorNode.prototype); + o.prototype.constructor = o; + + return o; + }()); + + +/***/ }), +/* 20 */ +/***/ (function(module, exports, __webpack_require__) { + + var AbsoluteTextElement = __webpack_require__(21); + var BoxArrowLink = __webpack_require__(22); + var RoundNode = __webpack_require__(8); + var drawTools = __webpack_require__(17)(); + + module.exports = (function (){ + + var o = function ( graph ){ + RoundNode.apply(this, arguments); + + var that = this, + superHoverHighlightingFunction = that.setHoverHighlighting, + superPostDrawActions = that.postDrawActions; + + this.setHoverHighlighting = function ( enable ){ + superHoverHighlightingFunction(enable); + + // Highlight links pointing to included nodes when hovering the set operator + that.links() + .filter(function ( link ){ + return link instanceof BoxArrowLink; + }) + .filter(function ( link ){ + return link.domain().equals(that); + }) + .forEach(function ( link ){ + link.property().setHighlighting(enable); + }); + }; + + this.draw = function ( element ){ + that.nodeElement(element); + + drawTools.appendCircularClass(element, that.actualRadius(), + that.collectCssClasses().join(" "), + that.labelForCurrentLanguage(), that.backgroundColor()); + }; + + this.postDrawActions = function (){ + superPostDrawActions(); + that.textBlock().remove(); + + var textElement = new AbsoluteTextElement(that.nodeElement(), that.backgroundColor()); + + var equivalentsString = that.equivalentsString(); + var offsetForFollowingEquivalents = equivalentsString ? -30 : -17; + var suffixForFollowingEquivalents = equivalentsString ? "," : ""; + textElement.addText(that.labelForCurrentLanguage(), offsetForFollowingEquivalents, "", + suffixForFollowingEquivalents); + + textElement.addEquivalents(equivalentsString, -17); + + + if ( !graph.options().compactNotation() ) { + + if ( that.indicationString().length > 0 ) { + textElement.addSubText(that.indicationString(), 17); + textElement.addInstanceCount(that.individuals().length, 30); + } else { + textElement.addInstanceCount(that.individuals().length, 17); + } + } else { + textElement.addInstanceCount(that.individuals().length, 17); + } + + that.textBlock(textElement); + }; + }; + o.prototype = Object.create(RoundNode.prototype); + o.prototype.constructor = o; + + return o; + }()); + + +/***/ }), +/* 21 */ +/***/ (function(module, exports, __webpack_require__) { + + var textTools = __webpack_require__(15)(); + var AbstractTextElement = __webpack_require__(16); + + module.exports = AbsoluteTextElement; + function AbsoluteTextElement( container, backgroundColor ){ + AbstractTextElement.apply(this, arguments); + } + + AbsoluteTextElement.prototype = Object.create(AbstractTextElement.prototype); + AbsoluteTextElement.prototype.constructor = AbsoluteTextElement; + + AbsoluteTextElement.prototype.addText = function ( text, yShift, prefix, suffix ){ + if ( text ) { + this.addTextline(text, this.CSS_CLASSES.default, yShift, prefix, suffix); + } + }; + + AbsoluteTextElement.prototype.addSubText = function ( text, yShift ){ + if ( text ) { + this.addTextline(text, this.CSS_CLASSES.subtext, yShift, "(", ")"); + } + }; + + AbsoluteTextElement.prototype.addEquivalents = function ( text, yShift ){ + if ( text ) { + this.addTextline(text, this.CSS_CLASSES.default, yShift); + } + }; + + AbsoluteTextElement.prototype.addInstanceCount = function ( instanceCount, yShift ){ + if ( instanceCount ) { + this.addTextline(instanceCount.toString(), this.CSS_CLASSES.instanceCount, yShift); + } + }; + + + AbsoluteTextElement.prototype.addTextline = function ( text, style, yShift, prefix, postfix ){ + var truncatedText = textTools.truncate(text, this._textBlock().datum().textWidth(yShift), style); + + var tspan = this._textBlock().append("tspan") + .classed(this.CSS_CLASSES.default, true) + .classed(style, true) + .text(this._applyPreAndPostFix(truncatedText, prefix, postfix)) + .attr("x", 0); + this._repositionTextLine(tspan, yShift); + }; + + AbsoluteTextElement.prototype._repositionTextLine = function ( tspan, yShift ){ + var fontSizeProperty = window.getComputedStyle(tspan.node()).getPropertyValue("font-size"); + var fontSize = parseFloat(fontSizeProperty); + + /* BBox height is not supported in Firefox for tspans and dominant-baseline doesn't work in some SVG editors */ + var approximatedShiftForVerticalCentering = (1 / 3) * fontSize; + + tspan.attr("y", approximatedShiftForVerticalCentering + (yShift || 0) + "px"); + }; + + +/***/ }), +/* 22 */ +/***/ (function(module, exports, __webpack_require__) { + + var PlainLink = __webpack_require__(23); + + + module.exports = BoxArrowLink; + + function BoxArrowLink( domain, range, property ){ + PlainLink.apply(this, arguments); + } + + BoxArrowLink.prototype = Object.create(PlainLink.prototype); + BoxArrowLink.prototype.constructor = BoxArrowLink; + + + BoxArrowLink.prototype.draw = function ( linkGroup, markerContainer ){ + var property = this.label().property(); + var inverse = this.label().inverse(); + + createPropertyMarker(markerContainer, property); + if ( inverse ) { + createInverseMarker(markerContainer, inverse); + } + + PlainLink.prototype.draw.apply(this, arguments); + + // attach the markers to the link + linkGroup.attr("marker-start", "url(#" + property.markerId() + ")"); + if ( inverse ) { + linkGroup.attr("marker-end", "url(#" + inverse.markerId() + ")"); + } + }; + + + function createPropertyMarker( markerContainer, inverse ){ + var inverseMarker = appendBasicMarker(markerContainer, inverse); + inverseMarker.attr("refX", -8); + inverseMarker.append("path") + .attr("d", "M0,-8L8,0L0,8L-8,0L0,-8L8,0") + .classed(inverse.markerType(), true); + + inverse.markerElement(inverseMarker); + } + + function createInverseMarker( markerContainer, property ){ + var marker = appendBasicMarker(markerContainer, property); + marker.attr("refX", 8); + marker.append("path") + .attr("d", "M0,-8L8,0L0,8L-8,0L0,-8L8,0") + .classed(property.markerType(), true); + + property.markerElement(marker); + } + + function appendBasicMarker( markerContainer, property ){ + return markerContainer.append("marker") + .datum(property) + .attr("id", property.markerId()) + .attr("viewBox", "-10 -10 20 20") + .attr("markerWidth", 20) + .attr("markerHeight", 20) + .attr("markerUnits", "userSpaceOnUse") + .attr("orient", "auto"); + } + + +/***/ }), +/* 23 */ +/***/ (function(module, exports, __webpack_require__) { + + var Label = __webpack_require__(24); + + + module.exports = PlainLink; + + /** + * A link connects at least two VOWL nodes. + * The properties connecting the VOWL nodes are stored separately into the label. + * @param domain + * @param range + * @param property + */ + function PlainLink( domain, range, property ){ + var layers, + layerIndex, + loops, + loopIndex, + pathEl, + label = new Label(property, this); + + var backPart = __webpack_require__(25)(domain, label, this), + frontPart = __webpack_require__(25)(label, range, this); + + + this.layers = function ( p ){ + if ( !arguments.length ) return layers; + layers = p; + return this; + }; + + this.layerIndex = function ( p ){ + if ( !arguments.length ) return layerIndex; + layerIndex = p; + return this; + }; + + this.loops = function ( p ){ + if ( !arguments.length ) return loops; + loops = p; + return this; + }; + + this.loopIndex = function ( p ){ + if ( !arguments.length ) return loopIndex; + loopIndex = p; + return this; + }; + + + this.domain = function (){ + return domain; + }; + + this.label = function (){ + return label; + }; + + this.linkParts = function (){ + return [frontPart, backPart]; + }; + + this.range = function (){ + return range; + }; + this.pathObj = function ( pE ){ + if ( !arguments.length ) { + return pathEl; + } + pathEl = pE; + }; + } + + + PlainLink.prototype.draw = function ( linkGroup ){ + var property = this.label().property(); + var inverse = this.label().inverse(); + + property.linkGroup(linkGroup); + if ( inverse ) { + inverse.linkGroup(linkGroup); + } + + var pathElement = linkGroup.append("path"); + pathElement.classed("link-path", true) + .classed(this.domain().cssClassOfNode(), true) + .classed(this.range().cssClassOfNode(), true) + .classed(property.linkType(), true); + this.pathObj(pathElement); + + }; + + + PlainLink.prototype.inverse = function (){ + return this.label().inverse(); + }; + + PlainLink.prototype.isLoop = function (){ + return this.domain().equals(this.range()); + }; + + PlainLink.prototype.property = function (){ + return this.label().property(); + }; + + + +/***/ }), +/* 24 */ +/***/ (function(module, exports) { + + module.exports = Label; + + /** + * A label represents the element(s) which further describe a link. + * It encapsulates the property and its inverse property. + * @param property the property; the inverse is inferred + * @param link the link this label belongs to + */ + function Label( property, link ){ + this.link = function (){ + return link; + }; + + this.property = function (){ + return property; + }; + + // "Forward" the fixed value set on the property to avoid having to access this container + Object.defineProperty(this, "fixed", { + get: function (){ + var inverseFixed = property.inverse() ? property.inverse().fixed : false; + return property.fixed || inverseFixed; + }, + set: function ( v ){ + property.fixed = v; + if ( property.inverse() ) property.inverse().fixed = v; + } + }); + this.frozen = property.frozen; + this.locked = property.locked; + this.pinned = property.pinned; + } + + Label.prototype.actualRadius = function (){ + return this.property().actualRadius(); + }; + + Label.prototype.draw = function ( container ){ + return this.property().draw(container); + }; + + Label.prototype.inverse = function (){ + return this.property().inverse(); + }; + + Label.prototype.equals = function ( other ){ + if ( !other ) { + return false; + } + + var instance = other instanceof Label; + var equalProperty = this.property().equals(other.property()); + + var equalInverse = false; + if ( this.inverse() ) { + equalInverse = this.inverse().equals(other.inverse()); + } else if ( !other.inverse() ) { + equalInverse = true; + } + + return instance && equalProperty && equalInverse; + }; + + +/***/ }), +/* 25 */ +/***/ (function(module, exports) { + + /** + * A linkPart connects two force layout nodes. + * It reprents a link which can be used in d3's force layout. + * @param _domain + * @param _range + * @param _link + */ + module.exports = function ( _domain, _range, _link ){ + var linkPart = {}, + domain = _domain, + link = _link, + range = _range; + + // Define d3 properties + Object.defineProperties(linkPart, { + "source": { value: domain, writable: true }, + "target": { value: range, writable: true } + }); + + + linkPart.domain = function (){ + return domain; + }; + + linkPart.link = function (){ + return link; + }; + + linkPart.range = function (){ + return range; + }; + + + return linkPart; + }; + + +/***/ }), +/* 26 */ +/***/ (function(module, exports, __webpack_require__) { + + var RoundNode = __webpack_require__(8); + + module.exports = (function (){ + + var o = function ( graph ){ + RoundNode.apply(this, arguments); + + this.attributes(["deprecated"]) + .type("owl:DeprecatedClass") + .styleClass("deprecated") + .indications(["deprecated"]); + }; + o.prototype = Object.create(RoundNode.prototype); + o.prototype.constructor = o; + + return o; + }()); + + +/***/ }), +/* 27 */ +/***/ (function(module, exports, __webpack_require__) { + + var SetOperatorNode = __webpack_require__(20); + + module.exports = (function (){ + + var o = function ( graph ){ + SetOperatorNode.apply(this, arguments); + + var that = this, + superDrawFunction = that.draw; + + this.styleClass("disjointunionof") + .type("owl:disjointUnionOf"); + + this.draw = function ( element ){ + superDrawFunction(element); + + var symbol = element.append("g").classed("embedded", true); + + var symbolRadius = 10; + symbol.append("circle") + .attr("class", "symbol") + .attr("r", symbolRadius); + symbol.append("circle") + .attr("cx", 10) + .attr("class", "symbol") + .classed("fineline", true) + .attr("r", symbolRadius); + symbol.append("circle") + .attr("class", "nofill") + .classed("fineline", true) + .attr("r", symbolRadius); + symbol.append("text") + .attr("class", "link") + .text("1") + .attr("transform", "scale(.7)translate(3,5)"); + + symbol.attr("transform", "translate(-" + (that.radius() - 15) / 7 + ",-" + (that.radius() - 15) / 100 + ")"); + + that.postDrawActions(); + }; + }; + o.prototype = Object.create(SetOperatorNode.prototype); + o.prototype.constructor = o; + + return o; + }()); + + +/***/ }), +/* 28 */ +/***/ (function(module, exports, __webpack_require__) { + + var RoundNode = __webpack_require__(8); + var drawTools = __webpack_require__(17)(); + + module.exports = (function (){ + + var o = function ( graph ){ + RoundNode.apply(this, arguments); + + var CIRCLE_SIZE_DIFFERENCE = 4; + var renderingElement; + var that = this, + superActualRadiusFunction = that.actualRadius; + + this.styleClass("equivalentclass") + .type("owl:equivalentClass"); + + this.actualRadius = function (){ + return superActualRadiusFunction() + CIRCLE_SIZE_DIFFERENCE; + }; + + this.redrawElement = function (){ + renderingElement.remove(); + that.textBlock().remove(); + var bgColor = that.backgroundColor(); + + if ( that.attributes().indexOf("deprecated") > -1 ) { + bgColor = undefined; + } + var cssClasses = that.collectCssClasses(); + renderingElement = that.nodeElement().append("g"); + + if ( that.getRectangularRepresentation() === true ) { + drawTools.appendRectangularClass(renderingElement, 84, 84, ["white", "embedded"]); + drawTools.appendRectangularClass(renderingElement, 80 - CIRCLE_SIZE_DIFFERENCE, 80 - CIRCLE_SIZE_DIFFERENCE, cssClasses, that.labelForCurrentLanguage(), bgColor); + } else { + drawTools.appendCircularClass(renderingElement, that.actualRadius(), ["white", "embedded"]); + console.log(cssClasses); + console.log(that.attributes()); + console.log("what is bgColor" + bgColor); + drawTools.appendCircularClass(renderingElement, that.actualRadius() - CIRCLE_SIZE_DIFFERENCE, cssClasses, that.labelForCurrentLanguage(), bgColor); + + } + that.postDrawActions(that.nodeElement()); + + }; + this.draw = function ( parentElement ){ + var cssClasses = that.collectCssClasses(); + + that.nodeElement(parentElement); + renderingElement = parentElement.append("g"); + var bgColor = that.backgroundColor(); + if ( that.attributes().indexOf("deprecated") > -1 ) { + bgColor = undefined; + } + // draw the outer circle at first and afterwards the inner circle + if ( that.getRectangularRepresentation() === true ) { + drawTools.appendRectangularClass(renderingElement, 84, 84, ["white", "embedded"]); + drawTools.appendRectangularClass(renderingElement, 80 - CIRCLE_SIZE_DIFFERENCE, 80 - CIRCLE_SIZE_DIFFERENCE, cssClasses, that.labelForCurrentLanguage(), bgColor); + } else { + drawTools.appendCircularClass(renderingElement, that.actualRadius(), ["white", "embedded"]); + drawTools.appendCircularClass(renderingElement, that.actualRadius() - CIRCLE_SIZE_DIFFERENCE, cssClasses, that.labelForCurrentLanguage(), bgColor); + + } + + that.postDrawActions(); + }; + + /** + * Sets the hover highlighting of this node. + * @param enable + */ + that.setHoverHighlighting = function ( enable ){ + that.nodeElement().selectAll("circle:last-of-type").classed("hovered", enable); + }; + }; + o.prototype = Object.create(RoundNode.prototype); + o.prototype.constructor = o; + + return o; + }()); + + +/***/ }), +/* 29 */ +/***/ (function(module, exports, __webpack_require__) { + + var SetOperatorNode = __webpack_require__(20); + + module.exports = (function (){ + + var o = function ( graph ){ + SetOperatorNode.apply(this, arguments); + + var that = this, + superDrawFunction = that.draw, + INTERSECTION_BACKGROUND_PATH = createIntersectionPath(); + + this.styleClass("intersectionof") + .type("owl:intersectionOf"); + + this.draw = function ( element ){ + superDrawFunction(element); + + var symbol = element.append("g").classed("embedded", true); + + var symbolRadius = 10; + symbol.append("path") + .attr("class", "nostroke") + .classed("symbol", true) + .attr("d", INTERSECTION_BACKGROUND_PATH); + symbol.append("circle") + .attr("class", "nofill") + .classed("fineline", true) + .attr("r", symbolRadius); + symbol.append("circle") + .attr("cx", 10) + .attr("class", "nofill") + .classed("fineline", true) + .attr("r", symbolRadius); + symbol.append("path") + .attr("class", "nofill") + .attr("d", "m 9,5 c 0,-2 0,-4 0,-6 0,0 0,0 0,0 0,0 0,-1.8 -1,-2.3 -0.7,-0.6 -1.7,-0.8 -2.9," + + "-0.8 -1.2,0 -2,0 -3,0.8 -0.7,0.5 -1,1.4 -1,2.3 0,2 0,4 0,6") + .attr("transform", "scale(.5)translate(5,0)"); + + symbol.attr("transform", + "translate(-" + (that.radius() - 15) / 7 + ",-" + (that.radius() - 15) / 100 + ")"); + + that.postDrawActions(); + }; + + function createIntersectionPath(){ + var height = 18; + + var offsetX = 5; + var offsetY = -(height / 2); + + var bezierX = 7; + var bezierY = 5; + var bottomBezierY = height - bezierY; + + var startPosition = "M" + offsetX + "," + offsetY; + var rightSide = "c" + bezierX + "," + bezierY + " " + bezierX + "," + bottomBezierY + " 0," + height; + var leftSide = "c" + -bezierX + "," + -bezierY + " " + -bezierX + "," + -bottomBezierY + " 0," + -height; + + return startPosition + rightSide + leftSide; + } + }; + o.prototype = Object.create(SetOperatorNode.prototype); + o.prototype.constructor = o; + + return o; + }()); + + +/***/ }), +/* 30 */ +/***/ (function(module, exports, __webpack_require__) { + + var OwlThing = __webpack_require__(31); + + module.exports = (function (){ + + var o = function ( graph ){ + OwlThing.apply(this, arguments); + + this.label("Nothing") + .type("owl:Nothing") + .iri("http://www.w3.org/2002/07/owl#Nothing"); + }; + o.prototype = Object.create(OwlThing.prototype); + o.prototype.constructor = o; + + return o; + }()); + + +/***/ }), +/* 31 */ +/***/ (function(module, exports, __webpack_require__) { + + var RoundNode = __webpack_require__(8); + + module.exports = (function (){ + + var o = function ( graph ){ + RoundNode.apply(this, arguments); + + var superDrawFunction = this.draw; + + this.label("Thing") + .type("owl:Thing") + .iri("http://www.w3.org/2002/07/owl#Thing") + .radius(30); + + this.draw = function ( element ){ + superDrawFunction(element, ["white", "dashed"]); + }; + }; + o.prototype = Object.create(RoundNode.prototype); + o.prototype.constructor = o; + + return o; + }()); + + +/***/ }), +/* 32 */ +/***/ (function(module, exports, __webpack_require__) { + + var SetOperatorNode = __webpack_require__(20); + + module.exports = (function (){ + + var o = function ( graph ){ + SetOperatorNode.apply(this, arguments); + + var that = this, + superDrawFunction = that.draw; + + this.styleClass("unionof") + .type("owl:unionOf"); + + this.draw = function ( element ){ + superDrawFunction(element); + + var symbol = element.append("g").classed("embedded", true); + + var symbolRadius = 10; + symbol.append("circle") + .attr("class", "symbol") + .attr("r", symbolRadius); + symbol.append("circle") + .attr("cx", 10) + .attr("class", "symbol") + .classed("fineline", true) + .attr("r", symbolRadius); + symbol.append("circle") + .attr("class", "nofill") + .classed("fineline", true) + .attr("r", symbolRadius); + symbol.append("path") + .attr("class", "link") + .attr("d", "m 1,-3 c 0,2 0,4 0,6 0,0 0,0 0,0 0,2 2,3 4,3 2,0 4,-1 4,-3 0,-2 0,-4 0,-6") + .attr("transform", "scale(.5)translate(5,0)"); + + symbol.attr("transform", "translate(-" + (that.radius() - 15) / 7 + ",-" + (that.radius() - 15) / 100 + ")"); + + that.postDrawActions(); + }; + }; + o.prototype = Object.create(SetOperatorNode.prototype); + o.prototype.constructor = o; + + return o; + }()); + + +/***/ }), +/* 33 */ +/***/ (function(module, exports, __webpack_require__) { + + var RoundNode = __webpack_require__(8); + + module.exports = (function (){ + + var o = function ( graph ){ + RoundNode.apply(this, arguments); + + this.attributes(["rdf"]) + .type("rdfs:Class"); + }; + o.prototype = Object.create(RoundNode.prototype); + o.prototype.constructor = o; + + return o; + }()); + + +/***/ }), +/* 34 */ +/***/ (function(module, exports, __webpack_require__) { + + var DatatypeNode = __webpack_require__(35); + + module.exports = (function (){ + + var o = function ( graph ){ + DatatypeNode.apply(this, arguments); + var dTypeString = "undefined"; + this.attributes(["datatype"]) + .type("rdfs:Datatype") + .styleClass("datatype"); + this.dType = function ( val ){ + if ( !arguments.length ) return dTypeString; + dTypeString = val; + + }; + }; + o.prototype = Object.create(DatatypeNode.prototype); + o.prototype.constructor = o; + + return o; + }()); + + +/***/ }), +/* 35 */ +/***/ (function(module, exports, __webpack_require__) { + + var RectangularNode = __webpack_require__(36); + + module.exports = (function (){ + + var o = function ( graph ){ + RectangularNode.apply(this, arguments); + }; + o.prototype = Object.create(RectangularNode.prototype); + o.prototype.constructor = o; + + return o; + }()); + + +/***/ }), +/* 36 */ +/***/ (function(module, exports, __webpack_require__) { + + /* WEBPACK VAR INJECTION */(function(d3) {var BaseNode = __webpack_require__(9); + var CenteringTextElement = __webpack_require__(14); + var drawTools = __webpack_require__(17)(); + var rectangularElementTools = __webpack_require__(37)(); + + module.exports = (function (){ + + var o = function ( graph ){ + BaseNode.apply(this, arguments); + + var that = this, + height = 20, + width = 60, + pinGroupElement, + haloGroupElement, + labelWidth = 80, + myWidth = 80, + defaultWidth = 80, + shapeElement, + textBlock, + smallestRadius = height / 2; + + that.renderType("rect"); + // Properties + this.height = function ( p ){ + if ( !arguments.length ) return height; + height = p; + return this; + }; + + this.width = function ( p ){ + if ( !arguments.length ) return width; + width = p; + return this; + }; + + this.getHalos = function (){ + return haloGroupElement; + }; + + // Functions + // for compatibility reasons // TODO resolve + this.actualRadius = function (){ + return smallestRadius; + }; + + this.distanceToBorder = function ( dx, dy ){ + return rectangularElementTools.distanceToBorder(that, dx, dy); + }; + + this.setHoverHighlighting = function ( enable ){ + that.nodeElement().selectAll("rect").classed("hovered", enable); + + var haloGroup = that.getHalos(); + if ( haloGroup ) { + var test = haloGroup.selectAll(".searchResultA"); + test.classed("searchResultA", false); + test.classed("searchResultB", true); + } + + }; + + + // overwrite the labelWith; + + + this.textWidth = function (){ + return labelWidth; + }; + this.width = function (){ + return labelWidth; + }; + + this.getMyWidth = function (){ + // use a simple heuristic + var text = that.labelForCurrentLanguage(); + myWidth = measureTextWidth(text, "text") + 20; + + // check for sub names; + var indicatorText = that.indicationString(); + var indicatorWidth = measureTextWidth(indicatorText, "subtext") + 20; + if ( indicatorWidth > myWidth ) + myWidth = indicatorWidth; + + return myWidth; + }; + + this.textWidth = function (){ + return that.width(); + }; + function measureTextWidth( text, textStyle ){ + // Set a default value + if ( !textStyle ) { + textStyle = "text"; + } + var d = d3.select("body") + .append("div") + .attr("class", textStyle) + .attr("id", "width-test") // tag this element to identify it + .attr("style", "position:absolute; float:left; white-space:nowrap; visibility:hidden;") + .text(text), + w = document.getElementById("width-test").offsetWidth; + d.remove(); + return w; + } + + this.toggleFocus = function (){ + that.focused(!that.focused()); + that.nodeElement().select("rect").classed("focused", that.focused()); + graph.resetSearchHighlight(); + graph.options().searchMenu().clearText(); + }; + + /** + * Draws the rectangular node. + * @param parentElement the element to which this node will be appended + * @param [additionalCssClasses] additional css classes + */ + this.draw = function ( parentElement, additionalCssClasses ){ + var cssClasses = that.collectCssClasses(); + + that.nodeElement(parentElement); + + if ( additionalCssClasses instanceof Array ) { + cssClasses = cssClasses.concat(additionalCssClasses); + } + + // set the value for that.width() + // update labelWidth Value; + if ( graph.options().dynamicLabelWidth() === true ) labelWidth = Math.min(that.getMyWidth(), graph.options().maxLabelWidth()); + else labelWidth = defaultWidth; + + width = labelWidth; + shapeElement = drawTools.appendRectangularClass(parentElement, that.width(), that.height(), cssClasses, that.labelForCurrentLanguage(), that.backgroundColor()); + + textBlock = new CenteringTextElement(parentElement, that.backgroundColor()); + textBlock.addText(that.labelForCurrentLanguage()); + + that.addMouseListeners(); + + if ( that.pinned() ) { + that.drawPin(); + } + if ( that.halo() ) { + that.drawHalo(false); + } + }; + + this.drawPin = function (){ + that.pinned(true); + // if (graph.options().dynamicLabelWidth()===true) labelWidth=that.getMyWidth(); + // else labelWidth=defaultWidth; + // width=labelWidth; + // console.log("this element label Width is "+labelWidth); + var dx = -0.5 * labelWidth + 5, + dy = -1.1 * height; + + pinGroupElement = drawTools.drawPin(that.nodeElement(), dx, dy, this.removePin, graph.options().showDraggerObject, graph.options().useAccuracyHelper()); + + }; + + this.removePin = function (){ + that.pinned(false); + if ( pinGroupElement ) { + pinGroupElement.remove(); + } + graph.updateStyle(); + }; + + this.removeHalo = function (){ + that.halo(false); + if ( haloGroupElement ) { + haloGroupElement.remove(); + haloGroupElement = null; + } + }; + + this.drawHalo = function ( pulseAnimation ){ + that.halo(true); + + var offset = 0; + haloGroupElement = drawTools.drawRectHalo(that, this.width(), this.height(), offset); + + if ( pulseAnimation === false ) { + var pulseItem = haloGroupElement.selectAll(".searchResultA"); + pulseItem.classed("searchResultA", false); + pulseItem.classed("searchResultB", true); + pulseItem.attr("animationRunning", false); + } + + if ( that.pinned() ) { + var selectedNode = pinGroupElement.node(); + var nodeContainer = selectedNode.parentNode; + nodeContainer.appendChild(selectedNode); + } + + }; + + this.updateTextElement = function (){ + textBlock.updateAllTextElements(); + + }; + + this.textBlock = function (){ + return textBlock; + }; + + this.redrawLabelText = function (){ + textBlock.remove(); + textBlock = new CenteringTextElement(that.nodeElement(), that.backgroundColor()); + textBlock.addText(that.labelForCurrentLanguage()); + that.animateDynamicLabelWidth(graph.options().dynamicLabelWidth()); + shapeElement.select("title").text(that.labelForCurrentLanguage()); + }; + + this.animateDynamicLabelWidth = function ( dynamic ){ + that.removeHalo(); + var height = that.height(); + if ( dynamic === true ) { + labelWidth = Math.min(that.getMyWidth(), graph.options().maxLabelWidth()); + shapeElement.transition().tween("attr", function (){ + }) + .ease('linear') + .duration(100) + .attr({ x: -labelWidth / 2, y: -height / 2, width: labelWidth, height: height }) + .each("end", function (){ + that.updateTextElement(); + }); + + } else { + labelWidth = defaultWidth; + that.updateTextElement(); + shapeElement.transition().tween("attr", function (){ + }) + .ease('linear') + .duration(100) + .attr({ x: -labelWidth / 2, y: -height / 2, width: labelWidth, height: height }); + + } + + // for the pin we dont need to differ between different widths -- they are already set + if ( that.pinned() === true && pinGroupElement ) { + + var dx = 0.5 * labelWidth - 10, + dy = -1.1 * height; + + pinGroupElement.transition() + .tween("attr.translate", function (){ + }) + .attr("transform", "translate(" + dx + "," + dy + ")") + .ease('linear') + .duration(100); + } + }; + + this.addTextLabelElement = function (){ + var parentElement = that.nodeElement(); + textBlock = new CenteringTextElement(parentElement, this.backgroundColor()); + textBlock.addText(that.labelForCurrentLanguage()); + }; + + + }; + o.prototype = Object.create(BaseNode.prototype); + o.prototype.constructor = o; + + return o; + }()); + + /* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(6))) + +/***/ }), +/* 37 */ +/***/ (function(module, exports) { + + var tools = {}; + module.exports = function (){ + return tools; + }; + + tools.distanceToBorder = function ( rect, dx, dy ){ + var width = rect.width(), + height = rect.height(); + + var innerDistance, + m_link = Math.abs(dy / dx), + m_rect = height / width; + + if ( m_link <= m_rect ) { + var timesX = dx / (width / 2), + rectY = dy / timesX; + innerDistance = Math.sqrt(Math.pow(width / 2, 2) + Math.pow(rectY, 2)); + } else { + var timesY = dy / (height / 2), + rectX = dx / timesY; + innerDistance = Math.sqrt(Math.pow(height / 2, 2) + Math.pow(rectX, 2)); + } + + return innerDistance; + }; + + +/***/ }), +/* 38 */ +/***/ (function(module, exports, __webpack_require__) { + + var DatatypeNode = __webpack_require__(35); + + module.exports = (function (){ + + var o = function ( graph ){ + DatatypeNode.apply(this, arguments); + + var superDrawFunction = this.draw, + superLabelFunction = this.label; + + this.attributes(["datatype"]) + .label("Literal") + .styleClass("literal") + .type("rdfs:Literal") + .iri("http://www.w3.org/2000/01/rdf-schema#Literal"); + + this.draw = function ( element ){ + superDrawFunction(element, ["dashed"]); + }; + + this.label = function ( p ){ + if ( !arguments.length ) return superLabelFunction(); + return this; + }; + }; + o.prototype = Object.create(DatatypeNode.prototype); + o.prototype.constructor = o; + + return o; + }()); + + +/***/ }), +/* 39 */ +/***/ (function(module, exports, __webpack_require__) { + + var RoundNode = __webpack_require__(8); + + module.exports = (function (){ + + var o = function ( graph ){ + RoundNode.apply(this, arguments); + + var superDrawFunction = this.draw; + + this.attributes(["rdf"]) + .label("Resource") + .radius(30) + .styleClass("rdfsresource") + .type("rdfs:Resource"); + + this.draw = function ( element ){ + superDrawFunction(element, ["rdf", "dashed"]); + }; + }; + o.prototype = Object.create(RoundNode.prototype); + o.prototype.constructor = o; + + return o; + }()); + + +/***/ }), +/* 40 */ +/***/ (function(module, exports, __webpack_require__) { + + /* WEBPACK VAR INJECTION */(function(d3) {var properties = []; + properties.push(__webpack_require__(41)); + properties.push(__webpack_require__(44)); + properties.push(__webpack_require__(45)); + properties.push(__webpack_require__(46)); + properties.push(__webpack_require__(47)); + properties.push(__webpack_require__(48)); + properties.push(__webpack_require__(49)); + properties.push(__webpack_require__(50)); + properties.push(__webpack_require__(51)); + properties.push(__webpack_require__(52)); + properties.push(__webpack_require__(53)); + properties.push(__webpack_require__(54)); + properties.push(__webpack_require__(55)); + properties.push(__webpack_require__(56)); + + var map = d3.map(properties, function ( Prototype ){ + return new Prototype().type(); + }); + + module.exports = function (){ + return map; + }; + + /* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(6))) + +/***/ }), +/* 41 */ +/***/ (function(module, exports, __webpack_require__) { + + var BaseProperty = __webpack_require__(42); + + module.exports = (function (){ + + var o = function ( graph ){ + BaseProperty.apply(this, arguments); + + var superGenerateCardinalityText = this.generateCardinalityText; + + this.linkType("values-from") + .markerType("filled values-from") + .styleClass("allvaluesfromproperty") + .type("owl:allValuesFrom"); + + this.generateCardinalityText = function (){ + var cardinalityText = "A"; + + var superCardinalityText = superGenerateCardinalityText(); + if ( superCardinalityText ) { + cardinalityText += ", " + superCardinalityText; + } + + return cardinalityText; + }; + }; + o.prototype = Object.create(BaseProperty.prototype); + o.prototype.constructor = o; + + return o; + }()); + + + + +/***/ }), +/* 42 */ +/***/ (function(module, exports, __webpack_require__) { + + /* WEBPACK VAR INJECTION */(function(d3) {var BaseElement = __webpack_require__(10); + var CenteringTextElement = __webpack_require__(14); + var drawTools = __webpack_require__(17)(); + var forceLayoutNodeFunctions = __webpack_require__(13)(); + var rectangularElementTools = __webpack_require__(37)(); + var math = __webpack_require__(43)(); + + module.exports = (function (){ + + // Static variables + var labelHeight = 28, + labelWidth = 80, + smallestRadius = labelHeight / 2; + + + // Constructor, private variables and privileged methods + var Base = function ( graph ){ + BaseElement.apply(this, arguments); + + var that = this, + // Basic attributes + cardinality, + domain, + inverse, + link, + minCardinality, + maxCardinality, + range, + subproperties, + superproperties, + // Style attributes + linkType = "normal", + markerType = "filled", + labelVisible = true, + // Element containers + cardinalityElement, + labelElement, + linkGroup, + markerElement, + // Other + ignoreLocalHoverEvents, + fobj, + pinGroupElement, + haloGroupElement, + myWidth = 80, + defaultWidth = 80, + shapeElement, + textElement, + parent_labelObject, + backupFullIri, + + redundantProperties = []; + + + this.existingPropertyIRI = function ( url ){ + return graph.options().editSidebar().checkForExistingURL(url); + }; + + this.getHalos = function (){ + return haloGroupElement; + }; + + this.getPin = function (){ + return pinGroupElement; + }; + this.labelObject = function ( lo, once ){ + if ( !arguments.length ) { + return parent_labelObject; + } + else { + parent_labelObject = lo; + if ( that.inverse() && once !== true ) { + that.inverse().labelObject(lo, true); + } + + } + }; + this.hide = function ( val ){ + that.labelElement().classed("hidden", val); + that.linkGroup().classed("hidden", val); + if ( that.cardinalityElement() ) + that.cardinalityElement().classed("hidden", val); + }; + + // Properties + this.cardinality = function ( p ){ + if ( !arguments.length ) return cardinality; + cardinality = p; + return this; + }; + + this.cardinalityElement = function ( p ){ + if ( !arguments.length ) return cardinalityElement; + cardinalityElement = p; + return this; + }; + + this.domain = function ( p ){ + if ( !arguments.length ) return domain; + domain = p; + return this; + }; + + this.inverse = function ( p ){ + if ( !arguments.length ) return inverse; + inverse = p; + return this; + }; + + this.labelElement = function ( p ){ + if ( !arguments.length ) return labelElement; + labelElement = p; + return this; + }; + + this.labelVisible = function ( p ){ + if ( !arguments.length ) return labelVisible; + labelVisible = p; + return this; + }; + + this.link = function ( p ){ + if ( !arguments.length ) return link; + link = p; + return this; + }; + + this.linkGroup = function ( p ){ + if ( !arguments.length ) return linkGroup; + linkGroup = p; + return this; + }; + + this.linkType = function ( p ){ + if ( !arguments.length ) return linkType; + linkType = p; + return this; + }; + + this.markerElement = function ( p ){ + if ( !arguments.length ) return markerElement; + markerElement = p; + return this; + }; + + this.markerType = function ( p ){ + if ( !arguments.length ) return markerType; + markerType = p; + return this; + }; + + this.maxCardinality = function ( p ){ + if ( !arguments.length ) return maxCardinality; + maxCardinality = p; + return this; + }; + + this.minCardinality = function ( p ){ + if ( !arguments.length ) return minCardinality; + minCardinality = p; + return this; + }; + + this.range = function ( p ){ + if ( !arguments.length ) return range; + range = p; + return this; + }; + + this.redundantProperties = function ( p ){ + if ( !arguments.length ) return redundantProperties; + redundantProperties = p; + return this; + }; + + this.subproperties = function ( p ){ + if ( !arguments.length ) return subproperties; + subproperties = p; + return this; + }; + + this.superproperties = function ( p ){ + if ( !arguments.length ) return superproperties; + superproperties = p; + return this; + }; + + + // Functions + this.distanceToBorder = function ( dx, dy ){ + return rectangularElementTools.distanceToBorder(that, dx, dy); + }; + + this.linkHasMarker = function (){ + return linkType !== "dashed"; + }; + + this.markerId = function (){ + return "marker" + that.id(); + }; + + this.toggleFocus = function (){ + that.focused(!that.focused()); + labelElement.select("rect").classed("focused", that.focused()); + graph.resetSearchHighlight(); + graph.options().searchMenu().clearText(); + }; + this.getShapeElement = function (){ + return shapeElement; + }; + + this.textBlock = function (){ + return textElement; + }; + + this.redrawElement = function (){ + shapeElement.remove(); + textElement.remove(); + + that.drawLabel(that.labelElement()); + that.animateDynamicLabelWidth(graph.options().dynamicLabelWidth()); + + + // shapeElement=this.addRect(that.labelElement()); + // + // var equivalentsString = that.equivalentsString(); + // var suffixForFollowingEquivalents = equivalentsString ? "," : ""; + // + // textElement = new CenteringTextElement(labelContainer, this.backgroundColor()); + // textElement.addText(this.labelForCurrentLanguage(), "", suffixForFollowingEquivalents); + // textElement.addEquivalents(equivalentsString); + // textElement.addSubText(this.indicationString()); + + }; + + // Reused functions TODO refactor + this.draw = function ( labelGroup ){ + function attachLabel( property ){ + var labelContainer = labelGroup.append("g") + .datum(property) + .classed("label", true) + .attr("id", property.id()); + + property.drawLabel(labelContainer); + return labelContainer; + } + + if ( !that.labelVisible() ) { + return undefined; + } + if ( graph.options().dynamicLabelWidth() === true ) myWidth = Math.min(that.getMyWidth(), graph.options().maxLabelWidth()); + else myWidth = defaultWidth; + + that.labelElement(attachLabel(that)); + // Draw an inverse label and reposition both labels if necessary + if ( that.inverse() ) { + var yTransformation = (that.height() / 2) + 1 /* additional space */; + that.inverse() + .labelElement(attachLabel(that.inverse())); + + that.labelElement() + .attr("transform", "translate(" + 0 + ",-" + yTransformation + ")"); + that.inverse() + .labelElement() + .attr("transform", "translate(" + 0 + "," + yTransformation + ")"); + } + + if ( that.pinned() ) { + that.drawPin(); + } else if ( that.inverse() && that.inverse().pinned() ) { + that.inverse().drawPin(); + } + + if ( that.halo() ) + that.drawHalo(false); + + return that.labelElement(); + }; + + this.addRect = function ( labelContainer ){ + var rect = labelContainer.append("rect") + .classed(that.styleClass(), true) + .classed("property", true) + .attr("x", -that.width() / 2) + .attr("y", -that.height() / 2) + .attr("width", that.width()) + .attr("height", that.height()) + .on("mouseover", function (){ + onMouseOver(); + }) + .on("mouseout", function (){ + onMouseOut(); + }); + + rect.append("title") + .text(that.labelForCurrentLanguage()); + + if ( that.visualAttributes() ) { + rect.classed(that.visualAttributes(), true); + } + + var bgColor = that.backgroundColor(); + + if ( that.attributes().indexOf("deprecated") > -1 ) { + bgColor = undefined; + rect.classed("deprecatedproperty", true); + } else { + rect.classed("deprecatedproperty", false); + } + rect.style("fill", bgColor); + + return rect; + }; + this.drawLabel = function ( labelContainer ){ + shapeElement = this.addRect(labelContainer); + + var equivalentsString = that.equivalentsString(); + var suffixForFollowingEquivalents = equivalentsString ? "," : ""; + + var bgColor = that.backgroundColor(); + if ( that.attributes().indexOf("deprecated") > -1 ) { + bgColor = undefined; + } + textElement = new CenteringTextElement(labelContainer, bgColor); + textElement.addText(this.labelForCurrentLanguage(), "", suffixForFollowingEquivalents); + textElement.addEquivalents(equivalentsString); + textElement.addSubText(this.indicationString()); + }; + + this.equivalentsString = function (){ + var equivalentProperties = that.equivalents(); + if ( !equivalentProperties ) { + return; + } + + return equivalentProperties + .map(function ( property ){ + if ( property === undefined || typeof(property) === "string" ) { // @WORKAROUND + return "ERROR"; + } + return property.labelForCurrentLanguage(); + }) + .join(", "); + }; + + this.drawCardinality = function ( container ){ + var cardinalityText = this.generateCardinalityText(); + + if ( cardinalityText ) { + that.cardinalityElement(container); + if ( cardinalityText.indexOf("A") === 0 && cardinalityText.length === 1 ) { + + // replacing text elements to svg elements; + container.classed("cardinality", true) + .attr("text-anchor", "middle") + .append("path") + .classed("cardinality", true) + .attr("d", "m -8.8832678,-11.303355 -7.97e-4,0 0.717374,1.833297 8.22987151,21.371761 8.66826659,-21.2123526 0.797082,-1.9927054 0.02471,0 -0.8218553,1.9927054 -2.2517565,5.4201577 -12.4444429,8e-6 -2.2019394,-5.5795821 z") + .style("fill", "none") + .attr("transform", "matrix(0.5,0,0,0.5,0.5,0.5)"); + return true; + } else if ( cardinalityText.indexOf("E") === 0 && cardinalityText.length === 1 ) { + container.classed("cardinality", true) + .attr("text-anchor", "middle") + .append("path") + .classed("cardinality", true) + .attr("d", "m -5.5788451,-8.0958763 10.8749368,0 0,8.34681523 -9.5707468,0.040132 9.5707468,-0.040132 0,8.42707237 -10.9150654,0") + .style("fill", "none") + .attr("transform", "matrix(0.5,0,0,0.5,0.5,0.5)"); + return true; + } + else { + container.append("text") + .classed("cardinality", true) + .attr("text-anchor", "middle") + .attr("dy", "0.5ex") + .text(cardinalityText); + return true; // drawing successful + } + } else { + return false; + } + }; + + this.generateCardinalityText = function (){ + if ( that.cardinality() ) { + return that.cardinality(); + } else if ( that.minCardinality() || that.maxCardinality() ) { + var minBoundary = that.minCardinality() || "*"; + var maxBoundary = that.maxCardinality() || "*"; + return minBoundary + ".." + maxBoundary; + } + }; + + that.setHighlighting = function ( enable ){ + if ( that.labelElement && that.labelElement() ) { + that.labelElement().select("rect").classed("hovered", enable); + } + that.linkGroup().selectAll("path, text").classed("hovered", enable); + if ( that.markerElement() ) { + that.markerElement().select("path").classed("hovered", enable); + if ( that.cardinalityElement() ) { + that.cardinalityElement().selectAll("path").classed("hovered-MathSymbol", enable); + that.cardinalityElement().classed("hovered", enable); + } + } + var subAndSuperProperties = getSubAndSuperProperties(); + subAndSuperProperties.forEach(function ( property ){ + + if ( property.labelElement && property.labelElement() ) { + property.labelElement().select("rect") + .classed("indirect-highlighting", enable); + } + + }); + var inversed = false; + + if ( graph.ignoreOtherHoverEvents() === false ) { + if ( that.inverse() ) { + inversed = true; + } + + if ( graph.isTouchDevice() === false ) { + graph.activateHoverElementsForProperties(enable, that, inversed); + } + else { + that.labelElement().select("rect").classed("hovered", false); + that.linkGroup().selectAll("path, text").classed("hovered", false); + if ( that.markerElement() ) { + that.markerElement().select("path").classed("hovered", false); + if ( that.cardinalityElement() ) { + that.cardinalityElement().classed("hovered", false); + } + } + graph.activateHoverElementsForProperties(enable, that, inversed, true); + } + } + }; + + /** + * Combines the sub- and superproperties into a single array, because + * they're often used equivalently. + * @returns {Array} + */ + function getSubAndSuperProperties(){ + var properties = []; + + if ( that.subproperties() ) { + properties = properties.concat(that.subproperties()); + } + if ( that.superproperties() ) { + properties = properties.concat(that.superproperties()); + } + + return properties; + } + + /** + * Foregrounds the property, its inverse and the link. + */ + this.foreground = function (){ + // check for additional objects that we can highlight + if ( !that.labelElement() ) + return; + if ( that.labelElement().node().parentNode === null ) { + return; + } + var selectedLabelGroup = that.labelElement().node().parentNode, + labelContainer = selectedLabelGroup.parentNode, + selectedLinkGroup = that.linkGroup().node(), + linkContainer = that.linkGroup().node().parentNode; + if ( that.animationProcess() === false ) { + labelContainer.appendChild(selectedLabelGroup); + } + linkContainer.appendChild(selectedLinkGroup); + }; + + /** + * Foregrounds the sub- and superproperties of this property. + * This is separated from the foreground-function to prevent endless loops. + */ + function foregroundSubAndSuperProperties(){ + var subAndSuperProperties = getSubAndSuperProperties(); + + subAndSuperProperties.forEach(function ( property ){ + if ( property.foreground ) property.foreground(); + }); + } + + function onMouseOver(){ + if ( that.mouseEntered() || ignoreLocalHoverEvents === true ) { + return; + } + that.mouseEntered(true); + that.setHighlighting(true); + that.foreground(); + foregroundSubAndSuperProperties(); + } + + function onMouseOut(){ + that.mouseEntered(false); + that.setHighlighting(false); + } + + this.drawPin = function (){ + that.pinned(true); + if ( graph.options().dynamicLabelWidth() === true ) myWidth = that.getMyWidth(); + else myWidth = defaultWidth; + + if ( that.inverse() ) { + // check which element is rendered on top and add a pin to it + var tr_that = that.labelElement().attr("transform"); + var tr_inv = that.inverse().labelElement().attr("transform"); + + var thatY = /translate\(\s*([^\s,)]+)[ ,]([^\s,)]+)/.exec(tr_that)[2]; + var invY = /translate\(\s*([^\s,)]+)[ ,]([^\s,)]+)/.exec(tr_inv)[2]; + + if ( thatY < invY ) + pinGroupElement = drawTools.drawPin(that.labelElement(), -0.5 * that.width() + 10, -25, this.removePin, graph.options().showDraggerObject, graph.options().useAccuracyHelper()); + else + pinGroupElement = drawTools.drawPin(that.inverse().labelElement(), -0.5 * that.inverse().width() + 10, -25, this.removePin, graph.options().showDraggerObject, graph.options().useAccuracyHelper()); + + } + else { + pinGroupElement = drawTools.drawPin(that.labelElement(), -0.5 * that.width() + 10, -25, this.removePin, graph.options().showDraggerObject, graph.options().useAccuracyHelper()); + } + + + }; + + /** + * Removes the pin and refreshs the graph to update the force layout. + */ + this.removePin = function (){ + that.pinned(false); + if ( pinGroupElement ) { + pinGroupElement.remove(); + } + graph.updateStyle(); + }; + + this.removeHalo = function (){ + that.halo(false); + if ( haloGroupElement ) { + haloGroupElement.remove(); + haloGroupElement = null; + } + }; + + this.animationProcess = function (){ + var animRuns = false; + if ( that.getHalos() ) { + var haloGr = that.getHalos(); + var haloEls = haloGr.selectAll(".searchResultA"); + animRuns = haloGr.attr("animationRunning"); + + if ( typeof animRuns !== "boolean" ) { + // parse this to a boolean value + animRuns = (animRuns === 'true'); + } + if ( animRuns === false ) { + haloEls.classed("searchResultA", false); + haloEls.classed("searchResultB", true); + } + } + return animRuns; + }; + + this.drawHalo = function ( pulseAnimation ){ + that.halo(true); + var offset = 0; + if ( that.labelElement() && that.labelElement().node() ) { + var labelNode = that.labelElement().node(); + var labelContainer = labelNode.parentNode; + // do this only if animation is not running + if ( that.animationProcess() === false ) + labelContainer.appendChild(labelNode); + } + haloGroupElement = drawTools.drawRectHalo(that, that.width(), that.height(), offset); + if ( haloGroupElement ) { + var haloNode = haloGroupElement.node(); + var haloContainer = haloNode.parentNode; + haloContainer.appendChild(haloNode); + } + var selectedNode; + var nodeContainer; + if ( that.pinned() ) { + selectedNode = pinGroupElement.node(); + nodeContainer = selectedNode.parentNode; + nodeContainer.appendChild(selectedNode); + } + if ( that.inverse() && that.inverse().pinned() ) { + if ( that.inverse().getPin() ) { + selectedNode = that.inverse().getPin().node(); + nodeContainer = selectedNode.parentNode; + nodeContainer.appendChild(selectedNode); + } + } + if ( pulseAnimation === false ) { + var pulseItem = haloGroupElement.selectAll(".searchResultA"); + pulseItem.classed("searchResultA", false); + pulseItem.classed("searchResultB", true); + pulseItem.attr("animationRunning", false); + } + }; + + this.getMyWidth = function (){ + var text = that.labelForCurrentLanguage(); + myWidth = measureTextWidth(text, "text") + 20; + // check for sub names; + var indicatorText = that.indicationString(); + var indicatorWidth = measureTextWidth(indicatorText, "subtext") + 20; + if ( indicatorWidth > myWidth ) + myWidth = indicatorWidth; + + return myWidth; + }; + + function measureTextWidth( text, textStyle ){ + // Set a default value + if ( !textStyle ) { + textStyle = "text"; + } + var d = d3.select("body") + .append("div") + .attr("class", textStyle) + .attr("id", "width-test") // tag this element to identify it + .attr("style", "position:absolute; float:left; white-space:nowrap; visibility:hidden;") + .text(text), + w = document.getElementById("width-test").offsetWidth; + d.remove(); + return w; + } + + this.textWidth = function (){ + return myWidth; + }; + this.width = function (){ + return myWidth; + }; + + this.animateDynamicLabelWidth = function ( dynamic ){ + that.removeHalo(); + if ( shapeElement === undefined ) {// this handles setOperatorProperties which dont have a shapeElement! + return; + } + + var h = that.height(); + if ( dynamic === true ) { + myWidth = Math.min(that.getMyWidth(), graph.options().maxLabelWidth()); + shapeElement.transition().tween("attr", function (){ + }) + .ease('linear') + .duration(100) + .attr({ x: -myWidth / 2, y: -h / 2, width: myWidth, height: h }) + .each("end", function (){ + that.updateTextElement(); + }); + } else { + // Static width for property labels = 80 + myWidth = defaultWidth; + that.updateTextElement(); + shapeElement.transition().tween("attr", function (){ + }) + .ease('linear') + .duration(100) + .attr({ x: -myWidth / 2, y: -h / 2, width: myWidth, height: h }); + } + if ( that.pinned() === true && pinGroupElement ) { + var dx = -0.5 * myWidth + 10, + dy = -25; + pinGroupElement.transition() + .tween("attr.translate", function (){ + }) + .attr("transform", "translate(" + dx + "," + dy + ")") + .ease('linear') + .duration(100); + } + }; + + this.redrawLabelText = function (){ + textElement.remove(); + that.addTextLabelElement(); + that.animateDynamicLabelWidth(graph.options().dynamicLabelWidth()); + shapeElement.select("title").text(that.labelForCurrentLanguage()); + }; + + this.addTextLabelElement = function (){ + var labelContainer = that.labelElement(); + + var equivalentsString = that.equivalentsString(); + var suffixForFollowingEquivalents = equivalentsString ? "," : ""; + + textElement = new CenteringTextElement(labelContainer, this.backgroundColor()); + textElement.addText(this.labelForCurrentLanguage(), "", suffixForFollowingEquivalents); + textElement.addEquivalents(equivalentsString); + textElement.addSubText(this.indicationString()); + }; + + this.updateTextElement = function (){ + textElement.updateAllTextElements(); + }; + this.enableEditing = function ( autoEditing ){ + if ( autoEditing === false ) + return; + that.raiseDoubleClickEdit(true); + }; + + this.raiseDoubleClickEdit = function ( forceIRISync ){ + d3.selectAll(".foreignelements").remove(); + if ( that.labelElement() === undefined || this.type() === "owl:disjointWith" || this.type() === "rdfs:subClassOf" ) { + console.log("No Container found"); + return; + } + if ( fobj !== undefined ) { + that.labelElement().selectAll(".foreignelements").remove(); + } + backupFullIri = undefined; + graph.options().focuserModule().handle(undefined); + graph.options().focuserModule().handle(that); + that.editingTextElement = true; + ignoreLocalHoverEvents = true; + that.labelElement().selectAll("rect").classed("hoveredForEditing", true); + that.frozen(true); + graph.killDelayedTimer(); + graph.ignoreOtherHoverEvents(false); + fobj = that.labelElement().append("foreignObject") + .attr("x", -0.5 * that.textWidth()) + .attr("y", -13) + .attr("height", 25) + .attr("class", "foreignelements") + .on("dragstart", function (){ + return false; + }) // remove drag operations of text element) + .attr("width", that.textWidth() - 2); + // adding a Style to the fObject + // + // + // + var editText = fobj.append("xhtml:input") + .attr("class", "nodeEditSpan") + .attr("id", that.id()) + .attr("align", "center") + .attr("contentEditable", "true") + .on("dragstart", function (){ + return false; + }); // remove drag operations of text element) + + var bgColor = '#f00'; + var txtWidth = that.textWidth() - 2; + editText.style({ + // 'line-height': '30px', + 'align': 'center', + 'color': 'black', + 'width': txtWidth + "px", + 'background-color': bgColor, + 'border-bottom': '2px solid black' + }); + var txtNode = editText.node(); + txtNode.value = that.labelForCurrentLanguage(); + txtNode.focus(); + txtNode.select(); + if ( d3.event.stopPropagation ) d3.event.stopPropagation(); + if ( d3.event.sourceEvent && d3.event.sourceEvent.stopPropagation ) d3.event.sourceEvent.stopPropagation(); + + // add some events that relate to this object + editText.on("click", function (){ + if ( d3.event.stopPropagation ) d3.event.stopPropagation(); + if ( d3.event.sourceEvent && d3.event.sourceEvent.stopPropagation ) d3.event.sourceEvent.stopPropagation(); + + }); + // // remove hover Events for now; + editText.on("mouseout", function (){ + if ( d3.event.stopPropagation ) d3.event.stopPropagation(); + if ( d3.event.sourceEvent && d3.event.sourceEvent.stopPropagation ) d3.event.sourceEvent.stopPropagation(); + }); + editText.on("mousedown", function (){ + if ( d3.event.stopPropagation ) d3.event.stopPropagation(); + if ( d3.event.sourceEvent && d3.event.sourceEvent.stopPropagation ) d3.event.sourceEvent.stopPropagation(); + }) + .on("keydown", function (){ + + if ( d3.event.keyCode === 13 ) { + this.blur(); + that.frozen(false); // << releases the not after selection + that.locked(false); + } + }) + .on("keyup", function (){ + if ( forceIRISync ) { + var labelName = editText.node().value; + var resourceName = labelName.replaceAll(" ", "_"); + var syncedIRI = that.baseIri() + resourceName; + backupFullIri = syncedIRI; + + d3.select("#element_iriEditor").node().title = syncedIRI; + d3.select("#element_iriEditor").node().value = graph.options().prefixModule().getPrefixRepresentationForFullURI(syncedIRI); + } + d3.select("#element_labelEditor").node().value = editText.node().value; + + }) + .on("blur", function (){ + + + that.editingTextElement = false; + ignoreLocalHoverEvents = false; + that.labelElement().selectAll("rect").classed("hoveredForEditing", false); + var newLabel = editText.node().value; + that.labelElement().selectAll(".foreignelements").remove(); + // that.setLabelForCurrentLanguage(classNameConvention(editText.node().value)); + that.label(newLabel); + that.backupLabel(newLabel); + that.redrawLabelText(); + updateHoverElements(true); + graph.showHoverElementsAfterAnimation(that, false); + graph.ignoreOtherHoverEvents(false); + + + that.frozen(graph.paused()); + that.locked(graph.paused()); + that.domain().frozen(graph.paused()); + that.domain().locked(graph.paused()); + that.range().frozen(graph.paused()); + that.range().locked(graph.paused()); + graph.removeEditElements(); + if ( backupFullIri ) { + // console.log("Checking if element is Identical ?"); + var sanityCheckResult = graph.options().editSidebar().checkProperIriChange(that, backupFullIri); + if ( sanityCheckResult !== false ) { + graph.options().warningModule().showWarning("Already seen this property", + "Input IRI: " + backupFullIri + " for element: " + that.labelForCurrentLanguage() + " already been set", + "Continuing with duplicate property!", 1, false, sanityCheckResult); + } + that.iri(backupFullIri); + } + graph.options().focuserModule().handle(undefined); + graph.options().focuserModule().handle(that); + graph.updatePropertyDraggerElements(that); + + + }); // add a foreiner element to this thing; + + }; + + // update hover elements + function updateHoverElements( enable ){ + if ( graph.ignoreOtherHoverEvents() === false ) { + var inversed = false; + if ( that.inverse() ) { + inversed = true; + } + if ( enable === true ) { + graph.activateHoverElementsForProperties(enable, that, inversed); + } + } + } + + that.copyInformation = function ( other ){ + that.label(other.label()); + that.iri(other.iri()); + that.baseIri(other.baseIri()); + if ( other.type() === "owl:ObjectProperty" || + other.type() === "owl:DatatypeProperty" ) { + that.backupLabel(other.label()); + // console.log("copied backup label"+that.backupLabel()); + } + if ( other.backupLabel() !== undefined ) { + that.backupLabel(other.backupLabel()); + } + }; + + forceLayoutNodeFunctions.addTo(this); + }; + + Base.prototype = Object.create(BaseElement.prototype); + Base.prototype.constructor = Base; + + Base.prototype.height = function (){ + return labelHeight; + }; + + Base.prototype.width = function (){ + return labelWidth; + }; + + Base.prototype.actualRadius = function (){ + return smallestRadius; + }; + + Base.prototype.textWidth = Base.prototype.width; + + + return Base; + }()); + + /* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(6))) + +/***/ }), +/* 43 */ +/***/ (function(module, exports, __webpack_require__) { + + /* WEBPACK VAR INJECTION */(function(d3) {/** + * Contains a collection of mathematical functions with some additional data + * used for WebVOWL. + */ + module.exports = (function (){ + + var math = {}, + loopFunction = d3.svg.line() + .x(function ( d ){ + return d.x; + }) + .y(function ( d ){ + return d.y; + }) + .interpolate("cardinal") + .tension(-1); + + + /** + * Calculates the normal vector of the path between the two nodes. + * @param source the first node + * @param target the second node + * @param length the length of the calculated normal vector + * @returns {{x: number, y: number}} + */ + math.calculateNormalVector = function ( source, target, length ){ + var dx = target.x - source.x, + dy = target.y - source.y; + + var nx = -dy, + ny = dx; + + var vlength = Math.sqrt(nx * nx + ny * ny); + + var ratio = vlength !== 0 ? length / vlength : 0; + + return { "x": nx * ratio, "y": ny * ratio }; + }; + + /** + * Calculates the path for a link, if it is a loop. Currently only working for circlular nodes. + * @param link the link + * @returns {*} + */ + + + + math.getLoopPoints = function ( link ){ + var node = link.domain(), + label = link.label(); + + var fairShareLoopAngle = 360 / link.loops().length, + fairShareLoopAngleWithMargin = fairShareLoopAngle * 0.8, + loopAngle = Math.min(60, fairShareLoopAngleWithMargin); + + if ( label.increasedLoopAngle === true ) + loopAngle = 120; + + + var dx = label.x - node.x, + dy = label.y - node.y, + labelRadian = Math.atan2(dy, dx), + labelAngle = calculateAngle(labelRadian); + + var startAngle = labelAngle - loopAngle / 2, + endAngle = labelAngle + loopAngle / 2; + + + var arcFrom = calculateRadian(startAngle), + arcTo = calculateRadian(endAngle), + + x1 = Math.cos(arcFrom) * node.actualRadius(), + y1 = Math.sin(arcFrom) * node.actualRadius(), + + x2 = Math.cos(arcTo) * node.actualRadius(), + y2 = Math.sin(arcTo) * node.actualRadius(), + + fixPoint1 = { "x": node.x + x1, "y": node.y + y1 }, + fixPoint2 = { "x": node.x + x2, "y": node.y + y2 }; + + return [fixPoint1, fixPoint2]; + }; + math.calculateLoopPath = function ( link ){ + var node = link.domain(), + label = link.label(); + + + var fairShareLoopAngle = 360 / link.loops().length, + fairShareLoopAngleWithMargin = fairShareLoopAngle * 0.8, + loopAngle = Math.min(60, fairShareLoopAngleWithMargin); + + if ( label.increasedLoopAngle === true ) + loopAngle = 120; + + var dx = label.x - node.x, + dy = label.y - node.y, + labelRadian = Math.atan2(dy, dx), + labelAngle = calculateAngle(labelRadian); + + var startAngle = labelAngle - loopAngle / 2, + endAngle = labelAngle + loopAngle / 2; + + var arcFrom = calculateRadian(startAngle), + arcTo = calculateRadian(endAngle), + + x1 = Math.cos(arcFrom) * node.actualRadius(), + y1 = Math.sin(arcFrom) * node.actualRadius(), + + x2 = Math.cos(arcTo) * node.actualRadius(), + y2 = Math.sin(arcTo) * node.actualRadius(), + + fixPoint1 = { "x": node.x + x1, "y": node.y + y1 }, + fixPoint2 = { "x": node.x + x2, "y": node.y + y2 }; + + return loopFunction([fixPoint1, link.label(), fixPoint2]); + }; + + math.calculateLoopPoints = function ( link ){ + var node = link.domain(), + label = link.label(); + + var fairShareLoopAngle = 360 / link.loops().length, + fairShareLoopAngleWithMargin = fairShareLoopAngle * 0.8, + loopAngle = Math.min(60, fairShareLoopAngleWithMargin); + + var dx = label.x - node.x, + dy = label.y - node.y, + labelRadian = Math.atan2(dy, dx), + labelAngle = calculateAngle(labelRadian); + + var startAngle = labelAngle - loopAngle / 2, + endAngle = labelAngle + loopAngle / 2; + + var arcFrom = calculateRadian(startAngle), + arcTo = calculateRadian(endAngle), + + x1 = Math.cos(arcFrom) * node.actualRadius(), + y1 = Math.sin(arcFrom) * node.actualRadius(), + + x2 = Math.cos(arcTo) * (node.actualRadius()), + y2 = Math.sin(arcTo) * (node.actualRadius()), + + fixPoint1 = { "x": node.x + x1, "y": node.y + y1 }, + fixPoint2 = { "x": node.x + x2, "y": node.y + y2 }; + + return [fixPoint1, link.label(), fixPoint2]; + }; + + /** + * @param angle + * @returns {number} the radian of the angle + */ + function calculateRadian( angle ){ + angle = angle % 360; + if ( angle < 0 ) { + angle = angle + 360; + } + return (Math.PI * angle) / 180; + } + + /** + * @param radian + * @returns {number} the angle of the radian + */ + function calculateAngle( radian ){ + return radian * (180 / Math.PI); + } + + /** + * Calculates the point where the link between the source and target node + * intersects the border of the target node. + * @param source the source node + * @param target the target node + * @param additionalDistance additional distance the + * @returns {{x: number, y: number}} + */ + math.calculateIntersection = function ( source, target, additionalDistance ){ + var dx = target.x - source.x, + dy = target.y - source.y, + length = Math.sqrt(dx * dx + dy * dy); + + if ( length === 0 ) { + return { x: source.x, y: source.y }; + } + + var innerDistance = target.distanceToBorder(dx, dy); + + var ratio = (length - (innerDistance + additionalDistance)) / length, + x = dx * ratio + source.x, + y = dy * ratio + source.y; + + return { x: x, y: y }; + }; + + /** + * Calculates the position between the two points. + * @param firstPoint + * @param secondPoint + * @returns {{x: number, y: number}} + */ + math.calculateCenter = function ( firstPoint, secondPoint ){ + return { + x: (firstPoint.x + secondPoint.x) / 2, + y: (firstPoint.y + secondPoint.y) / 2 + }; + }; + + + return function (){ + /* Use a function here to keep a consistent style like webvowl.path.to.module() + * despite having just a single math object. */ + return math; + }; + })(); + + /* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(6))) + +/***/ }), +/* 44 */ +/***/ (function(module, exports, __webpack_require__) { + + var BaseProperty = __webpack_require__(42); + + module.exports = (function (){ + + var o = function ( graph ){ + BaseProperty.apply(this, arguments); + + this.attributes(["datatype"]) + .styleClass("datatypeproperty") + .type("owl:DatatypeProperty"); + }; + o.prototype = Object.create(BaseProperty.prototype); + o.prototype.constructor = o; + + return o; + }()); + + +/***/ }), +/* 45 */ +/***/ (function(module, exports, __webpack_require__) { + + var BaseProperty = __webpack_require__(42); + + module.exports = (function (){ + + var o = function ( graph ){ + BaseProperty.apply(this, arguments); + + this.attributes(["deprecated"]) + .styleClass("deprecatedproperty") + .type("owl:DeprecatedProperty"); + }; + o.prototype = Object.create(BaseProperty.prototype); + o.prototype.constructor = o; + + return o; + }()); + + +/***/ }), +/* 46 */ +/***/ (function(module, exports, __webpack_require__) { + + var BaseProperty = __webpack_require__(42); + var CenteringTextElement = __webpack_require__(14); + + module.exports = (function (){ + + var o = function ( graph ){ + BaseProperty.apply(this, arguments); + + var label = "Disjoint With"; + var shapeElement; + // Disallow overwriting the label + this.label = function ( p ){ + if ( !arguments.length ) return label; + return this; + }; + + this.linkType("dashed") + .styleClass("disjointwith") + .type("owl:disjointWith"); + + this.drawLabel = function ( labelContainer ){ + shapeElement = this.addRect(labelContainer); + + labelContainer.append("circle") + .classed("symbol", true) + .classed("fineline", true) + .classed("embedded", true) + .attr("cx", -12.5) + .attr("r", 10); + + labelContainer.append("circle") + .classed("symbol", true) + .classed("fineline", true) + .classed("embedded", true) + .attr("cx", 12.5) + .attr("r", 10); + + var textElement = new CenteringTextElement(labelContainer, this.backgroundColor()); + if ( !graph.options().compactNotation() ) { + textElement.addSubText("disjoint"); + } + textElement.translation(0, 20); + }; + this.getShapeElement = function (){ + return shapeElement; + }; + this.markerElement = function (){ + return undefined; + }; + + }; + o.prototype = Object.create(BaseProperty.prototype); + o.prototype.constructor = o; + + return o; + }()); + + +/***/ }), +/* 47 */ +/***/ (function(module, exports, __webpack_require__) { + + var BaseProperty = __webpack_require__(42); + + module.exports = (function (){ + + var o = function ( graph ){ + BaseProperty.apply(this, arguments); + + this.styleClass("equivalentproperty") + .type("owl:equivalentProperty"); + }; + o.prototype = Object.create(BaseProperty.prototype); + o.prototype.constructor = o; + + return o; + }()); + + +/***/ }), +/* 48 */ +/***/ (function(module, exports, __webpack_require__) { + + var BaseProperty = __webpack_require__(42); + + module.exports = (function (){ + + var o = function ( graph ){ + BaseProperty.apply(this, arguments); + + this.attributes(["functional"]) + .styleClass("functionalproperty") + .type("owl:FunctionalProperty"); + }; + o.prototype = Object.create(BaseProperty.prototype); + o.prototype.constructor = o; + + return o; + }()); + + +/***/ }), +/* 49 */ +/***/ (function(module, exports, __webpack_require__) { + + var BaseProperty = __webpack_require__(42); + + module.exports = (function (){ + + var o = function ( graph ){ + BaseProperty.apply(this, arguments); + + this.attributes(["inverse functional"]) + .styleClass("inversefunctionalproperty") + .type("owl:InverseFunctionalProperty"); + }; + o.prototype = Object.create(BaseProperty.prototype); + o.prototype.constructor = o; + + return o; + }()); + + +/***/ }), +/* 50 */ +/***/ (function(module, exports, __webpack_require__) { + + var BaseProperty = __webpack_require__(42); + + module.exports = (function (){ + + var o = function ( graph ){ + BaseProperty.apply(this, arguments); + + this.attributes(["object"]) + .styleClass("objectproperty") + .type("owl:ObjectProperty"); + }; + o.prototype = Object.create(BaseProperty.prototype); + o.prototype.constructor = o; + + return o; + }()); + + + + +/***/ }), +/* 51 */ +/***/ (function(module, exports, __webpack_require__) { + + var BaseProperty = __webpack_require__(42); + + module.exports = (function (){ + + var o = function ( graph ){ + BaseProperty.apply(this, arguments); + + var superGenerateCardinalityText = this.generateCardinalityText; + + this.linkType("values-from") + .markerType("filled values-from") + .styleClass("somevaluesfromproperty") + .type("owl:someValuesFrom"); + + this.generateCardinalityText = function (){ + var cardinalityText = "E"; + + var superCardinalityText = superGenerateCardinalityText(); + if ( superCardinalityText ) { + cardinalityText += ", " + superCardinalityText; + } + + return cardinalityText; + }; + }; + o.prototype = Object.create(BaseProperty.prototype); + o.prototype.constructor = o; + + return o; + }()); + + + + +/***/ }), +/* 52 */ +/***/ (function(module, exports, __webpack_require__) { + + var BaseProperty = __webpack_require__(42); + + module.exports = (function (){ + + var o = function ( graph ){ + BaseProperty.apply(this, arguments); + + this.attributes(["symmetric"]) + .styleClass("symmetricproperty") + .type("owl:SymmetricProperty"); + }; + o.prototype = Object.create(BaseProperty.prototype); + o.prototype.constructor = o; + + return o; + }()); + + +/***/ }), +/* 53 */ +/***/ (function(module, exports, __webpack_require__) { + + var BaseProperty = __webpack_require__(42); + + module.exports = (function (){ + + var o = function ( graph ){ + BaseProperty.apply(this, arguments); + + this.attributes(["transitive"]) + .styleClass("transitiveproperty") + .type("owl:TransitiveProperty"); + }; + o.prototype = Object.create(BaseProperty.prototype); + o.prototype.constructor = o; + + return o; + }()); + + +/***/ }), +/* 54 */ +/***/ (function(module, exports, __webpack_require__) { + + var BaseProperty = __webpack_require__(42); + + module.exports = (function (){ + + var o = function ( graph ){ + BaseProperty.apply(this, arguments); + + this.attributes(["rdf"]) + .styleClass("rdfproperty") + .type("rdf:Property"); + }; + o.prototype = Object.create(BaseProperty.prototype); + o.prototype.constructor = o; + + return o; + }()); + + +/***/ }), +/* 55 */ +/***/ (function(module, exports, __webpack_require__) { + + var BaseProperty = __webpack_require__(42); + + module.exports = (function (){ + + var o = function ( graph ){ + BaseProperty.apply(this, arguments); + + var that = this, + superDrawFunction = that.draw, + label = "Subclass of"; + + this.draw = function ( labelGroup ){ + that.labelVisible(!graph.options().compactNotation()); + return superDrawFunction(labelGroup); + }; + + // Disallow overwriting the label + this.label = function ( p ){ + if ( !arguments.length ) return label; + return this; + }; + + this.linkType("dotted") + .markerType("white") + .styleClass("subclass") + .type("rdfs:subClassOf"); + + that.baseIri("http://www.w3.org/2000/01/rdf-schema#"); + that.iri("http://www.w3.org/2000/01/rdf-schema#subClassOf"); + + }; + o.prototype = Object.create(BaseProperty.prototype); + o.prototype.constructor = o; + + return o; + }()); + + +/***/ }), +/* 56 */ +/***/ (function(module, exports, __webpack_require__) { + + var BaseProperty = __webpack_require__(42); + + module.exports = (function (){ + + var o = function ( graph ){ + BaseProperty.apply(this, arguments); + + this.labelVisible(false) + .linkType("dashed") + .markerType("white") + .styleClass("setoperatorproperty") + .type("setOperatorProperty"); + }; + o.prototype = Object.create(BaseProperty.prototype); + o.prototype.constructor = o; + + return o; + }()); + + +/***/ }), +/* 57 */ +/***/ (function(module, exports, __webpack_require__) { + + /* WEBPACK VAR INJECTION */(function(d3) {var _ = __webpack_require__(58); + var math = __webpack_require__(43)(); + var linkCreator = __webpack_require__(60)(); + var elementTools = __webpack_require__(63)(); + // add some maps for nodes and properties -- used for object generation + var nodePrototypeMap = __webpack_require__(5)(); + var propertyPrototypeMap = __webpack_require__(40)(); + + + module.exports = function ( graphContainerSelector ){ + var graph = {}, + CARDINALITY_HDISTANCE = 20, + CARDINALITY_VDISTANCE = 10, + curveFunction = d3.svg.line() + .x(function ( d ){ + return d.x; + }) + .y(function ( d ){ + return d.y; + }) + .interpolate("cardinal"), + options = __webpack_require__(64)(), + parser = __webpack_require__(65)(graph), + language = "default", + paused = false, + // Container for visual elements + graphContainer, + nodeContainer, + labelContainer, + cardinalityContainer, + linkContainer, + // Visual elements + nodeElements, + initialLoad = true, + updateRenderingDuringSimulation = false, + labelGroupElements, + linkGroups, + linkPathElements, + cardinalityElements, + // Internal data + classNodes, + labelNodes, + links, + properties, + unfilteredData, + // Graph behaviour + force, + dragBehaviour, + zoomFactor = 1.0, + centerGraphViewOnLoad = false, + transformAnimation = false, + graphTranslation = [0, 0], + graphUpdateRequired = false, + pulseNodeIds = [], + nodeArrayForPulse = [], + nodeMap = [], + locationId = 0, + defaultZoom = 1.0, + defaultTargetZoom = 0.8, + global_dof = -1, + touchDevice = false, + last_touch_time, + originalD3_dblClickFunction = null, + originalD3_touchZoomFunction = null, + + // editing elements + deleteGroupElement, + addDataPropertyGroupElement, + editContainer, + draggerLayer = null, + draggerObjectsArray = [], + delayedHider, + nodeFreezer, + hoveredNodeElement = null, + currentlySelectedNode = null, + hoveredPropertyElement = null, + draggingStarted = false, + frozenDomainForPropertyDragger, + frozenRangeForPropertyDragger, + + eP = 0, // id for new properties + eN = 0, // id for new Nodes + editMode = true, + debugContainer = d3.select("#FPS_Statistics"), + finishedLoadingSequence = false, + + ignoreOtherHoverEvents = false, + forceNotZooming = false, + now, then, // used for fps computation + showFPS = false, + seenEditorHint = false, + seenFilterWarning = false, + showFilterWarning = false, + + keepDetailsCollapsedOnLoading = true, + adjustingGraphSize = false, + showReloadButtonAfterLayoutOptimization = false, + zoom; + //var prefixModule=require("./prefixRepresentationModule")(graph); + var NodePrototypeMap = createLowerCasePrototypeMap(nodePrototypeMap); + var PropertyPrototypeMap = createLowerCasePrototypeMap(propertyPrototypeMap); + var classDragger = __webpack_require__(68)(graph); + var rangeDragger = __webpack_require__(69)(graph); + var domainDragger = __webpack_require__(70)(graph); + var shadowClone = __webpack_require__(71)(graph); + + graph.math = function (){ + return math; + }; + /** --------------------------------------------------------- **/ + /** -- getter and setter definitions -- **/ + /** --------------------------------------------------------- **/ + graph.isEditorMode = function (){ + return editMode; + }; + graph.getGlobalDOF = function (){ + return global_dof; + }; + graph.setGlobalDOF = function ( val ){ + global_dof = val; + }; + + graph.updateZoomSliderValueFromOutside = function (){ + graph.options().zoomSlider().updateZoomSliderValue(zoomFactor); + }; + + graph.setDefaultZoom = function ( val ){ + defaultZoom = val; + graph.reset(); + graph.options().zoomSlider().updateZoomSliderValue(defaultZoom); + }; + graph.setTargetZoom = function ( val ){ + defaultTargetZoom = val; + }; + graph.graphOptions = function (){ + return options; + }; + + graph.scaleFactor = function (){ + return zoomFactor; + }; + graph.translation = function (){ + return graphTranslation; + }; + + // Returns the visible nodes + graph.graphNodeElements = function (){ + return nodeElements; + }; + // Returns the visible Label Nodes + graph.graphLabelElements = function (){ + return labelNodes; + }; + + graph.graphLinkElements = function (){ + return links; + }; + + graph.setSliderZoom = function ( val ){ + + var cx = 0.5 * graph.options().width(); + var cy = 0.5 * graph.options().height(); + var cp = getWorldPosFromScreen(cx, cy, graphTranslation, zoomFactor); + var sP = [cp.x, cp.y, graph.options().height() / zoomFactor]; + var eP = [cp.x, cp.y, graph.options().height() / val]; + var pos_intp = d3.interpolateZoom(sP, eP); + + graphContainer.attr("transform", transform(sP, cx, cy)) + .transition() + .duration(1) + .attrTween("transform", function (){ + return function ( t ){ + return transform(pos_intp(t), cx, cy); + }; + }) + .each("end", function (){ + graphContainer.attr("transform", "translate(" + graphTranslation + ")scale(" + zoomFactor + ")"); + zoom.translate(graphTranslation); + zoom.scale(zoomFactor); + graph.options().zoomSlider().updateZoomSliderValue(zoomFactor); + }); + }; + + + graph.setZoom = function ( value ){ + zoom.scale(value); + }; + + graph.setTranslation = function ( translation ){ + zoom.translate([translation[0], translation[1]]); + }; + + graph.options = function (){ + return options; + }; + // search functionality + graph.getUpdateDictionary = function (){ + return parser.getDictionary(); + }; + + graph.language = function ( newLanguage ){ + if ( !arguments.length ) return language; + + // Just update if the language changes + if ( language !== newLanguage ) { + language = newLanguage || "default"; + redrawContent(); + recalculatePositions(); + graph.options().searchMenu().requestDictionaryUpdate(); + graph.resetSearchHighlight(); + } + return graph; + }; + + + /** --------------------------------------------------------- **/ + /** graph / rendering related functions **/ + /** --------------------------------------------------------- **/ + + // Initializes the graph. + function initializeGraph(){ + + options.graphContainerSelector(graphContainerSelector); + var moved = false; + force = d3.layout.force() + .on("tick", hiddenRecalculatePositions); + + dragBehaviour = d3.behavior.drag() + .origin(function ( d ){ + return d; + }) + .on("dragstart", function ( d ){ + d3.event.sourceEvent.stopPropagation(); // Prevent panning + graph.ignoreOtherHoverEvents(true); + if ( d.type && d.type() === "Class_dragger" ) { + classDragger.mouseButtonPressed = true; + clearTimeout(delayedHider); + classDragger.selectedViaTouch(true); + d.parentNode().locked(true); + draggingStarted = true; + } else if ( d.type && d.type() === "Range_dragger" ) { + graph.ignoreOtherHoverEvents(true); + clearTimeout(delayedHider); + frozenDomainForPropertyDragger = shadowClone.parentNode().domain(); + frozenRangeForPropertyDragger = shadowClone.parentNode().range(); + shadowClone.setInitialPosition(); + shadowClone.hideClone(false); + shadowClone.hideParentProperty(true); + shadowClone.updateElement(); + deleteGroupElement.classed("hidden", true); + addDataPropertyGroupElement.classed("hidden", true); + frozenDomainForPropertyDragger.frozen(true); + frozenDomainForPropertyDragger.locked(true); + frozenRangeForPropertyDragger.frozen(true); + frozenRangeForPropertyDragger.locked(true); + domainDragger.updateElement(); + domainDragger.mouseButtonPressed = true; + rangeDragger.updateElement(); + rangeDragger.mouseButtonPressed = true; + // shadowClone.setPosition(d.x, d.y); + + + } else if ( d.type && d.type() === "Domain_dragger" ) { + graph.ignoreOtherHoverEvents(true); + clearTimeout(delayedHider); + frozenDomainForPropertyDragger = shadowClone.parentNode().domain(); + frozenRangeForPropertyDragger = shadowClone.parentNode().range(); + shadowClone.setInitialPosition(); + shadowClone.hideClone(false); + shadowClone.hideParentProperty(true); + shadowClone.updateElement(); + deleteGroupElement.classed("hidden", true); + addDataPropertyGroupElement.classed("hidden", true); + + frozenDomainForPropertyDragger.frozen(true); + frozenDomainForPropertyDragger.locked(true); + frozenRangeForPropertyDragger.frozen(true); + frozenRangeForPropertyDragger.locked(true); + domainDragger.updateElement(); + domainDragger.mouseButtonPressed = true; + rangeDragger.updateElement(); + rangeDragger.mouseButtonPressed = true; + } + else { + d.locked(true); + moved = false; + } + }) + .on("drag", function ( d ){ + + if ( d.type && d.type() === "Class_dragger" ) { + clearTimeout(delayedHider); + classDragger.setPosition(d3.event.x, d3.event.y); + } else if ( d.type && d.type() === "Range_dragger" ) { + clearTimeout(delayedHider); + rangeDragger.setPosition(d3.event.x, d3.event.y); + shadowClone.setPosition(d3.event.x, d3.event.y); + domainDragger.updateElementViaRangeDragger(d3.event.x, d3.event.y); + } + else if ( d.type && d.type() === "Domain_dragger" ) { + clearTimeout(delayedHider); + domainDragger.setPosition(d3.event.x, d3.event.y); + shadowClone.setPositionDomain(d3.event.x, d3.event.y); + rangeDragger.updateElementViaDomainDragger(d3.event.x, d3.event.y); + } + + else { + d.px = d3.event.x; + d.py = d3.event.y; + force.resume(); + updateHaloRadius(); + moved = true; + if ( d.renderType && d.renderType() === "round" ) { + classDragger.setParentNode(d); + } + + } + }) + .on("dragend", function ( d ){ + graph.ignoreOtherHoverEvents(false); + if ( d.type && d.type() === "Class_dragger" ) { + var nX = classDragger.x; + var nY = classDragger.y; + clearTimeout(delayedHider); + classDragger.mouseButtonPressed = false; + classDragger.selectedViaTouch(false); + d.setParentNode(d.parentNode()); + + var draggerEndPos = [nX, nY]; + var targetNode = graph.getTargetNode(draggerEndPos); + if ( targetNode ) { + createNewObjectProperty(d.parentNode(), targetNode, draggerEndPos); + } + if ( touchDevice === false ) { + editElementHoverOut(); + } + draggingStarted = false; + } else if ( d.type && d.type() === "Range_dragger" ) { + graph.ignoreOtherHoverEvents(false); + frozenDomainForPropertyDragger.frozen(false); + frozenDomainForPropertyDragger.locked(false); + frozenRangeForPropertyDragger.frozen(false); + frozenRangeForPropertyDragger.locked(false); + rangeDragger.mouseButtonPressed = false; + domainDragger.mouseButtonPressed = false; + domainDragger.updateElement(); + rangeDragger.updateElement(); + shadowClone.hideClone(true); + var rX = rangeDragger.x; + var rY = rangeDragger.y; + var rangeDraggerEndPos = [rX, rY]; + var targetRangeNode = graph.getTargetNode(rangeDraggerEndPos); + if ( elementTools.isDatatype(targetRangeNode) === true ) { + targetRangeNode = null; + console.log("---------------TARGET NODE IS A DATATYPE/ LITERAL ------------"); + } + + if ( targetRangeNode === null ) { + d.reDrawEverthing(); + shadowClone.hideParentProperty(false); + } + else { + d.updateRange(targetRangeNode); + graph.update(); + shadowClone.hideParentProperty(false); + } + } else if ( d.type && d.type() === "Domain_dragger" ) { + graph.ignoreOtherHoverEvents(false); + frozenDomainForPropertyDragger.frozen(false); + frozenDomainForPropertyDragger.locked(false); + frozenRangeForPropertyDragger.frozen(false); + frozenRangeForPropertyDragger.locked(false); + rangeDragger.mouseButtonPressed = false; + domainDragger.mouseButtonPressed = false; + domainDragger.updateElement(); + rangeDragger.updateElement(); + shadowClone.hideClone(true); + + var dX = domainDragger.x; + var dY = domainDragger.y; + var domainDraggerEndPos = [dX, dY]; + var targetDomainNode = graph.getTargetNode(domainDraggerEndPos); + if ( elementTools.isDatatype(targetDomainNode) === true ) { + targetDomainNode = null; + console.log("---------------TARGET NODE IS A DATATYPE/ LITERAL ------------"); + } + shadowClone.hideClone(true); + if ( targetDomainNode === null ) { + d.reDrawEverthing(); + shadowClone.hideParentProperty(false); + } + else { + d.updateDomain(targetDomainNode); + graph.update(); + shadowClone.hideParentProperty(false); + } + } + + else { + d.locked(false); + var pnp = graph.options().pickAndPinModule(); + if ( pnp.enabled() === true && moved === true ) { + if ( d.id ) { // node + pnp.handle(d, true); + } + if ( d.property ) { + pnp.handle(d.property(), true); + } + } + } + }); + + // Apply the zooming factor. + zoom = d3.behavior.zoom() + .duration(150) + .scaleExtent([options.minMagnification(), options.maxMagnification()]) + .on("zoom", zoomed); + + draggerObjectsArray.push(classDragger); + draggerObjectsArray.push(rangeDragger); + draggerObjectsArray.push(domainDragger); + draggerObjectsArray.push(shadowClone); + force.stop(); + } + + graph.lazyRefresh = function (){ + redrawContent(); + recalculatePositions(); + }; + + graph.adjustingGraphSize = function ( val ){ + adjustingGraphSize = val; + }; + + graph.showReloadButtonAfterLayoutOptimization = function ( show ){ + showReloadButtonAfterLayoutOptimization = show; + }; + + + function hiddenRecalculatePositions(){ + finishedLoadingSequence = false; + if ( graph.options().loadingModule().successfullyLoadedOntology() === false ) { + force.stop(); + d3.select("#progressBarValue").node().innerHTML = ""; + graph.updateProgressBarMode(); + graph.options().loadingModule().showErrorDetailsMessage(hiddenRecalculatePositions); + if ( keepDetailsCollapsedOnLoading && adjustingGraphSize === false ) { + graph.options().loadingModule().collapseDetails("hiddenRecalculatePositions"); + } + return; + } + if ( updateRenderingDuringSimulation === false ) { + var value = 1.0 - 10 * force.alpha(); + var percent = parseInt(200 * value) + "%"; + graph.options().loadingModule().setPercentValue(percent); + d3.select("#progressBarValue").style("width", percent); + d3.select("#progressBarValue").node().innerHTML = percent; + + if ( value > 0.49 ) { + updateRenderingDuringSimulation = true; + // show graph container; + if ( graphContainer ) { + graphContainer.style("opacity", "1"); + percent = "100%"; + d3.select("#progressBarValue").style("width", percent); + d3.select("#progressBarValue").node().innerHTML = percent; + graph.options().ontologyMenu().append_message_toLastBulletPoint("done"); + d3.select("#reloadCachedOntology").classed("hidden", !showReloadButtonAfterLayoutOptimization); + if ( showFilterWarning === true && seenFilterWarning === false ) { + graph.options().warningModule().showFilterHint(); + seenFilterWarning = true; + } + } + + if ( initialLoad ) { + if ( graph.paused() === false ) + force.resume(); // resume force + initialLoad = false; + + } + + + finishedLoadingSequence = true; + if ( showFPS === true ) { + force.on("tick", recalculatePositionsWithFPS); + recalculatePositionsWithFPS(); + } + else { + force.on("tick", recalculatePositions); + recalculatePositions(); + } + + if ( centerGraphViewOnLoad === true && force.nodes().length > 0 ) { + if ( force.nodes().length < 10 ) graph.forceRelocationEvent(true); // uses dynamic zoomer; + else graph.forceRelocationEvent(); + centerGraphViewOnLoad = false; + // console.log("--------------------------------------") + } + + + graph.showEditorHintIfNeeded(); + + if ( graph.options().loadingModule().missingImportsWarning() === false ) { + graph.options().loadingModule().hideLoadingIndicator(); + graph.options().ontologyMenu().append_bulletPoint("Successfully loaded ontology"); + graph.options().loadingModule().setSuccessful(); + } else { + graph.options().loadingModule().showWarningDetailsMessage(); + graph.options().ontologyMenu().append_bulletPoint("Loaded ontology with warnings"); + } + } + } + } + + graph.showEditorHintIfNeeded = function (){ + if ( seenEditorHint === false && editMode === true ) { + seenEditorHint = true; + graph.options().warningModule().showEditorHint(); + } + }; + + graph.setForceTickFunctionWithFPS = function (){ + showFPS = true; + if ( force && finishedLoadingSequence === true ) { + force.on("tick", recalculatePositionsWithFPS); + } + + }; + graph.setDefaultForceTickFunction = function (){ + showFPS = false; + if ( force && finishedLoadingSequence === true ) { + force.on("tick", recalculatePositions); + } + }; + function recalculatePositionsWithFPS(){ + // compute the fps + + recalculatePositions(); + now = Date.now(); + var diff = now - then; + var fps = (1000 / (diff)).toFixed(2); + + debugContainer.node().innerHTML = "FPS: " + fps + "
    " + "Nodes: " + force.nodes().length + "
    " + "Links: " + force.links().length; + then = Date.now(); + + } + + function recalculatePositions(){ + // Set node positions + + + // add switch for edit mode to make this faster; + if ( !editMode ) { + nodeElements.attr("transform", function ( node ){ + return "translate(" + node.x + "," + node.y + ")"; + }); + + // Set label group positions + labelGroupElements.attr("transform", function ( label ){ + var position; + + // force centered positions on single-layered links + var link = label.link(); + if ( link.layers().length === 1 && !link.loops() ) { + var linkDomainIntersection = math.calculateIntersection(link.range(), link.domain(), 0); + var linkRangeIntersection = math.calculateIntersection(link.domain(), link.range(), 0); + position = math.calculateCenter(linkDomainIntersection, linkRangeIntersection); + label.x = position.x; + label.y = position.y; + } + return "translate(" + label.x + "," + label.y + ")"; + }); + // Set link paths and calculate additional information + linkPathElements.attr("d", function ( l ){ + if ( l.isLoop() ) { + return math.calculateLoopPath(l); + } + var curvePoint = l.label(); + var pathStart = math.calculateIntersection(curvePoint, l.domain(), 1); + var pathEnd = math.calculateIntersection(curvePoint, l.range(), 1); + + return curveFunction([pathStart, curvePoint, pathEnd]); + }); + + // Set cardinality positions + cardinalityElements.attr("transform", function ( property ){ + + var label = property.link().label(), + pos = math.calculateIntersection(label, property.range(), CARDINALITY_HDISTANCE), + normalV = math.calculateNormalVector(label, property.range(), CARDINALITY_VDISTANCE); + + return "translate(" + (pos.x + normalV.x) + "," + (pos.y + normalV.y) + ")"; + }); + + + updateHaloRadius(); + return; + } + + // TODO: this is Editor redraw function // we need to make this faster!! + + + nodeElements.attr("transform", function ( node ){ + return "translate(" + node.x + "," + node.y + ")"; + }); + + // Set label group positions + labelGroupElements.attr("transform", function ( label ){ + var position; + + // force centered positions on single-layered links + var link = label.link(); + if ( link.layers().length === 1 && !link.loops() ) { + var linkDomainIntersection = math.calculateIntersection(link.range(), link.domain(), 0); + var linkRangeIntersection = math.calculateIntersection(link.domain(), link.range(), 0); + position = math.calculateCenter(linkDomainIntersection, linkRangeIntersection); + label.x = position.x; + label.y = position.y; + label.linkRangeIntersection = linkRangeIntersection; + label.linkDomainIntersection = linkDomainIntersection; + if ( link.property().focused() === true || hoveredPropertyElement !== undefined ) { + rangeDragger.updateElement(); + domainDragger.updateElement(); + // shadowClone.setPosition(link.property().range().x,link.property().range().y); + // shadowClone.setPositionDomain(link.property().domain().x,link.property().domain().y); + } + } else { + label.linkDomainIntersection = math.calculateIntersection(link.label(), link.domain(), 0); + label.linkRangeIntersection = math.calculateIntersection(link.label(), link.range(), 0); + if ( link.property().focused() === true || hoveredPropertyElement !== undefined ) { + rangeDragger.updateElement(); + domainDragger.updateElement(); + // shadowClone.setPosition(link.property().range().x,link.property().range().y); + // shadowClone.setPositionDomain(link.property().domain().x,link.property().domain().y); + } + + } + return "translate(" + label.x + "," + label.y + ")"; + }); + // Set link paths and calculate additional information + linkPathElements.attr("d", function ( l ){ + if ( l.isLoop() ) { + + var ptrAr = math.getLoopPoints(l); + l.label().linkRangeIntersection = ptrAr[1]; + l.label().linkDomainIntersection = ptrAr[0]; + + if ( l.property().focused() === true || hoveredPropertyElement !== undefined ) { + rangeDragger.updateElement(); + domainDragger.updateElement(); + } + return math.calculateLoopPath(l); + } + var curvePoint = l.label(); + var pathStart = math.calculateIntersection(curvePoint, l.domain(), 1); + var pathEnd = math.calculateIntersection(curvePoint, l.range(), 1); + l.linkRangeIntersection = pathStart; + l.linkDomainIntersection = pathEnd; + if ( l.property().focused() === true || hoveredPropertyElement !== undefined ) { + domainDragger.updateElement(); + rangeDragger.updateElement(); + // shadowClone.setPosition(l.property().range().x,l.property().range().y); + // shadowClone.setPositionDomain(l.property().domain().x,l.property().domain().y); + } + return curveFunction([pathStart, curvePoint, pathEnd]); + }); + + // Set cardinality positions + cardinalityElements.attr("transform", function ( property ){ + + var label = property.link().label(), + pos = math.calculateIntersection(label, property.range(), CARDINALITY_HDISTANCE), + normalV = math.calculateNormalVector(label, property.range(), CARDINALITY_VDISTANCE); + + return "translate(" + (pos.x + normalV.x) + "," + (pos.y + normalV.y) + ")"; + }); + + if ( hoveredNodeElement ) { + setDeleteHoverElementPosition(hoveredNodeElement); + setAddDataPropertyHoverElementPosition(hoveredNodeElement); + if ( draggingStarted === false ) { + classDragger.setParentNode(hoveredNodeElement); + } + } + if ( hoveredPropertyElement ) { + setDeleteHoverElementPositionProperty(hoveredPropertyElement); + } + + updateHaloRadius(); + } + + graph.updatePropertyDraggerElements = function ( property ){ + if ( property.type() !== "owl:DatatypeProperty" ) { + + shadowClone.setParentProperty(property); + rangeDragger.setParentProperty(property); + rangeDragger.hideDragger(false); + rangeDragger.addMouseEvents(); + domainDragger.setParentProperty(property); + domainDragger.hideDragger(false); + domainDragger.addMouseEvents(); + + } + else { + rangeDragger.hideDragger(true); + domainDragger.hideDragger(true); + shadowClone.hideClone(true); + } + }; + + function addClickEvents(){ + function executeModules( selectedElement ){ + options.selectionModules().forEach(function ( module ){ + module.handle(selectedElement); + }); + } + + nodeElements.on("click", function ( clickedNode ){ + + // manaual double clicker // helper for iphone 6 etc... + if ( touchDevice === true && doubletap() === true ) { + d3.event.stopPropagation(); + if ( editMode === true ) { + clickedNode.raiseDoubleClickEdit(defaultIriValue(clickedNode)); + } + } + else { + executeModules(clickedNode); + } + }); + + nodeElements.on("dblclick", function ( clickedNode ){ + + d3.event.stopPropagation(); + if ( editMode === true ) { + clickedNode.raiseDoubleClickEdit(defaultIriValue(clickedNode)); + } + }); + + labelGroupElements.selectAll(".label").on("click", function ( clickedProperty ){ + executeModules(clickedProperty); + + // this is for enviroments that do not define dblClick function; + if ( touchDevice === true && doubletap() === true ) { + d3.event.stopPropagation(); + if ( editMode === true ) { + clickedProperty.raiseDoubleClickEdit(defaultIriValue(clickedProperty)); + } + } + + // currently removed the selection of an element to invoke the dragger + // if (editMode===true && clickedProperty.editingTextElement!==true) { + // return; + // // We say that Datatype properties are not allowed to have domain range draggers + // if (clickedProperty.focused() && clickedProperty.type() !== "owl:DatatypeProperty") { + // shadowClone.setParentProperty(clickedProperty); + // rangeDragger.setParentProperty(clickedProperty); + // rangeDragger.hideDragger(false); + // rangeDragger.addMouseEvents(); + // domainDragger.setParentProperty(clickedProperty); + // domainDragger.hideDragger(false); + // domainDragger.addMouseEvents(); + // + // if (clickedProperty.domain()===clickedProperty.range()){ + // clickedProperty.labelObject().increasedLoopAngle=true; + // recalculatePositions(); + // + // } + // + // } else if (clickedProperty.focused() && clickedProperty.type() === "owl:DatatypeProperty") { + // shadowClone.setParentProperty(clickedProperty); + // rangeDragger.setParentProperty(clickedProperty); + // rangeDragger.hideDragger(true); + // rangeDragger.addMouseEvents(); + // domainDragger.setParentProperty(clickedProperty); + // domainDragger.hideDragger(false); + // domainDragger.addMouseEvents(); + // + // } + // else { + // rangeDragger.hideDragger(true); + // domainDragger.hideDragger(true); + // if (clickedProperty.domain()===clickedProperty.range()){ + // clickedProperty.labelObject().increasedLoopAngle=false; + // recalculatePositions(); + // + // } + // } + // } + }); + labelGroupElements.selectAll(".label").on("dblclick", function ( clickedProperty ){ + d3.event.stopPropagation(); + if ( editMode === true ) { + clickedProperty.raiseDoubleClickEdit(defaultIriValue(clickedProperty)); + } + + }); + } + + function defaultIriValue( element ){ + // get the iri of that element; + if ( graph.options().getGeneralMetaObject().iri ) { + var str2Compare = graph.options().getGeneralMetaObject().iri + element.id(); + return element.iri() === str2Compare; + } + return false; + } + + /** Adjusts the containers current scale and position. */ + function zoomed(){ + if ( forceNotZooming === true ) { + zoom.translate(graphTranslation); + zoom.scale(zoomFactor); + return; + } + + + var zoomEventByMWheel = false; + if ( d3.event.sourceEvent ) { + if ( d3.event.sourceEvent.deltaY ) zoomEventByMWheel = true; + } + if ( zoomEventByMWheel === false ) { + if ( transformAnimation === true ) { + return; + } + zoomFactor = d3.event.scale; + graphTranslation = d3.event.translate; + graphContainer.attr("transform", "translate(" + graphTranslation + ")scale(" + zoomFactor + ")"); + updateHaloRadius(); + graph.options().zoomSlider().updateZoomSliderValue(zoomFactor); + return; + } + /** animate the transition **/ + zoomFactor = d3.event.scale; + graphTranslation = d3.event.translate; + graphContainer.transition() + .tween("attr.translate", function (){ + return function ( t ){ + transformAnimation = true; + var tr = d3.transform(graphContainer.attr("transform")); + graphTranslation[0] = tr.translate[0]; + graphTranslation[1] = tr.translate[1]; + zoomFactor = tr.scale[0]; + updateHaloRadius(); + graph.options().zoomSlider().updateZoomSliderValue(zoomFactor); + }; + }) + .each("end", function (){ + transformAnimation = false; + }) + .attr("transform", "translate(" + graphTranslation + ")scale(" + zoomFactor + ")") + .ease('linear') + .duration(250); + }// end of zoomed function + + function redrawGraph(){ + remove(); + + graphContainer = d3.selectAll(options.graphContainerSelector()) + .append("svg") + .classed("vowlGraph", true) + .attr("width", options.width()) + .attr("height", options.height()) + .call(zoom) + .append("g"); + // add touch and double click functions + + var svgGraph = d3.selectAll(".vowlGraph"); + originalD3_dblClickFunction = svgGraph.on("dblclick.zoom"); + originalD3_touchZoomFunction = svgGraph.on("touchstart"); + svgGraph.on("touchstart", touchzoomed); + if ( editMode === true ) { + svgGraph.on("dblclick.zoom", graph.modified_dblClickFunction); + } + else { + svgGraph.on("dblclick.zoom", originalD3_dblClickFunction); + } + + } + + function generateEditElements(){ + addDataPropertyGroupElement = editContainer.append('g') + .classed("hidden-in-export", true) + .classed("hidden", true) + .classed("addDataPropertyElement", true) + .attr("transform", "translate(" + 0 + "," + 0 + ")"); + + + addDataPropertyGroupElement.append("circle") + // .classed("deleteElement", true) + .attr("r", 12) + .attr("cx", 0) + .attr("cy", 0) + .append("title").text("Add Datatype Property"); + + addDataPropertyGroupElement.append("line") + // .classed("deleteElementIcon ",true) + .attr("x1", -8) + .attr("y1", 0) + .attr("x2", 8) + .attr("y2", 0) + .append("title").text("Add Datatype Property"); + + addDataPropertyGroupElement.append("line") + // .classed("deleteElementIcon",true) + .attr("x1", 0) + .attr("y1", -8) + .attr("x2", 0) + .attr("y2", 8) + .append("title").text("Add Datatype Property"); + + if ( graph.options().useAccuracyHelper() ) { + addDataPropertyGroupElement.append("circle") + .attr("r", 15) + .attr("cx", -7) + .attr("cy", 7) + .classed("superHiddenElement", true) + .classed("superOpacityElement", !graph.options().showDraggerObject()); + } + + + deleteGroupElement = editContainer.append('g') + .classed("hidden-in-export", true) + .classed("hidden", true) + .classed("deleteParentElement", true) + .attr("transform", "translate(" + 0 + "," + 0 + ")"); + + deleteGroupElement.append("circle") + .attr("r", 12) + .attr("cx", 0) + .attr("cy", 0) + .append("title").text("Delete This Node"); + + var crossLen = 5; + deleteGroupElement.append("line") + .attr("x1", -crossLen) + .attr("y1", -crossLen) + .attr("x2", crossLen) + .attr("y2", crossLen) + .append("title").text("Delete This Node"); + + deleteGroupElement.append("line") + .attr("x1", crossLen) + .attr("y1", -crossLen) + .attr("x2", -crossLen) + .attr("y2", crossLen) + .append("title").text("Delete This Node"); + + if ( graph.options().useAccuracyHelper() ) { + deleteGroupElement.append("circle") + .attr("r", 15) + .attr("cx", 7) + .attr("cy", -7) + .classed("superHiddenElement", true) + .classed("superOpacityElement", !graph.options().showDraggerObject()); + } + + + } + + graph.getUnfilteredData = function (){ + return unfilteredData; + }; + + graph.getClassDataForTtlExport = function (){ + var allNodes = unfilteredData.nodes; + var nodeData = []; + for ( var i = 0; i < allNodes.length; i++ ) { + if ( allNodes[i].type() !== "rdfs:Literal" && + allNodes[i].type() !== "rdfs:Datatype" && + allNodes[i].type() !== "owl:Thing" ) { + nodeData.push(allNodes[i]); + } + } + return nodeData; + }; + + graph.getPropertyDataForTtlExport = function (){ + var propertyData = []; + var allProperties = unfilteredData.properties; + for ( var i = 0; i < allProperties.length; i++ ) { + // currently using only the object properties + if ( allProperties[i].type() === "owl:ObjectProperty" || + allProperties[i].type() === "owl:DatatypeProperty" || + allProperties[i].type() === "owl:ObjectProperty" + + ) { + propertyData.push(allProperties[i]); + } else { + if ( allProperties[i].type() === "rdfs:subClassOf" ) { + allProperties[i].baseIri("http://www.w3.org/2000/01/rdf-schema#"); + allProperties[i].iri("http://www.w3.org/2000/01/rdf-schema#subClassOf"); + } + if ( allProperties[i].type() === "owl:disjointWith" ) { + allProperties[i].baseIri("http://www.w3.org/2002/07/owl#"); + allProperties[i].iri("http://www.w3.org/2002/07/owl#disjointWith"); + } + } + } + return propertyData; + }; + + graph.getAxiomsForTtlExport = function (){ + var axioms = []; + var allProperties = unfilteredData.properties; + for ( var i = 0; i < allProperties.length; i++ ) { + // currently using only the object properties + if ( allProperties[i].type() === "owl:ObjectProperty" || + allProperties[i].type() === "owl:DatatypeProperty" || + allProperties[i].type() === "owl:ObjectProperty" || + allProperties[i].type() === "rdfs:subClassOf" + ) { + } else { + } + } + return axioms; + }; + + + graph.getUnfilteredData = function (){ + return unfilteredData; + }; + + graph.getClassDataForTtlExport = function (){ + var allNodes = unfilteredData.nodes; + var nodeData = []; + for ( var i = 0; i < allNodes.length; i++ ) { + if ( allNodes[i].type() !== "rdfs:Literal" && + allNodes[i].type() !== "rdfs:Datatype" && + allNodes[i].type() !== "owl:Thing" ) { + nodeData.push(allNodes[i]); + } + } + return nodeData; + }; + + + function redrawContent(){ + var markerContainer; + + if ( !graphContainer ) { + return; + } + + // Empty the graph container + graphContainer.selectAll("*").remove(); + + // Last container -> elements of this container overlap others + linkContainer = graphContainer.append("g").classed("linkContainer", true); + cardinalityContainer = graphContainer.append("g").classed("cardinalityContainer", true); + labelContainer = graphContainer.append("g").classed("labelContainer", true); + nodeContainer = graphContainer.append("g").classed("nodeContainer", true); + + // adding editing Elements + var draggerPathLayer = graphContainer.append("g").classed("linkContainer", true); + draggerLayer = graphContainer.append("g").classed("editContainer", true); + editContainer = graphContainer.append("g").classed("editContainer", true); + + draggerPathLayer.classed("hidden-in-export", true); + editContainer.classed("hidden-in-export", true); + draggerLayer.classed("hidden-in-export", true); + + // Add an extra container for all markers + markerContainer = linkContainer.append("defs"); + var drElement = draggerLayer.selectAll(".node") + .data(draggerObjectsArray).enter() + .append("g") + .classed("node", true) + .classed("hidden-in-export", true) + .attr("id", function ( d ){ + return d.id(); + }) + .call(dragBehaviour); + drElement.each(function ( node ){ + node.svgRoot(d3.select(this)); + node.svgPathLayer(draggerPathLayer); + if ( node.type() === "shadowClone" ) { + node.drawClone(); + node.hideClone(true); + } else { + node.drawNode(); + node.hideDragger(true); + } + }); + generateEditElements(); + + + // Add an extra container for all markers + markerContainer = linkContainer.append("defs"); + + // Draw nodes + + if ( classNodes === undefined ) classNodes = []; + + nodeElements = nodeContainer.selectAll(".node") + .data(classNodes).enter() + .append("g") + .classed("node", true) + .attr("id", function ( d ){ + return d.id(); + }) + .call(dragBehaviour); + nodeElements.each(function ( node ){ + node.draw(d3.select(this)); + }); + + + if ( labelNodes === undefined ) labelNodes = []; + + // Draw label groups (property + inverse) + labelGroupElements = labelContainer.selectAll(".labelGroup") + .data(labelNodes).enter() + .append("g") + .classed("labelGroup", true) + .call(dragBehaviour); + + labelGroupElements.each(function ( label ){ + var success = label.draw(d3.select(this)); + label.property().labelObject(label); + // Remove empty groups without a label. + if ( !success ) { + d3.select(this).remove(); + } + }); + // Place subclass label groups on the bottom of all labels + labelGroupElements.each(function ( label ){ + // the label might be hidden e.g. in compact notation + if ( !this.parentNode ) { + return; + } + + if ( elementTools.isRdfsSubClassOf(label.property()) ) { + var parentNode = this.parentNode; + parentNode.insertBefore(this, parentNode.firstChild); + } + }); + if ( properties === undefined ) properties = []; + // Draw cardinality elements + cardinalityElements = cardinalityContainer.selectAll(".cardinality") + .data(properties).enter() + .append("g") + .classed("cardinality", true); + + cardinalityElements.each(function ( property ){ + var success = property.drawCardinality(d3.select(this)); + + // Remove empty groups without a label. + if ( !success ) { + d3.select(this).remove(); + } + }); + // Draw links + if ( links === undefined ) links = []; + linkGroups = linkContainer.selectAll(".link") + .data(links).enter() + .append("g") + .classed("link", true); + + linkGroups.each(function ( link ){ + link.draw(d3.select(this), markerContainer); + }); + linkPathElements = linkGroups.selectAll("path"); + // Select the path for direct access to receive a better performance + addClickEvents(); + } + + function remove(){ + if ( graphContainer ) { + // Select the parent element because the graph container is a group (e.g. for zooming) + d3.select(graphContainer.node().parentNode).remove(); + } + } + + initializeGraph(); // << call the initialization function + + graph.updateCanvasContainerSize = function (){ + if ( graphContainer ) { + var svgElement = d3.selectAll(".vowlGraph"); + svgElement.attr("width", options.width()); + svgElement.attr("height", options.height()); + graphContainer.attr("transform", "translate(" + graphTranslation + ")scale(" + zoomFactor + ")"); + } + }; + + // Loads all settings, removes the old graph (if it exists) and draws a new one. + graph.start = function (){ + force.stop(); + loadGraphData(true); + redrawGraph(); + graph.update(true); + + if ( graph.options().loadingModule().successfullyLoadedOntology() === false ) { + graph.options().loadingModule().setErrorMode(); + } + + }; + + // Updates only the style of the graph. + graph.updateStyle = function (){ + refreshGraphStyle(); + if ( graph.options().loadingModule().successfullyLoadedOntology() === false ) { + force.stop(); + } else { + force.start(); + } + }; + + graph.reload = function (){ + loadGraphData(); + graph.update(); + + }; + + graph.load = function (){ + force.stop(); + loadGraphData(); + refreshGraphData(); + for ( var i = 0; i < labelNodes.length; i++ ) { + var label = labelNodes[i]; + if ( label.property().x && label.property().y ) { + label.x = label.property().x; + label.y = label.property().y; + // also set the prev position of the label + label.px = label.x; + label.py = label.y; + } + } + graph.update(); + }; + + graph.fastUpdate = function (){ + // fast update function for editor calls; + // -- experimental ; + quick_refreshGraphData(); + updateNodeMap(); + force.start(); + redrawContent(); + graph.updatePulseIds(nodeArrayForPulse); + refreshGraphStyle(); + updateHaloStyles(); + + }; + + graph.getNodeMapForSearch = function (){ + return nodeMap; + }; + function updateNodeMap(){ + nodeMap = []; + var node; + for ( var j = 0; j < force.nodes().length; j++ ) { + node = force.nodes()[j]; + if ( node.id ) { + nodeMap[node.id()] = j; + // check for equivalents + var eqs = node.equivalents(); + if ( eqs.length > 0 ) { + for ( var e = 0; e < eqs.length; e++ ) { + var eqObject = eqs[e]; + nodeMap[eqObject.id()] = j; + } + } + } + if ( node.property ) { + nodeMap[node.property().id()] = j; + var inverse = node.inverse(); + if ( inverse ) { + nodeMap[inverse.id()] = j; + } + } + } + } + + function updateHaloStyles(){ + var haloElement; + var halo; + var node; + for ( var j = 0; j < force.nodes().length; j++ ) { + node = force.nodes()[j]; + if ( node.id ) { + haloElement = node.getHalos(); + if ( haloElement ) { + halo = haloElement.selectAll(".searchResultA"); + halo.classed("searchResultA", false); + halo.classed("searchResultB", true); + } + } + + if ( node.property ) { + haloElement = node.property().getHalos(); + if ( haloElement ) { + halo = haloElement.selectAll(".searchResultA"); + halo.classed("searchResultA", false); + halo.classed("searchResultB", true); + } + } + } + } + + // Updates the graphs displayed data and style. + graph.update = function ( init ){ + var validOntology = graph.options().loadingModule().successfullyLoadedOntology(); + if ( validOntology === false && (init && init === true) ) { + graph.options().loadingModule().collapseDetails(); + return; + } + if ( validOntology === false ) { + return; + } + + keepDetailsCollapsedOnLoading = false; + refreshGraphData(); + // update node map + updateNodeMap(); + + force.start(); + redrawContent(); + graph.updatePulseIds(nodeArrayForPulse); + refreshGraphStyle(); + updateHaloStyles(); + }; + + graph.paused = function ( p ){ + if ( !arguments.length ) return paused; + paused = p; + graph.updateStyle(); + return graph; + }; + // resetting the graph + graph.reset = function (){ + // window size + var w = 0.5 * graph.options().width(); + var h = 0.5 * graph.options().height(); + // computing initial translation for the graph due tue the dynamic default zoom level + var tx = w - defaultZoom * w; + var ty = h - defaultZoom * h; + zoom.translate([tx, ty]) + .scale(defaultZoom); + }; + + + graph.zoomOut = function (){ + + var minMag = options.minMagnification(), + maxMag = options.maxMagnification(); + var stepSize = (maxMag - minMag) / 10; + var val = zoomFactor - stepSize; + if ( val < minMag ) val = minMag; + + var cx = 0.5 * graph.options().width(); + var cy = 0.5 * graph.options().height(); + var cp = getWorldPosFromScreen(cx, cy, graphTranslation, zoomFactor); + var sP = [cp.x, cp.y, graph.options().height() / zoomFactor]; + var eP = [cp.x, cp.y, graph.options().height() / val]; + var pos_intp = d3.interpolateZoom(sP, eP); + + graphContainer.attr("transform", transform(sP, cx, cy)) + .transition() + .duration(250) + .attrTween("transform", function (){ + return function ( t ){ + return transform(pos_intp(t), cx, cy); + }; + }) + .each("end", function (){ + graphContainer.attr("transform", "translate(" + graphTranslation + ")scale(" + zoomFactor + ")"); + zoom.translate(graphTranslation); + zoom.scale(zoomFactor); + updateHaloRadius(); + options.zoomSlider().updateZoomSliderValue(zoomFactor); + }); + + }; + + graph.zoomIn = function (){ + var minMag = options.minMagnification(), + maxMag = options.maxMagnification(); + var stepSize = (maxMag - minMag) / 10; + var val = zoomFactor + stepSize; + if ( val > maxMag ) val = maxMag; + var cx = 0.5 * graph.options().width(); + var cy = 0.5 * graph.options().height(); + var cp = getWorldPosFromScreen(cx, cy, graphTranslation, zoomFactor); + var sP = [cp.x, cp.y, graph.options().height() / zoomFactor]; + var eP = [cp.x, cp.y, graph.options().height() / val]; + var pos_intp = d3.interpolateZoom(sP, eP); + + graphContainer.attr("transform", transform(sP, cx, cy)) + .transition() + .duration(250) + .attrTween("transform", function (){ + return function ( t ){ + return transform(pos_intp(t), cx, cy); + }; + }) + .each("end", function (){ + graphContainer.attr("transform", "translate(" + graphTranslation + ")scale(" + zoomFactor + ")"); + zoom.translate(graphTranslation); + zoom.scale(zoomFactor); + updateHaloRadius(); + options.zoomSlider().updateZoomSliderValue(zoomFactor); + }); + + + }; + + /** --------------------------------------------------------- **/ + /** -- data related handling -- **/ + /** --------------------------------------------------------- **/ + + var cachedJsonOBJ = null; + graph.clearAllGraphData = function (){ + if ( graph.graphNodeElements() && graph.graphNodeElements().length > 0 ) { + cachedJsonOBJ = graph.options().exportMenu().createJSON_exportObject(); + } else { + cachedJsonOBJ = null; + } + force.stop(); + if ( unfilteredData ) { + unfilteredData.nodes = []; + unfilteredData.properties = []; + } + }; + graph.getCachedJsonObj = function (){ + return cachedJsonOBJ; + }; + + // removes data when data could not be loaded + graph.clearGraphData = function (){ + force.stop(); + var sidebar = graph.options().sidebar(); + if ( sidebar ) + sidebar.clearOntologyInformation(); + if ( graphContainer ) + redrawGraph(); + }; + + function generateDictionary( data ){ + var i; + var originalDictionary = []; + var nodes = data.nodes; + for ( i = 0; i < nodes.length; i++ ) { + // check if node has a label + if ( nodes[i].labelForCurrentLanguage() !== undefined ) + originalDictionary.push(nodes[i]); + } + var props = data.properties; + for ( i = 0; i < props.length; i++ ) { + if ( props[i].labelForCurrentLanguage() !== undefined ) + originalDictionary.push(props[i]); + } + parser.setDictionary(originalDictionary); + + var literFilter = graph.options().literalFilter(); + var idsToRemove = literFilter.removedNodes(); + var originalDict = parser.getDictionary(); + var newDict = []; + + // go through the dictionary and remove the ids; + for ( i = 0; i < originalDict.length; i++ ) { + var dictElement = originalDict[i]; + var dictElementId; + if ( dictElement.property ) + dictElementId = dictElement.property().id(); + else + dictElementId = dictElement.id(); + // compare against the removed ids; + var addToDictionary = true; + for ( var j = 0; j < idsToRemove.length; j++ ) { + var currentId = idsToRemove[j]; + if ( currentId === dictElementId ) { + addToDictionary = false; + } + } + if ( addToDictionary === true ) { + newDict.push(dictElement); + } + } + // tell the parser that the dictionary is updated + parser.setDictionary(newDict); + + } + + graph.updateProgressBarMode = function (){ + var loadingModule = graph.options().loadingModule(); + + var state = loadingModule.getProgressBarMode(); + switch ( state ) { + case 0: + loadingModule.setErrorMode(); + break; + case 1: + loadingModule.setBusyMode(); + break; + case 2: + loadingModule.setPercentMode(); + break; + default: + loadingModule.setPercentMode(); + } + }; + + graph.setFilterWarning = function ( val ){ + showFilterWarning = val; + }; + function loadGraphData( init ){ + // reset the locate button and previously selected locations and other variables + + var loadingModule = graph.options().loadingModule(); + force.stop(); + + force.nodes([]); + force.links([]); + nodeArrayForPulse = []; + pulseNodeIds = []; + locationId = 0; + d3.select("#locateSearchResult").classed("highlighted", false); + d3.select("#locateSearchResult").node().title = "Nothing to locate"; + graph.clearGraphData(); + + if ( init ) { + force.stop(); + return; + } + + showFilterWarning = false; + parser.parse(options.data()); + unfilteredData = { + nodes: parser.nodes(), + properties: parser.properties() + }; + // fixing class and property id counter for the editor + eN = unfilteredData.nodes.length + 1; + eP = unfilteredData.properties.length + 1; + + initialLoad = true; + graph.options().warningModule().closeFilterHint(); + + // loading handler + updateRenderingDuringSimulation = true; + var validOntology = graph.options().loadingModule().successfullyLoadedOntology(); + if ( graphContainer && validOntology === true ) { + + updateRenderingDuringSimulation = false; + graph.options().ontologyMenu().append_bulletPoint("Generating visualization ... "); + loadingModule.setPercentMode(); + + if ( unfilteredData.nodes.length > 0 ) { + graphContainer.style("opacity", "0"); + force.on("tick", hiddenRecalculatePositions); + } else { + graphContainer.style("opacity", "1"); + if ( showFPS === true ) { + force.on("tick", recalculatePositionsWithFPS); + } + else { + force.on("tick", recalculatePositions); + } + } + + force.start(); + } else { + force.stop(); + graph.options().ontologyMenu().append_bulletPoint("Failed to load ontology"); + loadingModule.setErrorMode(); + } + // update prefixList( + // update general MetaOBJECT + graph.options().clearMetaObject(); + graph.options().clearGeneralMetaObject(); + graph.options().editSidebar().clearMetaObjectValue(); + if ( options.data() !== undefined ) { + var header = options.data().header; + if ( header ) { + if ( header.iri ) { + graph.options().addOrUpdateGeneralObjectEntry("iri", header.iri); + } + if ( header.title ) { + graph.options().addOrUpdateGeneralObjectEntry("title", header.title); + } + if ( header.author ) { + graph.options().addOrUpdateGeneralObjectEntry("author", header.author); + } + if ( header.version ) { + graph.options().addOrUpdateGeneralObjectEntry("version", header.version); + } + if ( header.description ) { + graph.options().addOrUpdateGeneralObjectEntry("description", header.description); + } + if ( header.prefixList ) { + var pL = header.prefixList; + for ( var pr in pL ) { + if ( pL.hasOwnProperty(pr) ) { + var val = pL[pr]; + graph.options().addPrefix(pr, val); + } + } + } + // get other metadata; + if ( header.other ) { + var otherObjects = header.other; + for ( var name in otherObjects ) { + if ( otherObjects.hasOwnProperty(name) ) { + var otherObj = otherObjects[name]; + if ( otherObj.hasOwnProperty("identifier") && otherObj.hasOwnProperty("value") ) { + graph.options().addOrUpdateMetaObjectEntry(otherObj.identfier, otherObj.value); + } + } + } + } + } + } + // update more meta OBJECT + // Initialize filters with data to replicate consecutive filtering + var initializationData = _.clone(unfilteredData); + options.filterModules().forEach(function ( module ){ + initializationData = filterFunction(module, initializationData, true); + }); + // generate dictionary here ; + generateDictionary(unfilteredData); + + parser.parseSettings(); + graphUpdateRequired = parser.settingsImported(); + centerGraphViewOnLoad = true; + if ( parser.settingsImportGraphZoomAndTranslation() === true ) { + centerGraphViewOnLoad = false; + } + graph.options().searchMenu().requestDictionaryUpdate(); + graph.options().editSidebar().updateGeneralOntologyInfo(); + graph.options().editSidebar().updatePrefixUi(); + graph.options().editSidebar().updateElementWidth(); + } + + graph.handleOnLoadingError = function (){ + force.stop(); + graph.clearGraphData(); + graph.options().ontologyMenu().append_bulletPoint("Failed to load ontology"); + d3.select("#progressBarValue").node().innherHTML = ""; + d3.select("#progressBarValue").classed("busyProgressBar", false); + graph.options().loadingModule().setErrorMode(); + graph.options().loadingModule().showErrorDetailsMessage(); + }; + + function quick_refreshGraphData(){ + links = linkCreator.createLinks(properties); + labelNodes = links.map(function ( link ){ + return link.label(); + }); + + storeLinksOnNodes(classNodes, links); + setForceLayoutData(classNodes, labelNodes, links); + } + + //Applies the data of the graph options object and parses it. The graph is not redrawn. + function refreshGraphData(){ + var shouldExecuteEmptyFilter = options.literalFilter().enabled(); + graph.executeEmptyLiteralFilter(); + options.literalFilter().enabled(shouldExecuteEmptyFilter); + + var preprocessedData = _.clone(unfilteredData); + + // Filter the data + options.filterModules().forEach(function ( module ){ + preprocessedData = filterFunction(module, preprocessedData); + }); + options.focuserModule().handle(undefined, true); + classNodes = preprocessedData.nodes; + properties = preprocessedData.properties; + links = linkCreator.createLinks(properties); + labelNodes = links.map(function ( link ){ + return link.label(); + }); + storeLinksOnNodes(classNodes, links); + setForceLayoutData(classNodes, labelNodes, links); + // for (var i = 0; i < classNodes.length; i++) { + // if (classNodes[i].setRectangularRepresentation) + // classNodes[i].setRectangularRepresentation(graph.options().rectangularRepresentation()); + // } + } + + function filterFunction( module, data, initializing ){ + links = linkCreator.createLinks(data.properties); + storeLinksOnNodes(data.nodes, links); + + if ( initializing ) { + if ( module.initialize ) { + module.initialize(data.nodes, data.properties); + } + } + module.filter(data.nodes, data.properties); + return { + nodes: module.filteredNodes(), + properties: module.filteredProperties() + }; + } + + + /** --------------------------------------------------------- **/ + /** -- force-layout related functions -- **/ + /** --------------------------------------------------------- **/ + function storeLinksOnNodes( nodes, links ){ + for ( var i = 0, nodesLength = nodes.length; i < nodesLength; i++ ) { + var node = nodes[i], + connectedLinks = []; + + // look for properties where this node is the domain or range + for ( var j = 0, linksLength = links.length; j < linksLength; j++ ) { + var link = links[j]; + + if ( link.domain() === node || link.range() === node ) { + connectedLinks.push(link); + } + } + node.links(connectedLinks); + } + } + + function setForceLayoutData( classNodes, labelNodes, links ){ + var d3Links = []; + links.forEach(function ( link ){ + d3Links = d3Links.concat(link.linkParts()); + }); + + var d3Nodes = [].concat(classNodes).concat(labelNodes); + setPositionOfOldLabelsOnNewLabels(force.nodes(), labelNodes); + + force.nodes(d3Nodes) + .links(d3Links); + } + + // The label nodes are positioned randomly, because they are created from scratch if the data changes and lose + // their position information. With this hack the position of old labels is copied to the new labels. + function setPositionOfOldLabelsOnNewLabels( oldLabelNodes, labelNodes ){ + labelNodes.forEach(function ( labelNode ){ + for ( var i = 0; i < oldLabelNodes.length; i++ ) { + var oldNode = oldLabelNodes[i]; + if ( oldNode.equals(labelNode) ) { + labelNode.x = oldNode.x; + labelNode.y = oldNode.y; + labelNode.px = oldNode.px; + labelNode.py = oldNode.py; + break; + } + } + }); + } + + // Applies all options that don't change the graph data. + function refreshGraphStyle(){ + zoom = zoom.scaleExtent([options.minMagnification(), options.maxMagnification()]); + if ( graphContainer ) { + zoom.event(graphContainer); + } + + force.charge(function ( element ){ + var charge = options.charge(); + if ( elementTools.isLabel(element) ) { + charge *= 0.8; + } + return charge; + }) + .size([options.width(), options.height()]) + .linkDistance(calculateLinkPartDistance) + .gravity(options.gravity()) + .linkStrength(options.linkStrength()); // Flexibility of links + + force.nodes().forEach(function ( n ){ + n.frozen(paused); + }); + } + + function calculateLinkPartDistance( linkPart ){ + var link = linkPart.link(); + + if ( link.isLoop() ) { + return options.loopDistance(); + } + + // divide by 2 to receive the length for a single link part + var linkPartDistance = getVisibleLinkDistance(link) / 2; + linkPartDistance += linkPart.domain().actualRadius(); + linkPartDistance += linkPart.range().actualRadius(); + return linkPartDistance; + } + + function getVisibleLinkDistance( link ){ + if ( elementTools.isDatatype(link.domain()) || elementTools.isDatatype(link.range()) ) { + return options.datatypeDistance(); + } else { + return options.classDistance(); + } + } + + /** --------------------------------------------------------- **/ + /** -- animation functions for the nodes -- **/ + /** --------------------------------------------------------- **/ + + graph.animateDynamicLabelWidth = function (){ + var wantedWidth = options.dynamicLabelWidth(); + var i; + for ( i = 0; i < classNodes.length; i++ ) { + var nodeElement = classNodes[i]; + if ( elementTools.isDatatype(nodeElement) ) { + nodeElement.animateDynamicLabelWidth(wantedWidth); + } + } + for ( i = 0; i < properties.length; i++ ) { + properties[i].animateDynamicLabelWidth(wantedWidth); + } + }; + + + /** --------------------------------------------------------- **/ + /** -- halo and localization functions -- **/ + /** --------------------------------------------------------- **/ + function updateHaloRadius(){ + if ( pulseNodeIds && pulseNodeIds.length > 0 ) { + var forceNodes = force.nodes(); + for ( var i = 0; i < pulseNodeIds.length; i++ ) { + var node = forceNodes[pulseNodeIds[i]]; + if ( node ) { + if ( node.property ) { + // match search strings with property label + if ( node.property().inverse ) { + var searchString = graph.options().searchMenu().getSearchString().toLowerCase(); + var name = node.property().labelForCurrentLanguage().toLowerCase(); + if ( name === searchString ) computeDistanceToCenter(node); + else { + node.property().removeHalo(); + if ( node.property().inverse() ) { + if ( !node.property().inverse().getHalos() ) + node.property().inverse().drawHalo(); + computeDistanceToCenter(node, true); + } + if ( node.property().equivalents() ) { + var eq = node.property().equivalents(); + for ( var e = 0; e < eq.length; e++ ) { + if ( !eq[e].getHalos() ) + eq[e].drawHalo(); + } + if ( !node.property().getHalos() ) + node.property().drawHalo(); + computeDistanceToCenter(node, false); + + } + } + } + } + computeDistanceToCenter(node); + } + } + } + } + + function getScreenCoords( x, y, translate, scale ){ + var xn = translate[0] + x * scale; + var yn = translate[1] + y * scale; + return { x: xn, y: yn }; + } + + function getClickedScreenCoords( x, y, translate, scale ){ + var xn = (x - translate[0]) / scale; + var yn = (y - translate[1]) / scale; + return { x: xn, y: yn }; + } + + + function computeDistanceToCenter( node, inverse ){ + var container = node; + var w = graph.options().width(); + var h = graph.options().height(); + var posXY = getScreenCoords(node.x, node.y, graphTranslation, zoomFactor); + + var highlightOfInv = false; + + if ( inverse && inverse === true ) { + highlightOfInv = true; + posXY = getScreenCoords(node.x, node.y + 20, graphTranslation, zoomFactor); + } + var x = posXY.x; + var y = posXY.y; + var nodeIsRect = false; + var halo; + var roundHalo; + var rectHalo; + var borderPoint_x = 0; + var borderPoint_y = 0; + var defaultRadius; + var offset = 15; + var radius; + + if ( node.property && highlightOfInv === true ) { + if ( node.property().inverse() ) { + rectHalo = node.property().inverse().getHalos().select("rect"); + + } else { + if ( node.property().getHalos() ) + rectHalo = node.property().getHalos().select("rect"); + else { + node.property().drawHalo(); + rectHalo = node.property().getHalos().select("rect"); + } + } + rectHalo.classed("hidden", true); + if ( node.property().inverse() ) { + if ( node.property().inverse().getHalos() ) { + roundHalo = node.property().inverse().getHalos().select("circle"); + } + } else { + roundHalo = node.property().getHalos().select("circle"); + } + if ( roundHalo.node() === null ) { + radius = node.property().inverse().width() + 15; + + roundHalo = node.property().inverse().getHalos().append("circle") + .classed("searchResultB", true) + .classed("searchResultA", false) + .attr("r", radius + 15); + + } + halo = roundHalo; // swap the halo to be round + nodeIsRect = true; + container = node.property().inverse(); + } + + if ( node.id ) { + if ( !node.getHalos() ) return; // something went wrong before + halo = node.getHalos().select("rect"); + if ( halo.node() === null ) { + // this is a round node + nodeIsRect = false; + roundHalo = node.getHalos().select("circle"); + defaultRadius = node.actualRadius(); + roundHalo.attr("r", defaultRadius + offset); + halo = roundHalo; + } else { // this is a rect node + nodeIsRect = true; + rectHalo = node.getHalos().select("rect"); + rectHalo.classed("hidden", true); + roundHalo = node.getHalos().select("circle"); + if ( roundHalo.node() === null ) { + radius = node.width(); + roundHalo = node.getHalos().append("circle") + .classed("searchResultB", true) + .classed("searchResultA", false) + .attr("r", radius + offset); + } + halo = roundHalo; + } + } + if ( node.property && !inverse ) { + if ( !node.property().getHalos() ) return; // something went wrong before + rectHalo = node.property().getHalos().select("rect"); + rectHalo.classed("hidden", true); + + roundHalo = node.property().getHalos().select("circle"); + if ( roundHalo.node() === null ) { + radius = node.property().width(); + + roundHalo = node.property().getHalos().append("circle") + .classed("searchResultB", true) + .classed("searchResultA", false) + .attr("r", radius + 15); + + } + halo = roundHalo; // swap the halo to be round + nodeIsRect = true; + container = node.property(); + } + + if ( x < 0 || x > w || y < 0 || y > h ) { + // node outside viewport; + // check for quadrant and get the correct boarder point (intersection with viewport) + if ( x < 0 && y < 0 ) { + borderPoint_x = 0; + borderPoint_y = 0; + } else if ( x > 0 && x < w && y < 0 ) { + borderPoint_x = x; + borderPoint_y = 0; + } else if ( x > w && y < 0 ) { + borderPoint_x = w; + borderPoint_y = 0; + } else if ( x > w && y > 0 && y < h ) { + borderPoint_x = w; + borderPoint_y = y; + } else if ( x > w && y > h ) { + borderPoint_x = w; + borderPoint_y = h; + } else if ( x > 0 && x < w && y > h ) { + borderPoint_x = x; + borderPoint_y = h; + } else if ( x < 0 && y > h ) { + borderPoint_x = 0; + borderPoint_y = h; + } else if ( x < 0 && y > 0 && y < h ) { + borderPoint_x = 0; + borderPoint_y = y; + } + // kill all pulses of nodes that are outside the viewport + container.getHalos().select("rect").classed("searchResultA", false); + container.getHalos().select("circle").classed("searchResultA", false); + container.getHalos().select("rect").classed("searchResultB", true); + container.getHalos().select("circle").classed("searchResultB", true); + halo.classed("hidden", false); + // compute in pixel coordinates length of difference vector + var borderRadius_x = borderPoint_x - x; + var borderRadius_y = borderPoint_y - y; + + var len = borderRadius_x * borderRadius_x + borderRadius_y * borderRadius_y; + len = Math.sqrt(len); + + var normedX = borderRadius_x / len; + var normedY = borderRadius_y / len; + + len = len + 20; // add 20 px; + + // re-normalized vector + var newVectorX = normedX * len + x; + var newVectorY = normedY * len + y; + // compute world coordinates of this point + var wX = (newVectorX - graphTranslation[0]) / zoomFactor; + var wY = (newVectorY - graphTranslation[1]) / zoomFactor; + + // compute distance in world coordinates + var dx = wX - node.x; + var dy = wY - node.y; + if ( highlightOfInv === true ) + dy = wY - node.y - 20; + + if ( highlightOfInv === false && node.property && node.property().inverse() ) + dy = wY - node.y + 20; + + var newRadius = Math.sqrt(dx * dx + dy * dy); + halo = container.getHalos().select("circle"); + // sanity checks and setting new halo radius + if ( !nodeIsRect ) { + defaultRadius = node.actualRadius() + offset; + if ( newRadius < defaultRadius ) { + newRadius = defaultRadius; + } + halo.attr("r", newRadius); + } else { + defaultRadius = 0.5 * container.width(); + if ( newRadius < defaultRadius ) + newRadius = defaultRadius; + halo.attr("r", newRadius); + } + } else { // node is in viewport , render original; + // reset the halo to original radius + defaultRadius = node.actualRadius() + 15; + if ( !nodeIsRect ) { + halo.attr("r", defaultRadius); + } else { // this is rectangular node render as such + halo = container.getHalos().select("rect"); + halo.classed("hidden", false); + //halo.classed("searchResultB", true); + //halo.classed("searchResultA", false); + var aCircHalo = container.getHalos().select("circle"); + aCircHalo.classed("hidden", true); + + container.getHalos().select("rect").classed("hidden", false); + container.getHalos().select("circle").classed("hidden", true); + } + } + } + + function transform( p, cx, cy ){ + // one iteration step for the locate target animation + zoomFactor = graph.options().height() / p[2]; + graphTranslation = [(cx - p[0] * zoomFactor), (cy - p[1] * zoomFactor)]; + updateHaloRadius(); + // update the values in case the user wants to break the animation + zoom.translate(graphTranslation); + zoom.scale(zoomFactor); + graph.options().zoomSlider().updateZoomSliderValue(zoomFactor); + return "translate(" + graphTranslation[0] + "," + graphTranslation[1] + ")scale(" + zoomFactor + ")"; + } + + graph.zoomToElementInGraph = function ( element ){ + targetLocationZoom(element); + }; + graph.updateHaloRadius = function ( element ){ + computeDistanceToCenter(element); + }; + + function targetLocationZoom( target ){ + // store the original information + var cx = 0.5 * graph.options().width(); + var cy = 0.5 * graph.options().height(); + var cp = getWorldPosFromScreen(cx, cy, graphTranslation, zoomFactor); + var sP = [cp.x, cp.y, graph.options().height() / zoomFactor]; + + var zoomLevel = Math.max(defaultZoom + 0.5 * defaultZoom, defaultTargetZoom); + var eP = [target.x, target.y, graph.options().height() / zoomLevel]; + var pos_intp = d3.interpolateZoom(sP, eP); + + var lenAnimation = pos_intp.duration; + if ( lenAnimation > 2500 ) { + lenAnimation = 2500; + } + + graphContainer.attr("transform", transform(sP, cx, cy)) + .transition() + .duration(lenAnimation) + .attrTween("transform", function (){ + return function ( t ){ + return transform(pos_intp(t), cx, cy); + }; + }) + .each("end", function (){ + graphContainer.attr("transform", "translate(" + graphTranslation + ")scale(" + zoomFactor + ")"); + zoom.translate(graphTranslation); + zoom.scale(zoomFactor); + updateHaloRadius(); + }); + } + + function getWorldPosFromScreen( x, y, translate, scale ){ + var temp = scale[0], xn, yn; + if ( temp ) { + xn = (x - translate[0]) / temp; + yn = (y - translate[1]) / temp; + } else { + xn = (x - translate[0]) / scale; + yn = (y - translate[1]) / scale; + } + return { x: xn, y: yn }; + } + + graph.locateSearchResult = function (){ + if ( pulseNodeIds && pulseNodeIds.length > 0 ) { + // move the center of the viewport to this location + if ( transformAnimation === true ) return; // << prevents incrementing the location id if we are in an animation + var node = force.nodes()[pulseNodeIds[locationId]]; + locationId++; + locationId = locationId % pulseNodeIds.length; + if ( node.id ) node.foreground(); + if ( node.property ) node.property().foreground(); + + targetLocationZoom(node); + } + }; + + graph.resetSearchHighlight = function (){ + // get all nodes (handle also already filtered nodes ) + pulseNodeIds = []; + nodeArrayForPulse = []; + // clear from stored nodes + var nodes = unfilteredData.nodes; + var props = unfilteredData.properties; + var j; + for ( j = 0; j < nodes.length; j++ ) { + var node = nodes[j]; + if ( node.removeHalo ) + node.removeHalo(); + } + for ( j = 0; j < props.length; j++ ) { + var prop = props[j]; + if ( prop.removeHalo ) + prop.removeHalo(); + } + }; + + graph.updatePulseIds = function ( nodeIdArray ){ + pulseNodeIds = []; + for ( var i = 0; i < nodeIdArray.length; i++ ) { + var selectedId = nodeIdArray[i]; + var forceId = nodeMap[selectedId]; + if ( forceId !== undefined ) { + var le_node = force.nodes()[forceId]; + if ( le_node.id ) { + if ( pulseNodeIds.indexOf(forceId) === -1 ) { + pulseNodeIds.push(forceId); + } + } + if ( le_node.property ) { + if ( pulseNodeIds.indexOf(forceId) === -1 ) { + pulseNodeIds.push(forceId); + } + } + } + } + locationId = 0; + if ( pulseNodeIds.length > 0 ) { + d3.select("#locateSearchResult").classed("highlighted", true); + d3.select("#locateSearchResult").node().title = "Locate search term"; + } + else { + d3.select("#locateSearchResult").classed("highlighted", false); + d3.select("#locateSearchResult").node().title = "Nothing to locate"; + } + + }; + + graph.highLightNodes = function ( nodeIdArray ){ + if ( nodeIdArray.length === 0 ) { + return; // nothing to highlight + } + pulseNodeIds = []; + nodeArrayForPulse = nodeIdArray; + var missedIds = []; + + // identify the force id to highlight + for ( var i = 0; i < nodeIdArray.length; i++ ) { + var selectedId = nodeIdArray[i]; + var forceId = nodeMap[selectedId]; + if ( forceId !== undefined ) { + var le_node = force.nodes()[forceId]; + if ( le_node.id ) { + if ( pulseNodeIds.indexOf(forceId) === -1 ) { + pulseNodeIds.push(forceId); + le_node.foreground(); + le_node.drawHalo(); + } + } + if ( le_node.property ) { + if ( pulseNodeIds.indexOf(forceId) === -1 ) { + pulseNodeIds.push(forceId); + le_node.property().foreground(); + le_node.property().drawHalo(); + } + } + } + else { + missedIds.push(selectedId); + } + } + + if ( missedIds.length === nodeIdArray.length ) { + + } + // store the highlight on the missed nodes; + var s_nodes = unfilteredData.nodes; + var s_props = unfilteredData.properties; + for ( i = 0; i < missedIds.length; i++ ) { + var missedId = missedIds[i]; + // search for this in the nodes; + for ( var n = 0; n < s_nodes.length; n++ ) { + var nodeId = s_nodes[n].id(); + if ( nodeId === missedId ) { + s_nodes[n].drawHalo(); + } + } + for ( var p = 0; p < s_props.length; p++ ) { + var propId = s_props[p].id(); + if ( propId === missedId ) { + s_props[p].drawHalo(); + } + } + } + if ( missedIds.length === nodeIdArray.length ) { + d3.select("#locateSearchResult").classed("highlighted", false); + } + else { + d3.select("#locateSearchResult").classed("highlighted", true); + } + locationId = 0; + updateHaloRadius(); + }; + + graph.hideHalos = function (){ + var haloElements = d3.selectAll(".searchResultA,.searchResultB"); + haloElements.classed("hidden", true); + return haloElements; + }; + + function nodeInViewport( node, property ){ + + var w = graph.options().width(); + var h = graph.options().height(); + var posXY = getScreenCoords(node.x, node.y, graphTranslation, zoomFactor); + var x = posXY.x; + var y = posXY.y; + + var retVal = !(x < 0 || x > w || y < 0 || y > h); + return retVal; + } + + graph.getBoundingBoxForTex = function (){ + var halos = graph.hideHalos(); + var bbox = graphContainer.node().getBoundingClientRect(); + halos.classed("hidden", false); + var w = graph.options().width(); + var h = graph.options().height(); + + // get the graph coordinates + var topLeft = getWorldPosFromScreen(0, 0, graphTranslation, zoomFactor); + var botRight = getWorldPosFromScreen(w, h, graphTranslation, zoomFactor); + + + var t_topLeft = getWorldPosFromScreen(bbox.left, bbox.top, graphTranslation, zoomFactor); + var t_botRight = getWorldPosFromScreen(bbox.right, bbox.bottom, graphTranslation, zoomFactor); + + // tighten up the bounding box; + + var tX = Math.max(t_topLeft.x, topLeft.x); + var tY = Math.max(t_topLeft.y, topLeft.y); + + var bX = Math.min(t_botRight.x, botRight.x); + var bY = Math.min(t_botRight.y, botRight.y); + + + // tighten further; + var allForceNodes = force.nodes(); + var numNodes = allForceNodes.length; + var visibleNodes = []; + var bbx; + + + var contentBBox = { tx: 1000000000000, ty: 1000000000000, bx: -1000000000000, by: -1000000000000 }; + + for ( var i = 0; i < numNodes; i++ ) { + var node = allForceNodes[i]; + if ( node ) { + if ( node.property ) { + if ( nodeInViewport(node, true) ) { + if ( node.property().labelElement() === undefined ) continue; + bbx = node.property().labelElement().node().getBoundingClientRect(); + if ( bbx ) { + contentBBox.tx = Math.min(contentBBox.tx, bbx.left); + contentBBox.bx = Math.max(contentBBox.bx, bbx.right); + contentBBox.ty = Math.min(contentBBox.ty, bbx.top); + contentBBox.by = Math.max(contentBBox.by, bbx.bottom); + } + } + } else { + if ( nodeInViewport(node, false) ) { + bbx = node.nodeElement().node().getBoundingClientRect(); + if ( bbx ) { + contentBBox.tx = Math.min(contentBBox.tx, bbx.left); + contentBBox.bx = Math.max(contentBBox.bx, bbx.right); + contentBBox.ty = Math.min(contentBBox.ty, bbx.top); + contentBBox.by = Math.max(contentBBox.by, bbx.bottom); + } + } + } + } + } + + var tt_topLeft = getWorldPosFromScreen(contentBBox.tx, contentBBox.ty, graphTranslation, zoomFactor); + var tt_botRight = getWorldPosFromScreen(contentBBox.bx, contentBBox.by, graphTranslation, zoomFactor); + + tX = Math.max(tX, tt_topLeft.x); + tY = Math.max(tY, tt_topLeft.y); + + bX = Math.min(bX, tt_botRight.x); + bY = Math.min(bY, tt_botRight.y); + // y axis flip for tex + return [tX, -tY, bX, -bY]; + + }; + + var updateTargetElement = function (){ + var bbox = graphContainer.node().getBoundingClientRect(); + + + // get the graph coordinates + var bboxOffset = 50; // default radius of a node; + var topLeft = getWorldPosFromScreen(bbox.left, bbox.top, graphTranslation, zoomFactor); + var botRight = getWorldPosFromScreen(bbox.right, bbox.bottom, graphTranslation, zoomFactor); + + var w = graph.options().width(); + if ( graph.options().leftSidebar().isSidebarVisible() === true ) + w -= 200; + var h = graph.options().height(); + topLeft.x += bboxOffset; + topLeft.y -= bboxOffset; + botRight.x -= bboxOffset; + botRight.y += bboxOffset; + + var g_w = botRight.x - topLeft.x; + var g_h = botRight.y - topLeft.y; + + // endpoint position calculations + var posX = 0.5 * (topLeft.x + botRight.x); + var posY = 0.5 * (topLeft.y + botRight.y); + var cx = 0.5 * w, + cy = 0.5 * h; + + if ( graph.options().leftSidebar().isSidebarVisible() === true ) + cx += 200; + var cp = getWorldPosFromScreen(cx, cy, graphTranslation, zoomFactor); + + // zoom factor calculations and fail safes; + var newZoomFactor = 1.0; // fail save if graph and window are squares + //get the smaller one + var a = w / g_w; + var b = h / g_h; + if ( a < b ) newZoomFactor = a; + else newZoomFactor = b; + + + // fail saves + if ( newZoomFactor > zoom.scaleExtent()[1] ) { + newZoomFactor = zoom.scaleExtent()[1]; + } + if ( newZoomFactor < zoom.scaleExtent()[0] ) { + newZoomFactor = zoom.scaleExtent()[0]; + } + + // apply Zooming + var sP = [cp.x, cp.y, h / zoomFactor]; + var eP = [posX, posY, h / newZoomFactor]; + + + var pos_intp = d3.interpolateZoom(sP, eP); + return [pos_intp, cx, cy]; + + }; + + graph.forceRelocationEvent = function ( dynamic ){ + // we need to kill the halo to determine the bounding box; + var halos = graph.hideHalos(); + var bbox = graphContainer.node().getBoundingClientRect(); + halos.classed("hidden", false); + + // get the graph coordinates + var bboxOffset = 50; // default radius of a node; + var topLeft = getWorldPosFromScreen(bbox.left, bbox.top, graphTranslation, zoomFactor); + var botRight = getWorldPosFromScreen(bbox.right, bbox.bottom, graphTranslation, zoomFactor); + + var w = graph.options().width(); + if ( graph.options().leftSidebar().isSidebarVisible() === true ) + w -= 200; + var h = graph.options().height(); + topLeft.x += bboxOffset; + topLeft.y -= bboxOffset; + botRight.x -= bboxOffset; + botRight.y += bboxOffset; + + var g_w = botRight.x - topLeft.x; + var g_h = botRight.y - topLeft.y; + + // endpoint position calculations + var posX = 0.5 * (topLeft.x + botRight.x); + var posY = 0.5 * (topLeft.y + botRight.y); + var cx = 0.5 * w, + cy = 0.5 * h; + + if ( graph.options().leftSidebar().isSidebarVisible() === true ) + cx += 200; + var cp = getWorldPosFromScreen(cx, cy, graphTranslation, zoomFactor); + + // zoom factor calculations and fail safes; + var newZoomFactor = 1.0; // fail save if graph and window are squares + //get the smaller one + var a = w / g_w; + var b = h / g_h; + if ( a < b ) newZoomFactor = a; + else newZoomFactor = b; + + + // fail saves + if ( newZoomFactor > zoom.scaleExtent()[1] ) { + newZoomFactor = zoom.scaleExtent()[1]; + } + if ( newZoomFactor < zoom.scaleExtent()[0] ) { + newZoomFactor = zoom.scaleExtent()[0]; + } + + // apply Zooming + var sP = [cp.x, cp.y, h / zoomFactor]; + var eP = [posX, posY, h / newZoomFactor]; + + + var pos_intp = d3.interpolateZoom(sP, eP); + var lenAnimation = pos_intp.duration; + if ( lenAnimation > 2500 ) { + lenAnimation = 2500; + } + graphContainer.attr("transform", transform(sP, cx, cy)) + .transition() + .duration(lenAnimation) + .attrTween("transform", function (){ + return function ( t ){ + if ( dynamic ) { + var param = updateTargetElement(); + var nV = param[0](t); + return transform(nV, cx, cy); + } + return transform(pos_intp(t), cx, cy); + }; + }) + .each("end", function (){ + if ( dynamic ) { + return; + } + + graphContainer.attr("transform", "translate(" + graphTranslation + ")scale(" + zoomFactor + ")"); + zoom.translate(graphTranslation); + zoom.scale(zoomFactor); + graph.options().zoomSlider().updateZoomSliderValue(zoomFactor); + + + }); + }; + + + graph.isADraggerActive = function (){ + if ( classDragger.mouseButtonPressed === true || + domainDragger.mouseButtonPressed === true || + rangeDragger.mouseButtonPressed === true ) { + return true; + } + return false; + }; + + /** --------------------------------------------------------- **/ + /** -- VOWL EDITOR create/ edit /delete functions -- **/ + /** --------------------------------------------------------- **/ + + graph.changeNodeType = function ( element ){ + + var typeString = d3.select("#typeEditor").node().value; + + if ( graph.classesSanityCheck(element, typeString) === false ) { + // call reselection to restore previous type selection + graph.options().editSidebar().updateSelectionInformation(element); + return; + } + + var prototype = NodePrototypeMap.get(typeString.toLowerCase()); + var aNode = new prototype(graph); + + aNode.x = element.x; + aNode.y = element.y; + aNode.px = element.x; + aNode.py = element.y; + aNode.id(element.id()); + aNode.copyInformation(element); + + if ( typeString === "owl:Thing" ) { + aNode.label("Thing"); + } + else if ( elementTools.isDatatype(element) === false ) { + if ( element.backupLabel() !== undefined ) { + aNode.label(element.backupLabel()); + } else if ( aNode.backupLabel() !== undefined ) { + aNode.label(aNode.backupLabel()); + } else { + aNode.label("NewClass"); + } + } + + if ( typeString === "rdfs:Datatype" ) { + if ( aNode.dType() === "undefined" ) + aNode.label("undefined"); + else { + var identifier = aNode.dType().split(":")[1]; + aNode.label(identifier); + } + } + var i; + // updates the property domain and range + for ( i = 0; i < unfilteredData.properties.length; i++ ) { + if ( unfilteredData.properties[i].domain() === element ) { + // unfilteredData.properties[i].toString(); + unfilteredData.properties[i].domain(aNode); + } + if ( unfilteredData.properties[i].range() === element ) { + unfilteredData.properties[i].range(aNode); + // unfilteredData.properties[i].toString(); + } + } + + // update for fastUpdate: + for ( i = 0; i < properties.length; i++ ) { + if ( properties[i].domain() === element ) { + // unfilteredData.properties[i].toString(); + properties[i].domain(aNode); + } + if ( properties[i].range() === element ) { + properties[i].range(aNode); + // unfilteredData.properties[i].toString(); + } + } + + var remId = unfilteredData.nodes.indexOf(element); + if ( remId !== -1 ) + unfilteredData.nodes.splice(remId, 1); + remId = classNodes.indexOf(element); + if ( remId !== -1 ) + classNodes.splice(remId, 1); + // very important thing for selection!; + addNewNodeElement(aNode); + // handle focuser! + options.focuserModule().handle(aNode); + generateDictionary(unfilteredData); + graph.getUpdateDictionary(); + element = null; + }; + + + graph.changePropertyType = function ( element ){ + var typeString = d3.select("#typeEditor").node().value; + + // create warning + if ( graph.sanityCheckProperty(element.domain(), element.range(), typeString) === false ) return false; + + var propPrototype = PropertyPrototypeMap.get(typeString.toLowerCase()); + var aProp = new propPrototype(graph); + aProp.copyInformation(element); + aProp.id(element.id()); + + element.domain().removePropertyElement(element); + element.range().removePropertyElement(element); + aProp.domain(element.domain()); + aProp.range(element.range()); + + if ( element.backupLabel() !== undefined ) { + aProp.label(element.backupLabel()); + } else { + aProp.label("newObjectProperty"); + } + + if ( aProp.type() === "rdfs:subClassOf" ) { + aProp.iri("http://www.w3.org/2000/01/rdf-schema#subClassOf"); + } else { + if ( element.iri() === "http://www.w3.org/2000/01/rdf-schema#subClassOf" ) + aProp.iri(graph.options().getGeneralMetaObjectProperty('iri') + aProp.id()); + + } + + + if ( graph.propertyCheckExistenceChecker(aProp, element.domain(), element.range()) === false ) { + graph.options().editSidebar().updateSelectionInformation(element); + return; + } + // // TODO: change its base IRI to proper value + // var ontoIRI="http://someTest.de"; + // aProp.baseIri(ontoIRI); + // aProp.iri(aProp.baseIri()+aProp.id()); + + + // add this to the data; + unfilteredData.properties.push(aProp); + if ( properties.indexOf(aProp) === -1 ) + properties.push(aProp); + var remId = unfilteredData.properties.indexOf(element); + if ( remId !== -1 ) + unfilteredData.properties.splice(remId, 1); + if ( properties.indexOf(aProp) === -1 ) + properties.push(aProp); + remId = properties.indexOf(element); + if ( remId !== -1 ) + properties.splice(remId, 1); + graph.fastUpdate(); + aProp.domain().addProperty(aProp); + aProp.range().addProperty(aProp); + if ( element.labelObject() && aProp.labelObject() ) { + aProp.labelObject().x = element.labelObject().x; + aProp.labelObject().px = element.labelObject().px; + aProp.labelObject().y = element.labelObject().y; + aProp.labelObject().py = element.labelObject().py; + } + + options.focuserModule().handle(aProp); + element = null; + }; + + graph.removeEditElements = function (){ + // just added to be called form outside + removeEditElements(); + }; + + function removeEditElements(){ + rangeDragger.hideDragger(true); + domainDragger.hideDragger(true); + shadowClone.hideClone(true); + + classDragger.hideDragger(true); + if ( addDataPropertyGroupElement ) + addDataPropertyGroupElement.classed("hidden", true); + if ( deleteGroupElement ) + deleteGroupElement.classed("hidden", true); + + + if ( hoveredNodeElement ) { + if ( hoveredNodeElement.pinned() === false ) { + hoveredNodeElement.locked(graph.paused()); + hoveredNodeElement.frozen(graph.paused()); + } + } + if ( hoveredPropertyElement ) { + if ( hoveredPropertyElement.pinned() === false ) { + hoveredPropertyElement.locked(graph.paused()); + hoveredPropertyElement.frozen(graph.paused()); + } + } + + + } + + graph.editorMode = function ( val ){ + var create_entry = d3.select("#empty"); + var create_container = d3.select("#emptyContainer"); + + var modeOfOpString = d3.select("#modeOfOperationString").node(); + if ( !arguments.length ) { + create_entry.node().checked = editMode; + if ( editMode === false ) { + create_container.node().title = "Enable editing in modes menu to create a new ontology"; + create_entry.node().title = "Enable editing in modes menu to create a new ontology"; + create_entry.style("pointer-events", "none"); + } else { + create_container.node().title = "Creates a new empty ontology"; + create_entry.node().title = "Creates a new empty ontology"; + d3.select("#useAccuracyHelper").style("color", "#2980b9"); + d3.select("#useAccuracyHelper").style("pointer-events", "auto"); + create_entry.node().disabled = false; + create_entry.style("pointer-events", "auto"); + } + + return editMode; + } + graph.options().setEditorModeForDefaultObject(val); + + // if (seenEditorHint===false && val===true){ + // seenEditorHint=true; + // graph.options().warningModule().showEditorHint(); + // } + editMode = val; + + if ( create_entry ) { + create_entry.classed("disabled", !editMode); + if ( !editMode ) { + create_container.node().title = "Enable editing in modes menu to create a new ontology"; + create_entry.node().title = "Enable editing in modes menu to create a new ontology"; + create_entry.node().disabled = true; + d3.select("#useAccuracyHelper").style("color", "#979797"); + d3.select("#useAccuracyHelper").style("pointer-events", "none"); + create_entry.style("pointer-events", "none"); + } else { + create_container.node().title = "Creates a new empty ontology"; + create_entry.node().title = "Creates a new empty ontology"; + d3.select("#useAccuracyHelper").style("color", "#2980b9"); + d3.select("#useAccuracyHelper").style("pointer-events", "auto"); + create_entry.style("pointer-events", "auto"); + } + } + + // adjust compact notation + // selector = compactNotationOption; + // box =ModuleCheckbox + var compactNotationContainer = d3.select("#compactnotationModuleCheckbox"); + if ( compactNotationContainer ) { + compactNotationContainer.classed("disabled", !editMode); + if ( !editMode ) { + compactNotationContainer.node().title = ""; + compactNotationContainer.node().disabled = false; + compactNotationContainer.style("pointer-events", "auto"); + d3.select("#compactNotationOption").style("color", ""); + d3.select("#compactNotationOption").node().title = ""; + options.literalFilter().enabled(true); + graph.update(); + } else { + // if editor Mode + //1) uncheck the element + d3.select("#compactNotationOption").node().title = "Compact notation can only be used in view mode"; + compactNotationContainer.node().disabled = true; + compactNotationContainer.node().checked = false; + options.compactNotationModule().enabled(false); + options.literalFilter().enabled(false); + graph.executeCompactNotationModule(); + graph.executeEmptyLiteralFilter(); + graph.lazyRefresh(); + compactNotationContainer.style("pointer-events", "none"); + d3.select("#compactNotationOption").style("color", "#979797"); + } + } + + if ( modeOfOpString ) { + if ( touchDevice === true ) { + modeOfOpString.innerHTML = "touch able device detected"; + } else { + modeOfOpString.innerHTML = "point & click device detected"; + } + } + var svgGraph = d3.selectAll(".vowlGraph"); + + if ( editMode === true ) { + options.leftSidebar().showSidebar(options.leftSidebar().getSidebarVisibility(), true); + options.leftSidebar().hideCollapseButton(false); + graph.options().editSidebar().updatePrefixUi(); + graph.options().editSidebar().updateElementWidth(); + svgGraph.on("dblclick.zoom", graph.modified_dblClickFunction); + + } else { + svgGraph.on("dblclick.zoom", originalD3_dblClickFunction); + options.leftSidebar().showSidebar(0); + options.leftSidebar().hideCollapseButton(true); + // hide hovered edit elements + removeEditElements(); + } + options.sidebar().updateShowedInformation(); + options.editSidebar().updateElementWidth(); + + }; + + function createLowerCasePrototypeMap( prototypeMap ){ + return d3.map(prototypeMap.values(), function ( Prototype ){ + return new Prototype().type().toLowerCase(); + }); + } + + function createNewNodeAtPosition( pos ){ + var aNode, prototype; + var forceUpdate = true; + // create a node of that id; + + var typeToCreate = d3.select("#defaultClass").node().title; + prototype = NodePrototypeMap.get(typeToCreate.toLowerCase()); + aNode = new prototype(graph); + var autoEditElement = false; + if ( typeToCreate === "owl:Thing" ) { + aNode.label("Thing"); + } + else { + aNode.label("NewClass"); + autoEditElement = true; + } + aNode.x = pos.x; + aNode.y = pos.y; + aNode.px = aNode.x; + aNode.py = aNode.y; + aNode.id("Class" + eN++); + // aNode.paused(true); + + aNode.baseIri(d3.select("#iriEditor").node().value); + aNode.iri(aNode.baseIri() + aNode.id()); + addNewNodeElement(aNode, forceUpdate); + options.focuserModule().handle(aNode, true); + aNode.frozen(graph.paused()); + aNode.locked(graph.paused()); + aNode.enableEditing(autoEditElement); + } + + + function addNewNodeElement( element ){ + unfilteredData.nodes.push(element); + if ( classNodes.indexOf(element) === -1 ) + classNodes.push(element); + + generateDictionary(unfilteredData); + graph.getUpdateDictionary(); + graph.fastUpdate(); + } + + graph.getTargetNode = function ( position ){ + var dx = position[0]; + var dy = position[1]; + var tN = null; + var minDist = 1000000000000; + // This is a bit OVERKILL for the computation of one node >> TODO: KD-TREE SEARCH + unfilteredData.nodes.forEach(function ( el ){ + var cDist = Math.sqrt((el.x - dx) * (el.x - dx) + (el.y - dy) * (el.y - dy)); + if ( cDist < minDist ) { + minDist = cDist; + tN = el; + } + }); + if ( hoveredNodeElement ) { + var offsetDist = hoveredNodeElement.actualRadius() + 30; + if ( minDist > offsetDist ) return null; + if ( tN.renderType() === "rect" ) return null; + if ( tN === hoveredNodeElement && minDist <= hoveredNodeElement.actualRadius() ) { + return tN; + } else if ( tN === hoveredNodeElement && minDist > hoveredNodeElement.actualRadius() ) { + return null; + } + return tN; + } + else { + + if ( minDist > (tN.actualRadius() + 30) ) + return null; + else return tN; + + } + }; + + graph.genericPropertySanityCheck = function ( domain, range, typeString, header, action ){ + if ( domain === range && typeString === "rdfs:subClassOf" ) { + graph.options().warningModule().showWarning(header, + "rdfs:subClassOf can not be created as loops (domain == range)", + action, 1, false); + return false; + } + if ( domain === range && typeString === "owl:disjointWith" ) { + graph.options().warningModule().showWarning(header, + "owl:disjointWith can not be created as loops (domain == range)", + action, 1, false); + return false; + } + // allProps[i].type()==="owl:allValuesFrom" || + // allProps[i].type()==="owl:someValuesFrom" + if ( domain.type() === "owl:Thing" && typeString === "owl:allValuesFrom" ) { + graph.options().warningModule().showWarning(header, + "owl:allValuesFrom can not originate from owl:Thing", + action, 1, false); + return false; + } + if ( domain.type() === "owl:Thing" && typeString === "owl:someValuesFrom" ) { + graph.options().warningModule().showWarning(header, + "owl:someValuesFrom can not originate from owl:Thing", + action, 1, false); + return false; + } + + if ( range.type() === "owl:Thing" && typeString === "owl:allValuesFrom" ) { + graph.options().warningModule().showWarning(header, + "owl:allValuesFrom can not be connected to owl:Thing", + action, 1, false); + return false; + } + if ( range.type() === "owl:Thing" && typeString === "owl:someValuesFrom" ) { + graph.options().warningModule().showWarning(header, + "owl:someValuesFrom can not be connected to owl:Thing", + action, 1, false); + return false; + } + + return true; // we can Change the domain or range + }; + + graph.checkIfIriClassAlreadyExist = function ( url ){ + // search for a class node with this url + var allNodes = unfilteredData.nodes; + for ( var i = 0; i < allNodes.length; i++ ) { + if ( elementTools.isDatatype(allNodes[i]) === true || allNodes[i].type() === "owl:Thing" ) + continue; + + // now we are a real class; + //get class IRI + var classIRI = allNodes[i].iri(); + + // this gives me the node for halo + if ( url === classIRI ) { + return allNodes[i]; + } + } + return false; + }; + + graph.classesSanityCheck = function ( classElement, targetType ){ + // this is added due to someValuesFrom properties + // we should not be able to change a classElement to a owl:Thing + // when it has a property attached to it that uses these restrictions + // + + if ( targetType === "owl:Class" ) return true; + + else { + // collect all properties which have that one as a domain or range + var allProps = unfilteredData.properties; + for ( var i = 0; i < allProps.length; i++ ) { + if ( allProps[i].range() === classElement || allProps[i].domain() === classElement ) { + // check for the type of that property + if ( allProps[i].type() === "owl:someValuesFrom" ) { + graph.options().warningModule().showWarning("Can not change class type", + "The element has a property that is of type owl:someValuesFrom", + "Element type not changed!", 1, true); + return false; + } + if ( allProps[i].type() === "owl:allValuesFrom" ) { + graph.options().warningModule().showWarning("Can not change class type", + "The element has a property that is of type owl:allValuesFrom", + "Element type not changed!", 1, true); + return false; + } + } + } + + + } + return true; + }; + + graph.propertyCheckExistenceChecker = function ( property, domain, range ){ + var allProps = unfilteredData.properties; + var i; + if ( property.type() === "rdfs:subClassOf" || property.type() === "owl:disjointWith" ) { + + for ( i = 0; i < allProps.length; i++ ) { + if ( allProps[i] === property ) continue; + if ( allProps[i].domain() === domain && allProps[i].range() === range && allProps[i].type() === property.type() ) { + graph.options().warningModule().showWarning("Warning", + "This triple already exist!", + "Element not created!", 1, false); + return false; + } + if ( allProps[i].domain() === range && allProps[i].range() === domain && allProps[i].type() === property.type() ) { + graph.options().warningModule().showWarning("Warning", + "Inverse assignment already exist! ", + "Element not created!", 1, false); + return false; + } + } + return true; + } + return true; + }; + + // graph.checkForTripleDuplicate=function(property){ + // var domain=property.domain(); + // var range=property.range(); + // console.log("checking for duplicates"); + // var b1= domain.isPropertyAssignedToThisElement(property); + // var b2= range.isPropertyAssignedToThisElement(property); + // + // console.log("test domain results in "+ b1); + // console.log("test range results in "+ b1); + // + // if (b1 && b2 ){ + // graph.options().warningModule().showWarning("Warning", + // "This triple already exist!", + // "Element not created!",1,false); + // return false; + // } + // return true; + // }; + + graph.sanityCheckProperty = function ( domain, range, typeString ){ + + // check for duplicate triple in the element; + + + if ( typeString === "owl:objectProperty" && graph.options().objectPropertyFilter().enabled() === true ) { + graph.options().warningModule().showWarning("Warning", + "Object properties are filtered out in the visualization!", + "Element not created!", 1, false); + return false; + } + + if ( typeString === "owl:disjointWith" && graph.options().disjointPropertyFilter().enabled() === true ) { + graph.options().warningModule().showWarning("Warning", + "owl:disjointWith properties are filtered out in the visualization!", + "Element not created!", 1, false); + return false; + } + + + if ( domain === range && typeString === "rdfs:subClassOf" ) { + graph.options().warningModule().showWarning("Warning", + "rdfs:subClassOf can not be created as loops (domain == range)", + "Element not created!", 1, false); + return false; + } + if ( domain === range && typeString === "owl:disjointWith" ) { + graph.options().warningModule().showWarning("Warning", + "owl:disjointWith can not be created as loops (domain == range)", + "Element not created!", 1, false); + return false; + } + + if ( domain.type() === "owl:Thing" && typeString === "owl:someValuesFrom" ) { + graph.options().warningModule().showWarning("Warning", + "owl:someValuesFrom can not originate from owl:Thing", + "Element not created!", 1, false); + return false; + } + if ( domain.type() === "owl:Thing" && typeString === "owl:allValuesFrom" ) { + graph.options().warningModule().showWarning("Warning", + "owl:allValuesFrom can not originate from owl:Thing", + "Element not created!", 1, false); + return false; + } + + if ( range.type() === "owl:Thing" && typeString === "owl:allValuesFrom" ) { + graph.options().warningModule().showWarning("Warning", + "owl:allValuesFrom can not be connected to owl:Thing", + "Element not created!", 1, false); + return false; + } + if ( range.type() === "owl:Thing" && typeString === "owl:someValuesFrom" ) { + graph.options().warningModule().showWarning("Warning", + "owl:someValuesFrom can not be connected to owl:Thing", + "Element not created!", 1, false); + return false; + } + return true; // we can create a property + }; + + function createNewObjectProperty( domain, range, draggerEndposition ){ + // check type of the property that we want to create; + + var defaultPropertyName = d3.select("#defaultProperty").node().title; + + // check if we are allow to create that property + if ( graph.sanityCheckProperty(domain, range, defaultPropertyName) === false ) return false; + + + var propPrototype = PropertyPrototypeMap.get(defaultPropertyName.toLowerCase()); + var aProp = new propPrototype(graph); + aProp.id("objectProperty" + eP++); + aProp.domain(domain); + aProp.range(range); + aProp.label("newObjectProperty"); + aProp.baseIri(d3.select("#iriEditor").node().value); + aProp.iri(aProp.baseIri() + aProp.id()); + + // check for duplicate; + if ( graph.propertyCheckExistenceChecker(aProp, domain, range) === false ) { + // delete aProp; + // hope for garbage collection here -.- + return false; + } + + var autoEditElement = false; + + if ( defaultPropertyName === "owl:objectProperty" ) { + autoEditElement = true; + } + var pX = 0.49 * (domain.x + range.x); + var pY = 0.49 * (domain.y + range.y); + + if ( domain === range ) { + // we use the dragger endposition to determine an angle to put the loop there; + var dirD_x = draggerEndposition[0] - domain.x; + var dirD_y = draggerEndposition[1] - domain.y; + + // normalize; + var len = Math.sqrt(dirD_x * dirD_x + dirD_y * dirD_y); + // it should be very hard to set the position on the same sport but why not handling this + var nx = dirD_x / len; + var ny = dirD_y / len; + // is Nan in javascript like in c len==len returns false when it is not a number? + if ( isNaN(len) ) { + nx = 0; + ny = -1; + } + + // get domain actual raidus + var offset = 2 * domain.actualRadius() + 50; + pX = domain.x + offset * nx; + pY = domain.y + offset * ny; + } + + // add this property to domain and range; + domain.addProperty(aProp); + range.addProperty(aProp); + + + // add this to the data; + unfilteredData.properties.push(aProp); + if ( properties.indexOf(aProp) === -1 ) + properties.push(aProp); + graph.fastUpdate(); + aProp.labelObject().x = pX; + aProp.labelObject().px = pX; + aProp.labelObject().y = pY; + aProp.labelObject().py = pY; + + aProp.frozen(graph.paused()); + aProp.locked(graph.paused()); + domain.frozen(graph.paused()); + domain.locked(graph.paused()); + range.frozen(graph.paused()); + range.locked(graph.paused()); + + + generateDictionary(unfilteredData); + graph.getUpdateDictionary(); + + options.focuserModule().handle(aProp); + graph.activateHoverElementsForProperties(true, aProp, false, touchDevice); + aProp.labelObject().increasedLoopAngle = true; + aProp.enableEditing(autoEditElement); + } + + graph.createDataTypeProperty = function ( node ){ + // random postion issues; + clearTimeout(nodeFreezer); + // tells user when element is filtered out + if ( graph.options().datatypeFilter().enabled() === true ) { + graph.options().warningModule().showWarning("Warning", + "Datatype properties are filtered out in the visualization!", + "Element not created!", 1, false); + return; + } + + + var aNode, prototype; + + // create a default datatype Node >> HERE LITERAL; + var defaultDatatypeName = d3.select("#defaultDatatype").node().title; + if ( defaultDatatypeName === "rdfs:Literal" ) { + prototype = NodePrototypeMap.get("rdfs:literal"); + aNode = new prototype(graph); + aNode.label("Literal"); + aNode.iri("http://www.w3.org/2000/01/rdf-schema#Literal"); + aNode.baseIri("http://www.w3.org/2000/01/rdf-schema#"); + } else { + prototype = NodePrototypeMap.get("rdfs:datatype"); + aNode = new prototype(graph); + var identifier = ""; + if ( defaultDatatypeName === "undefined" ) { + identifier = "undefined"; + + aNode.label(identifier); + // TODO : HANDLER FOR UNDEFINED DATATYPES!!<<<>>>>>>>>>>>.. + aNode.iri("http://www.undefinedDatatype.org/#" + identifier); + aNode.baseIri("http://www.undefinedDatatype.org/#"); + aNode.dType(defaultDatatypeName); + } else { + identifier = defaultDatatypeName.split(":")[1]; + aNode.label(identifier); + aNode.dType(defaultDatatypeName); + aNode.iri("http://www.w3.org/2001/XMLSchema#" + identifier); + aNode.baseIri("http://www.w3.org/2001/XMLSchema#"); + } + } + + + var nX = node.x - node.actualRadius() - 100; + var nY = node.y + node.actualRadius() + 100; + + aNode.x = nX; + aNode.y = nY; + aNode.px = aNode.x; + aNode.py = aNode.y; + aNode.id("NodeId" + eN++); + // add this property to the nodes; + unfilteredData.nodes.push(aNode); + if ( classNodes.indexOf(aNode) === -1 ) + classNodes.push(aNode); + + + // add also the datatype Property to it + var propPrototype = PropertyPrototypeMap.get("owl:datatypeproperty"); + var aProp = new propPrototype(graph); + aProp.id("datatypeProperty" + eP++); + + // create the connection + aProp.domain(node); + aProp.range(aNode); + aProp.label("newDatatypeProperty"); + + + // TODO: change its base IRI to proper value + var ontoIri = d3.select("#iriEditor").node().value; + aProp.baseIri(ontoIri); + aProp.iri(ontoIri + aProp.id()); + // add this to the data; + unfilteredData.properties.push(aProp); + if ( properties.indexOf(aProp) === -1 ) + properties.push(aProp); + graph.fastUpdate(); + generateDictionary(unfilteredData); + graph.getUpdateDictionary(); + + nodeFreezer = setTimeout(function (){ + if ( node && node.frozen() === true && node.pinned() === false && graph.paused() === false ) { + node.frozen(graph.paused()); + node.locked(graph.paused()); + } + }, 1000); + options.focuserModule().handle(undefined); + if ( node ) { + node.frozen(true); + node.locked(true); + } + }; + + graph.removeNodesViaResponse = function ( nodesToRemove, propsToRemove ){ + var i, remId; + // splice them; + for ( i = 0; i < propsToRemove.length; i++ ) { + remId = unfilteredData.properties.indexOf(propsToRemove[i]); + if ( remId !== -1 ) + unfilteredData.properties.splice(remId, 1); + remId = properties.indexOf(propsToRemove[i]); + if ( remId !== -1 ) + properties.splice(remId, 1); + propsToRemove[i] = null; + } + for ( i = 0; i < nodesToRemove.length; i++ ) { + remId = unfilteredData.nodes.indexOf(nodesToRemove[i]); + if ( remId !== -1 ) { + unfilteredData.nodes.splice(remId, 1); + } + remId = classNodes.indexOf(nodesToRemove[i]); + if ( remId !== -1 ) + classNodes.splice(remId, 1); + nodesToRemove[i] = null; + } + graph.fastUpdate(); + generateDictionary(unfilteredData); + graph.getUpdateDictionary(); + options.focuserModule().handle(undefined); + nodesToRemove = null; + propsToRemove = null; + + }; + + graph.removeNodeViaEditor = function ( node ){ + var propsToRemove = []; + var nodesToRemove = []; + var datatypes = 0; + + var remId; + + nodesToRemove.push(node); + for ( var i = 0; i < unfilteredData.properties.length; i++ ) { + if ( unfilteredData.properties[i].domain() === node || unfilteredData.properties[i].range() === node ) { + propsToRemove.push(unfilteredData.properties[i]); + if ( unfilteredData.properties[i].type().toLocaleLowerCase() === "owl:datatypeproperty" && + unfilteredData.properties[i].range() !== node ) { + nodesToRemove.push(unfilteredData.properties[i].range()); + datatypes++; + } + } + } + var removedItems = propsToRemove.length + nodesToRemove.length; + if ( removedItems > 2 ) { + var text = "You are about to delete 1 class and " + propsToRemove.length + " properties"; + if ( datatypes !== 0 ) { + text = "You are about to delete 1 class, " + datatypes + " datatypes and " + propsToRemove.length + " properties"; + } + + + graph.options().warningModule().responseWarning( + "Removing elements", + text, + "Awaiting response!", graph.removeNodesViaResponse, [nodesToRemove, propsToRemove], false); + + + // + // if (confirm("Remove :\n"+propsToRemove.length + " properties\n"+nodesToRemove.length+" classes? ")===false){ + // return; + // }else{ + // // todo : store for undo delete button ; + // } + } else { + // splice them; + for ( i = 0; i < propsToRemove.length; i++ ) { + remId = unfilteredData.properties.indexOf(propsToRemove[i]); + if ( remId !== -1 ) + unfilteredData.properties.splice(remId, 1); + remId = properties.indexOf(propsToRemove[i]); + if ( remId !== -1 ) + properties.splice(remId, 1); + propsToRemove[i] = null; + } + for ( i = 0; i < nodesToRemove.length; i++ ) { + remId = unfilteredData.nodes.indexOf(nodesToRemove[i]); + if ( remId !== -1 ) + unfilteredData.nodes.splice(remId, 1); + remId = classNodes.indexOf(nodesToRemove[i]); + if ( remId !== -1 ) + classNodes.splice(remId, 1); + nodesToRemove[i] = null; + } + graph.fastUpdate(); + generateDictionary(unfilteredData); + graph.getUpdateDictionary(); + options.focuserModule().handle(undefined); + nodesToRemove = null; + propsToRemove = null; + } + }; + + graph.removePropertyViaEditor = function ( property ){ + property.domain().removePropertyElement(property); + property.range().removePropertyElement(property); + var remId; + + if ( property.type().toLocaleLowerCase() === "owl:datatypeproperty" ) { + var datatype = property.range(); + remId = unfilteredData.nodes.indexOf(property.range()); + if ( remId !== -1 ) + unfilteredData.nodes.splice(remId, 1); + remId = classNodes.indexOf(property.range()); + if ( remId !== -1 ) + classNodes.splice(remId, 1); + datatype = null; + } + remId = unfilteredData.properties.indexOf(property); + if ( remId !== -1 ) + unfilteredData.properties.splice(remId, 1); + remId = properties.indexOf(property); + if ( remId !== -1 ) + properties.splice(remId, 1); + if ( property.inverse() ) { + // so we have inverse + property.inverse().inverse(0); + + } + + + hoveredPropertyElement = undefined; + graph.fastUpdate(); + generateDictionary(unfilteredData); + graph.getUpdateDictionary(); + options.focuserModule().handle(undefined); + property = null; + }; + + graph.executeColorExternalsModule = function (){ + options.colorExternalsModule().filter(unfilteredData.nodes, unfilteredData.properties); + }; + + graph.executeCompactNotationModule = function (){ + if ( unfilteredData ) { + options.compactNotationModule().filter(unfilteredData.nodes, unfilteredData.properties); + } + + }; + graph.executeEmptyLiteralFilter = function (){ + + if ( unfilteredData && unfilteredData.nodes.length > 1 ) { + options.literalFilter().filter(unfilteredData.nodes, unfilteredData.properties); + unfilteredData.nodes = options.literalFilter().filteredNodes(); + unfilteredData.properties = options.literalFilter().filteredProperties(); + } + + }; + + + /** --------------------------------------------------------- **/ + /** -- animation functions for the nodes -- **/ + /** --------------------------------------------------------- **/ + + graph.animateDynamicLabelWidth = function (){ + var wantedWidth = options.dynamicLabelWidth(); + var i; + for ( i = 0; i < classNodes.length; i++ ) { + var nodeElement = classNodes[i]; + if ( elementTools.isDatatype(nodeElement) ) { + nodeElement.animateDynamicLabelWidth(wantedWidth); + } + } + for ( i = 0; i < properties.length; i++ ) { + properties[i].animateDynamicLabelWidth(wantedWidth); + } + }; + + + /** --------------------------------------------------------- **/ + /** -- Touch behaviour functions -- **/ + /** --------------------------------------------------------- **/ + + graph.setTouchDevice = function ( val ){ + touchDevice = val; + }; + + graph.isTouchDevice = function (){ + return touchDevice; + }; + + graph.modified_dblClickFunction = function (){ + + d3.event.stopPropagation(); + d3.event.preventDefault(); + // get position where we want to add the node; + var grPos = getClickedScreenCoords(d3.event.clientX, d3.event.clientY, graph.translation(), graph.scaleFactor()); + createNewNodeAtPosition(grPos); + }; + + function doubletap(){ + var touch_time = d3.event.timeStamp; + var numTouchers = 1; + if ( d3.event && d3.event.touches && d3.event.touches.length ) + numTouchers = d3.event.touches.length; + + if ( touch_time - last_touch_time < 300 && numTouchers === 1 ) { + d3.event.stopPropagation(); + if ( editMode === true ) { + //graph.modified_dblClickFunction(); + d3.event.preventDefault(); + d3.event.stopPropagation(); + last_touch_time = touch_time; + return true; + } + } + last_touch_time = touch_time; + return false; + } + + + function touchzoomed(){ + forceNotZooming = true; + + + var touch_time = d3.event.timeStamp; + if ( touch_time - last_touch_time < 300 && d3.event.touches.length === 1 ) { + d3.event.stopPropagation(); + + if ( editMode === true ) { + //graph.modified_dblClickFunction(); + d3.event.preventDefault(); + d3.event.stopPropagation(); + zoom.translate(graphTranslation); + zoom.scale(zoomFactor); + graph.modified_dblTouchFunction(); + } + else { + forceNotZooming = false; + if ( originalD3_touchZoomFunction ) + originalD3_touchZoomFunction(); + } + return; + } + forceNotZooming = false; + last_touch_time = touch_time; + // TODO: WORK AROUND TO CHECK FOR ORIGINAL FUNCTION + if ( originalD3_touchZoomFunction ) + originalD3_touchZoomFunction(); + } + + graph.modified_dblTouchFunction = function ( d ){ + d3.event.stopPropagation(); + d3.event.preventDefault(); + var xy; + if ( editMode === true ) { + xy = d3.touches(d3.selectAll(".vowlGraph").node()); + } + var grPos = getClickedScreenCoords(xy[0][0], xy[0][1], graph.translation(), graph.scaleFactor()); + createNewNodeAtPosition(grPos); + }; + + /** --------------------------------------------------------- **/ + /** -- Hover and Selection functions, adding edit elements -- **/ + /** --------------------------------------------------------- **/ + + graph.ignoreOtherHoverEvents = function ( val ){ + if ( !arguments.length ) { + return ignoreOtherHoverEvents; + } + else ignoreOtherHoverEvents = val; + }; + + function delayedHiddingHoverElements( tbh ){ + if ( tbh === true ) return; + if ( hoveredNodeElement ) { + if ( hoveredNodeElement.editingTextElement === true ) return; + delayedHider = setTimeout(function (){ + deleteGroupElement.classed("hidden", true); + addDataPropertyGroupElement.classed("hidden", true); + classDragger.hideDragger(true); + if ( hoveredNodeElement && hoveredNodeElement.pinned() === false && graph.paused() === false && hoveredNodeElement.editingTextElement === false ) { + hoveredNodeElement.frozen(false); + hoveredNodeElement.locked(false); + } + }, 1000); + } + if ( hoveredPropertyElement ) { + if ( hoveredPropertyElement.editingTextElement === true ) return; + delayedHider = setTimeout(function (){ + deleteGroupElement.classed("hidden", true); + addDataPropertyGroupElement.classed("hidden", true); + classDragger.hideDragger(true); + rangeDragger.hideDragger(true); + domainDragger.hideDragger(true); + shadowClone.hideClone(true); + if ( hoveredPropertyElement && hoveredPropertyElement.focused() === true && graph.options().drawPropertyDraggerOnHover() === true ) { + hoveredPropertyElement.labelObject().increasedLoopAngle = false; + // lazy update + recalculatePositions(); + } + + if ( hoveredPropertyElement && hoveredPropertyElement.pinned() === false && graph.paused() === false && hoveredPropertyElement.editingTextElement === false ) { + hoveredPropertyElement.frozen(false); + hoveredPropertyElement.locked(false); + } + }, 1000); + } + + } + + + // TODO : experimental code for updating dynamic label with and its hover element + graph.hideHoverPropertyElementsForAnimation = function (){ + deleteGroupElement.classed("hidden", true); + }; + graph.showHoverElementsAfterAnimation = function ( property, inversed ){ + setDeleteHoverElementPositionProperty(property, inversed); + deleteGroupElement.classed("hidden", false); + + }; + + function editElementHoverOnHidden(){ + classDragger.nodeElement.classed("classDraggerNodeHovered", true); + classDragger.nodeElement.classed("classDraggerNode", false); + editElementHoverOn(); + } + + function editElementHoverOutHidden(){ + classDragger.nodeElement.classed("classDraggerNodeHovered", false); + classDragger.nodeElement.classed("classDraggerNode", true); + editElementHoverOut(); + } + + function editElementHoverOn( touch ){ + if ( touch === true ) return; + clearTimeout(delayedHider); // ignore touch behaviour + + } + + graph.killDelayedTimer = function (){ + clearTimeout(delayedHider); + clearTimeout(nodeFreezer); + }; + + + function editElementHoverOut( tbh ){ + if ( hoveredNodeElement ) { + if ( graph.ignoreOtherHoverEvents() === true || tbh === true || hoveredNodeElement.editingTextElement === true ) return; + delayedHider = setTimeout(function (){ + if ( graph.isADraggerActive() === true ) return; + deleteGroupElement.classed("hidden", true); + addDataPropertyGroupElement.classed("hidden", true); + classDragger.hideDragger(true); + if ( hoveredNodeElement && hoveredNodeElement.pinned() === false && graph.paused() === false ) { + hoveredNodeElement.frozen(false); + hoveredNodeElement.locked(false); + } + + }, 1000); + } + if ( hoveredPropertyElement ) { + if ( graph.ignoreOtherHoverEvents() === true || tbh === true || hoveredPropertyElement.editingTextElement === true ) return; + delayedHider = setTimeout(function (){ + if ( graph.isADraggerActive() === true ) return; + deleteGroupElement.classed("hidden", true); + addDataPropertyGroupElement.classed("hidden", true); + classDragger.hideDragger(true); + if ( hoveredPropertyElement && hoveredPropertyElement.pinned() === false && graph.paused() === false ) { + hoveredPropertyElement.frozen(false); + hoveredPropertyElement.locked(false); + } + + }, 1000); + } + } + + graph.activateHoverElementsForProperties = function ( val, property, inversed, touchBehaviour ){ + if ( editMode === false ) return; // nothing to do; + + if ( touchBehaviour === undefined ) + touchBehaviour = false; + + if ( val === true ) { + clearTimeout(delayedHider); + if ( hoveredPropertyElement ) { + if ( hoveredPropertyElement.domain() === hoveredPropertyElement.range() ) { + hoveredPropertyElement.labelObject().increasedLoopAngle = false; + recalculatePositions(); + } + } + + hoveredPropertyElement = property; + if ( graph.options().drawPropertyDraggerOnHover() === true ) { + + + if ( property.type() !== "owl:DatatypeProperty" ) { + if ( property.domain() === property.range() ) { + property.labelObject().increasedLoopAngle = true; + recalculatePositions(); + } + shadowClone.setParentProperty(property, inversed); + rangeDragger.setParentProperty(property, inversed); + rangeDragger.hideDragger(false); + rangeDragger.addMouseEvents(); + domainDragger.setParentProperty(property, inversed); + domainDragger.hideDragger(false); + domainDragger.addMouseEvents(); + + + } else if ( property.type() === "owl:DatatypeProperty" ) { + shadowClone.setParentProperty(property, inversed); + rangeDragger.setParentProperty(property, inversed); + rangeDragger.hideDragger(true); + rangeDragger.addMouseEvents(); + domainDragger.setParentProperty(property, inversed); + domainDragger.hideDragger(false); + domainDragger.addMouseEvents(); + } + } + else { // hide when we dont want that option + if ( graph.options().drawPropertyDraggerOnHover() === true ) { + rangeDragger.hideDragger(true); + domainDragger.hideDragger(true); + shadowClone.hideClone(true); + if ( property.domain() === property.range() ) { + property.labelObject().increasedLoopAngle = false; + recalculatePositions(); + } + } + } + + if ( hoveredNodeElement ) { + if ( hoveredNodeElement && hoveredNodeElement.pinned() === false && graph.paused() === false ) { + hoveredNodeElement.frozen(false); + hoveredNodeElement.locked(false); + } + } + hoveredNodeElement = undefined; + deleteGroupElement.classed("hidden", false); + setDeleteHoverElementPositionProperty(property, inversed); + deleteGroupElement.selectAll("*").on("click", function (){ + if ( touchBehaviour && property.focused() === false ) { + graph.options().focuserModule().handle(property); + return; + } + graph.removePropertyViaEditor(property); + d3.event.stopPropagation(); + }); + classDragger.hideDragger(true); + addDataPropertyGroupElement.classed("hidden", true); + } else { + delayedHiddingHoverElements(); + } + }; + + graph.updateDraggerElements = function (){ + + // set opacity style for all elements + + rangeDragger.draggerObject.classed("superOpacityElement", !graph.options().showDraggerObject()); + domainDragger.draggerObject.classed("superOpacityElement", !graph.options().showDraggerObject()); + classDragger.draggerObject.classed("superOpacityElement", !graph.options().showDraggerObject()); + + nodeContainer.selectAll(".superHiddenElement").classed("superOpacityElement", !graph.options().showDraggerObject()); + labelContainer.selectAll(".superHiddenElement").classed("superOpacityElement", !graph.options().showDraggerObject()); + + deleteGroupElement.selectAll(".superHiddenElement").classed("superOpacityElement", !graph.options().showDraggerObject()); + addDataPropertyGroupElement.selectAll(".superHiddenElement").classed("superOpacityElement", !graph.options().showDraggerObject()); + + + }; + + function setAddDataPropertyHoverElementPosition( node ){ + var delX, delY = 0; + if ( node.renderType() === "round" ) { + var scale = 0.5 * Math.sqrt(2.0); + var oX = scale * node.actualRadius(); + var oY = scale * node.actualRadius(); + delX = node.x - oX; + delY = node.y + oY; + addDataPropertyGroupElement.attr("transform", "translate(" + delX + "," + delY + ")"); + } + } + + function setDeleteHoverElementPosition( node ){ + var delX, delY = 0; + if ( node.renderType() === "round" ) { + var scale = 0.5 * Math.sqrt(2.0); + var oX = scale * node.actualRadius(); + var oY = scale * node.actualRadius(); + delX = node.x + oX; + delY = node.y - oY; + } else { + delX = node.x + 0.5 * node.width() + 6; + delY = node.y - 0.5 * node.height() - 6; + } + deleteGroupElement.attr("transform", "translate(" + delX + "," + delY + ")"); + } + + function setDeleteHoverElementPositionProperty( property, inversed ){ + if ( property && property.labelElement() ) { + var pos = [property.labelObject().x, property.labelObject().y]; + var widthElement = parseFloat(property.getShapeElement().attr("width")); + var heightElement = parseFloat(property.getShapeElement().attr("height")); + var delX = pos[0] + 0.5 * widthElement + 6; + var delY = pos[1] - 0.5 * heightElement - 6; + // this is the lower element + if ( property.labelElement().attr("transform") === "translate(0,15)" ) + delY += 15; + // this is upper element + if ( property.labelElement().attr("transform") === "translate(0,-15)" ) + delY -= 15; + deleteGroupElement.attr("transform", "translate(" + delX + "," + delY + ")"); + } else { + deleteGroupElement.classed("hidden", true);// hide when there is no property + } + + + } + + graph.activateHoverElements = function ( val, node, touchBehaviour ){ + if ( editMode === false ) { + return; // nothing to do; + } + if ( touchBehaviour === undefined ) touchBehaviour = false; + if ( val === true ) { + if ( graph.options().drawPropertyDraggerOnHover() === true ) { + rangeDragger.hideDragger(true); + domainDragger.hideDragger(true); + shadowClone.hideClone(true); + } + // make them visible + clearTimeout(delayedHider); + clearTimeout(nodeFreezer); + if ( hoveredNodeElement && node.pinned() === false && graph.paused() === false ) { + hoveredNodeElement.frozen(false); + hoveredNodeElement.locked(false); + } + hoveredNodeElement = node; + if ( node && node.frozen() === false && node.pinned() === false ) { + node.frozen(true); + node.locked(false); + } + if ( hoveredPropertyElement && hoveredPropertyElement.focused() === false ) { + hoveredPropertyElement.labelObject().increasedLoopAngle = false; + recalculatePositions(); + // update the loopAngles; + + } + hoveredPropertyElement = undefined; + deleteGroupElement.classed("hidden", false); + setDeleteHoverElementPosition(node); + + + deleteGroupElement.selectAll("*").on("click", function (){ + if ( touchBehaviour && node.focused() === false ) { + graph.options().focuserModule().handle(node); + return; + } + graph.removeNodeViaEditor(node); + d3.event.stopPropagation(); + }) + .on("mouseover", function (){ + editElementHoverOn(node, touchBehaviour); + }) + .on("mouseout", function (){ + editElementHoverOut(node, touchBehaviour); + }); + + addDataPropertyGroupElement.classed("hidden", true); + classDragger.nodeElement.on("mouseover", editElementHoverOn) + .on("mouseout", editElementHoverOut); + classDragger.draggerObject.on("mouseover", editElementHoverOnHidden) + .on("mouseout", editElementHoverOutHidden); + + // add the dragger element; + if ( node.renderType() === "round" ) { + classDragger.svgRoot(draggerLayer); + classDragger.setParentNode(node); + classDragger.hideDragger(false); + addDataPropertyGroupElement.classed("hidden", false); + setAddDataPropertyHoverElementPosition(node); + addDataPropertyGroupElement.selectAll("*").on("click", function (){ + if ( touchBehaviour && node.focused() === false ) { + graph.options().focuserModule().handle(node); + return; + } + graph.createDataTypeProperty(node); + d3.event.stopPropagation(); + }) + .on("mouseover", function (){ + editElementHoverOn(node, touchBehaviour); + }) + .on("mouseout", function (){ + editElementHoverOut(node, touchBehaviour); + }); + } else { + classDragger.hideDragger(true); + + } + + } else { + delayedHiddingHoverElements(node, touchBehaviour); + + } + }; + + + return graph; + }; + + /* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(6))) + +/***/ }), +/* 58 */ +/***/ (function(module, exports, __webpack_require__) { + + var __WEBPACK_AMD_DEFINE_RESULT__;/* WEBPACK VAR INJECTION */(function(global, module) {/** + * @license + * Lodash (Custom Build) + * Build: `lodash core -o ./dist/lodash.core.js` + * Copyright OpenJS Foundation and other contributors + * Released under MIT license + * Based on Underscore.js 1.8.3 + * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors + */ + ;(function() { + + /** Used as a safe reference for `undefined` in pre-ES5 environments. */ + var undefined; + + /** Used as the semantic version number. */ + var VERSION = '4.17.15'; + + /** Error message constants. */ + var FUNC_ERROR_TEXT = 'Expected a function'; + + /** Used to compose bitmasks for value comparisons. */ + var COMPARE_PARTIAL_FLAG = 1, + COMPARE_UNORDERED_FLAG = 2; + + /** Used to compose bitmasks for function metadata. */ + var WRAP_BIND_FLAG = 1, + WRAP_PARTIAL_FLAG = 32; + + /** Used as references for various `Number` constants. */ + var INFINITY = 1 / 0, + MAX_SAFE_INTEGER = 9007199254740991; + + /** `Object#toString` result references. */ + var argsTag = '[object Arguments]', + arrayTag = '[object Array]', + asyncTag = '[object AsyncFunction]', + boolTag = '[object Boolean]', + dateTag = '[object Date]', + errorTag = '[object Error]', + funcTag = '[object Function]', + genTag = '[object GeneratorFunction]', + numberTag = '[object Number]', + objectTag = '[object Object]', + proxyTag = '[object Proxy]', + regexpTag = '[object RegExp]', + stringTag = '[object String]'; + + /** Used to match HTML entities and HTML characters. */ + var reUnescapedHtml = /[&<>"']/g, + reHasUnescapedHtml = RegExp(reUnescapedHtml.source); + + /** Used to detect unsigned integer values. */ + var reIsUint = /^(?:0|[1-9]\d*)$/; + + /** Used to map characters to HTML entities. */ + var htmlEscapes = { + '&': '&', + '<': '<', + '>': '>', + '"': '"', + "'": ''' + }; + + /** Detect free variable `global` from Node.js. */ + var freeGlobal = typeof global == 'object' && global && global.Object === Object && global; + + /** Detect free variable `self`. */ + var freeSelf = typeof self == 'object' && self && self.Object === Object && self; + + /** Used as a reference to the global object. */ + var root = freeGlobal || freeSelf || Function('return this')(); + + /** Detect free variable `exports`. */ + var freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports; + + /** Detect free variable `module`. */ + var freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module; + + /*--------------------------------------------------------------------------*/ + + /** + * Appends the elements of `values` to `array`. + * + * @private + * @param {Array} array The array to modify. + * @param {Array} values The values to append. + * @returns {Array} Returns `array`. + */ + function arrayPush(array, values) { + array.push.apply(array, values); + return array; + } + + /** + * The base implementation of `_.findIndex` and `_.findLastIndex` without + * support for iteratee shorthands. + * + * @private + * @param {Array} array The array to inspect. + * @param {Function} predicate The function invoked per iteration. + * @param {number} fromIndex The index to search from. + * @param {boolean} [fromRight] Specify iterating from right to left. + * @returns {number} Returns the index of the matched value, else `-1`. + */ + function baseFindIndex(array, predicate, fromIndex, fromRight) { + var length = array.length, + index = fromIndex + (fromRight ? 1 : -1); + + while ((fromRight ? index-- : ++index < length)) { + if (predicate(array[index], index, array)) { + return index; + } + } + return -1; + } + + /** + * The base implementation of `_.property` without support for deep paths. + * + * @private + * @param {string} key The key of the property to get. + * @returns {Function} Returns the new accessor function. + */ + function baseProperty(key) { + return function(object) { + return object == null ? undefined : object[key]; + }; + } + + /** + * The base implementation of `_.propertyOf` without support for deep paths. + * + * @private + * @param {Object} object The object to query. + * @returns {Function} Returns the new accessor function. + */ + function basePropertyOf(object) { + return function(key) { + return object == null ? undefined : object[key]; + }; + } + + /** + * The base implementation of `_.reduce` and `_.reduceRight`, without support + * for iteratee shorthands, which iterates over `collection` using `eachFunc`. + * + * @private + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @param {*} accumulator The initial value. + * @param {boolean} initAccum Specify using the first or last element of + * `collection` as the initial value. + * @param {Function} eachFunc The function to iterate over `collection`. + * @returns {*} Returns the accumulated value. + */ + function baseReduce(collection, iteratee, accumulator, initAccum, eachFunc) { + eachFunc(collection, function(value, index, collection) { + accumulator = initAccum + ? (initAccum = false, value) + : iteratee(accumulator, value, index, collection); + }); + return accumulator; + } + + /** + * The base implementation of `_.values` and `_.valuesIn` which creates an + * array of `object` property values corresponding to the property names + * of `props`. + * + * @private + * @param {Object} object The object to query. + * @param {Array} props The property names to get values for. + * @returns {Object} Returns the array of property values. + */ + function baseValues(object, props) { + return baseMap(props, function(key) { + return object[key]; + }); + } + + /** + * Used by `_.escape` to convert characters to HTML entities. + * + * @private + * @param {string} chr The matched character to escape. + * @returns {string} Returns the escaped character. + */ + var escapeHtmlChar = basePropertyOf(htmlEscapes); + + /** + * Creates a unary function that invokes `func` with its argument transformed. + * + * @private + * @param {Function} func The function to wrap. + * @param {Function} transform The argument transform. + * @returns {Function} Returns the new function. + */ + function overArg(func, transform) { + return function(arg) { + return func(transform(arg)); + }; + } + + /*--------------------------------------------------------------------------*/ + + /** Used for built-in method references. */ + var arrayProto = Array.prototype, + objectProto = Object.prototype; + + /** Used to check objects for own properties. */ + var hasOwnProperty = objectProto.hasOwnProperty; + + /** Used to generate unique IDs. */ + var idCounter = 0; + + /** + * Used to resolve the + * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring) + * of values. + */ + var nativeObjectToString = objectProto.toString; + + /** Used to restore the original `_` reference in `_.noConflict`. */ + var oldDash = root._; + + /** Built-in value references. */ + var objectCreate = Object.create, + propertyIsEnumerable = objectProto.propertyIsEnumerable; + + /* Built-in method references for those with the same name as other `lodash` methods. */ + var nativeIsFinite = root.isFinite, + nativeKeys = overArg(Object.keys, Object), + nativeMax = Math.max; + + /*------------------------------------------------------------------------*/ + + /** + * Creates a `lodash` object which wraps `value` to enable implicit method + * chain sequences. Methods that operate on and return arrays, collections, + * and functions can be chained together. Methods that retrieve a single value + * or may return a primitive value will automatically end the chain sequence + * and return the unwrapped value. Otherwise, the value must be unwrapped + * with `_#value`. + * + * Explicit chain sequences, which must be unwrapped with `_#value`, may be + * enabled using `_.chain`. + * + * The execution of chained methods is lazy, that is, it's deferred until + * `_#value` is implicitly or explicitly called. + * + * Lazy evaluation allows several methods to support shortcut fusion. + * Shortcut fusion is an optimization to merge iteratee calls; this avoids + * the creation of intermediate arrays and can greatly reduce the number of + * iteratee executions. Sections of a chain sequence qualify for shortcut + * fusion if the section is applied to an array and iteratees accept only + * one argument. The heuristic for whether a section qualifies for shortcut + * fusion is subject to change. + * + * Chaining is supported in custom builds as long as the `_#value` method is + * directly or indirectly included in the build. + * + * In addition to lodash methods, wrappers have `Array` and `String` methods. + * + * The wrapper `Array` methods are: + * `concat`, `join`, `pop`, `push`, `shift`, `sort`, `splice`, and `unshift` + * + * The wrapper `String` methods are: + * `replace` and `split` + * + * The wrapper methods that support shortcut fusion are: + * `at`, `compact`, `drop`, `dropRight`, `dropWhile`, `filter`, `find`, + * `findLast`, `head`, `initial`, `last`, `map`, `reject`, `reverse`, `slice`, + * `tail`, `take`, `takeRight`, `takeRightWhile`, `takeWhile`, and `toArray` + * + * The chainable wrapper methods are: + * `after`, `ary`, `assign`, `assignIn`, `assignInWith`, `assignWith`, `at`, + * `before`, `bind`, `bindAll`, `bindKey`, `castArray`, `chain`, `chunk`, + * `commit`, `compact`, `concat`, `conforms`, `constant`, `countBy`, `create`, + * `curry`, `debounce`, `defaults`, `defaultsDeep`, `defer`, `delay`, + * `difference`, `differenceBy`, `differenceWith`, `drop`, `dropRight`, + * `dropRightWhile`, `dropWhile`, `extend`, `extendWith`, `fill`, `filter`, + * `flatMap`, `flatMapDeep`, `flatMapDepth`, `flatten`, `flattenDeep`, + * `flattenDepth`, `flip`, `flow`, `flowRight`, `fromPairs`, `functions`, + * `functionsIn`, `groupBy`, `initial`, `intersection`, `intersectionBy`, + * `intersectionWith`, `invert`, `invertBy`, `invokeMap`, `iteratee`, `keyBy`, + * `keys`, `keysIn`, `map`, `mapKeys`, `mapValues`, `matches`, `matchesProperty`, + * `memoize`, `merge`, `mergeWith`, `method`, `methodOf`, `mixin`, `negate`, + * `nthArg`, `omit`, `omitBy`, `once`, `orderBy`, `over`, `overArgs`, + * `overEvery`, `overSome`, `partial`, `partialRight`, `partition`, `pick`, + * `pickBy`, `plant`, `property`, `propertyOf`, `pull`, `pullAll`, `pullAllBy`, + * `pullAllWith`, `pullAt`, `push`, `range`, `rangeRight`, `rearg`, `reject`, + * `remove`, `rest`, `reverse`, `sampleSize`, `set`, `setWith`, `shuffle`, + * `slice`, `sort`, `sortBy`, `splice`, `spread`, `tail`, `take`, `takeRight`, + * `takeRightWhile`, `takeWhile`, `tap`, `throttle`, `thru`, `toArray`, + * `toPairs`, `toPairsIn`, `toPath`, `toPlainObject`, `transform`, `unary`, + * `union`, `unionBy`, `unionWith`, `uniq`, `uniqBy`, `uniqWith`, `unset`, + * `unshift`, `unzip`, `unzipWith`, `update`, `updateWith`, `values`, + * `valuesIn`, `without`, `wrap`, `xor`, `xorBy`, `xorWith`, `zip`, + * `zipObject`, `zipObjectDeep`, and `zipWith` + * + * The wrapper methods that are **not** chainable by default are: + * `add`, `attempt`, `camelCase`, `capitalize`, `ceil`, `clamp`, `clone`, + * `cloneDeep`, `cloneDeepWith`, `cloneWith`, `conformsTo`, `deburr`, + * `defaultTo`, `divide`, `each`, `eachRight`, `endsWith`, `eq`, `escape`, + * `escapeRegExp`, `every`, `find`, `findIndex`, `findKey`, `findLast`, + * `findLastIndex`, `findLastKey`, `first`, `floor`, `forEach`, `forEachRight`, + * `forIn`, `forInRight`, `forOwn`, `forOwnRight`, `get`, `gt`, `gte`, `has`, + * `hasIn`, `head`, `identity`, `includes`, `indexOf`, `inRange`, `invoke`, + * `isArguments`, `isArray`, `isArrayBuffer`, `isArrayLike`, `isArrayLikeObject`, + * `isBoolean`, `isBuffer`, `isDate`, `isElement`, `isEmpty`, `isEqual`, + * `isEqualWith`, `isError`, `isFinite`, `isFunction`, `isInteger`, `isLength`, + * `isMap`, `isMatch`, `isMatchWith`, `isNaN`, `isNative`, `isNil`, `isNull`, + * `isNumber`, `isObject`, `isObjectLike`, `isPlainObject`, `isRegExp`, + * `isSafeInteger`, `isSet`, `isString`, `isUndefined`, `isTypedArray`, + * `isWeakMap`, `isWeakSet`, `join`, `kebabCase`, `last`, `lastIndexOf`, + * `lowerCase`, `lowerFirst`, `lt`, `lte`, `max`, `maxBy`, `mean`, `meanBy`, + * `min`, `minBy`, `multiply`, `noConflict`, `noop`, `now`, `nth`, `pad`, + * `padEnd`, `padStart`, `parseInt`, `pop`, `random`, `reduce`, `reduceRight`, + * `repeat`, `result`, `round`, `runInContext`, `sample`, `shift`, `size`, + * `snakeCase`, `some`, `sortedIndex`, `sortedIndexBy`, `sortedLastIndex`, + * `sortedLastIndexBy`, `startCase`, `startsWith`, `stubArray`, `stubFalse`, + * `stubObject`, `stubString`, `stubTrue`, `subtract`, `sum`, `sumBy`, + * `template`, `times`, `toFinite`, `toInteger`, `toJSON`, `toLength`, + * `toLower`, `toNumber`, `toSafeInteger`, `toString`, `toUpper`, `trim`, + * `trimEnd`, `trimStart`, `truncate`, `unescape`, `uniqueId`, `upperCase`, + * `upperFirst`, `value`, and `words` + * + * @name _ + * @constructor + * @category Seq + * @param {*} value The value to wrap in a `lodash` instance. + * @returns {Object} Returns the new `lodash` wrapper instance. + * @example + * + * function square(n) { + * return n * n; + * } + * + * var wrapped = _([1, 2, 3]); + * + * // Returns an unwrapped value. + * wrapped.reduce(_.add); + * // => 6 + * + * // Returns a wrapped value. + * var squares = wrapped.map(square); + * + * _.isArray(squares); + * // => false + * + * _.isArray(squares.value()); + * // => true + */ + function lodash(value) { + return value instanceof LodashWrapper + ? value + : new LodashWrapper(value); + } + + /** + * The base implementation of `_.create` without support for assigning + * properties to the created object. + * + * @private + * @param {Object} proto The object to inherit from. + * @returns {Object} Returns the new object. + */ + var baseCreate = (function() { + function object() {} + return function(proto) { + if (!isObject(proto)) { + return {}; + } + if (objectCreate) { + return objectCreate(proto); + } + object.prototype = proto; + var result = new object; + object.prototype = undefined; + return result; + }; + }()); + + /** + * The base constructor for creating `lodash` wrapper objects. + * + * @private + * @param {*} value The value to wrap. + * @param {boolean} [chainAll] Enable explicit method chain sequences. + */ + function LodashWrapper(value, chainAll) { + this.__wrapped__ = value; + this.__actions__ = []; + this.__chain__ = !!chainAll; + } + + LodashWrapper.prototype = baseCreate(lodash.prototype); + LodashWrapper.prototype.constructor = LodashWrapper; + + /*------------------------------------------------------------------------*/ + + /** + * Assigns `value` to `key` of `object` if the existing value is not equivalent + * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) + * for equality comparisons. + * + * @private + * @param {Object} object The object to modify. + * @param {string} key The key of the property to assign. + * @param {*} value The value to assign. + */ + function assignValue(object, key, value) { + var objValue = object[key]; + if (!(hasOwnProperty.call(object, key) && eq(objValue, value)) || + (value === undefined && !(key in object))) { + baseAssignValue(object, key, value); + } + } + + /** + * The base implementation of `assignValue` and `assignMergeValue` without + * value checks. + * + * @private + * @param {Object} object The object to modify. + * @param {string} key The key of the property to assign. + * @param {*} value The value to assign. + */ + function baseAssignValue(object, key, value) { + object[key] = value; + } + + /** + * The base implementation of `_.delay` and `_.defer` which accepts `args` + * to provide to `func`. + * + * @private + * @param {Function} func The function to delay. + * @param {number} wait The number of milliseconds to delay invocation. + * @param {Array} args The arguments to provide to `func`. + * @returns {number|Object} Returns the timer id or timeout object. + */ + function baseDelay(func, wait, args) { + if (typeof func != 'function') { + throw new TypeError(FUNC_ERROR_TEXT); + } + return setTimeout(function() { func.apply(undefined, args); }, wait); + } + + /** + * The base implementation of `_.forEach` without support for iteratee shorthands. + * + * @private + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @returns {Array|Object} Returns `collection`. + */ + var baseEach = createBaseEach(baseForOwn); + + /** + * The base implementation of `_.every` without support for iteratee shorthands. + * + * @private + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} predicate The function invoked per iteration. + * @returns {boolean} Returns `true` if all elements pass the predicate check, + * else `false` + */ + function baseEvery(collection, predicate) { + var result = true; + baseEach(collection, function(value, index, collection) { + result = !!predicate(value, index, collection); + return result; + }); + return result; + } + + /** + * The base implementation of methods like `_.max` and `_.min` which accepts a + * `comparator` to determine the extremum value. + * + * @private + * @param {Array} array The array to iterate over. + * @param {Function} iteratee The iteratee invoked per iteration. + * @param {Function} comparator The comparator used to compare values. + * @returns {*} Returns the extremum value. + */ + function baseExtremum(array, iteratee, comparator) { + var index = -1, + length = array.length; + + while (++index < length) { + var value = array[index], + current = iteratee(value); + + if (current != null && (computed === undefined + ? (current === current && !false) + : comparator(current, computed) + )) { + var computed = current, + result = value; + } + } + return result; + } + + /** + * The base implementation of `_.filter` without support for iteratee shorthands. + * + * @private + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} predicate The function invoked per iteration. + * @returns {Array} Returns the new filtered array. + */ + function baseFilter(collection, predicate) { + var result = []; + baseEach(collection, function(value, index, collection) { + if (predicate(value, index, collection)) { + result.push(value); + } + }); + return result; + } + + /** + * The base implementation of `_.flatten` with support for restricting flattening. + * + * @private + * @param {Array} array The array to flatten. + * @param {number} depth The maximum recursion depth. + * @param {boolean} [predicate=isFlattenable] The function invoked per iteration. + * @param {boolean} [isStrict] Restrict to values that pass `predicate` checks. + * @param {Array} [result=[]] The initial result value. + * @returns {Array} Returns the new flattened array. + */ + function baseFlatten(array, depth, predicate, isStrict, result) { + var index = -1, + length = array.length; + + predicate || (predicate = isFlattenable); + result || (result = []); + + while (++index < length) { + var value = array[index]; + if (depth > 0 && predicate(value)) { + if (depth > 1) { + // Recursively flatten arrays (susceptible to call stack limits). + baseFlatten(value, depth - 1, predicate, isStrict, result); + } else { + arrayPush(result, value); + } + } else if (!isStrict) { + result[result.length] = value; + } + } + return result; + } + + /** + * The base implementation of `baseForOwn` which iterates over `object` + * properties returned by `keysFunc` and invokes `iteratee` for each property. + * Iteratee functions may exit iteration early by explicitly returning `false`. + * + * @private + * @param {Object} object The object to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @param {Function} keysFunc The function to get the keys of `object`. + * @returns {Object} Returns `object`. + */ + var baseFor = createBaseFor(); + + /** + * The base implementation of `_.forOwn` without support for iteratee shorthands. + * + * @private + * @param {Object} object The object to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @returns {Object} Returns `object`. + */ + function baseForOwn(object, iteratee) { + return object && baseFor(object, iteratee, keys); + } + + /** + * The base implementation of `_.functions` which creates an array of + * `object` function property names filtered from `props`. + * + * @private + * @param {Object} object The object to inspect. + * @param {Array} props The property names to filter. + * @returns {Array} Returns the function names. + */ + function baseFunctions(object, props) { + return baseFilter(props, function(key) { + return isFunction(object[key]); + }); + } + + /** + * The base implementation of `getTag` without fallbacks for buggy environments. + * + * @private + * @param {*} value The value to query. + * @returns {string} Returns the `toStringTag`. + */ + function baseGetTag(value) { + return objectToString(value); + } + + /** + * The base implementation of `_.gt` which doesn't coerce arguments. + * + * @private + * @param {*} value The value to compare. + * @param {*} other The other value to compare. + * @returns {boolean} Returns `true` if `value` is greater than `other`, + * else `false`. + */ + function baseGt(value, other) { + return value > other; + } + + /** + * The base implementation of `_.isArguments`. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an `arguments` object, + */ + var baseIsArguments = noop; + + /** + * The base implementation of `_.isDate` without Node.js optimizations. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a date object, else `false`. + */ + function baseIsDate(value) { + return isObjectLike(value) && baseGetTag(value) == dateTag; + } + + /** + * The base implementation of `_.isEqual` which supports partial comparisons + * and tracks traversed objects. + * + * @private + * @param {*} value The value to compare. + * @param {*} other The other value to compare. + * @param {boolean} bitmask The bitmask flags. + * 1 - Unordered comparison + * 2 - Partial comparison + * @param {Function} [customizer] The function to customize comparisons. + * @param {Object} [stack] Tracks traversed `value` and `other` objects. + * @returns {boolean} Returns `true` if the values are equivalent, else `false`. + */ + function baseIsEqual(value, other, bitmask, customizer, stack) { + if (value === other) { + return true; + } + if (value == null || other == null || (!isObjectLike(value) && !isObjectLike(other))) { + return value !== value && other !== other; + } + return baseIsEqualDeep(value, other, bitmask, customizer, baseIsEqual, stack); + } + + /** + * A specialized version of `baseIsEqual` for arrays and objects which performs + * deep comparisons and tracks traversed objects enabling objects with circular + * references to be compared. + * + * @private + * @param {Object} object The object to compare. + * @param {Object} other The other object to compare. + * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details. + * @param {Function} customizer The function to customize comparisons. + * @param {Function} equalFunc The function to determine equivalents of values. + * @param {Object} [stack] Tracks traversed `object` and `other` objects. + * @returns {boolean} Returns `true` if the objects are equivalent, else `false`. + */ + function baseIsEqualDeep(object, other, bitmask, customizer, equalFunc, stack) { + var objIsArr = isArray(object), + othIsArr = isArray(other), + objTag = objIsArr ? arrayTag : baseGetTag(object), + othTag = othIsArr ? arrayTag : baseGetTag(other); + + objTag = objTag == argsTag ? objectTag : objTag; + othTag = othTag == argsTag ? objectTag : othTag; + + var objIsObj = objTag == objectTag, + othIsObj = othTag == objectTag, + isSameTag = objTag == othTag; + + stack || (stack = []); + var objStack = find(stack, function(entry) { + return entry[0] == object; + }); + var othStack = find(stack, function(entry) { + return entry[0] == other; + }); + if (objStack && othStack) { + return objStack[1] == other; + } + stack.push([object, other]); + stack.push([other, object]); + if (isSameTag && !objIsObj) { + var result = (objIsArr) + ? equalArrays(object, other, bitmask, customizer, equalFunc, stack) + : equalByTag(object, other, objTag, bitmask, customizer, equalFunc, stack); + stack.pop(); + return result; + } + if (!(bitmask & COMPARE_PARTIAL_FLAG)) { + var objIsWrapped = objIsObj && hasOwnProperty.call(object, '__wrapped__'), + othIsWrapped = othIsObj && hasOwnProperty.call(other, '__wrapped__'); + + if (objIsWrapped || othIsWrapped) { + var objUnwrapped = objIsWrapped ? object.value() : object, + othUnwrapped = othIsWrapped ? other.value() : other; + + var result = equalFunc(objUnwrapped, othUnwrapped, bitmask, customizer, stack); + stack.pop(); + return result; + } + } + if (!isSameTag) { + return false; + } + var result = equalObjects(object, other, bitmask, customizer, equalFunc, stack); + stack.pop(); + return result; + } + + /** + * The base implementation of `_.isRegExp` without Node.js optimizations. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a regexp, else `false`. + */ + function baseIsRegExp(value) { + return isObjectLike(value) && baseGetTag(value) == regexpTag; + } + + /** + * The base implementation of `_.iteratee`. + * + * @private + * @param {*} [value=_.identity] The value to convert to an iteratee. + * @returns {Function} Returns the iteratee. + */ + function baseIteratee(func) { + if (typeof func == 'function') { + return func; + } + if (func == null) { + return identity; + } + return (typeof func == 'object' ? baseMatches : baseProperty)(func); + } + + /** + * The base implementation of `_.lt` which doesn't coerce arguments. + * + * @private + * @param {*} value The value to compare. + * @param {*} other The other value to compare. + * @returns {boolean} Returns `true` if `value` is less than `other`, + * else `false`. + */ + function baseLt(value, other) { + return value < other; + } + + /** + * The base implementation of `_.map` without support for iteratee shorthands. + * + * @private + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @returns {Array} Returns the new mapped array. + */ + function baseMap(collection, iteratee) { + var index = -1, + result = isArrayLike(collection) ? Array(collection.length) : []; + + baseEach(collection, function(value, key, collection) { + result[++index] = iteratee(value, key, collection); + }); + return result; + } + + /** + * The base implementation of `_.matches` which doesn't clone `source`. + * + * @private + * @param {Object} source The object of property values to match. + * @returns {Function} Returns the new spec function. + */ + function baseMatches(source) { + var props = nativeKeys(source); + return function(object) { + var length = props.length; + if (object == null) { + return !length; + } + object = Object(object); + while (length--) { + var key = props[length]; + if (!(key in object && + baseIsEqual(source[key], object[key], COMPARE_PARTIAL_FLAG | COMPARE_UNORDERED_FLAG) + )) { + return false; + } + } + return true; + }; + } + + /** + * The base implementation of `_.pick` without support for individual + * property identifiers. + * + * @private + * @param {Object} object The source object. + * @param {string[]} paths The property paths to pick. + * @returns {Object} Returns the new object. + */ + function basePick(object, props) { + object = Object(object); + return reduce(props, function(result, key) { + if (key in object) { + result[key] = object[key]; + } + return result; + }, {}); + } + + /** + * The base implementation of `_.rest` which doesn't validate or coerce arguments. + * + * @private + * @param {Function} func The function to apply a rest parameter to. + * @param {number} [start=func.length-1] The start position of the rest parameter. + * @returns {Function} Returns the new function. + */ + function baseRest(func, start) { + return setToString(overRest(func, start, identity), func + ''); + } + + /** + * The base implementation of `_.slice` without an iteratee call guard. + * + * @private + * @param {Array} array The array to slice. + * @param {number} [start=0] The start position. + * @param {number} [end=array.length] The end position. + * @returns {Array} Returns the slice of `array`. + */ + function baseSlice(array, start, end) { + var index = -1, + length = array.length; + + if (start < 0) { + start = -start > length ? 0 : (length + start); + } + end = end > length ? length : end; + if (end < 0) { + end += length; + } + length = start > end ? 0 : ((end - start) >>> 0); + start >>>= 0; + + var result = Array(length); + while (++index < length) { + result[index] = array[index + start]; + } + return result; + } + + /** + * Copies the values of `source` to `array`. + * + * @private + * @param {Array} source The array to copy values from. + * @param {Array} [array=[]] The array to copy values to. + * @returns {Array} Returns `array`. + */ + function copyArray(source) { + return baseSlice(source, 0, source.length); + } + + /** + * The base implementation of `_.some` without support for iteratee shorthands. + * + * @private + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} predicate The function invoked per iteration. + * @returns {boolean} Returns `true` if any element passes the predicate check, + * else `false`. + */ + function baseSome(collection, predicate) { + var result; + + baseEach(collection, function(value, index, collection) { + result = predicate(value, index, collection); + return !result; + }); + return !!result; + } + + /** + * The base implementation of `wrapperValue` which returns the result of + * performing a sequence of actions on the unwrapped `value`, where each + * successive action is supplied the return value of the previous. + * + * @private + * @param {*} value The unwrapped value. + * @param {Array} actions Actions to perform to resolve the unwrapped value. + * @returns {*} Returns the resolved value. + */ + function baseWrapperValue(value, actions) { + var result = value; + return reduce(actions, function(result, action) { + return action.func.apply(action.thisArg, arrayPush([result], action.args)); + }, result); + } + + /** + * Compares values to sort them in ascending order. + * + * @private + * @param {*} value The value to compare. + * @param {*} other The other value to compare. + * @returns {number} Returns the sort order indicator for `value`. + */ + function compareAscending(value, other) { + if (value !== other) { + var valIsDefined = value !== undefined, + valIsNull = value === null, + valIsReflexive = value === value, + valIsSymbol = false; + + var othIsDefined = other !== undefined, + othIsNull = other === null, + othIsReflexive = other === other, + othIsSymbol = false; + + if ((!othIsNull && !othIsSymbol && !valIsSymbol && value > other) || + (valIsSymbol && othIsDefined && othIsReflexive && !othIsNull && !othIsSymbol) || + (valIsNull && othIsDefined && othIsReflexive) || + (!valIsDefined && othIsReflexive) || + !valIsReflexive) { + return 1; + } + if ((!valIsNull && !valIsSymbol && !othIsSymbol && value < other) || + (othIsSymbol && valIsDefined && valIsReflexive && !valIsNull && !valIsSymbol) || + (othIsNull && valIsDefined && valIsReflexive) || + (!othIsDefined && valIsReflexive) || + !othIsReflexive) { + return -1; + } + } + return 0; + } + + /** + * Copies properties of `source` to `object`. + * + * @private + * @param {Object} source The object to copy properties from. + * @param {Array} props The property identifiers to copy. + * @param {Object} [object={}] The object to copy properties to. + * @param {Function} [customizer] The function to customize copied values. + * @returns {Object} Returns `object`. + */ + function copyObject(source, props, object, customizer) { + var isNew = !object; + object || (object = {}); + + var index = -1, + length = props.length; + + while (++index < length) { + var key = props[index]; + + var newValue = customizer + ? customizer(object[key], source[key], key, object, source) + : undefined; + + if (newValue === undefined) { + newValue = source[key]; + } + if (isNew) { + baseAssignValue(object, key, newValue); + } else { + assignValue(object, key, newValue); + } + } + return object; + } + + /** + * Creates a function like `_.assign`. + * + * @private + * @param {Function} assigner The function to assign values. + * @returns {Function} Returns the new assigner function. + */ + function createAssigner(assigner) { + return baseRest(function(object, sources) { + var index = -1, + length = sources.length, + customizer = length > 1 ? sources[length - 1] : undefined; + + customizer = (assigner.length > 3 && typeof customizer == 'function') + ? (length--, customizer) + : undefined; + + object = Object(object); + while (++index < length) { + var source = sources[index]; + if (source) { + assigner(object, source, index, customizer); + } + } + return object; + }); + } + + /** + * Creates a `baseEach` or `baseEachRight` function. + * + * @private + * @param {Function} eachFunc The function to iterate over a collection. + * @param {boolean} [fromRight] Specify iterating from right to left. + * @returns {Function} Returns the new base function. + */ + function createBaseEach(eachFunc, fromRight) { + return function(collection, iteratee) { + if (collection == null) { + return collection; + } + if (!isArrayLike(collection)) { + return eachFunc(collection, iteratee); + } + var length = collection.length, + index = fromRight ? length : -1, + iterable = Object(collection); + + while ((fromRight ? index-- : ++index < length)) { + if (iteratee(iterable[index], index, iterable) === false) { + break; + } + } + return collection; + }; + } + + /** + * Creates a base function for methods like `_.forIn` and `_.forOwn`. + * + * @private + * @param {boolean} [fromRight] Specify iterating from right to left. + * @returns {Function} Returns the new base function. + */ + function createBaseFor(fromRight) { + return function(object, iteratee, keysFunc) { + var index = -1, + iterable = Object(object), + props = keysFunc(object), + length = props.length; + + while (length--) { + var key = props[fromRight ? length : ++index]; + if (iteratee(iterable[key], key, iterable) === false) { + break; + } + } + return object; + }; + } + + /** + * Creates a function that produces an instance of `Ctor` regardless of + * whether it was invoked as part of a `new` expression or by `call` or `apply`. + * + * @private + * @param {Function} Ctor The constructor to wrap. + * @returns {Function} Returns the new wrapped function. + */ + function createCtor(Ctor) { + return function() { + // Use a `switch` statement to work with class constructors. See + // http://ecma-international.org/ecma-262/7.0/#sec-ecmascript-function-objects-call-thisargument-argumentslist + // for more details. + var args = arguments; + var thisBinding = baseCreate(Ctor.prototype), + result = Ctor.apply(thisBinding, args); + + // Mimic the constructor's `return` behavior. + // See https://es5.github.io/#x13.2.2 for more details. + return isObject(result) ? result : thisBinding; + }; + } + + /** + * Creates a `_.find` or `_.findLast` function. + * + * @private + * @param {Function} findIndexFunc The function to find the collection index. + * @returns {Function} Returns the new find function. + */ + function createFind(findIndexFunc) { + return function(collection, predicate, fromIndex) { + var iterable = Object(collection); + if (!isArrayLike(collection)) { + var iteratee = baseIteratee(predicate, 3); + collection = keys(collection); + predicate = function(key) { return iteratee(iterable[key], key, iterable); }; + } + var index = findIndexFunc(collection, predicate, fromIndex); + return index > -1 ? iterable[iteratee ? collection[index] : index] : undefined; + }; + } + + /** + * Creates a function that wraps `func` to invoke it with the `this` binding + * of `thisArg` and `partials` prepended to the arguments it receives. + * + * @private + * @param {Function} func The function to wrap. + * @param {number} bitmask The bitmask flags. See `createWrap` for more details. + * @param {*} thisArg The `this` binding of `func`. + * @param {Array} partials The arguments to prepend to those provided to + * the new function. + * @returns {Function} Returns the new wrapped function. + */ + function createPartial(func, bitmask, thisArg, partials) { + if (typeof func != 'function') { + throw new TypeError(FUNC_ERROR_TEXT); + } + var isBind = bitmask & WRAP_BIND_FLAG, + Ctor = createCtor(func); + + function wrapper() { + var argsIndex = -1, + argsLength = arguments.length, + leftIndex = -1, + leftLength = partials.length, + args = Array(leftLength + argsLength), + fn = (this && this !== root && this instanceof wrapper) ? Ctor : func; + + while (++leftIndex < leftLength) { + args[leftIndex] = partials[leftIndex]; + } + while (argsLength--) { + args[leftIndex++] = arguments[++argsIndex]; + } + return fn.apply(isBind ? thisArg : this, args); + } + return wrapper; + } + + /** + * A specialized version of `baseIsEqualDeep` for arrays with support for + * partial deep comparisons. + * + * @private + * @param {Array} array The array to compare. + * @param {Array} other The other array to compare. + * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details. + * @param {Function} customizer The function to customize comparisons. + * @param {Function} equalFunc The function to determine equivalents of values. + * @param {Object} stack Tracks traversed `array` and `other` objects. + * @returns {boolean} Returns `true` if the arrays are equivalent, else `false`. + */ + function equalArrays(array, other, bitmask, customizer, equalFunc, stack) { + var isPartial = bitmask & COMPARE_PARTIAL_FLAG, + arrLength = array.length, + othLength = other.length; + + if (arrLength != othLength && !(isPartial && othLength > arrLength)) { + return false; + } + var index = -1, + result = true, + seen = (bitmask & COMPARE_UNORDERED_FLAG) ? [] : undefined; + + // Ignore non-index properties. + while (++index < arrLength) { + var arrValue = array[index], + othValue = other[index]; + + var compared; + if (compared !== undefined) { + if (compared) { + continue; + } + result = false; + break; + } + // Recursively compare arrays (susceptible to call stack limits). + if (seen) { + if (!baseSome(other, function(othValue, othIndex) { + if (!indexOf(seen, othIndex) && + (arrValue === othValue || equalFunc(arrValue, othValue, bitmask, customizer, stack))) { + return seen.push(othIndex); + } + })) { + result = false; + break; + } + } else if (!( + arrValue === othValue || + equalFunc(arrValue, othValue, bitmask, customizer, stack) + )) { + result = false; + break; + } + } + return result; + } + + /** + * A specialized version of `baseIsEqualDeep` for comparing objects of + * the same `toStringTag`. + * + * **Note:** This function only supports comparing values with tags of + * `Boolean`, `Date`, `Error`, `Number`, `RegExp`, or `String`. + * + * @private + * @param {Object} object The object to compare. + * @param {Object} other The other object to compare. + * @param {string} tag The `toStringTag` of the objects to compare. + * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details. + * @param {Function} customizer The function to customize comparisons. + * @param {Function} equalFunc The function to determine equivalents of values. + * @param {Object} stack Tracks traversed `object` and `other` objects. + * @returns {boolean} Returns `true` if the objects are equivalent, else `false`. + */ + function equalByTag(object, other, tag, bitmask, customizer, equalFunc, stack) { + switch (tag) { + + case boolTag: + case dateTag: + case numberTag: + // Coerce booleans to `1` or `0` and dates to milliseconds. + // Invalid dates are coerced to `NaN`. + return eq(+object, +other); + + case errorTag: + return object.name == other.name && object.message == other.message; + + case regexpTag: + case stringTag: + // Coerce regexes to strings and treat strings, primitives and objects, + // as equal. See http://www.ecma-international.org/ecma-262/7.0/#sec-regexp.prototype.tostring + // for more details. + return object == (other + ''); + + } + return false; + } + + /** + * A specialized version of `baseIsEqualDeep` for objects with support for + * partial deep comparisons. + * + * @private + * @param {Object} object The object to compare. + * @param {Object} other The other object to compare. + * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details. + * @param {Function} customizer The function to customize comparisons. + * @param {Function} equalFunc The function to determine equivalents of values. + * @param {Object} stack Tracks traversed `object` and `other` objects. + * @returns {boolean} Returns `true` if the objects are equivalent, else `false`. + */ + function equalObjects(object, other, bitmask, customizer, equalFunc, stack) { + var isPartial = bitmask & COMPARE_PARTIAL_FLAG, + objProps = keys(object), + objLength = objProps.length, + othProps = keys(other), + othLength = othProps.length; + + if (objLength != othLength && !isPartial) { + return false; + } + var index = objLength; + while (index--) { + var key = objProps[index]; + if (!(isPartial ? key in other : hasOwnProperty.call(other, key))) { + return false; + } + } + var result = true; + + var skipCtor = isPartial; + while (++index < objLength) { + key = objProps[index]; + var objValue = object[key], + othValue = other[key]; + + var compared; + // Recursively compare objects (susceptible to call stack limits). + if (!(compared === undefined + ? (objValue === othValue || equalFunc(objValue, othValue, bitmask, customizer, stack)) + : compared + )) { + result = false; + break; + } + skipCtor || (skipCtor = key == 'constructor'); + } + if (result && !skipCtor) { + var objCtor = object.constructor, + othCtor = other.constructor; + + // Non `Object` object instances with different constructors are not equal. + if (objCtor != othCtor && + ('constructor' in object && 'constructor' in other) && + !(typeof objCtor == 'function' && objCtor instanceof objCtor && + typeof othCtor == 'function' && othCtor instanceof othCtor)) { + result = false; + } + } + return result; + } + + /** + * A specialized version of `baseRest` which flattens the rest array. + * + * @private + * @param {Function} func The function to apply a rest parameter to. + * @returns {Function} Returns the new function. + */ + function flatRest(func) { + return setToString(overRest(func, undefined, flatten), func + ''); + } + + /** + * Checks if `value` is a flattenable `arguments` object or array. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is flattenable, else `false`. + */ + function isFlattenable(value) { + return isArray(value) || isArguments(value); + } + + /** + * Checks if `value` is a valid array-like index. + * + * @private + * @param {*} value The value to check. + * @param {number} [length=MAX_SAFE_INTEGER] The upper bounds of a valid index. + * @returns {boolean} Returns `true` if `value` is a valid index, else `false`. + */ + function isIndex(value, length) { + var type = typeof value; + length = length == null ? MAX_SAFE_INTEGER : length; + + return !!length && + (type == 'number' || + (type != 'symbol' && reIsUint.test(value))) && + (value > -1 && value % 1 == 0 && value < length); + } + + /** + * Checks if the given arguments are from an iteratee call. + * + * @private + * @param {*} value The potential iteratee value argument. + * @param {*} index The potential iteratee index or key argument. + * @param {*} object The potential iteratee object argument. + * @returns {boolean} Returns `true` if the arguments are from an iteratee call, + * else `false`. + */ + function isIterateeCall(value, index, object) { + if (!isObject(object)) { + return false; + } + var type = typeof index; + if (type == 'number' + ? (isArrayLike(object) && isIndex(index, object.length)) + : (type == 'string' && index in object) + ) { + return eq(object[index], value); + } + return false; + } + + /** + * This function is like + * [`Object.keys`](http://ecma-international.org/ecma-262/7.0/#sec-object.keys) + * except that it includes inherited enumerable properties. + * + * @private + * @param {Object} object The object to query. + * @returns {Array} Returns the array of property names. + */ + function nativeKeysIn(object) { + var result = []; + if (object != null) { + for (var key in Object(object)) { + result.push(key); + } + } + return result; + } + + /** + * Converts `value` to a string using `Object.prototype.toString`. + * + * @private + * @param {*} value The value to convert. + * @returns {string} Returns the converted string. + */ + function objectToString(value) { + return nativeObjectToString.call(value); + } + + /** + * A specialized version of `baseRest` which transforms the rest array. + * + * @private + * @param {Function} func The function to apply a rest parameter to. + * @param {number} [start=func.length-1] The start position of the rest parameter. + * @param {Function} transform The rest array transform. + * @returns {Function} Returns the new function. + */ + function overRest(func, start, transform) { + start = nativeMax(start === undefined ? (func.length - 1) : start, 0); + return function() { + var args = arguments, + index = -1, + length = nativeMax(args.length - start, 0), + array = Array(length); + + while (++index < length) { + array[index] = args[start + index]; + } + index = -1; + var otherArgs = Array(start + 1); + while (++index < start) { + otherArgs[index] = args[index]; + } + otherArgs[start] = transform(array); + return func.apply(this, otherArgs); + }; + } + + /** + * Sets the `toString` method of `func` to return `string`. + * + * @private + * @param {Function} func The function to modify. + * @param {Function} string The `toString` result. + * @returns {Function} Returns `func`. + */ + var setToString = identity; + + /*------------------------------------------------------------------------*/ + + /** + * Creates an array with all falsey values removed. The values `false`, `null`, + * `0`, `""`, `undefined`, and `NaN` are falsey. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {Array} array The array to compact. + * @returns {Array} Returns the new array of filtered values. + * @example + * + * _.compact([0, 1, false, 2, '', 3]); + * // => [1, 2, 3] + */ + function compact(array) { + return baseFilter(array, Boolean); + } + + /** + * Creates a new array concatenating `array` with any additional arrays + * and/or values. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {Array} array The array to concatenate. + * @param {...*} [values] The values to concatenate. + * @returns {Array} Returns the new concatenated array. + * @example + * + * var array = [1]; + * var other = _.concat(array, 2, [3], [[4]]); + * + * console.log(other); + * // => [1, 2, 3, [4]] + * + * console.log(array); + * // => [1] + */ + function concat() { + var length = arguments.length; + if (!length) { + return []; + } + var args = Array(length - 1), + array = arguments[0], + index = length; + + while (index--) { + args[index - 1] = arguments[index]; + } + return arrayPush(isArray(array) ? copyArray(array) : [array], baseFlatten(args, 1)); + } + + /** + * This method is like `_.find` except that it returns the index of the first + * element `predicate` returns truthy for instead of the element itself. + * + * @static + * @memberOf _ + * @since 1.1.0 + * @category Array + * @param {Array} array The array to inspect. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @param {number} [fromIndex=0] The index to search from. + * @returns {number} Returns the index of the found element, else `-1`. + * @example + * + * var users = [ + * { 'user': 'barney', 'active': false }, + * { 'user': 'fred', 'active': false }, + * { 'user': 'pebbles', 'active': true } + * ]; + * + * _.findIndex(users, function(o) { return o.user == 'barney'; }); + * // => 0 + * + * // The `_.matches` iteratee shorthand. + * _.findIndex(users, { 'user': 'fred', 'active': false }); + * // => 1 + * + * // The `_.matchesProperty` iteratee shorthand. + * _.findIndex(users, ['active', false]); + * // => 0 + * + * // The `_.property` iteratee shorthand. + * _.findIndex(users, 'active'); + * // => 2 + */ + function findIndex(array, predicate, fromIndex) { + var length = array == null ? 0 : array.length; + if (!length) { + return -1; + } + var index = fromIndex == null ? 0 : toInteger(fromIndex); + if (index < 0) { + index = nativeMax(length + index, 0); + } + return baseFindIndex(array, baseIteratee(predicate, 3), index); + } + + /** + * Flattens `array` a single level deep. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {Array} array The array to flatten. + * @returns {Array} Returns the new flattened array. + * @example + * + * _.flatten([1, [2, [3, [4]], 5]]); + * // => [1, 2, [3, [4]], 5] + */ + function flatten(array) { + var length = array == null ? 0 : array.length; + return length ? baseFlatten(array, 1) : []; + } + + /** + * Recursively flattens `array`. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Array + * @param {Array} array The array to flatten. + * @returns {Array} Returns the new flattened array. + * @example + * + * _.flattenDeep([1, [2, [3, [4]], 5]]); + * // => [1, 2, 3, 4, 5] + */ + function flattenDeep(array) { + var length = array == null ? 0 : array.length; + return length ? baseFlatten(array, INFINITY) : []; + } + + /** + * Gets the first element of `array`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @alias first + * @category Array + * @param {Array} array The array to query. + * @returns {*} Returns the first element of `array`. + * @example + * + * _.head([1, 2, 3]); + * // => 1 + * + * _.head([]); + * // => undefined + */ + function head(array) { + return (array && array.length) ? array[0] : undefined; + } + + /** + * Gets the index at which the first occurrence of `value` is found in `array` + * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) + * for equality comparisons. If `fromIndex` is negative, it's used as the + * offset from the end of `array`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {Array} array The array to inspect. + * @param {*} value The value to search for. + * @param {number} [fromIndex=0] The index to search from. + * @returns {number} Returns the index of the matched value, else `-1`. + * @example + * + * _.indexOf([1, 2, 1, 2], 2); + * // => 1 + * + * // Search from the `fromIndex`. + * _.indexOf([1, 2, 1, 2], 2, 2); + * // => 3 + */ + function indexOf(array, value, fromIndex) { + var length = array == null ? 0 : array.length; + if (typeof fromIndex == 'number') { + fromIndex = fromIndex < 0 ? nativeMax(length + fromIndex, 0) : fromIndex; + } else { + fromIndex = 0; + } + var index = (fromIndex || 0) - 1, + isReflexive = value === value; + + while (++index < length) { + var other = array[index]; + if ((isReflexive ? other === value : other !== other)) { + return index; + } + } + return -1; + } + + /** + * Gets the last element of `array`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {Array} array The array to query. + * @returns {*} Returns the last element of `array`. + * @example + * + * _.last([1, 2, 3]); + * // => 3 + */ + function last(array) { + var length = array == null ? 0 : array.length; + return length ? array[length - 1] : undefined; + } + + /** + * Creates a slice of `array` from `start` up to, but not including, `end`. + * + * **Note:** This method is used instead of + * [`Array#slice`](https://mdn.io/Array/slice) to ensure dense arrays are + * returned. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Array + * @param {Array} array The array to slice. + * @param {number} [start=0] The start position. + * @param {number} [end=array.length] The end position. + * @returns {Array} Returns the slice of `array`. + */ + function slice(array, start, end) { + var length = array == null ? 0 : array.length; + start = start == null ? 0 : +start; + end = end === undefined ? length : +end; + return length ? baseSlice(array, start, end) : []; + } + + /*------------------------------------------------------------------------*/ + + /** + * Creates a `lodash` wrapper instance that wraps `value` with explicit method + * chain sequences enabled. The result of such sequences must be unwrapped + * with `_#value`. + * + * @static + * @memberOf _ + * @since 1.3.0 + * @category Seq + * @param {*} value The value to wrap. + * @returns {Object} Returns the new `lodash` wrapper instance. + * @example + * + * var users = [ + * { 'user': 'barney', 'age': 36 }, + * { 'user': 'fred', 'age': 40 }, + * { 'user': 'pebbles', 'age': 1 } + * ]; + * + * var youngest = _ + * .chain(users) + * .sortBy('age') + * .map(function(o) { + * return o.user + ' is ' + o.age; + * }) + * .head() + * .value(); + * // => 'pebbles is 1' + */ + function chain(value) { + var result = lodash(value); + result.__chain__ = true; + return result; + } + + /** + * This method invokes `interceptor` and returns `value`. The interceptor + * is invoked with one argument; (value). The purpose of this method is to + * "tap into" a method chain sequence in order to modify intermediate results. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Seq + * @param {*} value The value to provide to `interceptor`. + * @param {Function} interceptor The function to invoke. + * @returns {*} Returns `value`. + * @example + * + * _([1, 2, 3]) + * .tap(function(array) { + * // Mutate input array. + * array.pop(); + * }) + * .reverse() + * .value(); + * // => [2, 1] + */ + function tap(value, interceptor) { + interceptor(value); + return value; + } + + /** + * This method is like `_.tap` except that it returns the result of `interceptor`. + * The purpose of this method is to "pass thru" values replacing intermediate + * results in a method chain sequence. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Seq + * @param {*} value The value to provide to `interceptor`. + * @param {Function} interceptor The function to invoke. + * @returns {*} Returns the result of `interceptor`. + * @example + * + * _(' abc ') + * .chain() + * .trim() + * .thru(function(value) { + * return [value]; + * }) + * .value(); + * // => ['abc'] + */ + function thru(value, interceptor) { + return interceptor(value); + } + + /** + * Creates a `lodash` wrapper instance with explicit method chain sequences enabled. + * + * @name chain + * @memberOf _ + * @since 0.1.0 + * @category Seq + * @returns {Object} Returns the new `lodash` wrapper instance. + * @example + * + * var users = [ + * { 'user': 'barney', 'age': 36 }, + * { 'user': 'fred', 'age': 40 } + * ]; + * + * // A sequence without explicit chaining. + * _(users).head(); + * // => { 'user': 'barney', 'age': 36 } + * + * // A sequence with explicit chaining. + * _(users) + * .chain() + * .head() + * .pick('user') + * .value(); + * // => { 'user': 'barney' } + */ + function wrapperChain() { + return chain(this); + } + + /** + * Executes the chain sequence to resolve the unwrapped value. + * + * @name value + * @memberOf _ + * @since 0.1.0 + * @alias toJSON, valueOf + * @category Seq + * @returns {*} Returns the resolved unwrapped value. + * @example + * + * _([1, 2, 3]).value(); + * // => [1, 2, 3] + */ + function wrapperValue() { + return baseWrapperValue(this.__wrapped__, this.__actions__); + } + + /*------------------------------------------------------------------------*/ + + /** + * Checks if `predicate` returns truthy for **all** elements of `collection`. + * Iteration is stopped once `predicate` returns falsey. The predicate is + * invoked with three arguments: (value, index|key, collection). + * + * **Note:** This method returns `true` for + * [empty collections](https://en.wikipedia.org/wiki/Empty_set) because + * [everything is true](https://en.wikipedia.org/wiki/Vacuous_truth) of + * elements of empty collections. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. + * @returns {boolean} Returns `true` if all elements pass the predicate check, + * else `false`. + * @example + * + * _.every([true, 1, null, 'yes'], Boolean); + * // => false + * + * var users = [ + * { 'user': 'barney', 'age': 36, 'active': false }, + * { 'user': 'fred', 'age': 40, 'active': false } + * ]; + * + * // The `_.matches` iteratee shorthand. + * _.every(users, { 'user': 'barney', 'active': false }); + * // => false + * + * // The `_.matchesProperty` iteratee shorthand. + * _.every(users, ['active', false]); + * // => true + * + * // The `_.property` iteratee shorthand. + * _.every(users, 'active'); + * // => false + */ + function every(collection, predicate, guard) { + predicate = guard ? undefined : predicate; + return baseEvery(collection, baseIteratee(predicate)); + } + + /** + * Iterates over elements of `collection`, returning an array of all elements + * `predicate` returns truthy for. The predicate is invoked with three + * arguments: (value, index|key, collection). + * + * **Note:** Unlike `_.remove`, this method returns a new array. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @returns {Array} Returns the new filtered array. + * @see _.reject + * @example + * + * var users = [ + * { 'user': 'barney', 'age': 36, 'active': true }, + * { 'user': 'fred', 'age': 40, 'active': false } + * ]; + * + * _.filter(users, function(o) { return !o.active; }); + * // => objects for ['fred'] + * + * // The `_.matches` iteratee shorthand. + * _.filter(users, { 'age': 36, 'active': true }); + * // => objects for ['barney'] + * + * // The `_.matchesProperty` iteratee shorthand. + * _.filter(users, ['active', false]); + * // => objects for ['fred'] + * + * // The `_.property` iteratee shorthand. + * _.filter(users, 'active'); + * // => objects for ['barney'] + */ + function filter(collection, predicate) { + return baseFilter(collection, baseIteratee(predicate)); + } + + /** + * Iterates over elements of `collection`, returning the first element + * `predicate` returns truthy for. The predicate is invoked with three + * arguments: (value, index|key, collection). + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Collection + * @param {Array|Object} collection The collection to inspect. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @param {number} [fromIndex=0] The index to search from. + * @returns {*} Returns the matched element, else `undefined`. + * @example + * + * var users = [ + * { 'user': 'barney', 'age': 36, 'active': true }, + * { 'user': 'fred', 'age': 40, 'active': false }, + * { 'user': 'pebbles', 'age': 1, 'active': true } + * ]; + * + * _.find(users, function(o) { return o.age < 40; }); + * // => object for 'barney' + * + * // The `_.matches` iteratee shorthand. + * _.find(users, { 'age': 1, 'active': true }); + * // => object for 'pebbles' + * + * // The `_.matchesProperty` iteratee shorthand. + * _.find(users, ['active', false]); + * // => object for 'fred' + * + * // The `_.property` iteratee shorthand. + * _.find(users, 'active'); + * // => object for 'barney' + */ + var find = createFind(findIndex); + + /** + * Iterates over elements of `collection` and invokes `iteratee` for each element. + * The iteratee is invoked with three arguments: (value, index|key, collection). + * Iteratee functions may exit iteration early by explicitly returning `false`. + * + * **Note:** As with other "Collections" methods, objects with a "length" + * property are iterated like arrays. To avoid this behavior use `_.forIn` + * or `_.forOwn` for object iteration. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @alias each + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [iteratee=_.identity] The function invoked per iteration. + * @returns {Array|Object} Returns `collection`. + * @see _.forEachRight + * @example + * + * _.forEach([1, 2], function(value) { + * console.log(value); + * }); + * // => Logs `1` then `2`. + * + * _.forEach({ 'a': 1, 'b': 2 }, function(value, key) { + * console.log(key); + * }); + * // => Logs 'a' then 'b' (iteration order is not guaranteed). + */ + function forEach(collection, iteratee) { + return baseEach(collection, baseIteratee(iteratee)); + } + + /** + * Creates an array of values by running each element in `collection` thru + * `iteratee`. The iteratee is invoked with three arguments: + * (value, index|key, collection). + * + * Many lodash methods are guarded to work as iteratees for methods like + * `_.every`, `_.filter`, `_.map`, `_.mapValues`, `_.reject`, and `_.some`. + * + * The guarded methods are: + * `ary`, `chunk`, `curry`, `curryRight`, `drop`, `dropRight`, `every`, + * `fill`, `invert`, `parseInt`, `random`, `range`, `rangeRight`, `repeat`, + * `sampleSize`, `slice`, `some`, `sortBy`, `split`, `take`, `takeRight`, + * `template`, `trim`, `trimEnd`, `trimStart`, and `words` + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [iteratee=_.identity] The function invoked per iteration. + * @returns {Array} Returns the new mapped array. + * @example + * + * function square(n) { + * return n * n; + * } + * + * _.map([4, 8], square); + * // => [16, 64] + * + * _.map({ 'a': 4, 'b': 8 }, square); + * // => [16, 64] (iteration order is not guaranteed) + * + * var users = [ + * { 'user': 'barney' }, + * { 'user': 'fred' } + * ]; + * + * // The `_.property` iteratee shorthand. + * _.map(users, 'user'); + * // => ['barney', 'fred'] + */ + function map(collection, iteratee) { + return baseMap(collection, baseIteratee(iteratee)); + } + + /** + * Reduces `collection` to a value which is the accumulated result of running + * each element in `collection` thru `iteratee`, where each successive + * invocation is supplied the return value of the previous. If `accumulator` + * is not given, the first element of `collection` is used as the initial + * value. The iteratee is invoked with four arguments: + * (accumulator, value, index|key, collection). + * + * Many lodash methods are guarded to work as iteratees for methods like + * `_.reduce`, `_.reduceRight`, and `_.transform`. + * + * The guarded methods are: + * `assign`, `defaults`, `defaultsDeep`, `includes`, `merge`, `orderBy`, + * and `sortBy` + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [iteratee=_.identity] The function invoked per iteration. + * @param {*} [accumulator] The initial value. + * @returns {*} Returns the accumulated value. + * @see _.reduceRight + * @example + * + * _.reduce([1, 2], function(sum, n) { + * return sum + n; + * }, 0); + * // => 3 + * + * _.reduce({ 'a': 1, 'b': 2, 'c': 1 }, function(result, value, key) { + * (result[value] || (result[value] = [])).push(key); + * return result; + * }, {}); + * // => { '1': ['a', 'c'], '2': ['b'] } (iteration order is not guaranteed) + */ + function reduce(collection, iteratee, accumulator) { + return baseReduce(collection, baseIteratee(iteratee), accumulator, arguments.length < 3, baseEach); + } + + /** + * Gets the size of `collection` by returning its length for array-like + * values or the number of own enumerable string keyed properties for objects. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Collection + * @param {Array|Object|string} collection The collection to inspect. + * @returns {number} Returns the collection size. + * @example + * + * _.size([1, 2, 3]); + * // => 3 + * + * _.size({ 'a': 1, 'b': 2 }); + * // => 2 + * + * _.size('pebbles'); + * // => 7 + */ + function size(collection) { + if (collection == null) { + return 0; + } + collection = isArrayLike(collection) ? collection : nativeKeys(collection); + return collection.length; + } + + /** + * Checks if `predicate` returns truthy for **any** element of `collection`. + * Iteration is stopped once `predicate` returns truthy. The predicate is + * invoked with three arguments: (value, index|key, collection). + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. + * @returns {boolean} Returns `true` if any element passes the predicate check, + * else `false`. + * @example + * + * _.some([null, 0, 'yes', false], Boolean); + * // => true + * + * var users = [ + * { 'user': 'barney', 'active': true }, + * { 'user': 'fred', 'active': false } + * ]; + * + * // The `_.matches` iteratee shorthand. + * _.some(users, { 'user': 'barney', 'active': false }); + * // => false + * + * // The `_.matchesProperty` iteratee shorthand. + * _.some(users, ['active', false]); + * // => true + * + * // The `_.property` iteratee shorthand. + * _.some(users, 'active'); + * // => true + */ + function some(collection, predicate, guard) { + predicate = guard ? undefined : predicate; + return baseSome(collection, baseIteratee(predicate)); + } + + /** + * Creates an array of elements, sorted in ascending order by the results of + * running each element in a collection thru each iteratee. This method + * performs a stable sort, that is, it preserves the original sort order of + * equal elements. The iteratees are invoked with one argument: (value). + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {...(Function|Function[])} [iteratees=[_.identity]] + * The iteratees to sort by. + * @returns {Array} Returns the new sorted array. + * @example + * + * var users = [ + * { 'user': 'fred', 'age': 48 }, + * { 'user': 'barney', 'age': 36 }, + * { 'user': 'fred', 'age': 40 }, + * { 'user': 'barney', 'age': 34 } + * ]; + * + * _.sortBy(users, [function(o) { return o.user; }]); + * // => objects for [['barney', 36], ['barney', 34], ['fred', 48], ['fred', 40]] + * + * _.sortBy(users, ['user', 'age']); + * // => objects for [['barney', 34], ['barney', 36], ['fred', 40], ['fred', 48]] + */ + function sortBy(collection, iteratee) { + var index = 0; + iteratee = baseIteratee(iteratee); + + return baseMap(baseMap(collection, function(value, key, collection) { + return { 'value': value, 'index': index++, 'criteria': iteratee(value, key, collection) }; + }).sort(function(object, other) { + return compareAscending(object.criteria, other.criteria) || (object.index - other.index); + }), baseProperty('value')); + } + + /*------------------------------------------------------------------------*/ + + /** + * Creates a function that invokes `func`, with the `this` binding and arguments + * of the created function, while it's called less than `n` times. Subsequent + * calls to the created function return the result of the last `func` invocation. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Function + * @param {number} n The number of calls at which `func` is no longer invoked. + * @param {Function} func The function to restrict. + * @returns {Function} Returns the new restricted function. + * @example + * + * jQuery(element).on('click', _.before(5, addContactToList)); + * // => Allows adding up to 4 contacts to the list. + */ + function before(n, func) { + var result; + if (typeof func != 'function') { + throw new TypeError(FUNC_ERROR_TEXT); + } + n = toInteger(n); + return function() { + if (--n > 0) { + result = func.apply(this, arguments); + } + if (n <= 1) { + func = undefined; + } + return result; + }; + } + + /** + * Creates a function that invokes `func` with the `this` binding of `thisArg` + * and `partials` prepended to the arguments it receives. + * + * The `_.bind.placeholder` value, which defaults to `_` in monolithic builds, + * may be used as a placeholder for partially applied arguments. + * + * **Note:** Unlike native `Function#bind`, this method doesn't set the "length" + * property of bound functions. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Function + * @param {Function} func The function to bind. + * @param {*} thisArg The `this` binding of `func`. + * @param {...*} [partials] The arguments to be partially applied. + * @returns {Function} Returns the new bound function. + * @example + * + * function greet(greeting, punctuation) { + * return greeting + ' ' + this.user + punctuation; + * } + * + * var object = { 'user': 'fred' }; + * + * var bound = _.bind(greet, object, 'hi'); + * bound('!'); + * // => 'hi fred!' + * + * // Bound with placeholders. + * var bound = _.bind(greet, object, _, '!'); + * bound('hi'); + * // => 'hi fred!' + */ + var bind = baseRest(function(func, thisArg, partials) { + return createPartial(func, WRAP_BIND_FLAG | WRAP_PARTIAL_FLAG, thisArg, partials); + }); + + /** + * Defers invoking the `func` until the current call stack has cleared. Any + * additional arguments are provided to `func` when it's invoked. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Function + * @param {Function} func The function to defer. + * @param {...*} [args] The arguments to invoke `func` with. + * @returns {number} Returns the timer id. + * @example + * + * _.defer(function(text) { + * console.log(text); + * }, 'deferred'); + * // => Logs 'deferred' after one millisecond. + */ + var defer = baseRest(function(func, args) { + return baseDelay(func, 1, args); + }); + + /** + * Invokes `func` after `wait` milliseconds. Any additional arguments are + * provided to `func` when it's invoked. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Function + * @param {Function} func The function to delay. + * @param {number} wait The number of milliseconds to delay invocation. + * @param {...*} [args] The arguments to invoke `func` with. + * @returns {number} Returns the timer id. + * @example + * + * _.delay(function(text) { + * console.log(text); + * }, 1000, 'later'); + * // => Logs 'later' after one second. + */ + var delay = baseRest(function(func, wait, args) { + return baseDelay(func, toNumber(wait) || 0, args); + }); + + /** + * Creates a function that negates the result of the predicate `func`. The + * `func` predicate is invoked with the `this` binding and arguments of the + * created function. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Function + * @param {Function} predicate The predicate to negate. + * @returns {Function} Returns the new negated function. + * @example + * + * function isEven(n) { + * return n % 2 == 0; + * } + * + * _.filter([1, 2, 3, 4, 5, 6], _.negate(isEven)); + * // => [1, 3, 5] + */ + function negate(predicate) { + if (typeof predicate != 'function') { + throw new TypeError(FUNC_ERROR_TEXT); + } + return function() { + var args = arguments; + return !predicate.apply(this, args); + }; + } + + /** + * Creates a function that is restricted to invoking `func` once. Repeat calls + * to the function return the value of the first invocation. The `func` is + * invoked with the `this` binding and arguments of the created function. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Function + * @param {Function} func The function to restrict. + * @returns {Function} Returns the new restricted function. + * @example + * + * var initialize = _.once(createApplication); + * initialize(); + * initialize(); + * // => `createApplication` is invoked once + */ + function once(func) { + return before(2, func); + } + + /*------------------------------------------------------------------------*/ + + /** + * Creates a shallow clone of `value`. + * + * **Note:** This method is loosely based on the + * [structured clone algorithm](https://mdn.io/Structured_clone_algorithm) + * and supports cloning arrays, array buffers, booleans, date objects, maps, + * numbers, `Object` objects, regexes, sets, strings, symbols, and typed + * arrays. The own enumerable properties of `arguments` objects are cloned + * as plain objects. An empty object is returned for uncloneable values such + * as error objects, functions, DOM nodes, and WeakMaps. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to clone. + * @returns {*} Returns the cloned value. + * @see _.cloneDeep + * @example + * + * var objects = [{ 'a': 1 }, { 'b': 2 }]; + * + * var shallow = _.clone(objects); + * console.log(shallow[0] === objects[0]); + * // => true + */ + function clone(value) { + if (!isObject(value)) { + return value; + } + return isArray(value) ? copyArray(value) : copyObject(value, nativeKeys(value)); + } + + /** + * Performs a + * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) + * comparison between two values to determine if they are equivalent. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to compare. + * @param {*} other The other value to compare. + * @returns {boolean} Returns `true` if the values are equivalent, else `false`. + * @example + * + * var object = { 'a': 1 }; + * var other = { 'a': 1 }; + * + * _.eq(object, object); + * // => true + * + * _.eq(object, other); + * // => false + * + * _.eq('a', 'a'); + * // => true + * + * _.eq('a', Object('a')); + * // => false + * + * _.eq(NaN, NaN); + * // => true + */ + function eq(value, other) { + return value === other || (value !== value && other !== other); + } + + /** + * Checks if `value` is likely an `arguments` object. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an `arguments` object, + * else `false`. + * @example + * + * _.isArguments(function() { return arguments; }()); + * // => true + * + * _.isArguments([1, 2, 3]); + * // => false + */ + var isArguments = baseIsArguments(function() { return arguments; }()) ? baseIsArguments : function(value) { + return isObjectLike(value) && hasOwnProperty.call(value, 'callee') && + !propertyIsEnumerable.call(value, 'callee'); + }; + + /** + * Checks if `value` is classified as an `Array` object. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an array, else `false`. + * @example + * + * _.isArray([1, 2, 3]); + * // => true + * + * _.isArray(document.body.children); + * // => false + * + * _.isArray('abc'); + * // => false + * + * _.isArray(_.noop); + * // => false + */ + var isArray = Array.isArray; + + /** + * Checks if `value` is array-like. A value is considered array-like if it's + * not a function and has a `value.length` that's an integer greater than or + * equal to `0` and less than or equal to `Number.MAX_SAFE_INTEGER`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is array-like, else `false`. + * @example + * + * _.isArrayLike([1, 2, 3]); + * // => true + * + * _.isArrayLike(document.body.children); + * // => true + * + * _.isArrayLike('abc'); + * // => true + * + * _.isArrayLike(_.noop); + * // => false + */ + function isArrayLike(value) { + return value != null && isLength(value.length) && !isFunction(value); + } + + /** + * Checks if `value` is classified as a boolean primitive or object. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a boolean, else `false`. + * @example + * + * _.isBoolean(false); + * // => true + * + * _.isBoolean(null); + * // => false + */ + function isBoolean(value) { + return value === true || value === false || + (isObjectLike(value) && baseGetTag(value) == boolTag); + } + + /** + * Checks if `value` is classified as a `Date` object. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a date object, else `false`. + * @example + * + * _.isDate(new Date); + * // => true + * + * _.isDate('Mon April 23 2012'); + * // => false + */ + var isDate = baseIsDate; + + /** + * Checks if `value` is an empty object, collection, map, or set. + * + * Objects are considered empty if they have no own enumerable string keyed + * properties. + * + * Array-like values such as `arguments` objects, arrays, buffers, strings, or + * jQuery-like collections are considered empty if they have a `length` of `0`. + * Similarly, maps and sets are considered empty if they have a `size` of `0`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is empty, else `false`. + * @example + * + * _.isEmpty(null); + * // => true + * + * _.isEmpty(true); + * // => true + * + * _.isEmpty(1); + * // => true + * + * _.isEmpty([1, 2, 3]); + * // => false + * + * _.isEmpty({ 'a': 1 }); + * // => false + */ + function isEmpty(value) { + if (isArrayLike(value) && + (isArray(value) || isString(value) || + isFunction(value.splice) || isArguments(value))) { + return !value.length; + } + return !nativeKeys(value).length; + } + + /** + * Performs a deep comparison between two values to determine if they are + * equivalent. + * + * **Note:** This method supports comparing arrays, array buffers, booleans, + * date objects, error objects, maps, numbers, `Object` objects, regexes, + * sets, strings, symbols, and typed arrays. `Object` objects are compared + * by their own, not inherited, enumerable properties. Functions and DOM + * nodes are compared by strict equality, i.e. `===`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to compare. + * @param {*} other The other value to compare. + * @returns {boolean} Returns `true` if the values are equivalent, else `false`. + * @example + * + * var object = { 'a': 1 }; + * var other = { 'a': 1 }; + * + * _.isEqual(object, other); + * // => true + * + * object === other; + * // => false + */ + function isEqual(value, other) { + return baseIsEqual(value, other); + } + + /** + * Checks if `value` is a finite primitive number. + * + * **Note:** This method is based on + * [`Number.isFinite`](https://mdn.io/Number/isFinite). + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a finite number, else `false`. + * @example + * + * _.isFinite(3); + * // => true + * + * _.isFinite(Number.MIN_VALUE); + * // => true + * + * _.isFinite(Infinity); + * // => false + * + * _.isFinite('3'); + * // => false + */ + function isFinite(value) { + return typeof value == 'number' && nativeIsFinite(value); + } + + /** + * Checks if `value` is classified as a `Function` object. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a function, else `false`. + * @example + * + * _.isFunction(_); + * // => true + * + * _.isFunction(/abc/); + * // => false + */ + function isFunction(value) { + if (!isObject(value)) { + return false; + } + // The use of `Object#toString` avoids issues with the `typeof` operator + // in Safari 9 which returns 'object' for typed arrays and other constructors. + var tag = baseGetTag(value); + return tag == funcTag || tag == genTag || tag == asyncTag || tag == proxyTag; + } + + /** + * Checks if `value` is a valid array-like length. + * + * **Note:** This method is loosely based on + * [`ToLength`](http://ecma-international.org/ecma-262/7.0/#sec-tolength). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a valid length, else `false`. + * @example + * + * _.isLength(3); + * // => true + * + * _.isLength(Number.MIN_VALUE); + * // => false + * + * _.isLength(Infinity); + * // => false + * + * _.isLength('3'); + * // => false + */ + function isLength(value) { + return typeof value == 'number' && + value > -1 && value % 1 == 0 && value <= MAX_SAFE_INTEGER; + } + + /** + * Checks if `value` is the + * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types) + * of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`) + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an object, else `false`. + * @example + * + * _.isObject({}); + * // => true + * + * _.isObject([1, 2, 3]); + * // => true + * + * _.isObject(_.noop); + * // => true + * + * _.isObject(null); + * // => false + */ + function isObject(value) { + var type = typeof value; + return value != null && (type == 'object' || type == 'function'); + } + + /** + * Checks if `value` is object-like. A value is object-like if it's not `null` + * and has a `typeof` result of "object". + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is object-like, else `false`. + * @example + * + * _.isObjectLike({}); + * // => true + * + * _.isObjectLike([1, 2, 3]); + * // => true + * + * _.isObjectLike(_.noop); + * // => false + * + * _.isObjectLike(null); + * // => false + */ + function isObjectLike(value) { + return value != null && typeof value == 'object'; + } + + /** + * Checks if `value` is `NaN`. + * + * **Note:** This method is based on + * [`Number.isNaN`](https://mdn.io/Number/isNaN) and is not the same as + * global [`isNaN`](https://mdn.io/isNaN) which returns `true` for + * `undefined` and other non-number values. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is `NaN`, else `false`. + * @example + * + * _.isNaN(NaN); + * // => true + * + * _.isNaN(new Number(NaN)); + * // => true + * + * isNaN(undefined); + * // => true + * + * _.isNaN(undefined); + * // => false + */ + function isNaN(value) { + // An `NaN` primitive is the only value that is not equal to itself. + // Perform the `toStringTag` check first to avoid errors with some + // ActiveX objects in IE. + return isNumber(value) && value != +value; + } + + /** + * Checks if `value` is `null`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is `null`, else `false`. + * @example + * + * _.isNull(null); + * // => true + * + * _.isNull(void 0); + * // => false + */ + function isNull(value) { + return value === null; + } + + /** + * Checks if `value` is classified as a `Number` primitive or object. + * + * **Note:** To exclude `Infinity`, `-Infinity`, and `NaN`, which are + * classified as numbers, use the `_.isFinite` method. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a number, else `false`. + * @example + * + * _.isNumber(3); + * // => true + * + * _.isNumber(Number.MIN_VALUE); + * // => true + * + * _.isNumber(Infinity); + * // => true + * + * _.isNumber('3'); + * // => false + */ + function isNumber(value) { + return typeof value == 'number' || + (isObjectLike(value) && baseGetTag(value) == numberTag); + } + + /** + * Checks if `value` is classified as a `RegExp` object. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a regexp, else `false`. + * @example + * + * _.isRegExp(/abc/); + * // => true + * + * _.isRegExp('/abc/'); + * // => false + */ + var isRegExp = baseIsRegExp; + + /** + * Checks if `value` is classified as a `String` primitive or object. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a string, else `false`. + * @example + * + * _.isString('abc'); + * // => true + * + * _.isString(1); + * // => false + */ + function isString(value) { + return typeof value == 'string' || + (!isArray(value) && isObjectLike(value) && baseGetTag(value) == stringTag); + } + + /** + * Checks if `value` is `undefined`. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is `undefined`, else `false`. + * @example + * + * _.isUndefined(void 0); + * // => true + * + * _.isUndefined(null); + * // => false + */ + function isUndefined(value) { + return value === undefined; + } + + /** + * Converts `value` to an array. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Lang + * @param {*} value The value to convert. + * @returns {Array} Returns the converted array. + * @example + * + * _.toArray({ 'a': 1, 'b': 2 }); + * // => [1, 2] + * + * _.toArray('abc'); + * // => ['a', 'b', 'c'] + * + * _.toArray(1); + * // => [] + * + * _.toArray(null); + * // => [] + */ + function toArray(value) { + if (!isArrayLike(value)) { + return values(value); + } + return value.length ? copyArray(value) : []; + } + + /** + * Converts `value` to an integer. + * + * **Note:** This method is loosely based on + * [`ToInteger`](http://www.ecma-international.org/ecma-262/7.0/#sec-tointeger). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to convert. + * @returns {number} Returns the converted integer. + * @example + * + * _.toInteger(3.2); + * // => 3 + * + * _.toInteger(Number.MIN_VALUE); + * // => 0 + * + * _.toInteger(Infinity); + * // => 1.7976931348623157e+308 + * + * _.toInteger('3.2'); + * // => 3 + */ + var toInteger = Number; + + /** + * Converts `value` to a number. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to process. + * @returns {number} Returns the number. + * @example + * + * _.toNumber(3.2); + * // => 3.2 + * + * _.toNumber(Number.MIN_VALUE); + * // => 5e-324 + * + * _.toNumber(Infinity); + * // => Infinity + * + * _.toNumber('3.2'); + * // => 3.2 + */ + var toNumber = Number; + + /** + * Converts `value` to a string. An empty string is returned for `null` + * and `undefined` values. The sign of `-0` is preserved. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to convert. + * @returns {string} Returns the converted string. + * @example + * + * _.toString(null); + * // => '' + * + * _.toString(-0); + * // => '-0' + * + * _.toString([1, 2, 3]); + * // => '1,2,3' + */ + function toString(value) { + if (typeof value == 'string') { + return value; + } + return value == null ? '' : (value + ''); + } + + /*------------------------------------------------------------------------*/ + + /** + * Assigns own enumerable string keyed properties of source objects to the + * destination object. Source objects are applied from left to right. + * Subsequent sources overwrite property assignments of previous sources. + * + * **Note:** This method mutates `object` and is loosely based on + * [`Object.assign`](https://mdn.io/Object/assign). + * + * @static + * @memberOf _ + * @since 0.10.0 + * @category Object + * @param {Object} object The destination object. + * @param {...Object} [sources] The source objects. + * @returns {Object} Returns `object`. + * @see _.assignIn + * @example + * + * function Foo() { + * this.a = 1; + * } + * + * function Bar() { + * this.c = 3; + * } + * + * Foo.prototype.b = 2; + * Bar.prototype.d = 4; + * + * _.assign({ 'a': 0 }, new Foo, new Bar); + * // => { 'a': 1, 'c': 3 } + */ + var assign = createAssigner(function(object, source) { + copyObject(source, nativeKeys(source), object); + }); + + /** + * This method is like `_.assign` except that it iterates over own and + * inherited source properties. + * + * **Note:** This method mutates `object`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @alias extend + * @category Object + * @param {Object} object The destination object. + * @param {...Object} [sources] The source objects. + * @returns {Object} Returns `object`. + * @see _.assign + * @example + * + * function Foo() { + * this.a = 1; + * } + * + * function Bar() { + * this.c = 3; + * } + * + * Foo.prototype.b = 2; + * Bar.prototype.d = 4; + * + * _.assignIn({ 'a': 0 }, new Foo, new Bar); + * // => { 'a': 1, 'b': 2, 'c': 3, 'd': 4 } + */ + var assignIn = createAssigner(function(object, source) { + copyObject(source, nativeKeysIn(source), object); + }); + + /** + * Creates an object that inherits from the `prototype` object. If a + * `properties` object is given, its own enumerable string keyed properties + * are assigned to the created object. + * + * @static + * @memberOf _ + * @since 2.3.0 + * @category Object + * @param {Object} prototype The object to inherit from. + * @param {Object} [properties] The properties to assign to the object. + * @returns {Object} Returns the new object. + * @example + * + * function Shape() { + * this.x = 0; + * this.y = 0; + * } + * + * function Circle() { + * Shape.call(this); + * } + * + * Circle.prototype = _.create(Shape.prototype, { + * 'constructor': Circle + * }); + * + * var circle = new Circle; + * circle instanceof Circle; + * // => true + * + * circle instanceof Shape; + * // => true + */ + function create(prototype, properties) { + var result = baseCreate(prototype); + return properties == null ? result : assign(result, properties); + } + + /** + * Assigns own and inherited enumerable string keyed properties of source + * objects to the destination object for all destination properties that + * resolve to `undefined`. Source objects are applied from left to right. + * Once a property is set, additional values of the same property are ignored. + * + * **Note:** This method mutates `object`. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Object + * @param {Object} object The destination object. + * @param {...Object} [sources] The source objects. + * @returns {Object} Returns `object`. + * @see _.defaultsDeep + * @example + * + * _.defaults({ 'a': 1 }, { 'b': 2 }, { 'a': 3 }); + * // => { 'a': 1, 'b': 2 } + */ + var defaults = baseRest(function(object, sources) { + object = Object(object); + + var index = -1; + var length = sources.length; + var guard = length > 2 ? sources[2] : undefined; + + if (guard && isIterateeCall(sources[0], sources[1], guard)) { + length = 1; + } + + while (++index < length) { + var source = sources[index]; + var props = keysIn(source); + var propsIndex = -1; + var propsLength = props.length; + + while (++propsIndex < propsLength) { + var key = props[propsIndex]; + var value = object[key]; + + if (value === undefined || + (eq(value, objectProto[key]) && !hasOwnProperty.call(object, key))) { + object[key] = source[key]; + } + } + } + + return object; + }); + + /** + * Checks if `path` is a direct property of `object`. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Object + * @param {Object} object The object to query. + * @param {Array|string} path The path to check. + * @returns {boolean} Returns `true` if `path` exists, else `false`. + * @example + * + * var object = { 'a': { 'b': 2 } }; + * var other = _.create({ 'a': _.create({ 'b': 2 }) }); + * + * _.has(object, 'a'); + * // => true + * + * _.has(object, 'a.b'); + * // => true + * + * _.has(object, ['a', 'b']); + * // => true + * + * _.has(other, 'a'); + * // => false + */ + function has(object, path) { + return object != null && hasOwnProperty.call(object, path); + } + + /** + * Creates an array of the own enumerable property names of `object`. + * + * **Note:** Non-object values are coerced to objects. See the + * [ES spec](http://ecma-international.org/ecma-262/7.0/#sec-object.keys) + * for more details. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Object + * @param {Object} object The object to query. + * @returns {Array} Returns the array of property names. + * @example + * + * function Foo() { + * this.a = 1; + * this.b = 2; + * } + * + * Foo.prototype.c = 3; + * + * _.keys(new Foo); + * // => ['a', 'b'] (iteration order is not guaranteed) + * + * _.keys('hi'); + * // => ['0', '1'] + */ + var keys = nativeKeys; + + /** + * Creates an array of the own and inherited enumerable property names of `object`. + * + * **Note:** Non-object values are coerced to objects. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Object + * @param {Object} object The object to query. + * @returns {Array} Returns the array of property names. + * @example + * + * function Foo() { + * this.a = 1; + * this.b = 2; + * } + * + * Foo.prototype.c = 3; + * + * _.keysIn(new Foo); + * // => ['a', 'b', 'c'] (iteration order is not guaranteed) + */ + var keysIn = nativeKeysIn; + + /** + * Creates an object composed of the picked `object` properties. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Object + * @param {Object} object The source object. + * @param {...(string|string[])} [paths] The property paths to pick. + * @returns {Object} Returns the new object. + * @example + * + * var object = { 'a': 1, 'b': '2', 'c': 3 }; + * + * _.pick(object, ['a', 'c']); + * // => { 'a': 1, 'c': 3 } + */ + var pick = flatRest(function(object, paths) { + return object == null ? {} : basePick(object, paths); + }); + + /** + * This method is like `_.get` except that if the resolved value is a + * function it's invoked with the `this` binding of its parent object and + * its result is returned. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Object + * @param {Object} object The object to query. + * @param {Array|string} path The path of the property to resolve. + * @param {*} [defaultValue] The value returned for `undefined` resolved values. + * @returns {*} Returns the resolved value. + * @example + * + * var object = { 'a': [{ 'b': { 'c1': 3, 'c2': _.constant(4) } }] }; + * + * _.result(object, 'a[0].b.c1'); + * // => 3 + * + * _.result(object, 'a[0].b.c2'); + * // => 4 + * + * _.result(object, 'a[0].b.c3', 'default'); + * // => 'default' + * + * _.result(object, 'a[0].b.c3', _.constant('default')); + * // => 'default' + */ + function result(object, path, defaultValue) { + var value = object == null ? undefined : object[path]; + if (value === undefined) { + value = defaultValue; + } + return isFunction(value) ? value.call(object) : value; + } + + /** + * Creates an array of the own enumerable string keyed property values of `object`. + * + * **Note:** Non-object values are coerced to objects. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Object + * @param {Object} object The object to query. + * @returns {Array} Returns the array of property values. + * @example + * + * function Foo() { + * this.a = 1; + * this.b = 2; + * } + * + * Foo.prototype.c = 3; + * + * _.values(new Foo); + * // => [1, 2] (iteration order is not guaranteed) + * + * _.values('hi'); + * // => ['h', 'i'] + */ + function values(object) { + return object == null ? [] : baseValues(object, keys(object)); + } + + /*------------------------------------------------------------------------*/ + + /** + * Converts the characters "&", "<", ">", '"', and "'" in `string` to their + * corresponding HTML entities. + * + * **Note:** No other characters are escaped. To escape additional + * characters use a third-party library like [_he_](https://mths.be/he). + * + * Though the ">" character is escaped for symmetry, characters like + * ">" and "/" don't need escaping in HTML and have no special meaning + * unless they're part of a tag or unquoted attribute value. See + * [Mathias Bynens's article](https://mathiasbynens.be/notes/ambiguous-ampersands) + * (under "semi-related fun fact") for more details. + * + * When working with HTML you should always + * [quote attribute values](http://wonko.com/post/html-escaping) to reduce + * XSS vectors. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category String + * @param {string} [string=''] The string to escape. + * @returns {string} Returns the escaped string. + * @example + * + * _.escape('fred, barney, & pebbles'); + * // => 'fred, barney, & pebbles' + */ + function escape(string) { + string = toString(string); + return (string && reHasUnescapedHtml.test(string)) + ? string.replace(reUnescapedHtml, escapeHtmlChar) + : string; + } + + /*------------------------------------------------------------------------*/ + + /** + * This method returns the first argument it receives. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Util + * @param {*} value Any value. + * @returns {*} Returns `value`. + * @example + * + * var object = { 'a': 1 }; + * + * console.log(_.identity(object) === object); + * // => true + */ + function identity(value) { + return value; + } + + /** + * Creates a function that invokes `func` with the arguments of the created + * function. If `func` is a property name, the created function returns the + * property value for a given element. If `func` is an array or object, the + * created function returns `true` for elements that contain the equivalent + * source properties, otherwise it returns `false`. + * + * @static + * @since 4.0.0 + * @memberOf _ + * @category Util + * @param {*} [func=_.identity] The value to convert to a callback. + * @returns {Function} Returns the callback. + * @example + * + * var users = [ + * { 'user': 'barney', 'age': 36, 'active': true }, + * { 'user': 'fred', 'age': 40, 'active': false } + * ]; + * + * // The `_.matches` iteratee shorthand. + * _.filter(users, _.iteratee({ 'user': 'barney', 'active': true })); + * // => [{ 'user': 'barney', 'age': 36, 'active': true }] + * + * // The `_.matchesProperty` iteratee shorthand. + * _.filter(users, _.iteratee(['user', 'fred'])); + * // => [{ 'user': 'fred', 'age': 40 }] + * + * // The `_.property` iteratee shorthand. + * _.map(users, _.iteratee('user')); + * // => ['barney', 'fred'] + * + * // Create custom iteratee shorthands. + * _.iteratee = _.wrap(_.iteratee, function(iteratee, func) { + * return !_.isRegExp(func) ? iteratee(func) : function(string) { + * return func.test(string); + * }; + * }); + * + * _.filter(['abc', 'def'], /ef/); + * // => ['def'] + */ + var iteratee = baseIteratee; + + /** + * Creates a function that performs a partial deep comparison between a given + * object and `source`, returning `true` if the given object has equivalent + * property values, else `false`. + * + * **Note:** The created function is equivalent to `_.isMatch` with `source` + * partially applied. + * + * Partial comparisons will match empty array and empty object `source` + * values against any array or object value, respectively. See `_.isEqual` + * for a list of supported value comparisons. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Util + * @param {Object} source The object of property values to match. + * @returns {Function} Returns the new spec function. + * @example + * + * var objects = [ + * { 'a': 1, 'b': 2, 'c': 3 }, + * { 'a': 4, 'b': 5, 'c': 6 } + * ]; + * + * _.filter(objects, _.matches({ 'a': 4, 'c': 6 })); + * // => [{ 'a': 4, 'b': 5, 'c': 6 }] + */ + function matches(source) { + return baseMatches(assign({}, source)); + } + + /** + * Adds all own enumerable string keyed function properties of a source + * object to the destination object. If `object` is a function, then methods + * are added to its prototype as well. + * + * **Note:** Use `_.runInContext` to create a pristine `lodash` function to + * avoid conflicts caused by modifying the original. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Util + * @param {Function|Object} [object=lodash] The destination object. + * @param {Object} source The object of functions to add. + * @param {Object} [options={}] The options object. + * @param {boolean} [options.chain=true] Specify whether mixins are chainable. + * @returns {Function|Object} Returns `object`. + * @example + * + * function vowels(string) { + * return _.filter(string, function(v) { + * return /[aeiou]/i.test(v); + * }); + * } + * + * _.mixin({ 'vowels': vowels }); + * _.vowels('fred'); + * // => ['e'] + * + * _('fred').vowels().value(); + * // => ['e'] + * + * _.mixin({ 'vowels': vowels }, { 'chain': false }); + * _('fred').vowels(); + * // => ['e'] + */ + function mixin(object, source, options) { + var props = keys(source), + methodNames = baseFunctions(source, props); + + if (options == null && + !(isObject(source) && (methodNames.length || !props.length))) { + options = source; + source = object; + object = this; + methodNames = baseFunctions(source, keys(source)); + } + var chain = !(isObject(options) && 'chain' in options) || !!options.chain, + isFunc = isFunction(object); + + baseEach(methodNames, function(methodName) { + var func = source[methodName]; + object[methodName] = func; + if (isFunc) { + object.prototype[methodName] = function() { + var chainAll = this.__chain__; + if (chain || chainAll) { + var result = object(this.__wrapped__), + actions = result.__actions__ = copyArray(this.__actions__); + + actions.push({ 'func': func, 'args': arguments, 'thisArg': object }); + result.__chain__ = chainAll; + return result; + } + return func.apply(object, arrayPush([this.value()], arguments)); + }; + } + }); + + return object; + } + + /** + * Reverts the `_` variable to its previous value and returns a reference to + * the `lodash` function. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Util + * @returns {Function} Returns the `lodash` function. + * @example + * + * var lodash = _.noConflict(); + */ + function noConflict() { + if (root._ === this) { + root._ = oldDash; + } + return this; + } + + /** + * This method returns `undefined`. + * + * @static + * @memberOf _ + * @since 2.3.0 + * @category Util + * @example + * + * _.times(2, _.noop); + * // => [undefined, undefined] + */ + function noop() { + // No operation performed. + } + + /** + * Generates a unique ID. If `prefix` is given, the ID is appended to it. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Util + * @param {string} [prefix=''] The value to prefix the ID with. + * @returns {string} Returns the unique ID. + * @example + * + * _.uniqueId('contact_'); + * // => 'contact_104' + * + * _.uniqueId(); + * // => '105' + */ + function uniqueId(prefix) { + var id = ++idCounter; + return toString(prefix) + id; + } + + /*------------------------------------------------------------------------*/ + + /** + * Computes the maximum value of `array`. If `array` is empty or falsey, + * `undefined` is returned. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Math + * @param {Array} array The array to iterate over. + * @returns {*} Returns the maximum value. + * @example + * + * _.max([4, 2, 8, 6]); + * // => 8 + * + * _.max([]); + * // => undefined + */ + function max(array) { + return (array && array.length) + ? baseExtremum(array, identity, baseGt) + : undefined; + } + + /** + * Computes the minimum value of `array`. If `array` is empty or falsey, + * `undefined` is returned. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Math + * @param {Array} array The array to iterate over. + * @returns {*} Returns the minimum value. + * @example + * + * _.min([4, 2, 8, 6]); + * // => 2 + * + * _.min([]); + * // => undefined + */ + function min(array) { + return (array && array.length) + ? baseExtremum(array, identity, baseLt) + : undefined; + } + + /*------------------------------------------------------------------------*/ + + // Add methods that return wrapped values in chain sequences. + lodash.assignIn = assignIn; + lodash.before = before; + lodash.bind = bind; + lodash.chain = chain; + lodash.compact = compact; + lodash.concat = concat; + lodash.create = create; + lodash.defaults = defaults; + lodash.defer = defer; + lodash.delay = delay; + lodash.filter = filter; + lodash.flatten = flatten; + lodash.flattenDeep = flattenDeep; + lodash.iteratee = iteratee; + lodash.keys = keys; + lodash.map = map; + lodash.matches = matches; + lodash.mixin = mixin; + lodash.negate = negate; + lodash.once = once; + lodash.pick = pick; + lodash.slice = slice; + lodash.sortBy = sortBy; + lodash.tap = tap; + lodash.thru = thru; + lodash.toArray = toArray; + lodash.values = values; + + // Add aliases. + lodash.extend = assignIn; + + // Add methods to `lodash.prototype`. + mixin(lodash, lodash); + + /*------------------------------------------------------------------------*/ + + // Add methods that return unwrapped values in chain sequences. + lodash.clone = clone; + lodash.escape = escape; + lodash.every = every; + lodash.find = find; + lodash.forEach = forEach; + lodash.has = has; + lodash.head = head; + lodash.identity = identity; + lodash.indexOf = indexOf; + lodash.isArguments = isArguments; + lodash.isArray = isArray; + lodash.isBoolean = isBoolean; + lodash.isDate = isDate; + lodash.isEmpty = isEmpty; + lodash.isEqual = isEqual; + lodash.isFinite = isFinite; + lodash.isFunction = isFunction; + lodash.isNaN = isNaN; + lodash.isNull = isNull; + lodash.isNumber = isNumber; + lodash.isObject = isObject; + lodash.isRegExp = isRegExp; + lodash.isString = isString; + lodash.isUndefined = isUndefined; + lodash.last = last; + lodash.max = max; + lodash.min = min; + lodash.noConflict = noConflict; + lodash.noop = noop; + lodash.reduce = reduce; + lodash.result = result; + lodash.size = size; + lodash.some = some; + lodash.uniqueId = uniqueId; + + // Add aliases. + lodash.each = forEach; + lodash.first = head; + + mixin(lodash, (function() { + var source = {}; + baseForOwn(lodash, function(func, methodName) { + if (!hasOwnProperty.call(lodash.prototype, methodName)) { + source[methodName] = func; + } + }); + return source; + }()), { 'chain': false }); + + /*------------------------------------------------------------------------*/ + + /** + * The semantic version number. + * + * @static + * @memberOf _ + * @type {string} + */ + lodash.VERSION = VERSION; + + // Add `Array` methods to `lodash.prototype`. + baseEach(['pop', 'join', 'replace', 'reverse', 'split', 'push', 'shift', 'sort', 'splice', 'unshift'], function(methodName) { + var func = (/^(?:replace|split)$/.test(methodName) ? String.prototype : arrayProto)[methodName], + chainName = /^(?:push|sort|unshift)$/.test(methodName) ? 'tap' : 'thru', + retUnwrapped = /^(?:pop|join|replace|shift)$/.test(methodName); + + lodash.prototype[methodName] = function() { + var args = arguments; + if (retUnwrapped && !this.__chain__) { + var value = this.value(); + return func.apply(isArray(value) ? value : [], args); + } + return this[chainName](function(value) { + return func.apply(isArray(value) ? value : [], args); + }); + }; + }); + + // Add chain sequence methods to the `lodash` wrapper. + lodash.prototype.toJSON = lodash.prototype.valueOf = lodash.prototype.value = wrapperValue; + + /*--------------------------------------------------------------------------*/ + + // Some AMD build optimizers, like r.js, check for condition patterns like: + if (true) { + // Expose Lodash on the global object to prevent errors when Lodash is + // loaded by a script tag in the presence of an AMD loader. + // See http://requirejs.org/docs/errors.html#mismatch for more details. + // Use `_.noConflict` to remove Lodash from the global object. + root._ = lodash; + + // Define as an anonymous module so, through path mapping, it can be + // referenced as the "underscore" module. + !(__WEBPACK_AMD_DEFINE_RESULT__ = function() { + return lodash; + }.call(exports, __webpack_require__, exports, module), __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__)); + } + // Check for `exports` after `define` in case a build optimizer adds it. + else if (freeModule) { + // Export for Node.js. + (freeModule.exports = lodash)._ = lodash; + // Export for CommonJS support. + freeExports._ = lodash; + } + else { + // Export to the global object. + root._ = lodash; + } + }.call(this)); + + /* WEBPACK VAR INJECTION */}.call(exports, (function() { return this; }()), __webpack_require__(59)(module))) + +/***/ }), +/* 59 */ +/***/ (function(module, exports) { + + module.exports = function(module) { + if(!module.webpackPolyfill) { + module.deprecate = function() {}; + module.paths = []; + // module.parent = undefined by default + module.children = []; + module.webpackPolyfill = 1; + } + return module; + } + + +/***/ }), +/* 60 */ +/***/ (function(module, exports, __webpack_require__) { + + var ArrowLink = __webpack_require__(61); + var BoxArrowLink = __webpack_require__(22); + var PlainLink = __webpack_require__(23); + var OwlDisjointWith = __webpack_require__(46); + var SetOperatorProperty = __webpack_require__(56); + + /** + * Stores the passed properties in links. + * @returns {Function} + */ + module.exports = (function (){ + var linkCreator = {}; + + /** + * Creates links from the passed properties. + * @param properties + */ + linkCreator.createLinks = function ( properties ){ + var links = groupPropertiesToLinks(properties); + + for ( var i = 0, l = links.length; i < l; i++ ) { + var link = links[i]; + + countAndSetLayers(link, links); + countAndSetLoops(link, links); + } + + return links; + }; + + /** + * Creates links of properties and - if existing - their inverses. + * @param properties the properties + * @returns {Array} + */ + function groupPropertiesToLinks( properties ){ + var links = [], + property, + addedProperties = __webpack_require__(62)(); + + for ( var i = 0, l = properties.length; i < l; i++ ) { + property = properties[i]; + + if ( !addedProperties.has(property) ) { + var link = createLink(property); + + property.link(link); + if ( property.inverse() ) { + property.inverse().link(link); + } + + links.push(link); + + addedProperties.add(property); + if ( property.inverse() ) { + addedProperties.add(property.inverse()); + } + } + } + + return links; + } + + function countAndSetLayers( link, allLinks ){ + var layer, + layers, + i, l; + + if ( typeof link.layers() === "undefined" ) { + layers = []; + + // Search for other links that are another layer + for ( i = 0, l = allLinks.length; i < l; i++ ) { + var otherLink = allLinks[i]; + if ( link.domain() === otherLink.domain() && link.range() === otherLink.range() || + link.domain() === otherLink.range() && link.range() === otherLink.domain() ) { + layers.push(otherLink); + } + } + + // Set the results on each of the layers + for ( i = 0, l = layers.length; i < l; ++i ) { + layer = layers[i]; + + layer.layerIndex(i); + layer.layers(layers); + } + } + } + + function countAndSetLoops( link, allLinks ){ + var loop, + loops, + i, l; + + if ( typeof link.loops() === "undefined" ) { + loops = []; + + // Search for other links that are also loops of the same node + for ( i = 0, l = allLinks.length; i < l; i++ ) { + var otherLink = allLinks[i]; + if ( link.domain() === otherLink.domain() && link.domain() === otherLink.range() ) { + loops.push(otherLink); + } + } + + // Set the results on each of the loops + for ( i = 0, l = loops.length; i < l; ++i ) { + loop = loops[i]; + + loop.loopIndex(i); + loop.loops(loops); + } + } + } + + function createLink( property ){ + var domain = property.domain(); + var range = property.range(); + + if ( property instanceof OwlDisjointWith ) { + return new PlainLink(domain, range, property); + } else if ( property instanceof SetOperatorProperty ) { + return new BoxArrowLink(domain, range, property); + } + return new ArrowLink(domain, range, property); + } + + return function (){ + // Return a function to keep module interfaces consistent + return linkCreator; + }; + })(); + + +/***/ }), +/* 61 */ +/***/ (function(module, exports, __webpack_require__) { + + var PlainLink = __webpack_require__(23); + + + module.exports = ArrowLink; + + function ArrowLink( domain, range, property ){ + PlainLink.apply(this, arguments); + } + + ArrowLink.prototype = Object.create(PlainLink.prototype); + ArrowLink.prototype.constructor = ArrowLink; + + + ArrowLink.prototype.draw = function ( linkGroup, markerContainer ){ + var property = this.label().property(); + var inverse = this.label().inverse(); + + createPropertyMarker(markerContainer, property); + if ( inverse ) { + createInverseMarker(markerContainer, inverse); + } + + PlainLink.prototype.draw.apply(this, arguments); + + // attach the markers to the link + linkGroup.attr("marker-end", "url(#" + property.markerId() + ")"); + if ( inverse ) { + linkGroup.attr("marker-start", "url(#" + inverse.markerId() + ")"); + } + }; + + function createPropertyMarker( markerContainer, property ){ + var marker = appendBasicMarker(markerContainer, property); + //marker.attr("refX", 12); + var m1X = -12; + var m1Y = 8; + var m2X = -12; + var m2Y = -8; + marker.append("path") + //.attr("d", "M0,-8L12,0L0,8Z") + .attr("d", "M0,0L " + m1X + "," + m1Y + "L" + m2X + "," + m2Y + "L" + 0 + "," + 0) + .classed(property.markerType(), true); + + property.markerElement(marker); + } + + function createInverseMarker( markerContainer, inverse ){ + var m1X = -12; + var m1Y = 8; + var m2X = -12; + var m2Y = -8; + var inverseMarker = appendBasicMarker(markerContainer, inverse); + inverseMarker.append("path") + //.attr("d", "M12,-8L0,0L12,8Z") + .attr("d", "M0,0L " + -m1X + "," + -m1Y + "L" + -m2X + "," + -m2Y + "L" + 0 + "," + 0) + .classed(inverse.markerType(), true); + + inverse.markerElement(inverseMarker); + } + + function appendBasicMarker( markerContainer, property ){ + return markerContainer.append("marker") + .datum(property) + .attr("id", property.markerId()) + + .attr("viewBox", "-14 -10 28 20") + .attr("markerWidth", 10) + .attr("markerHeight", 10) + //.attr("markerUnits", "userSpaceOnUse") + .attr("orient", "auto"); + } + + +/***/ }), +/* 62 */ +/***/ (function(module, exports, __webpack_require__) { + + /* WEBPACK VAR INJECTION */(function(d3) {/** + * A simple incomplete encapsulation of the d3 set, which is able to store webvowl + * elements by using their id. + */ + module.exports = function ( array ){ + + var set = {}, + d3Set = d3.set(array); + + set.has = function ( webvowlElement ){ + return d3Set.has(webvowlElement.id()); + }; + + set.add = function ( webvowlElement ){ + return d3Set.add(webvowlElement.id()); + }; + + set.remove = function ( webvowlElement ){ + return d3Set.remove(webvowlElement.id()); + }; + + set.empty = function (){ + return d3Set.empty(); + }; + + set.size = function (){ + return d3Set.size(); + }; + + return set; + }; + + /* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(6))) + +/***/ }), +/* 63 */ +/***/ (function(module, exports, __webpack_require__) { + + var BaseProperty = __webpack_require__(42); + var BaseNode = __webpack_require__(9); + var DatatypeNode = __webpack_require__(35); + var Thing = __webpack_require__(31); + var ObjectProperty = __webpack_require__(50); + var DatatypeProperty = __webpack_require__(44); + var RdfsSubClassOf = __webpack_require__(55); + var Label = __webpack_require__(24); + + + var tools = {}; + module.exports = function (){ + return tools; + }; + + tools.isLabel = function ( element ){ + return element instanceof Label; + }; + + tools.isNode = function ( element ){ + return element instanceof BaseNode; + }; + + tools.isDatatype = function ( node ){ + return node instanceof DatatypeNode; + }; + + tools.isThing = function ( node ){ + return node instanceof Thing; + }; + + tools.isProperty = function ( element ){ + return element instanceof BaseProperty; + }; + + tools.isObjectProperty = function ( element ){ + return element instanceof ObjectProperty; + }; + + tools.isDatatypeProperty = function ( element ){ + return element instanceof DatatypeProperty; + }; + + tools.isRdfsSubClassOf = function ( property ){ + return property instanceof RdfsSubClassOf; + }; + + +/***/ }), +/* 64 */ +/***/ (function(module, exports, __webpack_require__) { + + /* WEBPACK VAR INJECTION */(function(d3) {module.exports = function (){ + var options = {}, + data, + graphContainerSelector, + classDistance = 200, + datatypeDistance = 120, + loopDistance = 150, + charge = -500, + gravity = 0.025, + linkStrength = 1, + height = 600, + width = 800, + selectionModules = [], + filterModules = [], + minMagnification = 0.01, + maxMagnification = 4, + compactNotation = false, + dynamicLabelWidth = true, + // some filters + literalFilter, + // menus + gravityMenu, + filterMenu, + loadingModule, + modeMenu, + pausedMenu, + pickAndPinModule, + resetMenu, + searchMenu, + ontologyMenu, + sidebar, + leftSidebar, + editSidebar, + navigationMenu, + exportMenu, + graphObject, + zoomSlider, + datatypeFilter, + focuserModule, + colorExternalsModule, + compactNotationModule, + objectPropertyFilter, + subclassFilter, + setOperatorFilter, + maxLabelWidth = 120, + metadataObject = {}, + generalOntologyMetaData = {}, + disjointPropertyFilter, + rectangularRep = false, + warningModule, + prefixModule, + drawPropertyDraggerOnHover = true, + showDraggerObject = false, + directInputModule, + scaleNodesByIndividuals = true, + useAccuracyHelper = true, + showRenderingStatistic = true, + showInputModality = false, + hideDebugOptions = true, + nodeDegreeFilter, + debugMenu, + + supportedDatatypes = ["rdfs:Literal", "xsd:boolean", "xsd:double", "xsd:integer", "xsd:string", "undefined"], + supportedClasses = ["owl:Thing", "owl:Class", "owl:DeprecatedClass"], + supportedProperties = ["owl:objectProperty", + "rdfs:subClassOf", + "owl:disjointWith", + "owl:allValuesFrom", + "owl:someValuesFrom" + ], + prefixList = { + rdf: 'http://www.w3.org/1999/02/22-rdf-syntax-ns#', + rdfs: 'http://www.w3.org/2000/01/rdf-schema#', + owl: 'http://www.w3.org/2002/07/owl#', + xsd: 'http://www.w3.org/2001/XMLSchema#', + dc: 'http://purl.org/dc/elements/1.1/#', + xml: 'http://www.w3.org/XML/1998/namespace' + }; + + options.clearMetaObject = function (){ + generalOntologyMetaData = {}; + }; + options.clearGeneralMetaObject = function (){ + generalOntologyMetaData = {}; + }; + + options.debugMenu = function ( val ){ + if ( !arguments.length ) return debugMenu; + debugMenu = val; + }; + + options.getHideDebugFeatures = function (){ + return hideDebugOptions; + }; + options.executeHiddenDebugFeatuers = function (){ + hideDebugOptions = !hideDebugOptions; + d3.selectAll(".debugOption").classed("hidden", hideDebugOptions); + if ( hideDebugOptions === false ) { + graphObject.setForceTickFunctionWithFPS(); + } + else { + graphObject.setDefaultForceTickFunction(); + } + if ( debugMenu ) { + debugMenu.updateSettings(); + } + options.setHideDebugFeaturesForDefaultObject(hideDebugOptions); + }; + + + options.addOrUpdateGeneralObjectEntry = function ( property, value ){ + if ( generalOntologyMetaData.hasOwnProperty(property) ) { + //console.log("Updating Property:"+ property); + if ( property === "iri" ) { + if ( validURL(value) === false ) { + warningModule.showWarning("Invalid Ontology IRI", "Input IRI does not represent an URL", "Restoring previous IRI for ontology", 1, false); + return false; + } + } + generalOntologyMetaData[property] = value; + } else { + generalOntologyMetaData[property] = value; + } + return true; + }; + + options.getGeneralMetaObjectProperty = function ( property ){ + if ( generalOntologyMetaData.hasOwnProperty(property) ) { + return generalOntologyMetaData[property]; + } + }; + + options.getGeneralMetaObject = function (){ + return generalOntologyMetaData; + }; + + options.addOrUpdateMetaObjectEntry = function ( property, value ){ + + if ( metadataObject.hasOwnProperty(property) ) { + metadataObject[property] = value; + } else { + metadataObject[property] = value; + } + }; + + options.getMetaObjectProperty = function ( property ){ + if ( metadataObject.hasOwnProperty(property) ) { + return metadataObject[property]; + } + }; + options.getMetaObject = function (){ + return metadataObject; + }; + + + options.prefixList = function (){ + return prefixList; + }; + options.addPrefix = function ( prefix, url ){ + prefixList[prefix] = url; + }; + + function validURL( str ){ + var urlregex = /^(https?|ftp):\/\/([a-zA-Z0-9.-]+(:[a-zA-Z0-9.&%$-]+)*@)*((25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9][0-9]?)(\.(25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9]?[0-9])){3}|([a-zA-Z0-9-]+\.)*[a-zA-Z0-9-]+\.(com|edu|gov|int|mil|net|org|biz|arpa|info|name|pro|aero|coop|museum|[a-zA-Z]{2}))(:[0-9]+)*(\/($|[a-zA-Z0-9.,?'\\+&%$#=~_-]+))*$/; + return urlregex.test(str); + } + + options.updatePrefix = function ( oldPrefix, newPrefix, oldURL, newURL ){ + if ( oldPrefix === newPrefix && oldURL === newURL ) { + // console.log("Nothing to update"); + return true; + } + if ( oldPrefix === newPrefix && oldURL !== newURL && validURL(newURL) === true ) { + // console.log("Update URL"); + prefixList[oldPrefix] = newURL; + } else if ( oldPrefix === newPrefix && oldURL !== newURL && validURL(newURL) === false ) { + if ( validURL(newURL) === false ) { + warningModule.showWarning("Invalid Prefix IRI", "Input IRI does not represent an IRI", "You should enter a valid IRI in form of a URL", 1, false); + return false; + } + + return false; + } + if ( oldPrefix !== newPrefix && validURL(newURL) === true ) { + + // sanity check + if ( prefixList.hasOwnProperty(newPrefix) ) { + // console.log("Already have this prefix!"); + warningModule.showWarning("Prefix Already Exist", "Prefix: " + newPrefix + " is already defined", "You should use an other one", 1, false); + return false; + } + options.removePrefix(oldPrefix); + options.addPrefix(newPrefix, newURL); + editSidebar.updateEditDeleteButtonIds(oldPrefix, newPrefix); + return true; + } + + // console.log("Is new URL ("+newURL+") valid? >> "+validURL(newURL)); + if ( validURL(newURL) === false ) { + warningModule.showWarning("Invalid Prefix IRI", "Input IRI does not represent an URL", "You should enter a valid URL", 1, false); + + } + return false; + }; + + options.removePrefix = function ( prefix ){ + delete prefixList[prefix]; + }; + + + options.supportedDatatypes = function (){ + return supportedDatatypes; + }; + options.supportedClasses = function (){ + return supportedClasses; + }; + options.supportedProperties = function (){ + return supportedProperties; + }; + + options.datatypeFilter = function ( val ){ + if ( !arguments.length ) return datatypeFilter; + datatypeFilter = val; + }; + + options.showDraggerObject = function ( val ){ + if ( !arguments.length ) { + return showDraggerObject; + } + showDraggerObject = val; + }; + options.useAccuracyHelper = function ( val ){ + if ( !arguments.length ) { + return useAccuracyHelper; + } + useAccuracyHelper = val; + }; + options.showAccuracyHelper = function ( val ){ + if ( !arguments.length ) { + return options.showDraggerObject(); + } + options.showDraggerObject(val); + }; + options.showRenderingStatistic = function ( val ){ + if ( !arguments.length ) { + return showRenderingStatistic; + } + showRenderingStatistic = val; + }; + options.showInputModality = function ( val ){ + if ( !arguments.length ) { + return showInputModality; + } + showInputModality = val; + }; + + options.drawPropertyDraggerOnHover = function ( val ){ + if ( !arguments.length ) return drawPropertyDraggerOnHover; + drawPropertyDraggerOnHover = val; + }; + + options.warningModule = function ( val ){ + if ( !arguments.length ) return warningModule; + warningModule = val; + }; + options.directInputModule = function ( val ){ + if ( !arguments.length ) return directInputModule; + directInputModule = val; + }; + options.prefixModule = function ( val ){ + if ( !arguments.length ) return prefixModule; + prefixModule = val; + }; + + options.focuserModule = function ( val ){ + if ( !arguments.length ) return focuserModule; + focuserModule = val; + }; + options.colorExternalsModule = function ( val ){ + if ( !arguments.length ) return colorExternalsModule; + colorExternalsModule = val; + }; + options.compactNotationModule = function ( val ){ + if ( !arguments.length ) return compactNotationModule; + compactNotationModule = val; + }; + + options.maxLabelWidth = function ( val ){ + if ( !arguments.length ) return maxLabelWidth; + maxLabelWidth = val; + }; + options.objectPropertyFilter = function ( val ){ + if ( !arguments.length ) return objectPropertyFilter; + objectPropertyFilter = val; + }; + options.disjointPropertyFilter = function ( val ){ + if ( !arguments.length ) return disjointPropertyFilter; + disjointPropertyFilter = val; + }; + options.subclassFilter = function ( val ){ + if ( !arguments.length ) return subclassFilter; + subclassFilter = val; + }; + options.setOperatorFilter = function ( val ){ + if ( !arguments.length ) return setOperatorFilter; + setOperatorFilter = val; + }; + options.leftSidebar = function ( val ){ + if ( !arguments.length ) return leftSidebar; + leftSidebar = val; + }; + options.editSidebar = function ( val ){ + if ( !arguments.length ) return editSidebar; + editSidebar = val; + }; + + options.zoomSlider = function ( val ){ + if ( !arguments.length ) return zoomSlider; + zoomSlider = val; + }; + + options.graphObject = function ( val ){ + if ( !arguments.length ) return graphObject; + graphObject = val; + }; + + + var defaultOptionsConfig = {}; + defaultOptionsConfig.sidebar = "1"; + defaultOptionsConfig.doc = -1; + defaultOptionsConfig.cd = 200; + defaultOptionsConfig.dd = 120; + defaultOptionsConfig.editorMode = "false"; + defaultOptionsConfig.filter_datatypes = "false"; + defaultOptionsConfig.filter_objectProperties = "false"; + defaultOptionsConfig.filter_sco = "false"; + defaultOptionsConfig.filter_disjoint = "true"; + defaultOptionsConfig.filter_setOperator = "false"; + defaultOptionsConfig.mode_dynamic = "true"; + defaultOptionsConfig.mode_scaling = "true"; + defaultOptionsConfig.mode_compact = "false"; + defaultOptionsConfig.mode_colorExt = "true"; + defaultOptionsConfig.mode_multiColor = "false"; + defaultOptionsConfig.debugFeatures = "false"; + defaultOptionsConfig.rect = 0; + + + options.initialConfig = function (){ + var initCfg = {}; + initCfg.sidebar = "1"; + initCfg.doc = -1; + initCfg.cd = 200; + initCfg.dd = 120; + initCfg.editorMode = "false"; + initCfg.filter_datatypes = "false"; + initCfg.filter_objectProperties = "false"; + initCfg.filter_sco = "false"; + initCfg.filter_disjoint = "true"; + initCfg.filter_setOperator = "false"; + initCfg.mode_dynamic = "true"; + initCfg.mode_scaling = "true"; + initCfg.mode_compact = "false"; + initCfg.mode_colorExt = "true"; + initCfg.mode_multiColor = "false"; + initCfg.mode_pnp = "false"; + initCfg.debugFeatures = "false"; + initCfg.rect = 0; + return initCfg; + }; + + options.setEditorModeForDefaultObject = function ( val ){ + defaultOptionsConfig.editorMode = String(val); + }; + options.setHideDebugFeaturesForDefaultObject = function ( val ){ + defaultOptionsConfig.debugFeatures = String(!val); + }; + + function updateConfigObject(){ + defaultOptionsConfig.sidebar = options.sidebar().getSidebarVisibility(); + defaultOptionsConfig.cd = options.classDistance(); + defaultOptionsConfig.dd = options.datatypeDistance(); + defaultOptionsConfig.filter_datatypes = String(options.filterMenu().getCheckBoxValue("datatypeFilterCheckbox")); + defaultOptionsConfig.filter_sco = String(options.filterMenu().getCheckBoxValue("subclassFilterCheckbox")); + defaultOptionsConfig.filter_disjoint = String(options.filterMenu().getCheckBoxValue("disjointFilterCheckbox")); + defaultOptionsConfig.filter_setOperator = String(options.filterMenu().getCheckBoxValue("setoperatorFilterCheckbox")); + defaultOptionsConfig.filter_objectProperties = String(options.filterMenu().getCheckBoxValue("objectPropertyFilterCheckbox")); + defaultOptionsConfig.mode_dynamic = String(options.dynamicLabelWidth()); + defaultOptionsConfig.mode_scaling = String(options.modeMenu().getCheckBoxValue("nodescalingModuleCheckbox")); + defaultOptionsConfig.mode_compact = String(options.modeMenu().getCheckBoxValue("compactnotationModuleCheckbox")); + defaultOptionsConfig.mode_colorExt = String(options.modeMenu().getCheckBoxValue("colorexternalsModuleCheckbox")); + defaultOptionsConfig.mode_multiColor = String(options.modeMenu().colorModeState()); + defaultOptionsConfig.mode_pnp = String(options.modeMenu().getCheckBoxValue("pickandpinModuleCheckbox")); + defaultOptionsConfig.rect = 0; + } + + options.defaultConfig = function (){ + updateConfigObject(); + return defaultOptionsConfig; + }; + + options.exportMenu = function ( val ){ + if ( !arguments.length ) return exportMenu; + exportMenu = val; + }; + + options.rectangularRepresentation = function ( val ){ + if ( !arguments.length ) { + return rectangularRep; + } else { + var intVal = parseInt(val); + if ( intVal === 0 ) { + rectangularRep = false; + } else { + rectangularRep = true; + } + } + }; + + options.dynamicLabelWidth = function ( val ){ + if ( !arguments.length ) + return dynamicLabelWidth; + else { + dynamicLabelWidth = val; + } + }; + options.sidebar = function ( s ){ + if ( !arguments.length ) return sidebar; + sidebar = s; + return options; + + }; + + options.navigationMenu = function ( m ){ + if ( !arguments.length ) return navigationMenu; + navigationMenu = m; + return options; + + }; + + options.ontologyMenu = function ( m ){ + if ( !arguments.length ) return ontologyMenu; + ontologyMenu = m; + return options; + }; + + options.searchMenu = function ( m ){ + if ( !arguments.length ) return searchMenu; + searchMenu = m; + return options; + }; + + options.resetMenu = function ( m ){ + if ( !arguments.length ) return resetMenu; + resetMenu = m; + return options; + }; + + options.pausedMenu = function ( m ){ + if ( !arguments.length ) return pausedMenu; + pausedMenu = m; + return options; + }; + + options.pickAndPinModule = function ( m ){ + if ( !arguments.length ) return pickAndPinModule; + pickAndPinModule = m; + return options; + }; + + options.gravityMenu = function ( m ){ + if ( !arguments.length ) return gravityMenu; + gravityMenu = m; + return options; + }; + + options.filterMenu = function ( m ){ + if ( !arguments.length ) return filterMenu; + filterMenu = m; + return options; + }; + + options.modeMenu = function ( m ){ + if ( !arguments.length ) return modeMenu; + modeMenu = m; + return options; + }; + + options.charge = function ( p ){ + if ( !arguments.length ) return charge; + charge = +p; + return options; + }; + + options.classDistance = function ( p ){ + if ( !arguments.length ) return classDistance; + classDistance = +p; + return options; + }; + + options.compactNotation = function ( p ){ + + if ( !arguments.length ) return compactNotation; + compactNotation = p; + return options; + }; + + options.data = function ( p ){ + if ( !arguments.length ) return data; + data = p; + return options; + }; + + options.datatypeDistance = function ( p ){ + if ( !arguments.length ) return datatypeDistance; + datatypeDistance = +p; + return options; + }; + + options.filterModules = function ( p ){ + if ( !arguments.length ) return filterModules; + filterModules = p; + return options; + }; + + options.graphContainerSelector = function ( p ){ + if ( !arguments.length ) return graphContainerSelector; + graphContainerSelector = p; + return options; + }; + + options.gravity = function ( p ){ + if ( !arguments.length ) return gravity; + gravity = +p; + return options; + }; + + options.height = function ( p ){ + if ( !arguments.length ) return height; + height = +p; + return options; + }; + + options.linkStrength = function ( p ){ + if ( !arguments.length ) return linkStrength; + linkStrength = +p; + return options; + }; + + options.loopDistance = function ( p ){ + if ( !arguments.length ) return loopDistance; + loopDistance = p; + return options; + }; + + options.minMagnification = function ( p ){ + if ( !arguments.length ) return minMagnification; + minMagnification = +p; + return options; + }; + + options.maxMagnification = function ( p ){ + if ( !arguments.length ) return maxMagnification; + maxMagnification = +p; + return options; + }; + + options.scaleNodesByIndividuals = function ( p ){ + if ( !arguments.length ) return scaleNodesByIndividuals; + scaleNodesByIndividuals = p; + return options; + }; + + options.selectionModules = function ( p ){ + if ( !arguments.length ) return selectionModules; + selectionModules = p; + return options; + }; + + options.width = function ( p ){ + if ( !arguments.length ) return width; + width = +p; + return options; + }; + + options.literalFilter = function ( p ){ + if ( !arguments.length ) return literalFilter; + literalFilter = p; + return options; + }; + options.nodeDegreeFilter = function ( p ){ + if ( !arguments.length ) return nodeDegreeFilter; + nodeDegreeFilter = p; + return options; + }; + + options.loadingModule = function ( p ){ + if ( !arguments.length ) return loadingModule; + loadingModule = p; + return options; + }; + + // define url loadable options; + // update all set values in the default object + options.setOptionsFromURL = function ( opts, changeEditFlag ){ + if ( opts.sidebar !== undefined ) sidebar.showSidebar(parseInt(opts.sidebar), true); + if ( opts.doc ) { + var asInt = parseInt(opts.doc); + filterMenu.setDegreeSliderValue(asInt); + graphObject.setGlobalDOF(asInt); + // reset the value to be -1; + defaultOptionsConfig.doc = -1; + } + var settingFlag = false; + if ( opts.editorMode ) { + if ( opts.editorMode === "true" ) settingFlag = true; + d3.select("#editorModeModuleCheckbox").node().checked = settingFlag; + + if ( changeEditFlag && changeEditFlag === true ) { + graphObject.editorMode(settingFlag); + } + + // update config object + defaultOptionsConfig.editorMode = opts.editorMode; + + } + if ( opts.cd ) { // class distance + options.classDistance(opts.cd); // class distance + defaultOptionsConfig.cd = opts.cd; + } + if ( opts.dd ) { // data distance + options.datatypeDistance(opts.dd); + defaultOptionsConfig.cd = opts.cd; + } + if ( opts.cd || opts.dd ) options.gravityMenu().reset(); // reset the values so the slider is updated; + + + settingFlag = false; + if ( opts.filter_datatypes ) { + if ( opts.filter_datatypes === "true" ) settingFlag = true; + filterMenu.setCheckBoxValue("datatypeFilterCheckbox", settingFlag); + defaultOptionsConfig.filter_datatypes = opts.filter_datatypes; + } + if ( opts.debugFeatures ) { + if ( opts.debugFeatures === "true" ) settingFlag = true; + hideDebugOptions = settingFlag; + if ( options.getHideDebugFeatures() === false ) { + options.executeHiddenDebugFeatuers(); + } + defaultOptionsConfig.debugFeatures = opts.debugFeatures; + } + + settingFlag = false; + if ( opts.filter_objectProperties ) { + if ( opts.filter_objectProperties === "true" ) settingFlag = true; + filterMenu.setCheckBoxValue("objectPropertyFilterCheckbox", settingFlag); + defaultOptionsConfig.filter_objectProperties = opts.filter_objectProperties; + } + settingFlag = false; + if ( opts.filter_sco ) { + if ( opts.filter_sco === "true" ) settingFlag = true; + filterMenu.setCheckBoxValue("subclassFilterCheckbox", settingFlag); + defaultOptionsConfig.filter_sco = opts.filter_sco; + } + settingFlag = false; + if ( opts.filter_disjoint ) { + if ( opts.filter_disjoint === "true" ) settingFlag = true; + filterMenu.setCheckBoxValue("disjointFilterCheckbox", settingFlag); + defaultOptionsConfig.filter_disjoint = opts.filter_disjoint; + } + settingFlag = false; + if ( opts.filter_setOperator ) { + if ( opts.filter_setOperator === "true" ) settingFlag = true; + filterMenu.setCheckBoxValue("setoperatorFilterCheckbox", settingFlag); + defaultOptionsConfig.filter_setOperator = opts.filter_setOperator; + } + filterMenu.updateSettings(); + + // modesMenu + settingFlag = false; + if ( opts.mode_dynamic ) { + if ( opts.mode_dynamic === "true" ) settingFlag = true; + modeMenu.setDynamicLabelWidth(settingFlag); + dynamicLabelWidth = settingFlag; + defaultOptionsConfig.mode_dynamic = opts.mode_dynamic; + } + // settingFlag=false; + // THIS SHOULD NOT BE SET USING THE OPTIONS ON THE URL + // if (opts.mode_picnpin) { + // graph.options().filterMenu().setCheckBoxValue("pickandpin ModuleCheckbox", settingFlag); + // } + + settingFlag = false; + if ( opts.mode_pnp ) { + if ( opts.mode_pnp === "true" ) settingFlag = true; + modeMenu.setCheckBoxValue("pickandpinModuleCheckbox", settingFlag); + defaultOptionsConfig.mode_pnp = opts.mode_pnp; + } + + settingFlag = false; + if ( opts.mode_scaling ) { + if ( opts.mode_scaling === "true" ) settingFlag = true; + modeMenu.setCheckBoxValue("nodescalingModuleCheckbox", settingFlag); + defaultOptionsConfig.mode_scaling = opts.mode_scaling; + } + + settingFlag = false; + if ( opts.mode_compact ) { + if ( opts.mode_compact === "true" ) settingFlag = true; + modeMenu.setCheckBoxValue("compactnotationModuleCheckbox", settingFlag); + defaultOptionsConfig.mode_compact = opts.mode_compact; + } + + settingFlag = false; + if ( opts.mode_colorExt ) { + if ( opts.mode_colorExt === "true" ) settingFlag = true; + modeMenu.setCheckBoxValue("colorexternalsModuleCheckbox", settingFlag); + defaultOptionsConfig.mode_colorExt = opts.mode_colorExt; + } + + settingFlag = false; + if ( opts.mode_multiColor ) { + if ( opts.mode_multiColor === "true" ) settingFlag = true; + modeMenu.setColorSwitchStateUsingURL(settingFlag); + defaultOptionsConfig.mode_multiColor = opts.mode_multiColor; + } + modeMenu.updateSettingsUsingURL(); + options.rectangularRepresentation(opts.rect); + }; + + return options; + }; + + /* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(6))) + +/***/ }), +/* 65 */ +/***/ (function(module, exports, __webpack_require__) { + + /* WEBPACK VAR INJECTION */(function(d3) {var OwlDisjointWith = __webpack_require__(46); + var attributeParser = __webpack_require__(66)(); + var equivalentPropertyMerger = __webpack_require__(67)(); + var nodePrototypeMap = __webpack_require__(5)(); + var propertyPrototypeMap = __webpack_require__(40)(); + + /** + * Encapsulates the parsing and preparation logic of the input data. + * @param graph the graph object that will be passed to the elements + * @returns {{}} + */ + module.exports = function ( graph ){ + var parser = {}, + nodes, + properties, + classMap, + settingsData, + settingsImported = false, + settingsImportGraphZoomAndTranslation = false, + dictionary = [], + propertyMap; + + parser.getDictionary = function (){ + return dictionary; + }; + + parser.setDictionary = function ( d ){ + dictionary = d; + }; + + parser.settingsImported = function (){ + return settingsImported; + }; + parser.settingsImportGraphZoomAndTranslation = function (){ + return settingsImportGraphZoomAndTranslation; + }; + + parser.parseSettings = function (){ + settingsImported = true; + settingsImportGraphZoomAndTranslation = false; + + if ( !settingsData ) { + settingsImported = false; + return; + } + /** global settings **********************************************************/ + if ( settingsData.global ) { + if ( settingsData.global.zoom ) { + var zoomFactor = settingsData.global.zoom; + graph.setZoom(zoomFactor); + settingsImportGraphZoomAndTranslation = true; + } + + if ( settingsData.global.translation ) { + var translation = settingsData.global.translation; + graph.setTranslation(translation); + settingsImportGraphZoomAndTranslation = true; + } + + if ( settingsData.global.paused ) { + var paused = settingsData.global.paused; + graph.options().pausedMenu().setPauseValue(paused); + } + } + /** Gravity Settings **********************************************************/ + if ( settingsData.gravity ) { + if ( settingsData.gravity.classDistance ) { + var classDistance = settingsData.gravity.classDistance; + graph.options().classDistance(classDistance); + } + if ( settingsData.gravity.datatypeDistance ) { + var datatypeDistance = settingsData.gravity.datatypeDistance; + graph.options().datatypeDistance(datatypeDistance); + } + graph.options().gravityMenu().reset(); // reads the options values and sets the gui values + } + + + // shared variable declaration + + var i; + var id; + var checked; + /** Filter Settings **********************************************************/ + if ( settingsData.filter ) { + // checkbox settings + if ( settingsData.filter.checkBox ) { + var filter_cb = settingsData.filter.checkBox; + for ( i = 0; i < filter_cb.length; i++ ) { + id = filter_cb[i].id; + checked = filter_cb[i].checked; + graph.options().filterMenu().setCheckBoxValue(id, checked); + } + } + // node degree filter settings + if ( settingsData.filter.degreeSliderValue ) { + var degreeSliderValue = settingsData.filter.degreeSliderValue; + graph.options().filterMenu().setDegreeSliderValue(degreeSliderValue); + } + graph.options().filterMenu().updateSettings(); + } + + /** Modes Setting **********************************************************/ + if ( settingsData.modes ) { + // checkbox settings + if ( settingsData.modes.checkBox ) { + var modes_cb = settingsData.modes.checkBox; + for ( i = 0; i < modes_cb.length; i++ ) { + id = modes_cb[i].id; + checked = modes_cb[i].checked; + graph.options().modeMenu().setCheckBoxValue(id, checked); + } + } + // color switch settings + var state = settingsData.modes.colorSwitchState; + // state could be undefined + if ( state === true || state === false ) { + graph.options().modeMenu().setColorSwitchState(state); + } + graph.options().modeMenu().updateSettings(); + } + graph.updateStyle(); // updates graph representation(setting charges and distances) + }; + + + /** + * Parses the ontology data and preprocesses it (e.g. connecting inverse properties and so on). + * @param ontologyData the loaded ontology json file + */ + parser.parse = function ( ontologyData ){ + if ( !ontologyData ) { + nodes = []; + properties = []; + dictionary = []; + return; + } + dictionary = []; + if ( ontologyData.settings ) settingsData = ontologyData.settings; + else settingsData = undefined; + + var classes = combineClasses(ontologyData.class, ontologyData.classAttribute), + datatypes = combineClasses(ontologyData.datatype, ontologyData.datatypeAttribute), + combinedClassesAndDatatypes = classes.concat(datatypes), + unparsedProperties = ontologyData.property || [], + combinedProperties; + + // Inject properties for unions, intersections, ... + addSetOperatorProperties(combinedClassesAndDatatypes, unparsedProperties); + combinedProperties = combineProperties(unparsedProperties, ontologyData.propertyAttribute); + classMap = mapElements(combinedClassesAndDatatypes); + propertyMap = mapElements(combinedProperties); + mergeRangesOfEquivalentProperties(combinedProperties, combinedClassesAndDatatypes); + + // Process the graph data + convertTypesToIris(combinedClassesAndDatatypes, ontologyData.namespace); + convertTypesToIris(combinedProperties, ontologyData.namespace); + nodes = createNodeStructure(combinedClassesAndDatatypes, classMap); + properties = createPropertyStructure(combinedProperties, classMap, propertyMap); + }; + + /** + * @return {Array} the preprocessed nodes + */ + parser.nodes = function (){ + return nodes; + }; + + /** + * @returns {Array} the preprocessed properties + */ + parser.properties = function (){ + return properties; + }; + + /** + * Combines the passed objects with its attributes and prototypes. This also applies + * attributes defined in the base of the prototype. + */ + function combineClasses( baseObjects, attributes ){ + var combinations = []; + var prototypeMap = createLowerCasePrototypeMap(nodePrototypeMap); + + if ( baseObjects ) { + baseObjects.forEach(function ( element ){ + var matchingAttribute; + + if ( attributes ) { + // Look for an attribute with the same id and merge them + for ( var i = 0; i < attributes.length; i++ ) { + var attribute = attributes[i]; + if ( element.id === attribute.id ) { + matchingAttribute = attribute; + break; + } + } + addAdditionalAttributes(element, matchingAttribute); + } + + // Then look for a prototype to add its properties + var Prototype = prototypeMap.get(element.type.toLowerCase()); + + if ( Prototype ) { + addAdditionalAttributes(element, Prototype); // TODO might be unnecessary + + var node = new Prototype(graph); + node.annotations(element.annotations) + .baseIri(element.baseIri) + .comment(element.comment) + .complement(element.complement) + .disjointUnion(element.disjointUnion) + .description(element.description) + .equivalents(element.equivalent) + .id(element.id) + .intersection(element.intersection) + .label(element.label) + // .type(element.type) Ignore, because we predefined it + .union(element.union) + .iri(element.iri); + if ( element.pos ) { + node.x = element.pos[0]; + node.y = element.pos[1]; + node.px = node.x; + node.py = node.y; + } + //class element pin + var elementPinned = element.pinned; + if ( elementPinned === true ) { + node.pinned(true); + graph.options().pickAndPinModule().addPinnedElement(node); + } + // Create node objects for all individuals + if ( element.individuals ) { + element.individuals.forEach(function ( individual ){ + var individualNode = new Prototype(graph); + individualNode.label(individual.labels) + .iri(individual.iri); + + node.individuals().push(individualNode); + }); + } + + if ( element.attributes ) { + var deduplicatedAttributes = d3.set(element.attributes.concat(node.attributes())); + node.attributes(deduplicatedAttributes.values()); + } + combinations.push(node); + } else { + console.error("Unknown element type: " + element.type); + } + }); + } + + return combinations; + } + + function combineProperties( baseObjects, attributes ){ + var combinations = []; + var prototypeMap = createLowerCasePrototypeMap(propertyPrototypeMap); + + if ( baseObjects ) { + baseObjects.forEach(function ( element ){ + var matchingAttribute; + + if ( attributes ) { + // Look for an attribute with the same id and merge them + for ( var i = 0; i < attributes.length; i++ ) { + var attribute = attributes[i]; + if ( element.id === attribute.id ) { + matchingAttribute = attribute; + break; + } + } + addAdditionalAttributes(element, matchingAttribute); + } + + // Then look for a prototype to add its properties + var Prototype = prototypeMap.get(element.type.toLowerCase()); + + if ( Prototype ) { + // Create the matching object and set the properties + var property = new Prototype(graph); + property.annotations(element.annotations) + .baseIri(element.baseIri) + .cardinality(element.cardinality) + .comment(element.comment) + .domain(element.domain) + .description(element.description) + .equivalents(element.equivalent) + .id(element.id) + .inverse(element.inverse) + .label(element.label) + .minCardinality(element.minCardinality) + .maxCardinality(element.maxCardinality) + .range(element.range) + .subproperties(element.subproperty) + .superproperties(element.superproperty) + // .type(element.type) Ignore, because we predefined it + .iri(element.iri); + + // adding property position + if ( element.pos ) { + property.x = element.pos[0]; + property.y = element.pos[1]; + property.px = element.pos[0]; + property.py = element.pos[1]; + } + var elementPinned = element.pinned; + if ( elementPinned === true ) { + property.pinned(true); + graph.options().pickAndPinModule().addPinnedElement(property); + } + + + if ( element.attributes ) { + var deduplicatedAttributes = d3.set(element.attributes.concat(property.attributes())); + property.attributes(deduplicatedAttributes.values()); + } + combinations.push(property); + } else { + console.error("Unknown element type: " + element.type); + } + + }); + } + + return combinations; + } + + function createLowerCasePrototypeMap( prototypeMap ){ + return d3.map(prototypeMap.values(), function ( Prototype ){ + return new Prototype().type().toLowerCase(); + }); + } + + function mergeRangesOfEquivalentProperties( properties, nodes ){ + // pass clones of arrays into the merger to keep the current functionality of this module + var newNodes = equivalentPropertyMerger.merge(properties.slice(), nodes.slice(), propertyMap, classMap, graph); + + // replace all the existing nodes and map the nodes again + nodes.length = 0; + Array.prototype.push.apply(nodes, newNodes); + classMap = mapElements(nodes); + } + + /** + * Checks all attributes which have to be rewritten. + * For example: + * equivalent is filled with only ID's of the corresponding nodes. It would be better to used the + * object instead of the ID so we swap the ID's with the correct object reference and can delete it from drawing + * because it is not necessary. + */ + function createNodeStructure( rawNodes, classMap ){ + var nodes = []; + + // Set the default values + var maxIndividualCount = 0; + rawNodes.forEach(function ( node ){ + maxIndividualCount = Math.max(maxIndividualCount, node.individuals().length); + node.visible(true); + }); + + rawNodes.forEach(function ( node ){ + // Merge and connect the equivalent nodes + processEquivalentIds(node, classMap); + + attributeParser.parseClassAttributes(node); + + node.maxIndividualCount(maxIndividualCount); + }); + + // Collect all nodes that should be displayed + rawNodes.forEach(function ( node ){ + if ( node.visible() ) { + nodes.push(node); + } + }); + + return nodes; + } + + /** + * Sets the disjoint attribute of the nodes if a disjoint label is found. + * @param property + */ + function processDisjoints( property ){ + if ( property instanceof OwlDisjointWith === false ) { + return; + } + + var domain = property.domain(), + range = property.range(); + + // Check the domain. + if ( !domain.disjointWith() ) { + domain.disjointWith([]); + } + + // Check the range. + if ( !range.disjointWith() ) { + range.disjointWith([]); + } + + domain.disjointWith().push(property.range()); + range.disjointWith().push(property.domain()); + } + + /** + * Connect all properties and also their sub- and superproperties. + * We iterate over the rawProperties array because it is way faster than iterating + * over an object and its attributes. + * + * @param rawProperties the properties + * @param classMap a map of all classes + * @param propertyMap the properties in a map + */ + function createPropertyStructure( rawProperties, classMap, propertyMap ){ + var properties = []; + // Set default values + rawProperties.forEach(function ( property ){ + property.visible(true); + }); + + // Connect properties + rawProperties.forEach(function ( property ){ + var domain, + range, + domainObject, + rangeObject, + inverse; + + /* Skip properties that have no information about their domain and range, like + inverse properties with optional inverse and optional domain and range attributes */ + if ( (property.domain() && property.range()) || property.inverse() ) { + + var inversePropertyId = findId(property.inverse()); + // Look if an inverse property exists + if ( inversePropertyId ) { + inverse = propertyMap[inversePropertyId]; + if ( !inverse ) { + console.warn("No inverse property was found for id: " + inversePropertyId); + property.inverse(undefined); + } + } + + // Either domain and range are set on this property or at the inverse + if ( typeof property.domain() !== "undefined" && typeof property.range() !== "undefined" ) { + domain = findId(property.domain()); + range = findId(property.range()); + + domainObject = classMap[domain]; + rangeObject = classMap[range]; + } else if ( inverse ) { + // Domain and range need to be switched + domain = findId(inverse.range()); + range = findId(inverse.domain()); + + domainObject = classMap[domain]; + rangeObject = classMap[range]; + } else { + console.warn("Domain and range not found for property: " + property.id()); + } + + // Set the references on this property + property.domain(domainObject); + property.range(rangeObject); + + // Also set the attributes of the inverse property + if ( inverse ) { + property.inverse(inverse); + inverse.inverse(property); + + // Switch domain and range + inverse.domain(rangeObject); + inverse.range(domainObject); + } + } + // Reference sub- and superproperties + referenceSubOrSuperProperties(property.subproperties()); + referenceSubOrSuperProperties(property.superproperties()); + }); + + // Merge equivalent properties and process disjoints. + rawProperties.forEach(function ( property ){ + processEquivalentIds(property, propertyMap); + processDisjoints(property); + + attributeParser.parsePropertyAttributes(property); + }); + // Add additional information to the properties + rawProperties.forEach(function ( property ){ + // Properties of merged classes should point to/from the visible equivalent class + var propertyWasRerouted = false; + + if ( property.domain() === undefined ) { + console.warn("No Domain was found for id:" + property.id()); + return; + } + + if ( wasNodeMerged(property.domain()) ) { + property.domain(property.domain().equivalentBase()); + propertyWasRerouted = true; + } + if ( property.range() === undefined ) { + console.warn("No range was found for id:" + property.id()); + return; + } + if ( wasNodeMerged(property.range()) ) { + property.range(property.range().equivalentBase()); + propertyWasRerouted = true; + } + // But there should not be two equal properties between the same domain and range + var equalProperty = getOtherEqualProperty(rawProperties, property); + + if ( propertyWasRerouted && equalProperty ) { + property.visible(false); + + equalProperty.redundantProperties().push(property); + } + + // Hide property if source or target node is hidden + if ( !property.domain().visible() || !property.range().visible() ) { + property.visible(false); + } + + // Collect all properties that should be displayed + if ( property.visible() ) { + properties.push(property); + } + }); + return properties; + } + + function referenceSubOrSuperProperties( subOrSuperPropertiesArray ){ + var i, l; + + if ( !subOrSuperPropertiesArray ) { + return; + } + + for ( i = 0, l = subOrSuperPropertiesArray.length; i < l; ++i ) { + var subOrSuperPropertyId = findId(subOrSuperPropertiesArray[i]); + var subOrSuperProperty = propertyMap[subOrSuperPropertyId]; + + if ( subOrSuperProperty ) { + // Replace id with object + subOrSuperPropertiesArray[i] = subOrSuperProperty; + } else { + console.warn("No sub-/superproperty was found for id: " + subOrSuperPropertyId); + } + } + } + + function wasNodeMerged( node ){ + return !node.visible() && node.equivalentBase(); + } + + function getOtherEqualProperty( properties, referenceProperty ){ + var i, l, property; + + for ( i = 0, l = properties.length; i < l; i++ ) { + property = properties[i]; + + if ( referenceProperty === property ) { + continue; + } + if ( referenceProperty.domain() !== property.domain() || + referenceProperty.range() !== property.range() ) { + continue; + } + + // Check for an equal IRI, if non existent compare label and type + if ( referenceProperty.iri() && property.iri() ) { + if ( referenceProperty.iri() === property.iri() ) { + return property; + } + } else if ( referenceProperty.type() === property.type() && + referenceProperty.defaultLabel() === property.defaultLabel() ) { + return property; + } + } + + return undefined; + } + + /** + * Generates and adds properties for links to set operators. + * @param classes unprocessed classes + * @param properties unprocessed properties + */ + function addSetOperatorProperties( classes, properties ){ + function addProperties( domainId, rangeIds, operatorType ){ + if ( !rangeIds ) { + return; + } + + rangeIds.forEach(function ( rangeId, index ){ + var property = { + id: "GENERATED-" + operatorType + "-" + domainId + "-" + rangeId + "-" + index, + type: "setOperatorProperty", + domain: domainId, + range: rangeId + }; + + properties.push(property); + }); + } + + classes.forEach(function ( clss ){ + addProperties(clss.id(), clss.complement(), "COMPLEMENT"); + addProperties(clss.id(), clss.intersection(), "INTERSECTION"); + addProperties(clss.id(), clss.union(), "UNION"); + addProperties(clss.id(), clss.disjointUnion(), "DISJOINTUNION"); + }); + } + + /** + * Replaces the ids of equivalent nodes/properties with the matching objects, cross references them + * and tags them as processed. + * @param element a node or a property + * @param elementMap a map where nodes/properties can be looked up + */ + function processEquivalentIds( element, elementMap ){ + var eqIds = element.equivalents(); + + if ( !eqIds || element.equivalentBase() ) { + return; + } + + // Replace ids with the corresponding objects + for ( var i = 0, l = eqIds.length; i < l; ++i ) { + var eqId = findId(eqIds[i]); + var eqObject = elementMap[eqId]; + + if ( eqObject ) { + // Cross reference both objects + eqObject.equivalents(eqObject.equivalents()); + eqObject.equivalents().push(element); + eqObject.equivalentBase(element); + eqIds[i] = eqObject; + + // Hide other equivalent nodes + eqObject.visible(false); + } else { + console.warn("No class/property was found for equivalent id: " + eqId); + } + } + } + + /** + * Tries to convert the type to an iri and sets it. + * @param elements classes or properties + * @param namespaces an array of namespaces + */ + function convertTypesToIris( elements, namespaces ){ + elements.forEach(function ( element ){ + if ( typeof element.iri() === "string" ) { + element.iri(replaceNamespace(element.iri(), namespaces)); + } + }); + } + + /** + * Creates a map by mapping the array with the passed function. + * @param array the array + * @returns {{}} + */ + function mapElements( array ){ + var map = {}; + for ( var i = 0, length = array.length; i < length; i++ ) { + var element = array[i]; + map[element.id()] = element; + } + return map; + } + + /** + * Adds the attributes of the additional object to the base object, but doesn't + * overwrite existing ones. + * + * @param base the base object + * @param addition the object with additional data + * @returns the combination is also returned + */ + function addAdditionalAttributes( base, addition ){ + // Check for an undefined value + addition = addition || {}; + + for ( var addAttribute in addition ) { + // Add the attribute if it doesn't exist + if ( !(addAttribute in base) && addition.hasOwnProperty(addAttribute) ) { + base[addAttribute] = addition[addAttribute]; + } + } + return base; + } + + /** + * Replaces the namespace (and the separator) if one exists and returns the new value. + * @param address the address with a namespace in it + * @param namespaces an array of namespaces + * @returns {string} the processed address with the (possibly) replaced namespace + */ + function replaceNamespace( address, namespaces ){ + var separatorIndex = address.indexOf(":"); + if ( separatorIndex === -1 ) { + return address; + } + var namespaceName = address.substring(0, separatorIndex); + + for ( var i = 0, length = namespaces.length; i < length; ++i ) { + var namespace = namespaces[i]; + if ( namespaceName === namespace.name ) { + return namespace.iri + address.substring(separatorIndex + 1); + } + } + + return address; + } + + /** + * Looks whether the passed object is already the id or if it was replaced + * with the object that belongs to the id. + * @param object an id, a class or a property + * @returns {string} the id of the passed object or undefined + */ + function findId( object ){ + if ( !object ) { + return undefined; + } else if ( typeof object === "string" ) { + return object; + } else if ( "id" in object ) { + return object.id(); + } else { + console.warn("No Id was found for this object: " + object); + return undefined; + } + } + + return parser; + }; + + /* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(6))) + +/***/ }), +/* 66 */ +/***/ (function(module, exports) { + + /** + * Parses the attributes an element has and sets the corresponding attributes. + * @returns {Function} + */ + module.exports = (function (){ + var attributeParser = {}, + // Style + ANONYMOUS = "anonymous", + DATATYPE = "datatype", + DEPRECATED = "deprecated", + EXTERNAL = "external", + OBJECT = "object", + RDF = "rdf", + // Representations + ASYMMETRIC = "asymmetric", + FUNCTIONAL = "functional", + INVERSE_FUNCTIONAL = "inverse functional", + IRREFLEXIVE = "irreflexive", + KEY = "key", + REFLEXIVE = "reflexive", + SYMMETRIC = "symmetric", + TRANSITIVE = "transitive", + // Attribute groups + VISUAL_ATTRIBUTE_GROUPS = [ + [DEPRECATED, DATATYPE, OBJECT, RDF], + [ANONYMOUS] + ], + CLASS_INDICATIONS = [DEPRECATED, EXTERNAL], + PROPERTY_INDICATIONS = [ASYMMETRIC, FUNCTIONAL, INVERSE_FUNCTIONAL, IRREFLEXIVE, KEY, REFLEXIVE, SYMMETRIC, + TRANSITIVE]; + + /** + * Parses and sets the attributes of a class. + * @param clazz + */ + attributeParser.parseClassAttributes = function ( clazz ){ + if ( !(clazz.attributes() instanceof Array) ) { + return; + } + + parseVisualAttributes(clazz); + parseClassIndications(clazz); + }; + + function parseVisualAttributes( element ){ + VISUAL_ATTRIBUTE_GROUPS.forEach(function ( attributeGroup ){ + setVisualAttributeOfGroup(element, attributeGroup); + }); + } + + function setVisualAttributeOfGroup( element, group ){ + var i, l, attribute; + + for ( i = 0, l = group.length; i < l; i++ ) { + attribute = group[i]; + if ( element.attributes().indexOf(attribute) >= 0 ) { + element.visualAttributes().push(attribute); + + // Just a single attribute is possible + break; + } + } + } + + function parseClassIndications( clazz ){ + var i, l, indication; + + for ( i = 0, l = CLASS_INDICATIONS.length; i < l; i++ ) { + indication = CLASS_INDICATIONS[i]; + + if ( clazz.attributes().indexOf(indication) >= 0 ) { + clazz.indications().push(indication); + } + } + } + + /** + * Parses and sets the attributes of a property. + * @param property + */ + attributeParser.parsePropertyAttributes = function ( property ){ + if ( !(property.attributes() instanceof Array) ) { + return; + } + + parseVisualAttributes(property); + parsePropertyIndications(property); + }; + + function parsePropertyIndications( property ){ + var i, l, indication; + + for ( i = 0, l = PROPERTY_INDICATIONS.length; i < l; i++ ) { + indication = PROPERTY_INDICATIONS[i]; + + if ( property.attributes().indexOf(indication) >= 0 ) { + property.indications().push(indication); + } + } + } + + + return function (){ + // Return a function to keep module interfaces consistent + return attributeParser; + }; + })(); + + +/***/ }), +/* 67 */ +/***/ (function(module, exports, __webpack_require__) { + + /* WEBPACK VAR INJECTION */(function(d3) {var OwlThing = __webpack_require__(31); + var RdfsLiteral = __webpack_require__(38); + var elementTools = __webpack_require__(63)(); + + var equivalentPropertyMerger = {}; + module.exports = function (){ + return equivalentPropertyMerger; + }; + + var PREFIX = "GENERATED-MERGED_RANGE-"; + var OBJECT_PROPERTY_DEFAULT_RANGE_TYPE = "owl:Thing"; + var DATA_PROPERTY_DEFAULT_RANGE_TYPE = "rdfs:Literal"; + + + equivalentPropertyMerger.merge = function ( properties, nodes, propertyMap, nodeMap, graph ){ + var totalNodeIdsToHide = d3.set(); + var processedPropertyIds = d3.set(); + var mergeNodes = []; + + for ( var i = 0; i < properties.length; i++ ) { + var property = properties[i]; + var equivalents = property.equivalents().map(createIdToPropertyMapper(propertyMap)); + + if ( equivalents.length === 0 || processedPropertyIds.has(property.id()) ) { + continue; + } + + var propertyWithEquivalents = equivalents.concat(property); + + var mergeNode = findMergeNode(propertyWithEquivalents, nodeMap); + if ( !mergeNode ) { + if ( mergeNode !== undefined ) { + mergeNode = createDefaultMergeNode(property, graph); + mergeNodes.push(mergeNode); + } + } + + var nodeIdsToHide = replaceRangesAndCollectNodesToHide(propertyWithEquivalents, mergeNode, properties, + processedPropertyIds); + for ( var j = 0; j < nodeIdsToHide.length; j++ ) { + totalNodeIdsToHide.add(nodeIdsToHide[j]); + } + } + + return filterVisibleNodes(nodes.concat(mergeNodes), totalNodeIdsToHide); + }; + + + function createIdToPropertyMapper( propertyMap ){ + return function ( id ){ + return propertyMap[id]; + }; + } + + function findMergeNode( propertyWithEquivalents, nodeMap ){ + var typeMap = mapPropertiesRangesToType(propertyWithEquivalents, nodeMap); + var typeSet = d3.set(typeMap.keys()); + + // default types are the fallback values and should be ignored for the type determination + typeSet.remove(OBJECT_PROPERTY_DEFAULT_RANGE_TYPE); + typeSet.remove(DATA_PROPERTY_DEFAULT_RANGE_TYPE); + + // exactly one type to chose from -> take the node of this type as range + if ( typeSet.size() === 1 ) { + var type = typeSet.values()[0]; + var ranges = typeMap.get(type); + + if ( ranges.length === 1 ) { + return ranges[0]; + } + } + } + + function mapPropertiesRangesToType( properties, nodeMap ){ + var typeMap = d3.map(); + + properties.forEach(function ( property ){ + if ( property === undefined ) //@ WORKAROUND + return; + + var range = nodeMap[property.range()]; + var type = range.type(); + + if ( !typeMap.has(type) ) { + typeMap.set(type, []); + } + + typeMap.get(type).push(range); + }); + + return typeMap; + } + + function createDefaultMergeNode( property, graph ){ + var range; + + if ( elementTools.isDatatypeProperty(property) ) { + range = new RdfsLiteral(graph); + } else { + range = new OwlThing(graph); + } + range.id(PREFIX + property.id()); + + return range; + } + + function replaceRangesAndCollectNodesToHide( propertyWithEquivalents, mergeNode, properties, processedPropertyIds ){ + var nodesToHide = []; + + propertyWithEquivalents.forEach(function ( property ){ + + if ( property === undefined || mergeNode === undefined ) // @ WORKAROUND + return; + var oldRangeId = property.range(); + property.range(mergeNode.id()); + if ( !isDomainOrRangeOfOtherProperty(oldRangeId, properties) ) { + nodesToHide.push(oldRangeId); + } + + processedPropertyIds.add(property.id()); + }); + + return nodesToHide; + } + + function isDomainOrRangeOfOtherProperty( nodeId, properties ){ + for ( var i = 0; i < properties.length; i++ ) { + var property = properties[i]; + if ( property.domain() === nodeId || property.range() === nodeId ) { + return true; + } + } + + return false; + } + + function filterVisibleNodes( nodes, nodeIdsToHide ){ + var filteredNodes = []; + + nodes.forEach(function ( node ){ + if ( !nodeIdsToHide.has(node.id()) ) { + filteredNodes.push(node); + } + }); + + return filteredNodes; + } + + /* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(6))) + +/***/ }), +/* 68 */ +/***/ (function(module, exports, __webpack_require__) { + + /* WEBPACK VAR INJECTION */(function(d3) {module.exports = function ( graph ){ + /** variable defs **/ + var Class_dragger = {}; + Class_dragger.nodeId = 10001; + Class_dragger.parent = undefined; + Class_dragger.x = 0; + Class_dragger.y = 0; + Class_dragger.rootElement = undefined; + Class_dragger.rootNodeLayer = undefined; + Class_dragger.pathLayer = undefined; + Class_dragger.mouseEnteredVar = false; + Class_dragger.mouseButtonPressed = false; + Class_dragger.nodeElement = undefined; + Class_dragger.draggerObject = undefined; + Class_dragger.pathElement = undefined; + Class_dragger.typus = "Class_dragger"; + + Class_dragger.type = function (){ + return Class_dragger.typus; + }; + + Class_dragger.parentNode = function (){ + return Class_dragger.parent; + }; + + Class_dragger.hideClass_dragger = function ( val ){ + Class_dragger.pathElement.classed("hidden", val); + Class_dragger.nodeElement.classed("hidden", val); + Class_dragger.draggerObject.classed("hidden", val); + }; + + Class_dragger.setParentNode = function ( parentNode ){ + Class_dragger.parent = parentNode; + + if ( Class_dragger.mouseButtonPressed === false ) { + if ( Class_dragger.parent.actualRadius && Class_dragger.parent.actualRadius() ) { + Class_dragger.x = Class_dragger.parent.x + 10 + Class_dragger.parent.actualRadius(); + Class_dragger.y = Class_dragger.parent.y + 10 + Class_dragger.parent.actualRadius(); + } else { + Class_dragger.x = Class_dragger.parent.x + 60; + Class_dragger.y = Class_dragger.parent.y + 60; + } + } + Class_dragger.updateElement(); + }; + + Class_dragger.hideDragger = function ( val ){ + if ( Class_dragger.pathElement ) Class_dragger.pathElement.classed("hidden", val); + if ( Class_dragger.nodeElement ) Class_dragger.nodeElement.classed("hidden", val); + if ( Class_dragger.draggerObject ) Class_dragger.draggerObject.classed("hidden", val); + + }; + /** BASE HANDLING FUNCTIONS ------------------------------------------------- **/ + Class_dragger.id = function ( index ){ + if ( !arguments.length ) { + return Class_dragger.nodeId; + } + Class_dragger.nodeId = index; + }; + + Class_dragger.svgPathLayer = function ( layer ){ + Class_dragger.pathLayer = layer.append('g'); + }; + + Class_dragger.svgRoot = function ( root ){ + if ( !arguments.length ) + return Class_dragger.rootElement; + Class_dragger.rootElement = root; + Class_dragger.rootNodeLayer = Class_dragger.rootElement.append('g'); + Class_dragger.addMouseEvents(); + }; + + /** DRAWING FUNCTIONS ------------------------------------------------- **/ + Class_dragger.drawNode = function (){ + Class_dragger.pathElement = Class_dragger.pathLayer.append('line') + .classed("classNodeDragPath", true); + Class_dragger.pathElement.attr("x1", 0) + .attr("y1", 0) + .attr("x2", 0) + .attr("y2", 0); + + // var lineData = [ + // {"x": 0, "y": 0}, + // {"x": 0, "y": 40}, + // {"x": -40, "y": 0}, + // {"x": 0, "y": -40}, + // {"x": 0, "y": 0} + // ]; + + var lineData = [ + { "x": -40, "y": 0 }, // start + { "x": -20, "y": -10 }, + { "x": 20, "y": -50 }, + { "x": -10, "y": 0 }, // center + { "x": 20, "y": 50 }, + { "x": -20, "y": 10 }, + { "x": -40, "y": 0 } + ]; + + + var lineFunction = d3.svg.line() + .x(function ( d ){ + return d.x; + }) + .y(function ( d ){ + return d.y; + }) + .interpolate("basis-closed"); + var pathData = "M 20,40 C 0,15 0,-15 20,-40 L -40,0 Z"; + // var pathData="M 20,40 C 0,15 0,-15 20,-40 20,-40 -35.22907,-23.905556 -45.113897,0.06313453 -35.22907,20.095453 20,40 20,40 Z"; + // var pathData="M 39.107144,51.25 C 0,17.362169 0,-13.75 39.285715,-49.821429 c 0,0 -69.58321,34.511175 -100.714286,50.35714329 C -22.96643,20.324376 39.107144,51.25 39.107144,51.25 Z"; + + Class_dragger.nodeElement = Class_dragger.rootNodeLayer.append('path').attr("d", pathData); + Class_dragger.nodeElement.classed("classDraggerNode", true); + Class_dragger.draggerObject = Class_dragger.rootNodeLayer.append("circle"); + if ( graph.options().useAccuracyHelper() ) { + Class_dragger.draggerObject.attr("r", 40) + .attr("cx", 0) + .attr("cy", 0) + .classed("superHiddenElement", true); + Class_dragger.draggerObject.classed("superOpacityElement", !graph.options().showDraggerObject()); + } + + + }; + + Class_dragger.updateElement = function (){ + + // Class_dragger.pathLayer.attr("transform", "translate(" + Class_dragger.x + "," + Class_dragger.y + ")"); + // Class_dragger.rootElement.attr("transform", "translate(" + Class_dragger.x + "," + Class_dragger.y + ")"); + if ( Class_dragger.pathElement ) { + + // compute start point ; + + + var sX = Class_dragger.parent.x, + sY = Class_dragger.parent.y, + eX = Class_dragger.x, + eY = Class_dragger.y; + + + // this is used only when you dont have a proper layout ordering; + var dirX = eX - sX; + var dirY = eY - sY; + var len = Math.sqrt((dirX * dirX) + (dirY * dirY)); + + var nX = dirX / len; + var nY = dirY / len; + + var ppX = sX + nX * Class_dragger.parent.actualRadius(); + var ppY = sY + nY * Class_dragger.parent.actualRadius(); + + var ncx = nX * 15; + var ncy = nY * 15; + Class_dragger.draggerObject.attr("cx", ncx) + .attr("cy", ncy); + + Class_dragger.pathElement.attr("x1", ppX) + .attr("y1", ppY) + .attr("x2", eX) + .attr("y2", eY); + } + var angle = Math.atan2(Class_dragger.parent.y - Class_dragger.y, Class_dragger.parent.x - Class_dragger.x) * 180 / Math.PI; + + Class_dragger.nodeElement.attr("transform", "translate(" + Class_dragger.x + "," + Class_dragger.y + ")" + "rotate(" + angle + ")"); + Class_dragger.draggerObject.attr("transform", "translate(" + Class_dragger.x + "," + Class_dragger.y + ")"); + // console.log("update Elmenent root element"+Class_dragger.x + "," + Class_dragger.y ); + // + // Class_dragger.nodeElement.attr("transform", function (d) { + // return "rotate(" + angle + ")"; + // }); + }; + + /** MOUSE HANDLING FUNCTIONS ------------------------------------------------- **/ + + Class_dragger.addMouseEvents = function (){ + // console.log("adding mouse events"); + Class_dragger.rootNodeLayer.selectAll("*").on("mouseover", Class_dragger.onMouseOver) + .on("mouseout", Class_dragger.onMouseOut) + .on("click", function (){ + }) + .on("dblclick", function (){ + }) + .on("mousedown", Class_dragger.mouseDown) + .on("mouseup", Class_dragger.mouseUp); + }; + + Class_dragger.mouseDown = function (){ + Class_dragger.nodeElement.style("cursor", "move"); + Class_dragger.nodeElement.classed("classDraggerNodeHovered", true); + Class_dragger.mouseButtonPressed = true; + console.log("Mouse DOWN from Dragger"); + }; + + Class_dragger.mouseUp = function (){ + Class_dragger.nodeElement.style("cursor", "auto"); + Class_dragger.mouseButtonPressed = false; + console.log("Mouse UP from Dragger"); + }; + + + Class_dragger.mouseEntered = function ( p ){ + if ( !arguments.length ) return Class_dragger.mouseEnteredVar; + Class_dragger.mouseEnteredVar = p; + return Class_dragger; + }; + + Class_dragger.selectedViaTouch = function ( val ){ + Class_dragger.nodeElement.classed("classDraggerNode", !val); + Class_dragger.nodeElement.classed("classDraggerNodeHovered", val); + + }; + + Class_dragger.onMouseOver = function (){ + if ( Class_dragger.mouseEntered() ) { + return; + } + Class_dragger.nodeElement.classed("classDraggerNode", false); + Class_dragger.nodeElement.classed("classDraggerNodeHovered", true); + var selectedNode = Class_dragger.rootElement.node(), + nodeContainer = selectedNode.parentNode; + nodeContainer.appendChild(selectedNode); + + Class_dragger.mouseEntered(true); + + }; + Class_dragger.onMouseOut = function (){ + if ( Class_dragger.mouseButtonPressed === true ) + return; + Class_dragger.nodeElement.classed("classDraggerNodeHovered", false); + Class_dragger.nodeElement.classed("classDraggerNode", true); + Class_dragger.mouseEntered(false); + }; + + Class_dragger.setPosition = function ( x, y ){ + + Class_dragger.x = x; + Class_dragger.y = y; + Class_dragger.updateElement(); + }; + + Class_dragger.setAdditionalClassForClass_dragger = function ( name, val ){ + // console.log("Class_dragger should sett the class here") + // Class_dragger.nodeElement.classed(name,val); + + }; + return Class_dragger; + }; + + + + /* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(6))) + +/***/ }), +/* 69 */ +/***/ (function(module, exports, __webpack_require__) { + + /* WEBPACK VAR INJECTION */(function(d3) {module.exports = function ( graph ){ + /** variable defs **/ + var Range_dragger = {}; + Range_dragger.nodeId = 10002; + Range_dragger.parent = undefined; + Range_dragger.x = 0; + Range_dragger.y = 0; + Range_dragger.rootElement = undefined; + Range_dragger.rootNodeLayer = undefined; + Range_dragger.pathLayer = undefined; + Range_dragger.mouseEnteredVar = false; + Range_dragger.mouseButtonPressed = false; + Range_dragger.nodeElement = undefined; + Range_dragger.draggerObject = undefined; + + Range_dragger.pathElement = undefined; + Range_dragger.typus = "Range_dragger"; + + Range_dragger.type = function (){ + return Range_dragger.typus; + }; + + // TODO: We need the endPoint of the Link here! + Range_dragger.parentNode = function (){ + return Range_dragger.parent; + }; + + Range_dragger.hide_dragger = function ( val ){ + Range_dragger.pathElement.classed("hidden", val); + Range_dragger.nodeElement.classed("hidden", val); + Range_dragger.draggerObject.classed("hidden", val); + }; + Range_dragger.hideDragger = function ( val ){ + if ( Range_dragger.pathElement ) Range_dragger.pathElement.classed("hidden", val); + if ( Range_dragger.nodeElement ) Range_dragger.nodeElement.classed("hidden", val); + if ( Range_dragger.draggerObject ) Range_dragger.draggerObject.classed("hidden", val); + + + }; + + Range_dragger.reDrawEverthing = function (){ + Range_dragger.setParentProperty(Range_dragger.parent); + }; + Range_dragger.updateRange = function ( newRange ){ + + if ( graph.genericPropertySanityCheck(Range_dragger.parent.domain(), newRange, + Range_dragger.parent.type(), + "Could not update range", "Restoring previous range") === false ) return; + + // check for triple duplicates! + + if ( graph.propertyCheckExistenceChecker(Range_dragger.parent, Range_dragger.parent.domain(), newRange) === false ) + return; + if ( Range_dragger.parent.labelElement() === undefined ) return; + if ( Range_dragger.parent.labelElement().attr("transform") === "translate(0,15)" || + Range_dragger.parent.labelElement().attr("transform") === "translate(0,-15)" ) { + var prop = Range_dragger.parent; + Range_dragger.parent.inverse().inverse(null); + Range_dragger.parent.inverse(null); + prop.range(newRange); + } + + else { + Range_dragger.parent.range(newRange); + } + // update the position of the new range + var rX = newRange.x; + var rY = newRange.y; + + var dX = Range_dragger.parent.domain().x; + var dY = Range_dragger.parent.domain().y; + + + // center + var cX = 0.49 * (dX + rX); + var cY = 0.49 * (dY + rY); + // put position there; + Range_dragger.parent.labelElement().x = cX; + Range_dragger.parent.labelElement().px = cX; + Range_dragger.parent.labelElement().y = cY; + Range_dragger.parent.labelElement().py = cY; + + }; + + Range_dragger.setParentProperty = function ( parentProperty, inversed ){ + Range_dragger.parent = parentProperty; + var iP; + var renElem; + Range_dragger.isLoopProperty = false; + if ( parentProperty.domain() === parentProperty.range() ) Range_dragger.isLoopProperty = true; + Range_dragger.parent = parentProperty; + renElem = parentProperty.labelObject(); + if ( inversed === true ) { + if ( parentProperty.labelElement() && parentProperty.labelElement().attr("transform") === "translate(0,15)" ) { + iP = renElem.linkDomainIntersection; + if ( renElem.linkDomainIntersection ) { + Range_dragger.x = iP.x; + Range_dragger.y = iP.y; + } + } else { + iP = renElem.linkRangeIntersection; + if ( renElem.linkRangeIntersection ) { + Range_dragger.x = iP.x; + Range_dragger.y = iP.y; + } + } + } + else { + iP = renElem.linkRangeIntersection; + if ( renElem.linkRangeIntersection ) { + Range_dragger.x = iP.x; + Range_dragger.y = iP.y; + } + } + + Range_dragger.updateElement(); + }; + + + /** BASE HANDLING FUNCTIONS ------------------------------------------------- **/ + Range_dragger.id = function ( index ){ + if ( !arguments.length ) { + return Range_dragger.nodeId; + } + Range_dragger.nodeId = index; + }; + + Range_dragger.svgPathLayer = function ( layer ){ + Range_dragger.pathLayer = layer.append('g'); + }; + + Range_dragger.svgRoot = function ( root ){ + if ( !arguments.length ) + return Range_dragger.rootElement; + Range_dragger.rootElement = root; + Range_dragger.rootNodeLayer = Range_dragger.rootElement.append('g'); + Range_dragger.addMouseEvents(); + }; + + /** DRAWING FUNCTIONS ------------------------------------------------- **/ + Range_dragger.drawNode = function (){ + Range_dragger.pathElement = Range_dragger.pathLayer.append('line') + .classed("classNodeDragPath", true); + Range_dragger.pathElement.attr("x1", 0) + .attr("y1", 0) + .attr("x2", 0) + .attr("y2", 0); + + // var lineData = [ + // {"x": 0, "y": 0}, + // {"x": 0, "y": 40}, + // {"x": -40, "y": 0}, + // {"x": 0, "y": -40}, + // {"x": 0, "y": 0} + // ]; + + var lineData = [ + { "x": -40, "y": 0 }, // start + { "x": -20, "y": -10 }, + { "x": 20, "y": -50 }, + { "x": -10, "y": 0 }, // center + { "x": 20, "y": 50 }, + { "x": -20, "y": 10 }, + { "x": -40, "y": 0 } + ]; + + + var lineFunction = d3.svg.line() + .x(function ( d ){ + return d.x; + }) + .y(function ( d ){ + return d.y; + }) + .interpolate("basis-closed"); + var pathData = "M 61,40 C 41,15 41,-15 61,-40 L 1,0 Z"; + + Range_dragger.nodeElement = Range_dragger.rootNodeLayer.append('path').attr("d", pathData); + Range_dragger.nodeElement.classed("classDraggerNode", true); + if ( graph.options().useAccuracyHelper() ) { + Range_dragger.draggerObject = Range_dragger.rootNodeLayer.append("circle"); + Range_dragger.draggerObject.attr("r", 40) + .attr("cx", 0) + .attr("cy", 0) + .classed("superHiddenElement", true); + Range_dragger.draggerObject.classed("superOpacityElement", !graph.options().showDraggerObject()); + } + + + }; + + Range_dragger.updateElementViaDomainDragger = function ( x, y ){ + + var range_x = x; + var range_y = y; + + var dex = Range_dragger.parent.range().x; + var dey = Range_dragger.parent.range().y; + + var dir_X = x - dex; + var dir_Y = y - dey; + + var len = Math.sqrt(dir_X * dir_X + dir_Y * dir_Y); + + var nX = dir_X / len; + var nY = dir_Y / len; + + + var ep_range_x = dex + nX * Range_dragger.parent.range().actualRadius(); + var ep_range_y = dey + nY * Range_dragger.parent.range().actualRadius(); + + + var dx = range_x - ep_range_x; + var dy = range_y - ep_range_y; + len = Math.sqrt(dx * dx + dy * dy); + nX = dx / len; + nY = dy / len; + + var angle = Math.atan2(ep_range_y - range_y, ep_range_x - range_x) * 180 / Math.PI + 180; + Range_dragger.nodeElement.attr("transform", "translate(" + ep_range_x + "," + ep_range_y + ")" + "rotate(" + angle + ")"); + var doX = ep_range_x + nX * 40; + var doY = ep_range_y + nY * 40; + Range_dragger.draggerObject.attr("transform", "translate(" + doX + "," + doY + ")"); + + }; + + + Range_dragger.updateElement = function (){ + if ( Range_dragger.mouseButtonPressed === true || Range_dragger.parent === undefined ) return; + + var range = Range_dragger.parent.range(); + var iP = Range_dragger.parent.labelObject().linkRangeIntersection; + if ( Range_dragger.parent.labelElement() === undefined ) return; + var offsetForLoop = 48; + if ( Range_dragger.parent.labelElement().attr("transform") === "translate(0,15)" ) { + range = Range_dragger.parent.inverse().domain(); + iP = Range_dragger.parent.labelObject().linkDomainIntersection; + offsetForLoop = -48; + } + + if ( iP === undefined ) return; + var range_x = range.x; + var range_y = range.y; + + var ep_range_x = iP.x; + var ep_range_y = iP.y; + // offset for dragger object + var dx = range_x - ep_range_x; + var dy = range_y - ep_range_y; + var len = Math.sqrt(dx * dx + dy * dy); + var nX = dx / len; + var nY = dy / len; + var angle = Math.atan2(ep_range_y - range_y, ep_range_x - range_x) * 180 / Math.PI; + + var doX = ep_range_x - nX * 40; + var doY = ep_range_y - nY * 40; + + if ( Range_dragger.isLoopProperty === true ) + angle -= offsetForLoop; + + + Range_dragger.nodeElement.attr("transform", "translate(" + ep_range_x + "," + ep_range_y + ")" + "rotate(" + angle + ")"); + Range_dragger.draggerObject.attr("transform", "translate(" + doX + "," + doY + ")"); + + + }; + + /** MOUSE HANDLING FUNCTIONS ------------------------------------------------- **/ + + Range_dragger.addMouseEvents = function (){ + var rootLayer = Range_dragger.rootNodeLayer.selectAll("*"); + rootLayer.on("mouseover", Range_dragger.onMouseOver) + .on("mouseout", Range_dragger.onMouseOut) + .on("click", function (){ + }) + .on("dblclick", function (){ + }) + .on("mousedown", Range_dragger.mouseDown) + .on("mouseup", Range_dragger.mouseUp); + }; + + Range_dragger.mouseDown = function (){ + Range_dragger.nodeElement.style("cursor", "move"); + Range_dragger.nodeElement.classed("classDraggerNodeHovered", true); + Range_dragger.mouseButtonPressed = true; + }; + + Range_dragger.mouseUp = function (){ + Range_dragger.nodeElement.style("cursor", "auto"); + Range_dragger.nodeElement.classed("classDraggerNodeHovered", false); + Range_dragger.mouseButtonPressed = false; + }; + + + Range_dragger.mouseEntered = function ( p ){ + if ( !arguments.length ) return Range_dragger.mouseEnteredVar; + Range_dragger.mouseEnteredVar = p; + return Range_dragger; + }; + + Range_dragger.selectedViaTouch = function ( val ){ + Range_dragger.nodeElement.classed("classDraggerNode", !val); + Range_dragger.nodeElement.classed("classDraggerNodeHovered", val); + + }; + + Range_dragger.onMouseOver = function (){ + if ( Range_dragger.mouseEntered() ) { + return; + } + Range_dragger.nodeElement.classed("classDraggerNode", false); + Range_dragger.nodeElement.classed("classDraggerNodeHovered", true); + var selectedNode = Range_dragger.rootElement.node(), + nodeContainer = selectedNode.parentNode; + nodeContainer.appendChild(selectedNode); + + Range_dragger.mouseEntered(true); + + }; + Range_dragger.onMouseOut = function (){ + if ( Range_dragger.mouseButtonPressed === true ) + return; + Range_dragger.nodeElement.classed("classDraggerNodeHovered", false); + Range_dragger.nodeElement.classed("classDraggerNode", true); + Range_dragger.mouseEntered(false); + }; + + Range_dragger.setPosition = function ( x, y ){ + var range_x = Range_dragger.parent.domain().x; + var range_y = Range_dragger.parent.domain().y; + + // var position of the rangeEndPoint + var ep_range_x = x; + var ep_range_y = y; + + // offset for dragger object + var dx = range_x - ep_range_x; + var dy = range_y - ep_range_y; + + var len = Math.sqrt(dx * dx + dy * dy); + + var nX = dx / len; + var nY = dy / len; + + + var angle = Math.atan2(dy, dx) * 180 / Math.PI; + var doX = ep_range_x + nX * 40; + var doY = ep_range_y + nY * 40; + Range_dragger.nodeElement.attr("transform", "translate(" + ep_range_x + "," + ep_range_y + ")" + "rotate(" + angle + ")"); + Range_dragger.draggerObject.attr("transform", "translate(" + doX + "," + doY + ")"); + Range_dragger.x = x; + Range_dragger.y = y; + + }; + + Range_dragger.setAdditionalClassForClass_dragger = function ( name, val ){ + + }; + return Range_dragger; + }; + + + + /* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(6))) + +/***/ }), +/* 70 */ +/***/ (function(module, exports) { + + module.exports = function ( graph ){ + /** variable defs **/ + var Domain_dragger = {}; + Domain_dragger.nodeId = 10002; + Domain_dragger.parent = undefined; + Domain_dragger.x = 0; + Domain_dragger.y = 0; + Domain_dragger.rootElement = undefined; + Domain_dragger.rootNodeLayer = undefined; + Domain_dragger.pathLayer = undefined; + Domain_dragger.mouseEnteredVar = false; + Domain_dragger.mouseButtonPressed = false; + Domain_dragger.nodeElement = undefined; + Domain_dragger.draggerObject = undefined; + + Domain_dragger.pathElement = undefined; + Domain_dragger.typus = "Domain_dragger"; + + Domain_dragger.type = function (){ + return Domain_dragger.typus; + }; + + + // TODO: We need the endPoint of the Link here! + Domain_dragger.parentNode = function (){ + return Domain_dragger.parent; + }; + + Domain_dragger.hide_dragger = function ( val ){ + Domain_dragger.pathElement.classed("hidden", val); + Domain_dragger.nodeElement.classed("hidden", val); + Domain_dragger.draggerObject.classed("hidden", val); + }; + + Domain_dragger.reDrawEverthing = function (){ + Domain_dragger.setParentProperty(Domain_dragger.parent); + }; + Domain_dragger.updateDomain = function ( newDomain ){ + + if ( graph.genericPropertySanityCheck(Domain_dragger.parent.range(), newDomain, Domain_dragger.parent.type(), + "Could not update domain", "Restoring previous domain") === false ) { + Domain_dragger.updateElement(); + return; + } + + if ( graph.propertyCheckExistenceChecker(Domain_dragger.parent, newDomain, Domain_dragger.parent.range()) === false ) + return; + + + if ( Domain_dragger.parent.labelElement() === undefined ) { + Domain_dragger.updateElement(); + return; + } + if ( Domain_dragger.parent.labelElement().attr("transform") === "translate(0,15)" || + Domain_dragger.parent.labelElement().attr("transform") === "translate(0,-15)" ) { + var prop = Domain_dragger.parent; + Domain_dragger.parent.inverse().inverse(null); + Domain_dragger.parent.inverse(null); + console.log("SPLITTING ITEMS!"); + prop.domain(newDomain); + } + else { + Domain_dragger.parent.domain(newDomain); + } + + // update the position of the new range + var rX = Domain_dragger.parent.range().x; + var rY = Domain_dragger.parent.range().y; + var dX = newDomain.x; + var dY = newDomain.y; + + // center + var cX = 0.49 * (dX + rX); + var cY = 0.49 * (dY + rY); + // put position there; + Domain_dragger.parent.labelObject().x = cX; + Domain_dragger.parent.labelObject().px = cX; + Domain_dragger.parent.labelObject().y = cY; + Domain_dragger.parent.labelObject().py = cY; + Domain_dragger.updateElement(); + + }; + + Domain_dragger.setParentProperty = function ( parentProperty, inverted ){ + Domain_dragger.invertedProperty = inverted; + var renElem; + var iP; + Domain_dragger.isLoopProperty = false; + if ( parentProperty.domain() === parentProperty.range() ) + Domain_dragger.isLoopProperty = true; + + Domain_dragger.parent = parentProperty; + renElem = parentProperty.labelObject(); + if ( inverted === true ) { + + // this is the lower element + if ( parentProperty.labelElement() && parentProperty.labelElement().attr("transform") === "translate(0,15)" ) { + // console.log("This is the lower element!"); + iP = renElem.linkRangeIntersection; + if ( renElem.linkRangeIntersection ) { + Domain_dragger.x = iP.x; + Domain_dragger.y = iP.y; + } + } + else { + // console.log("This is the upper element"); + iP = renElem.linkDomainIntersection; + if ( renElem.linkDomainIntersection ) { + Domain_dragger.x = iP.x; + Domain_dragger.y = iP.y; + } + } + } + else { + // console.log("This is single element"); + iP = renElem.linkDomainIntersection; + if ( renElem.linkDomainIntersection ) { + Domain_dragger.x = iP.x; + Domain_dragger.y = iP.y; + } + } + Domain_dragger.updateElement(); + + }; + + Domain_dragger.hideDragger = function ( val ){ + if ( Domain_dragger.pathElement ) Domain_dragger.pathElement.classed("hidden", val); + if ( Domain_dragger.nodeElement ) Domain_dragger.nodeElement.classed("hidden", val); + if ( Domain_dragger.draggerObject ) Domain_dragger.draggerObject.classed("hidden", val); + + + }; + /** BASE HANDLING FUNCTIONS ------------------------------------------------- **/ + Domain_dragger.id = function ( index ){ + if ( !arguments.length ) { + return Domain_dragger.nodeId; + } + Domain_dragger.nodeId = index; + }; + + Domain_dragger.svgPathLayer = function ( layer ){ + Domain_dragger.pathLayer = layer.append('g'); + }; + + Domain_dragger.svgRoot = function ( root ){ + if ( !arguments.length ) + return Domain_dragger.rootElement; + Domain_dragger.rootElement = root; + Domain_dragger.rootNodeLayer = Domain_dragger.rootElement.append('g'); + Domain_dragger.addMouseEvents(); + }; + + /** DRAWING FUNCTIONS ------------------------------------------------- **/ + Domain_dragger.drawNode = function (){ + Domain_dragger.pathElement = Domain_dragger.pathLayer.append('line') + .classed("classNodeDragPath", true); + Domain_dragger.pathElement.attr("x1", 0) + .attr("y1", 0) + .attr("x2", 0) + .attr("y2", 0); + + var pathData = "M 10,40 C -10,15 -10,-15 10,-40 -8.8233455,-13.641384 -36.711107,-5.1228436 -50,0 -36.696429,4.9079017 -8.6403157,13.745728 10,40 Z"; + Domain_dragger.nodeElement = Domain_dragger.rootNodeLayer.append('path').attr("d", pathData); + Domain_dragger.nodeElement.classed("classDraggerNode", true); + if ( graph.options().useAccuracyHelper() ) { + Domain_dragger.draggerObject = Domain_dragger.rootNodeLayer.append("circle"); + Domain_dragger.draggerObject.attr("r", 40) + .attr("cx", 0) + .attr("cy", 0) + .classed("superHiddenElement", true); + Domain_dragger.draggerObject.classed("superOpacityElement", !graph.options().showDraggerObject()); + } + + + }; + Domain_dragger.updateElementViaRangeDragger = function ( x, y ){ + var range_x = x; + var range_y = y; + + var dex = Domain_dragger.parent.domain().x; + var dey = Domain_dragger.parent.domain().y; + + var dir_X = x - dex; + var dir_Y = y - dey; + + var len = Math.sqrt(dir_X * dir_X + dir_Y * dir_Y); + + var nX = dir_X / len; + var nY = dir_Y / len; + + + var ep_range_x = dex + nX * Domain_dragger.parent.domain().actualRadius(); + var ep_range_y = dey + nY * Domain_dragger.parent.domain().actualRadius(); + + var angle = Math.atan2(ep_range_y - range_y, ep_range_x - range_x) * 180 / Math.PI; + + Domain_dragger.nodeElement.attr("transform", "translate(" + ep_range_x + "," + ep_range_y + ")" + "rotate(" + angle + ")"); + var dox = ep_range_x + nX * 20; + var doy = ep_range_y + nY * 20; + Domain_dragger.draggerObject.attr("transform", "translate(" + dox + "," + doy + ")"); + }; + + + Domain_dragger.updateElement = function (){ + if ( Domain_dragger.mouseButtonPressed === true || Domain_dragger.parent === undefined ) return; + + var domain = Domain_dragger.parent.domain(); + var iP = Domain_dragger.parent.labelObject().linkDomainIntersection; + if ( Domain_dragger.parent.labelElement() === undefined ) return; + if ( Domain_dragger.parent.labelElement().attr("transform") === "translate(0,15)" ) { + Domain_dragger.parent.inverse().domain(); + iP = Domain_dragger.parent.labelObject().linkRangeIntersection; + + } + var range_x = domain.x; + var range_y = domain.y; + + + if ( iP === undefined ) return; + var ep_range_x = iP.x; + var ep_range_y = iP.y; + + var dx = range_x - ep_range_x; + var dy = range_y - ep_range_y; + var len = Math.sqrt(dx * dx + dy * dy); + + var nX = dx / len; + var nY = dy / len; + + var dox = ep_range_x - nX * 20; + var doy = ep_range_y - nY * 20; + var angle = Math.atan2(ep_range_y - range_y, ep_range_x - range_x) * 180 / Math.PI + 180; + + Domain_dragger.nodeElement.attr("transform", "translate(" + ep_range_x + "," + ep_range_y + ")" + "rotate(" + angle + ")"); + Domain_dragger.draggerObject.attr("transform", "translate(" + dox + "," + doy + ")"); + }; + + /** MOUSE HANDLING FUNCTIONS ------------------------------------------------- **/ + + Domain_dragger.addMouseEvents = function (){ + var rootLayer = Domain_dragger.rootNodeLayer.selectAll("*"); + rootLayer.on("mouseover", Domain_dragger.onMouseOver) + .on("mouseout", Domain_dragger.onMouseOut) + .on("click", function (){ + }) + .on("dblclick", function (){ + }) + .on("mousedown", Domain_dragger.mouseDown) + .on("mouseup", Domain_dragger.mouseUp); + }; + + Domain_dragger.mouseDown = function (){ + Domain_dragger.nodeElement.style("cursor", "move"); + Domain_dragger.nodeElement.classed("classDraggerNodeHovered", true); + Domain_dragger.mouseButtonPressed = true; + }; + + Domain_dragger.mouseUp = function (){ + Domain_dragger.nodeElement.style("cursor", "auto"); + Domain_dragger.nodeElement.classed("classDraggerNodeHovered", false); + Domain_dragger.mouseButtonPressed = false; + }; + + + Domain_dragger.mouseEntered = function ( p ){ + if ( !arguments.length ) return Domain_dragger.mouseEnteredVar; + Domain_dragger.mouseEnteredVar = p; + return Domain_dragger; + }; + + Domain_dragger.selectedViaTouch = function ( val ){ + Domain_dragger.nodeElement.classed("classDraggerNode", !val); + Domain_dragger.nodeElement.classed("classDraggerNodeHovered", val); + + }; + + Domain_dragger.onMouseOver = function (){ + if ( Domain_dragger.mouseEntered() ) { + return; + } + Domain_dragger.nodeElement.classed("classDraggerNode", false); + Domain_dragger.nodeElement.classed("classDraggerNodeHovered", true); + var selectedNode = Domain_dragger.rootElement.node(), + nodeContainer = selectedNode.parentNode; + nodeContainer.appendChild(selectedNode); + + Domain_dragger.mouseEntered(true); + + }; + Domain_dragger.onMouseOut = function (){ + if ( Domain_dragger.mouseButtonPressed === true ) + return; + Domain_dragger.nodeElement.classed("classDraggerNodeHovered", false); + Domain_dragger.nodeElement.classed("classDraggerNode", true); + Domain_dragger.mouseEntered(false); + }; + + Domain_dragger.setPosition = function ( x, y ){ + var range_x = Domain_dragger.parent.range().x; + var range_y = Domain_dragger.parent.range().y; + + // var position of the rangeEndPoint + var ep_range_x = x; + var ep_range_y = y; + + // offset for dragger object + var dx = range_x - ep_range_x; + var dy = range_y - ep_range_y; + + var len = Math.sqrt(dx * dx + dy * dy); + + var nX = dx / len; + var nY = dy / len; + var dox = ep_range_x + nX * 20; + var doy = ep_range_y + nY * 20; + + var angle = Math.atan2(range_y - ep_range_y, range_x - ep_range_x) * 180 / Math.PI + 180; + + Domain_dragger.nodeElement.attr("transform", "translate(" + ep_range_x + "," + ep_range_y + ")" + "rotate(" + angle + ")"); + Domain_dragger.draggerObject.attr("transform", "translate(" + dox + "," + doy + ")"); + + Domain_dragger.x = x; + Domain_dragger.y = y; + + }; + + Domain_dragger.setAdditionalClassForClass_dragger = function ( name, val ){ + // console.log("Class_dragger should sett the class here") + // Class_dragger.nodeElement.classed(name,val); + + }; + return Domain_dragger; + }; + + + + +/***/ }), +/* 71 */ +/***/ (function(module, exports, __webpack_require__) { + + var CenteringTextElement = __webpack_require__(14); + var elementTools = __webpack_require__(63)(); + var math = __webpack_require__(43)(); + module.exports = function ( graph ){ + /** variable defs **/ + var ShadowClone = {}; + ShadowClone.nodeId = 10003; + ShadowClone.parent = undefined; + ShadowClone.s_x = 0; + ShadowClone.s_y = 0; + ShadowClone.e_x = 0; + ShadowClone.e_y = 0; + ShadowClone.rootElement = undefined; + ShadowClone.rootNodeLayer = undefined; + ShadowClone.pathLayer = undefined; + ShadowClone.nodeElement = undefined; + ShadowClone.pathElement = undefined; + ShadowClone.typus = "shadowClone"; + + + ShadowClone.type = function (){ + return ShadowClone.typus; + }; + + // TODO: We need the endPoint of the Link here! + ShadowClone.parentNode = function (){ + return ShadowClone.parent; + }; + + ShadowClone.setParentProperty = function ( parentProperty, inverted ){ + ShadowClone.invertedProperty = inverted; + ShadowClone.parent = parentProperty; + var renElment; + if ( inverted === true ) { + renElment = parentProperty.inverse().labelObject(); + if ( renElment.linkRangeIntersection && renElment.linkDomainIntersection ) { + var iiP_range = renElment.linkDomainIntersection; + var iiP_domain = renElment.linkRangeIntersection; + ShadowClone.s_x = iiP_domain.x; + ShadowClone.s_y = iiP_domain.y; + ShadowClone.e_x = iiP_range.x; + ShadowClone.e_y = iiP_range.y; + } + } + else { + renElment = parentProperty.labelObject(); + + if ( renElment.linkRangeIntersection && renElment.linkDomainIntersection ) { + var iP_range = renElment.linkRangeIntersection; + var iP_domain = renElment.linkDomainIntersection; + ShadowClone.s_x = iP_domain.x; + ShadowClone.s_y = iP_domain.y; + ShadowClone.e_x = iP_range.x; + ShadowClone.e_y = iP_range.y; + } + + } + + ShadowClone.rootNodeLayer.remove(); + ShadowClone.rootNodeLayer = ShadowClone.rootElement.append('g'); + ShadowClone.rootNodeLayer.datum(parentProperty); + + // ShadowClone.pathElement.remove(); + // ShadowClone.pathElement = ShadowClone.pathLayer.append('line'); + // + // ShadowClone.pathElement.attr("x1", ShadowClone.s_x) + // .attr("y1", ShadowClone.s_y) + // .attr("x2", ShadowClone.e_x) + // .attr("y2", ShadowClone.e_y); + ShadowClone.pathElement.remove(); + ShadowClone.pathElement = ShadowClone.pathLayer.append('line'); + ShadowClone.markerElement = ShadowClone.pathLayer.append("marker"); + ShadowClone.markerElement.attr("id", "shadowCloneMarker"); + ShadowClone.pathElement.attr("x1", ShadowClone.e_x) + .attr("y1", ShadowClone.e_y) + .attr("x2", ShadowClone.s_x) + .attr("y2", ShadowClone.s_y); + ShadowClone.pathElement.classed(parentProperty.linkType(), true); + + if ( parentProperty.markerElement() ) { + ShadowClone.markerElement.attr("viewBox", parentProperty.markerElement().attr("viewBox")) + .attr("markerWidth", parentProperty.markerElement().attr("markerWidth")) + .attr("markerHeight", parentProperty.markerElement().attr("markerHeight")) + .attr("orient", parentProperty.markerElement().attr("orient")); + + var markerPath = parentProperty.markerElement().select("path"); + ShadowClone.markerElement.append("path") + .attr("d", markerPath.attr("d")) + .classed(parentProperty.markerType(), true); + + ShadowClone.pathElement.attr("marker-end", "url(#" + "shadowCloneMarker" + ")"); + ShadowClone.markerElement.classed("hidden", !elementTools.isDatatypeProperty(parentProperty)); + } + var rect = ShadowClone.rootNodeLayer.append("rect") + .classed(parentProperty.styleClass(), true) + .classed("property", true) + .attr("x", -parentProperty.width() / 2) + .attr("y", -parentProperty.height() / 2) + .attr("width", parentProperty.width()) + .attr("height", parentProperty.height()); + + if ( parentProperty.visualAttributes() ) { + rect.classed(parentProperty.visualAttributes(), true); + } + rect.classed("datatype", false); + var bgColor = parentProperty.backgroundColor(); + + if ( parentProperty.attributes().indexOf("deprecated") > -1 ) { + bgColor = undefined; + rect.classed("deprecatedproperty", true); + } else { + rect.classed("deprecatedproperty", false); + } + rect.style("fill", bgColor); + + // add Text; + var equivalentsString = parentProperty.equivalentsString(); + var suffixForFollowingEquivalents = equivalentsString ? "," : ""; + + + var textElement = new CenteringTextElement(ShadowClone.rootNodeLayer, bgColor); + textElement.addText(parentProperty.labelForCurrentLanguage(), "", suffixForFollowingEquivalents); + textElement.addEquivalents(equivalentsString); + textElement.addSubText(parentProperty.indicationString()); + + + var cx = 0.5 * (ShadowClone.s_x + ShadowClone.e_x); + var cy = 0.5 * (ShadowClone.s_y + ShadowClone.e_y); + ShadowClone.rootNodeLayer.attr("transform", "translate(" + cx + "," + cy + ")"); + ShadowClone.rootNodeLayer.classed("hidden", true); + ShadowClone.pathElement.classed("hidden", true); + + + }; + + ShadowClone.hideClone = function ( val ){ + if ( ShadowClone.rootNodeLayer ) ShadowClone.rootNodeLayer.classed("hidden", val); + if ( ShadowClone.pathElement ) ShadowClone.pathElement.classed("hidden", val); + }; + + ShadowClone.hideParentProperty = function ( val ){ + + var labelObj = ShadowClone.parent.labelObject(); + if ( labelObj ) { + if ( ShadowClone.parent.labelElement().attr("transform") === "translate(0,15)" || + ShadowClone.parent.labelElement().attr("transform") === "translate(0,-15)" ) + ShadowClone.parent.inverse().hide(val); + + + } + ShadowClone.parent.hide(val); + + + }; + + /** BASE HANDLING FUNCTIONS ------------------------------------------------- **/ + ShadowClone.id = function ( index ){ + if ( !arguments.length ) { + return ShadowClone.nodeId; + } + ShadowClone.nodeId = index; + }; + + ShadowClone.svgPathLayer = function ( layer ){ + ShadowClone.pathLayer = layer.append('g'); + }; + + ShadowClone.svgRoot = function ( root ){ + if ( !arguments.length ) + return ShadowClone.rootElement; + ShadowClone.rootElement = root; + ShadowClone.rootNodeLayer = ShadowClone.rootElement.append('g'); + + }; + + /** DRAWING FUNCTIONS ------------------------------------------------- **/ + ShadowClone.drawClone = function (){ + ShadowClone.pathElement = ShadowClone.pathLayer.append('line'); + + ShadowClone.pathElement.attr("x1", 0) + .attr("y1", 0) + .attr("x2", 0) + .attr("y2", 0); + + }; + + + ShadowClone.updateElement = function (){ + ShadowClone.pathElement.attr("x1", ShadowClone.e_x) + .attr("y1", ShadowClone.e_y) + .attr("x2", ShadowClone.s_x) + .attr("y2", ShadowClone.s_y); + + var cx = 0.5 * (ShadowClone.s_x + ShadowClone.e_x); + var cy = 0.5 * (ShadowClone.s_y + ShadowClone.e_y); + ShadowClone.rootNodeLayer.attr("transform", "translate(" + cx + "," + cy + ")"); + }; + + ShadowClone.setInitialPosition = function (){ + + var renElment = ShadowClone.parent.labelObject(); + if ( renElment.linkRangeIntersection && renElment.linkDomainIntersection ) { + var iP_range = renElment.linkRangeIntersection; + var iP_domain = renElment.linkDomainIntersection; + ShadowClone.e_x = iP_domain.x; + ShadowClone.e_y = iP_domain.y; + ShadowClone.s_x = iP_range.x; + ShadowClone.s_y = iP_range.y; + } + ShadowClone.updateElement(); + return; + // + // var rex=ShadowClone.parent.range().x; + // var rey=ShadowClone.parent.range().y; + // + // + // var dex=ShadowClone.parent.domain().x; + // var dey=ShadowClone.parent.domain().y; + // + // + // var dir_X= rex-dex; + // var dir_Y= rey-dey; + // + // var len=Math.sqrt(dir_X*dir_X+dir_Y*dir_Y); + // var nX=dir_X/len; + // var nY=dir_Y/len; + // ShadowClone.s_x=rex-nX*ShadowClone.parent.range().actualRadius(); + // ShadowClone.s_y=rey-nY*ShadowClone.parent.range().actualRadius(); + // + // ShadowClone.e_x=dex+nX*ShadowClone.parent.domain().actualRadius(); + // ShadowClone.e_y=dey+nY*ShadowClone.parent.domain().actualRadius(); + // ShadowClone.updateElement(); + + }; + ShadowClone.setPositionDomain = function ( e_x, e_y ){ + + var rex = ShadowClone.parent.range().x; + var rey = ShadowClone.parent.range().y; + + + if ( elementTools.isDatatype(ShadowClone.parent.range()) === true ) { + var intersection = math.calculateIntersection({ x: e_x, y: e_y }, ShadowClone.parent.range(), 0); + ShadowClone.s_x = intersection.x; + ShadowClone.s_y = intersection.y; + } else { + var dir_X = rex - e_x; + var dir_Y = rey - e_y; + + var len = Math.sqrt(dir_X * dir_X + dir_Y * dir_Y); + + var nX = dir_X / len; + var nY = dir_Y / len; + ShadowClone.s_x = rex - nX * ShadowClone.parent.range().actualRadius(); + ShadowClone.s_y = rey - nY * ShadowClone.parent.range().actualRadius(); + + } + + + ShadowClone.e_x = e_x; + ShadowClone.e_y = e_y; + ShadowClone.updateElement(); + }; + + ShadowClone.setPosition = function ( s_x, s_y ){ + ShadowClone.s_x = s_x; + ShadowClone.s_y = s_y; + + // add normalized dir; + + var dex = ShadowClone.parent.domain().x; + var dey = ShadowClone.parent.domain().y; + + var dir_X = s_x - dex; + var dir_Y = s_y - dey; + + var len = Math.sqrt(dir_X * dir_X + dir_Y * dir_Y); + + var nX = dir_X / len; + var nY = dir_Y / len; + + + ShadowClone.e_x = dex + nX * ShadowClone.parent.domain().actualRadius(); + ShadowClone.e_y = dey + nY * ShadowClone.parent.domain().actualRadius(); + + + ShadowClone.updateElement(); + + + }; + + + /** MOUSE HANDLING FUNCTIONS ------------------------------------------------- **/ + + return ShadowClone; + }; + + + + +/***/ }), +/* 72 */ +/***/ (function(module, exports) { + + module.exports = function ( graph ){ + /** variable defs **/ + var prefixRepresentationModule = {}; + + var currentPrefixModel; + + prefixRepresentationModule.updatePrefixModel = function (){ + currentPrefixModel = graph.options().prefixList(); + }; + + + prefixRepresentationModule.validURL = function ( url ){ + return validURL(url); + }; + function validURL( str ){ + var urlregex = /^(https?|ftp):\/\/([a-zA-Z0-9.-]+(:[a-zA-Z0-9.&%$-]+)*@)*((25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9][0-9]?)(\.(25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9]?[0-9])){3}|([a-zA-Z0-9-]+\.)*[a-zA-Z0-9-]+\.(com|edu|gov|int|mil|net|org|biz|arpa|info|name|pro|aero|coop|museum|[a-zA-Z]{2}))(:[0-9]+)*(\/($|[a-zA-Z0-9.,?'\\+&%$#=~_-]+))*$/; + return urlregex.test(str); + } + + function splitURLIntoBaseAndResource( fullURL ){ + var splitedURL = { base: "", resource: "" }; + if ( fullURL === undefined ) { + splitedURL = { base: "ERROR", resource: "NOT FOUND" }; + return splitedURL; + } + + var resource, base; + // check if there is a last hashTag + if ( fullURL.indexOf("#") > -1 ) { + resource = fullURL.substring(fullURL.lastIndexOf('#') + 1); + base = fullURL.substring(0, fullURL.length - resource.length); + // overwrite base if it is ontologyIri; + if ( base === graph.options().getGeneralMetaObjectProperty('iri') ) { + base = ":"; + } + splitedURL.base = base; + splitedURL.resource = resource; + } else { + resource = fullURL.substring(fullURL.lastIndexOf('/') + 1); + base = fullURL.substring(0, fullURL.length - resource.length); + // overwrite base if it is ontologyIri; + if ( base === graph.options().getGeneralMetaObjectProperty('iri') ) { + base = ":"; + } + splitedURL.base = base; + splitedURL.resource = resource; + } + return splitedURL; + } + + prefixRepresentationModule.getPrefixRepresentationForFullURI = function ( fullURL ){ + prefixRepresentationModule.updatePrefixModel(); + var splittedURL = splitURLIntoBaseAndResource(fullURL); + + // lazy approach , for + // loop over prefix model + for ( var name in currentPrefixModel ) { + if ( currentPrefixModel.hasOwnProperty(name) ) { + // THIS IS CASE SENSITIVE! + if ( currentPrefixModel[name] === splittedURL.base ) { + return name + ":" + splittedURL.resource; + } + } + } + + if ( splittedURL.base === ":" ) { + return ":" + splittedURL.resource; + } + + return fullURL; + }; + + + return prefixRepresentationModule; + }; + + + + +/***/ }), +/* 73 */ +/***/ (function(module, exports, __webpack_require__) { + + /* WEBPACK VAR INJECTION */(function(d3) {var _ = __webpack_require__(58); + + module.exports = function (){ + + var DEFAULT_STATE = true; + var COLOR_MODES = [ + { type: "same", range: [d3.rgb("#36C"), d3.rgb("#36C")] }, + { type: "gradient", range: [d3.rgb("#36C"), d3.rgb("#EE2867")] } // taken from LD-VOWL + ]; + + var filter = {}, + nodes, + properties, + enabled = DEFAULT_STATE, + filteredNodes, + filteredProperties, + colorModeType = "same"; + + + filter.filter = function ( untouchedNodes, untouchedProperties ){ + nodes = untouchedNodes; + properties = untouchedProperties; + + var externalElements = filterExternalElements(nodes.concat(properties)); + + if ( enabled ) { + setColorsForExternals(externalElements); + } else { + resetBackgroundColors(externalElements); + } + + filteredNodes = nodes; + filteredProperties = properties; + }; + + function filterExternalElements( elements ){ + return elements.filter(function ( element ){ + if ( element.visualAttributes().indexOf("deprecated") >= 0 ) { + // deprecated is the only attribute which has preference over external + return false; + } + + return element.attributes().indexOf("external") >= 0; + }); + } + + function setColorsForExternals( elements ){ + var iriMap = mapExternalsToBaseUri(elements); + var entries = iriMap.entries(); + + var colorScale = d3.scale.linear() + .domain([0, entries.length - 1]) + .range(_.find(COLOR_MODES, { type: colorModeType }).range) + .interpolate(d3.interpolateHsl); + + for ( var i = 0; i < entries.length; i++ ) { + var groupedElements = entries[i].value; + setBackgroundColorForElements(groupedElements, colorScale(i)); + } + } + + function mapExternalsToBaseUri( elements ){ + var map = d3.map(); + + elements.forEach(function ( element ){ + var baseIri = element.baseIri(); + + if ( !map.has(baseIri) ) { + map.set(baseIri, []); + } + map.get(baseIri).push(element); + }); + + return map; + } + + function setBackgroundColorForElements( elements, backgroundColor ){ + elements.forEach(function ( element ){ + element.backgroundColor(backgroundColor); + }); + } + + function resetBackgroundColors( elements ){ + console.log("Resetting color"); + elements.forEach(function ( element ){ + element.backgroundColor(null); + }); + } + + filter.colorModeType = function ( p ){ + if ( !arguments.length ) return colorModeType; + colorModeType = p; + return filter; + }; + + filter.enabled = function ( p ){ + if ( !arguments.length ) return enabled; + enabled = p; + return filter; + }; + + filter.reset = function (){ + enabled = DEFAULT_STATE; + }; + + + // Functions a filter must have + filter.filteredNodes = function (){ + return filteredNodes; + }; + + filter.filteredProperties = function (){ + return filteredProperties; + }; + + + return filter; + }; + + /* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(6))) + +/***/ }), +/* 74 */ +/***/ (function(module, exports) { + + /** + * This module abuses the filter function a bit like the statistics module. Nothing is filtered. + * + * @returns {{}} + */ + + + module.exports = function ( graph ){ + + var DEFAULT_STATE = false; + + var filter = {}, + nodes, + properties, + enabled = DEFAULT_STATE, + filteredNodes, + filteredProperties; + + + /** + * If enabled, redundant details won't be drawn anymore. + * @param untouchedNodes + * @param untouchedProperties + */ + filter.filter = function ( untouchedNodes, untouchedProperties ){ + nodes = untouchedNodes; + properties = untouchedProperties; + graph.options().compactNotation(enabled); + filteredNodes = nodes; + filteredProperties = properties; + }; + + filter.enabled = function ( p ){ + if ( !arguments.length ) return enabled; + enabled = p; + return filter; + }; + + filter.reset = function (){ + enabled = DEFAULT_STATE; + }; + + + // Functions a filter must have + filter.filteredNodes = function (){ + return filteredNodes; + }; + + filter.filteredProperties = function (){ + return filteredProperties; + }; + + + return filter; + }; + + +/***/ }), +/* 75 */ +/***/ (function(module, exports, __webpack_require__) { + + var elementTools = __webpack_require__(63)(); + var filterTools = __webpack_require__(76)(); + + module.exports = function (){ + + var filter = {}, + nodes, + properties, + enabled = false, + filteredNodes, + filteredProperties; + + + /** + * If enabled, all datatypes and literals including connected properties are filtered. + * @param untouchedNodes + * @param untouchedProperties + */ + filter.filter = function ( untouchedNodes, untouchedProperties ){ + nodes = untouchedNodes; + properties = untouchedProperties; + + if ( this.enabled() ) { + removeDatatypesAndLiterals(); + } + + filteredNodes = nodes; + filteredProperties = properties; + }; + + function removeDatatypesAndLiterals(){ + var filteredData = filterTools.filterNodesAndTidy(nodes, properties, isNoDatatypeOrLiteral); + + nodes = filteredData.nodes; + properties = filteredData.properties; + } + + function isNoDatatypeOrLiteral( node ){ + return !elementTools.isDatatype(node); + } + + filter.enabled = function ( p ){ + if ( !arguments.length ) return enabled; + enabled = p; + return filter; + }; + + + // Functions a filter must have + filter.filteredNodes = function (){ + return filteredNodes; + }; + + filter.filteredProperties = function (){ + return filteredProperties; + }; + + + return filter; + }; + + +/***/ }), +/* 76 */ +/***/ (function(module, exports, __webpack_require__) { + + var elementTools = __webpack_require__(63)(); + + module.exports = (function (){ + + var tools = {}; + + /** + * Filters the passed nodes and removes dangling properties. + * @param nodes + * @param properties + * @param shouldKeepNode function that returns true if the node should be kept + * @returns {{nodes: Array, properties: Array}} the filtered nodes and properties + */ + tools.filterNodesAndTidy = function ( nodes, properties, shouldKeepNode ){ + var removedNodes = __webpack_require__(62)(), + cleanedNodes = [], + cleanedProperties = []; + + nodes.forEach(function ( node ){ + if ( shouldKeepNode(node) ) { + cleanedNodes.push(node); + } else { + removedNodes.add(node); + } + }); + + properties.forEach(function ( property ){ + if ( propertyHasVisibleNodes(removedNodes, property) ) { + cleanedProperties.push(property); + } else if ( elementTools.isDatatypeProperty(property) ) { + // Remove floating datatypes/literals, because they belong to their datatype property + var index = cleanedNodes.indexOf(property.range()); + if ( index >= 0 ) { + cleanedNodes.splice(index, 1); + } + } + }); + + return { + nodes: cleanedNodes, + properties: cleanedProperties + }; + }; + + /** + * Returns true, if the domain and the range of this property have not been removed. + * @param removedNodes + * @param property + * @returns {boolean} true if property isn't dangling + */ + function propertyHasVisibleNodes( removedNodes, property ){ + return !removedNodes.has(property.domain()) && !removedNodes.has(property.range()); + } + + + return function (){ + return tools; + }; + })(); + + +/***/ }), +/* 77 */ +/***/ (function(module, exports, __webpack_require__) { + + var OwlDisjointWith = __webpack_require__(46); + + module.exports = function (){ + + var filter = {}, + nodes, + properties, + // According to the specification enabled by default + enabled = true, + filteredNodes, + filteredProperties; + + + /** + * If enabled, all disjoint with properties are filtered. + * @param untouchedNodes + * @param untouchedProperties + */ + filter.filter = function ( untouchedNodes, untouchedProperties ){ + nodes = untouchedNodes; + properties = untouchedProperties; + + if ( this.enabled() ) { + removeDisjointWithProperties(); + } + + filteredNodes = nodes; + filteredProperties = properties; + }; + + function removeDisjointWithProperties(){ + var cleanedProperties = [], + i, l, property; + + for ( i = 0, l = properties.length; i < l; i++ ) { + property = properties[i]; + + if ( !(property instanceof OwlDisjointWith) ) { + cleanedProperties.push(property); + } + } + + properties = cleanedProperties; + } + + filter.enabled = function ( p ){ + if ( !arguments.length ) return enabled; + enabled = p; + return filter; + }; + + + // Functions a filter must have + filter.filteredNodes = function (){ + return filteredNodes; + }; + + filter.filteredProperties = function (){ + return filteredProperties; + }; + + + return filter; + }; + + +/***/ }), +/* 78 */ +/***/ (function(module, exports, __webpack_require__) { + + /* WEBPACK VAR INJECTION */(function(d3) {module.exports = function ( graph ){ + var focuser = {}, + focusedElement; + var elementTools = webvowl.util.elementTools(); + focuser.handle = function ( selectedElement, forced ){ + // Don't display details on a drag event, which will be prevented + if ( d3.event && d3.event.defaultPrevented && forced === undefined ) { + return; + } + + if ( focusedElement !== undefined ) { + focusedElement.toggleFocus(); + } + + if ( focusedElement !== selectedElement && selectedElement ) { + selectedElement.toggleFocus(); + focusedElement = selectedElement; + } else { + focusedElement = undefined; + } + if ( focusedElement && focusedElement.focused() ) { + graph.options().editSidebar().updateSelectionInformation(focusedElement); + if ( elementTools.isProperty(selectedElement) === true ) { + var inversed = false; + if ( selectedElement.inverse() ) { + inversed = true; + } + graph.activateHoverElementsForProperties(true, selectedElement, inversed, graph.isTouchDevice()); + } + else { + graph.activateHoverElements(true, selectedElement, graph.isTouchDevice()); + } + } + else { + graph.options().editSidebar().updateSelectionInformation(undefined); + graph.removeEditElements(); + } + }; + + /** + * Removes the focus if an element is focussed. + */ + focuser.reset = function (){ + if ( focusedElement ) { + focusedElement.toggleFocus(); + focusedElement = undefined; + } + }; + + return focuser; + }; + + /* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(6))) + +/***/ }), +/* 79 */ +/***/ (function(module, exports) { + + /** @WORKAROUND CODE: + * clears empty literals that are provided by owl2vowl: 0.2.2x*/ + + + module.exports = function (){ + + var filter = {}, + enabled = true, + filteredNodes, + removedNodes, + filteredProperties; + + filter.enabled = function ( val ){ + if ( !arguments.length ) { + return enabled; + } + enabled = val; + }; + + filter.filter = function ( nodes, properties ){ + if ( enabled === false ) { + filteredNodes = nodes; + filteredProperties = properties; + removedNodes = []; + return; + } + var literalUsageMap = []; + var thingUsageMap = []; + var node; + for ( var i = 0; i < properties.length; i++ ) { + // get property range; + var prop = properties[i]; + + // checking for literals + if ( prop.range() ) { + node = prop.range(); + if ( node.type() === "rdfs:Literal" ) { + literalUsageMap[node.id()] = 1; + } + } + // checking for thing + if ( prop.range() ) { + node = prop.range(); + if ( node.type() === "owl:Thing" ) { + thingUsageMap[node.id()] = 1; + } + } + if ( prop.domain() ) { + node = prop.domain(); + if ( node.type() === "owl:Thing" ) { + thingUsageMap[node.id()] = 1; + } + } + + } + var nodesToRemove = []; + var newNodes = []; + // todo: test and make it faster + for ( i = 0; i < nodes.length; i++ ) { + var nodeId = nodes[i].id(); + if ( nodes[i].type() === "rdfs:Literal" ) { + if ( literalUsageMap[nodeId] === undefined ) { + nodesToRemove.push(nodeId); + } + else { + newNodes.push(nodes[i]); + } + // check for node type == OWL:THING + } else if ( nodes[i].type() === "owl:Thing" ) { + if ( thingUsageMap[nodeId] === undefined ) { + nodesToRemove.push(nodeId); + } + else { + newNodes.push(nodes[i]); + } + } else { + newNodes.push(nodes[i]); + } + } + + filteredNodes = newNodes; + filteredProperties = properties; + removedNodes = nodesToRemove; + }; + + + // Functions a filter must have + filter.filteredNodes = function (){ + return filteredNodes; + }; + + filter.removedNodes = function (){ + return removedNodes; + }; + + filter.filteredProperties = function (){ + return filteredProperties; + }; + + + return filter; + }; + + +/***/ }), +/* 80 */ +/***/ (function(module, exports, __webpack_require__) { + + var elementTools = __webpack_require__(63)(); + var filterTools = __webpack_require__(76)(); + + module.exports = function ( menu ){ + + var filter = {}, + nodes, + properties, + enabled = true, + filteredNodes, + filteredProperties, + maxDegreeSetter, + degreeGetter, + lastFiltedDegree, + degreeSetter; + + + var NODE_COUNT_LIMIT_FOR_AUTO_ENABLING = 50; + + + filter.initialize = function ( nodes, properties ){ + lastFiltedDegree = -1; + var maxLinkCount = findMaxLinkCount(nodes); + if ( maxDegreeSetter instanceof Function ) { + maxDegreeSetter(maxLinkCount); + } + + menu.setDefaultDegreeValue(findAutoDefaultDegree(nodes, properties, maxLinkCount)); + var defaultDegree = findDefaultDegree(maxLinkCount); + if ( degreeSetter instanceof Function ) { + degreeSetter(defaultDegree); + if ( defaultDegree > 0 ) { + menu.highlightForDegreeSlider(true); + menu.getGraphObject().setFilterWarning(true); + + } + } else { + console.error("No degree setter function set."); + } + }; + + function findAutoDefaultDegree( nodes, properties, maxDegree ){ + for ( var degree = 0; degree < maxDegree; degree++ ) { + var filteredData = filterByNodeDegree(nodes, properties, degree); + + if ( filteredData.nodes.length <= NODE_COUNT_LIMIT_FOR_AUTO_ENABLING ) { + return degree; + } + } + return 0; + } + + function findDefaultDegree( maxDegree ){ + var globalDegOfFilter = menu.getGraphObject().getGlobalDOF(); + if ( globalDegOfFilter >= 0 ) { + if ( globalDegOfFilter <= maxDegree ) { + return globalDegOfFilter; + } else { + menu.getGraphObject().setGlobalDOF(maxDegree); + return maxDegree; + } + } + return menu.getDefaultDegreeValue(); + } + + /** + * If enabled, all nodes are filter by their node degree. + * @param untouchedNodes + * @param untouchedProperties + */ + filter.filter = function ( untouchedNodes, untouchedProperties ){ + nodes = untouchedNodes; + properties = untouchedProperties; + + if ( this.enabled() ) { + if ( degreeGetter instanceof Function ) { + filterByNodeDegreeAndApply(degreeGetter()); + } else { + console.error("No degree query function set."); + } + } + + filteredNodes = nodes; + filteredProperties = properties; + + if ( filteredNodes.length === 0 ) { + degreeSetter(0); + filteredNodes = untouchedNodes; + filteredProperties = untouchedProperties; + } + lastFiltedDegree = degreeGetter(); + }; + + function findMaxLinkCount( nodes ){ + var maxLinkCount = 0; + for ( var i = 0, l = nodes.length; i < l; i++ ) { + var linksWithoutDatatypes = filterOutDatatypes(nodes[i].links()); + + maxLinkCount = Math.max(maxLinkCount, linksWithoutDatatypes.length); + } + return maxLinkCount; + } + + function filterOutDatatypes( links ){ + return links.filter(function ( link ){ + return !elementTools.isDatatypeProperty(link.property()); + }); + } + + function filterByNodeDegreeAndApply( minDegree ){ + var filteredData = filterByNodeDegree(nodes, properties, minDegree); + nodes = filteredData.nodes; + properties = filteredData.properties; + } + + function filterByNodeDegree( nodes, properties, minDegree ){ + return filterTools.filterNodesAndTidy(nodes, properties, hasRequiredDegree(minDegree)); + } + + function hasRequiredDegree( minDegree ){ + return function ( node ){ + return filterOutDatatypes(node.links()).length >= minDegree; + }; + } + + filter.setMaxDegreeSetter = function ( _maxDegreeSetter ){ + maxDegreeSetter = _maxDegreeSetter; + }; + + filter.setDegreeGetter = function ( _degreeGetter ){ + degreeGetter = _degreeGetter; + }; + + filter.setDegreeSetter = function ( _degreeSetter ){ + degreeSetter = _degreeSetter; + }; + + filter.enabled = function ( p ){ + if ( !arguments.length ) return enabled; + enabled = p; + return filter; + }; + + + // Functions a filter must have + filter.filteredNodes = function (){ + return filteredNodes; + }; + + filter.filteredProperties = function (){ + return filteredProperties; + }; + + + return filter; + }; + + +/***/ }), +/* 81 */ +/***/ (function(module, exports) { + + /** + * This module abuses the filter function a bit like the statistics module. Nothing is filtered. + * + * @returns {{}} + */ + module.exports = function ( graph ){ + + var DEFAULT_STATE = true; + + var filter = {}, + nodes, + properties, + enabled = DEFAULT_STATE, + filteredNodes, + filteredProperties; + + + /** + * If enabled, the scaling of nodes according to individuals will be enabled. + * @param untouchedNodes + * @param untouchedProperties + */ + filter.filter = function ( untouchedNodes, untouchedProperties ){ + nodes = untouchedNodes; + properties = untouchedProperties; + + graph.options().scaleNodesByIndividuals(enabled); + + filteredNodes = nodes; + filteredProperties = properties; + }; + + filter.enabled = function ( p ){ + if ( !arguments.length ) return enabled; + enabled = p; + return filter; + }; + + filter.reset = function (){ + enabled = DEFAULT_STATE; + }; + + + // Functions a filter must have + filter.filteredNodes = function (){ + return filteredNodes; + }; + + filter.filteredProperties = function (){ + return filteredProperties; + }; + + + return filter; + }; + + +/***/ }), +/* 82 */ +/***/ (function(module, exports, __webpack_require__) { + + var elementTools = __webpack_require__(63)(); + + + module.exports = function (){ + + var filter = {}, + nodes, + properties, + enabled = false, + filteredNodes, + filteredProperties; + + + /** + * If enabled, all object properties and things without any other property are filtered. + * @param untouchedNodes + * @param untouchedProperties + */ + filter.filter = function ( untouchedNodes, untouchedProperties ){ + nodes = untouchedNodes; + properties = untouchedProperties; + + if ( this.enabled() ) { + removeObjectProperties(); + } + + filteredNodes = nodes; + filteredProperties = properties; + }; + + function removeObjectProperties(){ + properties = properties.filter(isNoObjectProperty); + nodes = nodes.filter(isNoFloatingThing); + } + + function isNoObjectProperty( property ){ + return !elementTools.isObjectProperty(property); + } + + function isNoFloatingThing( node ){ + var isNoThing = !elementTools.isThing(node); + var hasNonFilteredProperties = hasPropertiesOtherThanObjectProperties(node, properties); + return isNoThing || hasNonFilteredProperties; + } + + function hasPropertiesOtherThanObjectProperties( node, properties ){ + for ( var i = 0; i < properties.length; i++ ) { + var property = properties[i]; + if ( property.domain() !== node && property.range() !== node ) { + continue; + } + + if ( isNoObjectProperty(property) ) { + return true; + } + } + + return false; + } + + filter.enabled = function ( p ){ + if ( !arguments.length ) return enabled; + enabled = p; + return filter; + }; + + + // Functions a filter must have + filter.filteredNodes = function (){ + return filteredNodes; + }; + + filter.filteredProperties = function (){ + return filteredProperties; + }; + + + return filter; + }; + + +/***/ }), +/* 83 */ +/***/ (function(module, exports, __webpack_require__) { + + /* WEBPACK VAR INJECTION */(function(d3) {var _ = __webpack_require__(84); + var elementTools = __webpack_require__(63)(); + + module.exports = function (){ + var pap = {}, + enabled = false, + pinnedElements = []; + + pap.addPinnedElement = function ( element ){ + // check if element is already in list + var indexInArray = pinnedElements.indexOf(element); + if ( indexInArray === -1 ) { + pinnedElements.push(element); + } + }; + + pap.handle = function ( selection, forced ){ + if ( !enabled ) { + return; + } + + if ( !forced ) { + if ( wasNotDragged() ) { + return; + } + } + if ( elementTools.isProperty(selection) ) { + if ( selection.inverse() && selection.inverse().pinned() ) { + return; + } else if ( hasNoParallelProperties(selection) ) { + return; + } + } + + if ( !selection.pinned() ) { + selection.drawPin(); + pap.addPinnedElement(selection); + } + }; + + function wasNotDragged(){ + return !d3.event.defaultPrevented; + } + + function hasNoParallelProperties( property ){ + return _.intersection(property.domain().links(), property.range().links()).length === 1; + } + + pap.enabled = function ( p ){ + if ( !arguments.length ) return enabled; + enabled = p; + return pap; + }; + + pap.reset = function (){ + pinnedElements.forEach(function ( element ){ + element.removePin(); + }); + // Clear the array of stored nodes + pinnedElements.length = 0; + }; + + return pap; + }; + + /* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(6))) + +/***/ }), +/* 84 */ +/***/ (function(module, exports, __webpack_require__) { + + module.exports = { + 'chunk': __webpack_require__(85), + 'compact': __webpack_require__(105), + 'concat': __webpack_require__(106), + 'difference': __webpack_require__(114), + 'differenceBy': __webpack_require__(167), + 'differenceWith': __webpack_require__(229), + 'drop': __webpack_require__(230), + 'dropRight': __webpack_require__(231), + 'dropRightWhile': __webpack_require__(232), + 'dropWhile': __webpack_require__(234), + 'fill': __webpack_require__(235), + 'findIndex': __webpack_require__(239), + 'findLastIndex': __webpack_require__(240), + 'first': __webpack_require__(241), + 'flatten': __webpack_require__(243), + 'flattenDeep': __webpack_require__(244), + 'flattenDepth': __webpack_require__(245), + 'fromPairs': __webpack_require__(246), + 'head': __webpack_require__(242), + 'indexOf': __webpack_require__(247), + 'initial': __webpack_require__(248), + 'intersection': __webpack_require__(249), + 'intersectionBy': __webpack_require__(252), + 'intersectionWith': __webpack_require__(253), + 'join': __webpack_require__(254), + 'last': __webpack_require__(228), + 'lastIndexOf': __webpack_require__(255), + 'nth': __webpack_require__(257), + 'pull': __webpack_require__(259), + 'pullAll': __webpack_require__(260), + 'pullAllBy': __webpack_require__(263), + 'pullAllWith': __webpack_require__(264), + 'pullAt': __webpack_require__(265), + 'remove': __webpack_require__(272), + 'reverse': __webpack_require__(273), + 'slice': __webpack_require__(274), + 'sortedIndex': __webpack_require__(275), + 'sortedIndexBy': __webpack_require__(278), + 'sortedIndexOf': __webpack_require__(279), + 'sortedLastIndex': __webpack_require__(280), + 'sortedLastIndexBy': __webpack_require__(281), + 'sortedLastIndexOf': __webpack_require__(282), + 'sortedUniq': __webpack_require__(283), + 'sortedUniqBy': __webpack_require__(285), + 'tail': __webpack_require__(286), + 'take': __webpack_require__(287), + 'takeRight': __webpack_require__(288), + 'takeRightWhile': __webpack_require__(289), + 'takeWhile': __webpack_require__(290), + 'union': __webpack_require__(291), + 'unionBy': __webpack_require__(295), + 'unionWith': __webpack_require__(296), + 'uniq': __webpack_require__(297), + 'uniqBy': __webpack_require__(298), + 'uniqWith': __webpack_require__(299), + 'unzip': __webpack_require__(300), + 'unzipWith': __webpack_require__(301), + 'without': __webpack_require__(302), + 'xor': __webpack_require__(303), + 'xorBy': __webpack_require__(305), + 'xorWith': __webpack_require__(306), + 'zip': __webpack_require__(307), + 'zipObject': __webpack_require__(308), + 'zipObjectDeep': __webpack_require__(312), + 'zipWith': __webpack_require__(314) + }; + + +/***/ }), +/* 85 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseSlice = __webpack_require__(86), + isIterateeCall = __webpack_require__(87), + toInteger = __webpack_require__(100); + + /* Built-in method references for those with the same name as other `lodash` methods. */ + var nativeCeil = Math.ceil, + nativeMax = Math.max; + + /** + * Creates an array of elements split into groups the length of `size`. + * If `array` can't be split evenly, the final chunk will be the remaining + * elements. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Array + * @param {Array} array The array to process. + * @param {number} [size=1] The length of each chunk + * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. + * @returns {Array} Returns the new array of chunks. + * @example + * + * _.chunk(['a', 'b', 'c', 'd'], 2); + * // => [['a', 'b'], ['c', 'd']] + * + * _.chunk(['a', 'b', 'c', 'd'], 3); + * // => [['a', 'b', 'c'], ['d']] + */ + function chunk(array, size, guard) { + if ((guard ? isIterateeCall(array, size, guard) : size === undefined)) { + size = 1; + } else { + size = nativeMax(toInteger(size), 0); + } + var length = array == null ? 0 : array.length; + if (!length || size < 1) { + return []; + } + var index = 0, + resIndex = 0, + result = Array(nativeCeil(length / size)); + + while (index < length) { + result[resIndex++] = baseSlice(array, index, (index += size)); + } + return result; + } + + module.exports = chunk; + + +/***/ }), +/* 86 */ +/***/ (function(module, exports) { + + /** + * The base implementation of `_.slice` without an iteratee call guard. + * + * @private + * @param {Array} array The array to slice. + * @param {number} [start=0] The start position. + * @param {number} [end=array.length] The end position. + * @returns {Array} Returns the slice of `array`. + */ + function baseSlice(array, start, end) { + var index = -1, + length = array.length; + + if (start < 0) { + start = -start > length ? 0 : (length + start); + } + end = end > length ? length : end; + if (end < 0) { + end += length; + } + length = start > end ? 0 : ((end - start) >>> 0); + start >>>= 0; + + var result = Array(length); + while (++index < length) { + result[index] = array[index + start]; + } + return result; + } + + module.exports = baseSlice; + + +/***/ }), +/* 87 */ +/***/ (function(module, exports, __webpack_require__) { + + var eq = __webpack_require__(88), + isArrayLike = __webpack_require__(89), + isIndex = __webpack_require__(99), + isObject = __webpack_require__(97); + + /** + * Checks if the given arguments are from an iteratee call. + * + * @private + * @param {*} value The potential iteratee value argument. + * @param {*} index The potential iteratee index or key argument. + * @param {*} object The potential iteratee object argument. + * @returns {boolean} Returns `true` if the arguments are from an iteratee call, + * else `false`. + */ + function isIterateeCall(value, index, object) { + if (!isObject(object)) { + return false; + } + var type = typeof index; + if (type == 'number' + ? (isArrayLike(object) && isIndex(index, object.length)) + : (type == 'string' && index in object) + ) { + return eq(object[index], value); + } + return false; + } + + module.exports = isIterateeCall; + + +/***/ }), +/* 88 */ +/***/ (function(module, exports) { + + /** + * Performs a + * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) + * comparison between two values to determine if they are equivalent. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to compare. + * @param {*} other The other value to compare. + * @returns {boolean} Returns `true` if the values are equivalent, else `false`. + * @example + * + * var object = { 'a': 1 }; + * var other = { 'a': 1 }; + * + * _.eq(object, object); + * // => true + * + * _.eq(object, other); + * // => false + * + * _.eq('a', 'a'); + * // => true + * + * _.eq('a', Object('a')); + * // => false + * + * _.eq(NaN, NaN); + * // => true + */ + function eq(value, other) { + return value === other || (value !== value && other !== other); + } + + module.exports = eq; + + +/***/ }), +/* 89 */ +/***/ (function(module, exports, __webpack_require__) { + + var isFunction = __webpack_require__(90), + isLength = __webpack_require__(98); + + /** + * Checks if `value` is array-like. A value is considered array-like if it's + * not a function and has a `value.length` that's an integer greater than or + * equal to `0` and less than or equal to `Number.MAX_SAFE_INTEGER`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is array-like, else `false`. + * @example + * + * _.isArrayLike([1, 2, 3]); + * // => true + * + * _.isArrayLike(document.body.children); + * // => true + * + * _.isArrayLike('abc'); + * // => true + * + * _.isArrayLike(_.noop); + * // => false + */ + function isArrayLike(value) { + return value != null && isLength(value.length) && !isFunction(value); + } + + module.exports = isArrayLike; + + +/***/ }), +/* 90 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseGetTag = __webpack_require__(91), + isObject = __webpack_require__(97); + + /** `Object#toString` result references. */ + var asyncTag = '[object AsyncFunction]', + funcTag = '[object Function]', + genTag = '[object GeneratorFunction]', + proxyTag = '[object Proxy]'; + + /** + * Checks if `value` is classified as a `Function` object. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a function, else `false`. + * @example + * + * _.isFunction(_); + * // => true + * + * _.isFunction(/abc/); + * // => false + */ + function isFunction(value) { + if (!isObject(value)) { + return false; + } + // The use of `Object#toString` avoids issues with the `typeof` operator + // in Safari 9 which returns 'object' for typed arrays and other constructors. + var tag = baseGetTag(value); + return tag == funcTag || tag == genTag || tag == asyncTag || tag == proxyTag; + } + + module.exports = isFunction; + + +/***/ }), +/* 91 */ +/***/ (function(module, exports, __webpack_require__) { + + var Symbol = __webpack_require__(92), + getRawTag = __webpack_require__(95), + objectToString = __webpack_require__(96); + + /** `Object#toString` result references. */ + var nullTag = '[object Null]', + undefinedTag = '[object Undefined]'; + + /** Built-in value references. */ + var symToStringTag = Symbol ? Symbol.toStringTag : undefined; + + /** + * The base implementation of `getTag` without fallbacks for buggy environments. + * + * @private + * @param {*} value The value to query. + * @returns {string} Returns the `toStringTag`. + */ + function baseGetTag(value) { + if (value == null) { + return value === undefined ? undefinedTag : nullTag; + } + return (symToStringTag && symToStringTag in Object(value)) + ? getRawTag(value) + : objectToString(value); + } + + module.exports = baseGetTag; + + +/***/ }), +/* 92 */ +/***/ (function(module, exports, __webpack_require__) { + + var root = __webpack_require__(93); + + /** Built-in value references. */ + var Symbol = root.Symbol; + + module.exports = Symbol; + + +/***/ }), +/* 93 */ +/***/ (function(module, exports, __webpack_require__) { + + var freeGlobal = __webpack_require__(94); + + /** Detect free variable `self`. */ + var freeSelf = typeof self == 'object' && self && self.Object === Object && self; + + /** Used as a reference to the global object. */ + var root = freeGlobal || freeSelf || Function('return this')(); + + module.exports = root; + + +/***/ }), +/* 94 */ +/***/ (function(module, exports) { + + /* WEBPACK VAR INJECTION */(function(global) {/** Detect free variable `global` from Node.js. */ + var freeGlobal = typeof global == 'object' && global && global.Object === Object && global; + + module.exports = freeGlobal; + + /* WEBPACK VAR INJECTION */}.call(exports, (function() { return this; }()))) + +/***/ }), +/* 95 */ +/***/ (function(module, exports, __webpack_require__) { + + var Symbol = __webpack_require__(92); + + /** Used for built-in method references. */ + var objectProto = Object.prototype; + + /** Used to check objects for own properties. */ + var hasOwnProperty = objectProto.hasOwnProperty; + + /** + * Used to resolve the + * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring) + * of values. + */ + var nativeObjectToString = objectProto.toString; + + /** Built-in value references. */ + var symToStringTag = Symbol ? Symbol.toStringTag : undefined; + + /** + * A specialized version of `baseGetTag` which ignores `Symbol.toStringTag` values. + * + * @private + * @param {*} value The value to query. + * @returns {string} Returns the raw `toStringTag`. + */ + function getRawTag(value) { + var isOwn = hasOwnProperty.call(value, symToStringTag), + tag = value[symToStringTag]; + + try { + value[symToStringTag] = undefined; + var unmasked = true; + } catch (e) {} + + var result = nativeObjectToString.call(value); + if (unmasked) { + if (isOwn) { + value[symToStringTag] = tag; + } else { + delete value[symToStringTag]; + } + } + return result; + } + + module.exports = getRawTag; + + +/***/ }), +/* 96 */ +/***/ (function(module, exports) { + + /** Used for built-in method references. */ + var objectProto = Object.prototype; + + /** + * Used to resolve the + * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring) + * of values. + */ + var nativeObjectToString = objectProto.toString; + + /** + * Converts `value` to a string using `Object.prototype.toString`. + * + * @private + * @param {*} value The value to convert. + * @returns {string} Returns the converted string. + */ + function objectToString(value) { + return nativeObjectToString.call(value); + } + + module.exports = objectToString; + + +/***/ }), +/* 97 */ +/***/ (function(module, exports) { + + /** + * Checks if `value` is the + * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types) + * of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`) + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an object, else `false`. + * @example + * + * _.isObject({}); + * // => true + * + * _.isObject([1, 2, 3]); + * // => true + * + * _.isObject(_.noop); + * // => true + * + * _.isObject(null); + * // => false + */ + function isObject(value) { + var type = typeof value; + return value != null && (type == 'object' || type == 'function'); + } + + module.exports = isObject; + + +/***/ }), +/* 98 */ +/***/ (function(module, exports) { + + /** Used as references for various `Number` constants. */ + var MAX_SAFE_INTEGER = 9007199254740991; + + /** + * Checks if `value` is a valid array-like length. + * + * **Note:** This method is loosely based on + * [`ToLength`](http://ecma-international.org/ecma-262/7.0/#sec-tolength). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a valid length, else `false`. + * @example + * + * _.isLength(3); + * // => true + * + * _.isLength(Number.MIN_VALUE); + * // => false + * + * _.isLength(Infinity); + * // => false + * + * _.isLength('3'); + * // => false + */ + function isLength(value) { + return typeof value == 'number' && + value > -1 && value % 1 == 0 && value <= MAX_SAFE_INTEGER; + } + + module.exports = isLength; + + +/***/ }), +/* 99 */ +/***/ (function(module, exports) { + + /** Used as references for various `Number` constants. */ + var MAX_SAFE_INTEGER = 9007199254740991; + + /** Used to detect unsigned integer values. */ + var reIsUint = /^(?:0|[1-9]\d*)$/; + + /** + * Checks if `value` is a valid array-like index. + * + * @private + * @param {*} value The value to check. + * @param {number} [length=MAX_SAFE_INTEGER] The upper bounds of a valid index. + * @returns {boolean} Returns `true` if `value` is a valid index, else `false`. + */ + function isIndex(value, length) { + var type = typeof value; + length = length == null ? MAX_SAFE_INTEGER : length; + + return !!length && + (type == 'number' || + (type != 'symbol' && reIsUint.test(value))) && + (value > -1 && value % 1 == 0 && value < length); + } + + module.exports = isIndex; + + +/***/ }), +/* 100 */ +/***/ (function(module, exports, __webpack_require__) { + + var toFinite = __webpack_require__(101); + + /** + * Converts `value` to an integer. + * + * **Note:** This method is loosely based on + * [`ToInteger`](http://www.ecma-international.org/ecma-262/7.0/#sec-tointeger). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to convert. + * @returns {number} Returns the converted integer. + * @example + * + * _.toInteger(3.2); + * // => 3 + * + * _.toInteger(Number.MIN_VALUE); + * // => 0 + * + * _.toInteger(Infinity); + * // => 1.7976931348623157e+308 + * + * _.toInteger('3.2'); + * // => 3 + */ + function toInteger(value) { + var result = toFinite(value), + remainder = result % 1; + + return result === result ? (remainder ? result - remainder : result) : 0; + } + + module.exports = toInteger; + + +/***/ }), +/* 101 */ +/***/ (function(module, exports, __webpack_require__) { + + var toNumber = __webpack_require__(102); + + /** Used as references for various `Number` constants. */ + var INFINITY = 1 / 0, + MAX_INTEGER = 1.7976931348623157e+308; + + /** + * Converts `value` to a finite number. + * + * @static + * @memberOf _ + * @since 4.12.0 + * @category Lang + * @param {*} value The value to convert. + * @returns {number} Returns the converted number. + * @example + * + * _.toFinite(3.2); + * // => 3.2 + * + * _.toFinite(Number.MIN_VALUE); + * // => 5e-324 + * + * _.toFinite(Infinity); + * // => 1.7976931348623157e+308 + * + * _.toFinite('3.2'); + * // => 3.2 + */ + function toFinite(value) { + if (!value) { + return value === 0 ? value : 0; + } + value = toNumber(value); + if (value === INFINITY || value === -INFINITY) { + var sign = (value < 0 ? -1 : 1); + return sign * MAX_INTEGER; + } + return value === value ? value : 0; + } + + module.exports = toFinite; + + +/***/ }), +/* 102 */ +/***/ (function(module, exports, __webpack_require__) { + + var isObject = __webpack_require__(97), + isSymbol = __webpack_require__(103); + + /** Used as references for various `Number` constants. */ + var NAN = 0 / 0; + + /** Used to match leading and trailing whitespace. */ + var reTrim = /^\s+|\s+$/g; + + /** Used to detect bad signed hexadecimal string values. */ + var reIsBadHex = /^[-+]0x[0-9a-f]+$/i; + + /** Used to detect binary string values. */ + var reIsBinary = /^0b[01]+$/i; + + /** Used to detect octal string values. */ + var reIsOctal = /^0o[0-7]+$/i; + + /** Built-in method references without a dependency on `root`. */ + var freeParseInt = parseInt; + + /** + * Converts `value` to a number. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to process. + * @returns {number} Returns the number. + * @example + * + * _.toNumber(3.2); + * // => 3.2 + * + * _.toNumber(Number.MIN_VALUE); + * // => 5e-324 + * + * _.toNumber(Infinity); + * // => Infinity + * + * _.toNumber('3.2'); + * // => 3.2 + */ + function toNumber(value) { + if (typeof value == 'number') { + return value; + } + if (isSymbol(value)) { + return NAN; + } + if (isObject(value)) { + var other = typeof value.valueOf == 'function' ? value.valueOf() : value; + value = isObject(other) ? (other + '') : other; + } + if (typeof value != 'string') { + return value === 0 ? value : +value; + } + value = value.replace(reTrim, ''); + var isBinary = reIsBinary.test(value); + return (isBinary || reIsOctal.test(value)) + ? freeParseInt(value.slice(2), isBinary ? 2 : 8) + : (reIsBadHex.test(value) ? NAN : +value); + } + + module.exports = toNumber; + + +/***/ }), +/* 103 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseGetTag = __webpack_require__(91), + isObjectLike = __webpack_require__(104); + + /** `Object#toString` result references. */ + var symbolTag = '[object Symbol]'; + + /** + * Checks if `value` is classified as a `Symbol` primitive or object. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a symbol, else `false`. + * @example + * + * _.isSymbol(Symbol.iterator); + * // => true + * + * _.isSymbol('abc'); + * // => false + */ + function isSymbol(value) { + return typeof value == 'symbol' || + (isObjectLike(value) && baseGetTag(value) == symbolTag); + } + + module.exports = isSymbol; + + +/***/ }), +/* 104 */ +/***/ (function(module, exports) { + + /** + * Checks if `value` is object-like. A value is object-like if it's not `null` + * and has a `typeof` result of "object". + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is object-like, else `false`. + * @example + * + * _.isObjectLike({}); + * // => true + * + * _.isObjectLike([1, 2, 3]); + * // => true + * + * _.isObjectLike(_.noop); + * // => false + * + * _.isObjectLike(null); + * // => false + */ + function isObjectLike(value) { + return value != null && typeof value == 'object'; + } + + module.exports = isObjectLike; + + +/***/ }), +/* 105 */ +/***/ (function(module, exports) { + + /** + * Creates an array with all falsey values removed. The values `false`, `null`, + * `0`, `""`, `undefined`, and `NaN` are falsey. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {Array} array The array to compact. + * @returns {Array} Returns the new array of filtered values. + * @example + * + * _.compact([0, 1, false, 2, '', 3]); + * // => [1, 2, 3] + */ + function compact(array) { + var index = -1, + length = array == null ? 0 : array.length, + resIndex = 0, + result = []; + + while (++index < length) { + var value = array[index]; + if (value) { + result[resIndex++] = value; + } + } + return result; + } + + module.exports = compact; + + +/***/ }), +/* 106 */ +/***/ (function(module, exports, __webpack_require__) { + + var arrayPush = __webpack_require__(107), + baseFlatten = __webpack_require__(108), + copyArray = __webpack_require__(113), + isArray = __webpack_require__(112); + + /** + * Creates a new array concatenating `array` with any additional arrays + * and/or values. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {Array} array The array to concatenate. + * @param {...*} [values] The values to concatenate. + * @returns {Array} Returns the new concatenated array. + * @example + * + * var array = [1]; + * var other = _.concat(array, 2, [3], [[4]]); + * + * console.log(other); + * // => [1, 2, 3, [4]] + * + * console.log(array); + * // => [1] + */ + function concat() { + var length = arguments.length; + if (!length) { + return []; + } + var args = Array(length - 1), + array = arguments[0], + index = length; + + while (index--) { + args[index - 1] = arguments[index]; + } + return arrayPush(isArray(array) ? copyArray(array) : [array], baseFlatten(args, 1)); + } + + module.exports = concat; + + +/***/ }), +/* 107 */ +/***/ (function(module, exports) { + + /** + * Appends the elements of `values` to `array`. + * + * @private + * @param {Array} array The array to modify. + * @param {Array} values The values to append. + * @returns {Array} Returns `array`. + */ + function arrayPush(array, values) { + var index = -1, + length = values.length, + offset = array.length; + + while (++index < length) { + array[offset + index] = values[index]; + } + return array; + } + + module.exports = arrayPush; + + +/***/ }), +/* 108 */ +/***/ (function(module, exports, __webpack_require__) { + + var arrayPush = __webpack_require__(107), + isFlattenable = __webpack_require__(109); + + /** + * The base implementation of `_.flatten` with support for restricting flattening. + * + * @private + * @param {Array} array The array to flatten. + * @param {number} depth The maximum recursion depth. + * @param {boolean} [predicate=isFlattenable] The function invoked per iteration. + * @param {boolean} [isStrict] Restrict to values that pass `predicate` checks. + * @param {Array} [result=[]] The initial result value. + * @returns {Array} Returns the new flattened array. + */ + function baseFlatten(array, depth, predicate, isStrict, result) { + var index = -1, + length = array.length; + + predicate || (predicate = isFlattenable); + result || (result = []); + + while (++index < length) { + var value = array[index]; + if (depth > 0 && predicate(value)) { + if (depth > 1) { + // Recursively flatten arrays (susceptible to call stack limits). + baseFlatten(value, depth - 1, predicate, isStrict, result); + } else { + arrayPush(result, value); + } + } else if (!isStrict) { + result[result.length] = value; + } + } + return result; + } + + module.exports = baseFlatten; + + +/***/ }), +/* 109 */ +/***/ (function(module, exports, __webpack_require__) { + + var Symbol = __webpack_require__(92), + isArguments = __webpack_require__(110), + isArray = __webpack_require__(112); + + /** Built-in value references. */ + var spreadableSymbol = Symbol ? Symbol.isConcatSpreadable : undefined; + + /** + * Checks if `value` is a flattenable `arguments` object or array. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is flattenable, else `false`. + */ + function isFlattenable(value) { + return isArray(value) || isArguments(value) || + !!(spreadableSymbol && value && value[spreadableSymbol]); + } + + module.exports = isFlattenable; + + +/***/ }), +/* 110 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseIsArguments = __webpack_require__(111), + isObjectLike = __webpack_require__(104); + + /** Used for built-in method references. */ + var objectProto = Object.prototype; + + /** Used to check objects for own properties. */ + var hasOwnProperty = objectProto.hasOwnProperty; + + /** Built-in value references. */ + var propertyIsEnumerable = objectProto.propertyIsEnumerable; + + /** + * Checks if `value` is likely an `arguments` object. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an `arguments` object, + * else `false`. + * @example + * + * _.isArguments(function() { return arguments; }()); + * // => true + * + * _.isArguments([1, 2, 3]); + * // => false + */ + var isArguments = baseIsArguments(function() { return arguments; }()) ? baseIsArguments : function(value) { + return isObjectLike(value) && hasOwnProperty.call(value, 'callee') && + !propertyIsEnumerable.call(value, 'callee'); + }; + + module.exports = isArguments; + + +/***/ }), +/* 111 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseGetTag = __webpack_require__(91), + isObjectLike = __webpack_require__(104); + + /** `Object#toString` result references. */ + var argsTag = '[object Arguments]'; + + /** + * The base implementation of `_.isArguments`. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an `arguments` object, + */ + function baseIsArguments(value) { + return isObjectLike(value) && baseGetTag(value) == argsTag; + } + + module.exports = baseIsArguments; + + +/***/ }), +/* 112 */ +/***/ (function(module, exports) { + + /** + * Checks if `value` is classified as an `Array` object. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an array, else `false`. + * @example + * + * _.isArray([1, 2, 3]); + * // => true + * + * _.isArray(document.body.children); + * // => false + * + * _.isArray('abc'); + * // => false + * + * _.isArray(_.noop); + * // => false + */ + var isArray = Array.isArray; + + module.exports = isArray; + + +/***/ }), +/* 113 */ +/***/ (function(module, exports) { + + /** + * Copies the values of `source` to `array`. + * + * @private + * @param {Array} source The array to copy values from. + * @param {Array} [array=[]] The array to copy values to. + * @returns {Array} Returns `array`. + */ + function copyArray(source, array) { + var index = -1, + length = source.length; + + array || (array = Array(length)); + while (++index < length) { + array[index] = source[index]; + } + return array; + } + + module.exports = copyArray; + + +/***/ }), +/* 114 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseDifference = __webpack_require__(115), + baseFlatten = __webpack_require__(108), + baseRest = __webpack_require__(157), + isArrayLikeObject = __webpack_require__(166); + + /** + * Creates an array of `array` values not included in the other given arrays + * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) + * for equality comparisons. The order and references of result values are + * determined by the first array. + * + * **Note:** Unlike `_.pullAll`, this method returns a new array. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {Array} array The array to inspect. + * @param {...Array} [values] The values to exclude. + * @returns {Array} Returns the new array of filtered values. + * @see _.without, _.xor + * @example + * + * _.difference([2, 1], [2, 3]); + * // => [1] + */ + var difference = baseRest(function(array, values) { + return isArrayLikeObject(array) + ? baseDifference(array, baseFlatten(values, 1, isArrayLikeObject, true)) + : []; + }); + + module.exports = difference; + + +/***/ }), +/* 115 */ +/***/ (function(module, exports, __webpack_require__) { + + var SetCache = __webpack_require__(116), + arrayIncludes = __webpack_require__(148), + arrayIncludesWith = __webpack_require__(153), + arrayMap = __webpack_require__(154), + baseUnary = __webpack_require__(155), + cacheHas = __webpack_require__(156); + + /** Used as the size to enable large array optimizations. */ + var LARGE_ARRAY_SIZE = 200; + + /** + * The base implementation of methods like `_.difference` without support + * for excluding multiple arrays or iteratee shorthands. + * + * @private + * @param {Array} array The array to inspect. + * @param {Array} values The values to exclude. + * @param {Function} [iteratee] The iteratee invoked per element. + * @param {Function} [comparator] The comparator invoked per element. + * @returns {Array} Returns the new array of filtered values. + */ + function baseDifference(array, values, iteratee, comparator) { + var index = -1, + includes = arrayIncludes, + isCommon = true, + length = array.length, + result = [], + valuesLength = values.length; + + if (!length) { + return result; + } + if (iteratee) { + values = arrayMap(values, baseUnary(iteratee)); + } + if (comparator) { + includes = arrayIncludesWith; + isCommon = false; + } + else if (values.length >= LARGE_ARRAY_SIZE) { + includes = cacheHas; + isCommon = false; + values = new SetCache(values); + } + outer: + while (++index < length) { + var value = array[index], + computed = iteratee == null ? value : iteratee(value); + + value = (comparator || value !== 0) ? value : 0; + if (isCommon && computed === computed) { + var valuesIndex = valuesLength; + while (valuesIndex--) { + if (values[valuesIndex] === computed) { + continue outer; + } + } + result.push(value); + } + else if (!includes(values, computed, comparator)) { + result.push(value); + } + } + return result; + } + + module.exports = baseDifference; + + +/***/ }), +/* 116 */ +/***/ (function(module, exports, __webpack_require__) { + + var MapCache = __webpack_require__(117), + setCacheAdd = __webpack_require__(146), + setCacheHas = __webpack_require__(147); + + /** + * + * Creates an array cache object to store unique values. + * + * @private + * @constructor + * @param {Array} [values] The values to cache. + */ + function SetCache(values) { + var index = -1, + length = values == null ? 0 : values.length; + + this.__data__ = new MapCache; + while (++index < length) { + this.add(values[index]); + } + } + + // Add methods to `SetCache`. + SetCache.prototype.add = SetCache.prototype.push = setCacheAdd; + SetCache.prototype.has = setCacheHas; + + module.exports = SetCache; + + +/***/ }), +/* 117 */ +/***/ (function(module, exports, __webpack_require__) { + + var mapCacheClear = __webpack_require__(118), + mapCacheDelete = __webpack_require__(140), + mapCacheGet = __webpack_require__(143), + mapCacheHas = __webpack_require__(144), + mapCacheSet = __webpack_require__(145); + + /** + * Creates a map cache object to store key-value pairs. + * + * @private + * @constructor + * @param {Array} [entries] The key-value pairs to cache. + */ + function MapCache(entries) { + var index = -1, + length = entries == null ? 0 : entries.length; + + this.clear(); + while (++index < length) { + var entry = entries[index]; + this.set(entry[0], entry[1]); + } + } + + // Add methods to `MapCache`. + MapCache.prototype.clear = mapCacheClear; + MapCache.prototype['delete'] = mapCacheDelete; + MapCache.prototype.get = mapCacheGet; + MapCache.prototype.has = mapCacheHas; + MapCache.prototype.set = mapCacheSet; + + module.exports = MapCache; + + +/***/ }), +/* 118 */ +/***/ (function(module, exports, __webpack_require__) { + + var Hash = __webpack_require__(119), + ListCache = __webpack_require__(132), + Map = __webpack_require__(139); + + /** + * Removes all key-value entries from the map. + * + * @private + * @name clear + * @memberOf MapCache + */ + function mapCacheClear() { + this.size = 0; + this.__data__ = { + 'hash': new Hash, + 'map': new (Map || ListCache), + 'string': new Hash + }; + } + + module.exports = mapCacheClear; + + +/***/ }), +/* 119 */ +/***/ (function(module, exports, __webpack_require__) { + + var hashClear = __webpack_require__(120), + hashDelete = __webpack_require__(128), + hashGet = __webpack_require__(129), + hashHas = __webpack_require__(130), + hashSet = __webpack_require__(131); + + /** + * Creates a hash object. + * + * @private + * @constructor + * @param {Array} [entries] The key-value pairs to cache. + */ + function Hash(entries) { + var index = -1, + length = entries == null ? 0 : entries.length; + + this.clear(); + while (++index < length) { + var entry = entries[index]; + this.set(entry[0], entry[1]); + } + } + + // Add methods to `Hash`. + Hash.prototype.clear = hashClear; + Hash.prototype['delete'] = hashDelete; + Hash.prototype.get = hashGet; + Hash.prototype.has = hashHas; + Hash.prototype.set = hashSet; + + module.exports = Hash; + + +/***/ }), +/* 120 */ +/***/ (function(module, exports, __webpack_require__) { + + var nativeCreate = __webpack_require__(121); + + /** + * Removes all key-value entries from the hash. + * + * @private + * @name clear + * @memberOf Hash + */ + function hashClear() { + this.__data__ = nativeCreate ? nativeCreate(null) : {}; + this.size = 0; + } + + module.exports = hashClear; + + +/***/ }), +/* 121 */ +/***/ (function(module, exports, __webpack_require__) { + + var getNative = __webpack_require__(122); + + /* Built-in method references that are verified to be native. */ + var nativeCreate = getNative(Object, 'create'); + + module.exports = nativeCreate; + + +/***/ }), +/* 122 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseIsNative = __webpack_require__(123), + getValue = __webpack_require__(127); + + /** + * Gets the native function at `key` of `object`. + * + * @private + * @param {Object} object The object to query. + * @param {string} key The key of the method to get. + * @returns {*} Returns the function if it's native, else `undefined`. + */ + function getNative(object, key) { + var value = getValue(object, key); + return baseIsNative(value) ? value : undefined; + } + + module.exports = getNative; + + +/***/ }), +/* 123 */ +/***/ (function(module, exports, __webpack_require__) { + + var isFunction = __webpack_require__(90), + isMasked = __webpack_require__(124), + isObject = __webpack_require__(97), + toSource = __webpack_require__(126); + + /** + * Used to match `RegExp` + * [syntax characters](http://ecma-international.org/ecma-262/7.0/#sec-patterns). + */ + var reRegExpChar = /[\\^$.*+?()[\]{}|]/g; + + /** Used to detect host constructors (Safari). */ + var reIsHostCtor = /^\[object .+?Constructor\]$/; + + /** Used for built-in method references. */ + var funcProto = Function.prototype, + objectProto = Object.prototype; + + /** Used to resolve the decompiled source of functions. */ + var funcToString = funcProto.toString; + + /** Used to check objects for own properties. */ + var hasOwnProperty = objectProto.hasOwnProperty; + + /** Used to detect if a method is native. */ + var reIsNative = RegExp('^' + + funcToString.call(hasOwnProperty).replace(reRegExpChar, '\\$&') + .replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, '$1.*?') + '$' + ); + + /** + * The base implementation of `_.isNative` without bad shim checks. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a native function, + * else `false`. + */ + function baseIsNative(value) { + if (!isObject(value) || isMasked(value)) { + return false; + } + var pattern = isFunction(value) ? reIsNative : reIsHostCtor; + return pattern.test(toSource(value)); + } + + module.exports = baseIsNative; + + +/***/ }), +/* 124 */ +/***/ (function(module, exports, __webpack_require__) { + + var coreJsData = __webpack_require__(125); + + /** Used to detect methods masquerading as native. */ + var maskSrcKey = (function() { + var uid = /[^.]+$/.exec(coreJsData && coreJsData.keys && coreJsData.keys.IE_PROTO || ''); + return uid ? ('Symbol(src)_1.' + uid) : ''; + }()); + + /** + * Checks if `func` has its source masked. + * + * @private + * @param {Function} func The function to check. + * @returns {boolean} Returns `true` if `func` is masked, else `false`. + */ + function isMasked(func) { + return !!maskSrcKey && (maskSrcKey in func); + } + + module.exports = isMasked; + + +/***/ }), +/* 125 */ +/***/ (function(module, exports, __webpack_require__) { + + var root = __webpack_require__(93); + + /** Used to detect overreaching core-js shims. */ + var coreJsData = root['__core-js_shared__']; + + module.exports = coreJsData; + + +/***/ }), +/* 126 */ +/***/ (function(module, exports) { + + /** Used for built-in method references. */ + var funcProto = Function.prototype; + + /** Used to resolve the decompiled source of functions. */ + var funcToString = funcProto.toString; + + /** + * Converts `func` to its source code. + * + * @private + * @param {Function} func The function to convert. + * @returns {string} Returns the source code. + */ + function toSource(func) { + if (func != null) { + try { + return funcToString.call(func); + } catch (e) {} + try { + return (func + ''); + } catch (e) {} + } + return ''; + } + + module.exports = toSource; + + +/***/ }), +/* 127 */ +/***/ (function(module, exports) { + + /** + * Gets the value at `key` of `object`. + * + * @private + * @param {Object} [object] The object to query. + * @param {string} key The key of the property to get. + * @returns {*} Returns the property value. + */ + function getValue(object, key) { + return object == null ? undefined : object[key]; + } + + module.exports = getValue; + + +/***/ }), +/* 128 */ +/***/ (function(module, exports) { + + /** + * Removes `key` and its value from the hash. + * + * @private + * @name delete + * @memberOf Hash + * @param {Object} hash The hash to modify. + * @param {string} key The key of the value to remove. + * @returns {boolean} Returns `true` if the entry was removed, else `false`. + */ + function hashDelete(key) { + var result = this.has(key) && delete this.__data__[key]; + this.size -= result ? 1 : 0; + return result; + } + + module.exports = hashDelete; + + +/***/ }), +/* 129 */ +/***/ (function(module, exports, __webpack_require__) { + + var nativeCreate = __webpack_require__(121); + + /** Used to stand-in for `undefined` hash values. */ + var HASH_UNDEFINED = '__lodash_hash_undefined__'; + + /** Used for built-in method references. */ + var objectProto = Object.prototype; + + /** Used to check objects for own properties. */ + var hasOwnProperty = objectProto.hasOwnProperty; + + /** + * Gets the hash value for `key`. + * + * @private + * @name get + * @memberOf Hash + * @param {string} key The key of the value to get. + * @returns {*} Returns the entry value. + */ + function hashGet(key) { + var data = this.__data__; + if (nativeCreate) { + var result = data[key]; + return result === HASH_UNDEFINED ? undefined : result; + } + return hasOwnProperty.call(data, key) ? data[key] : undefined; + } + + module.exports = hashGet; + + +/***/ }), +/* 130 */ +/***/ (function(module, exports, __webpack_require__) { + + var nativeCreate = __webpack_require__(121); + + /** Used for built-in method references. */ + var objectProto = Object.prototype; + + /** Used to check objects for own properties. */ + var hasOwnProperty = objectProto.hasOwnProperty; + + /** + * Checks if a hash value for `key` exists. + * + * @private + * @name has + * @memberOf Hash + * @param {string} key The key of the entry to check. + * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`. + */ + function hashHas(key) { + var data = this.__data__; + return nativeCreate ? (data[key] !== undefined) : hasOwnProperty.call(data, key); + } + + module.exports = hashHas; + + +/***/ }), +/* 131 */ +/***/ (function(module, exports, __webpack_require__) { + + var nativeCreate = __webpack_require__(121); + + /** Used to stand-in for `undefined` hash values. */ + var HASH_UNDEFINED = '__lodash_hash_undefined__'; + + /** + * Sets the hash `key` to `value`. + * + * @private + * @name set + * @memberOf Hash + * @param {string} key The key of the value to set. + * @param {*} value The value to set. + * @returns {Object} Returns the hash instance. + */ + function hashSet(key, value) { + var data = this.__data__; + this.size += this.has(key) ? 0 : 1; + data[key] = (nativeCreate && value === undefined) ? HASH_UNDEFINED : value; + return this; + } + + module.exports = hashSet; + + +/***/ }), +/* 132 */ +/***/ (function(module, exports, __webpack_require__) { + + var listCacheClear = __webpack_require__(133), + listCacheDelete = __webpack_require__(134), + listCacheGet = __webpack_require__(136), + listCacheHas = __webpack_require__(137), + listCacheSet = __webpack_require__(138); + + /** + * Creates an list cache object. + * + * @private + * @constructor + * @param {Array} [entries] The key-value pairs to cache. + */ + function ListCache(entries) { + var index = -1, + length = entries == null ? 0 : entries.length; + + this.clear(); + while (++index < length) { + var entry = entries[index]; + this.set(entry[0], entry[1]); + } + } + + // Add methods to `ListCache`. + ListCache.prototype.clear = listCacheClear; + ListCache.prototype['delete'] = listCacheDelete; + ListCache.prototype.get = listCacheGet; + ListCache.prototype.has = listCacheHas; + ListCache.prototype.set = listCacheSet; + + module.exports = ListCache; + + +/***/ }), +/* 133 */ +/***/ (function(module, exports) { + + /** + * Removes all key-value entries from the list cache. + * + * @private + * @name clear + * @memberOf ListCache + */ + function listCacheClear() { + this.__data__ = []; + this.size = 0; + } + + module.exports = listCacheClear; + + +/***/ }), +/* 134 */ +/***/ (function(module, exports, __webpack_require__) { + + var assocIndexOf = __webpack_require__(135); + + /** Used for built-in method references. */ + var arrayProto = Array.prototype; + + /** Built-in value references. */ + var splice = arrayProto.splice; + + /** + * Removes `key` and its value from the list cache. + * + * @private + * @name delete + * @memberOf ListCache + * @param {string} key The key of the value to remove. + * @returns {boolean} Returns `true` if the entry was removed, else `false`. + */ + function listCacheDelete(key) { + var data = this.__data__, + index = assocIndexOf(data, key); + + if (index < 0) { + return false; + } + var lastIndex = data.length - 1; + if (index == lastIndex) { + data.pop(); + } else { + splice.call(data, index, 1); + } + --this.size; + return true; + } + + module.exports = listCacheDelete; + + +/***/ }), +/* 135 */ +/***/ (function(module, exports, __webpack_require__) { + + var eq = __webpack_require__(88); + + /** + * Gets the index at which the `key` is found in `array` of key-value pairs. + * + * @private + * @param {Array} array The array to inspect. + * @param {*} key The key to search for. + * @returns {number} Returns the index of the matched value, else `-1`. + */ + function assocIndexOf(array, key) { + var length = array.length; + while (length--) { + if (eq(array[length][0], key)) { + return length; + } + } + return -1; + } + + module.exports = assocIndexOf; + + +/***/ }), +/* 136 */ +/***/ (function(module, exports, __webpack_require__) { + + var assocIndexOf = __webpack_require__(135); + + /** + * Gets the list cache value for `key`. + * + * @private + * @name get + * @memberOf ListCache + * @param {string} key The key of the value to get. + * @returns {*} Returns the entry value. + */ + function listCacheGet(key) { + var data = this.__data__, + index = assocIndexOf(data, key); + + return index < 0 ? undefined : data[index][1]; + } + + module.exports = listCacheGet; + + +/***/ }), +/* 137 */ +/***/ (function(module, exports, __webpack_require__) { + + var assocIndexOf = __webpack_require__(135); + + /** + * Checks if a list cache value for `key` exists. + * + * @private + * @name has + * @memberOf ListCache + * @param {string} key The key of the entry to check. + * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`. + */ + function listCacheHas(key) { + return assocIndexOf(this.__data__, key) > -1; + } + + module.exports = listCacheHas; + + +/***/ }), +/* 138 */ +/***/ (function(module, exports, __webpack_require__) { + + var assocIndexOf = __webpack_require__(135); + + /** + * Sets the list cache `key` to `value`. + * + * @private + * @name set + * @memberOf ListCache + * @param {string} key The key of the value to set. + * @param {*} value The value to set. + * @returns {Object} Returns the list cache instance. + */ + function listCacheSet(key, value) { + var data = this.__data__, + index = assocIndexOf(data, key); + + if (index < 0) { + ++this.size; + data.push([key, value]); + } else { + data[index][1] = value; + } + return this; + } + + module.exports = listCacheSet; + + +/***/ }), +/* 139 */ +/***/ (function(module, exports, __webpack_require__) { + + var getNative = __webpack_require__(122), + root = __webpack_require__(93); + + /* Built-in method references that are verified to be native. */ + var Map = getNative(root, 'Map'); + + module.exports = Map; + + +/***/ }), +/* 140 */ +/***/ (function(module, exports, __webpack_require__) { + + var getMapData = __webpack_require__(141); + + /** + * Removes `key` and its value from the map. + * + * @private + * @name delete + * @memberOf MapCache + * @param {string} key The key of the value to remove. + * @returns {boolean} Returns `true` if the entry was removed, else `false`. + */ + function mapCacheDelete(key) { + var result = getMapData(this, key)['delete'](key); + this.size -= result ? 1 : 0; + return result; + } + + module.exports = mapCacheDelete; + + +/***/ }), +/* 141 */ +/***/ (function(module, exports, __webpack_require__) { + + var isKeyable = __webpack_require__(142); + + /** + * Gets the data for `map`. + * + * @private + * @param {Object} map The map to query. + * @param {string} key The reference key. + * @returns {*} Returns the map data. + */ + function getMapData(map, key) { + var data = map.__data__; + return isKeyable(key) + ? data[typeof key == 'string' ? 'string' : 'hash'] + : data.map; + } + + module.exports = getMapData; + + +/***/ }), +/* 142 */ +/***/ (function(module, exports) { + + /** + * Checks if `value` is suitable for use as unique object key. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is suitable, else `false`. + */ + function isKeyable(value) { + var type = typeof value; + return (type == 'string' || type == 'number' || type == 'symbol' || type == 'boolean') + ? (value !== '__proto__') + : (value === null); + } + + module.exports = isKeyable; + + +/***/ }), +/* 143 */ +/***/ (function(module, exports, __webpack_require__) { + + var getMapData = __webpack_require__(141); + + /** + * Gets the map value for `key`. + * + * @private + * @name get + * @memberOf MapCache + * @param {string} key The key of the value to get. + * @returns {*} Returns the entry value. + */ + function mapCacheGet(key) { + return getMapData(this, key).get(key); + } + + module.exports = mapCacheGet; + + +/***/ }), +/* 144 */ +/***/ (function(module, exports, __webpack_require__) { + + var getMapData = __webpack_require__(141); + + /** + * Checks if a map value for `key` exists. + * + * @private + * @name has + * @memberOf MapCache + * @param {string} key The key of the entry to check. + * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`. + */ + function mapCacheHas(key) { + return getMapData(this, key).has(key); + } + + module.exports = mapCacheHas; + + +/***/ }), +/* 145 */ +/***/ (function(module, exports, __webpack_require__) { + + var getMapData = __webpack_require__(141); + + /** + * Sets the map `key` to `value`. + * + * @private + * @name set + * @memberOf MapCache + * @param {string} key The key of the value to set. + * @param {*} value The value to set. + * @returns {Object} Returns the map cache instance. + */ + function mapCacheSet(key, value) { + var data = getMapData(this, key), + size = data.size; + + data.set(key, value); + this.size += data.size == size ? 0 : 1; + return this; + } + + module.exports = mapCacheSet; + + +/***/ }), +/* 146 */ +/***/ (function(module, exports) { + + /** Used to stand-in for `undefined` hash values. */ + var HASH_UNDEFINED = '__lodash_hash_undefined__'; + + /** + * Adds `value` to the array cache. + * + * @private + * @name add + * @memberOf SetCache + * @alias push + * @param {*} value The value to cache. + * @returns {Object} Returns the cache instance. + */ + function setCacheAdd(value) { + this.__data__.set(value, HASH_UNDEFINED); + return this; + } + + module.exports = setCacheAdd; + + +/***/ }), +/* 147 */ +/***/ (function(module, exports) { + + /** + * Checks if `value` is in the array cache. + * + * @private + * @name has + * @memberOf SetCache + * @param {*} value The value to search for. + * @returns {number} Returns `true` if `value` is found, else `false`. + */ + function setCacheHas(value) { + return this.__data__.has(value); + } + + module.exports = setCacheHas; + + +/***/ }), +/* 148 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseIndexOf = __webpack_require__(149); + + /** + * A specialized version of `_.includes` for arrays without support for + * specifying an index to search from. + * + * @private + * @param {Array} [array] The array to inspect. + * @param {*} target The value to search for. + * @returns {boolean} Returns `true` if `target` is found, else `false`. + */ + function arrayIncludes(array, value) { + var length = array == null ? 0 : array.length; + return !!length && baseIndexOf(array, value, 0) > -1; + } + + module.exports = arrayIncludes; + + +/***/ }), +/* 149 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseFindIndex = __webpack_require__(150), + baseIsNaN = __webpack_require__(151), + strictIndexOf = __webpack_require__(152); + + /** + * The base implementation of `_.indexOf` without `fromIndex` bounds checks. + * + * @private + * @param {Array} array The array to inspect. + * @param {*} value The value to search for. + * @param {number} fromIndex The index to search from. + * @returns {number} Returns the index of the matched value, else `-1`. + */ + function baseIndexOf(array, value, fromIndex) { + return value === value + ? strictIndexOf(array, value, fromIndex) + : baseFindIndex(array, baseIsNaN, fromIndex); + } + + module.exports = baseIndexOf; + + +/***/ }), +/* 150 */ +/***/ (function(module, exports) { + + /** + * The base implementation of `_.findIndex` and `_.findLastIndex` without + * support for iteratee shorthands. + * + * @private + * @param {Array} array The array to inspect. + * @param {Function} predicate The function invoked per iteration. + * @param {number} fromIndex The index to search from. + * @param {boolean} [fromRight] Specify iterating from right to left. + * @returns {number} Returns the index of the matched value, else `-1`. + */ + function baseFindIndex(array, predicate, fromIndex, fromRight) { + var length = array.length, + index = fromIndex + (fromRight ? 1 : -1); + + while ((fromRight ? index-- : ++index < length)) { + if (predicate(array[index], index, array)) { + return index; + } + } + return -1; + } + + module.exports = baseFindIndex; + + +/***/ }), +/* 151 */ +/***/ (function(module, exports) { + + /** + * The base implementation of `_.isNaN` without support for number objects. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is `NaN`, else `false`. + */ + function baseIsNaN(value) { + return value !== value; + } + + module.exports = baseIsNaN; + + +/***/ }), +/* 152 */ +/***/ (function(module, exports) { + + /** + * A specialized version of `_.indexOf` which performs strict equality + * comparisons of values, i.e. `===`. + * + * @private + * @param {Array} array The array to inspect. + * @param {*} value The value to search for. + * @param {number} fromIndex The index to search from. + * @returns {number} Returns the index of the matched value, else `-1`. + */ + function strictIndexOf(array, value, fromIndex) { + var index = fromIndex - 1, + length = array.length; + + while (++index < length) { + if (array[index] === value) { + return index; + } + } + return -1; + } + + module.exports = strictIndexOf; + + +/***/ }), +/* 153 */ +/***/ (function(module, exports) { + + /** + * This function is like `arrayIncludes` except that it accepts a comparator. + * + * @private + * @param {Array} [array] The array to inspect. + * @param {*} target The value to search for. + * @param {Function} comparator The comparator invoked per element. + * @returns {boolean} Returns `true` if `target` is found, else `false`. + */ + function arrayIncludesWith(array, value, comparator) { + var index = -1, + length = array == null ? 0 : array.length; + + while (++index < length) { + if (comparator(value, array[index])) { + return true; + } + } + return false; + } + + module.exports = arrayIncludesWith; + + +/***/ }), +/* 154 */ +/***/ (function(module, exports) { + + /** + * A specialized version of `_.map` for arrays without support for iteratee + * shorthands. + * + * @private + * @param {Array} [array] The array to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @returns {Array} Returns the new mapped array. + */ + function arrayMap(array, iteratee) { + var index = -1, + length = array == null ? 0 : array.length, + result = Array(length); + + while (++index < length) { + result[index] = iteratee(array[index], index, array); + } + return result; + } + + module.exports = arrayMap; + + +/***/ }), +/* 155 */ +/***/ (function(module, exports) { + + /** + * The base implementation of `_.unary` without support for storing metadata. + * + * @private + * @param {Function} func The function to cap arguments for. + * @returns {Function} Returns the new capped function. + */ + function baseUnary(func) { + return function(value) { + return func(value); + }; + } + + module.exports = baseUnary; + + +/***/ }), +/* 156 */ +/***/ (function(module, exports) { + + /** + * Checks if a `cache` value for `key` exists. + * + * @private + * @param {Object} cache The cache to query. + * @param {string} key The key of the entry to check. + * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`. + */ + function cacheHas(cache, key) { + return cache.has(key); + } + + module.exports = cacheHas; + + +/***/ }), +/* 157 */ +/***/ (function(module, exports, __webpack_require__) { + + var identity = __webpack_require__(158), + overRest = __webpack_require__(159), + setToString = __webpack_require__(161); + + /** + * The base implementation of `_.rest` which doesn't validate or coerce arguments. + * + * @private + * @param {Function} func The function to apply a rest parameter to. + * @param {number} [start=func.length-1] The start position of the rest parameter. + * @returns {Function} Returns the new function. + */ + function baseRest(func, start) { + return setToString(overRest(func, start, identity), func + ''); + } + + module.exports = baseRest; + + +/***/ }), +/* 158 */ +/***/ (function(module, exports) { + + /** + * This method returns the first argument it receives. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Util + * @param {*} value Any value. + * @returns {*} Returns `value`. + * @example + * + * var object = { 'a': 1 }; + * + * console.log(_.identity(object) === object); + * // => true + */ + function identity(value) { + return value; + } + + module.exports = identity; + + +/***/ }), +/* 159 */ +/***/ (function(module, exports, __webpack_require__) { + + var apply = __webpack_require__(160); + + /* Built-in method references for those with the same name as other `lodash` methods. */ + var nativeMax = Math.max; + + /** + * A specialized version of `baseRest` which transforms the rest array. + * + * @private + * @param {Function} func The function to apply a rest parameter to. + * @param {number} [start=func.length-1] The start position of the rest parameter. + * @param {Function} transform The rest array transform. + * @returns {Function} Returns the new function. + */ + function overRest(func, start, transform) { + start = nativeMax(start === undefined ? (func.length - 1) : start, 0); + return function() { + var args = arguments, + index = -1, + length = nativeMax(args.length - start, 0), + array = Array(length); + + while (++index < length) { + array[index] = args[start + index]; + } + index = -1; + var otherArgs = Array(start + 1); + while (++index < start) { + otherArgs[index] = args[index]; + } + otherArgs[start] = transform(array); + return apply(func, this, otherArgs); + }; + } + + module.exports = overRest; + + +/***/ }), +/* 160 */ +/***/ (function(module, exports) { + + /** + * A faster alternative to `Function#apply`, this function invokes `func` + * with the `this` binding of `thisArg` and the arguments of `args`. + * + * @private + * @param {Function} func The function to invoke. + * @param {*} thisArg The `this` binding of `func`. + * @param {Array} args The arguments to invoke `func` with. + * @returns {*} Returns the result of `func`. + */ + function apply(func, thisArg, args) { + switch (args.length) { + case 0: return func.call(thisArg); + case 1: return func.call(thisArg, args[0]); + case 2: return func.call(thisArg, args[0], args[1]); + case 3: return func.call(thisArg, args[0], args[1], args[2]); + } + return func.apply(thisArg, args); + } + + module.exports = apply; + + +/***/ }), +/* 161 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseSetToString = __webpack_require__(162), + shortOut = __webpack_require__(165); + + /** + * Sets the `toString` method of `func` to return `string`. + * + * @private + * @param {Function} func The function to modify. + * @param {Function} string The `toString` result. + * @returns {Function} Returns `func`. + */ + var setToString = shortOut(baseSetToString); + + module.exports = setToString; + + +/***/ }), +/* 162 */ +/***/ (function(module, exports, __webpack_require__) { + + var constant = __webpack_require__(163), + defineProperty = __webpack_require__(164), + identity = __webpack_require__(158); + + /** + * The base implementation of `setToString` without support for hot loop shorting. + * + * @private + * @param {Function} func The function to modify. + * @param {Function} string The `toString` result. + * @returns {Function} Returns `func`. + */ + var baseSetToString = !defineProperty ? identity : function(func, string) { + return defineProperty(func, 'toString', { + 'configurable': true, + 'enumerable': false, + 'value': constant(string), + 'writable': true + }); + }; + + module.exports = baseSetToString; + + +/***/ }), +/* 163 */ +/***/ (function(module, exports) { + + /** + * Creates a function that returns `value`. + * + * @static + * @memberOf _ + * @since 2.4.0 + * @category Util + * @param {*} value The value to return from the new function. + * @returns {Function} Returns the new constant function. + * @example + * + * var objects = _.times(2, _.constant({ 'a': 1 })); + * + * console.log(objects); + * // => [{ 'a': 1 }, { 'a': 1 }] + * + * console.log(objects[0] === objects[1]); + * // => true + */ + function constant(value) { + return function() { + return value; + }; + } + + module.exports = constant; + + +/***/ }), +/* 164 */ +/***/ (function(module, exports, __webpack_require__) { + + var getNative = __webpack_require__(122); + + var defineProperty = (function() { + try { + var func = getNative(Object, 'defineProperty'); + func({}, '', {}); + return func; + } catch (e) {} + }()); + + module.exports = defineProperty; + + +/***/ }), +/* 165 */ +/***/ (function(module, exports) { + + /** Used to detect hot functions by number of calls within a span of milliseconds. */ + var HOT_COUNT = 800, + HOT_SPAN = 16; + + /* Built-in method references for those with the same name as other `lodash` methods. */ + var nativeNow = Date.now; + + /** + * Creates a function that'll short out and invoke `identity` instead + * of `func` when it's called `HOT_COUNT` or more times in `HOT_SPAN` + * milliseconds. + * + * @private + * @param {Function} func The function to restrict. + * @returns {Function} Returns the new shortable function. + */ + function shortOut(func) { + var count = 0, + lastCalled = 0; + + return function() { + var stamp = nativeNow(), + remaining = HOT_SPAN - (stamp - lastCalled); + + lastCalled = stamp; + if (remaining > 0) { + if (++count >= HOT_COUNT) { + return arguments[0]; + } + } else { + count = 0; + } + return func.apply(undefined, arguments); + }; + } + + module.exports = shortOut; + + +/***/ }), +/* 166 */ +/***/ (function(module, exports, __webpack_require__) { + + var isArrayLike = __webpack_require__(89), + isObjectLike = __webpack_require__(104); + + /** + * This method is like `_.isArrayLike` except that it also checks if `value` + * is an object. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an array-like object, + * else `false`. + * @example + * + * _.isArrayLikeObject([1, 2, 3]); + * // => true + * + * _.isArrayLikeObject(document.body.children); + * // => true + * + * _.isArrayLikeObject('abc'); + * // => false + * + * _.isArrayLikeObject(_.noop); + * // => false + */ + function isArrayLikeObject(value) { + return isObjectLike(value) && isArrayLike(value); + } + + module.exports = isArrayLikeObject; + + +/***/ }), +/* 167 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseDifference = __webpack_require__(115), + baseFlatten = __webpack_require__(108), + baseIteratee = __webpack_require__(168), + baseRest = __webpack_require__(157), + isArrayLikeObject = __webpack_require__(166), + last = __webpack_require__(228); + + /** + * This method is like `_.difference` except that it accepts `iteratee` which + * is invoked for each element of `array` and `values` to generate the criterion + * by which they're compared. The order and references of result values are + * determined by the first array. The iteratee is invoked with one argument: + * (value). + * + * **Note:** Unlike `_.pullAllBy`, this method returns a new array. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {Array} array The array to inspect. + * @param {...Array} [values] The values to exclude. + * @param {Function} [iteratee=_.identity] The iteratee invoked per element. + * @returns {Array} Returns the new array of filtered values. + * @example + * + * _.differenceBy([2.1, 1.2], [2.3, 3.4], Math.floor); + * // => [1.2] + * + * // The `_.property` iteratee shorthand. + * _.differenceBy([{ 'x': 2 }, { 'x': 1 }], [{ 'x': 1 }], 'x'); + * // => [{ 'x': 2 }] + */ + var differenceBy = baseRest(function(array, values) { + var iteratee = last(values); + if (isArrayLikeObject(iteratee)) { + iteratee = undefined; + } + return isArrayLikeObject(array) + ? baseDifference(array, baseFlatten(values, 1, isArrayLikeObject, true), baseIteratee(iteratee, 2)) + : []; + }); + + module.exports = differenceBy; + + +/***/ }), +/* 168 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseMatches = __webpack_require__(169), + baseMatchesProperty = __webpack_require__(211), + identity = __webpack_require__(158), + isArray = __webpack_require__(112), + property = __webpack_require__(225); + + /** + * The base implementation of `_.iteratee`. + * + * @private + * @param {*} [value=_.identity] The value to convert to an iteratee. + * @returns {Function} Returns the iteratee. + */ + function baseIteratee(value) { + // Don't store the `typeof` result in a variable to avoid a JIT bug in Safari 9. + // See https://bugs.webkit.org/show_bug.cgi?id=156034 for more details. + if (typeof value == 'function') { + return value; + } + if (value == null) { + return identity; + } + if (typeof value == 'object') { + return isArray(value) + ? baseMatchesProperty(value[0], value[1]) + : baseMatches(value); + } + return property(value); + } + + module.exports = baseIteratee; + + +/***/ }), +/* 169 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseIsMatch = __webpack_require__(170), + getMatchData = __webpack_require__(208), + matchesStrictComparable = __webpack_require__(210); + + /** + * The base implementation of `_.matches` which doesn't clone `source`. + * + * @private + * @param {Object} source The object of property values to match. + * @returns {Function} Returns the new spec function. + */ + function baseMatches(source) { + var matchData = getMatchData(source); + if (matchData.length == 1 && matchData[0][2]) { + return matchesStrictComparable(matchData[0][0], matchData[0][1]); + } + return function(object) { + return object === source || baseIsMatch(object, source, matchData); + }; + } + + module.exports = baseMatches; + + +/***/ }), +/* 170 */ +/***/ (function(module, exports, __webpack_require__) { + + var Stack = __webpack_require__(171), + baseIsEqual = __webpack_require__(177); + + /** Used to compose bitmasks for value comparisons. */ + var COMPARE_PARTIAL_FLAG = 1, + COMPARE_UNORDERED_FLAG = 2; + + /** + * The base implementation of `_.isMatch` without support for iteratee shorthands. + * + * @private + * @param {Object} object The object to inspect. + * @param {Object} source The object of property values to match. + * @param {Array} matchData The property names, values, and compare flags to match. + * @param {Function} [customizer] The function to customize comparisons. + * @returns {boolean} Returns `true` if `object` is a match, else `false`. + */ + function baseIsMatch(object, source, matchData, customizer) { + var index = matchData.length, + length = index, + noCustomizer = !customizer; + + if (object == null) { + return !length; + } + object = Object(object); + while (index--) { + var data = matchData[index]; + if ((noCustomizer && data[2]) + ? data[1] !== object[data[0]] + : !(data[0] in object) + ) { + return false; + } + } + while (++index < length) { + data = matchData[index]; + var key = data[0], + objValue = object[key], + srcValue = data[1]; + + if (noCustomizer && data[2]) { + if (objValue === undefined && !(key in object)) { + return false; + } + } else { + var stack = new Stack; + if (customizer) { + var result = customizer(objValue, srcValue, key, object, source, stack); + } + if (!(result === undefined + ? baseIsEqual(srcValue, objValue, COMPARE_PARTIAL_FLAG | COMPARE_UNORDERED_FLAG, customizer, stack) + : result + )) { + return false; + } + } + } + return true; + } + + module.exports = baseIsMatch; + + +/***/ }), +/* 171 */ +/***/ (function(module, exports, __webpack_require__) { + + var ListCache = __webpack_require__(132), + stackClear = __webpack_require__(172), + stackDelete = __webpack_require__(173), + stackGet = __webpack_require__(174), + stackHas = __webpack_require__(175), + stackSet = __webpack_require__(176); + + /** + * Creates a stack cache object to store key-value pairs. + * + * @private + * @constructor + * @param {Array} [entries] The key-value pairs to cache. + */ + function Stack(entries) { + var data = this.__data__ = new ListCache(entries); + this.size = data.size; + } + + // Add methods to `Stack`. + Stack.prototype.clear = stackClear; + Stack.prototype['delete'] = stackDelete; + Stack.prototype.get = stackGet; + Stack.prototype.has = stackHas; + Stack.prototype.set = stackSet; + + module.exports = Stack; + + +/***/ }), +/* 172 */ +/***/ (function(module, exports, __webpack_require__) { + + var ListCache = __webpack_require__(132); + + /** + * Removes all key-value entries from the stack. + * + * @private + * @name clear + * @memberOf Stack + */ + function stackClear() { + this.__data__ = new ListCache; + this.size = 0; + } + + module.exports = stackClear; + + +/***/ }), +/* 173 */ +/***/ (function(module, exports) { + + /** + * Removes `key` and its value from the stack. + * + * @private + * @name delete + * @memberOf Stack + * @param {string} key The key of the value to remove. + * @returns {boolean} Returns `true` if the entry was removed, else `false`. + */ + function stackDelete(key) { + var data = this.__data__, + result = data['delete'](key); + + this.size = data.size; + return result; + } + + module.exports = stackDelete; + + +/***/ }), +/* 174 */ +/***/ (function(module, exports) { + + /** + * Gets the stack value for `key`. + * + * @private + * @name get + * @memberOf Stack + * @param {string} key The key of the value to get. + * @returns {*} Returns the entry value. + */ + function stackGet(key) { + return this.__data__.get(key); + } + + module.exports = stackGet; + + +/***/ }), +/* 175 */ +/***/ (function(module, exports) { + + /** + * Checks if a stack value for `key` exists. + * + * @private + * @name has + * @memberOf Stack + * @param {string} key The key of the entry to check. + * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`. + */ + function stackHas(key) { + return this.__data__.has(key); + } + + module.exports = stackHas; + + +/***/ }), +/* 176 */ +/***/ (function(module, exports, __webpack_require__) { + + var ListCache = __webpack_require__(132), + Map = __webpack_require__(139), + MapCache = __webpack_require__(117); + + /** Used as the size to enable large array optimizations. */ + var LARGE_ARRAY_SIZE = 200; + + /** + * Sets the stack `key` to `value`. + * + * @private + * @name set + * @memberOf Stack + * @param {string} key The key of the value to set. + * @param {*} value The value to set. + * @returns {Object} Returns the stack cache instance. + */ + function stackSet(key, value) { + var data = this.__data__; + if (data instanceof ListCache) { + var pairs = data.__data__; + if (!Map || (pairs.length < LARGE_ARRAY_SIZE - 1)) { + pairs.push([key, value]); + this.size = ++data.size; + return this; + } + data = this.__data__ = new MapCache(pairs); + } + data.set(key, value); + this.size = data.size; + return this; + } + + module.exports = stackSet; + + +/***/ }), +/* 177 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseIsEqualDeep = __webpack_require__(178), + isObjectLike = __webpack_require__(104); + + /** + * The base implementation of `_.isEqual` which supports partial comparisons + * and tracks traversed objects. + * + * @private + * @param {*} value The value to compare. + * @param {*} other The other value to compare. + * @param {boolean} bitmask The bitmask flags. + * 1 - Unordered comparison + * 2 - Partial comparison + * @param {Function} [customizer] The function to customize comparisons. + * @param {Object} [stack] Tracks traversed `value` and `other` objects. + * @returns {boolean} Returns `true` if the values are equivalent, else `false`. + */ + function baseIsEqual(value, other, bitmask, customizer, stack) { + if (value === other) { + return true; + } + if (value == null || other == null || (!isObjectLike(value) && !isObjectLike(other))) { + return value !== value && other !== other; + } + return baseIsEqualDeep(value, other, bitmask, customizer, baseIsEqual, stack); + } + + module.exports = baseIsEqual; + + +/***/ }), +/* 178 */ +/***/ (function(module, exports, __webpack_require__) { + + var Stack = __webpack_require__(171), + equalArrays = __webpack_require__(179), + equalByTag = __webpack_require__(181), + equalObjects = __webpack_require__(185), + getTag = __webpack_require__(203), + isArray = __webpack_require__(112), + isBuffer = __webpack_require__(194), + isTypedArray = __webpack_require__(196); + + /** Used to compose bitmasks for value comparisons. */ + var COMPARE_PARTIAL_FLAG = 1; + + /** `Object#toString` result references. */ + var argsTag = '[object Arguments]', + arrayTag = '[object Array]', + objectTag = '[object Object]'; + + /** Used for built-in method references. */ + var objectProto = Object.prototype; + + /** Used to check objects for own properties. */ + var hasOwnProperty = objectProto.hasOwnProperty; + + /** + * A specialized version of `baseIsEqual` for arrays and objects which performs + * deep comparisons and tracks traversed objects enabling objects with circular + * references to be compared. + * + * @private + * @param {Object} object The object to compare. + * @param {Object} other The other object to compare. + * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details. + * @param {Function} customizer The function to customize comparisons. + * @param {Function} equalFunc The function to determine equivalents of values. + * @param {Object} [stack] Tracks traversed `object` and `other` objects. + * @returns {boolean} Returns `true` if the objects are equivalent, else `false`. + */ + function baseIsEqualDeep(object, other, bitmask, customizer, equalFunc, stack) { + var objIsArr = isArray(object), + othIsArr = isArray(other), + objTag = objIsArr ? arrayTag : getTag(object), + othTag = othIsArr ? arrayTag : getTag(other); + + objTag = objTag == argsTag ? objectTag : objTag; + othTag = othTag == argsTag ? objectTag : othTag; + + var objIsObj = objTag == objectTag, + othIsObj = othTag == objectTag, + isSameTag = objTag == othTag; + + if (isSameTag && isBuffer(object)) { + if (!isBuffer(other)) { + return false; + } + objIsArr = true; + objIsObj = false; + } + if (isSameTag && !objIsObj) { + stack || (stack = new Stack); + return (objIsArr || isTypedArray(object)) + ? equalArrays(object, other, bitmask, customizer, equalFunc, stack) + : equalByTag(object, other, objTag, bitmask, customizer, equalFunc, stack); + } + if (!(bitmask & COMPARE_PARTIAL_FLAG)) { + var objIsWrapped = objIsObj && hasOwnProperty.call(object, '__wrapped__'), + othIsWrapped = othIsObj && hasOwnProperty.call(other, '__wrapped__'); + + if (objIsWrapped || othIsWrapped) { + var objUnwrapped = objIsWrapped ? object.value() : object, + othUnwrapped = othIsWrapped ? other.value() : other; + + stack || (stack = new Stack); + return equalFunc(objUnwrapped, othUnwrapped, bitmask, customizer, stack); + } + } + if (!isSameTag) { + return false; + } + stack || (stack = new Stack); + return equalObjects(object, other, bitmask, customizer, equalFunc, stack); + } + + module.exports = baseIsEqualDeep; + + +/***/ }), +/* 179 */ +/***/ (function(module, exports, __webpack_require__) { + + var SetCache = __webpack_require__(116), + arraySome = __webpack_require__(180), + cacheHas = __webpack_require__(156); + + /** Used to compose bitmasks for value comparisons. */ + var COMPARE_PARTIAL_FLAG = 1, + COMPARE_UNORDERED_FLAG = 2; + + /** + * A specialized version of `baseIsEqualDeep` for arrays with support for + * partial deep comparisons. + * + * @private + * @param {Array} array The array to compare. + * @param {Array} other The other array to compare. + * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details. + * @param {Function} customizer The function to customize comparisons. + * @param {Function} equalFunc The function to determine equivalents of values. + * @param {Object} stack Tracks traversed `array` and `other` objects. + * @returns {boolean} Returns `true` if the arrays are equivalent, else `false`. + */ + function equalArrays(array, other, bitmask, customizer, equalFunc, stack) { + var isPartial = bitmask & COMPARE_PARTIAL_FLAG, + arrLength = array.length, + othLength = other.length; + + if (arrLength != othLength && !(isPartial && othLength > arrLength)) { + return false; + } + // Assume cyclic values are equal. + var stacked = stack.get(array); + if (stacked && stack.get(other)) { + return stacked == other; + } + var index = -1, + result = true, + seen = (bitmask & COMPARE_UNORDERED_FLAG) ? new SetCache : undefined; + + stack.set(array, other); + stack.set(other, array); + + // Ignore non-index properties. + while (++index < arrLength) { + var arrValue = array[index], + othValue = other[index]; + + if (customizer) { + var compared = isPartial + ? customizer(othValue, arrValue, index, other, array, stack) + : customizer(arrValue, othValue, index, array, other, stack); + } + if (compared !== undefined) { + if (compared) { + continue; + } + result = false; + break; + } + // Recursively compare arrays (susceptible to call stack limits). + if (seen) { + if (!arraySome(other, function(othValue, othIndex) { + if (!cacheHas(seen, othIndex) && + (arrValue === othValue || equalFunc(arrValue, othValue, bitmask, customizer, stack))) { + return seen.push(othIndex); + } + })) { + result = false; + break; + } + } else if (!( + arrValue === othValue || + equalFunc(arrValue, othValue, bitmask, customizer, stack) + )) { + result = false; + break; + } + } + stack['delete'](array); + stack['delete'](other); + return result; + } + + module.exports = equalArrays; + + +/***/ }), +/* 180 */ +/***/ (function(module, exports) { + + /** + * A specialized version of `_.some` for arrays without support for iteratee + * shorthands. + * + * @private + * @param {Array} [array] The array to iterate over. + * @param {Function} predicate The function invoked per iteration. + * @returns {boolean} Returns `true` if any element passes the predicate check, + * else `false`. + */ + function arraySome(array, predicate) { + var index = -1, + length = array == null ? 0 : array.length; + + while (++index < length) { + if (predicate(array[index], index, array)) { + return true; + } + } + return false; + } + + module.exports = arraySome; + + +/***/ }), +/* 181 */ +/***/ (function(module, exports, __webpack_require__) { + + var Symbol = __webpack_require__(92), + Uint8Array = __webpack_require__(182), + eq = __webpack_require__(88), + equalArrays = __webpack_require__(179), + mapToArray = __webpack_require__(183), + setToArray = __webpack_require__(184); + + /** Used to compose bitmasks for value comparisons. */ + var COMPARE_PARTIAL_FLAG = 1, + COMPARE_UNORDERED_FLAG = 2; + + /** `Object#toString` result references. */ + var boolTag = '[object Boolean]', + dateTag = '[object Date]', + errorTag = '[object Error]', + mapTag = '[object Map]', + numberTag = '[object Number]', + regexpTag = '[object RegExp]', + setTag = '[object Set]', + stringTag = '[object String]', + symbolTag = '[object Symbol]'; + + var arrayBufferTag = '[object ArrayBuffer]', + dataViewTag = '[object DataView]'; + + /** Used to convert symbols to primitives and strings. */ + var symbolProto = Symbol ? Symbol.prototype : undefined, + symbolValueOf = symbolProto ? symbolProto.valueOf : undefined; + + /** + * A specialized version of `baseIsEqualDeep` for comparing objects of + * the same `toStringTag`. + * + * **Note:** This function only supports comparing values with tags of + * `Boolean`, `Date`, `Error`, `Number`, `RegExp`, or `String`. + * + * @private + * @param {Object} object The object to compare. + * @param {Object} other The other object to compare. + * @param {string} tag The `toStringTag` of the objects to compare. + * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details. + * @param {Function} customizer The function to customize comparisons. + * @param {Function} equalFunc The function to determine equivalents of values. + * @param {Object} stack Tracks traversed `object` and `other` objects. + * @returns {boolean} Returns `true` if the objects are equivalent, else `false`. + */ + function equalByTag(object, other, tag, bitmask, customizer, equalFunc, stack) { + switch (tag) { + case dataViewTag: + if ((object.byteLength != other.byteLength) || + (object.byteOffset != other.byteOffset)) { + return false; + } + object = object.buffer; + other = other.buffer; + + case arrayBufferTag: + if ((object.byteLength != other.byteLength) || + !equalFunc(new Uint8Array(object), new Uint8Array(other))) { + return false; + } + return true; + + case boolTag: + case dateTag: + case numberTag: + // Coerce booleans to `1` or `0` and dates to milliseconds. + // Invalid dates are coerced to `NaN`. + return eq(+object, +other); + + case errorTag: + return object.name == other.name && object.message == other.message; + + case regexpTag: + case stringTag: + // Coerce regexes to strings and treat strings, primitives and objects, + // as equal. See http://www.ecma-international.org/ecma-262/7.0/#sec-regexp.prototype.tostring + // for more details. + return object == (other + ''); + + case mapTag: + var convert = mapToArray; + + case setTag: + var isPartial = bitmask & COMPARE_PARTIAL_FLAG; + convert || (convert = setToArray); + + if (object.size != other.size && !isPartial) { + return false; + } + // Assume cyclic values are equal. + var stacked = stack.get(object); + if (stacked) { + return stacked == other; + } + bitmask |= COMPARE_UNORDERED_FLAG; + + // Recursively compare objects (susceptible to call stack limits). + stack.set(object, other); + var result = equalArrays(convert(object), convert(other), bitmask, customizer, equalFunc, stack); + stack['delete'](object); + return result; + + case symbolTag: + if (symbolValueOf) { + return symbolValueOf.call(object) == symbolValueOf.call(other); + } + } + return false; + } + + module.exports = equalByTag; + + +/***/ }), +/* 182 */ +/***/ (function(module, exports, __webpack_require__) { + + var root = __webpack_require__(93); + + /** Built-in value references. */ + var Uint8Array = root.Uint8Array; + + module.exports = Uint8Array; + + +/***/ }), +/* 183 */ +/***/ (function(module, exports) { + + /** + * Converts `map` to its key-value pairs. + * + * @private + * @param {Object} map The map to convert. + * @returns {Array} Returns the key-value pairs. + */ + function mapToArray(map) { + var index = -1, + result = Array(map.size); + + map.forEach(function(value, key) { + result[++index] = [key, value]; + }); + return result; + } + + module.exports = mapToArray; + + +/***/ }), +/* 184 */ +/***/ (function(module, exports) { + + /** + * Converts `set` to an array of its values. + * + * @private + * @param {Object} set The set to convert. + * @returns {Array} Returns the values. + */ + function setToArray(set) { + var index = -1, + result = Array(set.size); + + set.forEach(function(value) { + result[++index] = value; + }); + return result; + } + + module.exports = setToArray; + + +/***/ }), +/* 185 */ +/***/ (function(module, exports, __webpack_require__) { + + var getAllKeys = __webpack_require__(186); + + /** Used to compose bitmasks for value comparisons. */ + var COMPARE_PARTIAL_FLAG = 1; + + /** Used for built-in method references. */ + var objectProto = Object.prototype; + + /** Used to check objects for own properties. */ + var hasOwnProperty = objectProto.hasOwnProperty; + + /** + * A specialized version of `baseIsEqualDeep` for objects with support for + * partial deep comparisons. + * + * @private + * @param {Object} object The object to compare. + * @param {Object} other The other object to compare. + * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details. + * @param {Function} customizer The function to customize comparisons. + * @param {Function} equalFunc The function to determine equivalents of values. + * @param {Object} stack Tracks traversed `object` and `other` objects. + * @returns {boolean} Returns `true` if the objects are equivalent, else `false`. + */ + function equalObjects(object, other, bitmask, customizer, equalFunc, stack) { + var isPartial = bitmask & COMPARE_PARTIAL_FLAG, + objProps = getAllKeys(object), + objLength = objProps.length, + othProps = getAllKeys(other), + othLength = othProps.length; + + if (objLength != othLength && !isPartial) { + return false; + } + var index = objLength; + while (index--) { + var key = objProps[index]; + if (!(isPartial ? key in other : hasOwnProperty.call(other, key))) { + return false; + } + } + // Assume cyclic values are equal. + var stacked = stack.get(object); + if (stacked && stack.get(other)) { + return stacked == other; + } + var result = true; + stack.set(object, other); + stack.set(other, object); + + var skipCtor = isPartial; + while (++index < objLength) { + key = objProps[index]; + var objValue = object[key], + othValue = other[key]; + + if (customizer) { + var compared = isPartial + ? customizer(othValue, objValue, key, other, object, stack) + : customizer(objValue, othValue, key, object, other, stack); + } + // Recursively compare objects (susceptible to call stack limits). + if (!(compared === undefined + ? (objValue === othValue || equalFunc(objValue, othValue, bitmask, customizer, stack)) + : compared + )) { + result = false; + break; + } + skipCtor || (skipCtor = key == 'constructor'); + } + if (result && !skipCtor) { + var objCtor = object.constructor, + othCtor = other.constructor; + + // Non `Object` object instances with different constructors are not equal. + if (objCtor != othCtor && + ('constructor' in object && 'constructor' in other) && + !(typeof objCtor == 'function' && objCtor instanceof objCtor && + typeof othCtor == 'function' && othCtor instanceof othCtor)) { + result = false; + } + } + stack['delete'](object); + stack['delete'](other); + return result; + } + + module.exports = equalObjects; + + +/***/ }), +/* 186 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseGetAllKeys = __webpack_require__(187), + getSymbols = __webpack_require__(188), + keys = __webpack_require__(191); + + /** + * Creates an array of own enumerable property names and symbols of `object`. + * + * @private + * @param {Object} object The object to query. + * @returns {Array} Returns the array of property names and symbols. + */ + function getAllKeys(object) { + return baseGetAllKeys(object, keys, getSymbols); + } + + module.exports = getAllKeys; + + +/***/ }), +/* 187 */ +/***/ (function(module, exports, __webpack_require__) { + + var arrayPush = __webpack_require__(107), + isArray = __webpack_require__(112); + + /** + * The base implementation of `getAllKeys` and `getAllKeysIn` which uses + * `keysFunc` and `symbolsFunc` to get the enumerable property names and + * symbols of `object`. + * + * @private + * @param {Object} object The object to query. + * @param {Function} keysFunc The function to get the keys of `object`. + * @param {Function} symbolsFunc The function to get the symbols of `object`. + * @returns {Array} Returns the array of property names and symbols. + */ + function baseGetAllKeys(object, keysFunc, symbolsFunc) { + var result = keysFunc(object); + return isArray(object) ? result : arrayPush(result, symbolsFunc(object)); + } + + module.exports = baseGetAllKeys; + + +/***/ }), +/* 188 */ +/***/ (function(module, exports, __webpack_require__) { + + var arrayFilter = __webpack_require__(189), + stubArray = __webpack_require__(190); + + /** Used for built-in method references. */ + var objectProto = Object.prototype; + + /** Built-in value references. */ + var propertyIsEnumerable = objectProto.propertyIsEnumerable; + + /* Built-in method references for those with the same name as other `lodash` methods. */ + var nativeGetSymbols = Object.getOwnPropertySymbols; + + /** + * Creates an array of the own enumerable symbols of `object`. + * + * @private + * @param {Object} object The object to query. + * @returns {Array} Returns the array of symbols. + */ + var getSymbols = !nativeGetSymbols ? stubArray : function(object) { + if (object == null) { + return []; + } + object = Object(object); + return arrayFilter(nativeGetSymbols(object), function(symbol) { + return propertyIsEnumerable.call(object, symbol); + }); + }; + + module.exports = getSymbols; + + +/***/ }), +/* 189 */ +/***/ (function(module, exports) { + + /** + * A specialized version of `_.filter` for arrays without support for + * iteratee shorthands. + * + * @private + * @param {Array} [array] The array to iterate over. + * @param {Function} predicate The function invoked per iteration. + * @returns {Array} Returns the new filtered array. + */ + function arrayFilter(array, predicate) { + var index = -1, + length = array == null ? 0 : array.length, + resIndex = 0, + result = []; + + while (++index < length) { + var value = array[index]; + if (predicate(value, index, array)) { + result[resIndex++] = value; + } + } + return result; + } + + module.exports = arrayFilter; + + +/***/ }), +/* 190 */ +/***/ (function(module, exports) { + + /** + * This method returns a new empty array. + * + * @static + * @memberOf _ + * @since 4.13.0 + * @category Util + * @returns {Array} Returns the new empty array. + * @example + * + * var arrays = _.times(2, _.stubArray); + * + * console.log(arrays); + * // => [[], []] + * + * console.log(arrays[0] === arrays[1]); + * // => false + */ + function stubArray() { + return []; + } + + module.exports = stubArray; + + +/***/ }), +/* 191 */ +/***/ (function(module, exports, __webpack_require__) { + + var arrayLikeKeys = __webpack_require__(192), + baseKeys = __webpack_require__(199), + isArrayLike = __webpack_require__(89); + + /** + * Creates an array of the own enumerable property names of `object`. + * + * **Note:** Non-object values are coerced to objects. See the + * [ES spec](http://ecma-international.org/ecma-262/7.0/#sec-object.keys) + * for more details. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Object + * @param {Object} object The object to query. + * @returns {Array} Returns the array of property names. + * @example + * + * function Foo() { + * this.a = 1; + * this.b = 2; + * } + * + * Foo.prototype.c = 3; + * + * _.keys(new Foo); + * // => ['a', 'b'] (iteration order is not guaranteed) + * + * _.keys('hi'); + * // => ['0', '1'] + */ + function keys(object) { + return isArrayLike(object) ? arrayLikeKeys(object) : baseKeys(object); + } + + module.exports = keys; + + +/***/ }), +/* 192 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseTimes = __webpack_require__(193), + isArguments = __webpack_require__(110), + isArray = __webpack_require__(112), + isBuffer = __webpack_require__(194), + isIndex = __webpack_require__(99), + isTypedArray = __webpack_require__(196); + + /** Used for built-in method references. */ + var objectProto = Object.prototype; + + /** Used to check objects for own properties. */ + var hasOwnProperty = objectProto.hasOwnProperty; + + /** + * Creates an array of the enumerable property names of the array-like `value`. + * + * @private + * @param {*} value The value to query. + * @param {boolean} inherited Specify returning inherited property names. + * @returns {Array} Returns the array of property names. + */ + function arrayLikeKeys(value, inherited) { + var isArr = isArray(value), + isArg = !isArr && isArguments(value), + isBuff = !isArr && !isArg && isBuffer(value), + isType = !isArr && !isArg && !isBuff && isTypedArray(value), + skipIndexes = isArr || isArg || isBuff || isType, + result = skipIndexes ? baseTimes(value.length, String) : [], + length = result.length; + + for (var key in value) { + if ((inherited || hasOwnProperty.call(value, key)) && + !(skipIndexes && ( + // Safari 9 has enumerable `arguments.length` in strict mode. + key == 'length' || + // Node.js 0.10 has enumerable non-index properties on buffers. + (isBuff && (key == 'offset' || key == 'parent')) || + // PhantomJS 2 has enumerable non-index properties on typed arrays. + (isType && (key == 'buffer' || key == 'byteLength' || key == 'byteOffset')) || + // Skip index properties. + isIndex(key, length) + ))) { + result.push(key); + } + } + return result; + } + + module.exports = arrayLikeKeys; + + +/***/ }), +/* 193 */ +/***/ (function(module, exports) { + + /** + * The base implementation of `_.times` without support for iteratee shorthands + * or max array length checks. + * + * @private + * @param {number} n The number of times to invoke `iteratee`. + * @param {Function} iteratee The function invoked per iteration. + * @returns {Array} Returns the array of results. + */ + function baseTimes(n, iteratee) { + var index = -1, + result = Array(n); + + while (++index < n) { + result[index] = iteratee(index); + } + return result; + } + + module.exports = baseTimes; + + +/***/ }), +/* 194 */ +/***/ (function(module, exports, __webpack_require__) { + + /* WEBPACK VAR INJECTION */(function(module) {var root = __webpack_require__(93), + stubFalse = __webpack_require__(195); + + /** Detect free variable `exports`. */ + var freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports; + + /** Detect free variable `module`. */ + var freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module; + + /** Detect the popular CommonJS extension `module.exports`. */ + var moduleExports = freeModule && freeModule.exports === freeExports; + + /** Built-in value references. */ + var Buffer = moduleExports ? root.Buffer : undefined; + + /* Built-in method references for those with the same name as other `lodash` methods. */ + var nativeIsBuffer = Buffer ? Buffer.isBuffer : undefined; + + /** + * Checks if `value` is a buffer. + * + * @static + * @memberOf _ + * @since 4.3.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a buffer, else `false`. + * @example + * + * _.isBuffer(new Buffer(2)); + * // => true + * + * _.isBuffer(new Uint8Array(2)); + * // => false + */ + var isBuffer = nativeIsBuffer || stubFalse; + + module.exports = isBuffer; + + /* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(59)(module))) + +/***/ }), +/* 195 */ +/***/ (function(module, exports) { + + /** + * This method returns `false`. + * + * @static + * @memberOf _ + * @since 4.13.0 + * @category Util + * @returns {boolean} Returns `false`. + * @example + * + * _.times(2, _.stubFalse); + * // => [false, false] + */ + function stubFalse() { + return false; + } + + module.exports = stubFalse; + + +/***/ }), +/* 196 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseIsTypedArray = __webpack_require__(197), + baseUnary = __webpack_require__(155), + nodeUtil = __webpack_require__(198); + + /* Node.js helper references. */ + var nodeIsTypedArray = nodeUtil && nodeUtil.isTypedArray; + + /** + * Checks if `value` is classified as a typed array. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a typed array, else `false`. + * @example + * + * _.isTypedArray(new Uint8Array); + * // => true + * + * _.isTypedArray([]); + * // => false + */ + var isTypedArray = nodeIsTypedArray ? baseUnary(nodeIsTypedArray) : baseIsTypedArray; + + module.exports = isTypedArray; + + +/***/ }), +/* 197 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseGetTag = __webpack_require__(91), + isLength = __webpack_require__(98), + isObjectLike = __webpack_require__(104); + + /** `Object#toString` result references. */ + var argsTag = '[object Arguments]', + arrayTag = '[object Array]', + boolTag = '[object Boolean]', + dateTag = '[object Date]', + errorTag = '[object Error]', + funcTag = '[object Function]', + mapTag = '[object Map]', + numberTag = '[object Number]', + objectTag = '[object Object]', + regexpTag = '[object RegExp]', + setTag = '[object Set]', + stringTag = '[object String]', + weakMapTag = '[object WeakMap]'; + + var arrayBufferTag = '[object ArrayBuffer]', + dataViewTag = '[object DataView]', + float32Tag = '[object Float32Array]', + float64Tag = '[object Float64Array]', + int8Tag = '[object Int8Array]', + int16Tag = '[object Int16Array]', + int32Tag = '[object Int32Array]', + uint8Tag = '[object Uint8Array]', + uint8ClampedTag = '[object Uint8ClampedArray]', + uint16Tag = '[object Uint16Array]', + uint32Tag = '[object Uint32Array]'; + + /** Used to identify `toStringTag` values of typed arrays. */ + var typedArrayTags = {}; + typedArrayTags[float32Tag] = typedArrayTags[float64Tag] = + typedArrayTags[int8Tag] = typedArrayTags[int16Tag] = + typedArrayTags[int32Tag] = typedArrayTags[uint8Tag] = + typedArrayTags[uint8ClampedTag] = typedArrayTags[uint16Tag] = + typedArrayTags[uint32Tag] = true; + typedArrayTags[argsTag] = typedArrayTags[arrayTag] = + typedArrayTags[arrayBufferTag] = typedArrayTags[boolTag] = + typedArrayTags[dataViewTag] = typedArrayTags[dateTag] = + typedArrayTags[errorTag] = typedArrayTags[funcTag] = + typedArrayTags[mapTag] = typedArrayTags[numberTag] = + typedArrayTags[objectTag] = typedArrayTags[regexpTag] = + typedArrayTags[setTag] = typedArrayTags[stringTag] = + typedArrayTags[weakMapTag] = false; + + /** + * The base implementation of `_.isTypedArray` without Node.js optimizations. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a typed array, else `false`. + */ + function baseIsTypedArray(value) { + return isObjectLike(value) && + isLength(value.length) && !!typedArrayTags[baseGetTag(value)]; + } + + module.exports = baseIsTypedArray; + + +/***/ }), +/* 198 */ +/***/ (function(module, exports, __webpack_require__) { + + /* WEBPACK VAR INJECTION */(function(module) {var freeGlobal = __webpack_require__(94); + + /** Detect free variable `exports`. */ + var freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports; + + /** Detect free variable `module`. */ + var freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module; + + /** Detect the popular CommonJS extension `module.exports`. */ + var moduleExports = freeModule && freeModule.exports === freeExports; + + /** Detect free variable `process` from Node.js. */ + var freeProcess = moduleExports && freeGlobal.process; + + /** Used to access faster Node.js helpers. */ + var nodeUtil = (function() { + try { + // Use `util.types` for Node.js 10+. + var types = freeModule && freeModule.require && freeModule.require('util').types; + + if (types) { + return types; + } + + // Legacy `process.binding('util')` for Node.js < 10. + return freeProcess && freeProcess.binding && freeProcess.binding('util'); + } catch (e) {} + }()); + + module.exports = nodeUtil; + + /* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(59)(module))) + +/***/ }), +/* 199 */ +/***/ (function(module, exports, __webpack_require__) { + + var isPrototype = __webpack_require__(200), + nativeKeys = __webpack_require__(201); + + /** Used for built-in method references. */ + var objectProto = Object.prototype; + + /** Used to check objects for own properties. */ + var hasOwnProperty = objectProto.hasOwnProperty; + + /** + * The base implementation of `_.keys` which doesn't treat sparse arrays as dense. + * + * @private + * @param {Object} object The object to query. + * @returns {Array} Returns the array of property names. + */ + function baseKeys(object) { + if (!isPrototype(object)) { + return nativeKeys(object); + } + var result = []; + for (var key in Object(object)) { + if (hasOwnProperty.call(object, key) && key != 'constructor') { + result.push(key); + } + } + return result; + } + + module.exports = baseKeys; + + +/***/ }), +/* 200 */ +/***/ (function(module, exports) { + + /** Used for built-in method references. */ + var objectProto = Object.prototype; + + /** + * Checks if `value` is likely a prototype object. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a prototype, else `false`. + */ + function isPrototype(value) { + var Ctor = value && value.constructor, + proto = (typeof Ctor == 'function' && Ctor.prototype) || objectProto; + + return value === proto; + } + + module.exports = isPrototype; + + +/***/ }), +/* 201 */ +/***/ (function(module, exports, __webpack_require__) { + + var overArg = __webpack_require__(202); + + /* Built-in method references for those with the same name as other `lodash` methods. */ + var nativeKeys = overArg(Object.keys, Object); + + module.exports = nativeKeys; + + +/***/ }), +/* 202 */ +/***/ (function(module, exports) { + + /** + * Creates a unary function that invokes `func` with its argument transformed. + * + * @private + * @param {Function} func The function to wrap. + * @param {Function} transform The argument transform. + * @returns {Function} Returns the new function. + */ + function overArg(func, transform) { + return function(arg) { + return func(transform(arg)); + }; + } + + module.exports = overArg; + + +/***/ }), +/* 203 */ +/***/ (function(module, exports, __webpack_require__) { + + var DataView = __webpack_require__(204), + Map = __webpack_require__(139), + Promise = __webpack_require__(205), + Set = __webpack_require__(206), + WeakMap = __webpack_require__(207), + baseGetTag = __webpack_require__(91), + toSource = __webpack_require__(126); + + /** `Object#toString` result references. */ + var mapTag = '[object Map]', + objectTag = '[object Object]', + promiseTag = '[object Promise]', + setTag = '[object Set]', + weakMapTag = '[object WeakMap]'; + + var dataViewTag = '[object DataView]'; + + /** Used to detect maps, sets, and weakmaps. */ + var dataViewCtorString = toSource(DataView), + mapCtorString = toSource(Map), + promiseCtorString = toSource(Promise), + setCtorString = toSource(Set), + weakMapCtorString = toSource(WeakMap); + + /** + * Gets the `toStringTag` of `value`. + * + * @private + * @param {*} value The value to query. + * @returns {string} Returns the `toStringTag`. + */ + var getTag = baseGetTag; + + // Fallback for data views, maps, sets, and weak maps in IE 11 and promises in Node.js < 6. + if ((DataView && getTag(new DataView(new ArrayBuffer(1))) != dataViewTag) || + (Map && getTag(new Map) != mapTag) || + (Promise && getTag(Promise.resolve()) != promiseTag) || + (Set && getTag(new Set) != setTag) || + (WeakMap && getTag(new WeakMap) != weakMapTag)) { + getTag = function(value) { + var result = baseGetTag(value), + Ctor = result == objectTag ? value.constructor : undefined, + ctorString = Ctor ? toSource(Ctor) : ''; + + if (ctorString) { + switch (ctorString) { + case dataViewCtorString: return dataViewTag; + case mapCtorString: return mapTag; + case promiseCtorString: return promiseTag; + case setCtorString: return setTag; + case weakMapCtorString: return weakMapTag; + } + } + return result; + }; + } + + module.exports = getTag; + + +/***/ }), +/* 204 */ +/***/ (function(module, exports, __webpack_require__) { + + var getNative = __webpack_require__(122), + root = __webpack_require__(93); + + /* Built-in method references that are verified to be native. */ + var DataView = getNative(root, 'DataView'); + + module.exports = DataView; + + +/***/ }), +/* 205 */ +/***/ (function(module, exports, __webpack_require__) { + + var getNative = __webpack_require__(122), + root = __webpack_require__(93); + + /* Built-in method references that are verified to be native. */ + var Promise = getNative(root, 'Promise'); + + module.exports = Promise; + + +/***/ }), +/* 206 */ +/***/ (function(module, exports, __webpack_require__) { + + var getNative = __webpack_require__(122), + root = __webpack_require__(93); + + /* Built-in method references that are verified to be native. */ + var Set = getNative(root, 'Set'); + + module.exports = Set; + + +/***/ }), +/* 207 */ +/***/ (function(module, exports, __webpack_require__) { + + var getNative = __webpack_require__(122), + root = __webpack_require__(93); + + /* Built-in method references that are verified to be native. */ + var WeakMap = getNative(root, 'WeakMap'); + + module.exports = WeakMap; + + +/***/ }), +/* 208 */ +/***/ (function(module, exports, __webpack_require__) { + + var isStrictComparable = __webpack_require__(209), + keys = __webpack_require__(191); + + /** + * Gets the property names, values, and compare flags of `object`. + * + * @private + * @param {Object} object The object to query. + * @returns {Array} Returns the match data of `object`. + */ + function getMatchData(object) { + var result = keys(object), + length = result.length; + + while (length--) { + var key = result[length], + value = object[key]; + + result[length] = [key, value, isStrictComparable(value)]; + } + return result; + } + + module.exports = getMatchData; + + +/***/ }), +/* 209 */ +/***/ (function(module, exports, __webpack_require__) { + + var isObject = __webpack_require__(97); + + /** + * Checks if `value` is suitable for strict equality comparisons, i.e. `===`. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` if suitable for strict + * equality comparisons, else `false`. + */ + function isStrictComparable(value) { + return value === value && !isObject(value); + } + + module.exports = isStrictComparable; + + +/***/ }), +/* 210 */ +/***/ (function(module, exports) { + + /** + * A specialized version of `matchesProperty` for source values suitable + * for strict equality comparisons, i.e. `===`. + * + * @private + * @param {string} key The key of the property to get. + * @param {*} srcValue The value to match. + * @returns {Function} Returns the new spec function. + */ + function matchesStrictComparable(key, srcValue) { + return function(object) { + if (object == null) { + return false; + } + return object[key] === srcValue && + (srcValue !== undefined || (key in Object(object))); + }; + } + + module.exports = matchesStrictComparable; + + +/***/ }), +/* 211 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseIsEqual = __webpack_require__(177), + get = __webpack_require__(212), + hasIn = __webpack_require__(222), + isKey = __webpack_require__(215), + isStrictComparable = __webpack_require__(209), + matchesStrictComparable = __webpack_require__(210), + toKey = __webpack_require__(221); + + /** Used to compose bitmasks for value comparisons. */ + var COMPARE_PARTIAL_FLAG = 1, + COMPARE_UNORDERED_FLAG = 2; + + /** + * The base implementation of `_.matchesProperty` which doesn't clone `srcValue`. + * + * @private + * @param {string} path The path of the property to get. + * @param {*} srcValue The value to match. + * @returns {Function} Returns the new spec function. + */ + function baseMatchesProperty(path, srcValue) { + if (isKey(path) && isStrictComparable(srcValue)) { + return matchesStrictComparable(toKey(path), srcValue); + } + return function(object) { + var objValue = get(object, path); + return (objValue === undefined && objValue === srcValue) + ? hasIn(object, path) + : baseIsEqual(srcValue, objValue, COMPARE_PARTIAL_FLAG | COMPARE_UNORDERED_FLAG); + }; + } + + module.exports = baseMatchesProperty; + + +/***/ }), +/* 212 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseGet = __webpack_require__(213); + + /** + * Gets the value at `path` of `object`. If the resolved value is + * `undefined`, the `defaultValue` is returned in its place. + * + * @static + * @memberOf _ + * @since 3.7.0 + * @category Object + * @param {Object} object The object to query. + * @param {Array|string} path The path of the property to get. + * @param {*} [defaultValue] The value returned for `undefined` resolved values. + * @returns {*} Returns the resolved value. + * @example + * + * var object = { 'a': [{ 'b': { 'c': 3 } }] }; + * + * _.get(object, 'a[0].b.c'); + * // => 3 + * + * _.get(object, ['a', '0', 'b', 'c']); + * // => 3 + * + * _.get(object, 'a.b.c', 'default'); + * // => 'default' + */ + function get(object, path, defaultValue) { + var result = object == null ? undefined : baseGet(object, path); + return result === undefined ? defaultValue : result; + } + + module.exports = get; + + +/***/ }), +/* 213 */ +/***/ (function(module, exports, __webpack_require__) { + + var castPath = __webpack_require__(214), + toKey = __webpack_require__(221); + + /** + * The base implementation of `_.get` without support for default values. + * + * @private + * @param {Object} object The object to query. + * @param {Array|string} path The path of the property to get. + * @returns {*} Returns the resolved value. + */ + function baseGet(object, path) { + path = castPath(path, object); + + var index = 0, + length = path.length; + + while (object != null && index < length) { + object = object[toKey(path[index++])]; + } + return (index && index == length) ? object : undefined; + } + + module.exports = baseGet; + + +/***/ }), +/* 214 */ +/***/ (function(module, exports, __webpack_require__) { + + var isArray = __webpack_require__(112), + isKey = __webpack_require__(215), + stringToPath = __webpack_require__(216), + toString = __webpack_require__(219); + + /** + * Casts `value` to a path array if it's not one. + * + * @private + * @param {*} value The value to inspect. + * @param {Object} [object] The object to query keys on. + * @returns {Array} Returns the cast property path array. + */ + function castPath(value, object) { + if (isArray(value)) { + return value; + } + return isKey(value, object) ? [value] : stringToPath(toString(value)); + } + + module.exports = castPath; + + +/***/ }), +/* 215 */ +/***/ (function(module, exports, __webpack_require__) { + + var isArray = __webpack_require__(112), + isSymbol = __webpack_require__(103); + + /** Used to match property names within property paths. */ + var reIsDeepProp = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/, + reIsPlainProp = /^\w*$/; + + /** + * Checks if `value` is a property name and not a property path. + * + * @private + * @param {*} value The value to check. + * @param {Object} [object] The object to query keys on. + * @returns {boolean} Returns `true` if `value` is a property name, else `false`. + */ + function isKey(value, object) { + if (isArray(value)) { + return false; + } + var type = typeof value; + if (type == 'number' || type == 'symbol' || type == 'boolean' || + value == null || isSymbol(value)) { + return true; + } + return reIsPlainProp.test(value) || !reIsDeepProp.test(value) || + (object != null && value in Object(object)); + } + + module.exports = isKey; + + +/***/ }), +/* 216 */ +/***/ (function(module, exports, __webpack_require__) { + + var memoizeCapped = __webpack_require__(217); + + /** Used to match property names within property paths. */ + var rePropName = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g; + + /** Used to match backslashes in property paths. */ + var reEscapeChar = /\\(\\)?/g; + + /** + * Converts `string` to a property path array. + * + * @private + * @param {string} string The string to convert. + * @returns {Array} Returns the property path array. + */ + var stringToPath = memoizeCapped(function(string) { + var result = []; + if (string.charCodeAt(0) === 46 /* . */) { + result.push(''); + } + string.replace(rePropName, function(match, number, quote, subString) { + result.push(quote ? subString.replace(reEscapeChar, '$1') : (number || match)); + }); + return result; + }); + + module.exports = stringToPath; + + +/***/ }), +/* 217 */ +/***/ (function(module, exports, __webpack_require__) { + + var memoize = __webpack_require__(218); + + /** Used as the maximum memoize cache size. */ + var MAX_MEMOIZE_SIZE = 500; + + /** + * A specialized version of `_.memoize` which clears the memoized function's + * cache when it exceeds `MAX_MEMOIZE_SIZE`. + * + * @private + * @param {Function} func The function to have its output memoized. + * @returns {Function} Returns the new memoized function. + */ + function memoizeCapped(func) { + var result = memoize(func, function(key) { + if (cache.size === MAX_MEMOIZE_SIZE) { + cache.clear(); + } + return key; + }); + + var cache = result.cache; + return result; + } + + module.exports = memoizeCapped; + + +/***/ }), +/* 218 */ +/***/ (function(module, exports, __webpack_require__) { + + var MapCache = __webpack_require__(117); + + /** Error message constants. */ + var FUNC_ERROR_TEXT = 'Expected a function'; + + /** + * Creates a function that memoizes the result of `func`. If `resolver` is + * provided, it determines the cache key for storing the result based on the + * arguments provided to the memoized function. By default, the first argument + * provided to the memoized function is used as the map cache key. The `func` + * is invoked with the `this` binding of the memoized function. + * + * **Note:** The cache is exposed as the `cache` property on the memoized + * function. Its creation may be customized by replacing the `_.memoize.Cache` + * constructor with one whose instances implement the + * [`Map`](http://ecma-international.org/ecma-262/7.0/#sec-properties-of-the-map-prototype-object) + * method interface of `clear`, `delete`, `get`, `has`, and `set`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Function + * @param {Function} func The function to have its output memoized. + * @param {Function} [resolver] The function to resolve the cache key. + * @returns {Function} Returns the new memoized function. + * @example + * + * var object = { 'a': 1, 'b': 2 }; + * var other = { 'c': 3, 'd': 4 }; + * + * var values = _.memoize(_.values); + * values(object); + * // => [1, 2] + * + * values(other); + * // => [3, 4] + * + * object.a = 2; + * values(object); + * // => [1, 2] + * + * // Modify the result cache. + * values.cache.set(object, ['a', 'b']); + * values(object); + * // => ['a', 'b'] + * + * // Replace `_.memoize.Cache`. + * _.memoize.Cache = WeakMap; + */ + function memoize(func, resolver) { + if (typeof func != 'function' || (resolver != null && typeof resolver != 'function')) { + throw new TypeError(FUNC_ERROR_TEXT); + } + var memoized = function() { + var args = arguments, + key = resolver ? resolver.apply(this, args) : args[0], + cache = memoized.cache; + + if (cache.has(key)) { + return cache.get(key); + } + var result = func.apply(this, args); + memoized.cache = cache.set(key, result) || cache; + return result; + }; + memoized.cache = new (memoize.Cache || MapCache); + return memoized; + } + + // Expose `MapCache`. + memoize.Cache = MapCache; + + module.exports = memoize; + + +/***/ }), +/* 219 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseToString = __webpack_require__(220); + + /** + * Converts `value` to a string. An empty string is returned for `null` + * and `undefined` values. The sign of `-0` is preserved. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to convert. + * @returns {string} Returns the converted string. + * @example + * + * _.toString(null); + * // => '' + * + * _.toString(-0); + * // => '-0' + * + * _.toString([1, 2, 3]); + * // => '1,2,3' + */ + function toString(value) { + return value == null ? '' : baseToString(value); + } + + module.exports = toString; + + +/***/ }), +/* 220 */ +/***/ (function(module, exports, __webpack_require__) { + + var Symbol = __webpack_require__(92), + arrayMap = __webpack_require__(154), + isArray = __webpack_require__(112), + isSymbol = __webpack_require__(103); + + /** Used as references for various `Number` constants. */ + var INFINITY = 1 / 0; + + /** Used to convert symbols to primitives and strings. */ + var symbolProto = Symbol ? Symbol.prototype : undefined, + symbolToString = symbolProto ? symbolProto.toString : undefined; + + /** + * The base implementation of `_.toString` which doesn't convert nullish + * values to empty strings. + * + * @private + * @param {*} value The value to process. + * @returns {string} Returns the string. + */ + function baseToString(value) { + // Exit early for strings to avoid a performance hit in some environments. + if (typeof value == 'string') { + return value; + } + if (isArray(value)) { + // Recursively convert values (susceptible to call stack limits). + return arrayMap(value, baseToString) + ''; + } + if (isSymbol(value)) { + return symbolToString ? symbolToString.call(value) : ''; + } + var result = (value + ''); + return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result; + } + + module.exports = baseToString; + + +/***/ }), +/* 221 */ +/***/ (function(module, exports, __webpack_require__) { + + var isSymbol = __webpack_require__(103); + + /** Used as references for various `Number` constants. */ + var INFINITY = 1 / 0; + + /** + * Converts `value` to a string key if it's not a string or symbol. + * + * @private + * @param {*} value The value to inspect. + * @returns {string|symbol} Returns the key. + */ + function toKey(value) { + if (typeof value == 'string' || isSymbol(value)) { + return value; + } + var result = (value + ''); + return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result; + } + + module.exports = toKey; + + +/***/ }), +/* 222 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseHasIn = __webpack_require__(223), + hasPath = __webpack_require__(224); + + /** + * Checks if `path` is a direct or inherited property of `object`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Object + * @param {Object} object The object to query. + * @param {Array|string} path The path to check. + * @returns {boolean} Returns `true` if `path` exists, else `false`. + * @example + * + * var object = _.create({ 'a': _.create({ 'b': 2 }) }); + * + * _.hasIn(object, 'a'); + * // => true + * + * _.hasIn(object, 'a.b'); + * // => true + * + * _.hasIn(object, ['a', 'b']); + * // => true + * + * _.hasIn(object, 'b'); + * // => false + */ + function hasIn(object, path) { + return object != null && hasPath(object, path, baseHasIn); + } + + module.exports = hasIn; + + +/***/ }), +/* 223 */ +/***/ (function(module, exports) { + + /** + * The base implementation of `_.hasIn` without support for deep paths. + * + * @private + * @param {Object} [object] The object to query. + * @param {Array|string} key The key to check. + * @returns {boolean} Returns `true` if `key` exists, else `false`. + */ + function baseHasIn(object, key) { + return object != null && key in Object(object); + } + + module.exports = baseHasIn; + + +/***/ }), +/* 224 */ +/***/ (function(module, exports, __webpack_require__) { + + var castPath = __webpack_require__(214), + isArguments = __webpack_require__(110), + isArray = __webpack_require__(112), + isIndex = __webpack_require__(99), + isLength = __webpack_require__(98), + toKey = __webpack_require__(221); + + /** + * Checks if `path` exists on `object`. + * + * @private + * @param {Object} object The object to query. + * @param {Array|string} path The path to check. + * @param {Function} hasFunc The function to check properties. + * @returns {boolean} Returns `true` if `path` exists, else `false`. + */ + function hasPath(object, path, hasFunc) { + path = castPath(path, object); + + var index = -1, + length = path.length, + result = false; + + while (++index < length) { + var key = toKey(path[index]); + if (!(result = object != null && hasFunc(object, key))) { + break; + } + object = object[key]; + } + if (result || ++index != length) { + return result; + } + length = object == null ? 0 : object.length; + return !!length && isLength(length) && isIndex(key, length) && + (isArray(object) || isArguments(object)); + } + + module.exports = hasPath; + + +/***/ }), +/* 225 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseProperty = __webpack_require__(226), + basePropertyDeep = __webpack_require__(227), + isKey = __webpack_require__(215), + toKey = __webpack_require__(221); + + /** + * Creates a function that returns the value at `path` of a given object. + * + * @static + * @memberOf _ + * @since 2.4.0 + * @category Util + * @param {Array|string} path The path of the property to get. + * @returns {Function} Returns the new accessor function. + * @example + * + * var objects = [ + * { 'a': { 'b': 2 } }, + * { 'a': { 'b': 1 } } + * ]; + * + * _.map(objects, _.property('a.b')); + * // => [2, 1] + * + * _.map(_.sortBy(objects, _.property(['a', 'b'])), 'a.b'); + * // => [1, 2] + */ + function property(path) { + return isKey(path) ? baseProperty(toKey(path)) : basePropertyDeep(path); + } + + module.exports = property; + + +/***/ }), +/* 226 */ +/***/ (function(module, exports) { + + /** + * The base implementation of `_.property` without support for deep paths. + * + * @private + * @param {string} key The key of the property to get. + * @returns {Function} Returns the new accessor function. + */ + function baseProperty(key) { + return function(object) { + return object == null ? undefined : object[key]; + }; + } + + module.exports = baseProperty; + + +/***/ }), +/* 227 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseGet = __webpack_require__(213); + + /** + * A specialized version of `baseProperty` which supports deep paths. + * + * @private + * @param {Array|string} path The path of the property to get. + * @returns {Function} Returns the new accessor function. + */ + function basePropertyDeep(path) { + return function(object) { + return baseGet(object, path); + }; + } + + module.exports = basePropertyDeep; + + +/***/ }), +/* 228 */ +/***/ (function(module, exports) { + + /** + * Gets the last element of `array`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {Array} array The array to query. + * @returns {*} Returns the last element of `array`. + * @example + * + * _.last([1, 2, 3]); + * // => 3 + */ + function last(array) { + var length = array == null ? 0 : array.length; + return length ? array[length - 1] : undefined; + } + + module.exports = last; + + +/***/ }), +/* 229 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseDifference = __webpack_require__(115), + baseFlatten = __webpack_require__(108), + baseRest = __webpack_require__(157), + isArrayLikeObject = __webpack_require__(166), + last = __webpack_require__(228); + + /** + * This method is like `_.difference` except that it accepts `comparator` + * which is invoked to compare elements of `array` to `values`. The order and + * references of result values are determined by the first array. The comparator + * is invoked with two arguments: (arrVal, othVal). + * + * **Note:** Unlike `_.pullAllWith`, this method returns a new array. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {Array} array The array to inspect. + * @param {...Array} [values] The values to exclude. + * @param {Function} [comparator] The comparator invoked per element. + * @returns {Array} Returns the new array of filtered values. + * @example + * + * var objects = [{ 'x': 1, 'y': 2 }, { 'x': 2, 'y': 1 }]; + * + * _.differenceWith(objects, [{ 'x': 1, 'y': 2 }], _.isEqual); + * // => [{ 'x': 2, 'y': 1 }] + */ + var differenceWith = baseRest(function(array, values) { + var comparator = last(values); + if (isArrayLikeObject(comparator)) { + comparator = undefined; + } + return isArrayLikeObject(array) + ? baseDifference(array, baseFlatten(values, 1, isArrayLikeObject, true), undefined, comparator) + : []; + }); + + module.exports = differenceWith; + + +/***/ }), +/* 230 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseSlice = __webpack_require__(86), + toInteger = __webpack_require__(100); + + /** + * Creates a slice of `array` with `n` elements dropped from the beginning. + * + * @static + * @memberOf _ + * @since 0.5.0 + * @category Array + * @param {Array} array The array to query. + * @param {number} [n=1] The number of elements to drop. + * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. + * @returns {Array} Returns the slice of `array`. + * @example + * + * _.drop([1, 2, 3]); + * // => [2, 3] + * + * _.drop([1, 2, 3], 2); + * // => [3] + * + * _.drop([1, 2, 3], 5); + * // => [] + * + * _.drop([1, 2, 3], 0); + * // => [1, 2, 3] + */ + function drop(array, n, guard) { + var length = array == null ? 0 : array.length; + if (!length) { + return []; + } + n = (guard || n === undefined) ? 1 : toInteger(n); + return baseSlice(array, n < 0 ? 0 : n, length); + } + + module.exports = drop; + + +/***/ }), +/* 231 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseSlice = __webpack_require__(86), + toInteger = __webpack_require__(100); + + /** + * Creates a slice of `array` with `n` elements dropped from the end. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Array + * @param {Array} array The array to query. + * @param {number} [n=1] The number of elements to drop. + * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. + * @returns {Array} Returns the slice of `array`. + * @example + * + * _.dropRight([1, 2, 3]); + * // => [1, 2] + * + * _.dropRight([1, 2, 3], 2); + * // => [1] + * + * _.dropRight([1, 2, 3], 5); + * // => [] + * + * _.dropRight([1, 2, 3], 0); + * // => [1, 2, 3] + */ + function dropRight(array, n, guard) { + var length = array == null ? 0 : array.length; + if (!length) { + return []; + } + n = (guard || n === undefined) ? 1 : toInteger(n); + n = length - n; + return baseSlice(array, 0, n < 0 ? 0 : n); + } + + module.exports = dropRight; + + +/***/ }), +/* 232 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseIteratee = __webpack_require__(168), + baseWhile = __webpack_require__(233); + + /** + * Creates a slice of `array` excluding elements dropped from the end. + * Elements are dropped until `predicate` returns falsey. The predicate is + * invoked with three arguments: (value, index, array). + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Array + * @param {Array} array The array to query. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @returns {Array} Returns the slice of `array`. + * @example + * + * var users = [ + * { 'user': 'barney', 'active': true }, + * { 'user': 'fred', 'active': false }, + * { 'user': 'pebbles', 'active': false } + * ]; + * + * _.dropRightWhile(users, function(o) { return !o.active; }); + * // => objects for ['barney'] + * + * // The `_.matches` iteratee shorthand. + * _.dropRightWhile(users, { 'user': 'pebbles', 'active': false }); + * // => objects for ['barney', 'fred'] + * + * // The `_.matchesProperty` iteratee shorthand. + * _.dropRightWhile(users, ['active', false]); + * // => objects for ['barney'] + * + * // The `_.property` iteratee shorthand. + * _.dropRightWhile(users, 'active'); + * // => objects for ['barney', 'fred', 'pebbles'] + */ + function dropRightWhile(array, predicate) { + return (array && array.length) + ? baseWhile(array, baseIteratee(predicate, 3), true, true) + : []; + } + + module.exports = dropRightWhile; + + +/***/ }), +/* 233 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseSlice = __webpack_require__(86); + + /** + * The base implementation of methods like `_.dropWhile` and `_.takeWhile` + * without support for iteratee shorthands. + * + * @private + * @param {Array} array The array to query. + * @param {Function} predicate The function invoked per iteration. + * @param {boolean} [isDrop] Specify dropping elements instead of taking them. + * @param {boolean} [fromRight] Specify iterating from right to left. + * @returns {Array} Returns the slice of `array`. + */ + function baseWhile(array, predicate, isDrop, fromRight) { + var length = array.length, + index = fromRight ? length : -1; + + while ((fromRight ? index-- : ++index < length) && + predicate(array[index], index, array)) {} + + return isDrop + ? baseSlice(array, (fromRight ? 0 : index), (fromRight ? index + 1 : length)) + : baseSlice(array, (fromRight ? index + 1 : 0), (fromRight ? length : index)); + } + + module.exports = baseWhile; + + +/***/ }), +/* 234 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseIteratee = __webpack_require__(168), + baseWhile = __webpack_require__(233); + + /** + * Creates a slice of `array` excluding elements dropped from the beginning. + * Elements are dropped until `predicate` returns falsey. The predicate is + * invoked with three arguments: (value, index, array). + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Array + * @param {Array} array The array to query. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @returns {Array} Returns the slice of `array`. + * @example + * + * var users = [ + * { 'user': 'barney', 'active': false }, + * { 'user': 'fred', 'active': false }, + * { 'user': 'pebbles', 'active': true } + * ]; + * + * _.dropWhile(users, function(o) { return !o.active; }); + * // => objects for ['pebbles'] + * + * // The `_.matches` iteratee shorthand. + * _.dropWhile(users, { 'user': 'barney', 'active': false }); + * // => objects for ['fred', 'pebbles'] + * + * // The `_.matchesProperty` iteratee shorthand. + * _.dropWhile(users, ['active', false]); + * // => objects for ['pebbles'] + * + * // The `_.property` iteratee shorthand. + * _.dropWhile(users, 'active'); + * // => objects for ['barney', 'fred', 'pebbles'] + */ + function dropWhile(array, predicate) { + return (array && array.length) + ? baseWhile(array, baseIteratee(predicate, 3), true) + : []; + } + + module.exports = dropWhile; + + +/***/ }), +/* 235 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseFill = __webpack_require__(236), + isIterateeCall = __webpack_require__(87); + + /** + * Fills elements of `array` with `value` from `start` up to, but not + * including, `end`. + * + * **Note:** This method mutates `array`. + * + * @static + * @memberOf _ + * @since 3.2.0 + * @category Array + * @param {Array} array The array to fill. + * @param {*} value The value to fill `array` with. + * @param {number} [start=0] The start position. + * @param {number} [end=array.length] The end position. + * @returns {Array} Returns `array`. + * @example + * + * var array = [1, 2, 3]; + * + * _.fill(array, 'a'); + * console.log(array); + * // => ['a', 'a', 'a'] + * + * _.fill(Array(3), 2); + * // => [2, 2, 2] + * + * _.fill([4, 6, 8, 10], '*', 1, 3); + * // => [4, '*', '*', 10] + */ + function fill(array, value, start, end) { + var length = array == null ? 0 : array.length; + if (!length) { + return []; + } + if (start && typeof start != 'number' && isIterateeCall(array, value, start)) { + start = 0; + end = length; + } + return baseFill(array, value, start, end); + } + + module.exports = fill; + + +/***/ }), +/* 236 */ +/***/ (function(module, exports, __webpack_require__) { + + var toInteger = __webpack_require__(100), + toLength = __webpack_require__(237); + + /** + * The base implementation of `_.fill` without an iteratee call guard. + * + * @private + * @param {Array} array The array to fill. + * @param {*} value The value to fill `array` with. + * @param {number} [start=0] The start position. + * @param {number} [end=array.length] The end position. + * @returns {Array} Returns `array`. + */ + function baseFill(array, value, start, end) { + var length = array.length; + + start = toInteger(start); + if (start < 0) { + start = -start > length ? 0 : (length + start); + } + end = (end === undefined || end > length) ? length : toInteger(end); + if (end < 0) { + end += length; + } + end = start > end ? 0 : toLength(end); + while (start < end) { + array[start++] = value; + } + return array; + } + + module.exports = baseFill; + + +/***/ }), +/* 237 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseClamp = __webpack_require__(238), + toInteger = __webpack_require__(100); + + /** Used as references for the maximum length and index of an array. */ + var MAX_ARRAY_LENGTH = 4294967295; + + /** + * Converts `value` to an integer suitable for use as the length of an + * array-like object. + * + * **Note:** This method is based on + * [`ToLength`](http://ecma-international.org/ecma-262/7.0/#sec-tolength). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to convert. + * @returns {number} Returns the converted integer. + * @example + * + * _.toLength(3.2); + * // => 3 + * + * _.toLength(Number.MIN_VALUE); + * // => 0 + * + * _.toLength(Infinity); + * // => 4294967295 + * + * _.toLength('3.2'); + * // => 3 + */ + function toLength(value) { + return value ? baseClamp(toInteger(value), 0, MAX_ARRAY_LENGTH) : 0; + } + + module.exports = toLength; + + +/***/ }), +/* 238 */ +/***/ (function(module, exports) { + + /** + * The base implementation of `_.clamp` which doesn't coerce arguments. + * + * @private + * @param {number} number The number to clamp. + * @param {number} [lower] The lower bound. + * @param {number} upper The upper bound. + * @returns {number} Returns the clamped number. + */ + function baseClamp(number, lower, upper) { + if (number === number) { + if (upper !== undefined) { + number = number <= upper ? number : upper; + } + if (lower !== undefined) { + number = number >= lower ? number : lower; + } + } + return number; + } + + module.exports = baseClamp; + + +/***/ }), +/* 239 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseFindIndex = __webpack_require__(150), + baseIteratee = __webpack_require__(168), + toInteger = __webpack_require__(100); + + /* Built-in method references for those with the same name as other `lodash` methods. */ + var nativeMax = Math.max; + + /** + * This method is like `_.find` except that it returns the index of the first + * element `predicate` returns truthy for instead of the element itself. + * + * @static + * @memberOf _ + * @since 1.1.0 + * @category Array + * @param {Array} array The array to inspect. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @param {number} [fromIndex=0] The index to search from. + * @returns {number} Returns the index of the found element, else `-1`. + * @example + * + * var users = [ + * { 'user': 'barney', 'active': false }, + * { 'user': 'fred', 'active': false }, + * { 'user': 'pebbles', 'active': true } + * ]; + * + * _.findIndex(users, function(o) { return o.user == 'barney'; }); + * // => 0 + * + * // The `_.matches` iteratee shorthand. + * _.findIndex(users, { 'user': 'fred', 'active': false }); + * // => 1 + * + * // The `_.matchesProperty` iteratee shorthand. + * _.findIndex(users, ['active', false]); + * // => 0 + * + * // The `_.property` iteratee shorthand. + * _.findIndex(users, 'active'); + * // => 2 + */ + function findIndex(array, predicate, fromIndex) { + var length = array == null ? 0 : array.length; + if (!length) { + return -1; + } + var index = fromIndex == null ? 0 : toInteger(fromIndex); + if (index < 0) { + index = nativeMax(length + index, 0); + } + return baseFindIndex(array, baseIteratee(predicate, 3), index); + } + + module.exports = findIndex; + + +/***/ }), +/* 240 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseFindIndex = __webpack_require__(150), + baseIteratee = __webpack_require__(168), + toInteger = __webpack_require__(100); + + /* Built-in method references for those with the same name as other `lodash` methods. */ + var nativeMax = Math.max, + nativeMin = Math.min; + + /** + * This method is like `_.findIndex` except that it iterates over elements + * of `collection` from right to left. + * + * @static + * @memberOf _ + * @since 2.0.0 + * @category Array + * @param {Array} array The array to inspect. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @param {number} [fromIndex=array.length-1] The index to search from. + * @returns {number} Returns the index of the found element, else `-1`. + * @example + * + * var users = [ + * { 'user': 'barney', 'active': true }, + * { 'user': 'fred', 'active': false }, + * { 'user': 'pebbles', 'active': false } + * ]; + * + * _.findLastIndex(users, function(o) { return o.user == 'pebbles'; }); + * // => 2 + * + * // The `_.matches` iteratee shorthand. + * _.findLastIndex(users, { 'user': 'barney', 'active': true }); + * // => 0 + * + * // The `_.matchesProperty` iteratee shorthand. + * _.findLastIndex(users, ['active', false]); + * // => 2 + * + * // The `_.property` iteratee shorthand. + * _.findLastIndex(users, 'active'); + * // => 0 + */ + function findLastIndex(array, predicate, fromIndex) { + var length = array == null ? 0 : array.length; + if (!length) { + return -1; + } + var index = length - 1; + if (fromIndex !== undefined) { + index = toInteger(fromIndex); + index = fromIndex < 0 + ? nativeMax(length + index, 0) + : nativeMin(index, length - 1); + } + return baseFindIndex(array, baseIteratee(predicate, 3), index, true); + } + + module.exports = findLastIndex; + + +/***/ }), +/* 241 */ +/***/ (function(module, exports, __webpack_require__) { + + module.exports = __webpack_require__(242); + + +/***/ }), +/* 242 */ +/***/ (function(module, exports) { + + /** + * Gets the first element of `array`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @alias first + * @category Array + * @param {Array} array The array to query. + * @returns {*} Returns the first element of `array`. + * @example + * + * _.head([1, 2, 3]); + * // => 1 + * + * _.head([]); + * // => undefined + */ + function head(array) { + return (array && array.length) ? array[0] : undefined; + } + + module.exports = head; + + +/***/ }), +/* 243 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseFlatten = __webpack_require__(108); + + /** + * Flattens `array` a single level deep. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {Array} array The array to flatten. + * @returns {Array} Returns the new flattened array. + * @example + * + * _.flatten([1, [2, [3, [4]], 5]]); + * // => [1, 2, [3, [4]], 5] + */ + function flatten(array) { + var length = array == null ? 0 : array.length; + return length ? baseFlatten(array, 1) : []; + } + + module.exports = flatten; + + +/***/ }), +/* 244 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseFlatten = __webpack_require__(108); + + /** Used as references for various `Number` constants. */ + var INFINITY = 1 / 0; + + /** + * Recursively flattens `array`. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Array + * @param {Array} array The array to flatten. + * @returns {Array} Returns the new flattened array. + * @example + * + * _.flattenDeep([1, [2, [3, [4]], 5]]); + * // => [1, 2, 3, 4, 5] + */ + function flattenDeep(array) { + var length = array == null ? 0 : array.length; + return length ? baseFlatten(array, INFINITY) : []; + } + + module.exports = flattenDeep; + + +/***/ }), +/* 245 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseFlatten = __webpack_require__(108), + toInteger = __webpack_require__(100); + + /** + * Recursively flatten `array` up to `depth` times. + * + * @static + * @memberOf _ + * @since 4.4.0 + * @category Array + * @param {Array} array The array to flatten. + * @param {number} [depth=1] The maximum recursion depth. + * @returns {Array} Returns the new flattened array. + * @example + * + * var array = [1, [2, [3, [4]], 5]]; + * + * _.flattenDepth(array, 1); + * // => [1, 2, [3, [4]], 5] + * + * _.flattenDepth(array, 2); + * // => [1, 2, 3, [4], 5] + */ + function flattenDepth(array, depth) { + var length = array == null ? 0 : array.length; + if (!length) { + return []; + } + depth = depth === undefined ? 1 : toInteger(depth); + return baseFlatten(array, depth); + } + + module.exports = flattenDepth; + + +/***/ }), +/* 246 */ +/***/ (function(module, exports) { + + /** + * The inverse of `_.toPairs`; this method returns an object composed + * from key-value `pairs`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {Array} pairs The key-value pairs. + * @returns {Object} Returns the new object. + * @example + * + * _.fromPairs([['a', 1], ['b', 2]]); + * // => { 'a': 1, 'b': 2 } + */ + function fromPairs(pairs) { + var index = -1, + length = pairs == null ? 0 : pairs.length, + result = {}; + + while (++index < length) { + var pair = pairs[index]; + result[pair[0]] = pair[1]; + } + return result; + } + + module.exports = fromPairs; + + +/***/ }), +/* 247 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseIndexOf = __webpack_require__(149), + toInteger = __webpack_require__(100); + + /* Built-in method references for those with the same name as other `lodash` methods. */ + var nativeMax = Math.max; + + /** + * Gets the index at which the first occurrence of `value` is found in `array` + * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) + * for equality comparisons. If `fromIndex` is negative, it's used as the + * offset from the end of `array`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {Array} array The array to inspect. + * @param {*} value The value to search for. + * @param {number} [fromIndex=0] The index to search from. + * @returns {number} Returns the index of the matched value, else `-1`. + * @example + * + * _.indexOf([1, 2, 1, 2], 2); + * // => 1 + * + * // Search from the `fromIndex`. + * _.indexOf([1, 2, 1, 2], 2, 2); + * // => 3 + */ + function indexOf(array, value, fromIndex) { + var length = array == null ? 0 : array.length; + if (!length) { + return -1; + } + var index = fromIndex == null ? 0 : toInteger(fromIndex); + if (index < 0) { + index = nativeMax(length + index, 0); + } + return baseIndexOf(array, value, index); + } + + module.exports = indexOf; + + +/***/ }), +/* 248 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseSlice = __webpack_require__(86); + + /** + * Gets all but the last element of `array`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {Array} array The array to query. + * @returns {Array} Returns the slice of `array`. + * @example + * + * _.initial([1, 2, 3]); + * // => [1, 2] + */ + function initial(array) { + var length = array == null ? 0 : array.length; + return length ? baseSlice(array, 0, -1) : []; + } + + module.exports = initial; + + +/***/ }), +/* 249 */ +/***/ (function(module, exports, __webpack_require__) { + + var arrayMap = __webpack_require__(154), + baseIntersection = __webpack_require__(250), + baseRest = __webpack_require__(157), + castArrayLikeObject = __webpack_require__(251); + + /** + * Creates an array of unique values that are included in all given arrays + * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) + * for equality comparisons. The order and references of result values are + * determined by the first array. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {...Array} [arrays] The arrays to inspect. + * @returns {Array} Returns the new array of intersecting values. + * @example + * + * _.intersection([2, 1], [2, 3]); + * // => [2] + */ + var intersection = baseRest(function(arrays) { + var mapped = arrayMap(arrays, castArrayLikeObject); + return (mapped.length && mapped[0] === arrays[0]) + ? baseIntersection(mapped) + : []; + }); + + module.exports = intersection; + + +/***/ }), +/* 250 */ +/***/ (function(module, exports, __webpack_require__) { + + var SetCache = __webpack_require__(116), + arrayIncludes = __webpack_require__(148), + arrayIncludesWith = __webpack_require__(153), + arrayMap = __webpack_require__(154), + baseUnary = __webpack_require__(155), + cacheHas = __webpack_require__(156); + + /* Built-in method references for those with the same name as other `lodash` methods. */ + var nativeMin = Math.min; + + /** + * The base implementation of methods like `_.intersection`, without support + * for iteratee shorthands, that accepts an array of arrays to inspect. + * + * @private + * @param {Array} arrays The arrays to inspect. + * @param {Function} [iteratee] The iteratee invoked per element. + * @param {Function} [comparator] The comparator invoked per element. + * @returns {Array} Returns the new array of shared values. + */ + function baseIntersection(arrays, iteratee, comparator) { + var includes = comparator ? arrayIncludesWith : arrayIncludes, + length = arrays[0].length, + othLength = arrays.length, + othIndex = othLength, + caches = Array(othLength), + maxLength = Infinity, + result = []; + + while (othIndex--) { + var array = arrays[othIndex]; + if (othIndex && iteratee) { + array = arrayMap(array, baseUnary(iteratee)); + } + maxLength = nativeMin(array.length, maxLength); + caches[othIndex] = !comparator && (iteratee || (length >= 120 && array.length >= 120)) + ? new SetCache(othIndex && array) + : undefined; + } + array = arrays[0]; + + var index = -1, + seen = caches[0]; + + outer: + while (++index < length && result.length < maxLength) { + var value = array[index], + computed = iteratee ? iteratee(value) : value; + + value = (comparator || value !== 0) ? value : 0; + if (!(seen + ? cacheHas(seen, computed) + : includes(result, computed, comparator) + )) { + othIndex = othLength; + while (--othIndex) { + var cache = caches[othIndex]; + if (!(cache + ? cacheHas(cache, computed) + : includes(arrays[othIndex], computed, comparator)) + ) { + continue outer; + } + } + if (seen) { + seen.push(computed); + } + result.push(value); + } + } + return result; + } + + module.exports = baseIntersection; + + +/***/ }), +/* 251 */ +/***/ (function(module, exports, __webpack_require__) { + + var isArrayLikeObject = __webpack_require__(166); + + /** + * Casts `value` to an empty array if it's not an array like object. + * + * @private + * @param {*} value The value to inspect. + * @returns {Array|Object} Returns the cast array-like object. + */ + function castArrayLikeObject(value) { + return isArrayLikeObject(value) ? value : []; + } + + module.exports = castArrayLikeObject; + + +/***/ }), +/* 252 */ +/***/ (function(module, exports, __webpack_require__) { + + var arrayMap = __webpack_require__(154), + baseIntersection = __webpack_require__(250), + baseIteratee = __webpack_require__(168), + baseRest = __webpack_require__(157), + castArrayLikeObject = __webpack_require__(251), + last = __webpack_require__(228); + + /** + * This method is like `_.intersection` except that it accepts `iteratee` + * which is invoked for each element of each `arrays` to generate the criterion + * by which they're compared. The order and references of result values are + * determined by the first array. The iteratee is invoked with one argument: + * (value). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {...Array} [arrays] The arrays to inspect. + * @param {Function} [iteratee=_.identity] The iteratee invoked per element. + * @returns {Array} Returns the new array of intersecting values. + * @example + * + * _.intersectionBy([2.1, 1.2], [2.3, 3.4], Math.floor); + * // => [2.1] + * + * // The `_.property` iteratee shorthand. + * _.intersectionBy([{ 'x': 1 }], [{ 'x': 2 }, { 'x': 1 }], 'x'); + * // => [{ 'x': 1 }] + */ + var intersectionBy = baseRest(function(arrays) { + var iteratee = last(arrays), + mapped = arrayMap(arrays, castArrayLikeObject); + + if (iteratee === last(mapped)) { + iteratee = undefined; + } else { + mapped.pop(); + } + return (mapped.length && mapped[0] === arrays[0]) + ? baseIntersection(mapped, baseIteratee(iteratee, 2)) + : []; + }); + + module.exports = intersectionBy; + + +/***/ }), +/* 253 */ +/***/ (function(module, exports, __webpack_require__) { + + var arrayMap = __webpack_require__(154), + baseIntersection = __webpack_require__(250), + baseRest = __webpack_require__(157), + castArrayLikeObject = __webpack_require__(251), + last = __webpack_require__(228); + + /** + * This method is like `_.intersection` except that it accepts `comparator` + * which is invoked to compare elements of `arrays`. The order and references + * of result values are determined by the first array. The comparator is + * invoked with two arguments: (arrVal, othVal). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {...Array} [arrays] The arrays to inspect. + * @param {Function} [comparator] The comparator invoked per element. + * @returns {Array} Returns the new array of intersecting values. + * @example + * + * var objects = [{ 'x': 1, 'y': 2 }, { 'x': 2, 'y': 1 }]; + * var others = [{ 'x': 1, 'y': 1 }, { 'x': 1, 'y': 2 }]; + * + * _.intersectionWith(objects, others, _.isEqual); + * // => [{ 'x': 1, 'y': 2 }] + */ + var intersectionWith = baseRest(function(arrays) { + var comparator = last(arrays), + mapped = arrayMap(arrays, castArrayLikeObject); + + comparator = typeof comparator == 'function' ? comparator : undefined; + if (comparator) { + mapped.pop(); + } + return (mapped.length && mapped[0] === arrays[0]) + ? baseIntersection(mapped, undefined, comparator) + : []; + }); + + module.exports = intersectionWith; + + +/***/ }), +/* 254 */ +/***/ (function(module, exports) { + + /** Used for built-in method references. */ + var arrayProto = Array.prototype; + + /* Built-in method references for those with the same name as other `lodash` methods. */ + var nativeJoin = arrayProto.join; + + /** + * Converts all elements in `array` into a string separated by `separator`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {Array} array The array to convert. + * @param {string} [separator=','] The element separator. + * @returns {string} Returns the joined string. + * @example + * + * _.join(['a', 'b', 'c'], '~'); + * // => 'a~b~c' + */ + function join(array, separator) { + return array == null ? '' : nativeJoin.call(array, separator); + } + + module.exports = join; + + +/***/ }), +/* 255 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseFindIndex = __webpack_require__(150), + baseIsNaN = __webpack_require__(151), + strictLastIndexOf = __webpack_require__(256), + toInteger = __webpack_require__(100); + + /* Built-in method references for those with the same name as other `lodash` methods. */ + var nativeMax = Math.max, + nativeMin = Math.min; + + /** + * This method is like `_.indexOf` except that it iterates over elements of + * `array` from right to left. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {Array} array The array to inspect. + * @param {*} value The value to search for. + * @param {number} [fromIndex=array.length-1] The index to search from. + * @returns {number} Returns the index of the matched value, else `-1`. + * @example + * + * _.lastIndexOf([1, 2, 1, 2], 2); + * // => 3 + * + * // Search from the `fromIndex`. + * _.lastIndexOf([1, 2, 1, 2], 2, 2); + * // => 1 + */ + function lastIndexOf(array, value, fromIndex) { + var length = array == null ? 0 : array.length; + if (!length) { + return -1; + } + var index = length; + if (fromIndex !== undefined) { + index = toInteger(fromIndex); + index = index < 0 ? nativeMax(length + index, 0) : nativeMin(index, length - 1); + } + return value === value + ? strictLastIndexOf(array, value, index) + : baseFindIndex(array, baseIsNaN, index, true); + } + + module.exports = lastIndexOf; + + +/***/ }), +/* 256 */ +/***/ (function(module, exports) { + + /** + * A specialized version of `_.lastIndexOf` which performs strict equality + * comparisons of values, i.e. `===`. + * + * @private + * @param {Array} array The array to inspect. + * @param {*} value The value to search for. + * @param {number} fromIndex The index to search from. + * @returns {number} Returns the index of the matched value, else `-1`. + */ + function strictLastIndexOf(array, value, fromIndex) { + var index = fromIndex + 1; + while (index--) { + if (array[index] === value) { + return index; + } + } + return index; + } + + module.exports = strictLastIndexOf; + + +/***/ }), +/* 257 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseNth = __webpack_require__(258), + toInteger = __webpack_require__(100); + + /** + * Gets the element at index `n` of `array`. If `n` is negative, the nth + * element from the end is returned. + * + * @static + * @memberOf _ + * @since 4.11.0 + * @category Array + * @param {Array} array The array to query. + * @param {number} [n=0] The index of the element to return. + * @returns {*} Returns the nth element of `array`. + * @example + * + * var array = ['a', 'b', 'c', 'd']; + * + * _.nth(array, 1); + * // => 'b' + * + * _.nth(array, -2); + * // => 'c'; + */ + function nth(array, n) { + return (array && array.length) ? baseNth(array, toInteger(n)) : undefined; + } + + module.exports = nth; + + +/***/ }), +/* 258 */ +/***/ (function(module, exports, __webpack_require__) { + + var isIndex = __webpack_require__(99); + + /** + * The base implementation of `_.nth` which doesn't coerce arguments. + * + * @private + * @param {Array} array The array to query. + * @param {number} n The index of the element to return. + * @returns {*} Returns the nth element of `array`. + */ + function baseNth(array, n) { + var length = array.length; + if (!length) { + return; + } + n += n < 0 ? length : 0; + return isIndex(n, length) ? array[n] : undefined; + } + + module.exports = baseNth; + + +/***/ }), +/* 259 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseRest = __webpack_require__(157), + pullAll = __webpack_require__(260); + + /** + * Removes all given values from `array` using + * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) + * for equality comparisons. + * + * **Note:** Unlike `_.without`, this method mutates `array`. Use `_.remove` + * to remove elements from an array by predicate. + * + * @static + * @memberOf _ + * @since 2.0.0 + * @category Array + * @param {Array} array The array to modify. + * @param {...*} [values] The values to remove. + * @returns {Array} Returns `array`. + * @example + * + * var array = ['a', 'b', 'c', 'a', 'b', 'c']; + * + * _.pull(array, 'a', 'c'); + * console.log(array); + * // => ['b', 'b'] + */ + var pull = baseRest(pullAll); + + module.exports = pull; + + +/***/ }), +/* 260 */ +/***/ (function(module, exports, __webpack_require__) { + + var basePullAll = __webpack_require__(261); + + /** + * This method is like `_.pull` except that it accepts an array of values to remove. + * + * **Note:** Unlike `_.difference`, this method mutates `array`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {Array} array The array to modify. + * @param {Array} values The values to remove. + * @returns {Array} Returns `array`. + * @example + * + * var array = ['a', 'b', 'c', 'a', 'b', 'c']; + * + * _.pullAll(array, ['a', 'c']); + * console.log(array); + * // => ['b', 'b'] + */ + function pullAll(array, values) { + return (array && array.length && values && values.length) + ? basePullAll(array, values) + : array; + } + + module.exports = pullAll; + + +/***/ }), +/* 261 */ +/***/ (function(module, exports, __webpack_require__) { + + var arrayMap = __webpack_require__(154), + baseIndexOf = __webpack_require__(149), + baseIndexOfWith = __webpack_require__(262), + baseUnary = __webpack_require__(155), + copyArray = __webpack_require__(113); + + /** Used for built-in method references. */ + var arrayProto = Array.prototype; + + /** Built-in value references. */ + var splice = arrayProto.splice; + + /** + * The base implementation of `_.pullAllBy` without support for iteratee + * shorthands. + * + * @private + * @param {Array} array The array to modify. + * @param {Array} values The values to remove. + * @param {Function} [iteratee] The iteratee invoked per element. + * @param {Function} [comparator] The comparator invoked per element. + * @returns {Array} Returns `array`. + */ + function basePullAll(array, values, iteratee, comparator) { + var indexOf = comparator ? baseIndexOfWith : baseIndexOf, + index = -1, + length = values.length, + seen = array; + + if (array === values) { + values = copyArray(values); + } + if (iteratee) { + seen = arrayMap(array, baseUnary(iteratee)); + } + while (++index < length) { + var fromIndex = 0, + value = values[index], + computed = iteratee ? iteratee(value) : value; + + while ((fromIndex = indexOf(seen, computed, fromIndex, comparator)) > -1) { + if (seen !== array) { + splice.call(seen, fromIndex, 1); + } + splice.call(array, fromIndex, 1); + } + } + return array; + } + + module.exports = basePullAll; + + +/***/ }), +/* 262 */ +/***/ (function(module, exports) { + + /** + * This function is like `baseIndexOf` except that it accepts a comparator. + * + * @private + * @param {Array} array The array to inspect. + * @param {*} value The value to search for. + * @param {number} fromIndex The index to search from. + * @param {Function} comparator The comparator invoked per element. + * @returns {number} Returns the index of the matched value, else `-1`. + */ + function baseIndexOfWith(array, value, fromIndex, comparator) { + var index = fromIndex - 1, + length = array.length; + + while (++index < length) { + if (comparator(array[index], value)) { + return index; + } + } + return -1; + } + + module.exports = baseIndexOfWith; + + +/***/ }), +/* 263 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseIteratee = __webpack_require__(168), + basePullAll = __webpack_require__(261); + + /** + * This method is like `_.pullAll` except that it accepts `iteratee` which is + * invoked for each element of `array` and `values` to generate the criterion + * by which they're compared. The iteratee is invoked with one argument: (value). + * + * **Note:** Unlike `_.differenceBy`, this method mutates `array`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {Array} array The array to modify. + * @param {Array} values The values to remove. + * @param {Function} [iteratee=_.identity] The iteratee invoked per element. + * @returns {Array} Returns `array`. + * @example + * + * var array = [{ 'x': 1 }, { 'x': 2 }, { 'x': 3 }, { 'x': 1 }]; + * + * _.pullAllBy(array, [{ 'x': 1 }, { 'x': 3 }], 'x'); + * console.log(array); + * // => [{ 'x': 2 }] + */ + function pullAllBy(array, values, iteratee) { + return (array && array.length && values && values.length) + ? basePullAll(array, values, baseIteratee(iteratee, 2)) + : array; + } + + module.exports = pullAllBy; + + +/***/ }), +/* 264 */ +/***/ (function(module, exports, __webpack_require__) { + + var basePullAll = __webpack_require__(261); + + /** + * This method is like `_.pullAll` except that it accepts `comparator` which + * is invoked to compare elements of `array` to `values`. The comparator is + * invoked with two arguments: (arrVal, othVal). + * + * **Note:** Unlike `_.differenceWith`, this method mutates `array`. + * + * @static + * @memberOf _ + * @since 4.6.0 + * @category Array + * @param {Array} array The array to modify. + * @param {Array} values The values to remove. + * @param {Function} [comparator] The comparator invoked per element. + * @returns {Array} Returns `array`. + * @example + * + * var array = [{ 'x': 1, 'y': 2 }, { 'x': 3, 'y': 4 }, { 'x': 5, 'y': 6 }]; + * + * _.pullAllWith(array, [{ 'x': 3, 'y': 4 }], _.isEqual); + * console.log(array); + * // => [{ 'x': 1, 'y': 2 }, { 'x': 5, 'y': 6 }] + */ + function pullAllWith(array, values, comparator) { + return (array && array.length && values && values.length) + ? basePullAll(array, values, undefined, comparator) + : array; + } + + module.exports = pullAllWith; + + +/***/ }), +/* 265 */ +/***/ (function(module, exports, __webpack_require__) { + + var arrayMap = __webpack_require__(154), + baseAt = __webpack_require__(266), + basePullAt = __webpack_require__(267), + compareAscending = __webpack_require__(270), + flatRest = __webpack_require__(271), + isIndex = __webpack_require__(99); + + /** + * Removes elements from `array` corresponding to `indexes` and returns an + * array of removed elements. + * + * **Note:** Unlike `_.at`, this method mutates `array`. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Array + * @param {Array} array The array to modify. + * @param {...(number|number[])} [indexes] The indexes of elements to remove. + * @returns {Array} Returns the new array of removed elements. + * @example + * + * var array = ['a', 'b', 'c', 'd']; + * var pulled = _.pullAt(array, [1, 3]); + * + * console.log(array); + * // => ['a', 'c'] + * + * console.log(pulled); + * // => ['b', 'd'] + */ + var pullAt = flatRest(function(array, indexes) { + var length = array == null ? 0 : array.length, + result = baseAt(array, indexes); + + basePullAt(array, arrayMap(indexes, function(index) { + return isIndex(index, length) ? +index : index; + }).sort(compareAscending)); + + return result; + }); + + module.exports = pullAt; + + +/***/ }), +/* 266 */ +/***/ (function(module, exports, __webpack_require__) { + + var get = __webpack_require__(212); + + /** + * The base implementation of `_.at` without support for individual paths. + * + * @private + * @param {Object} object The object to iterate over. + * @param {string[]} paths The property paths to pick. + * @returns {Array} Returns the picked elements. + */ + function baseAt(object, paths) { + var index = -1, + length = paths.length, + result = Array(length), + skip = object == null; + + while (++index < length) { + result[index] = skip ? undefined : get(object, paths[index]); + } + return result; + } + + module.exports = baseAt; + + +/***/ }), +/* 267 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseUnset = __webpack_require__(268), + isIndex = __webpack_require__(99); + + /** Used for built-in method references. */ + var arrayProto = Array.prototype; + + /** Built-in value references. */ + var splice = arrayProto.splice; + + /** + * The base implementation of `_.pullAt` without support for individual + * indexes or capturing the removed elements. + * + * @private + * @param {Array} array The array to modify. + * @param {number[]} indexes The indexes of elements to remove. + * @returns {Array} Returns `array`. + */ + function basePullAt(array, indexes) { + var length = array ? indexes.length : 0, + lastIndex = length - 1; + + while (length--) { + var index = indexes[length]; + if (length == lastIndex || index !== previous) { + var previous = index; + if (isIndex(index)) { + splice.call(array, index, 1); + } else { + baseUnset(array, index); + } + } + } + return array; + } + + module.exports = basePullAt; + + +/***/ }), +/* 268 */ +/***/ (function(module, exports, __webpack_require__) { + + var castPath = __webpack_require__(214), + last = __webpack_require__(228), + parent = __webpack_require__(269), + toKey = __webpack_require__(221); + + /** + * The base implementation of `_.unset`. + * + * @private + * @param {Object} object The object to modify. + * @param {Array|string} path The property path to unset. + * @returns {boolean} Returns `true` if the property is deleted, else `false`. + */ + function baseUnset(object, path) { + path = castPath(path, object); + object = parent(object, path); + return object == null || delete object[toKey(last(path))]; + } + + module.exports = baseUnset; + + +/***/ }), +/* 269 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseGet = __webpack_require__(213), + baseSlice = __webpack_require__(86); + + /** + * Gets the parent value at `path` of `object`. + * + * @private + * @param {Object} object The object to query. + * @param {Array} path The path to get the parent value of. + * @returns {*} Returns the parent value. + */ + function parent(object, path) { + return path.length < 2 ? object : baseGet(object, baseSlice(path, 0, -1)); + } + + module.exports = parent; + + +/***/ }), +/* 270 */ +/***/ (function(module, exports, __webpack_require__) { + + var isSymbol = __webpack_require__(103); + + /** + * Compares values to sort them in ascending order. + * + * @private + * @param {*} value The value to compare. + * @param {*} other The other value to compare. + * @returns {number} Returns the sort order indicator for `value`. + */ + function compareAscending(value, other) { + if (value !== other) { + var valIsDefined = value !== undefined, + valIsNull = value === null, + valIsReflexive = value === value, + valIsSymbol = isSymbol(value); + + var othIsDefined = other !== undefined, + othIsNull = other === null, + othIsReflexive = other === other, + othIsSymbol = isSymbol(other); + + if ((!othIsNull && !othIsSymbol && !valIsSymbol && value > other) || + (valIsSymbol && othIsDefined && othIsReflexive && !othIsNull && !othIsSymbol) || + (valIsNull && othIsDefined && othIsReflexive) || + (!valIsDefined && othIsReflexive) || + !valIsReflexive) { + return 1; + } + if ((!valIsNull && !valIsSymbol && !othIsSymbol && value < other) || + (othIsSymbol && valIsDefined && valIsReflexive && !valIsNull && !valIsSymbol) || + (othIsNull && valIsDefined && valIsReflexive) || + (!othIsDefined && valIsReflexive) || + !othIsReflexive) { + return -1; + } + } + return 0; + } + + module.exports = compareAscending; + + +/***/ }), +/* 271 */ +/***/ (function(module, exports, __webpack_require__) { + + var flatten = __webpack_require__(243), + overRest = __webpack_require__(159), + setToString = __webpack_require__(161); + + /** + * A specialized version of `baseRest` which flattens the rest array. + * + * @private + * @param {Function} func The function to apply a rest parameter to. + * @returns {Function} Returns the new function. + */ + function flatRest(func) { + return setToString(overRest(func, undefined, flatten), func + ''); + } + + module.exports = flatRest; + + +/***/ }), +/* 272 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseIteratee = __webpack_require__(168), + basePullAt = __webpack_require__(267); + + /** + * Removes all elements from `array` that `predicate` returns truthy for + * and returns an array of the removed elements. The predicate is invoked + * with three arguments: (value, index, array). + * + * **Note:** Unlike `_.filter`, this method mutates `array`. Use `_.pull` + * to pull elements from an array by value. + * + * @static + * @memberOf _ + * @since 2.0.0 + * @category Array + * @param {Array} array The array to modify. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @returns {Array} Returns the new array of removed elements. + * @example + * + * var array = [1, 2, 3, 4]; + * var evens = _.remove(array, function(n) { + * return n % 2 == 0; + * }); + * + * console.log(array); + * // => [1, 3] + * + * console.log(evens); + * // => [2, 4] + */ + function remove(array, predicate) { + var result = []; + if (!(array && array.length)) { + return result; + } + var index = -1, + indexes = [], + length = array.length; + + predicate = baseIteratee(predicate, 3); + while (++index < length) { + var value = array[index]; + if (predicate(value, index, array)) { + result.push(value); + indexes.push(index); + } + } + basePullAt(array, indexes); + return result; + } + + module.exports = remove; + + +/***/ }), +/* 273 */ +/***/ (function(module, exports) { + + /** Used for built-in method references. */ + var arrayProto = Array.prototype; + + /* Built-in method references for those with the same name as other `lodash` methods. */ + var nativeReverse = arrayProto.reverse; + + /** + * Reverses `array` so that the first element becomes the last, the second + * element becomes the second to last, and so on. + * + * **Note:** This method mutates `array` and is based on + * [`Array#reverse`](https://mdn.io/Array/reverse). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {Array} array The array to modify. + * @returns {Array} Returns `array`. + * @example + * + * var array = [1, 2, 3]; + * + * _.reverse(array); + * // => [3, 2, 1] + * + * console.log(array); + * // => [3, 2, 1] + */ + function reverse(array) { + return array == null ? array : nativeReverse.call(array); + } + + module.exports = reverse; + + +/***/ }), +/* 274 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseSlice = __webpack_require__(86), + isIterateeCall = __webpack_require__(87), + toInteger = __webpack_require__(100); + + /** + * Creates a slice of `array` from `start` up to, but not including, `end`. + * + * **Note:** This method is used instead of + * [`Array#slice`](https://mdn.io/Array/slice) to ensure dense arrays are + * returned. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Array + * @param {Array} array The array to slice. + * @param {number} [start=0] The start position. + * @param {number} [end=array.length] The end position. + * @returns {Array} Returns the slice of `array`. + */ + function slice(array, start, end) { + var length = array == null ? 0 : array.length; + if (!length) { + return []; + } + if (end && typeof end != 'number' && isIterateeCall(array, start, end)) { + start = 0; + end = length; + } + else { + start = start == null ? 0 : toInteger(start); + end = end === undefined ? length : toInteger(end); + } + return baseSlice(array, start, end); + } + + module.exports = slice; + + +/***/ }), +/* 275 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseSortedIndex = __webpack_require__(276); + + /** + * Uses a binary search to determine the lowest index at which `value` + * should be inserted into `array` in order to maintain its sort order. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {Array} array The sorted array to inspect. + * @param {*} value The value to evaluate. + * @returns {number} Returns the index at which `value` should be inserted + * into `array`. + * @example + * + * _.sortedIndex([30, 50], 40); + * // => 1 + */ + function sortedIndex(array, value) { + return baseSortedIndex(array, value); + } + + module.exports = sortedIndex; + + +/***/ }), +/* 276 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseSortedIndexBy = __webpack_require__(277), + identity = __webpack_require__(158), + isSymbol = __webpack_require__(103); + + /** Used as references for the maximum length and index of an array. */ + var MAX_ARRAY_LENGTH = 4294967295, + HALF_MAX_ARRAY_LENGTH = MAX_ARRAY_LENGTH >>> 1; + + /** + * The base implementation of `_.sortedIndex` and `_.sortedLastIndex` which + * performs a binary search of `array` to determine the index at which `value` + * should be inserted into `array` in order to maintain its sort order. + * + * @private + * @param {Array} array The sorted array to inspect. + * @param {*} value The value to evaluate. + * @param {boolean} [retHighest] Specify returning the highest qualified index. + * @returns {number} Returns the index at which `value` should be inserted + * into `array`. + */ + function baseSortedIndex(array, value, retHighest) { + var low = 0, + high = array == null ? low : array.length; + + if (typeof value == 'number' && value === value && high <= HALF_MAX_ARRAY_LENGTH) { + while (low < high) { + var mid = (low + high) >>> 1, + computed = array[mid]; + + if (computed !== null && !isSymbol(computed) && + (retHighest ? (computed <= value) : (computed < value))) { + low = mid + 1; + } else { + high = mid; + } + } + return high; + } + return baseSortedIndexBy(array, value, identity, retHighest); + } + + module.exports = baseSortedIndex; + + +/***/ }), +/* 277 */ +/***/ (function(module, exports, __webpack_require__) { + + var isSymbol = __webpack_require__(103); + + /** Used as references for the maximum length and index of an array. */ + var MAX_ARRAY_LENGTH = 4294967295, + MAX_ARRAY_INDEX = MAX_ARRAY_LENGTH - 1; + + /* Built-in method references for those with the same name as other `lodash` methods. */ + var nativeFloor = Math.floor, + nativeMin = Math.min; + + /** + * The base implementation of `_.sortedIndexBy` and `_.sortedLastIndexBy` + * which invokes `iteratee` for `value` and each element of `array` to compute + * their sort ranking. The iteratee is invoked with one argument; (value). + * + * @private + * @param {Array} array The sorted array to inspect. + * @param {*} value The value to evaluate. + * @param {Function} iteratee The iteratee invoked per element. + * @param {boolean} [retHighest] Specify returning the highest qualified index. + * @returns {number} Returns the index at which `value` should be inserted + * into `array`. + */ + function baseSortedIndexBy(array, value, iteratee, retHighest) { + value = iteratee(value); + + var low = 0, + high = array == null ? 0 : array.length, + valIsNaN = value !== value, + valIsNull = value === null, + valIsSymbol = isSymbol(value), + valIsUndefined = value === undefined; + + while (low < high) { + var mid = nativeFloor((low + high) / 2), + computed = iteratee(array[mid]), + othIsDefined = computed !== undefined, + othIsNull = computed === null, + othIsReflexive = computed === computed, + othIsSymbol = isSymbol(computed); + + if (valIsNaN) { + var setLow = retHighest || othIsReflexive; + } else if (valIsUndefined) { + setLow = othIsReflexive && (retHighest || othIsDefined); + } else if (valIsNull) { + setLow = othIsReflexive && othIsDefined && (retHighest || !othIsNull); + } else if (valIsSymbol) { + setLow = othIsReflexive && othIsDefined && !othIsNull && (retHighest || !othIsSymbol); + } else if (othIsNull || othIsSymbol) { + setLow = false; + } else { + setLow = retHighest ? (computed <= value) : (computed < value); + } + if (setLow) { + low = mid + 1; + } else { + high = mid; + } + } + return nativeMin(high, MAX_ARRAY_INDEX); + } + + module.exports = baseSortedIndexBy; + + +/***/ }), +/* 278 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseIteratee = __webpack_require__(168), + baseSortedIndexBy = __webpack_require__(277); + + /** + * This method is like `_.sortedIndex` except that it accepts `iteratee` + * which is invoked for `value` and each element of `array` to compute their + * sort ranking. The iteratee is invoked with one argument: (value). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {Array} array The sorted array to inspect. + * @param {*} value The value to evaluate. + * @param {Function} [iteratee=_.identity] The iteratee invoked per element. + * @returns {number} Returns the index at which `value` should be inserted + * into `array`. + * @example + * + * var objects = [{ 'x': 4 }, { 'x': 5 }]; + * + * _.sortedIndexBy(objects, { 'x': 4 }, function(o) { return o.x; }); + * // => 0 + * + * // The `_.property` iteratee shorthand. + * _.sortedIndexBy(objects, { 'x': 4 }, 'x'); + * // => 0 + */ + function sortedIndexBy(array, value, iteratee) { + return baseSortedIndexBy(array, value, baseIteratee(iteratee, 2)); + } + + module.exports = sortedIndexBy; + + +/***/ }), +/* 279 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseSortedIndex = __webpack_require__(276), + eq = __webpack_require__(88); + + /** + * This method is like `_.indexOf` except that it performs a binary + * search on a sorted `array`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {Array} array The array to inspect. + * @param {*} value The value to search for. + * @returns {number} Returns the index of the matched value, else `-1`. + * @example + * + * _.sortedIndexOf([4, 5, 5, 5, 6], 5); + * // => 1 + */ + function sortedIndexOf(array, value) { + var length = array == null ? 0 : array.length; + if (length) { + var index = baseSortedIndex(array, value); + if (index < length && eq(array[index], value)) { + return index; + } + } + return -1; + } + + module.exports = sortedIndexOf; + + +/***/ }), +/* 280 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseSortedIndex = __webpack_require__(276); + + /** + * This method is like `_.sortedIndex` except that it returns the highest + * index at which `value` should be inserted into `array` in order to + * maintain its sort order. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Array + * @param {Array} array The sorted array to inspect. + * @param {*} value The value to evaluate. + * @returns {number} Returns the index at which `value` should be inserted + * into `array`. + * @example + * + * _.sortedLastIndex([4, 5, 5, 5, 6], 5); + * // => 4 + */ + function sortedLastIndex(array, value) { + return baseSortedIndex(array, value, true); + } + + module.exports = sortedLastIndex; + + +/***/ }), +/* 281 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseIteratee = __webpack_require__(168), + baseSortedIndexBy = __webpack_require__(277); + + /** + * This method is like `_.sortedLastIndex` except that it accepts `iteratee` + * which is invoked for `value` and each element of `array` to compute their + * sort ranking. The iteratee is invoked with one argument: (value). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {Array} array The sorted array to inspect. + * @param {*} value The value to evaluate. + * @param {Function} [iteratee=_.identity] The iteratee invoked per element. + * @returns {number} Returns the index at which `value` should be inserted + * into `array`. + * @example + * + * var objects = [{ 'x': 4 }, { 'x': 5 }]; + * + * _.sortedLastIndexBy(objects, { 'x': 4 }, function(o) { return o.x; }); + * // => 1 + * + * // The `_.property` iteratee shorthand. + * _.sortedLastIndexBy(objects, { 'x': 4 }, 'x'); + * // => 1 + */ + function sortedLastIndexBy(array, value, iteratee) { + return baseSortedIndexBy(array, value, baseIteratee(iteratee, 2), true); + } + + module.exports = sortedLastIndexBy; + + +/***/ }), +/* 282 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseSortedIndex = __webpack_require__(276), + eq = __webpack_require__(88); + + /** + * This method is like `_.lastIndexOf` except that it performs a binary + * search on a sorted `array`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {Array} array The array to inspect. + * @param {*} value The value to search for. + * @returns {number} Returns the index of the matched value, else `-1`. + * @example + * + * _.sortedLastIndexOf([4, 5, 5, 5, 6], 5); + * // => 3 + */ + function sortedLastIndexOf(array, value) { + var length = array == null ? 0 : array.length; + if (length) { + var index = baseSortedIndex(array, value, true) - 1; + if (eq(array[index], value)) { + return index; + } + } + return -1; + } + + module.exports = sortedLastIndexOf; + + +/***/ }), +/* 283 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseSortedUniq = __webpack_require__(284); + + /** + * This method is like `_.uniq` except that it's designed and optimized + * for sorted arrays. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {Array} array The array to inspect. + * @returns {Array} Returns the new duplicate free array. + * @example + * + * _.sortedUniq([1, 1, 2]); + * // => [1, 2] + */ + function sortedUniq(array) { + return (array && array.length) + ? baseSortedUniq(array) + : []; + } + + module.exports = sortedUniq; + + +/***/ }), +/* 284 */ +/***/ (function(module, exports, __webpack_require__) { + + var eq = __webpack_require__(88); + + /** + * The base implementation of `_.sortedUniq` and `_.sortedUniqBy` without + * support for iteratee shorthands. + * + * @private + * @param {Array} array The array to inspect. + * @param {Function} [iteratee] The iteratee invoked per element. + * @returns {Array} Returns the new duplicate free array. + */ + function baseSortedUniq(array, iteratee) { + var index = -1, + length = array.length, + resIndex = 0, + result = []; + + while (++index < length) { + var value = array[index], + computed = iteratee ? iteratee(value) : value; + + if (!index || !eq(computed, seen)) { + var seen = computed; + result[resIndex++] = value === 0 ? 0 : value; + } + } + return result; + } + + module.exports = baseSortedUniq; + + +/***/ }), +/* 285 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseIteratee = __webpack_require__(168), + baseSortedUniq = __webpack_require__(284); + + /** + * This method is like `_.uniqBy` except that it's designed and optimized + * for sorted arrays. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {Array} array The array to inspect. + * @param {Function} [iteratee] The iteratee invoked per element. + * @returns {Array} Returns the new duplicate free array. + * @example + * + * _.sortedUniqBy([1.1, 1.2, 2.3, 2.4], Math.floor); + * // => [1.1, 2.3] + */ + function sortedUniqBy(array, iteratee) { + return (array && array.length) + ? baseSortedUniq(array, baseIteratee(iteratee, 2)) + : []; + } + + module.exports = sortedUniqBy; + + +/***/ }), +/* 286 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseSlice = __webpack_require__(86); + + /** + * Gets all but the first element of `array`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {Array} array The array to query. + * @returns {Array} Returns the slice of `array`. + * @example + * + * _.tail([1, 2, 3]); + * // => [2, 3] + */ + function tail(array) { + var length = array == null ? 0 : array.length; + return length ? baseSlice(array, 1, length) : []; + } + + module.exports = tail; + + +/***/ }), +/* 287 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseSlice = __webpack_require__(86), + toInteger = __webpack_require__(100); + + /** + * Creates a slice of `array` with `n` elements taken from the beginning. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {Array} array The array to query. + * @param {number} [n=1] The number of elements to take. + * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. + * @returns {Array} Returns the slice of `array`. + * @example + * + * _.take([1, 2, 3]); + * // => [1] + * + * _.take([1, 2, 3], 2); + * // => [1, 2] + * + * _.take([1, 2, 3], 5); + * // => [1, 2, 3] + * + * _.take([1, 2, 3], 0); + * // => [] + */ + function take(array, n, guard) { + if (!(array && array.length)) { + return []; + } + n = (guard || n === undefined) ? 1 : toInteger(n); + return baseSlice(array, 0, n < 0 ? 0 : n); + } + + module.exports = take; + + +/***/ }), +/* 288 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseSlice = __webpack_require__(86), + toInteger = __webpack_require__(100); + + /** + * Creates a slice of `array` with `n` elements taken from the end. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Array + * @param {Array} array The array to query. + * @param {number} [n=1] The number of elements to take. + * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. + * @returns {Array} Returns the slice of `array`. + * @example + * + * _.takeRight([1, 2, 3]); + * // => [3] + * + * _.takeRight([1, 2, 3], 2); + * // => [2, 3] + * + * _.takeRight([1, 2, 3], 5); + * // => [1, 2, 3] + * + * _.takeRight([1, 2, 3], 0); + * // => [] + */ + function takeRight(array, n, guard) { + var length = array == null ? 0 : array.length; + if (!length) { + return []; + } + n = (guard || n === undefined) ? 1 : toInteger(n); + n = length - n; + return baseSlice(array, n < 0 ? 0 : n, length); + } + + module.exports = takeRight; + + +/***/ }), +/* 289 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseIteratee = __webpack_require__(168), + baseWhile = __webpack_require__(233); + + /** + * Creates a slice of `array` with elements taken from the end. Elements are + * taken until `predicate` returns falsey. The predicate is invoked with + * three arguments: (value, index, array). + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Array + * @param {Array} array The array to query. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @returns {Array} Returns the slice of `array`. + * @example + * + * var users = [ + * { 'user': 'barney', 'active': true }, + * { 'user': 'fred', 'active': false }, + * { 'user': 'pebbles', 'active': false } + * ]; + * + * _.takeRightWhile(users, function(o) { return !o.active; }); + * // => objects for ['fred', 'pebbles'] + * + * // The `_.matches` iteratee shorthand. + * _.takeRightWhile(users, { 'user': 'pebbles', 'active': false }); + * // => objects for ['pebbles'] + * + * // The `_.matchesProperty` iteratee shorthand. + * _.takeRightWhile(users, ['active', false]); + * // => objects for ['fred', 'pebbles'] + * + * // The `_.property` iteratee shorthand. + * _.takeRightWhile(users, 'active'); + * // => [] + */ + function takeRightWhile(array, predicate) { + return (array && array.length) + ? baseWhile(array, baseIteratee(predicate, 3), false, true) + : []; + } + + module.exports = takeRightWhile; + + +/***/ }), +/* 290 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseIteratee = __webpack_require__(168), + baseWhile = __webpack_require__(233); + + /** + * Creates a slice of `array` with elements taken from the beginning. Elements + * are taken until `predicate` returns falsey. The predicate is invoked with + * three arguments: (value, index, array). + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Array + * @param {Array} array The array to query. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @returns {Array} Returns the slice of `array`. + * @example + * + * var users = [ + * { 'user': 'barney', 'active': false }, + * { 'user': 'fred', 'active': false }, + * { 'user': 'pebbles', 'active': true } + * ]; + * + * _.takeWhile(users, function(o) { return !o.active; }); + * // => objects for ['barney', 'fred'] + * + * // The `_.matches` iteratee shorthand. + * _.takeWhile(users, { 'user': 'barney', 'active': false }); + * // => objects for ['barney'] + * + * // The `_.matchesProperty` iteratee shorthand. + * _.takeWhile(users, ['active', false]); + * // => objects for ['barney', 'fred'] + * + * // The `_.property` iteratee shorthand. + * _.takeWhile(users, 'active'); + * // => [] + */ + function takeWhile(array, predicate) { + return (array && array.length) + ? baseWhile(array, baseIteratee(predicate, 3)) + : []; + } + + module.exports = takeWhile; + + +/***/ }), +/* 291 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseFlatten = __webpack_require__(108), + baseRest = __webpack_require__(157), + baseUniq = __webpack_require__(292), + isArrayLikeObject = __webpack_require__(166); + + /** + * Creates an array of unique values, in order, from all given arrays using + * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) + * for equality comparisons. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {...Array} [arrays] The arrays to inspect. + * @returns {Array} Returns the new array of combined values. + * @example + * + * _.union([2], [1, 2]); + * // => [2, 1] + */ + var union = baseRest(function(arrays) { + return baseUniq(baseFlatten(arrays, 1, isArrayLikeObject, true)); + }); + + module.exports = union; + + +/***/ }), +/* 292 */ +/***/ (function(module, exports, __webpack_require__) { + + var SetCache = __webpack_require__(116), + arrayIncludes = __webpack_require__(148), + arrayIncludesWith = __webpack_require__(153), + cacheHas = __webpack_require__(156), + createSet = __webpack_require__(293), + setToArray = __webpack_require__(184); + + /** Used as the size to enable large array optimizations. */ + var LARGE_ARRAY_SIZE = 200; + + /** + * The base implementation of `_.uniqBy` without support for iteratee shorthands. + * + * @private + * @param {Array} array The array to inspect. + * @param {Function} [iteratee] The iteratee invoked per element. + * @param {Function} [comparator] The comparator invoked per element. + * @returns {Array} Returns the new duplicate free array. + */ + function baseUniq(array, iteratee, comparator) { + var index = -1, + includes = arrayIncludes, + length = array.length, + isCommon = true, + result = [], + seen = result; + + if (comparator) { + isCommon = false; + includes = arrayIncludesWith; + } + else if (length >= LARGE_ARRAY_SIZE) { + var set = iteratee ? null : createSet(array); + if (set) { + return setToArray(set); + } + isCommon = false; + includes = cacheHas; + seen = new SetCache; + } + else { + seen = iteratee ? [] : result; + } + outer: + while (++index < length) { + var value = array[index], + computed = iteratee ? iteratee(value) : value; + + value = (comparator || value !== 0) ? value : 0; + if (isCommon && computed === computed) { + var seenIndex = seen.length; + while (seenIndex--) { + if (seen[seenIndex] === computed) { + continue outer; + } + } + if (iteratee) { + seen.push(computed); + } + result.push(value); + } + else if (!includes(seen, computed, comparator)) { + if (seen !== result) { + seen.push(computed); + } + result.push(value); + } + } + return result; + } + + module.exports = baseUniq; + + +/***/ }), +/* 293 */ +/***/ (function(module, exports, __webpack_require__) { + + var Set = __webpack_require__(206), + noop = __webpack_require__(294), + setToArray = __webpack_require__(184); + + /** Used as references for various `Number` constants. */ + var INFINITY = 1 / 0; + + /** + * Creates a set object of `values`. + * + * @private + * @param {Array} values The values to add to the set. + * @returns {Object} Returns the new set. + */ + var createSet = !(Set && (1 / setToArray(new Set([,-0]))[1]) == INFINITY) ? noop : function(values) { + return new Set(values); + }; + + module.exports = createSet; + + +/***/ }), +/* 294 */ +/***/ (function(module, exports) { + + /** + * This method returns `undefined`. + * + * @static + * @memberOf _ + * @since 2.3.0 + * @category Util + * @example + * + * _.times(2, _.noop); + * // => [undefined, undefined] + */ + function noop() { + // No operation performed. + } + + module.exports = noop; + + +/***/ }), +/* 295 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseFlatten = __webpack_require__(108), + baseIteratee = __webpack_require__(168), + baseRest = __webpack_require__(157), + baseUniq = __webpack_require__(292), + isArrayLikeObject = __webpack_require__(166), + last = __webpack_require__(228); + + /** + * This method is like `_.union` except that it accepts `iteratee` which is + * invoked for each element of each `arrays` to generate the criterion by + * which uniqueness is computed. Result values are chosen from the first + * array in which the value occurs. The iteratee is invoked with one argument: + * (value). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {...Array} [arrays] The arrays to inspect. + * @param {Function} [iteratee=_.identity] The iteratee invoked per element. + * @returns {Array} Returns the new array of combined values. + * @example + * + * _.unionBy([2.1], [1.2, 2.3], Math.floor); + * // => [2.1, 1.2] + * + * // The `_.property` iteratee shorthand. + * _.unionBy([{ 'x': 1 }], [{ 'x': 2 }, { 'x': 1 }], 'x'); + * // => [{ 'x': 1 }, { 'x': 2 }] + */ + var unionBy = baseRest(function(arrays) { + var iteratee = last(arrays); + if (isArrayLikeObject(iteratee)) { + iteratee = undefined; + } + return baseUniq(baseFlatten(arrays, 1, isArrayLikeObject, true), baseIteratee(iteratee, 2)); + }); + + module.exports = unionBy; + + +/***/ }), +/* 296 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseFlatten = __webpack_require__(108), + baseRest = __webpack_require__(157), + baseUniq = __webpack_require__(292), + isArrayLikeObject = __webpack_require__(166), + last = __webpack_require__(228); + + /** + * This method is like `_.union` except that it accepts `comparator` which + * is invoked to compare elements of `arrays`. Result values are chosen from + * the first array in which the value occurs. The comparator is invoked + * with two arguments: (arrVal, othVal). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {...Array} [arrays] The arrays to inspect. + * @param {Function} [comparator] The comparator invoked per element. + * @returns {Array} Returns the new array of combined values. + * @example + * + * var objects = [{ 'x': 1, 'y': 2 }, { 'x': 2, 'y': 1 }]; + * var others = [{ 'x': 1, 'y': 1 }, { 'x': 1, 'y': 2 }]; + * + * _.unionWith(objects, others, _.isEqual); + * // => [{ 'x': 1, 'y': 2 }, { 'x': 2, 'y': 1 }, { 'x': 1, 'y': 1 }] + */ + var unionWith = baseRest(function(arrays) { + var comparator = last(arrays); + comparator = typeof comparator == 'function' ? comparator : undefined; + return baseUniq(baseFlatten(arrays, 1, isArrayLikeObject, true), undefined, comparator); + }); + + module.exports = unionWith; + + +/***/ }), +/* 297 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseUniq = __webpack_require__(292); + + /** + * Creates a duplicate-free version of an array, using + * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) + * for equality comparisons, in which only the first occurrence of each element + * is kept. The order of result values is determined by the order they occur + * in the array. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {Array} array The array to inspect. + * @returns {Array} Returns the new duplicate free array. + * @example + * + * _.uniq([2, 1, 2]); + * // => [2, 1] + */ + function uniq(array) { + return (array && array.length) ? baseUniq(array) : []; + } + + module.exports = uniq; + + +/***/ }), +/* 298 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseIteratee = __webpack_require__(168), + baseUniq = __webpack_require__(292); + + /** + * This method is like `_.uniq` except that it accepts `iteratee` which is + * invoked for each element in `array` to generate the criterion by which + * uniqueness is computed. The order of result values is determined by the + * order they occur in the array. The iteratee is invoked with one argument: + * (value). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {Array} array The array to inspect. + * @param {Function} [iteratee=_.identity] The iteratee invoked per element. + * @returns {Array} Returns the new duplicate free array. + * @example + * + * _.uniqBy([2.1, 1.2, 2.3], Math.floor); + * // => [2.1, 1.2] + * + * // The `_.property` iteratee shorthand. + * _.uniqBy([{ 'x': 1 }, { 'x': 2 }, { 'x': 1 }], 'x'); + * // => [{ 'x': 1 }, { 'x': 2 }] + */ + function uniqBy(array, iteratee) { + return (array && array.length) ? baseUniq(array, baseIteratee(iteratee, 2)) : []; + } + + module.exports = uniqBy; + + +/***/ }), +/* 299 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseUniq = __webpack_require__(292); + + /** + * This method is like `_.uniq` except that it accepts `comparator` which + * is invoked to compare elements of `array`. The order of result values is + * determined by the order they occur in the array.The comparator is invoked + * with two arguments: (arrVal, othVal). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {Array} array The array to inspect. + * @param {Function} [comparator] The comparator invoked per element. + * @returns {Array} Returns the new duplicate free array. + * @example + * + * var objects = [{ 'x': 1, 'y': 2 }, { 'x': 2, 'y': 1 }, { 'x': 1, 'y': 2 }]; + * + * _.uniqWith(objects, _.isEqual); + * // => [{ 'x': 1, 'y': 2 }, { 'x': 2, 'y': 1 }] + */ + function uniqWith(array, comparator) { + comparator = typeof comparator == 'function' ? comparator : undefined; + return (array && array.length) ? baseUniq(array, undefined, comparator) : []; + } + + module.exports = uniqWith; + + +/***/ }), +/* 300 */ +/***/ (function(module, exports, __webpack_require__) { + + var arrayFilter = __webpack_require__(189), + arrayMap = __webpack_require__(154), + baseProperty = __webpack_require__(226), + baseTimes = __webpack_require__(193), + isArrayLikeObject = __webpack_require__(166); + + /* Built-in method references for those with the same name as other `lodash` methods. */ + var nativeMax = Math.max; + + /** + * This method is like `_.zip` except that it accepts an array of grouped + * elements and creates an array regrouping the elements to their pre-zip + * configuration. + * + * @static + * @memberOf _ + * @since 1.2.0 + * @category Array + * @param {Array} array The array of grouped elements to process. + * @returns {Array} Returns the new array of regrouped elements. + * @example + * + * var zipped = _.zip(['a', 'b'], [1, 2], [true, false]); + * // => [['a', 1, true], ['b', 2, false]] + * + * _.unzip(zipped); + * // => [['a', 'b'], [1, 2], [true, false]] + */ + function unzip(array) { + if (!(array && array.length)) { + return []; + } + var length = 0; + array = arrayFilter(array, function(group) { + if (isArrayLikeObject(group)) { + length = nativeMax(group.length, length); + return true; + } + }); + return baseTimes(length, function(index) { + return arrayMap(array, baseProperty(index)); + }); + } + + module.exports = unzip; + + +/***/ }), +/* 301 */ +/***/ (function(module, exports, __webpack_require__) { + + var apply = __webpack_require__(160), + arrayMap = __webpack_require__(154), + unzip = __webpack_require__(300); + + /** + * This method is like `_.unzip` except that it accepts `iteratee` to specify + * how regrouped values should be combined. The iteratee is invoked with the + * elements of each group: (...group). + * + * @static + * @memberOf _ + * @since 3.8.0 + * @category Array + * @param {Array} array The array of grouped elements to process. + * @param {Function} [iteratee=_.identity] The function to combine + * regrouped values. + * @returns {Array} Returns the new array of regrouped elements. + * @example + * + * var zipped = _.zip([1, 2], [10, 20], [100, 200]); + * // => [[1, 10, 100], [2, 20, 200]] + * + * _.unzipWith(zipped, _.add); + * // => [3, 30, 300] + */ + function unzipWith(array, iteratee) { + if (!(array && array.length)) { + return []; + } + var result = unzip(array); + if (iteratee == null) { + return result; + } + return arrayMap(result, function(group) { + return apply(iteratee, undefined, group); + }); + } + + module.exports = unzipWith; + + +/***/ }), +/* 302 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseDifference = __webpack_require__(115), + baseRest = __webpack_require__(157), + isArrayLikeObject = __webpack_require__(166); + + /** + * Creates an array excluding all given values using + * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) + * for equality comparisons. + * + * **Note:** Unlike `_.pull`, this method returns a new array. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {Array} array The array to inspect. + * @param {...*} [values] The values to exclude. + * @returns {Array} Returns the new array of filtered values. + * @see _.difference, _.xor + * @example + * + * _.without([2, 1, 2, 3], 1, 2); + * // => [3] + */ + var without = baseRest(function(array, values) { + return isArrayLikeObject(array) + ? baseDifference(array, values) + : []; + }); + + module.exports = without; + + +/***/ }), +/* 303 */ +/***/ (function(module, exports, __webpack_require__) { + + var arrayFilter = __webpack_require__(189), + baseRest = __webpack_require__(157), + baseXor = __webpack_require__(304), + isArrayLikeObject = __webpack_require__(166); + + /** + * Creates an array of unique values that is the + * [symmetric difference](https://en.wikipedia.org/wiki/Symmetric_difference) + * of the given arrays. The order of result values is determined by the order + * they occur in the arrays. + * + * @static + * @memberOf _ + * @since 2.4.0 + * @category Array + * @param {...Array} [arrays] The arrays to inspect. + * @returns {Array} Returns the new array of filtered values. + * @see _.difference, _.without + * @example + * + * _.xor([2, 1], [2, 3]); + * // => [1, 3] + */ + var xor = baseRest(function(arrays) { + return baseXor(arrayFilter(arrays, isArrayLikeObject)); + }); + + module.exports = xor; + + +/***/ }), +/* 304 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseDifference = __webpack_require__(115), + baseFlatten = __webpack_require__(108), + baseUniq = __webpack_require__(292); + + /** + * The base implementation of methods like `_.xor`, without support for + * iteratee shorthands, that accepts an array of arrays to inspect. + * + * @private + * @param {Array} arrays The arrays to inspect. + * @param {Function} [iteratee] The iteratee invoked per element. + * @param {Function} [comparator] The comparator invoked per element. + * @returns {Array} Returns the new array of values. + */ + function baseXor(arrays, iteratee, comparator) { + var length = arrays.length; + if (length < 2) { + return length ? baseUniq(arrays[0]) : []; + } + var index = -1, + result = Array(length); + + while (++index < length) { + var array = arrays[index], + othIndex = -1; + + while (++othIndex < length) { + if (othIndex != index) { + result[index] = baseDifference(result[index] || array, arrays[othIndex], iteratee, comparator); + } + } + } + return baseUniq(baseFlatten(result, 1), iteratee, comparator); + } + + module.exports = baseXor; + + +/***/ }), +/* 305 */ +/***/ (function(module, exports, __webpack_require__) { + + var arrayFilter = __webpack_require__(189), + baseIteratee = __webpack_require__(168), + baseRest = __webpack_require__(157), + baseXor = __webpack_require__(304), + isArrayLikeObject = __webpack_require__(166), + last = __webpack_require__(228); + + /** + * This method is like `_.xor` except that it accepts `iteratee` which is + * invoked for each element of each `arrays` to generate the criterion by + * which by which they're compared. The order of result values is determined + * by the order they occur in the arrays. The iteratee is invoked with one + * argument: (value). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {...Array} [arrays] The arrays to inspect. + * @param {Function} [iteratee=_.identity] The iteratee invoked per element. + * @returns {Array} Returns the new array of filtered values. + * @example + * + * _.xorBy([2.1, 1.2], [2.3, 3.4], Math.floor); + * // => [1.2, 3.4] + * + * // The `_.property` iteratee shorthand. + * _.xorBy([{ 'x': 1 }], [{ 'x': 2 }, { 'x': 1 }], 'x'); + * // => [{ 'x': 2 }] + */ + var xorBy = baseRest(function(arrays) { + var iteratee = last(arrays); + if (isArrayLikeObject(iteratee)) { + iteratee = undefined; + } + return baseXor(arrayFilter(arrays, isArrayLikeObject), baseIteratee(iteratee, 2)); + }); + + module.exports = xorBy; + + +/***/ }), +/* 306 */ +/***/ (function(module, exports, __webpack_require__) { + + var arrayFilter = __webpack_require__(189), + baseRest = __webpack_require__(157), + baseXor = __webpack_require__(304), + isArrayLikeObject = __webpack_require__(166), + last = __webpack_require__(228); + + /** + * This method is like `_.xor` except that it accepts `comparator` which is + * invoked to compare elements of `arrays`. The order of result values is + * determined by the order they occur in the arrays. The comparator is invoked + * with two arguments: (arrVal, othVal). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {...Array} [arrays] The arrays to inspect. + * @param {Function} [comparator] The comparator invoked per element. + * @returns {Array} Returns the new array of filtered values. + * @example + * + * var objects = [{ 'x': 1, 'y': 2 }, { 'x': 2, 'y': 1 }]; + * var others = [{ 'x': 1, 'y': 1 }, { 'x': 1, 'y': 2 }]; + * + * _.xorWith(objects, others, _.isEqual); + * // => [{ 'x': 2, 'y': 1 }, { 'x': 1, 'y': 1 }] + */ + var xorWith = baseRest(function(arrays) { + var comparator = last(arrays); + comparator = typeof comparator == 'function' ? comparator : undefined; + return baseXor(arrayFilter(arrays, isArrayLikeObject), undefined, comparator); + }); + + module.exports = xorWith; + + +/***/ }), +/* 307 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseRest = __webpack_require__(157), + unzip = __webpack_require__(300); + + /** + * Creates an array of grouped elements, the first of which contains the + * first elements of the given arrays, the second of which contains the + * second elements of the given arrays, and so on. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {...Array} [arrays] The arrays to process. + * @returns {Array} Returns the new array of grouped elements. + * @example + * + * _.zip(['a', 'b'], [1, 2], [true, false]); + * // => [['a', 1, true], ['b', 2, false]] + */ + var zip = baseRest(unzip); + + module.exports = zip; + + +/***/ }), +/* 308 */ +/***/ (function(module, exports, __webpack_require__) { + + var assignValue = __webpack_require__(309), + baseZipObject = __webpack_require__(311); + + /** + * This method is like `_.fromPairs` except that it accepts two arrays, + * one of property identifiers and one of corresponding values. + * + * @static + * @memberOf _ + * @since 0.4.0 + * @category Array + * @param {Array} [props=[]] The property identifiers. + * @param {Array} [values=[]] The property values. + * @returns {Object} Returns the new object. + * @example + * + * _.zipObject(['a', 'b'], [1, 2]); + * // => { 'a': 1, 'b': 2 } + */ + function zipObject(props, values) { + return baseZipObject(props || [], values || [], assignValue); + } + + module.exports = zipObject; + + +/***/ }), +/* 309 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseAssignValue = __webpack_require__(310), + eq = __webpack_require__(88); + + /** Used for built-in method references. */ + var objectProto = Object.prototype; + + /** Used to check objects for own properties. */ + var hasOwnProperty = objectProto.hasOwnProperty; + + /** + * Assigns `value` to `key` of `object` if the existing value is not equivalent + * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) + * for equality comparisons. + * + * @private + * @param {Object} object The object to modify. + * @param {string} key The key of the property to assign. + * @param {*} value The value to assign. + */ + function assignValue(object, key, value) { + var objValue = object[key]; + if (!(hasOwnProperty.call(object, key) && eq(objValue, value)) || + (value === undefined && !(key in object))) { + baseAssignValue(object, key, value); + } + } + + module.exports = assignValue; + + +/***/ }), +/* 310 */ +/***/ (function(module, exports, __webpack_require__) { + + var defineProperty = __webpack_require__(164); + + /** + * The base implementation of `assignValue` and `assignMergeValue` without + * value checks. + * + * @private + * @param {Object} object The object to modify. + * @param {string} key The key of the property to assign. + * @param {*} value The value to assign. + */ + function baseAssignValue(object, key, value) { + if (key == '__proto__' && defineProperty) { + defineProperty(object, key, { + 'configurable': true, + 'enumerable': true, + 'value': value, + 'writable': true + }); + } else { + object[key] = value; + } + } + + module.exports = baseAssignValue; + + +/***/ }), +/* 311 */ +/***/ (function(module, exports) { + + /** + * This base implementation of `_.zipObject` which assigns values using `assignFunc`. + * + * @private + * @param {Array} props The property identifiers. + * @param {Array} values The property values. + * @param {Function} assignFunc The function to assign values. + * @returns {Object} Returns the new object. + */ + function baseZipObject(props, values, assignFunc) { + var index = -1, + length = props.length, + valsLength = values.length, + result = {}; + + while (++index < length) { + var value = index < valsLength ? values[index] : undefined; + assignFunc(result, props[index], value); + } + return result; + } + + module.exports = baseZipObject; + + +/***/ }), +/* 312 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseSet = __webpack_require__(313), + baseZipObject = __webpack_require__(311); + + /** + * This method is like `_.zipObject` except that it supports property paths. + * + * @static + * @memberOf _ + * @since 4.1.0 + * @category Array + * @param {Array} [props=[]] The property identifiers. + * @param {Array} [values=[]] The property values. + * @returns {Object} Returns the new object. + * @example + * + * _.zipObjectDeep(['a.b[0].c', 'a.b[1].d'], [1, 2]); + * // => { 'a': { 'b': [{ 'c': 1 }, { 'd': 2 }] } } + */ + function zipObjectDeep(props, values) { + return baseZipObject(props || [], values || [], baseSet); + } + + module.exports = zipObjectDeep; + + +/***/ }), +/* 313 */ +/***/ (function(module, exports, __webpack_require__) { + + var assignValue = __webpack_require__(309), + castPath = __webpack_require__(214), + isIndex = __webpack_require__(99), + isObject = __webpack_require__(97), + toKey = __webpack_require__(221); + + /** + * The base implementation of `_.set`. + * + * @private + * @param {Object} object The object to modify. + * @param {Array|string} path The path of the property to set. + * @param {*} value The value to set. + * @param {Function} [customizer] The function to customize path creation. + * @returns {Object} Returns `object`. + */ + function baseSet(object, path, value, customizer) { + if (!isObject(object)) { + return object; + } + path = castPath(path, object); + + var index = -1, + length = path.length, + lastIndex = length - 1, + nested = object; + + while (nested != null && ++index < length) { + var key = toKey(path[index]), + newValue = value; + + if (index != lastIndex) { + var objValue = nested[key]; + newValue = customizer ? customizer(objValue, key, nested) : undefined; + if (newValue === undefined) { + newValue = isObject(objValue) + ? objValue + : (isIndex(path[index + 1]) ? [] : {}); + } + } + assignValue(nested, key, newValue); + nested = nested[key]; + } + return object; + } + + module.exports = baseSet; + + +/***/ }), +/* 314 */ +/***/ (function(module, exports, __webpack_require__) { + + var baseRest = __webpack_require__(157), + unzipWith = __webpack_require__(301); + + /** + * This method is like `_.zip` except that it accepts `iteratee` to specify + * how grouped values should be combined. The iteratee is invoked with the + * elements of each group: (...group). + * + * @static + * @memberOf _ + * @since 3.8.0 + * @category Array + * @param {...Array} [arrays] The arrays to process. + * @param {Function} [iteratee=_.identity] The function to combine + * grouped values. + * @returns {Array} Returns the new array of grouped elements. + * @example + * + * _.zipWith([1, 2], [10, 20], [100, 200], function(a, b, c) { + * return a + b + c; + * }); + * // => [111, 222] + */ + var zipWith = baseRest(function(arrays) { + var length = arrays.length, + iteratee = length > 1 ? arrays[length - 1] : undefined; + + iteratee = typeof iteratee == 'function' ? (arrays.pop(), iteratee) : undefined; + return unzipWith(arrays, iteratee); + }); + + module.exports = zipWith; + + +/***/ }), +/* 315 */ +/***/ (function(module, exports, __webpack_require__) { + + /* WEBPACK VAR INJECTION */(function(d3) {module.exports = function ( handlerFunction ){ + var viewer = {}, + lastSelectedElement; + + viewer.handle = function ( selectedElement ){ + // Don't display details on a drag event, which will be prevented + if ( d3.event.defaultPrevented ) { + return; + } + + var isSelection = true; + + // Deselection of the focused element + if ( lastSelectedElement === selectedElement ) { + isSelection = false; + } + + if ( handlerFunction instanceof Function ) { + if ( isSelection ) { + handlerFunction(selectedElement); + } else { + handlerFunction(undefined); + } + } + + if ( isSelection ) { + lastSelectedElement = selectedElement; + } else { + lastSelectedElement = undefined; + } + }; + + /** + * Resets the displayed information to its default. + */ + viewer.reset = function (){ + if ( lastSelectedElement ) { + handlerFunction(undefined); + lastSelectedElement = undefined; + } + }; + + return viewer; + }; + + /* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(6))) + +/***/ }), +/* 316 */ +/***/ (function(module, exports, __webpack_require__) { + + var SetOperatorNode = __webpack_require__(20); + + module.exports = function (){ + + var filter = {}, + nodes, + properties, + enabled = false, + filteredNodes, + filteredProperties, + filterTools = __webpack_require__(76)(); + + + /** + * If enabled, all set operators including connected properties are filtered. + * @param untouchedNodes + * @param untouchedProperties + */ + filter.filter = function ( untouchedNodes, untouchedProperties ){ + nodes = untouchedNodes; + properties = untouchedProperties; + + if ( this.enabled() ) { + removeSetOperators(); + } + + filteredNodes = nodes; + filteredProperties = properties; + }; + + function removeSetOperators(){ + var filteredData = filterTools.filterNodesAndTidy(nodes, properties, isNoSetOperator); + + nodes = filteredData.nodes; + properties = filteredData.properties; + } + + function isNoSetOperator( node ){ + return !(node instanceof SetOperatorNode); + } + + filter.enabled = function ( p ){ + if ( !arguments.length ) return enabled; + enabled = p; + return filter; + }; + + + // Functions a filter must have + filter.filteredNodes = function (){ + return filteredNodes; + }; + + filter.filteredProperties = function (){ + return filteredProperties; + }; + + + return filter; + }; + + +/***/ }), +/* 317 */ +/***/ (function(module, exports, __webpack_require__) { + + /* WEBPACK VAR INJECTION */(function(d3) {var SetOperatorNode = __webpack_require__(20); + var OwlThing = __webpack_require__(31); + var OwlNothing = __webpack_require__(30); + var elementTools = __webpack_require__(63)(); + + module.exports = function (){ + + var statistics = {}, + nodeCount, + occurencesOfClassAndDatatypeTypes = {}, + edgeCount, + occurencesOfPropertyTypes = {}, + classCount, + datatypeCount, + datatypePropertyCount, + objectPropertyCount, + propertyCount, + totalIndividualCount, + filteredNodes, + filteredProperties; + + + statistics.filter = function ( classesAndDatatypes, properties ){ + resetStoredData(); + + storeTotalCounts(classesAndDatatypes, properties); + storeClassAndDatatypeCount(classesAndDatatypes); + storePropertyCount(properties); + + storeOccurencesOfTypes(classesAndDatatypes, occurencesOfClassAndDatatypeTypes); + storeOccurencesOfTypes(properties, occurencesOfPropertyTypes); + + storeTotalIndividualCount(classesAndDatatypes); + + filteredNodes = classesAndDatatypes; + filteredProperties = properties; + }; + + function resetStoredData(){ + nodeCount = 0; + edgeCount = 0; + classCount = 0; + datatypeCount = 0; + datatypePropertyCount = 0; + objectPropertyCount = 0; + propertyCount = 0; + totalIndividualCount = 0; + } + + function storeTotalCounts( classesAndDatatypes, properties ){ + nodeCount = classesAndDatatypes.length; + + var seenProperties = __webpack_require__(62)(), i, l, property; + for ( i = 0, l = properties.length; i < l; i++ ) { + property = properties[i]; + if ( !seenProperties.has(property) ) { + edgeCount += 1; + } + + seenProperties.add(property); + if ( property.inverse() ) { + seenProperties.add(property.inverse()); + } + } + } + + function storeClassAndDatatypeCount( classesAndDatatypes ){ + // Each datatype should be counted just a single time + var datatypeSet = d3.set(), + hasThing = false, + hasNothing = false; + classCount = 0; + var old = 0, newcc = 0; + classesAndDatatypes.forEach(function ( node ){ + if ( elementTools.isDatatype(node) ) { + datatypeSet.add(node.defaultLabel()); + } else if ( !(node instanceof SetOperatorNode) ) { + if ( node instanceof OwlThing ) { + hasThing = true; + } else if ( node instanceof OwlNothing ) { + hasNothing = true; + } else { + old = classCount; + var adds = 1 + countElementArray(node.equivalents()); + classCount += adds; + newcc = classCount; + } + } else if ( node instanceof SetOperatorNode ) { + old = classCount; + classCount += 1; + newcc = classCount; + } + }); + + // count things and nothings just a single time + // classCount += hasThing ? 1 : 0; + // classCount += hasNothing ? 1 : 0; + + datatypeCount = datatypeSet.size(); + } + + function storePropertyCount( properties ){ + for ( var i = 0, l = properties.length; i < l; i++ ) { + var property = properties[i]; + var attr; + var result = false; + if ( property.attributes ) { + attr = property.attributes(); + if ( attr && attr.indexOf("datatype") !== -1 ) { + result = true; + } + } + if ( result === true ) { + datatypePropertyCount += getExtendedPropertyCount(property); + } else if ( elementTools.isObjectProperty(property) ) { + objectPropertyCount += getExtendedPropertyCount(property); + } + } + propertyCount = objectPropertyCount + datatypePropertyCount; + } + + function getExtendedPropertyCount( property ){ + // count the property itself + var count = 1; + + // and count properties this property represents + count += countElementArray(property.equivalents()); + count += countElementArray(property.redundantProperties()); + + return count; + } + + function countElementArray( properties ){ + if ( properties ) { + return properties.length; + } + return 0; + } + + function storeOccurencesOfTypes( elements, storage ){ + elements.forEach(function ( element ){ + var type = element.type(), + typeCount = storage[type]; + + if ( typeof typeCount === "undefined" ) { + typeCount = 0; + } else { + typeCount += 1; + } + storage[type] = typeCount; + }); + } + + function storeTotalIndividualCount( nodes ){ + var sawIndividuals = {}; + var totalCount = 0; + for ( var i = 0, l = nodes.length; i < l; i++ ) { + var individuals = nodes[i].individuals(); + + var tempCount = 0; + for ( var iA = 0; iA < individuals.length; iA++ ) { + if ( sawIndividuals[individuals[iA].iri()] === undefined ) { + sawIndividuals[individuals[iA].iri()] = 1; // this iri for that individual is now set to 1 >> seen it + tempCount++; + } + } + totalCount += tempCount; + } + totalIndividualCount = totalCount; + sawIndividuals = {}; // clear the object + + } + + + statistics.nodeCount = function (){ + return nodeCount; + }; + + statistics.occurencesOfClassAndDatatypeTypes = function (){ + return occurencesOfClassAndDatatypeTypes; + }; + + statistics.edgeCount = function (){ + return edgeCount; + }; + + statistics.occurencesOfPropertyTypes = function (){ + return occurencesOfPropertyTypes; + }; + + statistics.classCount = function (){ + return classCount; + }; + + statistics.datatypeCount = function (){ + return datatypeCount; + }; + + statistics.datatypePropertyCount = function (){ + return datatypePropertyCount; + }; + + statistics.objectPropertyCount = function (){ + return objectPropertyCount; + }; + + statistics.propertyCount = function (){ + return propertyCount; + }; + + statistics.totalIndividualCount = function (){ + return totalIndividualCount; + }; + + + // Functions a filter must have + statistics.filteredNodes = function (){ + return filteredNodes; + }; + + statistics.filteredProperties = function (){ + return filteredProperties; + }; + + + return statistics; + }; + + /* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(6))) + +/***/ }), +/* 318 */ +/***/ (function(module, exports, __webpack_require__) { + + var elementTools = __webpack_require__(63)(); + + module.exports = function (){ + + var filter = {}, + nodes, + properties, + enabled = false, + filteredNodes, + filteredProperties; + + + /** + * If enabled subclasses that have only subclass properties are filtered. + * @param untouchedNodes + * @param untouchedProperties + */ + filter.filter = function ( untouchedNodes, untouchedProperties ){ + nodes = untouchedNodes; + properties = untouchedProperties; + + if ( this.enabled() ) { + hideSubclassesWithoutOwnProperties(); + } + + filteredNodes = nodes; + filteredProperties = properties; + }; + + function hideSubclassesWithoutOwnProperties(){ + var unneededProperties = [], + unneededClasses = [], + subclasses = [], + connectedProperties, + subclass, + property, + i, // index, + l; // length + + + for ( i = 0, l = properties.length; i < l; i++ ) { + property = properties[i]; + if ( elementTools.isRdfsSubClassOf(property) ) { + subclasses.push(property.domain()); + } + } + + for ( i = 0, l = subclasses.length; i < l; i++ ) { + subclass = subclasses[i]; + connectedProperties = findRelevantConnectedProperties(subclass, properties); + + // Only remove the node and its properties, if they're all subclassOf properties + if ( areOnlySubclassProperties(connectedProperties) && + doesNotInheritFromMultipleClasses(subclass, connectedProperties) ) { + + unneededProperties = unneededProperties.concat(connectedProperties); + unneededClasses.push(subclass); + } + } + + nodes = removeUnneededElements(nodes, unneededClasses); + properties = removeUnneededElements(properties, unneededProperties); + } + + /** + * Looks recursively for connected properties. Because just subclasses are relevant, + * we just look recursively for their properties. + * + * @param node + * @param allProperties + * @param visitedNodes a visited nodes which is used on recursive invocation + * @returns {Array} + */ + function findRelevantConnectedProperties( node, allProperties, visitedNodes ){ + var connectedProperties = [], + property, + i, + l; + + for ( i = 0, l = allProperties.length; i < l; i++ ) { + property = allProperties[i]; + if ( property.domain() === node || + property.range() === node ) { + + connectedProperties.push(property); + + + /* Special case: SuperClass <-(1) Subclass <-(2) Subclass ->(3) e.g. Datatype + * We need to find the last property recursively. Otherwise, we would remove the subClassOf + * property (1) because we didn't see the datatype property (3). + */ + + // Look only for subclass properties, because these are the relevant properties + if ( elementTools.isRdfsSubClassOf(property) ) { + var domain = property.domain(); + visitedNodes = visitedNodes || __webpack_require__(62)(); + + // If we have the range, there might be a nested property on the domain + if ( node === property.range() && !visitedNodes.has(domain) ) { + visitedNodes.add(domain); + var nestedConnectedProperties = findRelevantConnectedProperties(domain, allProperties, visitedNodes); + connectedProperties = connectedProperties.concat(nestedConnectedProperties); + } + } + } + } + + return connectedProperties; + } + + function areOnlySubclassProperties( connectedProperties ){ + var onlySubclassProperties = true, + property, + i, + l; + + for ( i = 0, l = connectedProperties.length; i < l; i++ ) { + property = connectedProperties[i]; + + if ( !elementTools.isRdfsSubClassOf(property) ) { + onlySubclassProperties = false; + break; + } + } + + return onlySubclassProperties; + } + + function doesNotInheritFromMultipleClasses( subclass, connectedProperties ){ + var superClassCount = 0; + + for ( var i = 0, l = connectedProperties.length; i < l; i++ ) { + var property = connectedProperties[i]; + + if ( property.domain() === subclass ) { + superClassCount += 1; + } + + if ( superClassCount > 1 ) { + return false; + } + } + + return true; + } + + function removeUnneededElements( array, removableElements ){ + var disjoint = [], + element, + i, + l; + + for ( i = 0, l = array.length; i < l; i++ ) { + element = array[i]; + if ( removableElements.indexOf(element) === -1 ) { + disjoint.push(element); + } + } + return disjoint; + } + + filter.enabled = function ( p ){ + if ( !arguments.length ) return enabled; + enabled = p; + return filter; + }; + + + // Functions a filter must have + filter.filteredNodes = function (){ + return filteredNodes; + }; + + filter.filteredProperties = function (){ + return filteredProperties; + }; + + + return filter; + }; + + +/***/ }) +/******/ ]); \ No newline at end of file diff --git a/webvowl/license.txt b/webvowl/license.txt new file mode 100644 index 0000000..6df36db --- /dev/null +++ b/webvowl/license.txt @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2014-2019 Vincent Link, Steffen Lohmann, Eduard Marbach, Stefan Negru, Vitalis Wiens + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE.